@media (max-width:613px){
	header {
		margin-bottom: 0;
	}
}

#wrapper{
    margin-bottom: 25px;
}

.new-how-it-works .cookieconsent-optout-marketing{
    width: 100%;
    height: 315px;
}

#leftnav ul li h3 {    
    color: #552773;
    font-weight: 600;
    border-bottom: 1px solid #D3D3D3;
    margin: 0;
    font-size: 15px;
}

#leftnav ul li h3 a {
    padding-bottom: 0px;
    color: #552773;
    text-decoration: none;
}

#leftnav ul li h2 {    
    color: #552773;
    font-weight: 600;
    border-bottom: 1px solid #D3D3D3;
    margin: 0;
    font-size: 15px;
}

#leftnav ul li h2 a {
    padding-bottom: 0px;
    color: #552773;
    text-decoration: none;
}

@media ( max-width : 767px) {
	.ux-btn1:link, .ux-btn1:hover, .ux-btn1:visited, .ux-btn1:active{
		width: 90%;
		margin:10px 0 0 0;
	}
}

.right-content-wrapper {
	background-color: #FFFFFF;
	padding: 0;
	height: 100%;
}

.right-content-wrapper h1 {
    color: #552773;
    font-weight: 600;
    font-size: 22px;
    line-height: 34px;
}

@media only screen and ( min-width : 769px) {
    .right-content-wrapper h1 {
        font-size: 28px;
        line-height: 42px;
    }
}

.right-content-wrapper h2 {
    color: #552773;
    font-weight: 600;
    font-size: 22px;
    line-height: 34px;
}

@media only screen and ( min-width : 769px) {
    .right-content-wrapper h2 {
        font-size: 28px;
        line-height: 42px;
    }
}

@media only screen and ( max-width : 320px) {
    .right-content-wrapper h2 {
        font-size: 20px;
        line-height: 28px;
    }
}

.right-content-wrapper p, 
.right-content-wrapper ul, 
.right-content-wrapper ol {
    color: #736C77;
    font-weight: 400;
    font-size: 14px;
    line-height:  1.428;
    margin-bottom: 1em;
}

.right-content-wrapper ul, 
.right-content-wrapper ol {
    padding-left: 1.5em;
}

.right-content-wrapper li {
    margin-bottom: 0.5em;
    padding-left: 5px;
}

@media only screen and ( min-width : 769px) {
    .right-content-wrapper p,
    .right-content-wrapper ul,
    .right-content-wrapper ol {
        font-size: 16px;
        line-height: 1.6875;
    }
}

.right-content-wrapper .rightcol-promise p {
    font-size: 14px;
    line-height: 1.428;
}

.text-truncate {
	overflow: hidden !important;
	text-overflow: ellipsis;
	white-space: nowrap !important;
}

#additional-links{
    padding-top: 20px;
}

#additional-links img{
    width: 100%;
}

#rightcol{
    padding-top: 20px;
}

#rightcol img{
    width: 100%;
}

.gormley {
    padding-left: 10px;
    background-image: url("../../../images/testimonials/gormley.jpg");
    background-position: left center;
    background-repeat: no-repeat;
    display: block;
    margin-bottom: 5px;
}

.highlight_quote {
    background-color: #f7f7f7;
    border: 1px solid #eeeeee;
    border-radius: 5px;
    clear: both;
    float: left;
    margin: 15px 0 10px;
    padding: 4px;
}

.highlight_quote {
    border: double #ffff00;
    border-image: url(../../images/quote-wide.jpg) 5%;
    border-image-repeat: stretch;
    border-top-width: 7px !important;
    border-right-width: 7px !important;
    border-bottom-width: 15px !important;
    border-left-width: 10px !important;
}

.highlight_quote h2 {
    font-weight: 700 !important;
    font-family: 'Montserrat',sans-serif;
    font-size: 14px !important;
    color: #744d8c !important;
	margin-top:7px;
	padding: 0 !important;
}

.person-description {
    padding-left: 50px;
    list-style-type: none;
    color: #818181;
    font-weight: 400;
    font-family: 'Montserrat',sans-serif;
    font-size: 14px;
}

.right-content-wrapper a {
    color: #C6297A;
    text-decoration: underline;
    font-weight: 400;
}

.person-image {
    float: left;
    height: 60px !important;
    list-style-type: none;
    margin-bottom: 10px;
    margin-right: 10px;
    width: 50px !important;
}

.leftnav-selected{
	list-style-position: inside;
	list-style-type: disc;
	color: #48065d;
	font-weight: bold;
}

.ux-btn1:focus {
    outline: 4px solid #3497db;
    outline-offset: -1em;
}

.ux-btn1:link, .ux-btn1:hover, .ux-btn1:visited, .ux-btn1:active
{
	position: relative;
    font-size: 14px;
    font-weight: 600;
	text-align: center;
	line-height: 48px;
	color: #33134D;
	text-decoration: none;
	display: inline-block;
	background-color: #FFCC00;
	border: none;
	padding: 0 24px;
	border-radius: 10px;
	margin: 0 12px;
	margin-top:10px;
}

.ux-btn1--left:before {
    content: "";
    position: absolute;
    left: -21px;
    top: -3px;
    width: 0;
    height: 4px;
    border-radius: 100px;
    border-style: solid;
    border-top: 27px solid transparent;
    border-bottom: 27px solid transparent;
    border-right: 27px solid #ffcc00;
    z-index: 1;
    border-left-color: transparent;
}

.ux-btn1--right:before 
{
	content: "";
	position: absolute;
	right: -20px;
	top: -3px;
	width: 0;
	height: 4px;
	border-radius: 100px;
	border-style: solid;
	border-top: 27px solid transparent;
	border-bottom: 27px solid transparent;
	border-left: 27px solid #ffcc00;
	border-right-color: transparent;
	z-index: 1;
}

.static-bottom-nav{
	margin-top: 30px;
	text-align: center;
}

#right_content {
    padding-left: 0;
}

@media (max-width: 767px) {
	#right_content {
    	padding-right: 0;
	}
}

/*About Us*/
.right-content-wrapper .sub-title {
    font-family: 'Montserrat',sans-serif;
    font-size: 20px;
	font-weight: 600;
	background: #ffffff;
	color: #552773;
    line-height : 34px;
    margin-top: 10px;
}

/* Ways to Pay Page */

#ways-to-pay {
  padding-bottom: 3rem;
}

@media (min-width: 768px) {
  #ways-to-pay {
    padding-bottom: 8rem;
  }
}

/* Shared button styles */
#ways-to-pay .button {
  display: inline-block;
  text-align: center;
  font-weight: bold !important;
  border-radius: 10px;
  text-decoration: none;
  font-size: 16px;
  padding: 1rem;
  flex: 1 1 auto;
  white-space: normal;
  min-width: 0;
  box-sizing: border-box;
}

/* Button colour variants */
#ways-to-pay .button.direct-debit {
  background-color: #FFCC00;
  color: #552773 !important;
}

#ways-to-pay .button.payment {
  background-color: #D2358C;
  color: #FFFFFF !important;
}

/* Button row container */
#ways-to-pay .button-row {
  display: flex;
  gap: 1rem;
  flex-wrap: nowrap;
  justify-content: center;
  margin-bottom: 2rem;
}

/* Accordion item wrappers */
#ways-to-pay .accordion-item-top,
#ways-to-pay .accordion-item-middle {
  padding: 1.5rem 1rem;
  border-bottom: 2px solid #ec4899;
}

#ways-to-pay .accordion-item-top {
  border-top: 2px solid #d1368c;
}

/* Accordion header */
#ways-to-pay .accordion-header {
  display: flex;
  justify-content: space-between;
  text-decoration: none;
}

#ways-to-pay .accordion-question {
  color: #552773;
  font-size: 18px;
}

.glyphicon {
  font-size: 1em;
}
.text-pink-850 {
  color: #be185d;
}

/* Accordion body */
#ways-to-pay .collapse {
  display: block !important;
  visibility: visible !important;
  overflow: hidden;
  height: 0;
  transition: height 0.4s ease;
}

#ways-to-pay .top-paragraph {
  padding-top: 1em;
}

/* Accordion buttons inside body */
#ways-to-pay .accordion-body-button {
  display: block;
  text-align: center;
  font-weight: bold !important;
  padding: 0.75rem 2rem;
  border-radius: 20px;
  width: fit-content;
  text-decoration: none;
  font-size: 16px;
  margin: 2rem 0 1.5rem;
  box-sizing: border-box;
}

#ways-to-pay .accordion-body-button.direct-debit {
  background-color: #FFCC00;
  color: #552773 !important;
}

#ways-to-pay .accordion-body-button.payment {
  background-color: #D2358C;
  color: #FFFFFF !important;
}
