* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

body, html {
  padding: 0;
  margin: 0;
  font-family: 'Mercury Text G1 Roman';
  font-size: 16px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Brandon Grotesque Bold';
  text-transform: uppercase;
}

sup {
    vertical-align: super;
    line-height: 0;
    position: relative;
    top: 1px;
    font-size: 0.7em;
}

ul,ol {list-style-position: outside !important;}

img {
  max-width: 100%;
  width: auto;
  max-height: 100%;
  height: auto;
}

.podcast .fea-conf-header .img-responsive{
width: 100%;
}

.img-center {
  display: block;
  margin: 0 auto;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgba(155, 155, 155, 0.7);
  font-family: 'Brandon Grotesque BoldItalic';
  font-style: italic;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(155, 155, 155, 0.7);
  font-family: 'Brandon Grotesque BoldItalic';
}

input:-ms-input-placeholder {
  /* IE 10+ */
  color: rgba(155, 155, 155, 0.7);
  font-family: 'Brandon Grotesque BoldItalic';
}

:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(155, 155, 155, 0.7);
  font-family: 'Brandon Grotesque BoldItalic';
}

/*color code*/
.primary-blue-1, .primary-blue-1 h1 {
  background-color: #004F71;
  color: #FFFFFF;
}

.primary-blue-2, .primary-blue-2 h1 {
  background-color: #009CDE;
  color: #FFFFFF;
}

.primary-blue-3, .primary-blue-3 h1 {
  background-color: #5BC2E7;
  color: #FFFFFF;
}

.primary-grey, .primary-grey h1 {
  background-color: #63666A;
  color: #FFFFFF;
}

.secondary-magenta {
  background-color: #AA0061;
}

.secondary-yellow {
  background-color: #EEB33B;
}

.secondary-green-1, .secondary-green-1 h1 {
  background-color: #00B140;
}

.secondary-green-2, .secondary-green-2 h1 {
  background-color: #7CCC6C;
}

.pale-orange, .pale-orange h1 {
  background-color: #F6D9A4;
  color: #004F71 !important;
}

.strong-cyan {
  background-color: #33728D;
}

.white-default {
  background-color: #FFFFFF;
  color: #004F71;
}

/*text color*/

.color-white, .color-white h1 {
  color: #ffffff !important;
}

.color-primary-blue, .color-primary-blue h1 {
  color: #004F71 !important;
}

.hr-bar {
  width: 100%;
  height: 20px;
  float: left;
  padding: 10px 0;
  opacity: 0.7;
  background-image: url('../img/bar-hatch-overlay-tile.png');
}

/*seven color with opacity*/
.secondary-yellow-20 {
  background: rgba(238, 179, 59, 0.2);
  color: #004F71;
}

.secondary-green-2-20 {
  background: rgba(124, 204, 108, 0.2);
  color: #004F71;
}

.primary-blue-1-10, .course-instructors-summary .instructor-information {
  background: rgba(0, 79, 113, 0.1);
  color: #004F71;
}

.primary-grey-15 {
  background: rgba(99, 102, 106, .15);
  color: #004F71;
}

.blue-light {
  background: #EEF8FC;
  color: #004f71;
}

select::-ms-expand {
  display: none;
}

input[type="submit"], .form-section input[type="reset"] {
  -webkit-appearance: none;
}

input[type="checkbox"] {
  border: 0;
}

.global-button {
  text-transform: uppercase;
  text-align: center;
}

.global-button {
  margin-left: 0 !important;
  padding: 5px 24px;
}

.primary-global-button {
  width: 100%;
  border: 2px solid #FFFFFE;
  text-transform: uppercase;
  outline: 0;
  background: #00B140;
  float: left;
  text-decoration: none;
  color: #fff;
  font-family: 'Brandon Grotesque Bold';
  font-size: 1.15em;
  padding: 10px 25px;
  border-radius: 100px;
  cursor: pointer;
  text-align: center;
}

.secondary-global-button {
  width: 100%;
  border: 2px solid #FFFFFE;
  text-transform: uppercase;
  outline: 0;
  background: #009CDE;
  float: left;
  text-decoration: none;
  color: #fff;
  font-family: 'Brandon Grotesque Bold';
  font-size: 1.15em;
  padding: 5px 25px;
  border-radius: 100px;
  cursor: pointer;
  text-align: center;
}

.disabled-global-button {
  width: 100%;
  border: 2px solid #FFFFFE;
  text-transform: uppercase;
  outline: 0;
  background: #63666A;
  opacity: 0.5;
  float: left;
  text-decoration: none;
  color: #fff;
  font-family: 'Brandon Grotesque Bold';
  font-size: 1.15em;
  padding: 10px 25px;
  border-radius: 100px;
  cursor: pointer;
  text-align: center;
}

.triangle {
  width: 0;
  height: 0;
  border-right: 93px solid transparent;
  border-left: 93px solid transparent;
  border-bottom: 32px solid #fff;
}

.innerTriangle {
  width: 0;
  height: 0;
  border-right: 64px solid transparent;
  border-left: 64px solid transparent;
  border-bottom: 21px solid #009cde;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
}

.triangle-wrap {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 187px;
  top: 162px;
}

.traingle-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(255, 255, 255, 0.5);
  z-index: 9;
  top: 0;
  float: left;
  cursor: pointer;
  left: 0px;
}

.overlay {
  position: absolute;
  width: 100%;
  float: left;    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+100 */
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=0); /* IE6-9 */
  top: 0;
  z-index: 1;
  height: 100%;
  display: block;
}

.black-overlay {
  position: absolute;
  width: 100%;
  float: left;    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=0); /* IE6-9 */
  top: 0;
  z-index: 1;
  height: 100%;
  display: block;
}

.article-col .conference-bio-content {
    float: right;
}

.firefox .container.wraper-float.scrolled{
  display:table;
}

.one-column-with-rightrail-view form[name="global-form-validation"] label.control-label input[type=radio],.one-column-with-rightrail-view form[name="global-form-validation"] label.control-label input[type=checkbox]{
   visibility: hidden;
}


.ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front.ui-draggable.ui-resizable{
   z-index: 101;
}
.ui-widget-overlay {
    opacity: 0.5;
    background: #fff;
    z-index: 100;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.stopScrolling{
 overflow: hidden;
}

.stopScrolling .fixed-header{
  z-index: 11;
}

.text-uppercase{text-transform:uppercase}
.text-center{text-align:center}

#teconsent {
clear:both;
}
.coveo-modal-body div#teconsent {display:none !important;}
.coveo-modal-body div#consent_blackbar {display:none !important;}
.coveo-modal-body .acsb-trigger.acsb-ready { display: none !important;}
.acsb-trigger.acsb-ready.acsb-trigger-iframe { display: none !important;}section, .course-instructors-summary {
  width: 100%;
  float: left;
}

h1, .callout .callout-cnt h2, .footer-sign-up form input[type='submit'], .callout .global-button {
  text-transform: uppercase;
}

/*floating header*/
.fixed-header {
  position: fixed;
  z-index: 9999;
}

/*coming soon*/
.cs-info p {
  padding: 0px 20px 0;
  float: left;
  text-align: center;
  width: 100%;
  color: #004F71;
  font-size: 1.5em;
  font-family: 'Brandon Grotesque Regular';
}

/*video css*/
.video-wrap {
  display: none;
  position: absolute;
  z-index: 9;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.playing img {
  visibility: hidden;
}

.global-select > option {
  padding: 0px 36px 0px 20px;
}

.sub-navbar nav ul li a {
  text-transform: uppercase;
}

/*faq*/
.general-text-view .answer p, .general-text-view .faqContent .answer ul {
  color: #000;
}

/*privacy*/
.general-text-view ul, .site-map-container ul {
  list-style: disc;
}

.general-text-view ul li, .site-map-container ul li {
  margin-bottom: 10px;
}

.general-text-view ul li ul, .site-map-container ul li ul, .site-map-container .sub-list {
  list-style: disc;
  padding-left: 30px;
  margin-top: 15px;
  margin-bottom: 0;
}

.form-label p, .form-description p {
  text-transform: none;
}

.outside-content .course-instructors-summary {
  margin-bottom: 45px;
}

.instructor-bio-content p {
  margin-bottom: 15px;
}

.instructor-bio-content {
  width: 665px;
  float: left;
}

.form-section .submit-wrap
a {
  margin-left: 0;
  border: 0;
  margin-top: 26px;
}

.form-header h2 {
  padding-bottom: 20px;
}

.form-header {
  width: 100%;
  float: left;
  color: #004f71;
}

.form-description {
  margin-bottom: 26px;
}

.form-description p:first-of-type {
  margin-top: 0px;
}

.form-description p {
  margin-top: 20px;
}

.form-section input[type="reset"] {
  margin-left: 8px !important;
}

.general-text-view ul, .site-map-container ul, .site-map-container ol {
  margin-left: 20px;
  line-height: 1.4;
}

.general-text-view ul li, .site-map-container ul li {
  line-height: 1.4;
}

.site-map-container .sub-list {
  margin: 5px 0 0 0;
  list-style-type: circle;
  padding-left: 20px;
}

.one-column-with-rightrail-view form[name="global-form-validation"] .disabled-global-button {
  float: none;
  width: auto;
  margin: 0;
  padding: 9px 16px;
  pointer-events: none;
}

.disabled-global-button.play-button, .primary-global-button.play-button, .secondary-global-button.play-button {
  margin-top: 0;
}

.conference-detail-summary .article-item .left-column p {
  line-height: 1.2;
}

.pagination .disable {
  pointer-events: none;
}

.pagination li:first-child a, .pagination li:last-child a {
  display: table;
}

.pagination li:first-child a span, .pagination li:last-child a span {
  display: table-cell;
  vertical-align: middle;
  padding: 5px;
}

.event-list-view .article-item:last-child {
  margin-bottom: 20px;
}

.content-para p, .general-text-view p {
  color: #004F71;
  margin-bottom: 16px;
  line-height: 22px;
}

.img-callout.video-callout {
  position: relative;
}

.img-callout.video-callout img {
  visibility: hidden;
}

.img-callout.video-callout .video-wrap {
  display: block;
}

.video-call.activated .video-cat-wrap, .video-call.activated .list-dscn {
  background-color: #fff;
  opacity: 0.6;
  z-index: 999;
  position: relative;
}

li.video-call.activated:before {
  left: 1px;
  top: 1px;
}

.banner-inner-container .banner-description p {
  margin-bottom: 15px;
}

.banner-inner-container .banner-description p:last-of-type {
  margin-bottom: 0;
}

/*nutrition education course completed*/

/*resources*/
.without-overlap .callout:nth-child(1) {
  margin-top: 0;
}

.callout-wrapper.without-overlap {
  padding: 0;
}

.breadcrumb > li, .sub-navbar .dropdown-sub-menu li a {
  text-transform: uppercase;
}

.callout-wrapper.without-overlap .callout {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  border: 1px solid #CCC;
}

.banner-inner-container .banner-description {
  width: 100%;
}

.events-list li ul li:last-child {
  float: right;
}

.events-list.list-with-video h6 {
  margin-bottom: 2px;
}

/*search result page*/
.search-result-summary .article-item h4 {
  margin-bottom: 0;
}

.primary-search-page .ng-loader {position:relative;}

.search-result-summary .internal-link p:last-of-type {margin-bottom: 15px;}
.search-result-summary .internal-link {float:right;}

.search-result-summary .article-item .left-column {
  border-right: 0px;
  width: 100%;
}

.search-result-summary .article-item:last-child {
  margin-bottom: 20px;
}

/*site map*/
.site-map-cnt {
  width: 100%;
  float: left;
}

.site-map-cnt a {
  color: #004f71;
  text-decoration: none;
  text-transform: capitalize;
}

.site-map-cnt ul li ul {
  list-style: circle;
}

.site-map-container ul li {
  list-style: none;
}

.article-item p {
  line-height: 19px;
}

.sharing-content .pdf-down {
  float: left;
  color: #63666A;
  text-transform: uppercase;
  text-decoration: none;
  font-family: 'Brandon Grotesque Bold';
}

.pdf-down span, .pdf-down img {
  float: left;
}

.pdf-down span {
  margin-top: 2px;
  margin-left: 6px;
}

.author-bio.article-item h4 {
  margin-bottom: 10px;
}

.inner-container.print-certificate, .inner-container.no-banner {
  margin-top: 20px;
}

.instructor-location {
  margin-bottom: 16px;
}

.abstract ul, .content-para ul, .banner-description ul {
  margin-left: 18px;
  padding-bottom: 10px;
  list-style-position: outside;
}

.abstract ul li, .content-para ul li, .banner-description ul li {
  padding-top: 10px;
}

.subfeature-callout {
  margin-bottom: 20px;
}

.subfeature-callout:nth-last-child(2) {
  margin-bottom: 0px;
}

.fea-conf-title a {
  text-decoration: none;
  color: #004f71;
}

.conference-bio-content ul {
  list-style-position: outside;
  padding-top: 15px;
  padding-left: 20px;
}

input.global-button[disabled] {
  background: #63666A;
  cursor: default;
  opacity: 0.5;
}

/*newly added*/
.filter-controls.slide {
  clear: both;
  position: relative;
  padding: 0 10px;
}

.conference-bio-content {
  width: 455px;
  float: left;
  padding-top: 15px;
}

.article-item .img-cnt img {
  width: 125px;
}

.filter-controls {
  overflow: visible !important;
}

.firefox label.control-label input[type="radio"], .firefox label.control-label input[type="checkbox"] {
  display: none;
}

.firefox label.control-label ng-bind-html { padding-left: 5px;}

.firefox .one-column-with-rightrail-view form[name="global-form-validation"] .filter-controls .search-btn {
  height: 42px;
}

.firefox span.dd-control {
  height: 32px;
}

/** bio summary list starts. Applicable for conference detail page presenters and Article detail page authors **/
.bio-detail-list {color: #004F71; width: 100%; float: left;}
.bio-item.article-item h4 { margin-bottom: 10px; float: left;}
.bio-detail-summary .bio-location p, .bio-detail-summary .bio-content p {margin-bottom: 16px;  line-height: 1.2;}
.bio-location p:last-child{margin-bottom:0px}
.bio-detail-summary .bio-location{margin-bottom:16px}
/** bio summary list starts. Applicable for conference detail page presenters and Article detail page authors **/

/** input validation for checkbox and dropdown **/
input.input-validation-error[type="checkbox"]:after, .global-select.input-validation-error { border: solid 1px #FF0000;}
.faqContent ul li { margin-bottom: 0px;}
.faqContent ul li ul { margin-top: 0px; list-style: circle;}

.one-column-with-rightrail-view form[name="global-form-validation"] .content-para p {
    text-transform: uppercase;
    font-size: 16px;
    border-bottom: solid 1px rgba(99, 102, 106, 0.5);
    margin-bottom: 5px;
}

.privacy-policy ul, .secondary-banner-content ul, .secondary-banner-content ol, .faqContent ul, .terms-of-use ul, .terms-of-use ol { margin-left:18px !important;}
.privacy-policy ul li { padding: 0;}

.no-results, .results-with-keywords {
  width: 100%;
  float: left;
  text-align: left;
  color: #004F71;
  margin-top: 20px;
  line-height:1.3;
  padding-left:20px;
}

.results-with-keywords { margin: 0; padding: 0 20px; }
.no-results p, .results-with-keywords p { margin-bottom: 16px;}
.no-results ul { margin: 10px 18px;}

/** Feature callouts in One column content page **/
.features-content {float:left;}

.search-result-summary .noOfResults {
    float: left;
    padding-bottom: 20px;
}

.search-result-summary .article-item h4 a {
    color: #004F71;
    padding-bottom: 5px;
    text-decoration: none;
    display: block;
}
.register-success-section .content-para ul {color: #004F71;}

/**custom implementation for primary population checkbox error messages **/

.private input[type="checkbox"]:after { background-color: #eee;}
.rbl-item.private { pointer-events: none;}
.primary-patient-population, .primary-patient-population-checkbox-group {width: 100%; float: left;}
.primary-patient-population-checkbox-group {border: solid 1px #FFF;}
.primary-patient-population-checkbox-group.outline {border: solid 1px #FF0000;}
input.input-validation-error[type="checkbox"][id="PrimaryPopulationIsAdult"]:after {border: solid 1px #004F71;}

/** PDF Links customization **/
.one-column-content-page .pdf-link { width: 100%; float: left; }
.pdf-link a {
    width: 100%;
    float: left;
    border-top: 1px solid #979797;
    color: #63666A;
    text-transform: uppercase;
    text-decoration: none;
    font-family: 'Brandon Grotesque Bold';
}
.pdf-link a:last-of-type { border-bottom: 1px solid #979797;}

/** signup-confirmation **/
.anhi-signup-confirmation .register-success-section ul li:last-child{margin-bottom:15px}
.anhi-signup-confirmation h2{color:#004f71}

/** article detail pages **/
.article-detail-page .two-column-banner-pdf h1 {text-transform:none;}
.left-cnt .fea-conf-title h3 {text-transform:none;}

/**Features landing - printable-resource sub feature callouts **/
.subfeature-callout-cnt {float:right;}
.subfeature-img-cnt {float: left;}

.global-select:focus{outline: -webkit-focus-ring-color auto 5px;}

.banner-head-bottom {z-index: 10;}
.home-banner-overlay {
  position: absolute;
  width: 100%;
  float: left;    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+100 */
  background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=0); /* IE6-9 */
  top: 60%;
  z-index: 2;
  height: 100%;
  display: block;
}

.validation-summary-valid {float:left;width:100%;}

/*Homepage knowledge hub callout*/
.knowledge-hub-home{ margin-bottom: 1em;color: #63666A;font-size: 18px;line-height: 26px;font-family: 'Mercury Text G1 Roman'}
.knowledge-hub-home ul{padding-left:18px}

/*Video Detail Page*/
.educate-patients-desc {margin-bottom: 15px}

/*Education Landing Page - Banner Medical Icon*/
.anhi-education-landing .medical-icon{float: left;margin-right:10px}
.anhi-education-landing .medical-icon + p{margin-top:15px}

/*Add to Homescreen*/
.ios-a2hs-modal{
 position:fixed; 
 bottom:0;
 left:0;
 right:0; 
 z-index:10000;
}
.ios-a2hs-content {
  padding: 10px;
  width: 322px;
  background: #4d4d4d;
  border-radius: 15px;
  color: #ffffff;
  margin:auto;
  text-align:center;
}

.ios-a2hs-close {
 color: white;
    position: absolute;
    font-size: 35px;
    right: 35px;
    top:20px;
    cursor:pointer
}

.ios-a2hs-arrow{
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #4d4d4d;
  margin: 0 auto;
}


.a2hs-iphone .ios-a2hs-content .ios-a2hs-close {
    top: -10px;
}

.a2hs-ipad.ios-a2hs-modal {
   top:0;
   margin-left:40%;
   bottom: auto;
}

.a2hs-ipad .ios-a2hs-content {
    width: 400px;
}

.a2hs-ipad .ios-a2hs-arrow {
    border-top:0;
    border-bottom: 30px solid #4d4d4d;
    margin: 0 65%;
}



@media screen and (orientation:landscape) {
    .a2hs-ipad.ios-a2hs-modal {
      margin-left:50%;
    }
    .a2hs-ipad .ios-a2hs-arrow {
        margin: 0 68%;
    }
    .a2hs-ipad .ios-a2hs-close{
       top:18px;
       right:65px
   }
   .a2hs-iphone .ios-a2hs-content .ios-a2hs-close {right: 175px}

}

.form-category .custom-check {margin-bottom: 16px;width: 100%;float: left;}
.rbl-item .custom-check {margin-bottom: 24px;}
.rbl-item .custom-check label, .custom-check label { padding-left: 40px; position: relative; float: left; cursor: pointer; user-select: none; }
.form-category .custom-check p, .custom-check p { display: inline-block;margin-bottom: 0; line-height: 1;vertical-align: middle;}
.custom-check .chk-item { position: absolute; background-color: #FFF; height: 28px; width: 28px; border: solid 1px #004F71; left: 0; top: 0; cursor: pointer; }
.custom-check input[type="checkbox"]:after, .custom-check input[type="checkbox"]:checked:after { display: none; }
.custom-check input[type="checkbox"] { margin: 0; opacity: 0; position: absolute; left: 0; z-index: 1; display: inline-block; }
.custom-check input:checked ~ span { background-repeat: no-repeat; background-position: 1px; text-align: center; background-image: url(../img/checkmark.svg);}
.rbl-item.private .custom-check .chk-item {background: #eee;}
input::-ms-clear {display: none; }
.footer-bottom ul.footer-social-icons li a{
    width: 100%;
    height: 100%;
    display: block;
}.calendar-hints {
  width: 100%;
  float: left;
  padding-top: 11px;
  padding-left: 5px;
}

.calendar-hints p {
  float: left;
  padding-left: 25px;
  padding-right: 9px;
  position: relative;
  color: #63666A;
  font-family: 'Mercury Text G1 Bold';
}

.calendar-hints p:before {
  content: '';
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
}

.calendar-hints p strong {
  font-family: 'Mercury Text G1 Bold';
}

.calendar-hints p span {
  font-family: 'Mercury Text G1 Roman';
}

.calendar-hints .event-day:before {
  background: #004F71;
}

.calendar-hints .past-day:before {
  background: #5BC2E7;
  opacity: 0.5;
}

.fc-row.fc-week.fc-widget-content {
  height: 35px !important;
}

.fc-scroller.fc-day-grid-container {
  overflow: hidden !important;
  height: 100% !important;
}

/*calendar*/
.fc-row .fc-content-skeleton tbody td {
  display: none;
}

.fc-unthemed td {
  border: 0;
  cursor: default;
  pointer-events: none;
}

.fc .fc-row .fc-content-skeleton .fc-past.hasEvent span {
  background: rgba(91, 194, 231, 0.5) !important;
  border: 0;
}

.fc-content-skeleton table {
  font-family: 'Brandon Grotesque Medium';
  color: #004F71;
}

.fc-future.hasEvent span {
  background: #004F71 !important;
  color: #fff;
}

.fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
  float: right;
  width: 100%;
  padding: 3px 0;
  text-align: center;
  position: relative;
  bottom: 0px;
  background: #fff;
  border: 1px solid grey;
}

.fc-unthemed th, .fc-unthemed thead {
  border: 0;
  color: #004F71;
  font-weight: normal;
  font-family: 'Brandon Grotesque Medium';
  text-transform: uppercase;
}

td.fc-day.fc-widget-content {
  background: none !important;
}

.fc-row .fc-content-skeleton>table {
  border-spacing: 5px 0px;
}

div#event-calendar {
  width: 310px;
  min-height: 355px;
  float: none;
  margin: 0 auto;
  background: #eee;
}

.fc-row .fc-content-skeleton {
  padding-bottom: 0;
}

.right-cnt>#event-calendar+div {
  margin-left: 0;
}

.fc-unthemed td.hasEvent {
  cursor: pointer;
  pointer-events: auto;
}/** Print Certificate starts **/
.print-certificate .content-para {
color: #004F71;
}

.print-certificate-container {
  width: 100%;
  float: left;
  color: #004F71;
  display: table;
  vertical-align: middle;
}

.print-certificate-container .col {
  position: relative;
  vertical-align: middle;
  display: table-cell;
}

.print-certificate-container .login-container {
  border: 4px solid rgb(0, 177, 64);
  text-align: center;
  vertical-align: middle;
}

.print-certificate-container .global-button {
  float: none;
  margin-bottom: 30px;
}

.print-certificate-container h3 {
  font-size: 30px;
  margin-bottom: 10px;
  font-family: 'Mercury Text G1 Bold';
  text-transform: capitalize;
}

.print-certificate-container p, .print-certificate-container .print-certificate-form.loggedin .course-title {
  text-transform: uppercase;
  font-family: 'Brandon Grotesque Bold';
}

.print-certificate-container .login-container {
  color: rgb(0, 79, 113);
}

.print-certificate-container .login-container p {
  margin-bottom: 25px;
}

.print-certificate-container .print-certificate-form {
  color: #006284;
  background-color: rgba(124, 204, 108, 0.3);
  webkit-box-shadow: inset 0px 0px 0px 1px #00B140;
  -moz-box-shadow: inset 0px 0px 0px 1px #00B140;
  box-shadow: inset 0px 0px 0px 1px #00B140;
}

.print-certificate-container .print-certificate-form {
  text-align: center;
}

.print-certificate-container .print-certificate-form p {
  padding: 42px 0 10px 0;
}

.print-certificate-container .print-certificate-form .form-input {
  margin-bottom: 6px;
  border: 1px solid #00B140;
  pointer-events: none;
}

.print-certificate-container .print-certificate-form.loggedin .form-input {
  pointer-events: auto;
}

.disabled-form {
  display: block;
  pointer-events: none;
}

.loggedin.print-certificate-form {
  pointer-events: auto;
}

.loggedin .disabled-form {
  display: none;
  pointer-events: auto;
}

.disabled-login {
  display: none;
}

.disabled-form, .disabled-login {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(124, 204, 108, 0.75);
  pointer-events: none;
  z-index: 9;
}

.print-certificate-container .certificate-form .course-view {
  text-align: left;
}

.print-certificate-course-view {
  margin-bottom: 10px;
}

.print-certificate-course-view .course-title {
  margin-bottom: 7px;
}

.print-certificate-course-view em {
  font-family: 'Mercury Text G1 Italic';
}

.print-certificate-form .validation-summary-errors {
  padding-bottom: 7px;
}

.print-certificate-form .validation-summary-errors ul {
  text-align: left;
  font-family: 'Brandon Grotesque Bold';
}

.print-certificate-form .validation-summary-errors ul li {
  padding-left: 50px;
  text-transform: none;
}

.print-certificate-form .validation-summary-errors ul li:before {
  left: 20px;
}

/** Print Certificate ends **/


/* Crownpeak Update */
.crown-hideTitle{display:none}/** certificate of training starts **/
.certificate-container, .certificate-container>div {
  width: 100%;
  float: left;
}

.title-header h2 {
  margin-bottom: 10px;
}

.certificate-left-callout {
  margin-bottom: 20px;
}

.certificate-left-callout .certificate-description {
  background-color: #dae9e0;
}

.certificate-left-callout .cert-image {
  background: #afd9b5;
}

.certificate-right-callout .certificate-description {
  background-color: #d9e2e9;
}

.certificate-right-callout .cert-image {
  background: #bce7fa;
}

.certificate-head {
  padding: 0px 20px;
}

.certificate-head p:first-of-type {
  margin-top: 15px;
}

.certificate-image {
  margin-bottom: 20px;
}

.certificate-link a {
  float: left;
  margin: 0px 3px 10px;
}

.certificate-foot-note {
  width: 100%;
  float: left;
}

.certificate-test-button {
  width: 100%;
  float: left;
}

.certificate-test-button a:last-child {
  margin: 0;
  margin-top: 10px;
}

.certi_details {
  float: left;
  margin-top: 20px;
}

.certi_details h4 {
  color: #004F71;
  margin-bottom: 10px;
}

/** certificate of training ends **//** course detail **/
.outside-content h1 {
  color: #004F71;
  text-transform: uppercase;
  font-family: 'Mercury Text G1 Bold';
  margin-bottom: 15px;
}
.outside-content, .course-instructor-list {
  color: #004F71;
  width: 100%;
  float: left;
}
.outside-content .content-header {
  width: 100%;
  float: left;
  padding-bottom: 25px;
  border-bottom: 1px solid rgba(0, 79, 113, .1);
  margin-bottom: 18px;
  -webkit-background-clip: padding-box; /* for Safari */
  background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */
}

#course-detail strong {
  text-transform: uppercase;
  font-family: "Brandon Grotesque Bold";
}

#course-detail {
  width: 100%;
  float: left;
}

.outside-content>div {
  width: 100%;
  float: left;
}

.instructor {
  margin-bottom: 25px;
}

.outside-content .instructor {
  margin-bottom: 0px;
}

.course-description, .course-purpose, .course-objective{
  margin-top: 15px;
  width: 100%;
  float: left;
}

.instructor>div {
  line-height: 1.4;
}

.outside-content h2, .inside-content h2 {
  margin-bottom: 20px;
}

.outside-content .course-instructors-summary .instructor-information .left-column {
  border-right: 0;
}

.more-content {
  display: none;
}

.read-more, .read-less {
  color: #004F71;
  text-decoration: none;
  font-family: 'Mercury Text G1 BoldItalic';
  font-weight: bold;
  font-style: italic;
}

.right-rail-type-5 {
  width: 310px;
  float: left;
  margin-left: 20px;
  padding-bottom: 15px;
  margin-bottom: 20px;
}

.right-rail-type-5.loggedin {
  padding-bottom: 35px;  
}

.course-rail .social-icon {
  float: left;
  margin-left: 20px;
  margin-bottom: 25px;
}

.right-rail-type-5 img {
      margin: 20px 0 10px 107px;
}

.right-rail-type-5 p {
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  text-align: center;
  font-family: 'Brandon Grotesque Medium';
}

.right-rail-type-5 .social-icon {
  margin-top: 20px;
}

.right-rail-type-5 .button-center {
  margin-top: 20px;
}

.right-rail-type-5 .button-center.external-link {
  margin-bottom: 15px;
}

.right-rail-type-5 p:last-child {
  text-transform: none;
  float: left;
  text-align: center;
  width: 100%;
  margin-top: 20px;
  font-size: 16px;
  font-family: 'Mercury Text G1 Roman';
}

.right-rail-type-5 span {
  font-family: 'Brandon Grotesque Medium';
  font-size: 20px;
}

.inner-container.lms-view {
  margin-top: 30px;
}

.course-purpose p, .course-objective p{margin-top: 10px;}

.course-description ul, .course-objective ul, .course-purpose ul {
  margin-left: 18px;
  margin-top: 10px;
}

.instructor strong, .course-video-detail strong {
    text-transform: uppercase;
    font-family: "Brandon Grotesque Bold";
}

 .course-video-detail strong {
    font-size:0.8em;
}

.course-detail-wrapper h4 {font-size:1em; line-height: 1.6;}

.course-video-detail {
  width: 100%;
  float: left;
  list-style: none;
  margin-top: 20px;
}

.course-detail-wrapper, .course-video-detail li {
  line-height: 1.4;
}

.lms-view .additional-note {margin-bottom:15px;}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.course-not-found-wrap .content-para p{font-size:22px; line-height:1.4;}

.conf-detail-cta{
min-width: 110px;
    border: 2px solid #FFFFFE;
    outline: 0;
    background: #00B140;
    /* float: left; */
    text-decoration: none;
    color: #fff;
    font-family: 'Brandon Grotesque Bold';
    font-size: 1.15em;
    border-radius: 100px;
    cursor: pointer;
    margin: 10px 8px 10px 8px;
margin-left: 0 !important;
    padding: 5px 24px;
    text-transform: uppercase;
    text-align: center;
    line-height: 42px;
}
}/** hero banner styles **/
.secondary-banner { position: relative;}
.secondary-banner-content.color-white, .secondary-banner-content.color-white h1 { color: #ffffff !important;}
.secondary-banner-content.color-primary-blue, .secondary-banner-content.color-primary-blue h1 {  color: #004F71 !important;}
.secondary-banner-content h1 { font-family: 'Mercury Text G1 Bold'; text-transform: none; }
.secondary-banner-content ul, .secondary-banner-content ol {margin-top: 10px; }    
.secondary-banner-content ul li, .secondary-banner-content ol li {padding-bottom: 5px; }
.secondary-banner-content ul li:last-of-type, .secondary-banner-content ol li:last-of-type {padding-bottom: 0px;}
.secondary-banner-content .left-ban-callout p {margin-bottom: 0px;}
.secondary-banner-content .left-ban-callout p a {color: #ffffff !important;}
.secondary-banner-content .left-ban-callout br {line-height:10px;}
.secondary-banner-content .play-button { margin-left: 0;}
.secondary-banner-content .ban-btn-clt a { text-transform: uppercase;}
.playing.secondary-banner:before, .playing.secondary-banner:after { border: 0px; visibility: hidden;}
.global-button .img-bnr-btn{padding-right: 10px; width: 30px;}
.hero-banner-with-links .ban-btn-clt:nth-child(2) {
    float:none !important;
}
.video-cat-wrap { position: relative;}
#loading {
display: none;
position: absolute;
z-index: 9999;
background: rgba(255,255,255,0.9);
width: 100%;
left: 0;
top: 0;
bottom: 0;
padding: 25%;
}



#subscribe-dialog.show-loader{

overflow: hidden !important;

}



#subscribe-dialog.show-loader #loading{
display: block !important;
}
/*primary search*/
.filter-search-section .filter-search-section__search-box{
	margin-top: 20px;
}.Grant-Header
{
	background-color: #222731;
	width: 960px;
	margin: 0 auto;
	height: 60px;
	margin-bottom: 15px;
	color: #ffffff;
}

.Grant-Header .Grant-HeaderLogo
{
	width: 120px;
	margin-left: 70px;
	margin-top: 13px;
	float: left;
}

.Grant-Header .Grant-HeaderLogo img, .Grant-Footer .Grant-FooterLogo .Grant-FooterLogoImage { width: 100%; }

.Grant-Header .Grant-Title
{
	float: right;
	margin-top: 25px;
	margin-right: 50px;
	line-height: 18px;
	font-size: 14px;
        font-weight: bold;
        font-family: 'BrandonGrotesqueRegular', Sans-Serif;
}

.GrantManagementContent
{
	width: 960px;
	margin: 0 auto;
	font-size: 14px;
	line-height: 18px;
        font-family: Georgia, Serif;
}

.GrantManagementContent .Grant-SectionHeader
{
	width: 100%;
	padding-top: 38px;
	padding-bottom: 45px;
	height: 40px;
}
.Grant-SectionHeaderline
{
	width: 321px;
	height: 1px;
	border-top: 1px solid black;
	display: inline-block;
	vertical-align: middle;
}

.GrantManagementContent .Grant-SectionHeader .Grant-SectionHeaderContent
{
	background-color: #000000;
	width: 318px;
	line-height: 18px;
	padding-top: 15px;
	padding-bottom: 10px;
	color: #ffffff;
	display: inline-block;
	font-size: 20px;
	text-align: center;
	margin-left: -4px;
	margin-right: -4px;
        font-weight: bold;
        font-family: 'BrandonGrotesqueRegular', Sans-Serif;
}

.GrantManagementContent .Grant-TopContent
{
	padding: 0px 70px 0px 70px;
}

.GrantManagementContent .Grant-LeftColumn
{
	margin: 0px 20px 40px 70px;
	width: 440px;
	display: inline-block;
	vertical-align: top;
}

.GrantManagementContent .Grant-Contentimage
{
	width: 100%;
	margin-top: 0px;
	margin-bottom: 20px;
}

.GrantManagementContent .Grant-RightColumn
{
	margin: 0px 0px 40px 20px;
	width: 400px;
	display: inline-block;
	vertical-align: top;
}

.GrantManagementContent p
{
       margin-top: 0px;
       margin-bottom: 20px;
}

.GrantManagementContent p a
{
       color: #000000;
}

.GrantManagementContent ul
{
       margin: 0px;
       padding-left: 15px;
}

#grantButton
{
      width: 194px;
      height: 22px;
      background-color: #009CDE;
      margin-top: 36px;
      margin-bottom: 20px;
      text-align: center;
      padding-top: 10px;
}

#grantButton a
{
      font-size: 16px;
      line-height: 16px;
      font-weight: bold;
      color: #ffffff;
      font-family: 'BrandonGrotesqueRegular', Sans-Serif;
      text-decoration: none;
}

.Grant-Footer
{
	background-color: #222731;
	width: 960px;
	margin: 0 auto;
	padding-top: 30px;
	padding-bottom: 33px;
	color: #ffffff;
	font-size: 14px;
	line-height: 28px;
	font-weight: bold;
        font-family: 'BrandonGrotesqueRegular', Sans-Serif;
}

.Grant-Footer .Grant-FooterLogo
{
	width: 120px;
	margin-left: 70px;
	margin-right: 140px;
	display: inline-block;
}

.Grant-Footer .Grant-FooterColumn1
{
	width: 210px;
	margin-right: 10px;
	display: inline-block;
	vertical-align: top;
}

.Grant-Footer .Grant-FooterColumn2
{
	width: 190px;
	margin-right: 10px;
	display: inline-block;
	vertical-align: top;
}

.Grant-Footer .Grant-FooterColumn3
{
	width: 190px;
	display: inline-block;
	vertical-align: top;
}

.Grant-Footer .Grant-FooterBottomContent
{
	padding: 81px 70px 0px 70px;
	font-size: 11px;
	line-height: 18px;
	font-weight: normal;
        font-family: Georgia, Serif;
}

.Grant-Footer a
{
        text-decoration: none;
        color: #ffffff;
}
.regulClass {
    padding-left: 20px !important;
    text-transform: none !important;
    font-family: 'Mercury Text G1 Roman' !important;
}/*Knowledge Hub*/
.knowledge-hub .callout-cnt > a { position: relative; color: #00B140; font-size: 1.5em; text-decoration: none; font-weight: bold; font-family: 'Brandon Grotesque Bold'; text-transform: uppercase }
.knowledge-hub span.radio-control { position: absolute; right: 5%; left: auto; top: 5px; width: 10px; height: 10px; border-radius: unset; border: none; padding: 0; }
.knowledge-hub label.control-label input:checked~span.radio-control:before { background-image: url(../img/up-arrow.png); background-color: transparent; }
.knowledge-hub span.radio-control:before { background-image: url(../img/down-arrow.png); background-repeat: no-repeat; border-radius: unset; border: none; }
.knowledge-hub span.radio-control:before { content: ""; display: block; width: 10px; float: left; height: 10px; background-color: transparent; }
.knowledge-hub .filter-categories label.control-label.checked:before { height: 12px; content: ''; width: 100%; display: block; position: absolute; bottom: 0; left: 0; background-color: #004F71; }
.knowledge-hub .knowledgehub-filter li { list-style-type: none; }
.knowledge-hub li.category-list.sub-category { list-style: none; float: left; width: 477px; margin-right: 20px; margin-bottom: 20px; position: relative; padding-bottom: 0; border: 0; display: block; width: 100%; margin-bottom: 0; }
.knowledge-hub .filter-categories label.control-label { padding-bottom: 10px; }

.knowledge-hub .knowledgehub-filter.show-details { display: block; }
.knowledgehub-filter { display: none; width: 870px; float: left; }
.knowledge-hub .filter-controls li:last-child { list-style: none; float: left; margin-right: 20px; margin-bottom: 20px; position: relative; width: 100%; padding-right: 20px; padding-top: 24px; margin-top: 5px; }

.knowledge-hub input.reset-filters { color: #63666A; border: 0; width: 140px; box-shadow: none; outline: 0; cursor: pointer; font-size: 16px; font-family: 'Brandon Grotesque Bold'; font-weight: 700; font-style: normal; text-decoration: underline; float: right; margin-right: 21px; margin-top: 9px; background: url(../img/reset-icon.svg) left no-repeat; padding-left: 30px; }
.knowledge-hub .knowledgehub-filter .filter-controls ul > list-style { list-style-type: none; width: 100%; margin-bottom: 0; display: block; float: left; border-bottom: 5px solid; position: relative; color: #004F71; }
.knowledgehub-filter .filter-controls ul li.category-list:first-of-type { border-bottom: 5px solid;color: #004F71; }
.knowledgehub-filter .filter-controls.slide { clear: none; float: left; padding-left: 0; }

.knowledge-hub .color-white + .overlay {display: none}
.kh-search-desc{font-weight:bold}
.knowledge-hub .callout-wrapper.without-overlap .callout{ border-bottom: 7px solid #0a4f6f;}
.knowledge-hub .knowledgehub-filter .radio-label.checked span.radio-control:before{background-image: url(../img/up-arrow.png);background-color: transparent;}
.knowledgehub-filter li.next.disabled {pointer-events: none}
.knowledge-hub .noOfResults{
    font-weight: bold;
}
.knowledgehub-filter label.control-label input[type=radio],.knowledgehub-filter label.control-label input[type=checkbox]{visibility:hidden}

/*.knowledge-hub .callout-cnt > a:after { content: ""; background-image: url("../img/filter-down.png"); position: absolute; right: -9%; top: 20%; color: #00B140; font-size: 1.5em; width: 20px; height: 30px; background-repeat: no-repeat; }
a.knowledgehub-dropdown.active:after { background-image: url("../img/filter-up.png"); }
.knowledge-hub .filter-controls li:last-child { width: 100%; padding-right: 20px; padding-top: 24px; margin-top: 5px; margin-right: 0; }
.knowledge-hub input.global-button[disabled] { float: right; width: auto; margin: 0 -9px 0 0; min-width: 188px; }
.knowledgehub-filter .filter-controls ul li.category-list:first-of-type .filter-categories:first-of-type label.control-label { padding-left: 0; }*//*latest-03/09 Latest css updates *//*Health Care professional*/

.collapse { display: none; }
.collapse.in { display: block; }
.panel { margin-bottom: 20px; background-color: #fff; border: 1px solid transparent; border-radius: 4px; -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }
.panel-body { padding: 15px; }
.panel-heading { padding: 10px 15px; border-bottom: 1px solid transparent; border-top-left-radius: 3px; border-top-right-radius: 3px; }
.panel-heading > .dropdown .dropdown-toggle { color: inherit; }
.panel-title { margin-top: 0; margin-bottom: 0; font-size: 16px; color: inherit; }
.panel-title > a, .panel-title > small, .panel-title > .small, .panel-title > small > a, .panel-title > .small > a { color: inherit; }
.panel-footer { padding: 10px 15px; background-color: #f5f5f5; border-top: 1px solid #ddd; border-bottom-right-radius: 3px; border-bottom-left-radius: 3px; }
.panel > .list-group, .panel > .panel-collapse > .list-group { margin-bottom: 0; }
.panel > .list-group .list-group-item, .panel > .panel-collapse > .list-group .list-group-item { border-width: 1px 0; border-radius: 0; }
.panel > .list-group:first-child .list-group-item:first-child, .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child { border-top: 0; border-top-left-radius: 3px; border-top-right-radius: 3px; }
.panel > .list-group:last-child .list-group-item:last-child, .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child { border-bottom: 0; border-bottom-right-radius: 3px; border-bottom-left-radius: 3px; }
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child { border-top-left-radius: 0; border-top-right-radius: 0; }
.panel-heading + .list-group .list-group-item:first-child { border-top-width: 0; }
.list-group + .panel-footer { border-top-width: 0; }
.panel > .table, .panel > .table-responsive > .table, .panel > .panel-collapse > .table { margin-bottom: 0; }
.panel > .table caption, .panel > .table-responsive > .table caption, .panel > .panel-collapse > .table caption { padding-right: 15px; padding-left: 15px; }
.panel > .table:first-child, .panel > .table-responsive:first-child > .table:first-child { border-top-left-radius: 3px; border-top-right-radius: 3px; }
.panel > .table:first-child > thead:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child { border-top-left-radius: 3px; border-top-right-radius: 3px; }
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child { border-top-left-radius: 3px; }
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child { border-top-right-radius: 3px; }
.panel > .table:last-child, .panel > .table-responsive:last-child > .table:last-child { border-bottom-right-radius: 3px; border-bottom-left-radius: 3px; }
.panel > .table:last-child > tbody:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child { border-bottom-right-radius: 3px; border-bottom-left-radius: 3px; }
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child { border-bottom-left-radius: 3px; }
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child { border-bottom-right-radius: 3px; }
.panel > .panel-body + .table, .panel > .panel-body + .table-responsive, .panel > .table + .panel-body, .panel > .table-responsive + .panel-body { border-top: 1px solid #ddd; }
.panel > .table > tbody:first-child > tr:first-child th, .panel > .table > tbody:first-child > tr:first-child td { border-top: 0; }
.panel > .table-bordered, .panel > .table-responsive > .table-bordered { border: 0; }
.panel > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > th:first-child, .panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tfoot > tr > td:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child { border-left: 0; }
.panel > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > th:last-child, .panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tfoot > tr > td:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child { border-right: 0; }
.panel > .table-bordered > thead > tr:first-child > td, .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > thead > tr:first-child > th, .panel > .table-responsive > .table-bordered > thead > tr:first-child > th, .panel > .table-bordered > tbody > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th { border-bottom: 0; }
.panel > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tfoot > tr:last-child > th, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th { border-bottom: 0; }
.panel > .table-responsive { margin-bottom: 0; border: 0; }
.panel-group { margin-bottom: 20px; }
.panel-group .panel { margin-bottom: 0; border-radius: 4px; }
.panel-group .panel + .panel { margin-top: 5px; }
.panel-group .panel-heading { border-bottom: 0; }
.panel-group .panel-heading + .panel-collapse > .panel-body, .panel-group .panel-heading + .panel-collapse > .list-group { border-top: 1px solid #ddd; }
.panel-group .panel-footer { border-top: 0; }
.panel-group .panel-footer + .panel-collapse .panel-body { border-bottom: 1px solid #ddd; }
.panel-default { border-color: #ddd; }
.panel-default > .panel-heading { color: #333333; background-color: #f5f5f5; border-color: #ddd; }
.panel-default > .panel-heading + .panel-collapse > .panel-body { border-top-color: #ddd; }
.panel-default > .panel-heading .badge { color: #f5f5f5; background-color: #333333; }
.panel-default > .panel-footer + .panel-collapse > .panel-body { border-bottom-color: #ddd; }
.panel-primary { border-color: #337ab7; }
.panel-primary > .panel-heading { color: #fff; background-color: #337ab7; border-color: #337ab7; }
.panel-primary > .panel-heading + .panel-collapse > .panel-body { border-top-color: #337ab7; }
.panel-primary > .panel-heading .badge { color: #337ab7; background-color: #fff; }
.panel-primary > .panel-footer + .panel-collapse > .panel-body { border-bottom-color: #337ab7; }
.panel-success { border-color: #d6e9c6; }
.panel-success > .panel-heading { color: #3c763d; background-color: #dff0d8; border-color: #d6e9c6; }
.panel-success > .panel-heading + .panel-collapse > .panel-body { border-top-color: #d6e9c6; }
.panel-success > .panel-heading .badge { color: #dff0d8; background-color: #3c763d; }
.panel-success > .panel-footer + .panel-collapse > .panel-body { border-bottom-color: #d6e9c6; }
.panel-info { border-color: #bce8f1; }
.panel-info > .panel-heading { color: #31708f; background-color: #d9edf7; border-color: #bce8f1; }
.panel-info > .panel-heading + .panel-collapse > .panel-body { border-top-color: #bce8f1; }
.panel-info > .panel-heading .badge { color: #d9edf7; background-color: #31708f; }
.panel-info > .panel-footer + .panel-collapse > .panel-body { border-bottom-color: #bce8f1; }
.panel-warning { border-color: #faebcc; }
.panel-warning > .panel-heading { color: #8a6d3b; background-color: #fcf8e3; border-color: #faebcc; }
.panel-warning > .panel-heading + .panel-collapse > .panel-body { border-top-color: #faebcc; }
.panel-warning > .panel-heading .badge { color: #fcf8e3; background-color: #8a6d3b; }
.panel-warning > .panel-footer + .panel-collapse > .panel-body { border-bottom-color: #faebcc; }
.panel-danger { border-color: #ebccd1; }
.panel-danger > .panel-heading { color: #a94442; background-color: #f2dede; border-color: #ebccd1; }
.panel-danger > .panel-heading + .panel-collapse > .panel-body { border-top-color: #ebccd1; }
.panel-danger > .panel-heading .badge { color: #f2dede; background-color: #a94442; }
.panel-danger > .panel-footer + .panel-collapse > .panel-body { border-bottom-color: #ebccd1; }
.panel-body:before, .panel-body:after { display: table; content: " "; }
.panel-body:after { clear: both; }

.panel-arrow a span {    
    padding: 3px 7px !important;   
    margin-left: 7px  !important;
} 

/*filtercss*/
.accordionFilterContainer .filter-section {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

span.summary-section-text {
	font-size: 14px;
	color: #004F71;
	font-family: Helvetica;
	font-weight: 300;
}

.accordionFilterContainer .filter-section:before,
.accordionFilterContainer .filter-section:after {
	content: " ";
	display: table;
}

.accordionFilterContainer .filter-section:after {
	clear: both;
}

.accordionFilterContainer .vertical-filter-column {
	display: block;
	float: left;
	margin-right: 2.84259%;
	width: 28.01019%;
	margin-right: 0;
	padding: 13px 10px 5px;
}

.accordionFilterContainer .vertical-filter-column:last-child {
	margin-right: 0;
}

.accordionFilterContainer .vertical-filter-column.coveo-no-results {
	display: none;
}

.accordionFilterContainer .filter-right-column {
	overflow: hidden;
	padding: 0 10px 10px 10px;
}

.filter-results-header {
	display: -webkit-box;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	box-pack: justify;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-pack: justify;
	min-height: 35px;
	overflow: hidden;
	-webkit-box-shadow: 0 -1px 0 0 #bcc3ca inset;
	box-shadow: 0 -1px 0 0 #bcc3ca inset;
}

.filter-summary-section {
	display: inline-block;
	font-size: 14px;
	margin-right: auto;
	-webkit-box-flex: auto;
	box-flex: auto;
	-moz-flex: auto;
	-ms-flex: auto;
	flex: auto;
}

.filter-results-header>*:not(:first-child) {
	padding-right: 10px;
	margin-left: 10px;
	border-right: 1px solid #bcc3ca;
}

.filter-results-header>*:last-child {
	padding-right: 0;
	border-right: none;
}

.sort-dropdown {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	position: relative;
	display: inline-block;
	border: 1px solid #a0aab3;
	border-radius: 2px 0 0 2px;
	font-size: 15px;
	background: white;
	margin: 0 10px;
	flex-basis: 115px;
	-ms-flex-preferred-size: 115px;
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHByZXNlcnZlQXNwZWN0UmF0aW89InhNaW5ZTWluIiB2aWV3Qm94PSIwIDAgNC45NSAxMCI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiNmZmY7fS5jbHMtMntmaWxsOiM0NDQ7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5hcnJvd3M8L3RpdGxlPjxyZWN0IGNsYXNzPSJjbHMtMSIgd2lkdGg9IjQuOTUiIGhlaWdodD0iMTAiLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMS40MSA0LjY3IDIuNDggMy4xOCAzLjU0IDQuNjcgMS40MSA0LjY3Ii8+PHBvbHlnb24gY2xhc3M9ImNscy0yIiBwb2ludHM9IjMuNTQgNS4zMyAyLjQ4IDYuODIgMS40MSA1LjMzIDMuNTQgNS4zMyIvPjwvc3ZnPg==) no-repeat;
	background-position-x: 95%;
	background-position-y: 50%;
	vertical-align: middle;
	height: 30px;
	min-width: 150px;
	padding: 0 20px 0 0;
	text-indent: 5px;
	color: #313a45;
}

select.sort-dropdown::-ms-expand {
	display: none;
}

.accordionFilterContainer {
	min-height: 100%;
	position: relative;
	margin: 0;
	font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif, sans-serif;
	font-size: 15px;
	color: #313a45;
}

.filter-checkbox-button,
input[type='checkbox'].filter-checkbox+button {
	position: relative;
	width: 17px;
	height: 17px;
	padding: 0;
	background: #ffffff;
	border: 1px solid #7e8c9a;
	border-radius: 2px;
	outline: none;
	-webkit-transition: all 200ms;
	-o-transition: all 200ms;
	transition: all 200ms;
	cursor: pointer;
}

input[type='checkbox'].filter-checkbox {
	display: none;
}

input[type='checkbox'].filter-checkbox+button:after {
	position: absolute;
	top: 7px;
	left: 7px;
	display: inline-block;
	width: 0;
	height: 0;
	content: '';
	background-color: transparent;
	border-radius: 100%;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

input[type='checkbox'].filter-checkbox+button:focus:after {
	top: -6px;
	left: -6px;
	display: inline-block;
	width: 26px;
	height: 26px;
	background-color: rgba(0, 0, 0, 0.08);
}

input[type='checkbox'].filter-checkbox:checked+button:before {
	position: absolute;
	top: 1px;
	left: 5px;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	display: block;
	width: 4px;
	height: 9px;
	content: '';
	border: solid #0059b3;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(43deg);
	-ms-transform: rotate(43deg);
	transform: rotate(43deg);
}

input[type='checkbox'].filter-checkbox:indeterminate+button {
	position: relative;
}

input[type='checkbox'].filter-checkbox:disabled+button {
	background-color: #373737;
	border-color: #373737;
	cursor: default;
	opacity: 0.2;
}

.filter-checkbox-label {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	color: #373737;
	line-height: 16px;
	vertical-align: middle;
}

.filter-checkbox-label .label {
	cursor: pointer;
}

.filter-checkbox-label.disabled .label {
	cursor: default;
	opacity: 0.4;
}

.filter-checkbox-label button+.label,
.filter-checkbox-label .label+.filter-checkbox+button {
	margin-left: 18px;
}

label[for].filter-checkbox-label {
	cursor: pointer;
}

.filter-checkbox-label {
	cursor: pointer;
}

.filter-checkbox-label button+.filter-checkbox-span-label,
.filter-checkbox-label .filter-checkbox-span-label+.filter-checkbox+button {
	margin-left: 18px;
}

.filter-checkbox-button,
input[type='checkbox'].filter-checkbox+button,
input[type='checkbox'].filter-checkbox+button {
	min-width: 18px;
}

.clear-all-filters:hover {
	cursor: pointer;
}

.clear-all-filters.clear-all-filters-pressed:focus,
.clear-all-filters:active {
	outline: 0;
}

.selected-filters {
	padding: 10px 0;
	position: relative;
	overflow: hidden;
	border-bottom: thin solid #bcc3ca;
	display: -webkit-box;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	box-align: start;
	-moz-align-items: flex-start;
	-ms-align-items: flex-start;
	-o-align-items: flex-start;
	align-items: flex-start;
	-ms-flex-align: start;
}

.clear-all-filters {
	color: #0059b3;
	text-decoration: none;
	cursor: pointer;
	overflow: visible;
	width: auto;
	padding: 0;
	margin: 0;
	background: none;
	border: none;
	color: #296896;
	flex-shrink: 0;
	-ms-flex-negative: 0;
	display: inline-block;
	font-size: 14px;
	padding: 5px;
	margin-left: 5px;
}

.clear-all-filters:visited,
.clear-all-filters:visited:hover {
	color: #609;
}

.clear-all-filters:hover,
.clear-all-filters:hover a {
	text-decoration: underline;
}

.clear-all-filters.sort-selected * {
	color: #0059b3;
}

.selected-filter-items {
	padding-bottom: 10px;
	display: inline-block;
	-moz-flex-grow: 1;
	-webkit-box-flex: 1;
	flex-grow: 1;
	-ms-flex-positive: 1;
}

.filter-header-section {
	padding: 8px 0;
	border-bottom: thin solid #bcc3ca;
	display: -webkit-box;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
}

.filter-dropdown-title {
	margin: 0;
	font-size: 15px;
	color: #0059b3;
	font-weight: bold;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	text-transform: capitalize;
	-moz-flex-grow: 1;
	-webkit-box-flex: 1;
	flex-grow: 1;
	-ms-flex-positive: 1;
}

.filter-dropdown-title.filter-clickable {
	cursor: pointer;
}

.filter-header-btn {
	color: #0059b3;
	text-decoration: none;
	cursor: pointer;
	overflow: visible;
	width: auto;
	padding: 0;
	margin: 0;
	background: none;
	border: none;
	color: #296896;
	padding: 0 5px;
	font-size: 14px;
}

.filter-header-btn:visited,
.filter-header-btn:visited:hover {
	color: #609;
}

.filter-header-btn:hover,
.filter-header-btn:hover a {
	text-decoration: underline;
}

.filter-header-btn.sort-selected * {
	color: #0059b3;
}

.filter-values-section {
	padding: 10px 0;
	margin: 0;
	white-space: normal;
	list-style: none;
}

.filter-values.sort-selected .filter-checkbox-span-label,
.filter-values.sort-selected .filter-checkbox-span-label-suffix {
	font-weight: bold;
}

.filter-values .filter-checkbox-label {
	padding: 5px 0;
	width: 100%;
}

.filter-values .filter-checkbox-span-label {
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	line-height: 1.2em;
}

.filter-values .filter-checkbox-label button+.filter-checkbox-span-label {
	margin-left: 12px;
}

.filter-values .filter-checkbox-span-label-suffix {
	margin-left: 8px;
	color: #67768b;
}

.filter-values .filter-checkbox-label:hover .filter-checkbox-span-label,
.filter-values.coveo-focused .filter-checkbox-span-label {
	opacity: 0.7;
}

.filter-sort-section-dropdown .sort-dropdown {
	display: -webkit-box;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	box-align: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	-ms-flex-align: center;
	font-size: 12px;
	font-weight: bold;
	padding: 0 5px 10px;
	border-bottom: thin solid #bcc3ca;
	text-transform: uppercase;
	border-bottom: 2px solid #bcc3ca;
	text-indent: 0;
	margin: 0;
	border: none;
	cursor: pointer;
	background-position-y: -5px;
	font-family: inherit;
}

.filter-sort-section-dropdown .sort-dropdown.sort-selected,
.filter-sort-section-dropdown .sort-dropdown.sort-selected:hover {
	border-bottom: 2px solid #263e55;
}

.filter-sort-section-dropdown .sort-dropdown:hover {
	color: #263e55;
}

.filter-sort-section-dropdown .sort-dropdown:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}


/* Sort Dropdown Styles Starts */

.filter-sort-section {
	font-family: "Brandon Grotesque Bold";
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	display: -webkit-flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 350px;
}

.filter-sort-section-label {
	width: 52px;
	font-size: 15px;
	margin-right: 10px;
	color: #005071;
	font-family: "Brandon Grotesque Regular";
}

.filter-sort-section-dropdown .sort-dropdown.sort-selected {
	border-bottom: 1px solid #002a3a;
	border-radius: 0;
	padding: 0;
	color: #005071;
	font-size: 14px;
	margin-top: -4px;
	height: 24px;
	min-width: 100px;
	background-position-y: 8px;
	background-position-x: right;
	background-image: url("../img/coveo-down-arrow.png");
}

.filter-sort-section-dropdown .sort-dropdown.sort-selected:focus {
	outline: none;
}

.filter-sort-section-dropdown .sort-dropdown.sort-selected:hover {
	border-bottom: 1px solid #000000;
}


/* Sort Dropdown Styles Ends */


/* Selected Filters section styles Starts */

.selected-filters,
.selected-filters {
	border-bottom: none;
	padding-bottom: 0;
}

.selected-filters .clear-all-filters,
.selected-filters .clear-all-filters {
	font-family: "Brandon Grotesque Regular";
	color: #004F71;
	font-weight: 700;
	font-size: 15px;
}

.selected-filters .selected-filter-items,
.selected-filters .selected-filter-items {
	font-family: "Brandon Grotesque Regular";
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	display: -webkit-flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-bottom: 0;
}

.selected-filters .selected-filter-items .coveo-breadcrumb-item,
.selected-filters .selected-filter-items .coveo-breadcrumb-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	display: -webkit-flex;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0;
	margin-bottom: 2px;
}

.selected-filters .selected-filter-items .coveo-breadcrumb-item h3,
.selected-filters .selected-filter-items .coveo-breadcrumb-item h3 {
	font-weight: 700;
	display: none;
}

.selected-filters .selected-filter-items .coveo-breadcrumb-item .coveo-facet-breadcrumb-title,
.selected-filters .selected-filter-items .coveo-breadcrumb-item .coveo-facet-breadcrumb-title {
	font-weight: 700;
	display: none;
}

.selected-filters .selected-filter-items .coveo-breadcrumb-item .coveo-dynamic-facet-breadcrumb-value,
.selected-filters .selected-filter-items .coveo-breadcrumb-item .coveo-dynamic-facet-breadcrumb-value {
	font-family: "Brandon Grotesque Regular";
	color: rgba(0, 0, 0, 0.5);
	font-size: 14px;
	background-color: #E8E8E9;
	padding: 1px 8px;
	border-radius: 25px;
	margin: 2px 0;
	margin-right: 4px;
	text-transform: capitalize;
}

.selected-filters .selected-filter-items .coveo-breadcrumb-item .coveo-dynamic-facet-breadcrumb-value .coveo-dynamic-facet-breadcrumb-value-clear,
.selected-filters .selected-filter-items .coveo-breadcrumb-item .coveo-dynamic-facet-breadcrumb-value .coveo-dynamic-facet-breadcrumb-value-clear {
	margin-left: 5px;
	position: relative;
	top: 2px;
	display: inline-block;
	width: 15px;
	height: 15px;
	border: 1px solid white;
	background-color: white;
	border-radius: 50%;
}

.selected-filters .selected-filter-items .coveo-breadcrumb-item .coveo-dynamic-facet-breadcrumb-value .coveo-dynamic-facet-breadcrumb-value-clear:before,
.selected-filters .selected-filter-items .coveo-breadcrumb-item .coveo-dynamic-facet-breadcrumb-value .coveo-dynamic-facet-breadcrumb-value-clear:before {
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.selected-filters .selected-filter-items .coveo-breadcrumb-item .coveo-dynamic-facet-breadcrumb-value .coveo-dynamic-facet-breadcrumb-value-clear:after,
.selected-filters .selected-filter-items .coveo-breadcrumb-item .coveo-dynamic-facet-breadcrumb-value .coveo-dynamic-facet-breadcrumb-value-clear:after {
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.selected-filters .selected-filter-items .coveo-breadcrumb-item .coveo-dynamic-facet-breadcrumb-value .coveo-dynamic-facet-breadcrumb-value-clear svg,
.selected-filters .selected-filter-items .coveo-breadcrumb-item .coveo-dynamic-facet-breadcrumb-value .coveo-dynamic-facet-breadcrumb-value-clear svg {
	position: absolute;
	top: 2px;
	right: 2px;
}

.selected-filters .selected-filter-items .coveo-breadcrumb-item .coveo-dynamic-facet-breadcrumb-value .coveo-dynamic-facet-breadcrumb-value-clear svg g,
.selected-filters .selected-filter-items .coveo-breadcrumb-item .coveo-dynamic-facet-breadcrumb-value .coveo-dynamic-facet-breadcrumb-value-clear svg g {
	fill: rgba(0, 0, 0, 0.5);
}

.selected-filters .selected-filter-items .coveo-breadcrumb-item .coveo-facet-breadcrumb-values .coveo-facet-breadcrumb-value,
.selected-filters .selected-filter-items .coveo-breadcrumb-item .coveo-facet-breadcrumb-values .coveo-facet-breadcrumb-value {
	font-family: "Brandon Grotesque Regular";
}

.selected-filters .selected-filter-items .coveo-breadcrumb-item .coveo-facet-breadcrumb-values .coveo-facet-breadcrumb-value:hover,
.selected-filters .selected-filter-items .coveo-breadcrumb-item .coveo-facet-breadcrumb-values .coveo-facet-breadcrumb-value:hover {
	-webkit-text-decoration-color: rgba(0, 0, 0, 0.5);
	text-decoration-color: rgba(0, 0, 0, 0.5);
}

.selected-filters .selected-filter-items .coveo-breadcrumb-item .coveo-facet-breadcrumb-values .coveo-facet-breadcrumb-value.sort-selected,
.selected-filters .selected-filter-items .coveo-breadcrumb-item .coveo-facet-breadcrumb-values .coveo-facet-breadcrumb-value.sort-selected {
	font-size: 14px;
	background-color: #E8E8E9;
	padding: 1px 8px;
	border-radius: 25px;
	margin: 2px 0;
	margin-right: 4px;
}

.selected-filters .selected-filter-items .coveo-breadcrumb-item .coveo-facet-breadcrumb-values .coveo-facet-breadcrumb-value.sort-selected .coveo-facet-breadcrumb-clear,
.selected-filters .selected-filter-items .coveo-breadcrumb-item .coveo-facet-breadcrumb-values .coveo-facet-breadcrumb-value.sort-selected .coveo-facet-breadcrumb-clear {
	position: relative;
	top: 2px;
	display: inline-block;
	width: 15px;
	height: 15px;
	border: 1px solid white;
	background-color: white;
	border-radius: 50%;
}

.selected-filters .selected-filter-items .coveo-breadcrumb-item .coveo-facet-breadcrumb-values .coveo-facet-breadcrumb-value.sort-selected .coveo-facet-breadcrumb-clear:before,
.selected-filters .selected-filter-items .coveo-breadcrumb-item .coveo-facet-breadcrumb-values .coveo-facet-breadcrumb-value.sort-selected .coveo-facet-breadcrumb-clear:before {
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.selected-filters .selected-filter-items .coveo-breadcrumb-item .coveo-facet-breadcrumb-values .coveo-facet-breadcrumb-value.sort-selected .coveo-facet-breadcrumb-clear:after,
.selected-filters .selected-filter-items .coveo-breadcrumb-item .coveo-facet-breadcrumb-values .coveo-facet-breadcrumb-value.sort-selected .coveo-facet-breadcrumb-clear:after {
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.selected-filters .selected-filter-items .coveo-breadcrumb-item .coveo-facet-breadcrumb-values .coveo-facet-breadcrumb-value.sort-selected .coveo-facet-breadcrumb-clear svg,
.selected-filters .selected-filter-items .coveo-breadcrumb-item .coveo-facet-breadcrumb-values .coveo-facet-breadcrumb-value.sort-selected .coveo-facet-breadcrumb-clear svg {
	position: absolute;
	top: 2px;
	right: 2px;
}

.selected-filters .selected-filter-items .coveo-breadcrumb-item .coveo-facet-breadcrumb-values .coveo-facet-breadcrumb-value.sort-selected .coveo-facet-breadcrumb-clear svg g,
.selected-filters .selected-filter-items .coveo-breadcrumb-item .coveo-facet-breadcrumb-values .coveo-facet-breadcrumb-value.sort-selected .coveo-facet-breadcrumb-clear svg g {
	fill: rgba(0, 0, 0, 0.5);
}


/* Selected Filters section styles Ends */


/* Showing Results and Sort Dropdown border Styles */

.filter-results-header {
	-webkit-box-shadow: none;
	box-shadow: none;
	background: white;
	padding-bottom: 3px;
	border-top: 0;
	border-right: 0;
	border-left: 0;
	border-bottom: 20px solid;
	border-image: -webkit-repeating-linear-gradient(135deg, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35) 0.5px, #4cbae8 1px, #4cbae8 3px) 18;
	-o-border-image: -o-repeating-linear-gradient(135deg, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35) 0.5px, #4cbae8 1px, #4cbae8 3px) 18;
	border-image: -o-repeating-linear-gradient(135deg, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35) 0.5px, #4cbae8 1px, #4cbae8 3px) 18;
	border-image: repeating-linear-gradient(135deg, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35) 0.5px, #4cbae8 1px, #4cbae8 3px) 18;
}

.filter-results-header {
	box-shadow: none;
	background: white;
	padding-bottom: 4px;
	border-top: 0;
	border-right: 0;
	border-left: 0;
	border-bottom: 20px solid;
	border-image: -webkit-repeating-linear-gradient(135deg, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35) 0.5px, #4cbae8 1px, #4cbae8 3px) 18;
	-o-border-image: -o-repeating-linear-gradient(135deg, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35) 0.5px, #4cbae8 1px, #4cbae8 3px) 18;
	border-image: -o-repeating-linear-gradient(135deg, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35) 0.5px, #4cbae8 1px, #4cbae8 3px) 18;
	border-image: repeating-linear-gradient(135deg, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35) 0.5px, #4cbae8 1px, #4cbae8 3px) 18;
}

.accordionFilterContainer .filter-section {
	max-width: none;
	margin-left: 0;
	margin-right: 0;
}


/* Vertical Facet Column styles Starts */

.filter-left-column {
	font-family: "Brandon Grotesque Regular";
}

.filter-left-column .sm-filters {
	display: none;
}

.filter-left-column .selected-filters {
	display: none;
}

.filter-left-column .vertical-filter-column.facet-column.open {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.filter-left-column .vertical-filter-column.facet-column {
	position: relative;
	padding: 0 10px 10px 10px;
}

.filter-left-column .vertical-filter-column.facet-column .filter-heading-section {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	display: -webkit-flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.filter-left-column .vertical-filter-column.facet-column .filter-title {
	font-family: Helvetica;
	text-transform: uppercase;
	background: white;
	padding-bottom: 8px;
	border-top: 0;
	border-right: 0;
	border-left: 0;
	border-bottom: 20px solid;
	border-image: -webkit-repeating-linear-gradient(135deg, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35) 0.5px, #4cbae8 1px, #4cbae8 3px) 18;
	-o-border-image: -o-repeating-linear-gradient(135deg, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35) 0.5px, #4cbae8 1px, #4cbae8 3px) 18;
	border-image: -o-repeating-linear-gradient(135deg, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35) 0.5px, #4cbae8 1px, #4cbae8 3px) 18;
	border-image: repeating-linear-gradient(135deg, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35) 0.5px, #4cbae8 1px, #4cbae8 3px) 18;
	font-size: 16px;
	color: #004F71;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: 0.09px;
	width: 100%;
	margin-bottom: 12px;
}

.filter-left-column .vertical-filter-column.facet-column .filter-close-btn {
	display: none;
	background-image: url("../img/coveo-close.png");
	width: 25px;
	height: 25px;
	background-repeat: no-repeat;
	background-size: 20px;
	background-position: center;
	cursor: pointer;
}

.filter-left-column .vertical-filter-column.facet-column .hierarchical-facet ul.coveo-facet-values {
	display: none;
	padding: 0;
}

.filter-left-column .vertical-filter-column.facet-column .hierarchical-facet ul.coveo-facet-values li.coveo-facet-value {
	padding: 5px 0;
	border-bottom: 1px solid #d1d2d3;
	color: #004F71;
}

.filter-left-column .vertical-filter-column.facet-column .hierarchical-facet ul.coveo-facet-values li.sort-selected {
	font-weight: bold;
}

.filter-left-column .vertical-filter-column.facet-column .filterDropdownSection {
	font-family: "Brandon Grotesque Regular";
}

.filter-left-column .vertical-filter-column.facet-column .filterDropdownSection .filter-header-section {
	border-bottom: 1.5px solid #004F71;
	padding: 10px 0;
	position: relative;
	cursor: pointer;
}

.filter-left-column .vertical-filter-column.facet-column .filterDropdownSection .filter-header-section .filter-dropdown-title {
	font-size: 16px;
	color: #004F71;
}

.filter-left-column .vertical-filter-column.facet-column .filterDropdownSection .filter-header-section .filter-dropdown-title.filter-clickable {
	pointer-events: none;
}

.filter-left-column .vertical-filter-column.facet-column .filterDropdownSection .filter-header-section .filter-header-btn-collapse {
	position: relative;
}

.filter-left-column .vertical-filter-column.facet-column .filterDropdownSection .filter-header-section .filter-header-btn-collapse:before {
	display: inline-block;
	content: '';
	position: absolute;
	right: 12px;
	top: -10px;
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 8px solid #004f71;
}

.filter-left-column .vertical-filter-column.facet-column .filterDropdownSection .filter-header-section .filter-header-btn-collapse:focus {
	outline: none;
}

.filter-left-column .vertical-filter-column.facet-column .filterDropdownSection .filter-header-section .filter-header-btn-collapse svg {
	display: none;
}

.filter-left-column .vertical-filter-column.facet-column .filterDropdownSection .filter-header-section .filter-header-btn-expand {
	position: relative;
}

.filter-left-column .vertical-filter-column.facet-column .filterDropdownSection .filter-header-section .filter-header-btn-expand:before {
	display: inline-block;
	content: '';
	position: absolute;
	right: 12px;
	top: 5px;
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 8px solid #004f71;
}

.filter-left-column .vertical-filter-column.facet-column .filterDropdownSection .filter-header-section .filter-header-btn-expand:focus {
	outline: none;
}

.filter-left-column .vertical-filter-column.facet-column .filterDropdownSection .filter-header-section .filter-header-btn-expand svg {
	display: none;
}

.filter-left-column .vertical-filter-column.facet-column .filterDropdownSection .filter-values-section {
	padding: 0;
	padding-top: 4px;
}

.filter-left-column .vertical-filter-column.facet-column .filterDropdownSection .filter-values-section li.filter-values:hover {
	background-color: #E6ECF0;
}

.filter-left-column .vertical-filter-column.facet-column .filterDropdownSection .filter-values-section li.filter-values .filter-checkbox-label {
	color: #004F71;
	font-size: 15px;
}

.filter-left-column .vertical-filter-column.facet-column .filterDropdownSection .filter-values-section li.filter-values .filter-checkbox-label .filter-checkbox-button {
	width: 18px;
	height: 18px;
	border: 1px solid #004F71;
	border-radius: 0;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

.filter-left-column .vertical-filter-column.facet-column .filterDropdownSection .filter-values-section li.filter-values .filter-checkbox-label .filter-checkbox-button:before {
	border-color: #004F71;
	top: 2px;
	left: 6px;
	border-width: 0 1.5px 1.5px 0;
}

.filter-left-column .vertical-filter-column.facet-column .filterDropdownSection .filter-values-section li.filter-values .filter-checkbox-label .filter-checkbox-span-label {
	margin-left: 15px;
	text-transform: capitalize;
}

.dropdown-collapsed .filter-values {
	display: none;
}
/*filtercss*/

.hcp-vbhq .filter-results-header .summary-section-text span {
    font-weight: bold;
}