	header#main-header {
	height: 81px;
}

#main-header {
	background-color:rgba(255, 255, 255, 0.75);
}
#main-header .container {
	width: 97%;
}

#main-header .container.et_menu_container {
		max-width:1200px;
}

/* IE7 */
/* Word Break */
.et_pb_promo_description,
.et_pb_number_counter,
.et_pb_toggle_title,
.et_pb_toggle_content,
.et_pb_text {
	word-wrap: break-word;
}

/* Icon Font */
.et_pb_toggle_title:before,
.et_pb_promo_button:after,
.et_pb_button:after {
	font-family: "ETmodules" !important;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	line-height: 1;
	text-transform: none;
	speak: none;
}


/* other styles */

.et_pb_section h1 {
    /*font-family: 'Hco Gotham', Helvetica, Arial, Lucida, sans-serif;*/
    font-weight: bold;
    /*color: #0e65b6 !important;*/
    color: #0e65b6;
    line-height: 1.1em;
    padding-bottom: 20px;
    /*font-weight: 900;*/
}

h1, h2, h3, h4, h1 strong, h2 strong, h3 strong, h4 strong {
	font-family: 'Hco Gotham', Helvetica, Arial, Lucida, sans-serif !important;
}

h1, h1 strong {
	font-weight: 900 !important;
	font-style: italic !important;
	font-size: 28px;
}
h2, h2 strong {
	font-weight: 800 !important;
	font-size: 24px;
	line-height: 1.3em;
	padding-bottom: 20px;
}
h3, h3 strong {
	font-weight: 800 !important;
	font-size: 22px;
}
h4, h4 strong{
	font-weight: 800 !important;
	font-size: 18px;
}
.et_pb_section h2 {
	/*line-height: 1.6em;*/
	
	/*font-weight: 900;*/
	/*font-family: 'Hco Gotham', Helvetica, Arial, Lucida, sans-serif;*/
	color: #384a4d !important;
}
.region-modals h2, .wrapper-modals h2, .region-modals h3, .wrapper-modals h3, .region-modals h4, .wrapper-modals h4, 
.region-modals h6, .wrapper-modals h6, .region-modals h6, .wrapper-modals h6 {
	color: white !important;
	font-weight: bold;
}

.et_pb_section h3 {
	/*font-family: 'Hco Gotham', Helvetica, Arial, Lucida, sans-serif;*/
	color: #0e65b6;
	/*font-weight: 900;*/
	padding-left: 0px;
    /*padding-right: 40px;*/
    padding-bottom: 30px;
    padding-top: 0px;
}
.et_pb_section center h3 {
	padding-right: 0px;
}
.et_pb_section h4 {
	font-weight: 900;
}

.et_pb_section:not(.region-content) h1, 
.et_pb_section:not(.region-content) h3 {
	text-align:center;
}	

.et_pb_section .et_pb_button.et_pb_button_small {
    color: #0e65b6 !important;
    font-size: 14px;
}
.et_pb_section .et_pb_button.et_pb_button_small:after { 
	font-size:22.4px; 
	opacity:0;
	display: inline-block; 
}
.et_pb_section .et_pb_button.et_pb_button_small:hover, .et_pb_section .et_pb_button.et_pb_button_small:focus { 
	letter-spacing:0px;
	padding-left:0.7em; padding-right: 2em;
}
.et_pb_section .et_pb_button.et_pb_button_small:hover:after, .et_pb_section .et_pb_button.et_pb_button_small:focus:after { 
	opacity: 1; 
}
						

.et_pb_section .et_pb_button.et_pb_button_large {
    color: #0e65b6 !important;
    font-size: 20px;
}


.et_pb_section .et_text_small {
	line-height: 1.4em;
	font-family: 'Hco Gotham', Helvetica, Arial, Lucida, sans-serif;
	color: #384a4d !important;
}



.entry-content .et_pb_section table {
	width: 100%;
    margin: 0 0 15px 0;
    text-align: left;
	vertical-align:top;
}
.entry-content .et_pb_section  tr td {
	width:50%;
	padding: 6px 22px;
}
.entry-content .et_pb_section  tr td:not(.field--type-text-long td) {
	border: none;
}


.et_pb_section:not(.region-content) .et_2_column p {
    color: #666;
    font-size: 14px;
    line-height: 1.7em;
}

.et_pb_button {
	display: inline-block;
    position: relative;
    padding: 0.3em 1em;
    border: 2px solid;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: transparent;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.7em !important;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}
/* Button Hover */
.et_pb_button:hover, .et_pb_button:focus {
	padding: 0.3em 2em 0.3em 1em;
	border: 2px solid transparent;
	background: rgba(255, 255, 255, 0.2);
}

/* Button - With Icon */
.et_pb_button:before,
.et_pb_button:after {
	position: absolute;
	margin-left: -1em;
	opacity: 0;
	font-size: 32px;
	line-height: 1em;
	content: "\35";
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
}

.et_pb_button:before {
	display: none;
}

.et_pb_button:hover:after, .et_pb_button:focus:after {
	margin-left: 0;
	opacity: 1;
}

.et_pb_promo { 
/*	padding: 43px 64.5px !important; */ 
	background-color: #0856a0;
	line-height: 1.4em !important;
	color: #fff !important;
	font-size: 22px;
    position: relative;
    padding: 20px;
}
.et_pb_column_1_2 .et_pb_promo, .et_pb_column_1_3 .et_pb_promo, .et_pb_column_1_4 .et_pb_promo { padding: 43px; }


.et_pb_promo a, a.apply-button, .page-node-type-course .course-apply .course-date .course-date-apply a {
    display: block;
	color: #fff !important;
    position: relative;
    padding: 0.3em 1em;
    border: 2px solid;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: transparent;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.7em !important;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    color: #2ea3f2;
    text-decoration: none;
	margin: 20px 20px 0 20px;
}
.page-node-type-course .course-apply .course-date .course-date-apply a {
	color: #199dd9 !important;
	border-color: #199dd9;
}
.page-node-type-course .course-apply .course-date .course-date-apply a:hover, .page-node-type-course .course-apply .course-date-apply .course-date a:focus {
	background: rgba(31, 157, 217, 0.25);
}

.course-apply > center > p > .apply-button {
	max-width: 400px;
	display: block;
	margin: 0 auto;
}
.course-apply > center > p > .apply-button:hover, .course-apply > center > p > .apply-button:focus {
	background: rgba(255, 255, 255, 0.2);
}

.et_pb_promo a:after, a.apply-button:after {
	font-family: "ETmodules" !important;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	line-height: 1;
	text-transform: none;

	speak: none;
}

.et_pb_promo a:before,
.et_pb_promo a:after,
a.apply-button:before,
a.apply-button:after {
	position: absolute;
	margin-left: -1em;
	opacity: 0;
	font-size: 32px;
	line-height: 1em;
	content: "\35";
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
}

.et_pb_promo a:before {
	display: none;
}

.et_pb_promo a:hover, .et_pb_promo a:focus {
	padding: 0.3em 2em 0.3em 1em;
	border: 2px solid transparent;
	background: rgba(255, 255, 255, 0.2);
}

.et_pb_promo a:hover:after,
.et_pb_button:hover:after,
.et_pb_more_button:hover:after,
.et_pb_promo_button:hover:after,			
.et_pb_button.et_pb_pdf_button.et_pb_newsletter_button:hover:after,
.et_pb_pricing_table_button:hover:after,
.et_pb_promo a:focus:after,
.et_pb_button:focus:after,
.et_pb_more_button:focus:after,
.et_pb_promo_button:focus:after,			
.et_pb_button.et_pb_pdf_button.et_pb_newsletter_button:focus:after,
.et_pb_pricing_table_button:focus:after{
	margin-left: 0;
	opacity: 1;
}


/* Button Hover Light Text */
.et_pb_promo h2 {
    font-weight: bold !important;
    font-size: 24px !important;
	line-height: 1em;
}

.et_pb_promo.et_promo_light {
	background-color: #199dd9;
	color: white !important;
}
.et_pb_promo.et_promo_light h2 {	
	color: white !important;
}

.et_pb_promo.et_promo_dark {
	background-color:  #0856a0;
	color: white !important;
}

.et_pb_promo.et_promo_dark h2 {
	line-height: 1.4em !important;
    color: white !important;
}
.et_pb_promo.et_promo_light h3, .et_pb_promo.et_promo_dark h3 {
	color: white !important;
	margin: .75em 0 .25em 0;
}
.et_pb_promo h3 {
	padding-right: 0;
}

.page-node-type-apprenticeship .et_pb_promo.et_promo_dark h3 {
	margin-top: 40px;
	padding-bottom: 10px;
}

.et_pb_promo.et_promo_gray {
	background-color: #ebebeb;
}
.et_pb_promo.et_promo_gray h2 {
	color: #333 !important;
}
.et_pb_promo.et_promo_gray a:hover,
.et_pb_promo.et_promo_gray a:focus,
.et_pb_promo.et_promo_gray a {
	color: #2ea3f2 !important;
}

@media screen and (max-width: 347px) {
	.et_pb_promo h2 {
		font-size: 22px !important;
	}
	.et_pb_promo a {
		margin-left: 0;
		margin-right: 0;
	}
}


/* Accordion + Toggle Modules */
.et_pb_accordion .et_pb_toggle {
	margin-bottom: 10px;
	border: 1px solid #d9d9d9;
	color: #666;
}
.et_pb_accordion .et_pb_toggle ul li ,
.et_pb_accordion .et_pb_toggle p {
	font-weight: 500;
    font-size: 14px;
    line-height: 1.7em;
}

.et_pb_accordion .et_pb_toggle:last-child {
	margin-bottom: 0;
}

.et_pb_accordion .et_pb_toggle_open .et_pb_toggle_title:before {
	display: none;
}

.et_pb_toggle_close .et_pb_toggle_content {
	display: none;
}

.et_pb_toggle_close {
	/*padding: 20px;*/
	background-color: #f4f4f4;
}
.et_pb_toggle_open {
	padding: 20px;
	background: #fff;
}

.et_pb_toggle h5.et_pb_toggle_title {
	position: relative;
	padding: 0 50px 0 0;
	cursor: pointer;
}

.et_pb_toggle_open h5.et_pb_toggle_title {
	color: #333;
}

.et_pb_toggle_title:before {
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -0.5em;
	color: #ccc;
	font-size: 16px;
	content: "\e050";
}

.et_pb_toggle_open .et_pb_toggle_title:before {
	content: "\e04f";
}

.et_pb_accordion ul.et_pb_toggle_content,
.et_pb_toggle_content {
	position: relative;
	padding-top: 20px;
}

.et_pb_toggle_content p:last-of-type {
	padding-bottom: 0;
}


/* Custom paragraph color settings */


/* Light Blue */

.paragraph-background-lightblue p {
	background-color: #199dd9 !important;
	color: white !important;
}
/* the open accodian is slighly lighter than rest to maintain its standard */
.paragraph-background-lightblue.et_pb_toggle_open {
	background-color: #3AB0E6 !important;
}
.et_pb_promo.paragraph-background-lightblue a,
.et_pb_promo.paragraph-background-lightblue h2,
.paragraph-background-lightblue .et_pb_toggle_title:before,
.paragraph-background-lightblue h5.et_pb_toggle_title {
	color: white !important;
}

/* Dark Blue */

.paragraph-background-darkblue p {
	background-color: #0e65b6 !important;
	color: white !important;
}
/* the open accodian is slighly lighter than rest to maintain its standard */
.paragraph-background-darkblue.et_pb_toggle_open {
	background-color: #1072CE !important;
}
.et_pb_promo.paragraph-background-darkblue a,
.et_pb_promo.paragraph-background-darkblue h2,
.paragraph-background-darkblue .et_pb_toggle_title:before,
.paragraph-background-darkblue h5.et_pb_toggle_title {
	color: white !important;
}

/* Light gray - this also contains an accordian exception, its so close to the accordians natural color we use its default instead */
.paragraph-background-light p {
	background-color: #ebebeb !important;
	color: #384a4d !important;
}
.et_pb_promo.paragraph-background-light a,
.et_pb_promo.paragraph-background-light h2 {
	color: #384a4d !important;
}

/* Medium Gray */

.paragraph-background-medium p {
	background-color:#384a4d !important; 
	color: white !important;
}
/* the open accodian is slighly lighter than rest to maintain its standard */
.paragraph-background-medium.et_pb_toggle_open {
	background-color: #415659 !important;
}
.et_pb_promo.paragraph-background-medium a,
.et_pb_promo.paragraph-background-medium h2,
.paragraph-background-medium .et_pb_toggle_title:before,
.paragraph-background-medium h5.et_pb_toggle_title {
	color: white !important;
}

/* Dark Gray */

.paragraph-background-dark p {
	background-color: #2a383a !important;
	color: white !important;
}
/* the open accodian is slighly lighter than rest to maintain its standard */
.paragraph-background-dark.et_pb_toggle_open {
	background-color: #314143 !important;
}
.et_pb_promo.paragraph-background-dark a,
.et_pb_promo.paragraph-background-dark h2,
.paragraph-background-dark .et_pb_toggle_title:before,
.paragraph-background-dark h5.et_pb_toggle_title {
	color: white !important;
}

/* White - note accordion has a special case here as the accordian is white by default and hence has better styling in its default form */

.paragraph-background-white p {
	background-color: white !important;
	color: #384a4d !important;
}
.et_pb_promo.paragraph-background-white a,
.et_pb_promo.paragraph-background-white h2 {
	color: #384a4d !important;
}

/* put additional custom paragraph backgrounds here */


/* Paragraph color overrides */

/* Red - this color is more meant for testing than them! */

.paragraph-text-red,
.et_pb_promo.paragraph-text-red a,
.et_pb_promo.paragraph-text-red h2,
.paragraph-text-red .et_pb_toggle_title:before,
.paragraph-text-red h5.et_pb_toggle_title {
	color: red !important;
}

/* White */

.paragraph-text-white,
.et_pb_promo.paragraph-text-white a,
.et_pb_promo.paragraph-text-white h2,
.paragraph-text-white .et_pb_toggle_title:before,
.paragraph-text-white h5.et_pb_toggle_title {
	color: white !important;
}

/* Blue */

.paragraph-text-blue,
.et_pb_promo.paragraph-text-blue a,
.et_pb_promo.paragraph-text-blue h2,
.paragraph-text-blue .et_pb_toggle_title:before,
.paragraph-text-blue h5.et_pb_toggle_title {
	color: #0e65b6 !important;
}

/* Gray */

.paragraph-text-gray,
.et_pb_promo.paragraph-text-gray a,
.et_pb_promo.paragraph-text-gray h2,
.paragraph-text-gray .et_pb_toggle_title:before,
.paragraph-text-gray h5.et_pb_toggle_title {
	color: #384a4d !important;
}

/* put additional custom paragraph colors here */

/** END PARAGRAPH CUSTOMS **/



.paragraph-html-2-column {
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
    -webkit-column-gap: 40px; /* Chrome, Safari, Opera */
    -moz-column-gap: 40px; /* Firefox */
    column-gap: 40px;
}

.paragraph-html-3-column {
    -webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;
    -webkit-column-gap: 40px; /* Chrome, Safari, Opera */
    -moz-column-gap: 40px; /* Firefox */
    column-gap: 40px;
}


.paragraph-html-3-column h3:nth-of-type(n+2) {
	-webkit-column-break-before: always;
	/*column-break-before: always;*/
}
/*.paragraph-html-3-column h3:first-child {
	-webkit-column-break-before: never;
	column-break-before: never;
}
*/
@supports (-ms-ime-align: auto) {
	.node-id-4710 .region-section-second .block-weston-section .et_pb_section.section-background-blue .paragraph-html-3-column p:last-child {
		padding-bottom: 3.5em;
	}
}
.paragraph-document-list.et_pb_promo h2 {
	text-align:center;
}
.paragraph-document-list.et_pb_promo a {
	margin-top:0px;
	/*width:100%;*/
}
.paragraph-document-list.et_pb_promo div {
	margin-bottom: 0.75em;
}

@media screen and (max-width: 600px) {
	.paragraph-html-2-column, .paragraph-html-3-column { 
		column-count: 1;
	}
}


#footer-widgets .footer-widget li {
    position: relative;
    padding-left: 14px;
    padding-bottom: 8px;
    margin-bottom: 8px;
    border-bottom: 0.1em solid;
}

.region-content p, .region-content li, .region-content {
	line-height: 1.6em;
	font-size: 18px;
}

@media screen and (max-width: 768px) {
	.footer-widget {
		width: 100% !important;
	}
	.footer-widget .et_pb_widget {
		float: none;
	}
}
/*
.et_pb_section .et_pb_accordion p,
.region-content .et_pb_accordion p {
	color: #666;
	font-weight:500;
	font-size:14px;
	line-height: 1.7em;
}
*/
.block-weston-section > .et_pb_section, .region-section-first {
	padding: 60px 0;
}

.block-weston-section .et_pb_row {
	padding: 0;
}

/* default section background colors, these are preset to match the home page, so these default have no home page prefix */
.section-background-medium,
.region-section-first.et_pb_section {
	background-color:#384a4d !important; 
	color: #ffffff !important;
} 
.et_pb_section.section-background-medium h1,
.et_pb_section.section-background-medium h3 {
	color: #ffffff !important;
}	

.section-background-light,
.region-section-second.et_pb_section { 
	background-color: #ebebeb !important;
	color: #384a4d !important;
}

.section-background-dark {
	background-color: #2a383a;
	color: #ffffff !important;
}
.et_pb_section.section-background-dark h1,
.et_pb_section.section-background-dark h3,
.et_pb_section.section-background-dark h4 {
	color: #ffffff !important;
}	

.section-background-white {
	background-color: #ffffff;
}

.section-background-blue {
	background-color: #0e65b6 !important;
	color: #ffffff !important;
}
.et_pb_section.section-background-blue h1,
.et_pb_section.section-background-blue h3,
.et_pb_section.section-background-blue h4 {
	color: #ffffff !important;
}	

.region-section-third.et_pb_section {
}

.region-section-fourth.et_pb_section {
	background-color: #ebebeb !important;
}

.region-section_image.et_pb_section {
    background-color: #fcfcfc !important;
    padding-top: 22px;
    padding-right: 0px;
    padding-bottom: 19px;
    padding-left: 0px;
}

.region-section-fifth.et_pb_section {
	background-color: #384a4d !important;
}
/* Button Hover Dark Text */
.region-section-fifth .et_pb_button:hover,.region-section-fifth .et_pb_button:focus {
	background: rgba(0, 0, 0, 0.05);
}

.region-section-fifth .block {
	width: 1200px;
	margin: 0 auto;
}

#footer-widgets p {
    padding-bottom: 0px;
}

/* header styles to match the section setup in the home page */
.page-node-type-home-page .et_pb_section.region-section-first h1,
.page-node-type-home-page .et_pb_section.region-section-fifth h1 {
	color: #fff !important;
}

.page-node-type-home-page .et_pb_section.region-section-second  {
	background-color: #0e65b6 !important;
	color:white !important;
}

.page-node-type-home-page .et_pb_section.region-section-fourth h3 {
	color: #0e65b6;
}

/* section styles for the area primary pages, e.g. Apprentices main page */
/*.page-node-type-category-homepage .et_pb_section.region-section-first  {
	background-color: #ebebeb !important;
	color: #384a4d !important;
}

.page-node-type-category-homepage .et_pb_section.region-section-first h3 {
	color: #2ea3f2;
}
*/
.et_pb_section.region-section-first  {
	/*background-image: url(/themes/weston/images/course-finder/course-finder-apprenticeships.jpg);		*/
	background-color: #384a4d !important;
    padding-right: 0px;
    padding-left: 0px;
    color:white !important;
    padding-top: 0;
    padding-bottom: 0;
}	
.et_pb_section.region-section-first .content-colour-wash, .et_pb_section.region-section-first-alt .content-colour-wash {
	padding-top: 0;
	padding-bottom: 0;
	background-color: rgba(8, 49, 108, 0);
    color: white !important;
}
.category-tid-10 .et_pb_section.region-section-first, .category-tid-10 .et_pb_section.region-section-first-alt  {
	background-image: url(/themes/weston/images/course-finder/course-finder-adult.jpg) !important;		
}
.category-tid-8 .et_pb_section.region-section-first, .category-tid-8 .et_pb_section.region-section-first-alt  {
	background-image: url(/themes/weston/images/course-finder/course-finder-16-18.jpg) !important;		
}
.subject-tid-45 .et_pb_section.region-section-first, .category-tid-45 .et_pb_section.region-section-first-alt  {
	background-image: url(/themes/weston/images/course-finder/course-finder-alevel.jpg) !important;		
}
.page-node-type-course .et_pb_section.region-section-first {
	/*background-position: 0 -190px;*/
	background-image: url(/themes/weston/images/course-finder/course-finder-course-pages.png) !important;
}

.page-node-type-course .et_pb_section.region-section-first .content-colour-wash {
	padding-top: 40px;
	padding-bottom: 40px;
}
.page-node-type-course .et_pb_section.region-section-first .content-colour-wash .et_pb_row {
	padding: 10px 0;
}

.et_pb_section.region-section-first h1 {
    color:white !important;
}
.et_pb_section .course-finder-content h3 {
	text-align:left;
	padding:0px;
}
.field--type-text-long h3 {
    text-align: left !important;
}

.et_pb_section .image-navigation-block-wrapper {
	text-align:center;
}
.et_pb_section .image-navigation-block-wrapper div {
	width: 566px;
	margin: 0 auto;
}
.et_pb_section .image-navigation-block-wrapper .image-navigation-blocks {
	display: table;
}
.et_pb_section .image-navigation-block-wrapper .image-navigation-blocks div {
	width:283px;
	height:283px;
    display: table-cell;
	vertical-align: middle;
	font-family:arial;
	font-size:24px;
	font-weight:bold;
	text-transform:uppercase;
}


.image-navigation-block-a p {
  padding: 10px !important;
  margin: 20px;
  background-color: #fff;
  transition: 0.5s;
}

.image-navigation-block-a p {
  padding: 10px !important;
  margin: 20px;
  background-color: #fff;
  transition: 0.5s;
}

.image-navigation-block-a .et_pb_module {
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
}

.image-navigation-block-a p:hover {
  padding: 10px !important;
  margin: 20px;
  background-color: #116bb1;
  transition: 0.5s;
  color:#fff;
}
.et_pb_section .image-navigation-block-wrapper .image-navigation-blocks a {
	display: flex;
	box-sizing: border-box;
	height: 100%;
	width: 283px; /**fix for IE, should be 100% **/
	align-items: flex-end;
	/*padding: 129px 10px;*/
	transform: opacity .2s;
}
.et_pb_section .image-navigation-block-wrapper .image-navigation-blocks a span {
	vertical-align: text-bottom;
	display: block;
	text-align: left;
	width: 100%;
	padding: 0 10px 0 10px;
}
.et_pb_section .image-navigation-block-wrapper .image-navigation-blocks a.link_white {
    color:white !important;
}
.et_pb_section .image-navigation-block-wrapper .image-navigation-blocks a.link_black {
    color:#2C3637 !important;
}
.et_pb_section .image-navigation-block-wrapper .image-navigation-blocks a.link_blue {
    color:#004B8C !important;
}
.et_pb_section .image-navigation-block-wrapper .image-navigation-blocks div {
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 100%;
}
.et_pb_section .image-navigation-block-wrapper a {
	background-color: rgba(42, 55, 57, 0.63) !important;
}
.et_pb_section .image-navigation-block-wrapper div:nth-child(1) div:nth-child(1) {
	/*background-color: #404040 !important;*/
	background-image: url('/themes/weston/images/generic01.jpg');
}
.et_pb_section .image-navigation-block-wrapper div:nth-child(1) div:nth-child(1) a {
	/*background-color: rgba(0, 0, 0, 0.6);*/
}
.et_pb_section .image-navigation-block-wrapper div:nth-child(1) div:nth-child(2) {
	/*background-color: #0261A1 !important;*/
	background-image: url('/themes/weston/images/generic02.jpg');
}
.et_pb_section .image-navigation-block-wrapper div:nth-child(1) div:nth-child(2) a {
	/*background-color: rgba(0, 0, 0, 0.1) !important;*/
}
.et_pb_section .image-navigation-block-wrapper div:nth-child(2) div:nth-child(1) {
	/*background-color: #B1B3B2 !important;*/
	background-image: url('/themes/weston/images/generic03.jpg');
}
.et_pb_section .image-navigation-block-wrapper div:nth-child(2) div:nth-child(1) a {
	/*background-color: rgba(0, 65, 140, 0.6)*/
}
.et_pb_section .image-navigation-block-wrapper div:nth-child(2) div:nth-child(2) {
	/*background-color: #838D8E !important;*/
	background-image: url('/themes/weston/images/generic04.jpg');
}
.et_pb_section .image-navigation-block-wrapper div:nth-child(2) div:nth-child(2) a {
	/*background-color: rgba(0, 0, 0, 0.6);*/
}
.et_pb_section .image-navigation-block-wrapper .image-navigation-blocks a:hover, .et_pb_section .image-navigation-block-wrapper .image-navigation-blocks a:focus {
	background-color: rgba(0, 0, 0, 0.5) !important;
}

.et_pb_column_1_3 .image-navigation-block-wrapper > div, .et_pb_column_1_3 .image-navigation-block-wrapper .image-navigation-blocks {
	width: 355px;
}
.et_pb_column_1_3 .image-navigation-block-wrapper .image-navigation-blocks > div {
	width: 177px;
	height: 177px;
	background-size: 177px 177px;
	font-size: 22px;
}
.et_pb_column_1_3 .image-navigation-block-wrapper .image-navigation-blocks > div a {
	width: 177px;
}
.et_pb_column_1_3 .image-navigation-block-wrapper .image-navigation-blocks > div a span {
	padding: 0px 5px;
}

.image-navigation-block-triple > div, .image-navigation-block-4col > div, .image-navigation-block-2col > div, .image-navigation-block-single > div, .image-navigation-block-single_short > div, .image-navigation-block-2x2 > div {
	width: 100% !important;
}
.et_pb_section .image-navigation-block-wrapper.image-navigation-block-triple .image-navigation-blocks,
.et_pb_section .image-navigation-block-wrapper.image-navigation-block-stacked .image-navigation-blocks,
.et_pb_section .image-navigation-block-wrapper.image-navigation-block-2col .image-navigation-blocks,
.et_pb_section .image-navigation-block-wrapper.image-navigation-block-single .image-navigation-blocks,
.et_pb_section .image-navigation-block-wrapper.image-navigation-block-single_short .image-navigation-blocks,
.et_pb_section .image-navigation-block-wrapper.image-navigation-block-2x2 .image-navigation-blocks,
.et_pb_section .image-navigation-block-wrapper.image-navigation-block-4col .image-navigation-blocks {
	background-color: transparent !important;
	background-image: none !important;
	display: block !important;
	width: 100% !important;
	text-align: center;	
}


.image-navigation-block-wrapper .image-navigation-blocks > div,
.image-navigation-block-stacked .image-navigation-blocks > div,
.image-navigation-block-2col .image-navigation-blocks > div,
.image-navigation-block-single .image-navigation-blocks > div,
.image-navigation-block-single_short .image-navigation-blocks > div,
.image-navigation-block-2x2 .image-navigation-blocks > div,
.image-navigation-block-4col .image-navigation-blocks > div {
    display: inline-block !important;
    margin-right: 2.5%;
    margin-bottom: 1em;
    background-color: #273e4b !important;
    padding: 0;
    vertical-align: top !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;

}
.image-navigation-block-triple .image-navigation-blocks > div {
	width: 30.5% !important;
    height: 356px !important;
}
.image-navigation-block-2col .image-navigation-blocks > div,
.image-navigation-block-2x2 .image-navigation-blocks > div {
	width: 47% !important;
    height: 156px !important;
}
.image-navigation-block-4col .image-navigation-blocks > div {
	width: 22% !important;
    height: 230px !important;
}
.image-navigation-block-stacked .image-navigation-blocks > div {
	width: 100% !important;
    height: 200px !important;
}
.image-navigation-block-single .image-navigation-blocks > div {
	width: 100% !important;
    height: 540px !important;
}
.image-navigation-block-single_short .image-navigation-blocks > div {
	width: 100% !important;
    height: 352px !important;
}

.image-navigation-block-triple .image-navigation-blocks > div > a,
.image-navigation-block-stacked .image-navigation-blocks > div > a,
.image-navigation-block-2col .image-navigation-blocks > div > a,
.image-navigation-block-2x2 .image-navigation-blocks > div > a,
.image-navigation-block-single .image-navigation-blocks > div > a,
.image-navigation-block-single_short .image-navigation-blocks > div > a,
.image-navigation-block-4col .image-navigation-blocks > div > a {
    display: flex;
    width: 100% !important;
    height: 100% !important;
    /*background: linear-gradient(rgb(18, 31, 38, 0.1), rgb(18, 31, 38, 0.8));*/
    background: rgba(42, 55, 57, 0.63);
    align-items: center !important;

}
.image-navigation-block-triple .image-navigation-blocks > div > a:hover,
.image-navigation-block-stacked .image-navigation-blocks > div > a:hover,
.image-navigation-block-2col .image-navigation-blocks > div > a:hover,
.image-navigation-block-2x2 .image-navigation-blocks > div > a:hover,
.image-navigation-block-single .image-navigation-blocks > div > a:hover,
.image-navigation-block-single_short .image-navigation-blocks > div > a:hover,
.image-navigation-block-4col .image-navigation-blocks > div > a:hover,
.image-navigation-block-triple .image-navigation-blocks > div > a:focus,
.image-navigation-block-stacked .image-navigation-blocks > div > a:focus,
.image-navigation-block-2col .image-navigation-blocks > div > a:focus,
.image-navigation-block-2x2 .image-navigation-blocks > div > a:focus,
.image-navigation-block-single .image-navigation-blocks > div > a:focus,
.image-navigation-block-single_short .image-navigation-blocks > div > a:focus,
.image-navigation-block-4col .image-navigation-blocks > div > a:focus{
	/*background: linear-gradient(rgb(18, 31, 38, 0.7), rgb(18, 31, 38, 0.7)) !important;*/
	background: rgba(0, 0, 0, 0.5) !important;
}
.image-navigation-block-triple .image-navigation-blocks > div > a > span,
.image-navigation-block-stacked .image-navigation-blocks > div > a > span,
.image-navigation-block-2col .image-navigation-blocks > div > a > span,
.image-navigation-block-2x2 .image-navigation-blocks > div > a > span,
.image-navigation-block-single .image-navigation-blocks > div > a > span,
.image-navigation-block-single_short .image-navigation-blocks > div > a > span,
.image-navigation-block-4col .image-navigation-blocks > div > a > span {
	font-family: "Open Sans", Arial, sans-serif;
    font-size: 30px;
    color: white;
    line-height: 35px;
    padding: 44px !important;
    width: 100%;
    text-transform: uppercase;
    font-weight: 900;
    text-align: center !important;

}

.image-navigation-block-4col .image-navigation-blocks > div > a > span {
	font-size: 25px !important;
}

.image-navigation-block-triple .image-navigation-blocks > div:nth-child(3),
.image-navigation-block-stacked .image-navigation-blocks > div:nth-child(3),
.image-navigation-block-4col .image-navigation-blocks > div:nth-child(3) {
	background-image: url('/themes/weston/images/generic03.jpg');
}
.image-navigation-block-stacked .image-navigation-blocks > div:nth-child(4),
.image-navigation-block-4col .image-navigation-blocks > div:nth-child(4) {
	background-image: url('/themes/weston/images/generic04.jpg');
	margin-right:0px !important;
}

@media screen and (max-width: 700px) {
	.et_pb_section .image-navigation-block-wrapper div {
		width: auto;
	}
	.et_pb_column_1_3 .image-navigation-block-wrapper > div, .et_pb_column_1_3 .image-navigation-block-wrapper .image-navigation-blocks,
	.et_pb_column_1_3 .image-navigation-block-wrapper .image-navigation-blocks > div a {
		width: 100%;
	}
	.et_pb_section .image-navigation-block-wrapper .image-navigation-blocks div {
		width: 100%;
		display: inline-block;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center center;
	}
	.et_pb_section .image-navigation-block-wrapper .image-navigation-blocks a {
		width: 100%;
	}
}

/** HOMEPAGE NEWS **/
.block-weston-misc-homepage-news .et_pb_column h3,
.et_pb_column.image-navigation-news-style h3 {
	text-align: left;
}

.section-background-medium .image-navigation-news-style .et_pb_button,
.section-background-dark .image-navigation-news-style .et_pb_button,
.section-background-blue .image-navigation-news-style .et_pb_button {
	background-color: #ebebeb;
}
.section-background-medium .image-navigation-news-style .et_pb_button:hover,
.section-background-dark .image-navigation-news-style .et_pb_button:hover,
.section-background-blue .image-navigation-news-style .et_pb_button:hover,
.section-background-medium .image-navigation-news-style .et_pb_button:focus,
.section-background-dark .image-navigation-news-style .et_pb_button:focus,
.section-background-blue .image-navigation-news-style .et_pb_button:focus {
	background-color: #dbdbdb !important;
}

.image-navigation-news-style .image-navigation-block-a {
	display: block;
}
.image-navigation-news-style .image-navigation-block-a:hover img,
.image-navigation-news-style .image-navigation-block-a:focus img {
	border: 1px solid white;
}
.image-navigation-news-style .image-navigation-block-a:hover h3,
.image-navigation-news-style .image-navigation-block-a:focus h3 {
	opacity: .8;
}
.image-navigation-news-style {
	height: auto;
}

/** TWITTER BLOCK  **/

.path-frontpage #block-twitterfeed, .path-frontpage #block-openevening {
	display: inline-block;
	width: 49%;
	max-width: 595px;
	vertical-align: top;
	text-align: left;
}
#block-twitterfeed h3 a {
	display: none;

}

#block-twitterfeed a {
	text-decoration: underline !important;
}

#block-twitterfeed h3 {
	height: 155px;
	background: url('/sites/default/files/inline-images/wc_twittericon.png') no-repeat left;
}
#block-twitterfeed li {
	color: white;
	list-style: none;
	font-size: 26px;
}
#block-twitterfeed hr {
	display: none;
}
.region-section-fifth {
	padding: 40px 0;
}
.region-section-fifth {
	text-align: center;
}

@media screen and (max-width: 980px) {
	.path-frontpage #block-twitterfeed, .path-frontpage #block-openevening {
		display: block;
		max-width: 100%;
		width: 90%;
		text-align: left;
	}
	.path-frontpage #block-openevening .et_pb_row {
		max-width: 100% !important;
		width: 100%;
	}
	.path-frontpage #block-openevening .et_pb_row p {
		text-align: left !important;
	}
}
	
/** SEARCH FORM **/
.path-search #search-form input[type=search] {
	padding: 5px;
	border: 1px solid #2a383a;
	width: 78%;
	border-radius: 0;
	background: white;
}
.weston-search input[type=submit], .path-search #search-form input[type=submit] {
	padding: 5px;
	border: 1px solid #2a383a;
	width: 18%;
	border-radius: 0;
	background: white;
	margin: 0;
}
.weston-search input[type=submit]:hover, .path-search #search-form input[type=submit]:hover,
.weston-search input[type=submit]:focus, .path-search #search-form input[type=submit]:focus {
	background: #0261A1;
	color: white;
}
.path-search #search-form label {
	display: none;
}

/** SEARCH RESULTS **/
.path-search .item-list, .path-search #search-form, .path-search h2 {
	max-width: 1200px;
	margin: 0 auto;
}
.path-search #search-form {
	margin-top: 30px;
}
.path-search .item-list ol li {
	list-style: none;
	display: inline-block;
	box-sizing: border-box;
	width: 31%;
	padding: 10px;
	vertical-align: top;
}

.path-search .item-list ol li .search-info {
	display: none;
}

@media screen and (max-width: 1100px) {
	.weston-search {
		width: 100%;
	}
	.path-search .item-list ol li {
		width: 100%;
	}
}

.region-highlighted .messages{
	padding-top: 12em;
}

.block-weston-section .et_pb_section, .block-weston-misc-homepage-news {
    padding: 80px 0;
}

/**
 * accolades holder
 */
.block-weston-misc-accolades {
	background: white;
	padding: 0 0 40px 0;
}
.accolades-outer {
	padding: 40px 0;
	position: relative;
	height: 51px;
	display: flex;
}
.accolades-outer > div {
}
.accolades-arrow-left {
	float: left;
}
.accolades-arrow-right {
	float: right;
}
.accolades-arrow {
	z-index: 2;
	cursor: pointer;
	width: 77px;
}
.accolades-holder {
	overflow: hidden;
	z-index: 1;
	/*margin: 0 77px;*/
	position: relative;
	height: 51px;
	box-sizing: border-box;
	width: 100%;
}
.accolades-slider {
	position: absolute;
	height: 51px;
	width: 3000px;
	transition: left .5s;
}
.accolades-holder img {
	height: 51px;
	margin-right: 40px;
}


.region-section-second .block-webform,
.region-section-third .block-webform,
.region-section-fourth .block-webform {
	max-width: 1200px;
	padding: 80px 0;
	margin: 0 auto;
	
}
.region-section-second .block-webform h2, 
.region-section-third .block-webform h2, 
.region-section-fourth .block-webform h2 {
	color: #333;
	font-size: 22px;
}

.region-contact-form h2 {
	color: white !important;
	font-size: 22px;
	text-align: center;
}

.homepage-news-view-all {
	text-align: right;
	padding-top: 0;
}
.homepage-news-view-all a {
	border-color: #0e65b6;
	color: #0e65b6;
}
	
.european-social-fund-logo-sticky {
    position: fixed;
    right: 0;
    /*top: 230px;  163px*/
    
    background: #137bc8;
    z-index: 11000;
    display: flex;
    flex-direction: column;
}
.european-social-fund-logo-sticky a {
    display: block;
    padding: 1em;
}
.european-social-fund-logo-sticky img {
    width: auto;
    height: 100px;
}

@media screen and (max-width: 1300px) {
	.european-social-fund-logo-sticky {
		position: absolute;
	}
}
@media screen and (max-width: 980px) {
	.european-social-fund-logo-sticky {
		position: relative;
		width: 100%;
		text-align: center;
		top: 0;
	}
}
.category-tid-10 .content-colour-wash, .category-tid-8 .region-section-first-alt .content-colour-wash {
	padding-top: 60px !important;
	padding-bottom: 60px !important;
}

.category-tid-8 .region-section-first {
	padding-top: 0;
	padding-bottom: 0;
}

.category-tid-10 .content-colour-wash h1, .category-tid-8 .region-section-first-alt .content-colour-wash h1 {
	font-size: 3.5em;
	color: white !important;
}
/* hide media header on OLD adult landing page 
.node-id-4728 .weston-rich-media-header {
	display: none !important;
}
* */



/* 16-18 course finder */
.course-finder-injected {
	background: #E8E8E8;
	padding: 20px 0 80px 0;
}	
.category-tid-8 .course-finder-injected .et_pb_row:nth-child(1), .category-tid-8 .course-finder-injected .et_pb_row:nth-child(3) .et_pb_column:first-child {
	display: none;
}
.course-finder-injected .et_pb_column_1_2 {
	width: 100%;
	margin: 0;
}
.category-tid-10 .course-finder-injected .et_pb_column_4 {
	width: 48.9%;
	margin: 30px 2% 0 0;
}
.category-tid-10 .course-finder-injected .et_pb_column {
	margin-top: 30px;
}
.course-finder-injected .et_pb_text {
	margin-bottom: 12px !important;
}
.course-finder-injected h3 {
	color: #0e65b6 !important;
}
.category-tid-10 .course-finder-injected h1 { 
	text-align: left;
}
.category-tid-10 .course-finder-injected h3 {
	font-size: 16px;
}
.course-finder-injected input {
	color: #0e65b6 !important;
	border-color: #0e65b6 !important;
	border-width: 1px !important;
	border-radius: 0;
}
.course-finder-injected input::placeholder {
	color: #148EFF !important;
}

@media screen and (min-aspect-ratio: 1/1) {
	.page-node-type-category-homepage .category-tid-8 .weston-rich-media-header .field__items,
	.page-node-type-subject-homepage .category-tid-8 .weston-rich-media-header .field__items,
	.page-node-type-course .weston-rich-media-header .field__items {
		height: 400px !important;
		/*height: 525px !important;*/
	}
}

.page-node-type-category-homepage .category-tid-8 .weston-rich-media-header .weston-rich-media-header-text,
.page-node-type-subject-homepage .category-tid-8 .weston-rich-media-header .weston-rich-media-header-text {
	top: -100%;
	max-width: 100vw;
	text-align: left;
	margin: 0 auto;
	left: -1vw;
	width: 100vw;
	height: 400px;
	background-color: rgba(39, 62, 75, 0.60);
}

.page-node-type-category-homepage .category-tid-8 .weston-rich-media-header h2 ,
.page-node-type-subject-homepage .category-tid-8 .weston-rich-media-header h2 {
	text-align: left;
	/*background: rgba(0, 0, 0, .25);*/
	width: 1184px;
	font-weight: bold;
	font-size: 44px;
	padding: 100px 592px 10px 0;
	line-height: 1.1em;
	text-shadow: none;
	margin: 0 auto;
}

/**/


.page-node-type-category-homepage .category-tid-8 .weston-rich-media-header h2 ,
.page-node-type-subject-homepage .category-tid-8 .weston-rich-media-header h2 {
	text-align: left;
	/*background: rgba(0, 0, 0, .25);*/
	font-weight: bold;
	line-height: 1.1em;
	text-shadow: none;
	/*margin: 0 auto;*/
	background-color: black !important;
}
.page-node-type-category-homepage .category-tid-8 .weston-rich-media-header h2 ,
.page-node-type-subject-homepage .category-tid-8 .weston-rich-media-header h2 {
	text-align: left;
	/*background: rgba(0, 0, 0, .25);*/
	text-shadow: none;
	/*margin: 0 auto;*/
	background-color: black !important;
}

/**/


	




.page-node-type-category-homepage .category-tid-8 .weston-rich-media-header p,
.page-node-type-subject-homepage .category-tid-8 .weston-rich-media-header p {
	text-align: left;
	width: 1184px;
	/*background: rgba(0, 0, 0, .25);*/
	font-weight: normal;
	font-size: 28px;
	color: white;
	line-height: 1.1em;
	padding: 0 592px 10px 0;
	margin: 0 auto;
}

@media screen and (max-width: 1200px) {
	.page-node-type-category-homepage .category-tid-8 .weston-rich-media-header h2,
	.page-node-type-subject-homepage .category-tid-8 .weston-rich-media-header h2 {
		padding: 100px 10px 10px 10px;
		width: 100%;
	}
	.page-node-type-category-homepage .category-tid-8 .weston-rich-media-header p,
	.page-node-type-subject-homepage .category-tid-8 .weston-rich-media-header p {
		width: 100%;
		padding: 10px;
	}
}
@media screen and (max-width: 610px) {
	.page-node-type-category-homepage .category-tid-8 .weston-rich-media-header h2,
	.page-node-type-subject-homepage .category-tid-8 .weston-rich-media-header h2 {
		display: none;
		
	}
	
	.page-node-type-category-homepage .category-tid-8 .weston-rich-media-header p,
	.page-node-type-subject-homepage .category-tid-8 .weston-rich-media-header p {
		padding: 100px 10px 10px 10px;
	}
}

.page-node-type-category-homepage .category-tid-8 .block-system-main-block center > h1,
.page-node-type-subject-homepage .category-tid-8 .block-system-main-block center > h1 {
	display: none;
}

.page-node-type-course .weston-rich-media-header-text {
	display: none;
}
.course-finder-courses-filter-holder {
  display: flex;
  margin-bottom: 20px;
}
.course-finder-courses-filter {
  padding: 0;
}
select.course-finder-courses-filter {
	padding: 8px;
	border: 1px solid black;
	display: inline-block;
	margin-left: 20px;
}
.course-finder-courses-filter li {
  display: inline-block;
  list-style: none;
  color: white;
  background-color: #137bc8;
  padding: 8px;
  margin: 5px 0;
  cursor: pointer;
}
.course-finder-courses-filter li.active {
  background-color: rgb(26, 45, 116);
}
.course-finder-courses-filter-holder .select {
  background-color: white;
  color: black;
  padding-top: 7px;
}

.course-finder-subject-block {
	width: 23%;
	display: inline-block;
	margin-right: 1em;
	margin-bottom: 1em;
	background-color: #273e4b;
	height: 140px;
	padding: 0;
	vertical-align: top;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.course-finder-subject-block:nth-of-type(4n), .course-finder-subjects-show-all {
	margin-right: 0;
}

.course-finder-subject-block a {
	display: flex;
	width: 100%;
	height: 100%;
	background: rgba(42, 55, 57, 0.63);
	align-items: center;
}
.course-finder-subject-block a:hover, .course-finder-subject-block a:focus {
	background: rgba(0, 0, 0, 0.5);
}


.course-finder-subject-block a h3 {
	text-transform: uppercase;
	color: white;
	font-weight: bold;
	display: block;
	text-align: center;
	width: 100%;
	padding: 0;
	margin: 0;
}

.course-finder-courses .course-finder-subject-block a {
	display: block;
	position: relative;
}

.course-finder-courses .course-finder-subject-block a h3 {
	text-align: left;
	display: block;
	height: 3em;
	padding: .75em;
	text-transform: none;
	font-size: 17px;
	line-height: 115%;
}

.course-finder-courses .course-finder-subject-block a div {
	position: absolute;
	bottom: .75em;
	left: .75em;
	color: white;
}

@media screen and (max-width: 1075px) {
	.course-finder-subject-block {
		width: 48%;
		margin-right: 1em;
	}
	.course-finder-subject-block:nth-child(2n) {
		margin-right: 0;
	}
}	
@media screen and (max-width: 720px) {
	.course-finder-subject-block {
		width: 100%;
	}

}
/* EMSI Occupations */

.emsi-occupation {
	margin: .5em;
	background-color:  #0856a0;
	width: 31%;
	display: inline-block;
	height: 400px;
	position: relative;
	vertical-align: top;
}
@media screen and (max-width: 1358px) {
	.emsi-occupation {
		height: 400px;
	}
}
@media screen and (max-width: 1100px) {
	.emsi-occupation {
		width: 100%;
	}
}
.et_pb_section .emsi-occupation h4 {
    margin: 0;
    float: none;
    padding: 10px;
    height: 100px;
    display: table-cell;
    vertical-align: middle;
    color: white !important;
}

.emsi-occupation p.emsi-description {
	display: none;
}
.emsi-occupation .emsi-info {
	position: absolute;
	padding: 10px 0 20px 10px;
	bottom: 0;
	left: 0;
	color: white;
}
.emsi-occupation .emsi-image-holder {
	background-size: cover;
	background-position: center center;
	height: 240px;
}
.emsi-occupation .emsi-image-holder div {
	width: 100%;
	height: 100%;
	background: rgba(8, 68, 160, 0.2);
}

.emsi-occupations-show {
	background-color:  #0856a0;
	display: block;
	padding: 10px;
	text-align: center;
	color: white;
	font-size: 18px; 
	font-weight: bold;
	width: 50%;
	margin: 30px auto;	
}


/*KP CODE FOR OPEN EVENT BLOCKS*/ 
  
div#block-sausagesblock { 
background-color: rgba(42, 55, 57, 0.25);
} 
div#block-sausagesblock .kp-block-row{ 
width:100%; 
} 
  
div#block-sausagesblock .kp-block-col-1{ 
float:none; 
padding:30px; 
width: 50%; 
display: table-cell; 
align-items: center; 
vertical-align: middle; 
} 
  
div#block-sausagesblock .kp-block-col-2{ 
float:none; 
padding:30px; 
width: 50%; 
display: table-cell; 
align-items: center; 
vertical-align: middle; 
  
} 
  
  
div#block-sausagesblock .kp-block-col-text{ 
font-family: 'Hco Gotham', Helvetica, Arial, Lucida, sans-serif; 
font-weight: 900; 
color: #0e65b6 !important; 
line-height: 49px !important; 
font-size:42px; 
font-weight:900; 
} 
  
div#block-sausagesblock .kp-block-col-btn{ 
    font-family: 'Hco Gotham', Helvetica, Arial, Lucida, sans-serif; 
    font-weight: 900; 
    padding:10px 10px; 
    text-transform:uppercase; 
    background-color: #0e65b6 !important; 
    color:white !important; 
    line-height:30px; 
    font-size:25px; 
    width:80%; 
    text-align:center; 
    margin-left: 140px; 
    float: right;   
} 
div#block-sausagesblock .kp-block-col-btn:hover, div#block-sausagesblock .kp-block-col-btn:focus {
    background-color: #2784da !important;
}
  
/*KP CODE FOR CONTACT BLOCKS*/ 
  
  
div#block-gotaquestionblock,
div#block-gotaquestionblock_2,
div#block-gotaquestiontsapprenticeships,
div#block-gotaquestion3,
div#block-gotaquestion4,
div#block-gotaquestion5,
div#block-gotaquestion6,
div#block-gotaquestion7 {
    background-color: #0e65b6;
}
  
div#block-gotaquestionblock .kp-block-row,
div#block-gotaquestionblock_2 .kp-block-row,
div#block-gotaquestiontsapprenticeships .kp-block-row,
div#block-gotaquestion3 .kp-block-row,
div#block-gotaquestion4 .kp-block-row,
div#block-gotaquestion5 .kp-block-row,
div#block-gotaquestion6 .kp-block-row,
div#block-gotaquestion7 .kp-block-row {
width:100%;
}
  
div#block-gotaquestionblock .kp-block-col-1,
div#block-gotaquestionblock_2 .kp-block-col-1,
div#block-gotaquestiontsapprenticeships .kp-block-col-1,
div#block-gotaquestion3 .kp-block-col-1,
div#block-gotaquestion4 .kp-block-col-1,
div#block-gotaquestion5 .kp-block-col-1,
div#block-gotaquestion6 .kp-block-col-1,
div#block-gotaquestion7 .kp-block-col-1 {
float:none;
padding:30px;
  width: 45%;
align-items: center;
display: table-cell;
vertical-align: middle;
}
 
div#block-gotaquestionblock .kp-block-col-2,
div#block-gotaquestionblock_2 .kp-block-col-2,
div#block-gotaquestiontsapprenticeships .kp-block-col-2,
div#block-gotaquestion3 .kp-block-col-2,
div#block-gotaquestion4 .kp-block-col-2,
div#block-gotaquestion5 .kp-block-col-2,
div#block-gotaquestion6 .kp-block-col-2,
div#block-gotaquestion7 .kp-block-col-2 {
float:none;
padding:30px 30px 0px 60px;
align-items: center;
width: 55%;
display: table-cell;
vertical-align: middle;
}
  
div#block-gotaquestionblock .kp-block-col-sub-text,
div#block-gotaquestionblock_2 .kp-block-col-sub-text,
div#block-gotaquestiontsapprenticeships .kp-block-col-sub-text,
div#block-gotaquestion3 .kp-block-col-sub-text,
div#block-gotaquestion4 .kp-block-col-sub-text,
div#block-gotaquestion5 .kp-block-col-sub-text,
div#block-gotaquestion6 .kp-block-col-sub-text,
div#block-gotaquestion7 .kp-block-col-sub-text {
    color:white !important;font-family: 'Hco Gotham', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 900;
    color: white;
    line-height: 38px;
    font-size: 33px;
    font-weight: 400;
}
  
  
div#block-gotaquestionblock .kp-block-col-text,
div#block-gotaquestionblock_2 .kp-block-col-text,
div#block-gotaquestiontsapprenticeships .kp-block-col-text,
div#block-gotaquestion3 .kp-block-col-text,
div#block-gotaquestion4 .kp-block-col-text,
div#block-gotaquestion5 .kp-block-col-text,
div#block-gotaquestion6 .kp-block-col-text,
div#block-gotaquestion7 .kp-block-col-text {
font-family: 'Hco Gotham', Helvetica, Arial, Lucida, sans-serif;
font-weight: 900;
color: white;
line-height: 49px;
font-size:44px;
font-weight:900;
padding-bottom:10px;
}
  
div#block-gotaquestionblock .kp-block-col-btn,
div#block-gotaquestionblock_2 .kp-block-col-btn,
div#block-gotaquestiontsapprenticeships .kp-block-col-btn,
div#block-gotaquestion3 .kp-block-col-btn,
div#block-gotaquestion4 .kp-block-col-btn,
div#block-gotaquestion5 .kp-block-col-btn,
div#block-gotaquestion6 .kp-block-col-btn,
div#block-gotaquestion7 .kp-block-col-btn {
    font-family: 'Hco Gotham', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 900;
    padding:10px 80px;
    text-transform:uppercase;
    background-color: rgba(49, 144, 232, 0.72) !important ;
    margin-bottom:30px;
    color:white !important;
    line-height:30px;
    font-size:25px;
    margin-left: 140px;
    float: right;
    width:100%;
    text-align:center;
}
 
div#block-gotaquestionblock .kp-block-col-btn:hover,
div#block-gotaquestionblock_2 .kp-block-col-btn:hover,
div#block-gotaquestiontsapprenticeships .kp-block-col-btn:hover,
div#block-gotaquestion3 .kp-block-col-btn:hover,
div#block-gotaquestion4 .kp-block-col-btn:hover,
div#block-gotaquestion5 .kp-block-col-btn:hover,
div#block-gotaquestion6 .kp-block-col-btn:hover,
div#block-gotaquestion7 .kp-block-col-btn:hover,
div#block-gotaquestionblock .kp-block-col-btn:focus,
div#block-gotaquestionblock_2 .kp-block-col-btn:focus,
div#block-gotaquestiontsapprenticeships .kp-block-col-btn:focus,
div#block-gotaquestion3 .kp-block-col-btn:focus,
div#block-gotaquestion4 .kp-block-col-btn:focus,
div#block-gotaquestion5 .kp-block-col-btn:focus,
div#block-gotaquestion6 .kp-block-col-btn:focus,
div#block-gotaquestion7 .kp-block-col-btn:focus {
    background-color: #3190e8 !important;
}
 
 
/*MOBILE CODE*/
  
@media all and (max-width: 980px) {
  
	div#block-gotaquestionblock .kp-block-col-btn,
	div#block-gotaquestionblock_2 .kp-block-col-btn,
	div#block-gotaquestiontsapprenticeships .kp-block-col-btn,
	div#block-gotaquestion3 .kp-block-col-btn,
	div#block-gotaquestion4 .kp-block-col-btn,
	div#block-gotaquestion5 .kp-block-col-btn,
	div#block-gotaquestion6 .kp-block-col-btn,
	div#block-gotaquestion7 .kp-block-col-btn {
							width:100%;
							text-align:center; 
							padding:10px;
							  margin-bottom:30px;
			}
					  
	div#block-gotaquestionblock .kp-block-col-text,
	div#block-gotaquestionblock_2 .kp-block-col-text,
	div#block-gotaquestiontsapprenticeships .kp-block-col-text,
	div#block-gotaquestion3 .kp-block-col-text,
	div#block-gotaquestion4 .kp-block-col-text,
	div#block-gotaquestion5 .kp-block-col-text,
	div#block-gotaquestion6 .kp-block-col-text,
	div#block-gotaquestion7 .kp-block-col-text {
									font-size:35px;
									line-height:40px !important;
					  
					}
					  
	div#block-gotaquestionblock p.kp-block-col-sub-text,
	div#block-gotaquestionblock_2 p.kp-block-col-sub-text,
	div#block-gotaquestiontsapprenticeships p.kp-block-col-sub-text,
	div#block-gotaquestion3 p.kp-block-col-sub-text,
	div#block-gotaquestion4 p.kp-block-col-sub-text,
	div#block-gotaquestion5 p.kp-block-col-sub-text,
	div#block-gotaquestion6 p.kp-block-col-sub-text,
	div#block-gotaquestion7 p.kp-block-col-sub-text {
									 font-size:27px;
									 line-height:29px;
					}
					  
	div#block-gotaquestionblock .kp-block-col-1, div#block-gotaquestionblock .kp-block-col-2,
	div#block-gotaquestionblock_2 .kp-block-col-1, div#block-gotaquestionblock_2 .kp-block-col-2,
	div#block-gotaquestiontsapprenticeships .kp-block-col-1, div#block-gotaquestiontsapprenticeships .kp-block-col-2,
	div#block-sausagesblock .kp-block-col-1, div#block-sausagesblock .kp-block-col-2
	div#block-gotaquestion3 .kp-block-col-1, div#block-gotaquestion3 .kp-block-col-2,
	div#block-gotaquestion4 .kp-block-col-1, div#block-gotaquestion4 .kp-block-col-2,
	div#block-gotaquestion5 .kp-block-col-1, div#block-gotaquestion5 .kp-block-col-2,
	div#block-gotaquestion6 .kp-block-col-1, div#block-gotaquestion6 .kp-block-col-2,
	div#block-gotaquestion7 .kp-block-col-1, div#block-gotaquestion7 .kp-block-col-2 {
									 width: 100%;
									 display: block;
									 padding:20px 0px 10px;
									 height:auto;
					}
 
 
	/*change to spacing between content and image*/
	div#block-westonstudentprofiles .et_pb_testimonial.et_pb_testimonial_0.et_pb_testimonial_no_image.et_pb_module.et_pb_bg_layout_light.et_pb_text_align_left.et_pb_testimonial_old_layout.clearfix{
					min-height:auto;
					margin-bottom: auto;
	}
}
 
 

/*KP CODE FOR WHAT OUR STUDENT SAY SECTION*/
 
/*Removes subtitle*/
 
div#block-westonstudentprofiles .et_pb_text_inner h3{
display:none;
}
 
/*Removes padding below title What our student say*/
 
div#block-westonstudentprofiles .et_pb_text_inner h1{
padding:0px !important;
}
 
/*Removes padding for the section and resizing the container to 1000px width */
 
div#block-westonstudentprofiles .et_pb_row{
padding-bottom: 0px;
max-width:1000px;
}
 
/*adds padding below the image and content */
 
div#block-westonstudentprofiles .et_pb_column.et_pb_column_2_3, div#block-westonstudentprofiles .et_pb_column.et_pb_column_1_3 {
margin-bottom: 60px;
}
 
 
/*Sets minimum height of the grey content box */
 
div#block-westonstudentprofiles .et_pb_testimonial.et_pb_testimonial_0.et_pb_testimonial_no_image.et_pb_module.et_pb_bg_layout_light.et_pb_text_align_left.et_pb_testimonial_old_layout.clearfix{
min-height:337.34px;
}
 
/* change the name header sizing */
 
div#block-westonstudentprofiles  h3{
    font-size: 23px !important;
    padding-bottom: 15px;
    text-align: left !important;
}
 
/* Change the quote header sizing */
 
div#block-westonstudentprofiles h5{
    font-size: 18px !important;
    color: #666 !important;
    font-weight: 700 !important;
}
 
  
 
/*MOBILE CODE*/ 
  
@media all and (max-width: 980px){ 
  
	div#block-gotaquestionblock .kp-block-col-btn, div#block-sausagesblock .kp-block-col-btn{ 
		width:100%; 
		text-align:center;  
		padding:10px; 
		  margin-bottom:30px; 
	} 
	  
	div#block-gotaquestionblock .kp-block-col-text, div#block-sausagesblock .kp-block-col-text{ 
		font-size:35px; 
		line-height:40px !important; 
	  
	} 
	  
	div#block-gotaquestionblock p.kp-block-col-sub-text{ 
		 font-size:27px; 
		 line-height:29px; 
	} 
	  
	div#block-gotaquestionblock .kp-block-col-1, div#block-gotaquestionblock .kp-block-col-2, div#block-sausagesblock .kp-block-col-1, div#block-sausagesblock .kp-block-col-2{ 
		 width: 100%; 
		 display: block; 
		 padding:20px 0px 10px; 
		 height:auto; 
	} 
	/*change to spacing between content and image*/
 
	div#block-westonstudentprofiles .et_pb_testimonial.et_pb_testimonial_0.et_pb_testimonial_no_image.et_pb_module.et_pb_bg_layout_light.et_pb_text_align_left.et_pb_testimonial_old_layout.clearfix{
		min-height:auto;
		margin-bottom: auto;
	}
}

/*KP CODE FOR CONSTRUCTION TRAINING CENTRE AD BLOCK*/
  
div#block-constructiontrainingcentread {
background-color: rgb(0,103,153);
}
div#block-constructiontrainingcentread .kp-block-row{
width:100%;
}
  
div#block-constructiontrainingcentread .kp-block-col-1{
float:none;
padding:30px;
width: 50%;
display: table-cell;
align-items: center;
vertical-align: middle;
}
  
div#block-constructiontrainingcentread .kp-block-col-2{
float:none;
padding:30px;
width: 50%;
display: table-cell;
align-items: center;
vertical-align: middle;  
}
  
  
div#block-constructiontrainingcentread .kp-block-col-text{
font-family: 'Hco Gotham', Helvetica, Arial, Lucida, sans-serif;
font-weight: 900;
color: #fff !important;
line-height: 49px !important;
font-size:40px;
font-weight:900;
}
  
div#block-constructiontrainingcentread .kp-block-col-btn{
    font-family: 'Hco Gotham', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 900;
    padding:10px 10px;
    text-transform:uppercase;
    background-color:  #fff !important;
    color:#0e65b6  !important;
    line-height:30px;
    font-size:25px;
    width:80%;
    text-align:center;
    margin-left: 140px;
    float: right;  
}
div#block-constructiontrainingcentread .kp-block-col-btn:hover,
div#block-constructiontrainingcentread .kp-block-col-btn:focus {
    background-color: #ffffffc7 !important;
}
 

details.captcha {
	border: 0;
	margin-top: 1em;
	margin-bottom: 1em;
}

details.captcha .details-wrapper {
	padding: 0;
}

details.captcha .details-description {
	padding-top: 1em;
	padding-bottom: 1em;
}

.occupation-page-holder h3 {
	margin-top: 1em;
}
/*
.occupation-page-holder .occupation-info-holder {
	display: flex;
	vertical-align: top;
}
.occupation-page-holder .occupation-1_3-info {
	width: 31%;
	margin: 0 2% 0 0;
	vertical-align: top;
	padding: 20px;
	color: white;
	background: #1D7DC4;
	height:385px;
	box-sizing: border-box;
	display: inline-block;
}*/

.occupation-page-holder .occupation-1_3-info img {
	height: 70px;
	margin: 0 auto 20px auto;
	display: block;
    object-position: left;
}

/*@media screen and (max-width: 1279px) {*/
	.occupation-page-holder .occupation-1_3-info {
		width: 100%;
		height: auto;
		margin: 0 0 30px 0;
		vertical-align: top;
		padding: 40px;
		color: white;
		background: #1D7DC4;
		box-sizing: border-box;
		
		display: block;
	}
	/*.occupation-page-holder .occupation-1_3-info img {
		vertical-align: middle;
		width: 86px; 
		margin-right: 1em;
	}	
	.occupation-page-holder .occupation-1_3-info .occupation-info-content {
		flex: 1;
	}*/
	
/*}*/

.occupation-page-holder .video-embed-field-responsive-video img {
    width: 1200px;
    /*left: -20px;*/
    object-fit: cover;
    background-repeat: no-repeat;
    position: relative;
}
 
 
.swipe-menu-modal {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 80%;
	height: 80%;
	max-width: 800px; /* Adjust maximum width as needed */
	max-height: 600px; /* Adjust maximum height as needed */
	background-color: white; /* Adjust opacity as needed */
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 9999; /* Adjust as needed */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* horizontal offset, vertical offset, blur radius, spread radius, color */
}
.overlay-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2); /* Semi-transparent black */
  display: none;
  z-index: 9998; /* Adjust z-index to be below the modal */
}
.swipe-menu-modal .field-content {
	height: 90%;
	margin: auto;
	width: 90%;
}
.close-swipe-menu-modal {
    position: absolute;
    top: 10px;
    background: none;
    right: 10px;
    border: none;
    font-size: 1.5rem;
}

.occupation-page-holder .occupation-1_3-info h2 {
	font-size: 150%;
	font-weight: bold;
	color: white !important;
}
.occupation-page-holder .occupation-ext-link {
	display: block;
	padding: 10px;
	color: white;
	background: #1D7DC4;
	margin-bottom: .5em;
}
.occupation-page-holder .occupation-inline-link {
	display: inline-block;
	padding: 10px;
	color: white;
	/*background: #1D7DC4;*/
	text-align: center;
	margin-bottom: .5em;
	width: 100%;
	font-size: 1.5rem !important;
}
@media only screen and (max-width: 1000px) {
	.similar-careers-1 {
		padding-bottom: 10px;
	}
}
.occupation-page-holder .emsi-chart-info {
	height: 120px;
}
.et_pb_row.occupation-chart-holder { 
	padding: 0px;
 }

.adult-course-finder header {
	margin: 0 0 30px 35%;
}
.adult-course-finder header label {
	font-weight: bold;
	color: #0C65B7;
	display: inline-block;
	margin-right: 2em;
}


.adult-course-finder form {
	float: left;
	width: 31%;
	background: #CBEBF8;
	box-sizing: border-box;
	padding: 1.5em;
	position: relative;
	top: -63px;
}

.adult-course-finder form label {
	color: #0C65B7;
	font-weight: normal !important;
}
.adult-course-finder form select {
	width: 100%;
}

.adult-course-finder .form-item-course-level, .adult-course-finder .form-item-course-level-min, .adult-course-finder .form-item-course-level-max, .adult-course-finder .form-item-title {
	display: none !important;
}

.adult-course-finder form details {
	display: none;
}
.adult-course-finder form::before {
	content: "Narrow down your search...";
	color: #0C65B7;
	font-weight: bold;
	font-size: 120%;
	margin-bottom: .5em;
	display: block;
}
	
.adult-course-finder form .form-item {
	display: block;
	margin-top: 0;
	float: none;
}

.adult-course-finder form .form-submit {
	float: none;
	background: #0C65B7;
	color: white;
	padding: 14px 20px;
	font-size: 100%;
	text-transform: uppercase;
	border: 0;
	margin: 10px 1em 0 0;
}
.adult-course-finder form .form-submit:first-child {
	display: none;
}

.adult-course-finder .views-row {
	margin-left: 35%;
	margin-bottom: 15px;
	background: #DDDDDD;
	box-sizing: border-box;
	padding: 2em;
}

.adult-course-finder .is-page-1.views-row {
	background: #0C65B7;
}


.adult-course-finder .views-row .views-field-field-course-level,
.adult-course-finder .views-row .views-field-field-course-level-1,
.adult-course-finder .views-row .views-field-field-course-level-2,
 .adult-course-finder .views-row .views-field-view-node, 
 .adult-course-finder .views-row .views-field-nothing-1,
 .adult-course-finder header a {
	display: inline-block;
	padding: 2px 5px;
	text-transform: uppercase;
	color: white;
	font-weight: bold;
	background: #0B64B6;
	margin-right: .5em;
}

.adult-course-finder .views-row .views-field-view-node-2 {
	display: none;
}
.adult-course-finder .is-page-1.views-row .views-field-view-node-2 {
	display: inline-block;
	padding: 2px 5px;
	text-transform: uppercase;
	color: #0C65B7;
	font-weight: bold;
	background: white;
	margin-right: .5em;
}
.adult-course-finder .is-page-1.views-row .views-field-view-node-2 a {
	color: #0C65B7;
}
.adult-course-finder .is-page-1.views-row .views-field-field-course-level,
.adult-course-finder .is-page-1.views-row .views-field-field-course-level-1,
.adult-course-finder .is-page-1.views-row .views-field-field-course-level-2,
 .adult-course-finder .is-page-1.views-row .views-field-view-node, 
 .adult-course-finder .is-page-1.views-row .views-field-nothing-1 {
 	display: none;
 }

.adult-course-finder .views-row .views-field-body h4 {
	display: none;
}
.adult-course-finder .views-row .views-field-view-node a, .adult-course-finder .views-row .views-field-nothing-1 a {
	color: white;
}

.adult-course-finder header a {
	border: 1px solid white;
}
.adult-course-finder header a.active {
	border: 1px solid black;
}

.adult-course-finder .views-row .views-field-field-course-level.course-level-0, .adult-course-finder .views-row .views-field-field-course-level-1.course-level-0, .adult-course-finder header a:nth-child(2) {
	background: #268E87 /*#A441BF*/;
}
.adult-course-finder .views-row .views-field-field-course-level.course-level-1, .adult-course-finder .views-row .views-field-field-course-level-1.course-level-1, .adult-course-finder header a:nth-child(3) {
	background: #268E87;
}
.adult-course-finder .views-row .views-field-field-course-level.course-level-2, .adult-course-finder .views-row .views-field-field-course-level-1.course-level-2, .adult-course-finder header a:nth-child(4) {
	background: #91bf25;
}
.adult-course-finder .views-row .views-field-field-course-level.course-level-3, 
.adult-course-finder .views-row .views-field-field-course-level-1.course-level-3, 
.adult-course-finder header a:nth-child(5){
	background: #F65800;
}
.adult-course-finder .views-row .views-field-field-course-level.course-level-4, 
.adult-course-finder .views-row .views-field-field-course-level-1.course-level-4, 
.adult-course-finder header a:nth-child(6){
	background: #dc171a;
}


.adult-course-finder .views-row .views-field-field-categories a {
	display: inline-block;
	padding: 2px 5px;
	text-transform: uppercase;
	color: white;
	font-weight: bold;
	background: #555555;
}

.adult-course-finder .views-row .views-field-title a,
.adult-course-finder .views-row .views-field-title-1 a {
	text-transform: uppercase;
	font-weight: bold;
	color: #0C65B7;
	font-size: 120%;
}
.adult-course-finder .is-page-1.views-row .views-field-title a,
.adult-course-finder .is-page-1.views-row .views-field-title-1 a {
	color: white;
}

.adult-course-finder .views-row .views-field-body p {
	color: #0C65B7;
}

.adult-course-finder .is-page-1.views-row .views-field-body, 
.adult-course-finder .is-page-1.views-row .views-field-body p {
	color: white;
}

.adult-course-finder .views-row .views-field-body {
	margin-top: 1em;
	margin-bottom: 1.5em;
}

.adult-course-finder .views-row .views-field-field-categories .adult-course-finder-10 {
	display: none;
}


.adult-course-finder .views-row .views-field-field-categories .adult-course-finder-90 {
	background: #A441BF;
}
.adult-course-finder .views-row .views-field-field-categories .adult-course-finder-91 {
	background: #268E87;
}
.adult-course-finder .views-row .views-field-field-categories .adult-course-finder-92 {
	background: #F75900;
}
.adult-course-finder .views-row .views-field-field-categories .adult-course-finder-93 {
	background: #9FC32F;
}

.adult-selector-container {
	position: relative;
	display: inline-block;
	width: 125px;
	height: 150px;
	vertical-align: top;
	text-align: left;
	margin: 0 10px;
}	

.adult-selector-container a {
	display: flex;
	width: 125px;
	height: 150px;
	align-items: center;
}
.adult-selector-container a img {
	width: 130px;
	display: inline-block;
	margin: 9px;
}

.adult-selector-container svg {
	position: absolute;
	width: 125px;
	height: 150px;
}
.adult-selector-container a span {
	z-index: 1;
	padding: 0 10px 20px 10px;
	width: 125px;
	display: block;
	text-align: center;
	text-transform: uppercase;
}

.block-course-finder-adult-selector {
	background: #EDEDED;
}

.block-course-finder-adult-selector .et_pb_row {
	text-align: center;
}
.adult-selector-container svg polyline {
	stroke: #555555;
	fill: none;
}

.adult-selector-container:hover svg polyline,
.adult-selector-container:focus svg polyline {
	fill: #dddddd;
}

.adult-selector-container-90 * {
	stroke: #A441BF !important;
	color: #A441BF !important;
}
.adult-selector-container-91 * {
	stroke: #268E87 !important;
	color: #268E87 !important;
}
.adult-selector-container-92 * {
	stroke: #F75900 !important;
	color: #F75900 !important;
}
.adult-selector-container-93 * {
	stroke: #9FC32F !important;
	color: #9FC32F !important;
}
.adult-selector-container-94 * {
	stroke: #DB1816 !important;
	color: #DB1816 !important;
}
.adult-selector-container-95 * {
	stroke: #8F4791 !important;
	color: #8F4791 !important;
}

/** new adult course finder responsive optimisations **/
@media screen and (max-width: 1332px) {
	.adult-course-finder header {
		margin-left: 0;
		text-align: center
	}
	.adult-course-finder form {
		top: 0;
	}
}
@media screen and (max-width: 864px) {
	.adult-course-finder header * {
		display: block !important;
	}
}
@media screen and (max-width: 972px) {
	.adult-course-finder .views-row .views-field-field-course-level {
		display: block !important;
		margin-bottom: 5px;
	}
	.adult-course-finder .views-row .views-field-view-node, .adult-course-finder .views-row .views-field-nothing-1 {
		width: 47%;
	}
	.adult-course-finder .views-row .views-field-view-node {
		margin-right: 3.7%;
	}
	.adult-course-finder form {
		float: none;
		width: 100%;
		margin-bottom: 20px;
	}
	.adult-course-finder .views-row {
		margin-left: 0;
	}
}

a.navigation-anchor {
	border: 0;
	padding: 0;
	display: inline;
	margin: 0;	
}
a.navigation-anchor:hover,
a.navigation-anchor:focus {
	background: transparent;
}
a.navigation-anchor:after {
	content: '' !important;
}


/**
 * nav block responsiveness optimisations by KP
 */
/*Small Mobile*/
@media screen and (min-width: 0px) and (max-width: 720px){
.image-navigation-block-2x2 .image-navigation-blocks > div, .image-navigation-block-triple .image-navigation-blocks > div, .image-navigation-block-4col .image-navigation-blocks > div, .image-navigation-block-2col .image-navigation-blocks > div, .image-navigation-block-stacked .image-navigation-blocks > div {
    width: 100% !important;
    height: 156px !important;
}
.image-navigation-block-2x2 span, .image-navigation-block-triple span, .image-navigation-block-4col span, .image-navigation-block-2col span, .image-navigation-block-stacked span, .image-navigation-block-4col .image-navigation-blocks > div > a > span{
    line-height: 1.2em !important;
    font-size: 22px !important;
    padding:10px !important;
}
}

/*Medium screens*/
@media screen and (min-width: 721px) and (max-width: 1075px) 
{
.image-navigation-block-2x2 .image-navigation-blocks > div, .image-navigation-block-triple .image-navigation-blocks > div, .image-navigation-block-4col .image-navigation-blocks > div, .image-navigation-block-2col .image-navigation-blocks > div {
    width: 46.5% !important;
    height: 220px !important;     
}
.image-navigation-block-2x2 span, .image-navigation-block-triple span, .image-navigation-block-4col span, .image-navigation-block-2col span  {
    line-height: 1.2em !important;
    font-size: 22px !important;
    padding: 10px !important;
}
.image-navigation-block-stacked .image-navigation-blocks > div {
 width: 100% !important;
    height: 156px !important;
}
.image-navigation-block-stacked span {
 line-height: 1.2em !important;
    font-size: 22px !important;
    padding: 10px !important;
}
}

/*Normal View*/
@media screen and (min-width: 1076px){
.image-navigation-block-2x2 .image-navigation-blocks > div {
    width: 46% !important;
    height: 260px !important;
}
.image-navigation-block-triple .image-navigation-blocks > div{
    width: 30.5% !important;
    height: 356px !important;
}
.image-navigation-block-4col .image-navigation-blocks > div {
    width: 22% !important;
    height: 230px !important;
}
.image-navigation-block-2col .image-navigation-blocks > div{
    width: 46.8% !important;
    height: 160px !important;
}
.image-navigation-block-2x2 span {
    line-height: 1.3em !important;
    font-size: 25px !important;
    padding:10px !important;
}
.image-navigation-block-triple span{
   line-height: 35px !important;
    font-size: 30px !important;
    padding:20px !important; 
}
.image-navigation-block-4col span{
    line-height: 1.3em !important;
    font-size: 25px !important;
    padding:10px !important;
}
.image-navigation-block-2col span{
   line-height: 1.3em !important;
    font-size: 25px !important;
    padding:20px !important; 
}
}
.image-navigation-block-triple .image-navigation-blocks > div > a > span, .image-navigation-block-stacked .image-navigation-blocks > div > a > span, .image-navigation-block-2col .image-navigation-blocks > div > a > span, .image-navigation-block-2x2 .image-navigation-blocks > div > a > span, .image-navigation-block-4col .image-navigation-blocks > div > a > span{
    padding:20px !important;
}

/**
 * END nav block responsiveness optimisations by KP
 */

.event-date {
	font-weight: bold;
	/*color: #0e65b6;*/
	color: white;
	margin-bottom: .8em;
	padding-left: 20px;
}

/**
 * new search stuff
 */
.search-results form {
	margin-bottom: 40px;
}
 
.search-results form #edit-captcha {
	display: none;
}
.search-results form * {
	vertical-align: top;
	margin: 0 !important;
}
.search-results form .form-item {
	float: none;
	display: inline-block;
	width: 70%;
}
.search-results form .form-item input {
	width: 100%;
}
.search-results form .form-actions {
	display: inline-block;
	width: 28%;
}
.search-results form .form-actions input[type="submit"] {
	width: 100%;
	background: #137BC8;
	color: white;
	border-radius: 0;
	border: 0;
	padding: 10px;
	box-sizing: border-box;
}


.views-row-search-results-other  {
	display: inline-block;
	border: 1px solid #137BC8;
	width: 32%;
	margin: 0 1% 10px 0;
	padding: 1em;
	box-sizing: border-box;
	vertical-align: top;
	height: 275px;
	position: relative;
	background-size: cover;
}

.search-results .views-row .views-field-title a {
	color: black;
}
.search-results .views-row .views-field-nothing-1 {
	color: black;
	font-size: 80%;
}

.search-results .views-row .views-field-nothing-3 {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 0;
}

.search-results h3 {
	margin-top: 30px;
}


.views-row-search-results-course {
	width: 23.3%;
	display: inline-block;
	margin-right: 1em;
	margin-bottom: 1em;
	background-color: #273e4b;
	height: 140px;
	padding: 0;
	vertical-align: top;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	box-sizing: border-box;
	padding: 1em;
	position: relative;
	font-size: 17px;
	line-height: 115%;
}
.views-row-search-results-course:hover,
.views-row-search-results-course:focus {
	background-color: #1d3542;
}
.views-row-search-results-course:nth-of-type(4n+1) {
	margin-right: 0;
}

.views-row-search-results-course a {
	/*display: flex;
	width: 100%;
	height: 100%;
	background: rgba(42, 55, 57, 0.63);
	align-items: center;*/
	color: white !important;
	font-weight: bold;
}
.views-row-search-results-course .search-results-course-level {
	position: absolute;
	bottom: 1em;
	left: 1em;
	color: white;
}

.views-row-search-results-news, .views-row-search-results-event {
	height: 430px;
	padding: 70px 44.5px;
	border: 0;
	display: inline-block;
	width: 32%;
	margin: 0 1% 10px 0;
	box-sizing: border-box;
	vertical-align: top;
	position: relative;
	background-size: cover;
	background-color: #1e7dc5;
}
.views-row-search-results-event {
	background-color: #EBEBEB;
	display: none;
}

.views-row-search-results-event .views-field-field-event-date {
	color: white !important;
	background: #0E65B5;
	display: inline-block;
	padding: 10px;
	position: absolute;
	top: 0;
	right: 0;
}

.views-row-search-results-news .views-field-title, .views-row-search-results-event .views-field-title {
	position: absolute;
	bottom: 70px;
	left: 0;
	color: #1e7dc5;
	width: 100%;
}
.views-row-search-results-news .views-field-title a, .views-row-search-results-event .views-field-title a {
	color: #1e7dc5 !important;
	background: white;
	font-weight: normal;
	margin: 0 44.5px;
	display: block;
	padding: .3em 1em;
	text-align: center;
}
.search-results-body-course, .search-results-body-event, .search-results-body-news {
	display: none;
}

/*.views-row-search-results-course a:hover {
	background: rgba(0, 0, 0, 0.5);
}*/



.views-row-search-results-Other {
	background-color: #EBEBEB;
}

@media screen and (max-width: 1242px) {
	.search-results .views-row { 
		width: 48%;
	}
}
@media screen and (max-width: 699px) {
	.search-results .views-row { 
		width: 100%;
	}
}

@media screen and (max-width: 1242px) {
	.views-row-search-results-course:nth-of-type(2n) {
		margin-right: 0;
	}
}

/* END NEW SEARCH */


/*KP CODE FOR OPEN EVENT VIDEO BLOCK*/
  
div#block-videopromotionbanner {
    background-color: rgba(42, 55, 57, 0.25);
} 
div#block-videopromotionbanner .kp-block-row{
    width:100%; 
} 
  
div#block-videopromotionbanner .kp-block-col-1{
    float:none; 
    padding:30px; 
    width: 50%; 
    display: table-cell; 
    align-items: center; 
    vertical-align: middle; 
} 
  
div#block-videopromotionbanner .kp-block-col-2{
    float:none; 
    padding:30px; 
    width: 50%; 
    display: table-cell; 
    align-items: center; 
    vertical-align: middle; 
} 
  
div#block-videopromotionbanner .kp-block-col-text{
    font-family: 'Hco Gotham', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 900;
    color: #ffffff !important;
    line-height: 49px !important;
    font-size:42px;
    font-weight:900;
} 
  
div#block-videopromotionbanner .kp-block-col-btn {
    font-family: 'Hco Gotham', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 900;
    padding: 10px 10px;
    text-transform: uppercase;
    background-color: white !important;
    color: #0e65b6 !important;
    line-height: 30px;
    font-size: 25px;
    width: 80%;
    text-align: center;
    margin-left: 140px;
    float: right;
}
  
div#block-videopromotionbanner .kp-block-col-btn:hover,
div#block-videopromotionbanner .kp-block-col-btn:focus {
    background-color: #ffffffba !important;
}
 
@media all and (max-width: 980px){
    div#block-videopromotionbanner .kp-block-col-btn{
        width:100%;
        text-align:center; 
        padding:10px;
        margin-bottom:30px;
    } 
                  
    div#block-videopromotionbanner .kp-block-col-text{
        font-size:35px;
        line-height:40px !important;
      
    } 
      
    div#block-videopromotionbanner .kp-block-col-1, div#block-videopromotionbanner .kp-block-col-2{
        width: 100%;
        display: block;
        padding:20px 0px 10px;
        height:auto;
    } 
 
}
div#block-videopromotionbanner .kp-block-row {
    z-index: 4 !important;
    position: absolute;
}
 
div#block-videopromotionbanner video {
    position: absolute;
    z-index: 3;
    width: 2650px;
    top: 0;
    left: -725 !important;
    min-width: 2650px;
    min-height:295px;
}
 
div#block-videopromotionbanner {
    height: 295px;
    position: relative;
    overflow: hidden;
}

/* END KP CODE FOR OPEN EVENT VIDEO BLOCK*/

/** HOMEPAGE SUB-HEADER **/
.homepage-sub-header {
	background-color: #ebebeb !important;
}

.homepage-sub-header .et_pb_row {
	text-align: right;
}

.homepage-sub-header .et_pb_row > div {
	width: 49.17%;
	background-size: cover;
}

.homepage-sub-header .et_pb_row > div:first-child {
	float: left;
	height: 420px;
}
.homepage-sub-header .et_pb_row > div:nth-child(2), .homepage-sub-header *:nth-child(3) {
	display: block;
	height: 200px;
	margin-left: 50.83%;
	clear: none;
}
.homepage-sub-header .et_pb_row > div:nth-child(2) {
	margin-bottom: 20px;

}

@media screen and (max-width: 980px) {
	.homepage-sub-header .et_pb_row > div {
		display: block !important;
		width: 100% !important;
		float: none !important;
		margin: 0 0 20px 0 !important;
		height: 200px !important;
		background-position: center center;
	}
}

.homepage-sub-header .et_pb_row > div > a {
	display: flex;
	align-items: flex-end;
	width: 100%;
	height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(255,255,255,0) 70%) !important;
    background-color: rgba(0, 0, 0, 0);
	/**background-color: rgba(42, 55, 57, 0.63);**/
    
}


.homepage-sub-header .et_pb_row > div > a:hover, .homepage-sub-header .et_pb_row > div > a:focus {
    background-color: rgba(0, 0, 0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(255,255,255,0) 100%) !important;
}

.homepage-sub-header .et_pb_row > div > a > div {
	text-align: left;
	display: block;
	width: 100%;
	margin: 25px;
	color: white;
}
.homepage-sub-header-title {
	font-weight: 800;
	font-size: 25px;
	line-height: 30px;
	text-transform: uppercase;
	margin: 0;
}
.homepage-sub-header-alt {
	font-size: 21px;
	margin: 0;
}



/*TIMELINE - KP JAN 2020*/


/* The actual timeline (the vertical ruler) */
.timelinekp {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

/* The actual timeline (the vertical ruler) */
.timelinekp::after {
  content: '';
  position: absolute;
  width: 6px;
  background-color: #137bc8;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
}

/* Container around content */
.containerkp {
  padding: 10px 40px;
  position: relative;
  background-color: inherit;
  width: 50%;
}

/* The circles on the timeline */
.containerkp::after {
  content: '';
  position: absolute;
  width: 21px;
  height: 21px;
  right: -14px;
  background-color: white;
  border: 4px solid #137bc8;
  top: 15px;
  border-radius: 50%;
  z-index: 1;
}

/* Place the container to the left */
.leftkp {
  left: 0;
}

/* Place the container to the right */
.rightkp {
  left: 50%;
  /* top: -200; */
}

/* Add arrows to the left container (pointing right) */
.leftkp::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  right: 30px;
  border: medium solid white;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #137bc8;
}

/* Add arrows to the right container (pointing left) */
.rightkp::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  left: 30px;
  border: medium solid #137bc8;
  border-width: 10px 10px 10px 0;
  border-color: transparent #137bc8 transparent transparent;
}

/* Fix the circle for containers on the right side */
.rightkp::after {
  left: -14px;
}

/* The actual content */
.contentkp {
  padding: 20px 30px;
  background-color: #137bc8;
  color:white !important;
  position: relative;
  font-size: 18px;
  line-height: 1.6;
  border-radius: 0px;
}

/*Contents heading styling*/
.contentkp h2 {
    color: white !important;
    font-weight: 800;
}

/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 980px) {
  /* Place the timelime to the left */
  .timelinekp::after {
  left: 31px;
  }
  
  /* Full-width containers */
  .containerkp {
  width: 100%;
  padding-left: 70px;
  padding-right: 25px;
  }
  
  /* Make sure that all arrows are pointing leftwards */
  .containerkp::before {
  left: 60px;
  border: medium solid white;
  border-width: 10px 10px 10px 0;
  border-color: transparent white transparent transparent;
  }

  /* Make sure all circles are at the same spot */
  .leftkp::after, .rightkp::after {
  left: 15px;
  }
  
  /* Make all right containers behave like the left ones */
  .rightkp {
  left: 0%;
  }

  .box2019, .box2018, .box2017, .box2016, .box2015{
      top:0px !important;
  }
}

hr{
    border: 0.5px solid white;
}

/*END TIMELINE - KP JAN 2020*/

div#__ba_launchpad {
  position: fixed;
  z-index: 99999;
  right: 20;
  bottom: 20;
}


/** SOCIAL BUTTONS **/

/* General button style */
.btnkp {
	cursor: pointer;
	display: inline-block;
	float:left;
	width: 45% !important;
	max-width:170px;
	height:13%;
	margin-right:1%;
	margin-bottom:1%;
	position: relative;
}

/* Icon only style */
.btnkp-icon-only {
	font-size: 0;
	padding: 25px 30px;
}

.btnkp-icon-only:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	font-size: 26px;
	line-height: 54px;
}



/*FACEBOOK BUTTON*/

.iconkp-fb:before {
	content: "";
	background: url("https://www.weston.ac.uk/sites/default/files/2020-01/Facebook%20%284%29.png") no-repeat;
	background-size:80px;
	top: 25%;
	left: 25%;
}

.btnkp-fb {
	background: #3b5998;
	color: #fff;
	border-radius: 0px;
	padding: 0;
}

.btnkp-fb:hover, .btnkp-fb:focus {
	background: #344e86;
	color: #fff;
}


/*TWITTER BUTTON*/

.iconkp-tw:before {
	content: "";
	background: url("https://www.weston.ac.uk/sites/default/files/2020-01/Twitter%20%282%29.png") no-repeat;
    background-size:80px;
    top: 25%;
	left: 25%;
}

.btnkp-tw {
	background: #00acee;
	color: #fff;
	border-radius: 0px;
	padding: 0;
}

.btnkp-tw:hover, .btnkp-tw:focus {
	background: #009ad5;
	color: #fff;
}


/*INSTAGRAM BUTTON*/

.iconkp-inst:before {
	content: "";
	background: url("https://www.weston.ac.uk/sites/default/files/2020-01/Instagram.png") no-repeat;
    background-size:80px;
    top: 25%;
	left: 25%;
}

.btnkp-inst {
	background:linear-gradient(30deg, #feda75 0%, #fa7e1e 30%, #d62976 60%, #962fbf 90%);
	color: #fff;
	border-radius: 0px;
	padding: 0;
}

.btnkp-inst:hover, .btnkp-inst:focus {
	background:linear-gradient(30deg, #fecc42 0%, #e06505 30%, #ab215e 60%, #762596 90%); ;
	color: #fff;
}

/*LINKEDIN BUTTON*/

.iconkp-linked:before {
	content: "";
	background: url("https://www.weston.ac.uk/sites/default/files/2020-01/LinkedIn%20%282%29.png") no-repeat;
    background-size:80px;
    top: 25%;
	left: 25%;
}

.btnkp-linked {
	background: #0e76a8;
	color: #fff;
	border-radius: 0px;
	padding: 0px;
}

.btnkp-linked:hover,.btnkp-linked:focus {
	background: #0c6590;
	color: #fff;
}

/** END SOCIAL BUTTONS **/


/** Promo block 2 **/

.promo-block-2 {
	padding: 30px;  
	margin-bottom:30px; 
}

.promo-block-2 h2 {
	font-family: inherit;
	font-size: 25px !important;
	font-weight: bold;
	padding-bottom: 0px !important;
	line-height: 29px;
	margin-bottom: 20px;
	text-align: left;
}
.promo-block-2 .content {
	line-height: 1.7em;
	font-size:14px;
	font-weight:500;
	padding: 14px 0;
	text-align:left !important;
	padding-bottom:0px 
}
.promo-block-2 a {
	font-weight: 900;
	display: block;
	padding: 5px 5%;
	text-transform: uppercase;
	color: white !important;
	line-height: 1.6em;
	font-size: 18px;
	width: auto;
	text-align: center;
}

/** colours **/
.promo-block-2.light-grey-blue {
	background-color: white;  
}

.promo-block-2.light-grey-blue h2 {
	color: #2783d9 !important;
}

.promo-block-2.light-grey-blue .content {
	color: #384a4d !important;
}

.promo-block-2.light-grey-blue a {
	background-color: #2278C9 !important;
}

.promo-block-2.light-grey-blue a:hover, .promo-block-2.light-grey-blue a:focus {
	background-color: #0e65b6 !important;
}


.promo-block-2.medium-grey {
	background-color: white;  
}

.promo-block-2.medium-grey h2 {
	color: #38494d !important;
}

.promo-block-2.medium-grey .content {
	color: #384a4d !important;
}

.promo-block-2.medium-grey a {
	background-color: #38494d !important;
}

.promo-block-2.medium-grey a:hover, .promo-block-2.medium-grey a:focus {
	background-color: #253033 !important;
}


.promo-block-2.dark-grey {
	background-color: white;  
}

.promo-block-2.dark-grey h2 {
	color: #506669 !important;
}

.promo-block-2.dark-grey .content {
	color: #384a4d !important;
}

.promo-block-2.dark-grey a {
	background-color: #506669 !important;
}

.promo-block-2.dark-grey a:hover, .promo-block-2.dark-grey a:focus {
	background-color: #425356 !important;
}


.promo-block-2.white {
	background-color: #eee;  
}

.promo-block-2.white h2 {
	color: #2783d9 !important;
}

.promo-block-2.white .content {
	color: #384a4d !important;
}

.promo-block-2.white a {
	background-color: #2278C9 !important;
}

.promo-block-2.white a:hover,.promo-block-2.white a:focus {
	background-color: #0e65b6 !important;
}



.et_pb_promo_description h2 {
    margin-bottom: 10px;
}

/** END Promo block 2 **/

/** accessibility */
.et_section_news .et_pb_promo .et_pb_button {
    color: #0077c9 !important;
}
.et_section_news .et_pb_promo .et_pb_button:focus {
	background-color: #0077c9 !important;
	/* #0077c9 */
	/* old colour #106CB1*/
	color: white !important;
}

.homepage-sub-header-box .homepage-sub-header-title,
.homepage-sub-header-box .homepage-sub-header-alt {
	/*color: #0077c9 !important;*/
}




/** COURSE FINDER 2021 **/
.node-content.subject-homepage {
	padding: 0;
}

.course-finder-courses-2021 {
	padding-bottom: 0;
	max-width: 100vw !important;
	margin: 0 !important;
	width: 100vw;
}

.course-finder-courses-2021 .course-finder-2021-filter {
	width: 100%;
	max-width: 100%;
	background: #2D2F94;
	/*padding: 15px 70px;*/
	margin: 0;
}
.course-finder-courses-2021 .course-finder-2021-filter ul {
	max-width: 1400px;
	background: #2D2F94;
	padding: 15px 70px;
	margin: 0 auto;
	display: flex;
	flex-wrap: no-wrap;
	width: 100%;
}
.course-finder-courses-2021 .course-finder-2021-filter li {
	flex: 0 1 20%;
	text-transform: uppercase;
	background: white;
	padding: 10px;
	margin: 0 10px;
	list-style: none;
	font-weight: bold;
	color: #2D2F94;
	text-align: center;
	cursor: pointer;
}
.course-finder-courses-2021 .course-finder-2021-filter li:first-child {
	flex: 0 1 20%;
	text-transform: uppercase;
	color: white;
	margin-left: 0;
	background: #2D2F94;
	text-align: left;
}
.course-finder-courses-2021 .course-finder-2021-filter li:last-child {
	margin-right: 0;
}
.course-finder-courses-2021 .course-finder-2021-filter li.active {
	background: #D7E9F5;
	color: black;
}

.course-finder-courses-2021 .course-line {
	display: flex;
	flex-wrap: no-wrap;
	background: white;
    min-height: 250px;
    max-width: 1200px;
    margin: 0 auto;
}
.course-finder-courses-2021 .course-line.level-2 {
	background: #e6e7f4;
}
.course-finder-courses-2021 .course-line.level-3 {
	background: #fafdff;
}
.course-finder-courses-2021 .course-line.t-level {
	background: #fde9e5 !important;
}

.course-finder-courses-2021 .course-line .course-line-level {
	flex: 0 0 59px;
	color: white;
	background: #2D2F94;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	padding-top: 40px;
	box-sizing: border-box;
	position: relative;
}
.course-finder-courses-2021 .course-line .course-line-level svg {
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 10;
    fill: #2D2F94;
}
.course-finder-courses-2021 .course-line .course-line-title {
	color: #000000;
}
.course-finder-courses-2021 .course-line .course-line-text {
	color: #000;
}
.course-finder-courses-2021 .course-line.level-2 .course-line-level {
	background: #3a5ead;
}
.course-finder-courses-2021 .course-line.level-2 .course-line-level svg {
	fill: #3a5ead;
}
.course-finder-courses-2021 .course-line.level-2 .course-line-text {
	color: #2e2c9a;
}

.course-finder-courses-2021 .course-line.level-3 .course-line-level {
	background: #7cb4e0;
}
.course-finder-courses-2021 .course-line.level-3 .course-line-level svg {
	fill: #7cb4e0;
}
.course-finder-courses-2021 .course-line.level-3 .course-line-text {
	color: #41429b;
}


.course-finder-courses-2021 .course-line.t-level .course-line-level {
	background: #ee4829;
}
.course-finder-courses-2021 .course-line.t-level .course-line-level svg {
	fill: #ee4829;
}
.course-finder-courses-2021 .course-line.t-level .course-line-title {
	color: #f2432c;
}
.course-finder-courses-2021 .course-line.t-level .course-line-text {
	color: #ee4829;
}

.course-finder-courses-2021 .course-line .course-line-level .level-box {
	border: 1px solid white;
	box-sizing: border-box;
	padding: 10px;
	font-size: 30px;
	display: block;
	margin: 5px;
}

.course-finder-courses-2021 .course-line .course-line-title {
	flex: 0 0 40%;
	padding: 50px 40px;
	text-transform: uppercase;
}
.course-finder-courses-2021 .course-line .course-line-title h4 {
	font-size: 170%;
}

.course-finder-courses-2021 .course-line .course-line-text {
	padding: 50px 40px 80px 40px;
	position: relative;
	flex-grow: 1;
}
.course-finder-courses-2021 .course-line a {
	display: block;
	position: absolute;
	color: white;
	padding: 8px 20px;
	text-transform: uppercase;
	font-size: 125%;
	font-weight: 900;
	background: #0e65b6;
	right: 0px;
	bottom: 0px;
	margin: 20px;
}

.course-line .course-line-text p {
    color: black;
}

/*----------------------Level 1 Code---------------------------*/

.course-line.level-1 .course-line-title div label {
    color:#2e2f94;
    font-weight:bold;
    font-size:20px;
}

.course-line.level-1 .course-line-title div span {
    color:#2e2f94;
    font-weight: 100;
    font-size:20px;
}

/*----------------------Level 2 Code---------------------------*/

.course-line.level-2 .course-line-title div label {
    color:#2e2c9a;
    font-weight:bold;
    font-size:20px;
}

.course-line.level-2 .course-line-title div span {
    color:#2e2c9a;
    font-weight: 100;
    font-size:20px;
}

.course-finder-courses-2021 .course-line.level-2 {
    background: #e6e7f3;
}


/*----------------------Level 3 Code---------------------------*/

.course-line.level-3 .course-line-title div label {
    color:#41429b;
    font-weight:bold;
    font-size:20px;
}

.course-line.level-3 .course-line-title div span {
    color:#41429b;
    font-weight: 100;
    font-size:20px;
}

.course-finder-courses-2021 .course-line.level-3 {
    background: #dae9f3;
}

/*---- T Levels ----*/
.course-line.t-level .course-line-title label, 
.course-line.t-level .course-line-title h4, 
.course-line.t-level .course-line-title span {
    color: #ee4829 !important;
}


@media screen and (max-width: 1200px) {
	.course-finder-courses-2021 {
		max-width: 100vw;
		width: 100vw;
	}
}

.course-finder-courses-2021 .course-line .course-line-title a {
	display: none;
}

@media screen and (max-width: 767px) {
	.course-finder-courses-2021 .course-finder-2021-filter ul {
		display: block;
	}
	.course-finder-courses-2021 .course-finder-2021-filter ul li {
		margin: 5px 0;
	}
	.course-finder-courses-2021 .course-line .course-line-text p {
		display: none;
	}
	.course-finder-courses-2021 .course-line .course-line-text a {
		
	}
	.course-finder-courses-2021 .course-line .course-line-text {
		display: none;
	}
	.course-finder-courses-2021 .course-line .course-line-title {
		flex: 1 1 80%;
	}
	.course-finder-courses-2021 .course-line .course-line-title a {
		display: block;
		position: static;
	}
}

@media screen and (max-width: 980px) {
	.page-node-type-subject-homepage .region-content {
		padding-bottom: 0;
	}
}

.course-finder-courses-2021 .course-line.no-courses,
.course-finder-courses-cad .course-line.no-courses {
	display: none;
}


/** ELLIOT LIGHTBOXES **/

.gallery-lightbox .ec-row > .ec-column {
    padding: 0 8px;
    box-sizing: border-box;

  }
  
  .gallery-lightbox .ec-row:after {
    content: "";
    display: table;
    clear: both;
  }
  
  .gallery-lightbox .ec-row {
    /*display: flex;*/
    /*flex-direction: row;*/
    /*justify-content: space-between;*/
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 4% 2%;
    grid-auto-flow: row;
    grid-template-areas: "ec-img-1 ec-img-2 ec-img-3" "ec-img-4 ec-img-5 ec-img-6";

    
  }
  
  .gallery-lightbox .ec-column-m {
    float: left;
    /*width: 24.6%;*/
    /*padding: 0.2% 0.2%;*/
    width: 25%;
    padding: 1% 1%;
  }
  
  /* The Modal (background) */
  .gallery-lightbox .ec-modal {
    display: none;
    position: fixed;
    /*z-index: 1;*/
    padding-top: 70px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: black;
    z-index: 99999999;
  }
  
  /* Modal Content */
  .gallery-lightbox .ec-modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 90%;
    max-width: 1200px;
  }
  
  /* The Close Button */
  .gallery-lightbox .close {
    color: white;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
  }
  
  .gallery-lightbox .close:hover,
  .gallery-lightbox .close:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer;
  }
  
  .gallery-lightbox .mySlides {
    display: none;
    background-color: black;
  }
  
  .gallery-lightbox .cursor {
    cursor: pointer;
  }
  
  /* Next & previous buttons */
  .gallery-lightbox .prev,
  .gallery-lightbox .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
  }
  
  /* Position the "next button" to the right */
  .gallery-lightbox .next {
    right: 0;
    border-radius: 3px 0 0 3px;
  }
  
  /* On hover, add a black background color with a little bit see-through */
  .gallery-lightbox .prev:hover,
  .gallery-lightbox .next:hover,
  .gallery-lightbox .prev:focus,
  .gallery-lightbox .next:focus{
    background-color: rgba(0, 0, 0, 0.8);
  }
  
  /* Number text (1/3 etc) */
  .gallery-lightbox .numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
  }
  
  

  .gallery-lightbox .caption-container {
    text-align: center;
    background-color: black;
    padding: 2px 16px;
    color: white;
  }
  
  .gallery-lightbox img {
    aspect-ratio: 16/9;
    /*object-fit: cover;*/
    object-fit: contain;
    object-position: center center;
  }
  
  .gallery-lightbox .demo {
    opacity: 0.6;
  }
  
  .gallery-lightbox .active,
  .gallery-lightbox .demo:hover,
  .gallery-lightbox .demo:focus{
    opacity: 1;
  }
  
  .gallery-lightbox img.hover-shadow {
    transition: 0.3s;
  }
  
  .gallery-lightbox .ec-img {
    transition: transform .2s;
 }

  .gallery-lightbox .ec-img:hover,
  .gallery-lightbox .ec-img:focus{
    transform: scale(1.3); 
  }

  .gallery-lightbox .hover-shadow:hover,
  .gallery-lightbox .hover-shadow:focus{
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }

  .gallery-lightbox .ec-column{
    width: 100%;
    /*padding: 0.2% 0.2%;*/
    
}
#gallery-lightbox-label {
	position: relative;
	top: 30px;
	text-align: center;
}


  @media only screen and (max-width: 1200px) {
    
    
    /*.gallery-lightbox .ec-row {*/
    /*    display: grid;*/
    /*    grid-template-columns: 1fr 1fr 1fr;*/
    /*    grid-template-rows: 1fr 1fr;*/
    /*    gap: 20px 20px;*/
    /*    grid-auto-flow: row;*/
    /*    grid-template-areas:*/
    /*      "ec-img-1 ec-img-2 ec-img-3"*/
    /*      "ec-img-4 ec-img-5 ec-img-6";*/
    /*  }*/
      
      .gallery-lightbox .ec-img-1 { grid-area: ec-img-1; }
      
      .gallery-lightbox .ec-img-2 { grid-area: ec-img-2; }
      
      .gallery-lightbox .ec-img-3 { grid-area: ec-img-3; }
      
      .gallery-lightbox .ec-img-4 { grid-area: ec-img-4; }
      
      .gallery-lightbox .ec-img-5 { grid-area: ec-img-5; }
      
      .gallery-lightbox .ec-img-6 { grid-area: ec-img-6; }
      .gallery-lightbox .ec-img-7 { grid-area: ec-img-7; }
      .gallery-lightbox .ec-img-8 { grid-area: ec-img-8; }
      .gallery-lightbox .ec-img-9 { grid-area: ec-img-9; }
      .gallery-lightbox .ec-img-10 { grid-area: ec-img-10; }
      
  }


  @media only screen and (max-width: 700px) {
    
    
    .gallery-lightbox .ec-row {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr 1fr;
        gap: 20px 20px;
        grid-auto-flow: row;
        grid-template-areas:
          "ec-img-1 ec-img-2"
          "ec-img-3 ec-img-4"
          "ec-img-5 ec-img-6";
      }
      
      
  }
  
/** END ELLIOT LIGHTBOXES **/


/** STAFF PROFILES **/
#block-westonstaffprofiles {
  margin-top: 30px;
}
#block-westonstaffprofiles .et_pb_testimonial_description_inner h3 {
     padding-bottom: 10px;
}
#block-westonstaffprofiles .et_pb_testimonial_description_inner h5 {
     line-height: 22px;
}
#block-westonstaffprofiles .et_pb_testimonial_description_inner a {
     display: inline-block;
     background: #0e65b6;
     color: #fff !important;
     padding: 7px 20px;
     margin-top: 10px !important;
}
/* Slideshow container */
#block-westonstaffprofiles .slideshow-container {
     max-width: 100%;
     position: relative;
     margin: auto;
     min-height: 420px;
}
#block-westonstaffprofiles .prev {
     float: left !important;
     left: 0;
     z-index: 9;
     top: 50%;
     color: black;
}
#block-westonstaffprofiles .mySlides.fade {
     margin: 0 60px;
}
/* Next & previous buttons */
#block-westonstaffprofiles .prev, #block-westonstaffprofiles .next {
     cursor: pointer;
     position: absolute;
     top: 50%;
     width: auto;
     padding: 16px;
     margin-top: -22px;
     color: black;
     font-weight: bold;
     font-size: 27px;
     transition: 0.6s ease;
     border-radius: 0 3px 3px 0;
     user-select: none;
}
/* Position the "next button" to the right */
#block-westonstaffprofiles .next {
     right: 0;
     border-radius: 3px 0 0 3px;
}
/* On hover, add a black background color with a little bit see-through */
#block-westonstaffprofiles .prev:hover, .next:hover {
     color: #636363;
}
/* The dots/bullets/indicators */
#block-westonstaffprofiles .dot {
     cursor: pointer;
     height: 15px;
     width: 15px;
     margin: 0 2px;
     background-color: #bbb;
     border-radius: 50%;
     display: inline-block;
     transition: background-color 0.6s ease;
}
#block-westonstaffprofiles .active, #block-westonstaffprofiles .dot:hover {
     background-color: #717171;
}
/* Fading animation */
#block-westonstaffprofiles .fade {
     -webkit-animation-name: staffProfilesFade;
     -webkit-animation-duration: 1.5s;
     animation-name: staffProfilesFade;
     animation-duration: 1.5s;
}
@-webkit-keyframes staffProfilesFade {
     from {
        opacity: .4
    }
     to {
        opacity: 1
    }
}
@keyframes staffProfilesFade {
     from {
        opacity: .4
    }
     to {
        opacity: 1
    }
}
/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
     #block-westonstaffprofiles .prev, #block-westonstaffprofiles .next, #block-westonstaffprofiles .text {
        font-size: 11px
    }
}
#block-westonstaffprofiles .et_pb_video_box img {
     object-fit: cover;
     min-height: 340px !important;
}

/** END STAFF PROFILES **/


#enableRecite {

	color: white;
    text-transform: uppercase;
	font-size: 14px;
}
#enableRecite:hover {
	cursor: pointer;
	color: rgba(255,255,255,0.65);
	/*color: red;*/
	transition: background-color 0.4s, color 0.4s ease-in-out;
}
<<<<<<< HEAD
=======




/* homepage search */
@media only screen and (max-width: 600px) {
	#find-course-for-you-container {
		width: 100% !important;
		display: flex !important;
		position:unset !important;
		transform: rotate(0deg) !important;
		flex-direction: row-reverse !important;
	}
	#find-course-for-you-arrow {
		position: unset !important;
	}
	#find-course-for-you-text {
		position: unset !important;
		color: white !important;
		transform: rotate(-5deg);
		margin-left:20px;
	}
	
	.et_pb_row.homepage-news-boxes.course-finder-homepage {
		flex-direction: column !important;
	}
	.course-finder-homepage-course-list-container,
	.course-finder-subject-list-container,
	.homepage-coures-search-go-button
	{
		width: 90% !important;
		margin-right: 0 !important;
		
	}
	.course-finder-homepage-course-list-container label,
	.course-finder-subject-list-container label {
		font-size: inherit;
	}
	
	
	
	.course-finder-homepage-course-list-container,
	.course-finder-subject-list-container {
		margin-top: 10px !important;
	}
	.homepage-coures-search-go-button label{
		display: none;
	}
	
	.homepage-coures-search-go {
		align-self: flex-end;
	}
	.homepage-coures-search-go-button button {
		align-self:flex-end;
		width: fit-content;
	}
}

.course-finder-homepage-course-list {
	padding: 10px;
	color: lightgrey;
}
.course-finder-subject-list {
	padding: 10px;
	color: lightgrey;
}

/*#block-coursefinderhomepage > div.et_pb_row.homepage-news-boxes.course-finder-homepage {*/
.block.block-course-finder.block-course-finder-homepage {
	padding: 20px 0px 20px 0px;
	background-color: #ebebeb !important;
	position: relative;
	
}
/*#main-content > div > section.region-content.et_pb_section.et_pb_with_background.et_section_regular > section:nth-child(9) > div {*/
.et_pb_row.homepage-news-boxes.course-finder-homepage {
	
	padding: 20px;
    /*border: 5px solid #0d65b6 ;*/
    background-color:#1a2d74;
    /*margin-bottom: 20px;*/
    /*width: fit-content;*/
    display: flex;
    flex-direction: row;
    align-items: center; 
    justify-content: center;
    /*margin-top: 20px;*/
}
.course-finder-homepage-course-list-container {
	display: flex;
	flex-direction: column;
	width: 35%;
	margin-right: 10px;
}
.course-finder-subject-list-container {
	width: 35%;
	display: flex;
	flex-direction: column;
	margin-right: 10px;
}
.course-finder-homepage-course-list-container label,
.course-finder-subject-list-container label {
	text-transform: uppercase;
	color: white;
	margin-bottom: 5px;
}
.homepage-coures-search-go-button {
	display: flex;
	flex-direction: column;
}

.homepage-coures-search-go-button button {
	text-transform: uppercase;
	color: white !important;
	border: 5px solid  #0d65b6 !important;
	padding: 6px 13px 6px 13px;
	/*margin-top: 7px;*/
	margin-top: 5px;
	background: none;
	color: inherit;
	border: none;
	font: inherit;
	cursor: pointer;
	transition: all 0.2s ease-in-out;;
}
.homepage-coures-search-go-button button:hover,
.homepage-coures-search-go-button button:focus {
	transform: scale(1.1);
	
}


.home-subjects-for-adults {
	/*display: none;*/
}
.home-subjects-for-school-leavers {
	/*display: none;*/
}


#find-course-for-you-container {
	width: 120px;
	height: 100px;
	position: absolute;
	background-color: transparent !important;
	left: -110px;
	font-size: 12px !important;
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transform: rotate(-15deg);
}
#find-course-for-you-text {
	text-transform: uppercase;
	font-weight: 800;
	color: #1a2d74;
	position: absolute;
	top: 0;
}
#find-course-for-you-arrow {
	width: 120px;
	height: 80px;
	top:  60px;
    
	position: absolute;
	
}




/*adding to this*/

@media only screen and (max-width: 750px) {
	.course-finder-homepage-course-list-container label,
	.course-finder-subject-list-container label {
		font-size: 15px;
	
	}

	
}

@media only screen and (max-width: 1250px) {
	#find-course-for-you-container {
		display: none ;
	}
}


/* trying to style iframe */

/*@media only screen and (max-width: 1000px) {*/
/*	#chat-widget-container {*/
/*	width: 200px !important;*/
/*	height: 200px !important;*/
/*	background-color: red !important;*/
/*	font-size: 12px !important;*/
/*}*/
/*	.css-1h1ne2e.eqd5v0k0 {*/
/*		font-size:1px !important;*/
/*	}*/

/*}*/
#block-westonsection .clearfix a:hover img,
#block-westonsection .clearfix a:focus img{
	transform: scale(1.2);
}

#popup-buttons .agree-button:focus, 
#popup-buttons .decline-button:focus {
	border: 3px solid black !important;
	
}
#popup-buttons .agree-button{
	background-color: red;
}
.menu-item {
	cursor: pointer;
}

.paragraph--type--header-carousel h2 {
	/*background: linear-gradient(90deg, black 50%, transparent 50%);*/
	/*padding: 25px;*/
	
}

@media(max-width: 1200px) {
	/*.paragraph--type--header-carousel h2 {*/
	/*	background: black !important;*/
	/*}*/
}



.weston-rich-media-header .weston-rich-media-header-text h2 {
	padding: 25px !important;
}
/*.weston-rich-media-header .paragraph h2 {*/
/*	padding: 25px;*/
/*}*/
.weston-rich-media-text .paragraph[style=displaynone] h2 {
	display:none;
}
/*.weston-rich-media-header .paragraph:first-child h2 {*/
/*	padding: 25px !important;*/
/*}*/
/*.weston-rich-media-header .paragraph:nth-child(2) h2 {*/
/*	padding: 25px !important;*/
/*}*/

#header-pause-all button:hover,
#header-pause-all button:active{
	background-color: red;
	color: red;
}
#header-pause-all button{
	background: none;
	color: inherit;
	border: none;
	padding: 0;
	font: inherit;
	cursor: pointer;
	outline: inherit;
}



#main-footer .european-social-fund-logo-sticky {
	/*position: unset;*/
	position: relative;
	padding:5px;
	max-width: 158px !important;
	/*background: white !important;*/
	box-shadow: none !important;
	margin-bottom: 50px;
	text-align: center;
	z-index: 11000;
    background: none !important;
    display: flex;
	
}
.european-social-fund-logo-sticky a {
    /*max-height: 120px;*/
}
.european-social-fund-logo-sticky img {
    height: 75px !important;
}


/* more accessiblity changes */

#popup-text .find-more-button:hover,
#popup-text .find-more-button:focus{
	border: 3px solid black;
}
#header-pause-all {
	list-style-type: none;
	background-color: #ebebeb !important;
	font-weight: bold;
	text-align: center;
	font-size: 12px;
}
#header-pause-all a {
	color: #0e65b6 !important;
}

section#block-twitterfeed a {
	color:  #DCF0FE !important;
}



.eu-cookie-withdraw-button:focus {
	border: 2px solid black !important;
}


.footer-widget a:focus,
.footer-widget a:hover{
	text-decoration: underline !important;
}


.region-lightbox {
	display: none;
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 100000;
}
.region-lightbox .block {
	height: 100%;
    position: relative;
    width: 100%;
}
.region-lightbox .et_pb_row {
	position: absolute;
	max-height: 70%;
	/*min-height: %;*/
	overflow-y: scroll;
    margin: auto;
    width: 50%;
    position: relative;
    top: 15%; 
    /* top: 25%; ^^*/
    background-color: white;
    padding: 0;
    
}
.region-lightbox .et_pb_row .field--name-body {
	width: 90%;
	margin: 0 auto;
}



.lightbox-popup-close {
	position: absolute;
	/*top: 20%;*/
	top: 12.5%;
	right: 20%;
	cursor:pointer;
	z-index: 100001;
	background: none;
	border: none;
	font-size: 1.5rem;
	color: white;
}

@media only screen and (max-width: 600px) {
 	.lightbox-popup-close {
 		top: 10%;
 		right: 5%;
 	}
 	.region-lightbox .et_pb_row {
 		width: 90%;
 	}
 	/*.region-lightbox.et_pb_section h1 {*/
 	/*	padding-top: 10px;*/
 	/*}*/
}



.emsi-course-occupations .emsi-occupation h2 {
	color: white !important;
	padding: 8px;
}


.kp-news-general .views-field-body p:not(:first-child) {
	display: none;
}
.kp-news-general .views-field-body p {
	display: none;
}
.kp-news-general .views-field.front {
	
}
.views-field-title.front {
	bottom: 0;
	height: inherit !important;
}

.views-field.views-field-field-news-date.front{
	z-index: 10 !important;
	width: fit-content !important;
	right: 0 !important;
	height: fit-content !important;
}
.views-field-title.back {
	height: unset !important;
	bottom: 0;
}

/* SWIPEABLE MENU STYLES */
.swipe-menu-container {
	position: relative;
	padding: 50px 0 50px 0;
	margin-top: 20px;
	/*background-color: blue;*/
}

.swipe-menu-container .field--name-body,
.swipe-menu-container .field--name-field-swipe-header,
.swipe-menu-container .field--name-field-swipe-para{
	z-index:1;
	position: relative;
	
}
.swipe-menu-container .field--name-body,
.swipe-menu-container .field--name-field-swipe-header {
	/*left: 50px;*/
	padding-left: 50px;
}
.swipe-menu-container .field--name-field-swipe-background-image {
	z-index: 1;
	position: absolute;
	top:0;
	width: 100%;
	height: 100%;
	left:0;
}
.swipe-menu-container .field--name-field-swipe-background-image img{
	min-height: 100%;
	min-width: 100%;
	max-height: 100%;
}

.swipe-menu-container .field--name-field-swipe-para {
	display: flex;
	flex-direction: row;
	width: 100%;
	justify-content: flex-start;
	overflow-x: scroll;
	overflow-y: hidden !important;
	z-index:10;
	padding-bottom: 50px;
}
.swipe-menu-container .field--name-field-swipe-para::-webkit-scrollbar {
  width: 10px !important;
  border-radius: 15px;
  height: 7px;
}

.swipe-menu-container .field--name-field-swipe-para::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 15px;
  margin: 0 200px 0 200px;
}

.swipe-menu-container .field--name-field-swipe-para::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 15px;
}

.swipe-menu-container .field--name-field-swipe-para::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.swipe-menu-container .field--name-field-swipe-para .field__item {
	margin: 0 20px 5px 20px;
	min-height: 400px;
	min-width: 280px;
	max-width: 280px;
	position: relative;
	display:flex;
	flex-direction: column;
	justify-content: center;
	transition: all ease-in-out 0.2s;
	background-color: #064163;
}
.swipe-menu-container .field--name-field-swipe-para .field__item img {
	width: 100%;
	height: 100%;
	min-height: 100%;
	object-fit: cover;
}
@media only screen and (max-width: 800px) {
	.swipe-menu-container {
		padding: 10px !important;
	}
	.swipe-menu-container .field--name-field-swipe-background-image img {
		object-fit: cover !important;
	}
	.swipe-menu-container .field--name-field-swipe-para::-webkit-scrollbar {
	    width: 0 !important;  /* Remove scrollbar space */
	    background: transparent !important;  /* Optional: just make scrollbar invisible */
	    height: 0 !important;
	}
}

.swipe-menu-container .field--name-field-swipe-para .field__item a {
	position: absolute;
	width: 100%;
	height: 100%;
	color: white;
	font-weight: 600;
	top: 20px;
	text-align: center;
	font-size: 1.5rem;
	overflow: hidden;
}
.swipe-menu-container .field--name-field-swipe-para .field__item a:focus,
.swipe-menu-container .field--name-field-swipe-para .field__item a:active{
	text-decoration: underline;
	color: black;
	top: 20px !important;
}

.swipe-menu-container .field--name-field-swipe-header {
	color: black;
	font-size: 2rem;
	font-weight: 600;
	margin: 10px 0 10px 0;
}
.swipe-menu-container .field--name-body {
	color: black;
	margin: 10px 0 10px 0;
	font-size: 2rem;
	font-weight: 600;
}
.region-swipeable-menu {
	width: 100% !important;
}
.region-swipeable-menu .et_pb_row {
	max-width: unset !important;
	width: 100%;
	padding: 0 !important;
}


/*COURSE FINDER 2023*/
.et_pb_row.course-finder-courses-2023 {
	max-width: 100% !important;
	width: 100%;
	padding: 0 !important;
}
.course-finder-courses-2023 .filtered-courses {
	display:flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	width: 80%;
	padding: 60px 10px;
	margin: auto;
}
.course-finder-courses-2023 .course-finder-2021-filter {
	padding: 50px;
	background-color: #94C11F;
	display: flex;
	flex-direction: row;
	justify-content: center;
}
.course-finder-courses-2023 .course-finder-2021-filter select {
	padding: 25px;
	margin: 10px;
	width: 30%;
	font-size: 1.5rem;
	text-transform: uppercase;
	font-weight: 900;
	color: black !important;
}
.course-finder-courses-2023 .course-finder-2021-filter option {
	width: 100%;
}
.course-finder-courses-2023 .course-line {
	width: 30%;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	margin: 15px;
	padding: 20px;
	display:flex;
	flex-direction: column;
	min-height: 270px;
 	flex: 1 400px;
}
.course-finder-courses-2023 .course-line .course-line-level {
	color: black !important;
	display: inline;
	display:flex;
	flex-direction: row;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.course-finder-courses-2023 .course-line .course-line-level .level-box {
	color: white;
	background-color: black;
	padding: 5px;
	display: inline;
	margin-right: 15px;
	font-weight: 900;
	
}

.course-finder-courses-2023 .course-class-type {
	font-weight: 900;
	/*color: black !important;*/
	text-transform: uppercase;
	padding: 5px;
}
.course-finder-courses-2023 .course-class-type.in-college {
	background-color: #085ac4;
	color: white !important;
}
.course-finder-courses-2023 .course-class-type.t-level {
	background-color: #FA4E0E;
	color: white !important;
}
.course-finder-courses-2023 .course-class-type.apprenticeship {
	background-color: #94C11F;
	color: black !important;
}
.course-finder-courses-2023 span {
	border: none !important;
}

.course-finder-courses-2023 .course-duration label,
.course-finder-courses-2023 .course-start label,
.course-finder-courses-2023 .course-start span,
.course-finder-courses-2023 .course-duration span,
.course-finder-courses-2023 .course-location label,
.course-finder-courses-2023 .course-location span {
	font-size: 1rem !important;	
	color: black !important;
	font-weight: normal !important;
	
}
.course-finder-courses-2023 .course-line-level .level-box,
.course-finder-courses-2023 .course-line-level .course-class-type{
	border: none !important;
}
.course-finder-courses-2023 .filtered-courses .course-line-title .filtered-course-title{
	color: black !important;
	font-size: 1.5rem !important;
	font-weight: 900 !important;
	
}
.course-finder-courses-2023 .course-line-title {
	height: 100%;
}
.course-finder-courses-2023 .course-line-button {
	background-color: #064163 !important;
	color: white !important;
	padding: 8px;
	font-style: italic;
	text-transform: uppercase;
	font-weight: 900;
	margin-top: 10px;
	display: block;
	width: fit-content;
}
.course-finder-courses-2023 .course-line-title h4{
	text-transform: uppercase;
}
.course-finder-courses-2023 .course-line.level-3.t-level .course-line-level {
	background-color: transparent !important;
}

.course-finder-courses-2023 .filter-holders-2023 {
	display: flex;
	flex-direction: row;
	width: 100%;
	text-align: center;
}
.course-finder-courses-2023 .course-line.no-courses {
	display: none;
}
.course-finder-courses-2023 .course-line.t-level .course-line-title label, .course-finder-courses-2023 .course-line.t-level .course-line-title h4, .course-finder-courses-2023 .course-line.t-level .course-line-title span {
	color: black !important;
}
.course-finder-courses-2023 .course-line.t-level .filtered-course-title {
	color: black !important;
}

@media only screen and (max-width: 1000px) {
	.url-health-and-social-care .et_pb_column.et_pb_column_1_2 {
		padding: 20px !important;
	}
	.course-finder-courses-2023 .course-finder-2021-filter {
		width: 100%;
		flex-direction: column !important;
	}
	.course-finder-courses-2023 .course-finder-2021-filter select {
		width: 100% !important;
		margin: 0 0 10px 0 !important;
	}
	.course-finder-courses-2023 .filtered-courses {
		width: 90% !important;
	}
	.course-finder-courses-2023 .filtered-courses .course-line {
		width: 100% !important;
	}
}


.url-health-and-social-care #weston-health-img {
	width: 85%;
}
.url-health-and-social-care #weston-health-img img {
	width: 100%;
}
.url-health-and-social-care #health-top-image {
	width: 60%;
	margin-top: 50px;
}
.url-health-and-social-care .health-top-link-container {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
}
.url-health-and-social-care .health-top-link-container .health-top {
	margin: 10px;
	background-color: #064163 !important;
	padding: 12px;
	text-transform: uppercase;
	font-style: italic;
	color: white !important;
	width: fit-content;
	font-weight: 900;
	font-size: 1.2rem;
}
.url-health-and-social-care .health-top-link-container .health-top:hover {
	background-color: #064190 !important;
}

.url-health-and-social-care .health-title {
	color: black !important;
    font-size: 2.5rem;
    font-weight: 900;
    line-height: 1.4em !important;
}
@media only screen and (max-width: 1000px) {
	.url-health-and-social-care .et_pb_row.node-content.subject-homepage {
		width: 90% !important;
	}
}
.url-health-and-social-care .health-top-link-container .health-top.view-courses-health {
	background-color: #94C11F !important;
	color: black !important;
}
.url-health-and-social-care .health-qualifications-explained {
	display: flex;
	flex-direction: row;
	align-items: center;
	width: 100%;
	padding: 25px;
	font-weight: 900 !important;
}
.url-health-and-social-care .health-qualifications-explained .quali-explained-title-container,
.url-health-and-social-care .health-qualifications-explained .quali-explained-link-container {
	width: 50%;
	display: flex;
	justify-content: center;
}
.url-health-and-social-care .health-qualifications-explained .quali-explained-title {
	font-weight: 900;
	font-size: 2.5rem;
	padding-bottom: 0 !important;
	color: black !important;
	text-transform: uppercase;
}
.url-health-and-social-care .health-qualifications-explained .quali-explained-link {
	padding: 15px;
	color: white !important;
	background-color: #064163;
	font-size: 2rem;
	text-transform: uppercase;
	font-style: italic;
}


.url-health-and-social-care .weston-custom-CEH-section {
	padding: 15% 0 25% 0 !important;
}
.health-social-top-image {
	width: 100%;
}
#block-weston-coursefindercourses2023 {
	background-color: #F5F5F5;
}
#block-weston-healthandsocialcareswipeablemenu  .et_pb_row {
	max-width: unset !important;
	margin: 0;
	width: 100%;
}
#block-weston-healthandsocialvideo .et_pb_row{
	max-width: unset !important;
	margin: 0;
	width: 100%;
}
#block-weston-healthandsocialvideo .health-video-section{
	position: relative;
	max-height: 700px;
}
#block-weston-healthandsocialvideo .health-video video{
	width: 100%;
}
#block-weston-healthandsocialvideo .health-quote-section {
	position: absolute;
    bottom: 15%;
    left: 10%;
    width: 30%;
    background-color:  #085ac4;
    color: white !important;
    /*color: #085ac4 !important;*/
    padding: 20px;
}
@media only screen and (max-width: 1000px) {
	#block-weston-healthandsocialvideo .health-quote-section {
		width: 80% !important;
	}
}
#block-weston-healthandsocialvideo .health-video-name {
	width: fit-content;
	padding: 8px;
	background-color: #064163 !important;
	font-weight: 900 !important;
	margin-bottom: 10px;
	
}
#block-weston-healthandsocialvideo .health-video-quote {
	font-weight: normal !important;
}
#block-weston-healthandsocialvideo .health-video-info {
	font-weigt: 900 !important;
	font-size: 1rem;
}
/** {*/
/*	border-top: 1px solid red !important;*/
/*}*/
#block-weston-handsimageblock .et_pb_row,
#block-weston-cehhealthandsocial .et_pb_row{
	max-width: unset !important;
	margin: 0;
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: center;
}
#block-weston-handsimageblock .multi-image-hands {
	display: grid;
	grid-template-areas:
	"img1 img3 img4 img5 img7 img7"
	"img2 img3 img6 img6 img8 img9";
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
	grid-template-rows:250px 250px;
	gap: 15px 15px;
	/*width: 150%;*/
}

#block-weston-handsimageblock .multi-image-hands img{
	height: 100%;
	width: 100%;
	object-fit: cover;
}


@media only screen and (max-width: 1000px) {
	#block-weston-handsimageblock .multi-image-hands {
		display:flex;
		flex-direction: row;
		overflow: scroll !important;
		/*width: 90% !important;*/
		width: 100% !important;
	}
	#block-weston-handsimageblock .multi-image-hands  .multi-image-image {
		/*min-width: 350px !important;*/
		padding: 5px !important;
	}
	.url-health-and-social-care .multi-image-title {
		display: flex !important;
		flex-direction: column !important;
		align-items: flex-start;
		margin: 0 25px 25px;
	}
}
.url-health-and-social-care .multi-image-title {
	margin-left: 5px;
}
#block-weston-handsimageblock .multi-image-hands .multi-image-image {
	height: 100%;
	object-fit: cover;
}
#block-weston-handsimageblock .multi-image-hands .multi-image-image.image-1 {
	grid-area: img1;
}
#block-weston-handsimageblock .multi-image-hands .multi-image-image.image-2 {
	grid-area: img2;
}
#block-weston-handsimageblock .multi-image-hands .multi-image-image.image-3 {
	grid-area: img3;
}
#block-weston-handsimageblock .multi-image-hands .multi-image-image.image-4 {
	grid-area: img4;
}
#block-weston-handsimageblock .multi-image-hands .multi-image-image.image-5 {
	grid-area: img5;
}
#block-weston-handsimageblock .multi-image-hands .multi-image-image.image-6 {
	grid-area: img6;
}
#block-weston-handsimageblock .multi-image-hands .multi-image-image.image-7{
	grid-area: img7;
}
#block-weston-handsimageblock .multi-image-hands .multi-image-image.image-8 {
	grid-area: img8;
}
#block-weston-handsimageblock .multi-image-hands .multi-image-image.image-9 {
	grid-area: img9;
}
#block-weston-cehhealthandsocial .CEH-first {
	width: 100%;
	/*padding: 10px;*/
	
}
#block-weston-cehhealthandsocial .CEH-first img {
	width: 100%;
}
#block-weston-cehhealthandsocial .CEH-second {
	/*width: 50%;*/
	width: 100%;
	/*padding: 10px;*/
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	
}
 .CEH-second-second .endorsed-logos div {
    flex: 1;
  }
  
  .endorsed-logos-img {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    margin: 20px 0;
    justify-content: center;
  }
#block-weston-cehhealthandsocial .CEH-second div {
	/*padding: 10px;*/
}

@media only screen and (max-width: 980px) {
	.logos-sec1 img {
		display: none;
	} 
	#block-weston-cehhealthandsocial .CEH-second-first {
		padding: 0 10px 0 10px !important;
	}
}

@media (max-width: 1400px) {
  .course-finder-courses-2023 .filtered-courses {
    width: 100%;
  }
}
@media (max-width: 980px) {
  .url-health-and-social-care .weston-custom-CEH-section {
    padding: 0px !important;
  }
}

@media (max-width: 1350px) {
  .url-health-and-social-care .health-top-link-container .health-top {
    flex: 1;
    text-wrap: nowrap;
    text-align: center;
  }
}

#block-weston-cehhealthandsocial .CEH-second-first {
	width: 50%;
	align-self: flex-end;
	padding-bottom: 50px;
	padding-right: 60px;
}
#block-weston-cehhealthandsocial .CEH-second-first p {
  	width: 75%;
    padding-top: 20px;
}
  
#block-weston-cehhealthandsocial .CEH-second-second {
	/*min-height: 560px;*/
	background-color: #085ac4;
	/*position: relative;*/
}
#block-weston-cehhealthandsocial .CEH-health {
	width: 100%;
	display:flex;
	flex-direction: column;
}
#block-weston-cehhealthandsocial  .CEH-second-second p {
	color: white !important;
	font-weight: 900;
	font-size: 1.8rem;
	padding-bottom: 20px;
}
#block-weston-cehhealthandsocial  .CEH-second-second a {
	/*font-size: 1.8rem;*/
	font-size: 30px;
	/*padding: 10px;*/
}
#block-weston-cehhealthandsocial  .CEH-second-second a{
	color: white !important;
	font-weight: 900;
	text-transform: uppercase;
	text-decoration: underline;
	width: 100%;
}
#block-weston-cehhealthandsocial .field--name-body {
	width: 100%;
}
#block-weston-healthcollegebased .et_pb_row {
	max-width: unset !important;
	margin: 0;
	width: 100%;
}
#block-weston-healthcollegebased .college-based-programmes {
	display: flex;
	flex-direction: row;
	align-items: center;
	width: 100%;
	/*padding: 100px;*/
	padding: 80px 50px 80px 50px;
	background-color: #F5F5F5;
	justify-content: center;
}
#block-weston-healthcollegebased .college-based-programmes div {
	padding: 25px;
	width: 100%;
}
.college-based-video {
	width: 100%;
	height: 400px;
}


@media only screen and (max-width: 1000px) {
	#block-weston-healthcollegebased .college-based-programmes {
		flex-direction: column !important;
	}
	
	
	
	.url-health-and-social-care .et_pb_row {
		/*width: 85% !important;*/
	}
	.url-health-and-social-care .health-top-link-container .health-top {
		width: 90% !important;
		text-align: center;
	}
	.url-health-and-social-care .health-top-link-container {
		justify-content: center !important;
	}
	.url-health-and-social-care .health-qualifications-explained {
		flex-direction: column;
	}
	.url-health-and-social-care .health-qualifications-explained .quali-explained-title {
		font-size: 2rem;
	}
	.url-health-and-social-care .health-qualifications-explained .quali-explained-title-container, .url-health-and-social-care .health-qualifications-explained .quali-explained-link-container {
		width: 90% !important;
		justify-content: flex-start !important;
	}
	.url-health-and-social-care .quali-explained-link {
		font-size: 1.8rem !important;
	}
	#block-weston-cehhealthandsocial .CEH-health {
		flex-direction: column !important;
		width: 100% !important;
	}
	#block-weston-cehhealthandsocial .CEH-second {
		width: 100%;
	}
	#block-weston-cehhealthandsocial .CEH-first {
		width: 100%;
	}
	#block-weston-cehhealthandsocial .CEH-second-first p {
		width: 100%;
	}
	#block-weston-healthcollegebased .college-based-programmes {
		padding: 10px;
	}
	#block-weston-healthandsocialvideo .health-video-section {
		min-height: 700px !important;
	}
	#block-weston-healthandsocialvideo .health-video video {
		object-fit: cover;
		height: 100%;
	}
	#block-weston-healthandsocialvideo .health-quote-section {
		/*width: 90% !important;*/
		/*left: 0 !important;*/
		/*bottom: 5% !important;*/
	}
	#block-weston-healthcollegebased .college-based-programmes {
		flex-direction: column !important;
	}
	.swipe-menu-container .field--name-body, .swipe-menu-container .field--name-field-swipe-header {
		left: 0 !important;
	    padding-left: 20px !important;
		line-height: normal !important;
	}
	.url-health-and-social-care .weston-rich-media-header-text .health-social-header {
		width: 100% !important;
		left: unset !important;
	}
}
.url-health-and-social-care .weston-rich-media-header-text {
	position: relative;
	/*width: fit-content !important;*/
}
.url-health-and-social-care .weston-rich-media-header-text .health-social-header {
	position: absolute;
	bottom: 0;
	left: 10%;
}
.url-health-and-social-care .weston-rich-media-header-text .health-social-header p,
.url-health-and-social-care .weston-rich-media-header-text .health-social-header p {
	width: 100%;
	background-color: #064163;
	padding: 20px !important;
	text-transform: uppercase;
	
}
.url-health-and-social-care .weston-rich-media-header-text .health-social-header p:first-child {
	font-size: 2.5rem;
	font-style: italic;
	color: white !important;
	font-weight: 900 !important;
	border-bottom: 10px solid #94C11F;
}
.url-health-and-social-care .weston-rich-media-header-text .health-social-header p:first-child:after {
	content:"";
	width: 100%;
	background-color: pink;
}

@media only screen and (max-width: 1000px) {
	.url-health-and-social-care .endorsed-logos {
		flex-direction: column !important;
		align-items: center !important;
	}
	.url-health-and-social-care .CEH-second-second a{
		width: 100%;
		display:block;
		text-align: center;
	}
	.url-health-and-social-care .endorsed-logos-img img{
		/*width: 45% !important;*/
    	/*object-fit: contain;*/
    	
	}
	.url-health-and-social-care .endorsed-logos-img {
		/*display: flex;*/
		/*flex-direction: row;*/
		/*flex-wrap: wrap;*/
		/*justify-content: center;*/
	}
	#block-weston-cehhealthandsocial .CEH-second-first {
		width: 95%;
		margin: auto;
		margin-bottom:40px;
	}
	.logos-sec1 img {
		position: unset !important;
		width: 80%;
		margin: auto !important;
	}
	.logos-sec1 {
		/*width: 70% !important;*/
		/*margin: auto;*/
	}
	.logos-sec2 {
		/*width: 95% !important;*/
		/*margin: auto;*/
	}
}
.url-health-and-social-care .endorsed-logos {
	display:flex;
	/*flex-direction: row;*/
	/*justify-content: center;*/
	flex-wrap: wrap;
	/*width: 100%;*/
}
.logos-sec1 {
	/*width: 50%;*/
	display:flex;
	justify-content: center;
	position: relative;
	
}
.logos-sec2 {
	/*width: 50%;*/
	margin: 40px 0 40px 20px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: flex-start;
}
.logos-sec2 a {
	padding-bottom: 10px !important;
}
.logos-sec1 img{
	/*width: 40% !important;*/
	position: absolute;
	bottom: 0px !important;
	width: 70%;
	float: left;
}

.url-health-and-social-care .endorsed-logos-img img {
	/*margin: 10px;*/
	/*width: 30%;*/
 	width: 220px;
    height: 150px;
    object-fit: contain;
}
.url-health-and-social-care .course-finder-courses-2023 .no-courses {
	display: none;
}
.url-health-and-social-care .multi-image-link{
    padding: 15px;
    color: black !important;
    background-color: #94C11F !important;
    font-size: 2rem;
    text-transform: uppercase;
    font-style: italic;
    font-weight: 900;
    /*margin-left: 10px;*/
}
.url-health-and-social-care .multi-image-title {
	font-size: 2.5rem;
	text-transform: uppercase;
	font-weight: 900;
	color: black;
	margin-left: 25px;
}




.occupation h3 {
	font-weight: 900 !important;
	font-size: 1.5rem;
}

.occupation .occupation-sections {
	display:flex;
	flex-direction: row;
	margin-top: 10px;
}
.occupation .occupation-first {
	width: 70%;
}
.occupation .occupation-first P:first-child strong{
	font-weight: 900;
	text-transform: uppercase;
}


.occupation .occupation-second {
	width: 30%;
}
.occupation .occupation-page-holder .occupation-1_3-info h2 {
	border: 1px solid white;
	text-align: center;
	font-weight: 900;
	font-size: 2rem;
	text-transform: uppercase;
	padding-bottom: 0px !important;
}
.occupation .et_pb_column {
	/*margin-right: 0 !important;*/
	margin: 0 !important;
}
.occupation .occupation-employment {
	background-color: #064163;
}
.occupation .et_pb_column {
	width: 100% !important;
	margin: 20px;
}
.occupation .occupation-page-holder .occupation-1_3-info {
	padding: 20px !important;
}
.occupation .occupation-chart-holder .et_pb_column {
	padding: 10px !important;
	margin: 10px !important;
	background-color: #F1F2F5;
	width: 100% !important;
	
}
.occu-content-holder {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: center;
}
.occu-section1 {
	width: 50%;
}
.occu-section2 {
	width: 50%;
}
.et_pb_row.occupation-chart-holder {
	display:flex;
	justify-content:space-between;
	flex-direction: row;
}
.occupation .similar-careers {
	display:flex;
	flex-direction: row;
	align-items: center;
	background-color:#1D7DC4;
    /*padding: 20px 60px 20px 60px;*/
    padding: 20px 200px 20px 200px;
}
.occupation-page-holder .weston-rich-media-header .video-embed-field-responsive-video,
.occupation-page-holder .emsi-image-holder,
.occupation-page-holder .weston-rich-media-header .field__items .paragraph img{
	width: 100% !important;
}
.occupation .similar-careers-1 {
	display:flex;
	flex-direction: row;
	flex-direction: column;
	width: 35%;
	color: white;
}
.occupation .similar-careers-1 p:first-child{
	font-weight: 900;
	font-size: 4rem;
	color: white;
	text-transform: uppercase;
	padding-bottom: 0px !important;
}
.occupation .similar-careers-1 a {
	background-color: white !important;
	width: fit-content;
	text-transform: uppercase;
	color: #064163 !important; 
	font-weight: 900;
	padding: 3px 10px 3px 10px;
	margin-top: 20px;
}
.occupation .similar-careers-2 {
	width: 65%;
}
.occu-section1,
.occu-section2 {
	margin: 15px;
}
.occupation-page-holder .video-embed-field-responsive-video{
	position: relative;
    display: flex;
    justify-content: center;
}
.occupation-page-holder .video-embed-field-responsive-video {
	left: unset !important;
}
.occupation-page-holder .emsi-image-holder {
	position: relative;
}
.occupation-page-holder .video-embed-field-responsive-video h2 {
	position: absolute;
	bottom: 80px;
	z-index:1000;
	width: fit-content;
	color: white !important;
	font-weight: bold !important;
	font-size: 3rem;
	left: 100px !important;
	text-transform: uppercase;
	text-align: center;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width: 1000px) {
	.occupation-page-holder .video-embed-field-responsive-video h2 {
		left: 330px !important;
		font-size: 1.5rem !important;
	}
}
.occupation-page-holder .weston-rich-media-header .field__items .paragraph {
	width: 100% !important;
	left: unset !important;
	position: unset !important;
}
.similar-occ-container {
	/*width: 350px;*/
	background-color: #A8CBE7;
	margin: 10px;
	width: 100%;
	max-width: 350px;
	height: 100%;
}
.similar-careers {
	display:flex;
	flex-direction: row;
	
}
.similar-careers .careers-background {
	background-color: white;
	width: fit-content;
	color: #064163 !important;
	font-weight: 900;
    font-size: 4rem;
    text-transform: uppercase;
    padding-bottom: 0px !important;
    padding: 0 10px 0 10px;
}
.similar-careers-2 {
	display: grid;
	   grid-template-columns: repeat(auto-fit, minmax(210px, max-content));
	   grid-gap: 16px;
	flex-direction: row;
	justify-content: space-evenly;
	flex-wrap: wrap;
	align-items: center;
}
.sim-2 {
	text-align: center;
	color: black !important;
}
.occupation-inline-link {
	color: black !important;
	font-weight: 700 !important;
	font-size: 2rem !important;
}
.occupation .similar-careers-2 img {
	/*min-width: 306px;*/
	width: 100%;
}
.similar-occ-container {
	display: flex;
	flex-direction: column;
}
@media only screen and (max-width: 2100px) {
	.occupation .similar-careers-2 {
		flex-direction: column !important;
	}
	.occupation .similar-careers {
		padding: 10px 100px 10px 100px !important;
	}
} 
@media only screen and (max-width: 1000px) {
	.occupation-page-holder .video-embed-field-responsive-video img {
		object-fit: contain !important;
	}
	.occupation .similar-careers {
		padding: 10px 10px 10px 10px !important;
	}
	.similar-occ-container {
		width: 100%;
	}
	.occupation .similar-careers-1 {
		width: 100% !important;
		/*padding-left: 100px;*/
	}

	.occupation .similar-careers-2 {
		width: 80% !important;
		
	}
	.similar-careers {
		flex-direction: column !important;
	}
	.similar-careers-2 {
		flex-direction: column !important;
	}
	.occu-content-holder {
		flex-direction: column !important;
	}
	.occu-content-holder .occu-section1 {
		width: 100%;
	}
	.occu-content-holder .occu-section2 {
		width: 100%;
	}
	.occupation-chart-holder {
		flex-direction: column !important;
	}
}

@media (max-width:1300px){
   section#block-weston-handsimageblock .multi-image-hands {
    display: flex !important;
    overflow: scroll;
    height: 200px;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: left;
}
   section#block-weston-handsimageblock  .multi-image-hands .multi-image-image {
    height: 100% !important;
    object-fit: cover !important;
    width: 200px !important;
    aspect-ratio: 1 / 1;
}
  section#block-weston-handsimageblock  .clearfix.text-formatted.field.field--name-body.field--type-text-with-summary.field--label-hidden.field__item {
    overflow: auto;
}
}

section#block-weston-handsimageblock p.multi-image-title {
    padding-bottom: 30px;
    display: flex;
    align-items: center;
    gap: 20px;
}


@media only screen and (max-width: 1000px) {
	.news-first-half-second time {
  color: white !important;
  font-size: 1.2rem !important;
}
	.news-header-holder {
		flex-direction: column !important;
	}
	.news-header-holder .news-first-half,
	.news-header-holder .news-second-half {
		width: 100% !important;
	}
	.news-content-holder {
		flex-direction: column !important;
	}
	.news-content-first,
	.news-content-second{
		width: 100% !important;	
	}
	.news-title {
		/*font-size: 1.2rem !important;*/
		font-size: 1.4rem !important;
	}
	.news-first-half-second {
		top: 100px !important;
	}
	.news-first-half {
		min-height: 400px !important; 
	}
	
}
@media only screen and (max-width: 1500px) { 
	.news-header-holder .weston-rich-media-header .field__items  img{
		object-fit: cover;
	}
}
@media (max-width:1199px) {
  .news-content-second {
    flex: 1 500px;
  }
}
.news-content-holder .et_pb_row {
	max-width: unset !important;
	width: unset !important;
	margin: auto;
	position: relative;
}
.news-header-holder {
	display: flex;
	flex-direction: row;
}
.news-header-holder .news-first-half,
.news-header-holder .news-second-half {
	/*width: 50%;*/
}
.news-header-holder .news-first-half {
	width: 40%;
}
.news-header-holder .news-second-half {
	width: 60%;
}
.news-content-holder {
	width: 100%;
	margin: auto !important;
	display: flex;
	flex-direction: row;
	/*gap: 10px;*/
	flex-wrap: wrap;
}
.news-content-first {
	/*width: 70% !important;*/
	/*margin: auto !important;*/
	margin: 0 !IMPORTANT; /* Add */
  	flex: 1 700px; /* Add */
}
.news-content-first.layout-2columnsplit {
	display: flex;
	flex-direction: row;
	gap: 15px;
}
@media only screen and (max-width: 1000px) {
	.news-content-first.layout-2columnsplit {
		flex-direction: column;
		gap: 15px;
	}
}
.news-content-first > * {
	display: block;
	width: 85%;
	margin: auto !important;
}
.news-content-first .field--name-body {
	/*width: 80%;*/
	/*margin: auto;*/
}

.news-first-half-second .news-title {
	color: white !important;
	font-weight: 900 !important;
	padding-bottom: 0 !important;
}

.news-content-second {
	/*width: 30%;*/
	flex: 0 500px; /* Add */
}

.news-widget-list {
	display: flex;
	flex-direction: column;
	/*gap: 20px;*/
	gap: 50px;
}


.news-widget-list img{
	height: 300px;
    width: 100%;
    object-fit: cover;
}
.news-widget-item {
	position: relative;
}
.news-widget-list {
	background-color: #F6F7F7;
	/*padding: 20px 40px 20px 40px;*/
	padding: 20px 40px 50px 40px;
}
.news-widget-date {
	width: fit-content !important;
	position: absolute;
	left: 0;
	top: 0;
	/*background-color: #3986CF;*/
	background-color: #0e65b5; /* Add */
	color: white;
	/*padding: 5px;*/
 	padding: 10px;	
	font-weight: 900; /* Add */
  	font-style: italic; /* Add */
}
.news-widget-title {
	/*background-color: #172120;*/
	 background-color: #fff; 
	text-align: center;
	padding: 15px 10px 15px 10px;
	/*color: white !important;*/
	 color: #383838!important;
	font-size: 1.2rem !important;
}
.news-widget-item:hover > * {
	text-decoration: underline !important;
}
.news-widget-related {
	font-size: 1.8rem !important;
}
.news-first-half {
	position: relative;
}
.news-first-half img {
	width: 100%;
	height: 100%;
	z-index: 0;
}
.news-first-half-first {
	z-index: 1;
	position: absolute;
	width: 100%;
    height: 100%;
}
.news-second-half .field__items .paragraph img {
	width: 100%;
	object-fit: cover !important;
}
.news-first-half-second {
	z-index:100;
	position: relative;
	width: 70%;
	top: 30%;
	left: 5%;
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.news-title {
	/*background-color: black;*/
	/*padding: 10px;*/
  	padding: 0 0 0 20px;
	color: white !important;
	/*font-weight: bold;*/
	/*font-family: 'Hco Gotham',Helvetica,Arial,Lucida,sans-serif !important;*/
	font-size: 2rem;
	text-transform: uppercase;
	line-height: 1.2em !important;
}
.outer-page-link {
    padding: 50px 50px 25px 50px;
	text-align: center;
	background-color: #F6F7F7;
}
.outer-page-link a {
	font-size: 1.5rem;
	 font-weight: 900;
	/*background-color: #172120;*/
	background-color: #0f65b5;
	/*padding: 10px;*/
	padding: 20px;
	line-height: unset !important;
	display: block;
	text-transform: uppercase;
	color: white !important;
}
.outer-page-link a:hover {
	text-decoration: underline !important;
}

.news-widget-list h2 {
  font-weight: 900;
  text-align: center;
  margin-bottom: -25px;
  text-transform: capitalize;
  color: #000 !important
}
.news-first-half-second time:before {
	content: "" !important;
}
.news-first-half-second time {
	color: white !important;
	font-size: 1.5rem !important;
 	padding: 0 0 0 20px; 
  	font-weight: 300;
}


.event-template.news-content-holder {
	/*height: 100%;*/
}


/*.event-template .event-date {*/
/*	color: white !important;*/
/*}*/


/*.event-details {*/
/*	display: flex;*/
/*	flex-direction: column;*/
/*	gap: 15px;*/
/*	align-items: flex-start;*/
/*	background-color: #ebebeb;*/
/*	padding: 50px;*/
/*	width: 100%;*/
/*}*/
.event-second-half {
	display: flex !important;
	flex-direction: column;
	gap: 15px;
	align-items: flex-start;
	background-color: #ebebeb;
	padding: 50px;
	width: 100%;
}
.embed-container {
	width: 100%;
}
.event-details {
	width: 100%;
}
.event-details .event-item {
	padding: 10px;
	background-color: white;
	color: black !important;
	width: 100%;
	/*margin: auto;*/
	font-size: 1.2rem;
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 10px;
}
.event-info-register-container {
	width: 100%;
	/*margin: auto;*/
	padding-top: 15px;
	
}
.event-details .event-item img {
	height: 36px;
	width: 36px;
}
.event-info-register {
	padding: 15px 20px 15px 20px !important;
	text-decoration: underline;
	font-style: italic;
	font-weight: 900;
	font-family: 'Hco Gotham',Helvetica,Arial,Lucida,sans-serif !important;
	background-color: white;
	font-size: 1.7rem !important;
	text-align: center;
	width: 100%;
	color: black !important;
	/*margin-right: auto;*/
}

.tt-widget {
	background-color: #ebebeb;
	padding-bottom: 20px;
	width: 100% !important;
}

@media only screen and (max-width: 1000px) {
	.event-content-first.event .et_pb_column_event {
		width: 95% !important;
		margin: auto !important;
	}
	.event-details {
		/*padding: 20px;*/
	}
	.event-content-first.event .et_pb_column_event:first-child {
		padding-bottom: 50px;
	}
	.event-content-first {
		flex-direction: column-reverse !important;
		width: 100%;
		gap: 0px !important;
	}
	.event-content-first.event .et_pb_column_event {
		width: 100% !important;
	}
	.news-second-half .field__items .paragraph img {
		object-fit: contain !important;
	}
	.event-details .event-item {
		width: 100% !important;
	}
	.event-second-half {
		padding: 25px !important;
	}
}

.event-content-holder .event-first-half {
	width: 57% !important;
	padding: 40px;
}
.event-content-first.event .et_pb_column_event {
	display: block;
	width: 41%;
	margin-left: auto;
}

 .event-template .et_pb_row{
 	padding: unset !important;
 }

.event-content-first.event .et_pb_column_event:first-child {
	/*width: 35% !important;*/
}
.event-content-first {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
}
.news-content-first.event.et_pb_row {
	padding: 0 !important;
}
.news-content-first.event.layout-2columnsplit .et_pb_column:first-child {
	padding: 50px 50px 0 50px !important;
}

.news-content-first .field--name-body p {
	width: 100% !important;
}



.event-content-holder .event-content-first {
	max-width: unset !important;
	width: 100%;
}
@media only screen and (max-width:1000px) {
	.page-node-type-news .et_pb_section:not(.region-highlighted) {
		padding: 0px;
	}
}

.outer-page-link a::after {
  content: "\f054";
  font: var(--fa-font-solid);
  opacity: 0;
  margin-left: -10px;
  transition: 0.5s ease;
  display: inline-block;
  /*text-decoration: none !important;*/
}

.outer-page-link a:hover::after,
.outer-page-link a:focus::after {
  content: "\f054";
  font: var(--fa-font-solid);
  opacity: 1;
  margin-left: 15px;
  transition: 0.5s ease;
  /*text-decoration: none !important;*/
}

.outer-page-link a:hover::after,
.outer-page-link a:focus::after {
  text-decoration: none !important;
}

.cad-creative-video {
	margin-top: 20px;
}
.type-item24 img {
	width: 48px;
	height: 48px;
}
.news-tag-container .type-item24 {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5px;
    padding: 8px 8px;
    min-height: 68px;
    /*cursor: pointer;*/
}
.news-tag-container{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px; 
    align-items: center;
    padding-bottom: 20px;
}
.news-tag-container .taxonomy-term-label {
    color: white !important;
    text-transform: uppercase;
    font-weight: 900 !important;
}
.news-tag-container .tag-employers {
    background-color: #1D2444;
}
.news-tag-container .tag-blogs-and-vlogs {
    background-color: #60A4E8;
}
.news-tag-container .tag-thought-leadership {
    background-color: #EA2F84;
}
.staff-author24 {
	border-bottom: 10px solid rgb(0,178,255);
	position: relative;
	/*height: 80px;*/
	margin-top: 150px !important;
}
.staff-author24 .news24-wave {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	/*z-index: -1;*/
}


.news-tag-container .tag-alumni-trailblazers {
    background-color: #f1692c;
}




.staff-author24 .wavy-section24 {
	position: relative;
	height: 100px;
}
.staff-author24 .name-container {
	z-index: 1;
	position: relative;
	padding: 10px 0 10px 0;
	width:50%;
}
@media only screen and (max-width: 1000px) {
	.staff-author24 .staff-image24 {
		height: 200px !important;
	}
	.staff-author24 .news24-wave {
        object-fit: cover;
    }
	
}
.staff-author24 .name-container h2,
.staff-author24 .name-container h1{
	color: black !important;
}
.staff-author24 .name-container h1 {
	padding-bottom: 0px !important;
}
.staff-author24 .staff-image24 {
	position: absolute;
    right: 0px;
    bottom: 0;
    height: 300px;
	/*max-height: 100%;*/
	z-index: 10;
	
}
.staff-author24 .staff-image24 img {
	/*height: 200px;*/
	
	height: 100%;
	/*position: absolute;*/
	/*right: 20px;*/
	
}

.homepage-25-header {
	width: 100% !important;
	/*max-width: unset !important;*/
	/*min-height: 600px !important;*/
	height: 600px;
}
@media only screen and (max-height: 700px) {
	.homepage-25-header {
		height: unset !important;
		overflow: scroll;
	}
	div#et_top_search {
		height: unset !important;
	}
	#top-menu li.menu-item {
		margin: unset !important;
	}
	.navbar-social-links {
		margin-bottom: 10px;
	}
}
#homepage-25-top-nav {
	width: 100%;
    display: flex;
   
    height: 100%;
    flex-direction: row;
    
}

div#et_top_search {
	background-color: unset !important;
}
#top-menu {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 20px;
}
.sub-menu {
	position: absolute;
	right: 100% ;
	/*bottom: 50%;*/
	/*top: 0;*/
	/*top: 100%;*/
	width: unset !important;
	/*visibility: hidden;*/
	background-color: unset !important;
	max-width: 100%;
	/*overflow-y: scroll !important;*/
	/*overflow-x: scroll !important;*/
}
.sub-menu li.menu-item {
	background-color: white !important;
	color: black !important;
}
.sub-menu li.menu-item a {
	color: black !important;
	text-align: right;
	/*font-weight: normal !important;*/
	font-style: normal;
}
@media only screen and (max-width: 750px) {
	.homepage-25-top-header li.menu-item {
		margin: 15px !important;
	}
	.homepage-25-waves {
		bottom: 120px !important;
	}
	.top-menu-second-half-container {
		margin-top: 20px;
	}
	.weston-search {
		display: none !important;
	}
	.top-menu-second-half-container form {
		display: flex !important;
	}
	.homepage-25-search-image {
		display:none !important;
	}
	.homepage-25-content-holder .expanded-sub-menu {
		margin-right: 0px !important;
		margin-top: 10px !important;
	}
	.homepage-25-content-holder .expanded-sub-menu .navbar-25-top-item {
		padding: unset !important;
	}
	.homepage-25-content-holder .close-navbar {
		display: none !important;
	}
	.homepage-25-content-holder .top-navbar-closer {
		display: block !important;
		padding-top: 10px;
	}
	#top-menu .menu-item {
		flex-direction: column !important;
	}
	#top-menu-nav {
		width: 100% !important;
		margin-bottom: 20px;
	}
	.homepage-25-header {
		height: fit-content !important;
	}
	.sub-menu {
		visibility: unset !important;
		/*position: unset !important;*/
		
		/*display: none;*/
	}
	div#et_top_search {
		position: unset !important;
		padding: 30px 0 !important;
	}
	#homepage-25-top-nav {
		/*flex-direction: column-reverse;*/
		flex-direction: column;
		align-items: center;
		height: fit-content;
	}
	.weston-search input[type=submit], .path-search #search-form input[type=submit] {
		width: 30% !important;
	}
	.homepage-25-content-holder.visible-navbar {
		display:flex;
  		flex-direction: column-reverse;
  		height: 100%;
  		justify-content: space-between;
  		overflow: scroll;
	}
	#top-menu .menu-item {
		/*margin: 5px !important;*/
		margin: 5px 10px 5px 5px !important;
		padding: 5px !important; 
	}
	.homepage-25-content-holder .sub-menu {
		position: unset !important;
		/*right: 0;*/
	}
	
	
}

@media only screen and (max-width: 1300px) {
	#top-menu .menu-item {
		margin: 5px 10px 5px 5px !important;
		padding: 5px !important; 
	}	
	.navbar-25-top-item {
		padding: 5px !important; 
	}
	.navbar-25-top-item a {
		padding: 0.5em 0.5em 0.5em 0.5em !important;
	}
	
}


.navbar-25-top-item {
	display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    justify-content: flex-end;
    padding: 10px;
	}
.sub-menu {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
.sub-menu .navbar-25-top-item  {
	background-color: unset !important;
}
.sub-menu .navbar-25-top-item a{
	font-weight: 900 !important;
}
.navbar-25-top-item {
	/*background-color: #30A0E0;*/
	background-color: #2578ad;
}
.menu-item-has-children.menu-expanded > .sub-menu {
  max-height: 500px; 
}

.menu-item--expanded .navbar-25-top-item {
	/*background-color: #30A0E0;*/
	font-style: normal !important;
	/*border: 2px solid white !important;*/
}
.menu-item--expanded .navbar-25-top-item a{
	font-style: italic !important;
	width: 100%;
    text-align: right;
}
#top-menu .sub-menu .menu-item {
	margin: unset !important;
}
.menu-item--expanded .sub-menu .navbar-25-top-item a {
	font-style: normal !important;
}
#top-menu  .menu-item {
	padding: 10px;
	/*margin: 10px;*/
	position: relative;
	width: 300px;
	display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.homepage-25-navbar-arrow {
	height: 16px;
}
.et_menu_container123 {
	display: flex;
    min-height: 600px;
    flex-direction: column;
    width: 100%;
    align-items: center;
    background-color: lightblue;
    max-width: unset !important;
}
#et_top_search {
	width: 80%;
}
#top-menu-nav {
	width: 50%;
	height: 100%;
}
#et-top-navigation123 {
	margin-left: auto;
}
#top-menuuuu {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
    
}
.navbar-25 {
	height: 100%;
}
.homepage-25-top-header {
	height: fit-content;
	background-color: #00354D;
	display: flex;
	flex-direction: row;
	align-items: center;
    z-index: 10000;
    position: relative;
}
.close-navbar {
	color: white;
	font-size: 24px;
	margin-right: 10px;
	font-weight: 900;
	cursor: pointer;
	display: flex;
}
.menu-item {
	border: 2px solid transparent !important;
}
.homepage-25-content-holder .sub-menu {
	margin-right: 10px;
	margin-bottom: 2px !important;
}
.homepage-25-top-header .menu-item {
	margin: 10px !important;
	
}
.homepage-25-content-holder .menu-item a {
	font-weight: 900 !important;
}
.homepage-25-top-header #top-menu-nav {
	display: flex !important;
	flex-direction: row;
	width: 80%;
	justify-content: center;
	align-items: center;
	min-height: 80px;
}
.homepage-25-top-header #top-menu-nav .menu-item a{
	color: white !important;
}
nav#top-menu-nav {
	float: unset !important;
}
.homepage-25-content-container {
	width: 100%;
}
.homepage-25-content-container {
	max-width: 1200px;
	margin: auto;
	position: relative;
}

.homepage-25-content-holder {
	background-color: #38B6FF !important;
    position: fixed;
    transition: transform 0.5s ease; 
  	transform: translateX(-100%);
  	z-index: 1000000000;
    width: 100%;
  	
}
body {
	overflow-x: hidden;
}
/*.homepage-25-content-holder*/

.homepage-25-content-holder.visible-navbar {
  transform: translateX(0);
  
  
}

.homepage-25-content-holder.hidden-navbar {
  transform: translateX(100%);
  overflow: hidden;
}

.homepage-25-content-container .menu-item:hover {
	/*border: 2px solid white !important;*/
}

div#et_top_search {
    margin: 0px;
    height: 100%;
    display: flex;
    background-color: #1a2d74;
    align-items: center;
    flex-direction: column;
    padding: 30px;
    justify-content: flex-end;
    position: relative;
    bottom: 75px;
  }
.logo_container a #logo {
	height: 80px !important;
	margin-top: unset !important;
}

.et_header_style_left .logo_container {
	height: fit-content;
}


.homepage-25-under-nav {
 	position: relative;
    z-index: 100000000;
    width: 90%;
    margin: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.homepage-25-right-navbar button,
.close-navbar, .toggle-content-pause,
.slider-25-pauser{
	background: none;
	color: inherit;
	border: none;
	padding: 5px;
	font: inherit;
	cursor: pointer;
	outline: inherit;
	color: white !important;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}
@media only screen and (max-width: 1000px) {
	.homepage-25-right-navbar {
		padding: 10px !important;
	}
}
.homepage-25-right-navbar button:focus,
.close-navbar:focus {
	border: 1px solid white !important;
}
.search-button:focus {
	border: 1px solid black !important;
}
.navbar-social-links .navbar-social a:hover,
.navbar-social-links .navbar-social a:focus {
	/*border-bottom: 1px solid white;*/
	transform: scale(1.15);
}
.navbar-social-links .navbar-social a {
  transition: transform 0.25s ease-in-out;
  color: white;
}

.toggle-navbar {

}
.homepage-25-navbar-pause {
	height: 20px;
}
.toggle-navbar .homepage-25-navbar-burger,
.homepage-25-navbar-close{
	height: 32px;
	/*width: 48px;*/
}

.homepage-25-under-nav-container {
	width: 100%;
	position: absolute;
    z-index: 100000;
} 
.homepage-25-waves-holder {
	width: 100%;
}
.homepage-25-waves {
	width: 100%;
	object-fit: cover;
    height: 150px;
	position: absolute;
	
}
.weston-search {
	/*display: none;*/
	/*position: fixed;*/
	/*right: 0;*/
	/*top: 117px;*/
	/*width: 500px;*/
	/*background: #2a383a;*/
	/*z-index: 1000000;*/
	/*padding: 10px;*/
	display: flex;
	flex-direction: row;
	width: 100%;
	justify-content: center;
}
.nav-search {
	width: 100%;
	padding: 20px !important;
}
.homepage-25-search-image {
	width: 80%;
}
.homepage-25-right-navbar {
    display: flex;
    gap: 30px;
    flex-direction: row;
    align-items: center;
    padding: 25px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 5px;
}
.homepage-25-right-navbar button:hover {
	border-bottom: 1px solid white;
}
.homepage-25-right-navbar p {
	color: white;
	font-weight: 900;
	font-size: 15px;
}
.enableRecite {
	cursor: pointer;
}

.navbar-social-links {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-end;
	gap: 25px;
	width: 300px;
	margin-right: 15px;
	margin-top: 10px !important;
	position: absolute;
  	bottom: 30px;
}
.close-navbar {
	z-index: 1000;

}
.top-navbar-closer {
	position: absolute;
	right: 10px;
	top: 10px;
	display: none;
}
/*.menu-item#open-evening-navbar-link {*/
/*	background-color: white !important;*/
/*	color: black !important;*/
/*	font-weight: 900 !important;*/
/*	font-size: 22px !important;*/
/*	text-align: center;*/
/*	text-decoration: italic;*/
/*	justify-content: center !important;*/
/*}*/
#open-evening-navbar-link .navbar-25-top-item {
	background-color: white !important;
	justify-content: center !important;
}
.menu-item#open-evening-navbar-link a {
	color: black !important;
	padding: 8px;
}
.navbar-social-links i {
	color: white !important;
	height: 20px;
}
.navbar-social-links svg,
.navbar-social-links img
{
	height: 20px !important;
}
/*.homepage-25-under-nav-container button:hover,*/
/*.homepage-25-under-nav-container button:active {*/
/*	border: 1px solid white !important;*/
/*}*/


.mailing-list-button {
	display: block !important;
    margin-top: 20px !important;
    font-weight: 900 !important;
    font-style: italic !important;
    font-size: 18px !important;
    padding: 10px !important;
}
.nav-search-container {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
}

.nav-search {
    width: 100%;
    padding-left: 15px;
    padding-right: 45px;
    height: 40px;
    border: 1px solid #ccc;
    /*border-radius: 20px;*/
    font-size: 16px;
}

.search-button {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%; 
}

.search-button img {
    width: 20px;
    height: 20px;
    pointer-events: none; 
}
.top-menu-second-half-container {
	width: 100%;
	display: flex;
    justify-content: flex-end;
    flex-direction: column;
    align-items: flex-end;
}
.top-menu-second-half-container form {
	width: 300px;
	float: right;
	margin-right: 10px;
	display: none;
}


.custom-slider-25 {
	width: 100%;
	position: relative;
	overflow: hidden;
}
.custom-slider-25:first-of-type .field__items {
	display: flex;
	flex-direction: row;
	width: 100%;
	overflow: hidden;
	transition: transform 0.5s ease-in-out;
}

.custom-slider-25 .field__items .weston-25-content-slider {
	min-width: 100vw;
	position: relative;
	flex: 1;
}
.content-slider-side-image-container img {
	max-height: 400px;
	z-index: 100;
}

.custom-slider-25 .content-slider-background-image,
.custom-slider-25 .content-slider-mobile-background-container{
	position: absolute;
	z-index: 0;
	height: 100%;
	width: 100vw;
}
.custom-slider-25 .content-slider-background-image img {
	height: 100%;
	width: 100vw;
}
.custom-slider-25 .custom-slider-header-text {
	z-index: 100;
}



.custom-slider-25 .content-slider-content-container {
	display: flex;
    justify-content: space-evenly;
    width: 100vw;
    text-align: center;
    /*margin: auto;*/
    flex-direction: row;
    align-items: center;
    padding-top: 20px;
}
.custom-slider-25 .custom-slider-25-controls {
	display: flex;
    width: 100vw;
    justify-content: flex-end;
    height: 30px;
    position: absolute;
    z-index: 10000000;
    bottom: 40px;
    right: 40px;
}


.custom-slider-25 .dots {
    text-align: center;
    /*background-color: white;*/
    display: flex;
    flex-direction: row;
    align-items: center;
    border-radius: 25px;
}

.custom-slider-25 .dot {
	width: 15px;
    height: 15px;
    background-color: transparent;
    border-radius: 50%;
    display: inline-block;
    border: 2px solid white;
    margin: 0 5px;
    cursor: pointer;
}

.custom-slider-25  .dot.active {
    background-color: white;
}
.custom-slider-25 .content-slider-mobile-background-container img {
	display: none;
}

@media only screen and (max-width: 800px) {
	.custom-slider-25 .content-slider-mobile-background-container img {
		display: inherit;
	}
	.custom-slider-25 .content-slider-background-image img {
		display: none !important;
	}
}

/*below is from asana*/

.custom-slider-25 {
	width: 100%;
	position: relative;
	overflow: hidden;
}
.custom-slider-25:first-of-type .field__items {
	display: flex;
	flex-direction: row;
	width: 100%;
	overflow: hidden;
	transition: transform 0.5s ease-in-out;
	align-items: flex-end;
}

.custom-slider-25 .field__items .weston-25-content-slider {
	min-width: 100vw;
	position: relative;
	flex: 1;
	justify-items: center;
	/*height: 600px;*/
}


.custom-slider-25 .content-slider-background-image,
.custom-slider-25 .content-slider-mobile-background-container{
	position: absolute;
	z-index: 0;
	height: 100%;
	width: 100vw;
}
.custom-slider-25 .content-slider-background-image img {
	height: 100%;
        object-fit: cover;
}



/*======DESKTOP LAYOUT OF FLEXBOX CONTAINER========================*/

.custom-slider-25 .content-slider-content-container {
	display: flex;
	justify-content: space-between;
	width: 100vw;
	max-width: 1400px;
	text-align: center;
	margin: auto;
	align-items: center;
	/* padding-top: 0px; */
	height: 100%;
	flex-flow: row-reverse;
	flex-direction: row;
}


@media (max-width:1750px){
.custom-slider-25 .content-slider-content-container {
    width:80%;
    margin:auto;
}
}

/*======CONTENT DIV AND CONTENT ITSELF STYLING=========*/

.custom-slider-25 .custom-slider-header-text {
	z-index: 100;
	flex: 1;
        -webkit-flex: 0 1 60%;
	order: 1;
}

.custom-slider-25 .custom-slider-header-text h1 {
    font-size: 70px;
    line-height: 70px;
    text-align: left;
    padding-bottom: 5px;
    color: white !important;
}

.custom-slider-25 .custom-slider-header-text p {
    font-size: 27px;
    color: #38b6ff;
    text-align: left;
    FONT-WEIGHT: 600;
}

.custom-slider-25 .custom-slider-header-text .promo-container a {
	background:#ffffff;
	font-size: 20px;
	FONT-WEIGHT: 900;
	font-style: italic;
	color: black;
	padding: 10px 25px;
}

.custom-slider-25 .promo-container {
    display: flex;
    gap: 0 20px;
}


/*====IMAGE DIV AND IMAGE ITSELF STYLING=======================================*/

.custom-slider-25 .content-slider-side-image-container {
    display: flex;
    align-items: flex-end;
    height: 100%;
    flex-wrap: nowrap;
    order: 2;
}

.custom-slider-25 .content-slider-side-image-container img {
	max-height: 100%;
	width: 100%;
	padding-top: 30px;
	object-fit: contain;
}

.custom-slider-25 .content-slider-content-container .content-slider-side-image-container .field__items {
	height: 100%;
	width: 100%;
}



/*=======NAVIGATION========================*/

.custom-slider-25 .custom-slider-25-controls {
	display: flex;
    width: 100vw;
    justify-content: flex-end;
    height: 30px;
    position: absolute;
    z-index: 10000000;
    bottom: 40px;
    gap: 8px;
    right: 40px;
}


.custom-slider-25 .dot {
	width: 20px;
    height: 20px;
    background-color: transparent;
    border-radius: 50%;
    display: inline-block;
    border: 2px solid white;
    margin: 0 5px;
    cursor: pointer;
}

.custom-slider-25  .dot.active {
    background-color: white;
}

/*===BACKGROUND SWAP============================================*/


.custom-slider-25 .content-slider-mobile-background-container img {
	display: none;
}



/*======MOBILE STYLING===============================*/

@media only screen and (max-width: 980px) {
	.custom-slider-25 .content-slider-mobile-background-container img {
		display: inherit;
	}
	.custom-slider-25 .content-slider-background-image img {
		display: none !important;
	}
	.custom-slider-25 .content-slider-content-container {
    display: flex;
    width: 80%;
    flex-direction: column;
    margin: 70px auto 0px auto;
	height:auto;
	 overflow: hidden;
	 padding-top: 60px !important;
}	
	.custom-slider-25 .field__items .weston-25-content-slider {
	min-width: 100vw;
	position: relative;
overflow: auto;
	flex: 1;
	justify-items: center;
	height: 750px;
        display: flex;
        align-content: stretch;

}

.custom-slider-25 .custom-slider-header-text h1 {
    font-size: 50px !important;
    line-height: 50px;
}


.custom-slider-25 .custom-slider-header-text p {
    font-size: 22px;
    line-height: 25px;
}

.custom-slider-25 .content-slider-side-image-container {
    width: 100%;
}

    .custom-slider-25 .content-slider-mobile-background-container img {
    position: absolute;
    z-index: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

	.custom-slider-25 .custom-slider-header-text h1, .custom-slider-25 .custom-slider-header-text p {
    text-align: center; 
word-break: break-word;
}

.custom-slider-25 .promo-container {
    justify-content: center;
}

	.custom-slider-25 .custom-slider-25-controls {
    display: flex;
    width: 100%;
    justify-content: center;
    height: 30px;
    position: absolute;
    z-index: 10000000;
    top: 80px;
    right: 0px;
}
}
.recite-me-icon,
.recite-me-button {
	/*display: none;*/
}
.display-none {
	display: none !important;
}
.recite-me-icon img{
	height: 20px;
}



.expanded-sub-menu::-webkit-scrollbar {
  width: 8px;
}

.expanded-sub-menu::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 4px;
}

.expanded-sub-menu::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.expanded-sub-menu::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 4px;
}


.truncated-flippable-item {
	padding: 15px;
	background-color: white;
	min-height: 100%;
}

.news-second-half .field__items img{
	width: 100% !important;
}
.cad-occupations h2 {
	color: white !important;
}

#recite-translation-button {
/*    position: absolute !important;*/
/*    top: 94px !important ;*/
    border-radius: 5px !important;
/*    right: 680px !important;*/
    /*height: 50px !important;*/
    padding: 10px 15px !important;
     /*width: 170px; */
    font-size: 10pt !important;
    color: #eee !important;
    background-color: #39b6ff !important;
    z-index: 9999999 !important;
  }

  #recite-translation-dropdown {
    position: absolute;
    top: 39px;
    height: 400px;
    overflow: auto;
    right: 0;
    min-width: 160px;
    padding: 0;
    background-color: #fff;
    border: solid 1px #39b6ff;
    color: #39b6ff;
    font-size: 10pt;
  }

  #recite-translation-dropdown ul {
    margin: 0;
    padding: 0;
  }

  #recite-translation-dropdown li {
    margin: 0;
    padding: 20px 30px;
    font-size: 10pt;
    list-style: none;
    cursor: pointer;
  }

  #recite-translation-dropdown li:hover {
    color: #eee;
    background-color: var(--color-primary);
  }

  .recite_language_main_name_str_dropdown {
    font-size: 1em;
  }

  .recite_language_native_name_str_dropdown {
    font-size: 0.9em;
    font-style: italic;
    color: var(--color-orange);
  }

.content-slider-background-image video {
	height: 100%;
    object-fit: cover;
    width: 100%;
}
.course-content-25-outer-holder {
	padding-top: 200px;
	z-index: 10;
	position: relative;
} 
.course-content-top-background-25 {
	background-color: #502068;
	height: 600px;
	width: 100%;
	position: absolute;
	bottom: 200px;
	z-index: 0;
	bottom: 450px;
	z-index: -1;
	
}
.course-content-top-div {
	position: relative; 
	z-index: 100;
}
course-content-info-holder-25 {
	z-index: 100;
}
.course-content-25-inner-holder {
	/*gap: 50px;*/
}
/*.course-content-25-inner-holder > div {*/
/*	padding: 50px 0 50px 0;*/
/*}*/
.course-content-top-div {
	padding-bottom: 70px;
}
.course-content-options-holder-25 {
	padding: 70px 0 70px 0;
}
.course-content-bottom-25 {
	/*padding: 70px 0 70px 0;*/
	/*padding: 70px 20px 70px 20px;*/
    padding: 70px 20px 150px 20px;

}
.course-content-25-inner-holder,
.course-content-25-outer-holder{
    display: flex;
    flex-direction: column;
}
#alevel-basket-wrapper #alevel-container {
	left: unset !important;
	right: 100px !important;
}
@media only screen and (min-width: 1170px) {
	.page-node-type-course .course-level-title-holder-25 h1.course-title-25 {
		padding-bottom: 80px !important;
	}
}

.course-content-25-inner-holder span.modal-opener-inline.has-tip:hover {
	transform: unset !important;
	color: white !important;
	background-color: black !important;
}
.course-content-info-holder-25, 
.course-content-options-inner-holder-25, 
.course-content-inner-bottom-25  {
	display: flex;
	flex-direction: row;
	max-width: 1500px;
	justify-content: space-between;
	margin: auto;
	gap: 20px;
	/*align-items: flex-end;*/
	
}
/*.course-content-info-holder-25 {*/
/*	display: flex;*/
/*	flex-direction: row;*/
/*	max-width: 1200px;*/
/*	justify-content: space-between;*/
/*	margin: auto;*/
/*}*/
.course-content-slick-slider-25 {
	min-width: 45%;
	/*background-color: pink;*/
}
.course-content-info-25 {
	min-width: 55%;
	/*background-color: yellow;*/
}
.course-content-info-25 {
	color: white;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
}
h1.course-title-25 {
	color: white !important;
	/*padding-bottom: 200px !important;*/

}
h1.no-courses {
	min-height: 250px !important;
}
#body-course-summary-25 p{
	color: black;
	font-family: "Hco Gotham", "Open Sans", Arial, sans-serif !important;
	font-weight: 400 !important;
}
.course-content-info-25 .course-level-title-holder-25 .course-title-25,.course-content-info-25 h2, .course-content-info-25 .node--type-course {
	color: white !important;
	text-align: left !important;
}
.course-level-title-holder-25-mobile {
	
}
.page-node-type-course .course-date .course-level-title-holder-25 {
	display: inline-block;
	font-family: "HCo Gotham";
	font-weight: 900;
	font-style: italic;
	color: white !important;
	background: #999;
	text-transform: uppercase;
	padding: 5px 15px;
  	width: fit-content;
  	margin-bottom: 10px;
}
.course-level-title-holder-25 h2{
	background-color: #002f82;
	width: fit-content;
    padding: 5px 15px;
    color: #fff !important;
    font-weight: 900;
    font-style: italic;
    margin-bottom: 20px;
}

    
.course-content-bottom-left-25 {
	min-width: 55%;
	/*background-color: blue;*/
}
.course-page-email {
	max-width: 120px;
	max-height: 120px;
	
}
.category-tid-9 .course-content-finance-25 {
	display: none !important;
}
.course-content-mailing-25 {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background-color: #502669;
    padding: 20px;
    display: flex;
    flex-direction: column;
    color: white;
    padding: 20px;
}
.course-content-mailing-25 h2 {
	color: white !important;
	margin-top: 20px;
	text-align: center;
	font-style: italic !important;
}
.course-content-mailing-25 p {
	text-align: center !important;
	font-weight: 400 !important;
}
.course-content-mailing-25 .mailing-list-button {
	width: 100%;
	background-color: white;
	color: black !important;
	font-weight: 900 !important;
	text-align: center;
	font-style: italic !important;
	text-transform: uppercase;
}
.course-content-mailing-25 .mailing-list-button:hover  {
	background-color: black !important;
	color: white !important;
}
.course-content-mailing-25 .mailing-list-button:hover a {
	color: white !important;
}
.course-content-mailing-25 .modal-opener {
	color: black !important;
}
.course-content-mailing-25 {
  display: none !important; 
}
.category-tid-9 .course-content-mailing-25 {
	display: flex !important;
}
.mailing-list-button {
	width: 100% !important;
}
.course-content-bottom-right-25 {
	min-width: 45%;
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.course-content-finance-25 {
 	background-color: #502669;
 	padding: 20px;
 	display: flex;
 	flex-direction: column;
 	
}
.course-content-finance-25 .at-glance-fees {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.course-content-bottom-left-25 .ec-accordion .ec-accordion-title{
	text-transform: uppercase;
	font-weight: 600;
	color: black;
}
.course-content-bottom-left-25 .ec-accordion button:hover .ec-accordion-title,
.course-content-bottom-left-25 .ec-accordion button:hover .icon {
    color: white !important;
}

.course-content-bottom-left-25 .ec-accordion button {
    background-color: #fff !important;
    box-shadow: none !important;
    color: #000 !important;
}
.course-content-finance-25 .modal-opener-inline {
  text-transform: uppercase;
}

.tooltip-area span.has-tip.fee-information-popup {
	background-color: #fff !important;
    color: #000 !important;
    display: block !important;
    margin-top: 20px !important;
    font-weight: 900 !important;
    font-style: italic !important;
    font-size: 18px !important;
    padding: 10px !important;
}
.course-content-bottom-left-25 .ec-accordion button .icon {
	border: none !important;
}
.course-content-finance-25 svg{
    text-align: center;
    color: #fff;
    font-size: 60px;
}

.course-content-bottom-right-25 > div {
	/*background-color: white;*/
}
.course-content-bottom-right-25 .course-content-finance-25 h2,
.course-content-bottom-right-25 .course-content-finance-25 p{
	color: white !important;
}

.course-open-evening-link {
	background-color: #eb6b0d;
	color: #000;
	padding: 20px 10px 30px 10px;
	display: block;
	text-align: center;
	margin-top: 20px;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 600;
	border-radius: 10px;
	transition: .2s;
}
.course-open-evening-link span {
	font-size: 45px;
	display: block;
	font-weight: 900;
	color: #fff;
	font-style: italic;
	margin-top: 10px;
}

.category-tid-8 .course-open-evening-link {
	background-color: #00aeef;
    color: #002f82;
    padding: 50px;
    font-size: 30px;
    border-radius: 40px;
}

.category-tid-8 .course-open-evening-link span {
	font-size: 100px;
	line-height: 90px;
}




.course-content-slick-slider-25,
.course-content-info-25,
.course-content-bottom-left-25,
.course-content-bottom-right-25 {
	padding: 20px;
}
.course-content-options-inner-holder-25 {
	display: flex;
	flex-direction: row;
	gap: 10px;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;

}
.course-content-options-holder-25 {
		background-color: #EB6B0D;
}
.course-content-options-inner-holder-25 .course-date {
	background-color: white;
	padding: 20px;
	width: fit-content;
	justify-content: center;
	margin: 20px;
	display: flex;
    flex-direction: column;
    min-width: 430px;
}
.course-content-options-inner-holder-25 .course-date .course-info-item {
	text-transform: uppercase !important;
	color: black !important;
	font-weight: 900 !important;
}
.page-node-type-course .category-tid-10 .course-date > div:first-of-type:before {
	content: "" !important;
}
.course-date .level-number {
	color: white !important;
}
.course-content-bottom-25 {
	background-color: #ebebeb;
}
.ec-slick-slider .slick-slide,
.course-single-image{
	height: 400px;
}
.course-single-image {
	object-fit: cover;
}
.ec-slick-slider .slick-slide img {
	height: 100%;
    width: 100%;
    object-fit: cover;
}
.ec-slick-slider-nav .slick-slide {
	height: 80px;
	box-sizing: border-box;
  	padding: 4px;
}

button.ec-prev.slick-arrow, button.ec-next.slick-arrow {
	    background-color: transparent;
    	border: none;
}
.page-node-type-course .category-tid-10 .et_pb_section.course-apply-section {
	background: transparent !important;
}
.page-node-type-course .has-tip {
	height: unset !important;
}
.course-option-button {
 	color: #fff;
    background-color: #eb6b0d;
    font-weight: 900;
    font-style: italic;
    display: block;
    margin-top: 20px;
    padding: 10px 20px;
    /*border-radius: 10px;*/
    text-align: center;
    /*width: 200%;*/
    width: 100%;
    left: 0;
	max-width: 200%;
    text-transform: uppercase;
    /*overflow:hidden !important;*/
}
.course-summary-holder-25 {
	background-color: white;
	padding: 25px;
	/*padding: 100px 20px 20px 20px;*/
	margin-bottom:108px;
	/*overflow: hidden;*/
	position: relative;
}
span.course-detail-dots {
	color: black;
	text-decoration:underline;
	font-style: italic;
	cursor: pointer;
}
.course-content-slick-slider-25 .ec-inner-row .ec-col1 {
    width: 25%;
    
    text-align: right;
}
.course-content-slick-slider-25 .ec-inner-row .ec-col2 {
	width: 75%;
	
}
.course-content-slick-slider-25 .ec-inner-row {
	display: flex;
    gap: 40px;
    padding-top: 20px;
}

@media only screen and (max-width: 1750px) {
	.course-page-arrows-gif {
		position: absolute !important;
	    right: 40px !important;
	    height: 180px !important;
	    top: unset !important;
	}	
}
@media only screen and (max-width: 800px) {
	.course-page-email {
		max-width: 90px !important;
    	max-height: 90px !important;
	}
	.course-content-bottom-25 {
		padding: 30px !important;
	}
	.new-course-page-notch {
		width: 100px !important;
		height: 100px !important;
	}
	.category-tid-8 .course-background-setter-25 {
		 background-position: center 200px !important;
		 background-size: 1000% !important;
	}
	.page-node-type-course .course-level-title-holder-25 h1.course-title-25 {
		padding-bottom: 0px !important;
	}
	.course-summary-holder-25 {
		margin-bottom: unset !important;
	}
	.course-content-info-holder-25, .course-content-options-inner-holder-25, .course-content-inner-bottom-25 {
		flex-direction: column !important;
	}
	.course-content-top-background-25 {
		height: 100% !important;
	}
	.course-page-arrows-gif {
		display: none;
	}
	.course-title-25.no-images {
		color: white !important;
	}
	.course-summary-holder-25 {
		background-color: white;
		/*padding: 20px;*/
        padding: 20px 20px 80px 20px;
	/*padding: 100px 20px 20px 20px;*/
	}
	.category-tid-10 section#block-weston-weston-system-main {
		padding-bottom: 0px !important;
	}
	.course-level-title-holder-25.course-level-title-holder-25-mobile {
		display: flex !important;
		gap: 20px;
		padding-bottom: 0px !important;
	}
	.course-level-title-holder-25 {
		display: none !important;
	}
}
.course-background-setter-25 {
	position: relative;
	width: 100%;
	height: 100%;
}
.category-tid-10 section#block-weston-weston-system-main {
	padding-bottom: unset !important;
}
.course-level-title-holder-25 .course-title-25.no-images {
		color: black !important;
	    width: fit-content;
    	padding: 10px;
    	/*background-color: white !important;*/
	}
.course-page-top-background {
	position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.course-open-evening-link-holder {
	position: relative;
}
.course-page-arrows-gif {
	right: -140px;
    top: 100px;
    height: 180px;
	position: absolute;
}
.category-tid-8 .course-page-arrows-gif {
	right: -70px;
	top: unset;
	height: 180px;
	bottom: -100px;
}

.course-date-apply {
	background-color: #502669;
	display: block;
	text-align: center !important;
	color: #fff !important;
	text-transform: uppercase;
	font-weight: 900;
	font-style: italic;
	margin-top: 20px;
	padding: 5px 0;
}
.course-date-apply a {
	color: white !important;
}

.course-date-start-25 {
	/*display: flex;*/
	/*flex-direction: column;*/
}
#block-weston-weston-system-main .new-course-apply-page {
	background: white !important;
}
.new-course-apply-page .course-date-apply.full-time{
	padding: 10px !important;
}
.category-tid-9 .course-page-top-background {
	display: none;
}
.category-tid-9 .course-content-top-background-25 {
	/*background: url(https://www.weston.ac.uk/sites/default/files/2022-04/Web%20Background%20%282%29.png) !important;*/
	background: url(/themes/weston/images/course-page-25/course_color.png) !important;
    background-position: center;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    
}
.category-tid-9 .course-content-options-holder-25{
	background: #215CA8 !important;
}
.category-tid-9 .course-option-button {
	background: #215CA8 !important;
}
.category-tid-9 .course-open-evening-link {
	background: #39B6FF !important;
}
.category-tid-9 .course-date-apply {
	background: #39B6FF !important;
}
.category-tid-8 .course-content-options-holder-25{
	background: #215CA8 !important;
}
.category-tid-8 .course-option-button {
	background: #215CA8 !important;
}
.category-tid-8 .course-open-evening-link {
	background: #39B6FF !important;
}
.category-tid-8 .course-date-apply {
	background: #39B6FF !important;
}
.category-tid-8 .course-content-top-background-25 {
	background-color: #39B6FF !important;
}
.category-tid-8 .course-background-setter-25 {
	background-color: #39B6FF !important;
	background-image: url("/themes/weston/images/course-page-25/zig_zags.png");
	background-size: 120%;
    background-repeat: no-repeat;
    background-position: center;
}
.category-tid-8 .course-background-setter-25 img{
	display: none !important;
}
.category-tid-9 .new-course-page-notch {
	background: #215CA8 !important;
}
.category-tid-8 .new-course-page-notch {
	background: #215CA8 !important;
}
.category-tid-8 .course-content-bottom-left-25 .ec-accordion button:hover {
	background-color: #215CA8 !important;
	color: white !important;
}
.category-tid-9 .course-content-bottom-left-25 .ec-accordion button:hover,
.category-tid-10 .course-content-bottom-left-25 .ec-accordion button:hover {
	background-color: #502669 !important;
	color: white !important;
}





.course-level-title-holder-25-mobile {
    display: none !important;
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
    color: white !important; 
}

.page-node-type-course .course-level-title-holder-25 h1.course-title-25 {
	color: white !important;
	text-align: left;
}
.new-course-page-notch {
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 140px;
	height: 140px;
	background-color: #EB6B0D;
	/*clip-path: polygon(100% 0, 100% 100%, 0 100%);*/
	clip-path: polygon(0 0, 100% 100%, 0 100%)
}

.no-courses-to-display {
	display: flex;
	flex-direction: column;
	color: white !important;
}
.no-courses-to-display h2 {
	color: white !important;
	padding-bottom: 0px !important;
}
.no-courses-to-display a{
	text-align: center !important;
	font-weight: 900 !important;
	font-style: italic !important;
	border: none !important;
	text-transform: uppercase !important;
}

.category-tid-8 .no-courses-to-display a {
	background: #39B6FF !important;
}	
.category-tid-10 .no-courses-to-display a {
	background-color: #502669 !important;
}
	
.weston-25-content-slider {
    min-height: 0 !important; /* defaults to content height */
}

.weston-25-content-slider.has-content {
    min-height: 600px !important;
}