/* cmsms stylesheet: default modified: Tuesday, May 12, 2026 6:35:16 PM */
/* Brand info

	Colours:

	Prime
	Dark Blue - #29235C

	Secondary
	Teal - #0091A7
	Light Blue - #00D0F0

	Magenta - #FF39A3
	Pink - #FF80C3

	Charcoal - #334551 (body copy)
	Tint BG - #d4d3de
	Tint BG light - #e9e9ee
	Tint BG very light - #f4f4f7

*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,figure,footer,header,hgroup,menu,nav,section,menu,time,mark,audio,video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

article,aside,figure,footer,header,hgroup,nav,section {
	display: block;
}

ul {
	list-style: none;
}

blockquote,q {
	quotes: none;
}

blockquote:before,blockquote:after,q:before,q:after {
	content: '';
	content: none;
}

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

del {
	text-decoration: line-through;
}

abbr[title],dfn[title] {
	border-bottom: 1px dotted #000;
	cursor: help;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

th {
	font-weight: normal;
	vertical-align: bottom;
}

td {
	font-weight: normal;
	vertical-align: top;
}

input,select {
	vertical-align: middle;
}

pre {
	white-space: pre;
	white-space: pre-wrap;
	white-space: pre-line;
	word-wrap: break-word;
}

input[type="radio"],input.radio {
	vertical-align: text-bottom;
}

input[type="checkbox"],input.checkbox {
	vertical-align: bottom;
}

.ie6 input {
	vertical-align: text-bottom;
}

select,input,textarea {
	font: 99% sans-serif;
}

table {
	font-size: inherit;
	font: 100%;
}

a:hover,a:active {
	outline: none;
}

small {
	font-size: 85%;
}

strong,th {
	font-weight: bold;
}

td,td img {
	vertical-align: top;
}

sub,sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

pre,code,kbd,samp {
	font-family: monospace, sans-serif;
}

.clickable,input[type=button],input[type=submit],button,input.button,input.submit {
	cursor: pointer;
}

button,input,select,textarea {
	margin: 0;
}

button {
	width: auto;
	overflow: visible;
}

.ie7 img {
	-ms-interpolation-mode: bicubic;
}

.ie6 html {
	filter: expression(document.execCommand("BackgroundImageCache", false, true));
}

input::-moz-focus-inner {
	border: none;
}

textarea {
	resize: none;
}

:focus {
	outline: 0;
}

.right {
	float: right;
	display: block;
}

.left {
	float: left;
	display: block;
}

body,html {
	text-align: center;
	font: 14px/130% poppins, Arial, Helvetica, sans-serif;
	font-weight: 500;
	font-style: normal;
	color: #334551;
	margin: auto;
}

@media only screen and (min-width:576px){
body,html {
	font: 16px/140% poppins, Arial, Helvetica, sans-serif;
}
}

body {
	background-color: #fff;
}

#page {
	position: relative;
	margin: 0px 15px;
}

@media only screen and (min-width:576px) {
#page {
	margin: 0px 30px;
}
}

@media only screen and (min-width:992px) {
#page {
	margin: 0px 50px;
}
}

a {
	color: #0091A7;
	text-decoration: none;
}

a:hover {
	color: #FF39A3;
	text-decoration: none;
}

h1 {
font-family: montserrat, sans-serif;
font-weight: 700;
font-style: normal;
}

h2 {
font-family: poppins, sans-serif;
font-weight: 600;
font-style: normal;
}

h3 {
font-family: poppins, sans-serif;
font-weight: 600;
font-style: normal;
}

h4 {
font-family: poppins, sans-serif;
font-weight: 600;
font-style: normal;
}

h5 {
font-family: poppins, sans-serif;
font-weight: 600;
font-style: normal;
}

hr {
	border: none;
	height: 1px;
	background-color: #0091A7;
	margin: 5px 0 15px;
}

.page-section {
	text-align: left;
}


/* ==========================================================================
   Header
   ========================================================================== */

.fixed {
	position: fixed;
background: rgb(255,255,255);
border-bottom: 1px solid #e9e9ee;
	z-index: 500;
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
}


.fix {
	height: 120px;
}

#header-section.page-section {
	margin-bottom: 0px;
	padding-bottom: 15px;
}

.main-logo {
	transition: all 0.3s ease;
	width: 100%;
	max-width: 190px;
	height: auto;
	margin: 25px 0;
}

.fixed .main-logo {
	width: 100%;
	max-width: 100px;
	height: auto;
	margin: 10px 0px 0px 0px;
}

@media only screen and (min-width:576px) {
.fixed .main-logo {
}
}

#strapline {
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
}

@media only screen and (min-width:576px) {
#strapline {
	font-size: 20px;
	line-height: 30px;
	text-align: left;
}
.fixed #strapline {display: none;}
}

#nav-byline {
	font-size: 14px;
	margin: 0;
	text-align: right;
}

.fixed #nav-byline {display: none;}

ul.top-nav {
	-webkit-padding-start:0;-moz-padding-start:0;padding:0;list-style-type:none;margin:0px;
	z-index: 5000;
	position: relative;
	text-align: center;
}

ul.top-nav li {
	display: inline-block;
	margin-right: 5px;
	line-height: 50px;
	padding: 0px;
	vertical-align:top;
}

ul.top-nav li:last-of-type {
	display: inline-block;
	margin-right: 0px;
}

@media only screen and (min-width:992px) {
ul.top-nav {
	text-align: right;
}
ul.top-nav li {
	margin-right: 10px;
}
}

/* ==========================================================================
   Buttons
   ========================================================================== */

.btn, .button {
	display: inline-block;
	color: #fff;
	background: #FF39A3;
	border-radius: 10px;
	line-height: 50px;
	font-family: montserrat, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 12px;
	padding: 0 10px;
}

@media only screen and (min-width:576px) {
.btn, .button {
	line-height: 50px;
	font-size: 16px;
	padding: 0 15px;
}
}

@media only screen and (min-width:992px) {
.btn, .button {
	line-height: 50px;
	font-size: 20px;
}
}

.content .btn, .content .button {
	margin-right: 15px;
	line-height: 50px;
}

.content .button {
	line-height: 32px;
	font-size: 16px;
	border-radius: 3px;
}

a.btn, a:hover.btn, span.btn, span:hover.btn, a.button, a:hover.button, span.button, span:hover.button {
	transition: all 0.3s ease;
	background: #FF39A3;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}

a:hover.btn, span:hover.btn, a:hover.button, span:hover.button {
	background: #00D0F0;
}

.btn.teal, a.btn.teal, span.btn.teal {
	background: #0091A7;
}

a:hover.btn.teal, span:hover.btn.teal {
	background: #00D0F0;
}

.btn.blue, a.btn.blue, span.btn.blue {
	background: #29235C;
}

a:hover.btn.blue, span:hover.btn.blue {
	background: #00D0F0;
}


/* ==========================================================================
   Main nav
   ========================================================================== */

#showMenu:before {
    transition: all 0.4s ease;
    display: block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    cursor: pointer;
    font: 30px/1 Material-Design-Iconic-Font;
	line-height: 50px !important;
    content: "\f197";
    text-align: center;
    width: 50px;
    color: #fff;
	background: rgba(41, 35, 93, 1);
	border-radius: 10px;
	padding: 0px;
    text-align: center;
}
#showMenu:hover:before {
	background: #00D0F0;
}

#showMenu.active:before {
    transition: all 0.4s ease;
	background: rgba(41, 35, 93, 0);
	color: #fff;
    content: "\f134";
}

#showMenu.active:hover:before {
	background: #00D0F0;
}

#showMenu span.hiddenMenu {
    display: none;
}

#mainNav ul li a:before {
    transition: all 0.4s ease;
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: middle;
}

#mainNav {
    z-index: 500;
    background: rgba(41, 35, 93, 0.95);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 50%;
    max-width: 600px;
    padding-top: 180px;
    height: calc(100% - 180px);
    display: block;
    overflow: scroll;
    overflow-x: hidden;
    transition: 0.5s;
    opacity: 1;
    text-align: left;
}
#mainNav.hidden {
    right: -50%;
    opacity: 0;
}
@media only screen and (max-width: 460px) {
    #mainNav {
        width: 100%;
        max-width: none;
    }
    #links.hidden,
    #mainNav.hidden {
        right: -100%;
    }
}
#mainNav div.topSearch,
#mainNav ul {
    display: block;
    width: 80%;
}
#mainNav div.topSearch {
	margin-bottom: 40px;
}
#mainNav ul,
#mainNav ul li {
	font-family: poppins, sans-serif;
	font-weight: 400;
	font-style: normal;
    margin-left: 0;
    padding: 0;
    list-style: none;
}
#mainNav ul li ul {
    width: 100%;
}
#mainNav ul li {
    color: #fff;
}
#mainNav ul li a {
    vertical-align: middle;
    color: #fff;
    display: block;
    transition: 0.4s ease;
    line-height: 45px;
    padding-left: 50px;
}


#mainNav ul li ul li a {
    color: rgba(255, 255, 255, 0.50);
        line-height: 25px;
        padding-top: 10px;
}


#mainNav ul li a:before {
    font: 1em/1 Material-Design-Iconic-Font;
    content: "";
    width: 50px;
    color: #fff;
    text-align: center;
    margin-left: -50px;
}

#mainNav ul li.sectionheader.parent a:before {
    content: "\f278";
}
#mainNav ul li.sectionheader.parent a.open:before {
    content: "\f273";
}
#mainNav ul li.sectionheader.parent ul li a:before {
    content: "";
}
#mainNav ul li.sectionheader.parent ul li.sectionheader.parent a:before {
    content: "\f278";
}
#mainNav ul li.sectionheader.parent ul li.sectionheader.parent a.open:before {
    content: "\f273";
}
#mainNav ul li.sectionheader.parent ul li.sectionheader.parent ul li a:before {
    content: "";
}
#mainNav div.topSearch:after,
#mainNav ul li a:after {
    transition: all 0.4s ease;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.25);
    background-image: linear-gradient(to left, transparent, transparent 50%, #FF39A3 50%, #FF39A3);
    background-position: 100% 0;
    background-size: 200% 100%;
    display: block;
}
#mainNav div.topSearch:hover:after,
#mainNav ul li a:hover:after {
    background-position: 0 0;
}
#mainNav ul li ul li a:after {
    background-color: rgba(255, 255, 255, 0.25);
    margin-top: 10px;
}
#mainNav ul li a.sectionheader {
    cursor: context-menu;
}
#mainNav ul li a span {
    display: table-cell;
    vertical-align: middle;
    line-height: 100%;
}
#mainNav div.topSearch button:hover,
#mainNav ul li a.currentpage,
#mainNav ul li a.menuactive,
#mainNav ul li a:hover:before,
#mainNav ul li ul li a.currentpage,
#mainNav ul li.activeparent a,
#mainNav ul li:hover a,
#mainNav ul li:hover li a:hover {
    color: #FF80C3;
}
#mainNav ul li:hover li a {
    color: #fff;
}
#mainNav div.topSearch button,
#mainNav div.topSearch input {
    line-height: 40px;
    height: 40px !important;
    border: 0;
    background: 0 0;
    color: #fff;
    font-weight: 600;
    width: 40px;
}
#mainNav div.topSearch input::-webkit-input-placeholder { /* Edge */
    color: #fff;
}

#mainNav div.topSearch input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #fff;
}

#mainNav div.topSearch input::placeholder {
    color: #fff;
}

#mainNav div.topSearch input {
    padding: 0 30px;
    width: calc(100% - 120px);
}
@media only screen and (max-width: 460px) {
#mainNav div.topSearch input {
    width: calc(100% - 140px);
}
}
#mainNav div.topSearch button {
    font-size: 30px;
    width: 40px;
    cursor: zoom-in;
}


/* ==========================================================================
   Banner
   ========================================================================== */

.overbanner {
	margin-top: -69px;
	z-index: 1;
	position: relative;
}

#banner {
	position: relative;
	overflow: hidden;
	border-radius: 0px 20px;
	display: block;
	width: 100%;
	height: auto;
	background: #29235C;
	z-index: 0;
}

@media only screen and (min-width:576px){
#banner {border-radius: 0px 30px;}
}
@media only screen and (min-width:768px) {
#banner {border-radius: 0px 50px;}
}

#banner:after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	background: linear-gradient(0deg, rgba(41,35,92,1) 0%, rgba(0,145,167,0) 50%);
    display: block;
	z-index: 1;
}

.banner_img {
	position: relative;
	display: block;
	width: 100%;
/*	height: calc(100vw * (9/16)); */
/*	height: calc(100vw * (9/21)); */
	height: calc(100vw * (6/21));
	object-fit: cover;
	object-position: top center;
	min-height: 200px;
}

body#home .banner_img {
	height: 55vh;
	min-height: calc(100vw * (6/21));
}

@media only screen and (min-width:576px) {
.banner_img {
	height: calc(100vw * (6/21));
}
}

@media only screen and (min-width:700px) {
.banner_img {
	height: calc(100vw * (7/21));
}
body#home .banner_img {
	height: 65vh;
	min-height: calc(100vw * (7/21));
}
}


#banner-section {
	z-index: 10;
	position: absolute;
	bottom: 0px;
	left: 0;
	right: 0;
}

#banner-section-directory {
	z-index: 10;
	position: absolute;
	bottom: 25%;
	left: 0;
	right: 0;
}

#banner-section.page-section, #banner-section-directory.page-section {
	margin-bottom: 0px;
	padding-top: 20px;
	padding-bottom: 0px;
}


#banner-section h1, #banner-section-directory h1, #banner-section-directory h2  {
	text-shadow: 0px 0px 5px rgba(41, 35, 93, 0.8);
}

#nobanner {
	position: relative;
	overflow: hidden;
	border-radius: 0px 20px;
	display: block;
	width: 100%;
	height: auto;
	background: #29235C;
	z-index: 0;
}

@media only screen and (min-width:576px){
#nobanner {border-radius: 0px 30px;}
}
@media only screen and (min-width:768px) {
#nobanner {border-radius: 0px 50px;}
}

#nobanner.fullwidthpage {
	border-radius: 0px;
	background: transparent;
}


#nobanner-section.page-section {
	margin-top: 20px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}


/* ==========================================================================
   Content
   ========================================================================== */

.content {
}


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

.content h1, #banner-section h1, #nobanner-section h1, #banner-section-directory h1 {
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 20px;
}

@media only screen and (min-width:576px){
.content h1, #banner-section h1, #nobanner-section h1, #banner-section-directory h1 {
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 30px;

}
}

@media only screen and (min-width:992px){
.content h1, #banner-section h1, #nobanner-section h1, #banner-section-directory h1 {
	font-size: 30px;
	line-height: 40px;
	margin-bottom: 60px;
}
}

#banner-section h1, #nobanner-section h1, #banner-section-directory h1 {
	color: #fff;
	margin-bottom: 40px !important;
}

.content h1:after, #banner-section h1:after, #nobanner-section h1:after, #banner-section-directory h1:after {
	display: block;
	width: 75px;
	height: 5px;
	content: '';
	background: #FF39A3;
	margin-top: 10px;
}

body#home .content h1, body#home .content h2 {
	margin: 0px 0 30px 0;
}

@media only screen and (min-width:992px){
body#home .content h1, body#home .content h2 {
	margin: 0px 0 60px 0;
}
}

body#home .content h1:after, body#home .content h2:after {
	display: block;
	width: 125px;
	height: 5px;
	content: '';
	background: #FF39A3;
	margin: 40px auto 0 auto;
}

.content h2, #banner-section-directory h2  {
	font-size: 24px;
	margin-bottom: 30px;
	line-height: 30px;
}

#banner-section-directory h2  {
	color: #fff;
}

body#home .content h2 {
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 30px;
}

@media only screen and (min-width:576px){
body#home .content h2 {
	font-size: 30px;
	line-height: 40px;
	margin-bottom: 60px;
}
}

.content h3 {
	font-size: 24px;
	line-height: 35px;
	margin-bottom: 15px;
	color: #0091A7;
}

.content h4 {
	margin-bottom: 15px;
	line-height: 30px;
}

.content h5 {
	margin-bottom: 0px;
	line-height: 30px;
}


.content {
	border-bottom: 0px solid #e1e2e3;
}


.content p {
	margin-bottom: 30px;
	line-height: 30px;
}

.content ul {
	margin-left: 16px;
	margin-bottom: 30px;
	list-style-position: outside;
	list-style-type: disc;
}

.content ol {
	margin-left: 18px;
	margin-bottom: 30px;
	list-style-position: outside;
	list-style-type: decimal;
}

#icons {
	text-align: center;
	margin: 60px 0;
}

#icons img {
	width: 75%;
	max-width: 100px;
	height: auto;
	display: block;
	margin: auto;
}

ul#course-nav {
	margin-left: 0px;
	margin-bottom: 60px;
	list-style-position: none;
	list-style-type: none;
}

ul#course-nav span {
	display: block;
	font-family: montserrat, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 20px;
	line-height: 90px;
	padding-bottom: 15px;
}

ul#course-nav li.sectionheader h3 {
    font-family: montserrat, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 20px !important;
    padding: 0 20px;
    margin: 10px 0px 0px 0px !important;
    cursor: pointer;
    line-height: 50px !important;
    background: #29235C;
    color: #fff !important;
    border-radius: 3px;
}

ul#course-nav li {
	margin-bottom: 15px;
}

ul#course-nav li a {
	transition: all 0.3s ease;
	color: #29235C;
}

ul#course-nav li a:hover span {
	color: #29235C;
}


ul#course-nav span i {
	background: #0091A7;
	color: #fff;
	width: 50px;
	line-height: 50px;
	text-align: center;
	border-radius: 3px;
	vertical-align: middle;
	font-size: 30px;
	margin-right: 30px;
}

ul#course-nav li a:hover span i {
	background: #FF39A3;
}

ul#course-nav li a span:after {
    transition: all 0.4s ease;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #0091A7;
    background-image: linear-gradient(to left, transparent, transparent 50%, #FF39A3 50%, #FF39A3);
    background-position: 100% 0;
    background-size: 200% 100%;
    display: block;
}
ul#course-nav li a:hover span:after {
    background-position: 0 0;
}

/* ==========================================================================
   Breadcrumb
   ========================================================================== */


.breadcrumbBar {

}

.breadcrumb {
	font-size: 14px;
	margin-bottom: 60px;
}

.breadcrumb a {
	transition: all 0.3s ease;
	color: #29235C;
}

.breadcrumb a:hover, .breadcrumb.current {
	color: #FF80C3;
}


/* ==========================================================================
   Secondary nav
   ========================================================================== */


#side-nav h3 {
font-family: poppins, sans-serif;
font-weight: 500;
font-style: normal;
	color: #fff;
	font-size: 24px;
	line-height: 54px;
	margin-bottom: 0px;
	background: #0091A7;
	padding: 0 20px;
}

#side-nav ul {
	background: #e9e9ee;
	margin-left: 0px;
	list-style-type: none;
	font-size: 14px;
}

#side-nav ul li ul {
	margin-bottom: 0px;
}

#side-nav li a {
	transition: all 0.3s ease;
	display: block;
	line-height: 20px;
	padding: 0 20px;
	border-bottom: 1px solid #fff;
	color: #29235C;
	text-decoration: none;
	padding-top: 8px;
	padding-bottom: 8px;
}

#side-nav li.parent > a {
	font-weight: 600;
}

#side-nav li a:hover {
	color: #29235C;
	font-weight: 600;
}

#side-nav li a.currentpage {
	color: #29235C;
	font-weight: 600;
}


#side-nav li a:before {
	transition: all 0.3s ease;
	font: 20px/1 Material-Design-Iconic-Font;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: '\f2fb';
	color:rgba(255, 128, 195, 0);
	margin-right: 0px;
	margin-left: -5px;
}

#side-nav li a:hover:before{
	font: 20px/1 Material-Design-Iconic-Font;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: '\f2fb';
	color:rgba(255, 128, 195, 1);
	margin-right: 10px;
	margin-left: 0px;
	}


/* ==========================================================================
   Testimonals
   ========================================================================== */

#testimonal {
	margin-top: 45px;
	background: #29235C;
	background-size: 85px 32px;
	color: #fff;
	padding-top: 30px;
	border-radius: 0px 20px;
}


@media only screen and (min-width:768px) {
#testimonal {border-radius: 0px 30px;}
}
@media only screen and (min-width:992px) {
#testimonal {border-radius: 0px 50px;}
}


body#home div#testimonal .content h2 {
	font-size: 30px;
	line-height: 20px;
	margin-bottom: 30px;
}

.logo-icon {
	width: 90%;
	height: auto;
}

span.sml_btn i {
	transition: all 0.5s ease;
	text-align: center;
	margin: 0 2px;
	color: #fff;
	background: #FF39A3;
	width: 32px;
	line-height: 32px;
	border-radius: 3px;
}

span.sml_btn:hover i {
	background: #00D0F0;
}


.testimonal-small {
	margin-top: 45px;
	background: #29235C url('https://www.llse.org.uk/assets/images/LLSE-logo-icon.svg') no-repeat top 20px left 20px;
	background-size: 85px 32px;
	color: #fff;
	padding: 75px 20px 20px 20px;
	border-radius: 0px 20px;
}

@media only screen and (min-width:768px) {
.testimonal-small {border-radius: 0px 30px;}
}
@media only screen and (min-width:992px) {
.testimonal-small {border-radius: 0px 50px;}
}

.testimonal-small {}

.testimonal-credit {
	font-weight: 500;
	margin-top: 30px;
}

.testimonal-credit:after {
	display: block;
	width: 75px;
	height: 5px;
	content: '';
	background: #FF39A3;
	margin-top: 5px;
}

.testimonal-reference {
	font-size: 14px;
	font-weight: 300;
}

/* ==========================================================================
   Home page elements
   ========================================================================== */

#home_announcement {
	display: block;
	background: #fff;
	margin-bottom: 15px;
	color: #29235C;
	text-align: center;
	border-radius: 10px;
}

#home_announcement_img_bar {
	border-radius: 10px 10px 0px 0px;
	background: #29235C;
	padding: 10px;
}

.announcement_img {
	display: none;
}

#home_announcement_bar {
	border-radius: 10px 10px 0px 0px;
	background: #29235C;
	padding: 10px;

}

#home_announcement_txt {
	padding: 10px;

}

#home_announcement_btn {
	padding: 10px;

}

#home_announcement_btn p.readmore {
	text-align: center;
	text-transform: uppercase;
}

#home_announcement_btn p.readmore a {
	font-size: 18px !important;
}

#home_announcement_btn i {
	text-align: center;
}

@media only screen and (min-width:576px){
#home_announcement {
	margin-bottom: 30px;
	border-radius: 10px 0px 0px 10px;
	text-align: left;
	margin-right: -15px;
}

#home_announcement_img_bar {
	position: relative;
	border-radius: 10px 0px 0px 0px;
	padding: 0px;
}

.announcement_img {
	display: block;
	width: 100%;
	height: auto;
	object-fit: cover;
	object-position: top center;
	border-radius: 10px 0px 0px 0px;
}

#home_announcement_img_bar:after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	background: rgba(0,145,167,0.7);
    display: block;
	z-index: 1;
	border-radius: 10px 0px 0px 0px;
}


#home_announcement_bar {
	border-radius: 10px 0px 0px 0px;
	padding: 15px;
}

#home_announcement_txt {
	padding: 20px;

}

#home_announcement_btn {
	padding: 0px 20px 20px 20px;

}

#home_announcement_btn p.readmore {
	text-align: right;
}
}

@media only screen and (min-width:768px) {
#home_announcement {
	margin-right: -50px;
}
}

@media only screen and (min-width:1200px) {
#home_announcement {
	margin-right: -75px;
}
}


div.bannerSearch {
	margin-bottom: 15px;
}

@media only screen and (min-width:768px) {
div.bannerSearch {
	margin-bottom: 30px;
}
}

div.bannerSearch button:hover {
    color: #00D0F0;
}

div.bannerSearch button,
div.bannerSearch input {
	transition: all 0.3s ease;
    line-height: 30px;
    height: 30px !important;
    border: 0;
    background: #fff;
    color: #FF39A3;
    font-weight: 300;
    font-size: 16px;
	vertical-align: middle;
}
@media only screen and (min-width:768px) {
div.bannerSearch button,
div.bannerSearch input {
    line-height: 60px;
    height: 60px !important;
    font-size: 24px;
}
}
div.bannerSearch input::-webkit-input-placeholder { /* Edge */
    color: #29235C;
}

div.bannerSearch input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #29235C;
}

div.bannerSearch input::placeholder {
    color: #29235C;
}

div.bannerSearch input {
    padding: 0px 0px 0px 10px;
    border-radius: 10px 0px 0px 10px;
}

div.bannerSearch button {
    font-size: 20px;
    width: 30px;
    cursor: zoom-in;
    border-radius: 0px 10px 10px 0px;
}

@media only screen and (min-width:768px) {
div.bannerSearch input {
    padding: 0px 0px 0px 20px;
}

div.bannerSearch button {
    font-size: 30px;
    width: 60px;
    border-radius: 0px;
}
}

a.npqbtn {
	transition: all 0.3s ease;
    line-height: 30px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    padding: 10px;
}

a.npqbtn i {
	transition: all 0.3s ease;
	margin-right: 5px;
	color: #FF39A3;
 }

a.npqbtn:hover {
	color: #FF80C3;
}

@media only screen and (min-width:768px) {
a.npqbtn {
	transition: all 0.3s ease;
    border-radius: 0px 10px 10px 0px;
    display: inline-block;
    line-height: 60px;
    height: 60px !important;
    border: 0;
    background: #29235C;
    color: #fff;
    font-weight: 300;
    font-size: 16px;
	vertical-align: middle;
    padding: 0 20px;
    margin-left: -5px;
}
a.npqbtn:hover {
	color: #fff;
	background: #FF39A3;
}
a.npqbtn:hover i {
   color: #29235C;
 }
}

.box-buttons {
	border-radius: 0px 20px;
	background: #29235C;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	font-size: 18px;
	color: #fff;
	margin-bottom: 15px;
}

@media only screen and (min-width:768px){
.box-buttons {border-radius: 0px 20px;}
}
@media only screen and (min-width:992px) {
.box-buttons {border-radius: 0px 50px;}
}

@media only screen and (min-width:768px){
#homeHeros .box-buttons {border-radius: 0px 30px;}
}
@media only screen and (min-width:992px) {
#homeHeros .box-buttons {border-radius: 0px 50px;}
}

.box-buttons.apply {
	background-image: url('https://www.llse.org.uk/assets/images/apply-button-box-bg.jpg');
}

.box-buttons.community {
	background-image: url('https://www.llse.org.uk/assets/images/community-button-box-bg.jpg');
}

.box-buttons.coach {
	background-image: url('https://www.llse.org.uk/assets/images/coach-button-box-bg.jpg');
}

.box-buttons.newshero {
	background-position: center 25%;
	background-image: url('https://www.llse.org.uk/assets/images/LLSE-logo-icon.svg');
	background-size: 125%;
}


.box-buttons a {
	transition: all 0.3s ease;
	position: relative;
	display: block;
	height: 100%;
	border-radius: 0px 20px;
	background: rgb(41,35,92);
	background: linear-gradient(0deg, rgba(41,35,92,1) 5%, rgba(0,145,167,0) 60%);
	color: #fff;
}

@media only screen and (min-width:768px){
.box-buttons a  {border-radius: 0px 20px;}
}
@media only screen and (min-width:992px) {
.box-buttons a  {border-radius: 0px 50px;}
}

@media only screen and (min-width:768px){
#homeHeros .box-buttons a  {border-radius: 0px 30px;}
}
@media only screen and (min-width:992px) {
#homeHeros .box-buttons a  {border-radius: 0px 50px;}
}

#homeHeros .box-buttons a
{
	transition: all 0.5s ease;
	color: rgba(255, 255, 255, 0);
}

.box-buttons a:hover {
	display: block;
	background: rgba(0, 144, 166, 0.75);
	color: #fff;
}

#homeHeros .box-buttons a:hover
{
	color: rgba(255, 255, 255, 1);
}

.box-buttons a strong {
	display: block;
	font-family: montserrat, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 18px;
	margin-bottom: 15px;
	color: #fff;
	text-shadow: 0px 0px 5px rgba(41, 35, 93, 0.8);
	line-height: 100%;
}

@media only screen and (min-width:576px){
.box-buttons a strong {	font-size: 24px; }
}
@media only screen and (min-width:768px) {
.box-buttons a strong {	font-size: 30px; }
}


#homeHeros .box-buttons a strong {
	font-size: 30px;
}

@media only screen and (min-width:576px){
#homeHeros .box-buttons a strong {	font-size: 24px; }
}
@media only screen and (min-width:768px) {
#homeHeros .box-buttons a strong {	font-size: 30px; }
}

.box-buttons a span {
	position: absolute;
	left: 25px;
	bottom: 30px;
	display: block;
	width: calc(100% - 50px);
}

.box-buttons span i {
	transition: all 0.5s ease;
	background: rgba(255, 57, 163, 0);
	color: rgba(255, 255, 255, 0);
	width: 32px;
	line-height: 32px;
	text-align: center;
	border-radius: 3px;
	vertical-align: middle;
	font-size: 20px;
	float: right;
	display: inline-block;
}

.box-buttons a:hover span i {
	color: rgba(255, 255, 255, 1);
	background: rgba(255, 57, 163, 1);
}

#buttonsection {
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
}


#inNumbers {}

div.sideline {
	border-left: 1px #0091A7 solid;
	padding-left: 20px;
}

#inNumbers h4 {
font-family: montserrat, sans-serif;
font-weight: 700;
font-style: normal;
font-size: 24px;
margin-bottom: 30px;
}

#inNumbers p.numbers {
font-family: montserrat, sans-serif;
font-weight: 900;
font-style: normal;
font-size: 60px;
color: #0091A7;
}


@media only screen and (max-width:767px){
#inNumbers br {
	display: none;
}
}

.readmore a, .readmore a:hover {
	color: #29235C;
}

body#home .readmore a {
	font-size: 20px;
}

.readmore a i {
	transition: all 0.5s ease;
	margin-left: 20px;
	color: #fff;
	background: #FF39A3;
	width: 32px;
	line-height: 32px;
	border-radius: 3px;
}

.readmore a:hover i {
	background: #00D0F0;
}


.twitter_block { b}
.twitter_block h3 {}
.twitter_block h3 i { font-size: 60px; }
.twitter_block h3 a { color: #29235C;transition:all .4s ease; }
.twitter_block h3 a:hover { color: #FF39A3}
.twitter_block a { color: #29235C;transition:all .4s ease; }
.twitter_block a:hover { color: #FF39A3 }

.twitter_block a.button_blue {vertical-align:text-bottom;}

/* pager */
.twitter-pager {
    text-align: left; width: 100%; overflow: hidden; margin-bottom: 30px;
}
.twitter-pager span {
    display: inline-block; width: 25%; max-width: 240px; height: 10px; background: #e9e9ee; cursor: pointer; margin-right: 10px;
}

.twitter-pager span:hover, .twitter-pager span.cycle-pager-active { background: #FF39A3;}
.twitter-pager > * { cursor: pointer;}

.atweet { width: 100%; padding-bottom: 15px; min-height: 100px;}
@media only screen and (min-width:801px){.atweet { width: 100%; padding-bottom: 30px; min-height: 200px;}}
.twitterpic { border-radius: 0px 40px 0px 0px; background-position: center center; background-size: cover; background-image: none;}
.twitterpic a { position: absolute; display: block; width: 100%; color: #fff; bottom: 10px; text-align: center;}
/* .twitterpic span { position: absolute; bottom: 10px; right; 10px;} */


#prev, #next {	vertical-align: middle; transition:all .4s ease;margin: 0px 10px 0px 10px; background: #29235C; display: inline-block; width: 40px; height: 40px; border-radius: 3px; text-align: center;}
#next {margin: 0; }
#prev:hover, #next:hover {cursor: pointer; background: #FF39A3;}

#prev i, #next i { font-size: 24px; line-height: 40px; color: #fff; }

a.follow-btn {
	vertical-align: middle;
	display: inline-block;
	color: #fff;
	background: #0091A7;
	border-radius: 3px;
	line-height: 40px;
	font-family: montserrat, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 18px;
	color: #fff;
	padding: 0 15px;
}

a:hover.follow-btn {
	transition: all 0.3s ease;
	background: #00D0F0;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}

@media only screen and (min-width:576px){
#prev, #next {	margin: 0px 15px 0px 15px; width: 50px; height: 50px; }

#prev i, #next i { font-size: 30px; line-height: 50px; color: #fff; }

a.follow-btn {
	line-height: 50px;
	font-size: 24px;
	padding: 0 30px;
}
}


/* ==========================================================================
   Footer
   ========================================================================== */

#deep-footer {
	background: #29235C;
	color: #fff;
	padding: 50px 0;
	font-size: 14px;
}

#deep-footer .page-section {
	margin-bottom:0px;
}

#deep-footer p, #deep-footer h4 {
	margin-bottom: 15px;
}

#deep-footer p:last-of-type {
	margin-bottom: 0px;
}

#deep-footer h4 {
font-family: montserrat, sans-serif;
font-weight: 700;
font-style: normal;
}

#deep-footer a {
	transition: all 0.3s ease;
	color: #fff;
}

#deep-footer a:hover {
	color: #00D0F0;
}

.deep-footer-nav {

}

.deep-footer-nav li a {
	transition: all 0.3s ease;
	display: block;
	padding: 3px 0px;
}

.deep-footer-nav li a:hover {
}

.deep-footer-nav li a:before {
	transition: all 0.3s ease;
	font: 20px/1 Material-Design-Iconic-Font;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: '\f2fb';
	color:rgba(255, 128, 195, 0);
	margin-right: 0px;
	margin-left: -5px;
}

.deep-footer-nav li a:hover:before{
	font: 20px/1 Material-Design-Iconic-Font;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: '\f2fb';
	color:rgba(255, 128, 195, 1);
	margin-right: 10px;
	margin-left: 0px;
	}

.footer-logo {
	width: 100%;
	max-width: 190px;
	height: auto;
	margin-bottom: 75px;
}

.doe {
	text-align: right;
}

.doe img {
	margin-top: 20px;
	width: 120px;
	height: auto;
}

@media only screen and (min-width:768px) {
.doe {
	position: relative;
	display: block;
	height: 100%;
	width: 100%;
}

.doe a {
	position: absolute;
	bottom: 0;
	right: 0;
}

.doe img {
	width: 160px;
}
}

#footer {
	font-size: 12px;
	color: #29235C;
}

#footer a {
	transition: all 0.3s ease;
	color: #29235C;
}

#footer a:hover {
	color: #0091A7;
}

ul.social-media-links, ul.footer-nav, ul.credit{-webkit-padding-start:0;-moz-padding-start:0;padding:0;list-style-type:none;margin:0px 0px 10px 0px;}
ul.social-media-links li, ul.footer-nav li, ul.credit li{display:inline-block}
ul.footer-nav li:after{content:'|';color:#29235C;margin:0 10px}
ul.footer-nav li:last-of-type:after{content:'';margin:0}
ul.social-media-links{ text-align: right;}
ul.credit{ text-align: left;}
ul.social-media-links li {margin-left: 10px; margin-bottom: 10px; font-size: 30px; text-align: right;}
ul.social-media-links span {display: none;}

ul.social-media-links li a.twitter-btn {display: block; width: 30px; height: 30px; background: #fff url('https://www.llse.org.uk/assets/images/x-logo.svg') no-repeat center center; border-radius: 5px;}
ul.social-media-links li a.twitter-btn:hover {background-color: #00d0f0;}

ul.social-media-links li a.linkedin-btn {display: block; width: 30px; height: 30px; background: #fff url('https://www.llse.org.uk/assets/images/linkedin-logo2.svg') no-repeat center center; border-radius: 5px;}
ul.social-media-links li a.linkedin-btn:hover {background-color: #00d0f0;}

ul.social-media-links li a.facebook-btn {display: block; width: 30px; height: 30px; background: #fff url('https://www.llse.org.uk/assets/images/facebook2.svg') no-repeat center center; border-radius: 5px;}
ul.social-media-links li a.facebook-btn:hover {background-color: #00d0f0;}

ul.social-media-links li a.instagram-btn {display: block; width: 30px; height: 30px; background: #fff url('https://www.llse.org.uk/assets/images/instagram2.svg') no-repeat center center; border-radius: 5px;}
ul.social-media-links li a.instagram-btn:hover {background-color: #00d0f0;}


@media only screen and (min-width:768px) {
ul.credit{ text-align: right;}
ul.social-media-links li {font-size: 40px;}
ul.social-media-links li a.twitter-btn, ul.social-media-links li a.linkedin-btn, ul.social-media-links li a.facebook-btn, ul.social-media-links li a.instagram-btn {width: 40px; height: 40px;}
}

.credit strong {white-space: nowrap;}


/* ==========================================================================
   Maps
   ========================================================================== */

#contactgoogleMap {
    /* height: calc(100% + 40px) !important; */
    height: 100% !important;
    left: 0;
    width: 100% !important;
}

/* ==========================================================================
   Widths
   ========================================================================== */

.fullwidth {
	width: 100%;
}

.fullheight {
	width: 100%;
}


/* ==========================================================================
   Global settings
   ========================================================================== */

.cycle-slideshow {
	z-index: 0;
}

.aspectContainer {
	position: relative;
	padding-top: 100%;
	width: 100%!important;
}

.aspect {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	display: table-cell;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
}

.ratio_1_1 {
	padding-top:100%;
}

.ratio_27_7 {
	padding-top: 25.93%;
}

.ratio_21_9 {
	padding-top: 42.857%;
}

.ratio_19_4 {
	padding-top: 21.032%;
}

.ratio_16_9 {
	padding-top: 56.25%;
}

.ratio_8_5 {
	padding-top: 62.5%;
}

.ratio_3_2 {
	padding-top: 66.66%;
}

.ratio_2_3 {
	padding-top: 133.33%;
}

.ratio_3_5,.ratio_4_6 {
	padding-top: 166.66%;
}

.ratio_4_3 {
	padding-top: 75%;
}

.ratio_3_08 {
	padding-top: 32.42%;
}

.ratio_9_2 {
	padding-top: 22.22%;
}

.txtLeft {
	text-align: left;
}

.txtRight {
	text-align: right;
}

.txtCenter {
	text-align: center;
}

.txtVtop {
	vertical-align: top;
}

.txtVcenter {
	vertical-align: middle;
}

.txtVbottom {
	vertical-align: bottom;
}

.centertContent {
	text-align: center;
	vertical-align: middle;
	display: table-cell;
	position: absolute;
	top: 40%;
	right: 0;
	bottom: 0;
	left: 0;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.padbottom0 {
	padding-bottom: 1px;
}


.pad5 {
	padding: 5px;
}

.pad10 {
	padding: 10px;
}

.pad15 {
	padding: 15px;
}

.pad20 {
	padding: 20px;
}

.pad25 {
	padding: 25px;
}

.pad75top {
	padding-top: 75px;
}

.pad5pc {
	padding: 5%;
}

.pad10pc {
	padding: 10%;
}

.pad15pc {
	padding: 15%;
}

.pad20pc {
	padding: 20%;
}

.pad25pc {
	padding: 25%;
}

.pad0vertically {
	padding: 0px;
}

.pad5vertically {
	padding: 5px 0;
}

.pad10vertically {
	padding: 10px 0;
}

.pad15vertically {
	padding: 15px 0;
}

.pad20vertically {
	padding: 20px 0;
}

.pad25vertically {
	padding: 25px 0;
}

.pad30vertically {
	padding: 30px 0;
}

.pad45vertically {
	padding: 45px 0;
}

.pad60vertically {
	padding: 60px 0;
}

.marginTop0 {
	margin-top: 0 !important;
}

.marginTop5 {
	margin-top: 5px;
}

.marginTop10 {
	margin-top: 10px;
}

.marginTop15 {
	margin-top: 15px;
}

.marginTop20 {
	margin-top: 20px;
}

.marginTop25 {
	margin-top: 25px;
}

.marginTop30 {
	margin-top: 30px;
}

.marginTop50 {
	margin-top: 50px;
}

.marginTop75 {
	margin-top: 75px;
}

.marginTop100 {
	margin-top: 100px;
}

.marginTop150 {
	margin-top: 150px;
}

.marginBottom0 {
	margin-bottom: 0px !important;
}

.marginBottom5 {
	margin-bottom: 5px;
}

.marginBottom10 {
	margin-bottom: 10px;
}

.marginBottom15 {
	margin-bottom: 15px;
}

.marginBottom20 {
	margin-bottom: 20px;
}

.marginBottom25 {
	margin-bottom: 25px;
}

.marginBottom30 {
	margin-bottom: 30px;
}

.marginBottom50 {
	margin-bottom: 50px;
}

.marginBottom60 {
	margin-bottom: 60px;
}

.marginBottom75 {
	margin-bottom: 75px;
}

.marginBottom100 {
	margin-bottom: 100px;
}

.marginRight15px {
	margin-right: 15px;
}

.marginRight30px {
	margin-right: 30px;
}

.clear {
	clear: both;
}

.clearLeft {
	clear: left;
}

.clearRight {
	clear: right;
}

.flexStretch {
    display: flex;
    align-items: stretch;
}
