@import url(../font/hoves/font.css);

*:not(.fa):not(.icon):not(.glyphicon) {
  outline:none !important;
  -moz-outline: none !important;
  font-family: "Hoves", "Noto Sans", Arial, sans-serif !important;
}

html, body {
  font-family: "Hoves", "Noto Sans", Arial, sans-serif;
  font-weight: 400;
  font-size: 15px;
  font-style: normal;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
body {
  background-color: #636569;
}
a {
  color: #007565;
}

a:hover {
  color: #00AF9A;
}

.content ul {
  list-style: none;
}

.content ul.list-unstyled li {
  margin-left: 15px;
}

.content ul:not(.nav):not(.list-inline) li::before {
  content: "■";
  color: #00AF9A;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

/* Alert */

.alert-warning {
  color: #1D252C;
  background-color: #FFFFFF;
  border-color: #EA0029;
}

.alert-warning a {
  color: #1D252C;
  font-weight: 600;
  text-decoration: underline;
}

.alert-warning a:hover {
  color: #000000;
}

/*Activity History Modal*/
.DetailModal .modal-body{
  white-space: pre-line;
}

/* Typography */
.fnt-headlines {
  font-size: 3rem;
  font-weight: 600;
  text-transform: capitalize;
}
.fnt-high-level {
  font-size: 1.2rem;
  font-weight: 600;
}
.fnt-text-headers {
  font-size: .7rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #007565;
}
.fnt-body-copy {
  font-size: .7rem;
  font-weight: 400;
  white-space: normal;
}
.fnt-body-copy-dark {
  font-size: .7rem;
  font-weight: 500;
}

.font-green, 
a.font-green {
  color:#007565 !important;
}
.bg-green {
  background-color: #007565;
}

.font-red, 
a.font-red {
  color:#EA0029;
}
.bg-red {
  background-color:#EA0029;
}

.font-grey-4d,
a.font-grey-4d {
  color:#4D4D4D;
}
.bg-grey-4d {
  background-color: #636569;
}
.font-lg {
  font-size: 18px;
  font-weight: 500;
}
.font-xl {
  font-size: 24px;
  font-weight: 500;
}

/* Base */
.masthead {
  background-color:#FFFFFF;
  padding:0;
}
.masthead .btn-menu {
  padding: 6px 12px;
}
.masthead .myaccount {
  text-align: right;
}
.masthead .myaccount .support {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 600;
  display: none !important;
}

.masthead .account-holder, .masthead .account-holder a {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 17px;
  color: #636569 !important;
  padding: 0 12px;
}
.masthead .myaccount .account-holder .logout {
  font-weight: 500;
  color:#EA0029 !important;
  padding: 0;
}
.masthead .myaccount ul.options li {
  padding:0px;
  padding-left:5px;
}
.masthead .myaccount ul.options li:first-child {
  font-size:18px;
  font-weight: 500;
  text-transform: capitalize;
  letter-spacing: -1px;
}

@media (max-width: 767px) {
  .masthead .myaccount .support {
    margin-top:0px;
    float: right;
  }
  .masthead .myaccount .account-holder,
  .masthead .myaccount ul.options {
    display:block;
    text-align: left;
  }
  .masthead .visible-xs button {
    position: absolute;
    top: -70px;
    right: 10px;
    content: " ";
    background: transparent;
    border: none;
    color: #1D252C;
    font-size: 28px;
    width: 50px;
    height: 40px;
    overflow: hidden;
    border-radius: 0;
  }
  .masthead .visible-xs button[aria-expanded = "true"] .fa-bars:before{
    content: "\f00d" !important;
  }
}

@media (min-width:992px) {
  .masthead .myaccount {
    text-align: right;
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    align-items: baseline;
    margin-top: 25px;
  }

  .masthead .myaccount .support {
    margin-top: 20px;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 600;
    margin-left: 15px;
    padding-left: 15px;
  }
}



.content {
  min-height: 380px;
  padding:20px 0 60px 0;
  background: #fff;
  border-top: thin solid #cfd2d3;
}
.prefooter {
  background-color: #1D252C;
  padding-top: 15px;
  padding-bottom: 5px;
}
.footer {
  padding-top: 20px;
  padding-bottom: 15px;
  background-color: #1D252C;
}


/* Customize the nav-justified links to be fill the entire space of the .navbar */

nav.menubar {
  background-color: #FFFFFF;
}
.nav-justified > li > a {
  padding: 0;
  padding-bottom: 15px;
  margin-bottom: 0;
  color: #1D252C;
  text-align: left;
  background-color: transparent;
  font-size: 17px;
  font-weight: 400;

}

.nav-justified > li.active > a {
  color: #000000;
  font-weight: 500;
}

.nav-justified > li > a:hover,
.nav-justified > li > a:focus {
  opacity: .7;
  background-color: transparent;
}

.nav-justified > .active > a,
.nav-justified > .active > a:hover,
.nav-justified > .active > a:focus {
  font-weight: 400;
  opacity: 1;
  background-color: transparent;
}

.media-body p {
  white-space: pre-wrap;
}

@media (min-width: 768px) {
  .nav-justified > li > a {
    padding-left: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {

  .nav-justified > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 15px;
    font-weight: 500;
  }

}
@media (min-width: 768px) and (max-width: 991px) {

  .nav-justified > li > a {
    padding:15px 5px;
    font-size: 12px;
    font-weight: 500;
  }

}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
  /* Remove the padding we set earlier */
  .masthead,
  .marketing,
  .footer {
    padding-right: 0;
    padding-left: 0;
  }
}


#logo > img {
  width: 181px;
  margin-top: 5px;
  margin-bottom: 17px;
}
@media (min-width: 768px) {
  .wcs .input-search {
    margin-top:50px;
  }
}


/* Form Control
------------------------------------------- */
.form-control:focus {
  border-color: #CFD2D3;
  outline: 0px none;
}
.wcs select, .wcs textarea, input[type="text"],input[type="password"],input[type="datetime"],input[type="datetime-local"],input[type="date"],input[type="month"],input[type="time"],input[type="week"],input[type="number"],input[type="email"],input[type="url"],input[type="search"],input[type="tel"],input[type="color"],input[type="file"],.uneditable-input{
  border-color:#CFD2D3;
  -webkit-box-shadow:none;
  -moz-box-shadow:none;
  box-shadow:none
}
select, textarea {
  border:1px solid #CFD2D3;
}

.wcs .footer .list-inline {
  margin-bottom: 0px;
}
.wcs .list-social > li, 
.wcs .list-link > li {
  margin-right:15px;
}
.wcs .list-social > li:last-child, 
.wcs .list-link > li:last-child {
  margin-right:0px;
}
.wcs .list-social > li > a {
  color: #E5E8E9;
  font-size: 22px;
}
.wcs .list-social > li > a:hover {
  color: #007565;
}
.wcs .list-link > li > a {
  color:#E5E8E9;
  font-size: 15px;
  line-height: 22.5px;
  text-decoration: none;
}
.wcs .list-link > li > a:hover {
  color: #cfd2d3;
}
.wcs .list-link > li {
  color: #E5E8E9;
  font-size: 15px;
  line-height: 22.5px;
}

.wcs .prefooter .list-link > li > a {
  font-size:17px;
}
.wcs .prefooter .list-link > li {
  margin-right:5px;
}
.wcs .prefooter .btn-give-feedback {
  float:right;
  margin-top:-60px;
}

@media (max-width: 767px) {
  .menu-search-bar {
    background:#1D252C;
    padding:15px 0;
  }
}

/* Button */
.btn {
  font-size: 16px;
  line-height: 1.1;
  display: inline-block;
  border-radius: 100px;
  cursor: pointer;
  text-decoration: none;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: all .15s ease-in-out;
  color: #fff;
  background: #007565;
  border: 1px solid #007565;
  line-height: 1.1;
  font-weight: 400;
  padding: .625rem 1.5rem .6rem;
  font-weight: 600;
}

.btn-default:hover {
  background-color: #000000;
  color: #FFFFFF;
}

.btn-green { 
  color: #FFFFFF; 
  background-color: #007565; 
  border-color: #007565; 
}
.btn-green:hover, 
.btn-green:focus, 
.btn-green:active, 
.btn-green.active, 
.open .dropdown-toggle.btn-green { 
  color: #FFFFFF; 
  background-color: #000000; 
  border-color: #000000; 
}
.btn-green:active, 
.btn-green.active, 
.open .dropdown-toggle.btn-green { 
  background-image: none; 
}
.btn-green.disabled, 
.btn-green[disabled], 
fieldset[disabled] .btn-green, 
.btn-green.disabled:hover, 
.btn-green[disabled]:hover, 
fieldset[disabled] .btn-green:hover, 
.btn-green.disabled:focus, 
.btn-green[disabled]:focus, 
fieldset[disabled] .btn-green:focus, 
.btn-green.disabled:active, 
.btn-green[disabled]:active, 
fieldset[disabled] .btn-green:active, 
.btn-green.disabled.active, 
.btn-green[disabled].active, 
fieldset[disabled] .btn-green.active { 
  background-color: #636569; 
  border-color: #636569; 
} 
.btn-green .badge { 
  color: #007565; 
  background-color: #FFFFFF; 
}

.btn-green.editPersButton {
  margin-left: -10px;
}

.btn-blue { 
  color: #FFFFFF; 
  background-color: #007565; 
} 
 
.btn-blue:hover, 
.btn-blue:focus, 
.btn-blue:active, 
.btn-blue.active, 
.open .dropdown-toggle.btn-blue { 
  color: #FFFFFF; 
  background-color: #000000;
  background-color: #000000; 
} 
 
.btn-blue:active, 
.btn-blue.active, 
.open .dropdown-toggle.btn-blue { 
  background-image: none; 
} 
 
.btn-blue.disabled, 
.btn-blue[disabled], 
fieldset[disabled] .btn-blue, 
.btn-blue.disabled:hover, 
.btn-blue[disabled]:hover, 
fieldset[disabled] .btn-blue:hover, 
.btn-blue.disabled:focus, 
.btn-blue[disabled]:focus, 
fieldset[disabled] .btn-blue:focus, 
.btn-blue.disabled:active, 
.btn-blue[disabled]:active, 
fieldset[disabled] .btn-blue:active, 
.btn-blue.disabled.active, 
.btn-blue[disabled].active, 
fieldset[disabled] .btn-blue.active { 
  background-color: #000000;
  background-color: #000000; 
} 
 
.btn-blue .badge { 
  color: #006E96; 
  background-color: #FFFFFF; 
}

.btn.btn-icon-only {
    padding: 6px 12px;
}

a.list-group-item {
  color: #307366;
}

a.list-group-item:focus, a.list-group-item:hover, button.list-group-item:focus, button.list-group-item:hover {
  color: #00AF9A;
  background-color: #F5F6F6;
}

/* Well */
.well {
  background-color: #E5E8E9;
  box-shadow: none;
  border: none;
}
.well hr {
  border-color: #CFD2D3;
}
.well.well-login {
  padding: 30px;
}
.well-outline {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 15px;
  background-color: #FFFFFF;
  border: 1px solid #CFD2D3;
  border-radius: 4px;
}

span.label {
  font-weight: normal;
  text-transform: uppercase;
  padding: 3px 6px;
}

.wcs .nav-pills li a {
  background-color: #F5F6F6;
  color: #1D252C;
  font-weight: bold;
}
.wcs .nav-pills li a:hover {
  background-color: #F5F6F6;
  color: #1D252C;
}
.wcs .nav-pills li.active a {
  background-color: #007565;
  color: #fff;
}
@media (max-width: 767px) {
  .wcs .nav-pills li a {
    padding: 8px 8px;
    font-size: 12px;
    font-weight: bold;
  }
}

/* tabbable */
.tabbable ul.nav {
  margin-bottom: 15px;
}

/* collapseMenu */
#collapseMenu .list-group {
  margin-bottom: 0;
  border-top: thin solid #CFD2D3;
  border-bottom: thin solid #CFD2D3;
}
#collapseMenu .list-group .list-group-item {
  color: #007565;
  font-size: 22px;
  font-weight: 500;
  display: block;
  padding: 15px;
  width: 100%;
  background-color: #FFFFFF;
  border: none;
  border-top: none;
  margin-bottom: 0;
  border-radius: 0;
}
#collapseMenu .list-group .list-group-item.active,
#collapseMenu .list-group .list-group-item.active:hover,
#collapseMenu .list-group .list-group-item.active:focus,
#collapseMenu .list-group .list-group-item:hover, 
#collapseMenu .list-group .list-group-item:focus {
  color: #00AF9A;
}

/* Table */
.table-main td {
  color:#5a5a5a;
}
.table-main th:last-child,
.table-main td:last-child {
  text-align: right;
}
.table-main.reset th:last-child,
.table-main.reset td:last-child {
  text-align: left;
}
@media (max-width: 767px) {
  .table-main td .title {
    font-size:16px;
    color: #007565;
    font-weight: bold;
  }  
}

.table-nested {
  margin-top:10px;
  color:#5a5a5a;
}

.table.table-bordered > thead > tr > th {
  border-bottom: 2px solid #ddd  !important;
}

.table-checkbox tr > th:first-child, 
.table-checkbox tr > td:first-child {
  width:10px;
  text-align:center;
  white-space: nowrap;
}

.table-borderless > thead > tr > th,
.table-borderless > tbody > tr > th,
.table-borderless > tfoot > tr > th,
.table-borderless > thead > tr > td,
.table-borderless > tbody > tr > td,
.table-borderless > tfoot > tr > td {
  border-top: none;
  padding-left:15px;
}
.table-borderless > thead > tr > th {
  border-bottom: none;
}

/* Page Header */
.page-header,
.page-header h1,
.page-header h2 {
  margin-top:0px;
  border:none;
}

.page-header h2 {
  font-size: 44px;
  font-weight: 600;
  line-height: 49px;
}

.page-header.fp-hero {
  background-size: cover;
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: top right;
  margin-bottom: 40px;
}

.page-header.fp-hero h2 {
  margin: 0;
  padding: 60px 20px;
  line-height: 1.4;
  text-align: center;
}

.page-header.fp-hero.fp-hero-teal {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1920 1080'%3E%3Cpath fill='%23007565' d='M.104-.015h1920v1080H.104z'/%3E%3Cpath fill='%2300af9a' d='M732.571-.019c-198.102 87.464-336.363 285.64-336.363 516.108 0 311.431 252.465 563.896 563.896 563.896S1524 827.52 1524 516.089c0-230.468-138.26-428.643-336.361-516.107.257-.222-455.743-.222-455.068-.001zm587.893 876.468H600.888V156.873h719.576v719.576z' opacity='.33'/%3E%3Cpath fill='%2300af9a' d='M822.187 1080.184l-822.291-.424.208-26.848L1052.831.184l849.356.001z' opacity='.15'/%3E%3Cpath fill='%231d252c' d='M1532.643 35.974c-183.954 0-333.078 149.124-333.078 333.078s149.124 333.078 333.078 333.078 333.078-149.124 333.078-333.078-149.123-333.078-333.078-333.078zm212.856 545.933h-425.035V156.873h425.035v425.034z' opacity='.25'/%3E%3C/svg%3E");
}

.page-header.fp-hero.fp-hero-teal {
  color: #FFFFFF;
}

.page-header.fp-hero.fp-hero-light-gray {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' enable-background='new 0 0 1920 1080' viewBox='0 0 1920 1080'%3E%3Cdefs%3E%3Cpath id='a' d='M.208.224h1920v1080H.208z'/%3E%3C/defs%3E%3Cuse fill='%23e5e8e9' overflow='visible' xlink:href='%23a'/%3E%3CclipPath id='c'%3E%3Cuse overflow='visible' xlink:href='%23a'/%3E%3C/clipPath%3E%3Cdefs%3E%3Cfilter id='b' width='1127.792' height='1127.792' x='396.312' y='-47.567' filterUnits='userSpaceOnUse'%3E%3CfeColorMatrix values='1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0'/%3E%3C/filter%3E%3C/defs%3E%3Cpath fill='%23ccd2d3' d='M960.208-47.567c-311.431 0-563.896 252.465-563.896 563.896s252.465 563.896 563.896 563.896 563.896-252.465 563.896-563.896S1271.639-47.567 960.208-47.567zm360.36 924.256H600.992V157.113h719.576v719.576z' clip-path='url(%23c)' mask='url(%23d)' opacity='.33'/%3E%3Cpath fill='%23ccd2d3' d='M845.365 1080H0L1074.926 0h845.365z' opacity='.15'/%3E%3Cpath fill='%23ccd2d3' d='M1532.747 36.214c-183.954 0-333.078 149.124-333.078 333.078s149.124 333.078 333.078 333.078 333.078-149.124 333.078-333.078-149.124-333.078-333.078-333.078zm212.856 545.933h-425.035V157.113h425.035v425.034z' opacity='.25'/%3E%3C/svg%3E");

}

/* Panel */

.panel {
  padding-bottom: 20px !important;
}

.panel .panel-heading {
  margin-bottom: 20px !important;
}

.panel-default {
  border-color: #CFD2D3;
}

.panel-default .panel-heading {
  background-color: #CFD2D3;
  color: #1D252C;
}

.panel-default div:not(.panel-heading) {
  font-size: 16px;
}

.panel-default div:not(.panel-heading) ul {
  margin-top: 10px;
}

.panel-default div:not(.panel-heading) ul li {
  margin-bottom: 10px;
}

.panel-search {
  background-color: #007565;
  text-align: center;
  border-color: #007565;
  color:#fff;
}
.panel-search h4 {
  font-weight: 400;
  letter-spacing: 1px;
  font-size: 20px;
}
.panel-search .input-group .form-control {
  border-color:#fff;
}
.panel-search .input-group-btn.input-group-btn {
  
}
.panel-search .input-group-btn.input-group-btn .btn {
  border-color:#fff;
  padding: 6px 12px;
  background-color:#E5E8E9;
}
.panel-search .input-group-btn.input-group-btn .btn:hover {
  
}

.panel .panel-heading .panel-title {
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
}

.panel-green {
  border-color: #007565;
}
.panel-green > .panel-heading {
  color: #fff;
  background-color: #007565;
  border-color: #007565;
}
.panel-green > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #007565;
}
.panel-green > .panel-heading .badge {
  color: #007565;
  background-color: #fff;
}
.panel-green > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #007565;
}

.panel-default {
  box-shadow: none;
}
.panel-default .panel-heading {
  background-color: #ddd;
}
.panel .panel-heading .action {
  float:right;
}
.panel .panel-heading .action .btn {
  margin-top:-2px;
}
.panel .panel-footer.light {
  background-color: #fff
}
.panel .panel-footer.right {
  text-align: right;
}

/* Modal */
.wcs .modal .modal-header {
  background:#E5E8E9;
  border-color:#E5E8E9;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.wcs .modal .modal-title {
  color: #007565;
}
.wcs .modal-content {
  border-radius: 6px;
}
.wcs .modal .close {
  float: right;
  font-size: 26px;
  font-weight: 300;
  line-height: 1;
  color: #007565;
  text-shadow: none;
  filter: alpha(opacity=100);
  opacity: 1;
}

/* List Group */
.list-docs .list-group-item span.version {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #007565;
  border-radius: 10px;
}
.list-chatter h4.list-group-item-heading {
  font-size:14px;
  text-transform: uppercase;
  color: #007565;
}
.list-chatter .badge {
  margin-left:5px;
  margin-top:0px;
  background-color: #007565;
  float:none;
}

.list-group-item.active,
.list-group-item:hover.active {
  background-color: #007565;
  border-color: #007565;
}

dl dd,
.dl-horizontal dd {
  margin-bottom: 15px;
  white-space: pre-line;
}
.dl-horizontal dt {
  white-space: pre-line;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    width: 200px;
  }
  .dl-horizontal dd {
    margin-left: 220px;
  }
}

/* Paging */
.paging .previous {
  text-align: left;
}
.paging .next {
  text-align: right;
}
.paging .current {
  text-align: center;
}
.paging .current .text {
  padding: 6px 12px;
  line-height: 2;
  font-weight: 500;
}

/* Media List */
.comment-list .media .media-body {
  min-height: 20px;
  padding: 0px 19px 19px;
  margin-bottom: 20px;
  border: none;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
  background-color: #E5E8E9;
  box-shadow: none;
  white-space: pre-line;
}

/* Space */
.top-zero {
  margin-top:0px; 
}
.top15 {
  margin-top:15px;  
}
.pad10 {
  padding-top:10px; 
}
.space2 {
  display: block;
  height: 2px !important;
  clear: both;
}
.space5 {
  display: block;
  height: 5px !important;
  clear: both;
}
.space7 {
  height: 7px !important;
  clear: both;
}
.space10 {
  height: 10px !important;
  clear: both;
}
.space12 {
  height: 12px !important;
  clear: both;
}
.space15 {
  height: 15px !important;
  clear: both;
}
.space20 {
  height: 20px !important;
  clear: both;
}
.space30 {
  height: 30px !important;
  clear: both;
}
.space40 {
  height: 40px !important;
  clear: both;
}
.space50 {
  height: 50px !important;
  clear: both;
}
.space60 {
  height: 60px !important;
  clear: both;
}
.no-space {
  margin: 0px !important;
  padding: 0px !important;
}

/* Hidden */
#for-existing-cstmr, 
.msg-ty, 
.didIssueResolve {
  display:none;
}

.input-mini {
  width: 60px;
}

.input-small {
  width: 90px;
}

.input-medium {
  width: 150px;
}

.input-large {
  width: 210px;
  display: inline;
}

.input-xlarge {
  width: 270px;
}

.input-xxlarge {
  width: 530px;
}


.list-space li {
  margin-bottom:15px;
}
.list-space-lg li {
  margin-bottom:30px;
}
.list-space-lg li img {
  margin-top:10px;
}


/* Section headers */
.section-header {
  background: #fff;
  border-bottom: 1px solid #4D4D4D;
  padding: 10px 0;
  margin-bottom: 25px;
}
.section-header h4 {
  font-size: 14px;
  margin: 0;
}
.section-header h4 span {
  border-bottom: 5px solid #4D4D4D;
  padding-bottom: 5px;
}


/* Breadcrumb */ 
.wcs .breadcrumb {
  padding: 0;
  padding-bottom: 11px;
  border-radius: 0px;
  position: relative;
  overflow: visible;
}
.wcs .breadcrumb:after {
  display: block;
  content: " ";
  height: 1px;
  width: 100vw;
  background-color: #FFFFFF;
  position: absolute;
  bottom: 0;
  left: calc((100vw - 1140px)/2 * -1);
}
.wcs .breadcrumb a {
  color: #636569;
  font-size: 14px;
}

.wcs .breadcrumb a:hover {
  color: #1D252C;
}

.breadcrumb>.active {
  color: #1D252C;
  font-size: 14px;
  font-weight: 500;
}

.breadcrumb>li+li:before {
  content: ":";
  color: #1d252c;
}

/* Tiles */
.tiles .thumbnail {
  background-color: #FFFFFF;
  border-radius: 0px;
  padding:0px;
  border:0px;
  min-height:300px;
  border-radius: 4px;

}
.tiles .thumbnail:hover {
  background-color: #000000;
  text-decoration: none;
  color: #FFFFFF !important;
}
.tiles .thumbnail:hover .ribbon .btn {
    color: #FFFFFF;
}
.tiles .thumbnail .caption {
    padding: 9px 15px;
}
.tiles .thumbnail:hover .caption {
    color:#FFFFFF;
}
.tiles .thumbnail img {
    background:#FFFFFF;
}

/* Ribbon */
.ribbon {
    position: relative;
}
.ribbon .btn {
    position: absolute;
    top: 0px;
    right: 0px;
    border-radius: 0px;
    border:none;
}
.ribbon .btn.joined {
    color: #007565;
}

.tile {
  text-align: center;
  font-size:14px;
  font-weight: 600;
  border-top:2px solid #ddd;
  background-color: #fff;
  border-radius: 0;
  margin-bottom: 0px;
}
.tile:hover {
  background-color: #fafafa;
}
.tile a {
  color:#333;
  text-decoration: none;
}
.tile a:hover {
  color: #007565;
}
.tile.selected a {
  color: #007565;
}

.input-group-post .input-group-addon {
  background-color: #fff;
  border-width: 2px;
  height: 46px; 
  padding: 0 15px;
}
.input-group-post .form-control {
  border-left:none;
  border-right:none;
  border-width: 2px;
}
.input-group-post .btn {
  border-left:none;
  border-width: 2px;
  height: 46px;
  text-transform: uppercase;
  background-color:#E5E8E9;
}

.media-list .media .action .btn {
  text-decoration: none;
}

.btn-link {
  margin-top: 10px;
  margin-bottom: 10px;
}

.btn-link:focus, .btn-link:hover {
  color: #FFFFFF;
  background-color: #000000;
}

.media-heading .pull-right{
  margin-top: -15px;
}

.form-input-post {
  
}
.form-input-post .form-control, 
.form-input-post .btn {
  border-width: 2px;
}
.form-input-post input[type="text"] {
  margin-bottom: -2px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-input-post textarea {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* Added from request https://na31.salesforce.com/50037000004miWO */
.sfdc_richtext th, .sfdc_richtext td, .table.table-bordered th, .table.table-bordered td {
    padding: 2px 0 2px 5px;
    border: 1px solid #E5E8E9;
    line-height: 1.2em;
    text-align: left;
    vertical-align: middle;
}

.sfdc_richtext th, .table.table-bordered th {
    background: #4d4d4d!important;
    color: #F5F6F6;
    text-transform: uppercase;
    font-weight: normal;
}

.sfdc_richtext table tr:hover, .table.table-bordered tr:hover {
    background: #F5F6F6;
}

/* fp classes added by Pablo Barbier in 2020 */

.fp-subheadline {
  font-size: 28px;
  font-weight: 600;
  line-height: 40px;
}

.fp-small h4 {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.fp-article-list-wrapper {
  padding: 0 20px !important;
}

.fp-article-list li a {
  max-width: calc(100% - 80px);
  display: inline-block;
}

#searchbox {
  margin-top: -60px;
  margin-bottom: -20px;
}

#searchbox .CoveoSearchbox .magic-box {
  border-color: #CFD2D3;
  border-radius: 4px;
}

#searchbox .magic-box .magic-box-input {
  border-radius: 4px;
}

#searchbox .CoveoSearchbox .magic-box .magic-box-input > input {
  color: #636569;
}

#searchbox .CoveoSearchbox .magic-box .magic-box-input > input:focus {
  color: #1D252C;
}
#searchbox .CoveoSearchbox .CoveoSearchButton {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

#searchbox .CoveoSearchButton {
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
  background-color: #000000;
  border-color: #A7A8A9;
}

#searchbox .CoveoSearchButton svg * {
  fill: #F5F6F6;
}

.panel-body {
  padding: 10px 20px;
}

#searchcontroldiv .btn {
  color: #FFFFFF !important;
  margin-left: 10px !important;
}

#searchcontroldiv .btn:hover {
  background-color: #000000 !important;
}
#vfFrameId_1615998423144 {
    background:transparent !important;
    height:50px !important;
    position: static;
    bottom:0;
    right:0;
}
.selfServiceArticleLayout .summary h2{
display : none !important; 
}