/** For Summit 2025 **/
	
	/* Event live banner */
.header-maintenance-banner {
    color: #ffffff;
    background-color: #fa9234;
}

.header-maintenance-banner p a {
color: #ffffff;
}

/* Event live banner END */

/* Live alert */
.live {
    display: inline-block;
}

.live::before {
    border-radius: 62.5rem;
    display: inline-block;
    position: relative;
    background-color: #ffffff;
    width: .75em;
    height: .75em;
    content: '';
    margin-right: 0.5rem;
    vertical-align: initial;
    -webkit-animation: live-pulse 1s infinite;
    animation: live-pulse 1s infinite;
}

@keyframes live-pulse {
  from {background-color: #fff;}
  to {background-color: #EA1F50;}
}

/* Live alert END */
	
	/** For Summit 2025 END **/

/* Styles to make core */
hr {
  height: 0;
  border: 0;
  border-top: 1px solid #6e6e6e;
}

/* Bold uniformity */
strong {
    color:inherit !important;
}

/* Hiding other H elements on mobile in Banner */
@media (max-width: 768px) {
        .content-wrapper .-desktop-only h4,
        .content-wrapper .-desktop-only h3 {
          display: none;

  }
}

/* Read more button */
.content-feed .btn.see-more {
	margin-bottom: 20px;
}


.alert {
    background: #f6f6f6;
    padding: 10px 6px;
    border: 1px solid #fa9234;
}

blockquote h2 {
  line-height: 38px;
  font-size: 1.6em;
}

@media (max-width: 768px) {
  blockquote {
    margin: 15px;
  }

  blockquote h2 {
    line-height: 26px;
    font-size: 1.2em;
  }
}

/* Tags on feeds rest of site apart from VW */
.feed-tags {
	  display: flex;
	  flex-direction: row;
	  justify-content: flex-start;
	  flex-wrap: wrap;
}

.feed-tags a {
	display: flex;
    flex-direction: column;
	background: #e8e7e7;
    padding: 5px 12px;
    font-size: 1.3rem;
    margin-bottom: 20px;
    border-radius: 20px;
    text-align: center;
    opacity: 0.6;
    color: #000 !important;
	margin-right: 15px;
}

.feed-tags a:last-of-type {
  margin-right: none;
}

.feed-tags a:hover {
	text-decoration: none !important;
	opacity: 1.0;
}

@media (max-width: 700px) {
    .feed-tags {
        order: 3;
    }
    .feed-tags a {
    font-size: 1.0rem;
    margin-right: 5px;
}
}

/* Tags on feeds END */


/** FEEDS **/
.authored-on-feed p {
    font-size: 1.5rem;
	opacity: 0.7;
}

.feed-grid.-hide-thumbs .feed__text a {
    font-weight: bold;
}

@media (max-width: 768px) {
.feed-grid .img-ctn {
	height: 235px;
	background-size: auto;
}
}


/* Document and Article feeds without Thumbs */

.-hide-thumbs .document-feed .feed__text,
.-hide-thumbs .feed-article .feed__text {
	width: 100%;
  padding: 0;
}

.-hide-thumbs .document-feed,
.-hide-thumbs .feed-article {
  	border-bottom: 1px solid #b0b0b0;
  	padding-bottom: 20px;
  	width: 100%;
  	display: block;
  	margin-bottom: 20px;
}

.-hide-thumbs .document-feed:last-of-type,
.-hide-thumbs .feed-article:last-of-type {
		border-bottom: none !important;
}

.-hide-thumbs.feed-list .feed .feed__img-btn-wrapper {
  display: none;
}

/* Document and Article feeds without Thumbs END */

/* Download box and icon */
.download {
    background: #f8eee6;
    padding: 20px 0;
    border-radius: 30px 0px 30px 0px;
}

.download a::before {
    background: url(/sites/default/files/2020-05/download-arrow.png);
    background-repeat: no-repeat;
    content: "";
    background-size: 20px;
    padding-right: 36px;
    background-position: center;
}

/* Just download icon */
.download-icon a::before {
    background: url(/sites/default/files/2020-05/download-arrow.png);
    background-repeat: no-repeat;
    content: "";
    background-size: 20px;
    padding-right: 36px;
    background-position: center;
}


/* iframe dimensions across devices */
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Table styling */
.about {
	width: 100%;
	display: block;
  overflow-x: auto;
}

.about th {
    background: #fa9234;
    vertical-align: middle;
    padding: 10px;
	text-transform: uppercase;
	text-align: left;
	color: #fff;
}

.about th p {
  margin: 0 !important;
}

.about tr td {
    border-bottom: 1px solid #bebebe;
    padding: 10px;
}

/* Cleaner style */
.lighter {
    width: 100%;
    border-collapse: collapse;
    text-align: right;
}

.lighter th {
    border-top: 1px solid #fa9234;
    border-bottom: 2px solid #fa9234;
    vertical-align: middle;
    padding: 10px;
}

.lighter th p {
  margin: 0 !important;
}

.lighter tr td {
    border-bottom: 1px solid #f0e2d4;
    padding: 10px;
}

@media (max-width: 768px) {
    .lighter {
        font-size: 1.2rem;
    }
}

/* Table styling END */

/* Social icons FOOTER - leaving here to ease any updates or additions */
.footer .footer__copyright p {
    text-align: center;
}

@media screen and (min-width: 769px){
    .footer .footer__social-links .layout__region--content ul {
        flex-wrap: wrap;
        display: flex;
    }
}

.footer .footer__social-links .layout__region--content ul li {
    flex: 1 0 25%;
    padding: 4px;
}

@media screen and (max-width: 380px){
    .footer .footer__social-links .layout__region--content ul li {
        padding: 0px;
    }
}

.footer .footer__social-links .layout__region--content ul li a::before {
    background-image: url(/sites/default/files/images/Icon_Master.jpg);
}
.footer .footer__social-links .linkedin a::before {
    width: 28px;
    height: 28px;
    background: 264px -8px;
    background-size: 380px 110px;
}

.footer .footer__social-links .twitter a::before {
    width: 28px;
    height: 28px;
    background: 194px -8px;
    background-size: 380px 110px;
}

.footer .footer__social-links .instagram a::before {
    width: 28px;
    height: 28px;
    background: 300px -8px;
    background-size: 380px 110px;
}

.footer .footer__social-links .facebook a::before {
    width: 28px;
    height: 28px;
    background: 370px -8px;
    background-size: 380px 110px;
}

.footer .footer__social-links .youtube a::before {
    width: 28px;
    height: 28px;
    background: 229px -8px;
    background-size: 380px 110px;
}

.footer .footer__social-links .tiktok a::before {
    width: 28px;
    height: 28px;
    background: 123px -8px;
    background-size: 380px 110px;
}


/* Link text toned down */
.btn:focus, .btn:hover {
    font-weight: normal;
}



 @media (max-width: 768px) {
/* Inpage Search box */
.live-search-component .live-search-input {
  width: 75%;
}

/* Buttons on mobile */
.button-holder {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    width: unset;
}
}

/* Subscription form */
.modal .modal__close {top: 5px;}

.modal .modal__close::before {color: #fa9234;}

/* Subscription form END */

/* Better Mobile display for bullet list links */
.btn-link-list a {
  line-height: 20px;
}

@media (max-width: 768px) {
.body-module ul li:before {
	top: 5px;
	height: 12px;
width: 12px;
}

.btn-link-list ul li:before {
	top: 15px!important;
}

.btn-link-list a {
  padding-left:0;
  font-size: 2.1rem;
  line-height: 24px;
}

.btn-link-list a::after {
	font-size: 1.5rem;
}
}

@media (max-width: 768px) {
    .-desktop-only .content ul {
    display: none;
}
}


/* Ektron CMS legacy styling */
.narrowTheH2 p {
    font-size: 1.4em;
    line-height: 110%;
}

.feature_image {
    margin-left: 30px;
    margin-bottom: 20px;
    width: 30%;
    padding: 0 15px;
}

.float_right {background: #f6f6f6;}

.float_right img {
  margin: 0 0 10px !important;
  width: 100% !important;

}

.imageCaptionBottom340,
.imageCaption340R {
    font-size: 1.4rem;
    float: right;
    width: 30%;
    clear: right;
    margin-left: 30px;
}

/* Quotebox */
.QuoteBox {
    position: relative;
    padding: 60px 0 20px 20px;
    margin: 0 40px;
    border-left: 3px solid #fa9234;
    clear: both;
}

.QuoteBox::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 20px;
    display: block;
    font-family: icons;
    font-size: 40px;
    font-size: 4rem;
    color: #fa9234;
}

.QuoteBox p em {
    display: block;
    margin-bottom: -10px;
    font-family: "Frutiger Condensed","Carnero Regular",arial,sans-serif,arial,sans-serif;
    line-height: 30px;
    font-size: 22px;
    font-size: 2.2rem;
    font-style: normal;
}

.QuoteBox p {
    margin: 0;
    font-family: "Frutiger Bold Cond","Carnero Semibold",arial,sans-serif,arial,sans-serif;
    line-height: 24px;
    font-size: 16px;
    font-size: 1.6rem;
}

@media (max-width: 400px) {
    .feature_image {margin-left: 0; width: 100%;}
    .feature_image p {padding: 0;}
    .imageCaptionBottom340,
.imageCaption340R {width: 100%;}
}

/* Ektron legacy END */

.btn.-btn-back-to {
    line-height: normal;
    padding: 13px 19px 14px 34px;
    border-radius: 50px;
}
@media (max-width: 768px) {
    .btn.-btn-back-to {
        padding: 10px 12px 9px 27px;
    }
}