body {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 1.0625em;
}

@media (min-width: 1400px) {
body {
	font-size: 1.125em;
}
}


a {
	color: #36a8e0;
}
a:hover {
	color: #e5007e;
}

.btn-primary {
	background-color: #e6007e;
	border-color: #e6007e;
	border-radius: 30px;
	padding: 8px 20px;
	font-weight: bold;
}

.btn-secondary {
	background-color: #2e3175;
	border-color: #2e3175;
	border-radius: 30px;
	padding: 8px 20px;
	font-weight: bold;
}

.well {
	background: #f5f5f5;
	border-radius: 20px;
	padding: 20px;
	margin-bottom: 30px;
}

.well-blue {
	background: #e9f4fb;

}

.well-orange {
	background: #fef3e9;
	
}

.well-green {
	background: #f7fae7;
	
}

/*HEADER*/

header {
	position: relative;
}

.social-links ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: right;
}

.social-links ul li {
	display: inline;
	margin-left: 10px;
}

.social-links {
	margin-top: 20px;
	position: absolute;
	right: 0;
	z-index: 101;
}

/*footer*/

/*jargon panel*/

.jargon-wrap {
	padding-bottom: 0px;
	margin-bottom: -60px;
	margin-top: 60px;
	background: linear-gradient(to right, #36a8e0 0%, #aec90b 100%) #36a8e0;

}
.jargon-row {
	/* background: linear-gradient(to right, #17988D 0%, #0095BE 100%) #17988D; */
	padding-top: 15px;
	padding-bottom:15px;
}


.jargon-row img {
	width: 100%;
	height: auto;
	max-width: 140px;
}

.jargon-row h4, .jargon-row h4 {
	padding: 0;
	margin: 0;
	font-size: 28px;
	color: white;
	font-weight: bold;
}


.jargon-row p {
	padding: 0;
	margin: 0;
	font-size: 20px;
	color: black;
	line-height: 1.25;
}


.jargon-row .btn-primary {
	width: 100%;
	background-color: #fff;
	border-color: #fff;
	border-radius: 20px;
	font-size: 20px;
	font-weight: 700;
	color: #291F6C;
}

.jargon-row .btn-primary:hover {
	background-color: #222;
	border-color: #222;
	color: #fff;
}

footer {
  background : linear-gradient(90deg, rgba(229, 0, 126, 1) 0%, rgba(242, 145, 0, 1) 100%);
  background-image: linear-gradient(
  90deg,
  hsl(327deg 100% 45%) 0%,
  hsl(334deg 87% 50%) 11%,
  hsl(342deg 92% 56%) 22%,
  hsl(349deg 97% 60%) 33%,
  hsl(358deg 100% 64%) 44%,
  hsl(7deg 100% 63%) 56%,
  hsl(15deg 100% 60%) 67%,
  hsl(22deg 98% 57%) 78%,
  hsl(29deg 94% 53%) 89%,
  hsl(36deg 100% 47%) 100%
);
padding: 60px 0;
margin-top: 60px;
color: white;

}

footer a {
	color: white;
}

footer .supportedby  {
	margin-top: 30px;
}

footer .supportedby img {
	height: 40px;
	margin-right: 30px;
}

.footer-newsletter {
	text-align: center;
	font-size: 24px;
	line-height: 1.1;
	background: rgba(0, 0, 0, .15);
	border-radius: 20px;
	padding: 30px;
}

.footer-newsletter img {
	margin-bottom: 20px;
}

.footer-newsletter p {
}

/*HOME*/

.home-hero {
	background: #2e3175;
	padding: 50px 0;
}

.herovid {
  position: relative;
  background-color: #18375d;
/*  height: 75vh;
  min-height: 25rem;*/
/*  height: 700px;*/
  width: 100%;
  overflow: hidden;
}


.herovid video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.herovid .container {
  position: relative;
  z-index: 2;
}

.herovid .herovidoverlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: url(images/pattern1.png) rgba(45, 48, 117, 0.80);  
/*  background: url(images/pattern1.png) rgba(0, 0, 0, 0.80);*/
opacity: 0.6;
  z-index: 1;
}

.herotag {
	max-width: 600px;
	height: auto;
	margin-bottom: 60px;
}

.home-get-boxes {
	margin-top: 50px;
}

.home-get-boxes a {
	text-decoration: none;
	color: #111;
	/*outline: 20px solid red;
	height: 100%;
	display: block;*/
}

.home-get-box {
	background: rgba(78, 167, 223, 0.90);
	border-radius: 20px;
	text-align: center;
/*	margin-top: 60px;*/
/*	min-height: 320px;*/
height: 100%;
	padding: 20px;
/*	transition: all 0.3s;*/
	transition: background 0.3s, transform 0.3s;
	

}

a:hover .home-get-box {
	background: rgba(45, 48, 117, 0.8) !important;
	color: white;
	transform: translate(0,-20px);
/*	transition: all 0.3s;*/
	transition: background 0.3s, transform 0.3s;

}

.home-get-box img {
	margin-top: -80px;
}

.home-get-box h3 {
	color: white;
	font-size: 32px;
	font-weight: 700;
	margin-top: 10px;
	margin-bottom: 20px;
}

.home-slider-wrap {
	padding: 60px 0;
}


.home-slider-wrap .slick-list {
	border-radius: 20px;
	margin-bottom: 20px;
}

.home-slider-wrap .slick-dots {
	bottom: -40px;
}

.home-slider img {
	width: 100%;
	height: auto;
	display: inline-block;
}

.slick-dots li button:before {
	font-size: 10px;
}

.home-videos-wrap {
	background: #2e3175 url('images/pattern3-wht3.png');
	padding: 80px 0;
}

.home-slider-videos {
	overflow: hidden;
}

.home-slider-videos a {
	text-decoration: none;
}

.home-videos-intro {
	color: white;
	text-align: center;
}

.home-videos-intro a {
	color: white;
	
}
.home-videos-intro h2 {
	font-weight: 700;
	font-size: 42px;
}

.home-videos-intro p {
	font-size: 22px;
}


.home-video-box {
	background: white;
	border-radius: 20px;
/*	margin: 50px;*/
}

.home-video-box a {
	height: 100%;
}

.home-video-box-desc {
	padding: 20px;
	color: #2e3175;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	line-height: 1.2;
}

.home-video-box-embed img {
	position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-video-box-embed {
	position: relative;
    width: 100%;
    height: 0;
    padding-top: calc(100% * (900 / 1600));
}

.home-video-box-embed:after {
	content: '';
	background: url('images/pinkplay-overlay.svg') no-repeat left top;
	width: 100%;
	height: 100%;
	position: absolute;
	top: calc(50% - 45px);
	left: calc(50% - 45px);
	opacity: 0.7;
}

.home-video-box-embed:hover:after {
	
	opacity: 1;
}

/*MAKE same height*/


.home-slider-videos .slick-track
{
    display: flex !important;
}

.home-slider-videos .slick-slide
{
    height: inherit !important;

}

.slick-slide > div
{
	height: 100%!important;

}

/*TO ADD MARGINS TO SLIDES _ SEE GIT HUB*/
  /* the slides */
 .home-slider-videos .slick-slide {
      margin: 0 20px;
	  
  }
  
   .main-content-videos .slick-slide {
      margin: 0 20px;
	  
  }
  
 

  /* the parent */
 .home-slider-videos .slick-list {
      margin: 0 -20px;
  }
  
  .home-slider-videos  .slick-dots li button:before {
	color: white;
}


  .home-slider-videos  .slick-dots   {
	color: white;
	height: 50px!important;
	margin-top: 0px;
	position: relative;
}

 .home-slider-videos  .slick-dots li button {
	/*color: white;
	outline: yellow 1px solid;*/
}


.home-videos-wrap .modal-dialog {
      max-width: 800px;
      margin: 30px auto;
  }



.home-videos-wrap .modal-body {
  position:relative;
  padding:0px;
}
.home-videos-wrap .btn-close {
  position:absolute;
  right:-50px;
  top:0;
  z-index:999;
  font-size:2rem;
  font-weight: normal;
  color:#fff;
  opacity:1;

}







.home-follow-us {
	background: #eee;
	padding: 80px 0;
}

.home-follow-us h2 {
	font-weight: 700;
	font-size: 42px;
	color: #2e3175;
	text-align: center;
	margin-bottom: 50px;
}
 
.home-follow-social-box {
	background: white;
	border-radius: 20px;
	padding: 30px;
}

.home-follow-social-box h3 {
	color: #36a8e0;
	font-size: 28px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 30px;
}


/*INTERNAL PAGES*/

.internal-hero {
	background: #4ea8e0;
	background-repeat: no-repeat!important;
	background-position: center right 10%!important;
/*	background: linear-gradient(0deg, rgba(78,168,223,1) 0%, rgba(130,111,190,1) 100%);*/
	padding: 40px 0;
	height: 290px;
	position: relative;
}
/*
.internal-hero img {
	width: 100%;
}*/

/*Interal Hero images + media*/

.darkblue .internal-hero {
	background: #2e3175;
	color: white!important;
}

.darkblue .internal-hero h2 {
	color: white!important;
}

.swoosh .internal-hero {
/*		background: url(images/bulbbg.png) no-repeat center right 10%, linear-gradient(0deg, rgba(78,168,223,1) 0%, rgba(130,111,190,1) 100%);*/
		background: #36a8e0 url(images/swooshbg.png) no-repeat center right;

}

.inspired .internal-hero {
/*		background: url(images/bulbbg.png) no-repeat center right 10%, linear-gradient(0deg, rgba(78,168,223,1) 0%, rgba(130,111,190,1) 100%);*/
		background: #36a8e0 url(images/bulbbg.png) no-repeat center right 10%;

}

.qualified .internal-hero {
		/*background: url(images/cogbg.png) no-repeat center right 10%, linear-gradient(0deg, rgba(242,145,0,1) 0%, rgba(236,109,0,1) 100%);*/
		background: #f29138 url(images/cogbg.png) no-repeat center right 10%;

}

.job .internal-hero {
/*		background: url(images/magbg.png) no-repeat center right 10%, linear-gradient(0deg, rgba(252,205,56,1) 0%, rgba(245,154,49,1) 100%);*/
		background: #fccd38 url(images/magbg.png) no-repeat center right 10%;

}

.support .internal-hero {
		/*background: url(images/speechbg.png) no-repeat center right 10%, linear-gradient(0deg, rgba(174,201,11,1) 0%, rgba(138,160,9,1) 100%);*/
		background: #aec90b url(images/speechbg.png) no-repeat center right 10%;

}

.videos .internal-hero {
	background: #fccd38;
	background: url(images/videosbg.png) no-repeat center right 10%, #fccd38;

}

.wns .internal-hero {
	background: #66007e;
	background: url(images/wns-header-logo@2x.png) no-repeat center right 10%, linear-gradient(0deg, rgba(82,0,100,1) 0%, rgba(102,0,126,1) 100%) ;
	background-size: 350px auto, auto;
	color: white;

}

.gcs .internal-hero {
	background: #44af5f;
	background: #44af5f url(images/gcsbg.jpg) no-repeat center right;
	background-size: contain;
	color: white;

}

@media (max-width: 767px) {

.internal-hero {
	background: #4ea8e0;
background-image: none!important;
}


 .inspired.internal-hero {
		/*background: linear-gradient(0deg, rgba(78,168,223,1) 0%, rgba(130,111,190,1) 100%);*/
 	background: #36a8e0;

}

 .swoosh.internal-hero {
		/*background: linear-gradient(0deg, rgba(78,168,223,1) 0%, rgba(130,111,190,1) 100%);*/
 	background: #36a8e0;

}

 .qualified.internal-hero {
		/*background: linear-gradient(0deg, rgba(242,145,0,1) 0%, rgba(236,109,0,1) 100%);*/
 	background: #f29138;

}
 .job.internal-hero {
		/*background: linear-gradient(0deg, rgba(252,205,56,1) 0%, rgba(245,154,49,1) 100%);*/
 	background: #aec90b;

}
 .support.internal-hero {
/*		background: linear-gradient(0deg, rgba(174,201,11,1) 0%, rgba(138,160,9,1) 100%);*/
 	background: #aec90b;

}

.videos .internal-hero {
	background: #fccd38;

}

.wns .internal-hero {
	background: #66007e;

}

.gcs .internal-hero {
	background: #44af5f;
}

}

/*END Interal Hero images + media*/

.internal-hero h1 {
	font-family: 'Sofia Sans Extra Condensed';
	font-weight: 900;
	font-style: italic;
	text-transform: uppercase;
	font-size: 80px;
	margin-bottom: 15px;
	padding-bottom: 0;
	color: white;
	line-height: 0.8;

}

.internal-hero h2 {
	font-size: 24px;
}

.main-content {
	padding: 60px 0 0 0;
}

.main-content h1 {
	color: #2e3175;
	font-weight: 700;
	font-size: 32px;
	line-height: 1.3;

}
.main-content h2 {
	color: #2e3175;
	font-weight: 700;
	font-size: 26px;
	line-height: 1.3;

}

.main-content h3 {
	color: #36a8e0;
	font-weight: 700;
	font-size: 26px;
	line-height: 1.3;
	margin-top: 16px;

}
.main-content h4 {
	font-weight: normal;
	font-size: 22px;
	line-height: 1.3;
	font-weight: 700;
	margin-top: 16px;
}


.main-content h5 {
	color: #2e3175;
	font-weight: 700;
	font-size: 22px;
	line-height: 1.3;
	margin-top: 16px;

}

.main-content h6 {
	color: #e5007e;
	font-weight: 700;
	font-size: 22px;
	line-height: 1.3;
	margin-top: 16px;
}

.main-content-left {
	padding-right: 80px;
/*	font-size: 17px;*/
}

.main-content-left > p:first-of-type strong  {
	font-size: 20px;
}

/*.main-content-left h5 {
	font-weight: bold;
}

.main-content-left h4 {
	font-weight: normal;
	font-size: 21px;
	line-height: 1.3;
}*/

.main-content-left img, .row-2-column img {
	width: 100%;
	height: auto;
}

/*get pages*/

.get-featured {
	padding: 60px 0;
	background: #efefef url('images/blackdots4.png');
}

.get-featured a {
	text-decoration: none;
}

.get-featured h2 {
	color: #2e3175;
	font-family: 'Sofia Sans Extra Condensed';
	font-weight: 900;
	font-style: italic;
	text-transform: uppercase;
	font-size: 40px;
	margin-bottom: 10px;
}

.gf-feature-box {
	background: white;
	height: 100%!important;
	border-radius: 20px;
	transition: transform 0.3s;
} 

.gf-feature-box:hover {
	background: #e9f4fb;
	transform: scale(105%);
	transition: transform 0.3s;
	
} 


.gf-feature-box-img img {
	width: 100%;
	height: auto;
	border-radius: 20px;
} 

.gf-feature-box-txt {
	padding: 20px;
	font-size: 18px;
	color: #222;
} 

.gf-feature-box-txt h3 {
	color: #2e3175;
	font-weight: 700;
	font-size: 28px;
} 

.gf-linkbox {
	background: #e9f4fb;
	border-radius: 20px;
	padding: 15px;
	height: 100%;
	position: relative;
}

.qualified .gf-linkbox {
	background: #fdf2e7;
}

.job .gf-linkbox {
	background: #fff9e7;
}

.support .gf-linkbox {
	background: #f5f8e1;
}

.gf-linkbox a {
	height: 100%;
	width: 100%;
	display: block;
	text-decoration: none;
}

.gf-linkbox:hover {
	background: #cae5f6;
}

.qualified .gf-linkbox:hover {
	background: #fbdeb2;
}


.job .gf-linkbox:hover {
	background: #fef0c3;
}


.support .gf-linkbox:hover {
	background: #e7efb5;
}

.gf-linkbox h4 {
	font-size: 22px;
	font-weight: 700;
	padding-right: 20px;
	color: #222;
}

.inspired .gf-linkbox h4 {
	color: #36a8e0;
}

.qualified .gf-linkbox h4 {
	color: #f29138;
}

.job .gf-linkbox h4 {
	color: #fcb634;
}

.support .gf-linkbox h4 {
	color: #aec90b;
}

.gf-linkbox p {
	margin-bottom: 0;
	color: #222;
	line-height: 1.4;
}


.gf-linkbox svg {
	position: absolute;
	right: 10px;
	stroke: #36a8e0;
}


.qualified .gf-linkbox svg {
	stroke: #f29138;
}
.job .gf-linkbox svg {
	stroke: #fccd38;
}
.support .gf-linkbox svg {
	stroke: #aec90b;
}

/*VIDEOS*/

.slider-modals .btn-close {
  position:absolute;
  right:-50px;
  top:0;
  z-index:999;
  font-size:2rem;
  font-weight: normal;
  color:#fff;
  opacity:1;

}

button.sPrev {
	border: none;
	background: #fff url(images/video-left-arrow.svg) no-repeat center center;
	text-indent: -2000px;
	width: 40px;
	height: 40px;
	margin-right: 15px;
	display: inline;
}
button.sNext {
	border: none;
	background: #fff url(images/video-right-arrow.svg) no-repeat center center;
	text-indent: -2000px;
	width: 40px;
	height: 40px;
	margin-left: 15px;
	display: inline;
}

.slider-featured-tag {
	display: inline;
	margin: 0;
	padding: 0;
	width: auto;
	color: #e3007e;
	margin-top: 5px;
}

.videos-more {
	display: inline;
	width: auto;
	text-align: right;
	float: right;
	margin-top: 7px;
}

.videos-more a {
	color: #e3007e;
	text-decoration: none;
	text-transform: uppercase;
}

.videos-more a:hover {
	text-decoration: underline;
}

 .slider-featured-row {
 	margin-top: -10px;
 	margin-bottom: 20px;
 	border-bottom: 1px solid #eee;
 	padding-bottom: 30px;
 }

.main-content-videos .video-slide, .main-content-videos .video-slide2, .main-content-videos .video-slide3, .main-content-videos .video-slide4  {
	padding: 0;
}

.main-content-videos .home-video-box-desc {
	font-size: 18px;
	text-align: left;
	padding: 0;
	margin-top: 6px;
	
}

.main-content-videos a {
	text-decoration: none;
}


.ytwrapper {
	max-width: 680px;
	overflow: hidden;
	/*margin: 60px auto;
	padding: 0 20px;*/
}

/*VERSION 2 - API*/

.video-wrap {
	background-color: #000;
/*	margin-bottom: 30px;*/
	position: relative;
	padding-top: 56.25%;
	overflow: hidden;
	cursor: pointer;
}

.video-wrap img {
	width: 100%;
	top: -16.82%;
	left: 0;
	opacity: 0.7;
}
.video-wrap .play-button {
	width: 60px;
	height: 60px;
	background-color: #E5007E;
	box-shadow: 0 0 30px rgba( 0,0,0,0.6 );
	z-index: 1;
	opacity: 0.8;
	border-radius: 50%;
}
.video-wrap .play-button:before {
	content: "";
	border-style: solid;
	border-width: 15px 0 15px 26.0px;
	border-color: transparent transparent transparent #fff;
	margin-left: 2px;
}
.video-wrap img,
.video-wrap .play-button {
	cursor: pointer;
}
.video-wrap img,
.video-wrap iframe,
.video-wrap .play-button,
.video-wrap .play-button:before {
	position: absolute;
}
.video-wrap .play-button,
.video-wrap .play-button:before {
	top: 50%;
	left: 50%;
	transform: translate3d( -50%, -50%, 0 );
}
.video-wrap iframe {
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}

.video-desc  {
	margin-bottom: 10px;
}

.video-desc h2 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 0;
	margin-top: 10px;
	color: #2E3175;
}

.video-desc p {
	font-size: 16px;
	line-height: 1.2;
	color: #222;
}

.related-resources {
	background: #f5f5f5;
	padding: 20px 15px;
	border-radius: 20px;
}

.related-resources ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.related-resources h5 {
	font-weight: bold;
	color: #2E3175;
	font-size: 24px;
	margin-bottom: 20px;
}

.related-resources li {
	margin-bottom: 10px;
	line-height: 1.2;
}

.related-resources li a, .related-resources p a {
	color: #2E3175;
}



.related-resources li a:hover, .related-resources p a:hover {
	color: #E73B82;
	text-decoration: underline;
}

.how-cat-row .col-md-4 {
	margin-bottom: 30px;
}

.how-cat-row a {
	text-decoration: none;
	color: #2E3175;
}

.how-cat-row h5 {
	font-weight: bold;
	margin-bottom: 0;
}

.how-cat h6 {
	font-weight: bold;
	margin-bottom: 20px;
	font-size: 20px;
}

.how-cat-box {
/*	background: #f08e00 url(images/video-icon.svg) no-repeat left 20px center;
	background-size: 50px auto;*/
	background: #FDF2E7;
	padding: 10px 20px;
	border-radius: 5px;
	text-align: center;
	height: 100%;
	position: relative;
	min-height: 60px;
	
}

.how-cat-box .badge {
	transform: translate(-100%,-50%)!important ;
	background: #f8c89b;
	min-width: 32px;
}


.how-cat-box:hover {

	background: #FCB634!important;

}

.how-cat-row-age .how-cat-box {
	background: #e9f4fb;	
}

.how-cat-row-age .how-cat-box:hover {
	background: #cae5f6!important;	
}

/*END*/

/*FAQs modeuke*/


.faq_q {
  margin-top:8px;
  padding:4px 10px;
  background-color:#2e3175;
color:white;
  cursor:pointer;
font-weight:bold;
border-radius: 10px;
}

.faq_a {
  margin:4px 0;
  padding:10px 10px;
  background-color:#e9f4fb;
/*font-size:16px!important;*/
}

.faq_a p {
/*font-size:16px!important;*/
}
.faq_a a {
border-radius:20px;
  padding:10px 20px;
  background-color:#e6007e;
color:white;
margin-bottom:20px;
text-decoration: none;
}



/*GREENER SUSSEX*/

/*.green-hero {
	background: #44af60 url('images/gs-bg.jpg') no-repeat right top;
	height: 385px;
	text-align: left;
}*/

.green-hero {
	background: #44af60 url('images/gs-bg.jpg') no-repeat right top ;
	height: 385px;
	text-align: left;
}

.green-hero-short {
	height: 265px;
	background: #44af60 url('images/gs-bg.jpg') no-repeat right center ;
}

.green-hero-text {
	color: white;
	text-align: left;
}

.green-hero-text h1 {
	font-size: 44px;
	margin-top: 70px;
}
.green-hero-text h2 {
	font-size: 22px;
	width: 60%;
	margin-bottom: 0;
	padding-bottom: 0;
}

.green-hero-text h3 {
	font-size: 36px;
	color: #fcee21;
}

.green-landing  {
	background: #fff;
}

.green-landing h3 {
	font-size: 18px;
	text-align: center;
	line-height: 1.3;
}

.gs-level-box {
	background: #ddf3df;
	border-radius: 10px;
	padding: 20px 5px;
	text-align: center;
	min-height: 100px;
	height: 100%;
}

.work-based {
	background: #D0EDF9;
}
.useful-websites {
	background: #DDD1E7;
}


.gs-level-box h5 {
	margin-bottom: 0px;
	margin-top: 0;
	padding-bottom: 0;
	font-size: 18px;
	line-height: 1.2;
	color: #44af60;
	font-weight: 800;
/*	text-transform: uppercase;*/
letter-spacing: -0.3px;
}

.gs-level-box h6 {
	margin-bottom: 4px;
	margin-top: 0;
	padding-bottom: 0;
	font-size: 14px;
	line-height: 1.2;
	color: #44af60;
	font-weight: 400;
}

.gs-level-box p {
	margin-bottom: 0;
	padding-bottom: 0;
	font-size: 18px;
	line-height: 1.2;
	color: #44af60;
}

.work-based p, .work-based h5, .work-based h6 {
	color:#29ABE2 ;
}

.useful-websites p, .useful-websites h5, .useful-websites h6 {
	color:#662D91 ;
}

.useful-websites:hover {
	background: #662D91;
}


.gs-level-box:hover {
	background: #44af60;
}

.work-based:hover {
	background: #29ABE2;
}


.gs-level-box:hover p, .gs-level-box:hover h5, .gs-level-box:hover h6 {
	color: white;
}

.gs-level-box-row a:hover {
	text-decoration: none;
}

.gs-course-box-row a {
	text-decoration: none;
}

.gs-course-box-row a:hover {
	text-decoration: none;
}

.online-course {
	font-weight: 700;
	font-size: 12px;
	letter-spacing: 1px;
	background: #aaa;
	display: inline-block;
	padding: 3px 10px;
	color: white;
	border-radius: 30px;
	line-height: 1;
	position: absolute;
	top: -9px;
}

.gs-course-box {
	height: 100%;
	border: 1px solid #44af60;
	border-radius: 10px;
	padding: 15px 15px 40px 15px;
	position: relative;
}

.gs-filter-wrap {
	background: #E3F3E7;
	border-radius: 10px;
	padding: 15px;
	margin-bottom: 25px;
}

.gs-filter-wrap h5 {
	color: #44AF60;
	font-weight: 700;
	font-size: 16px;
	background: url('images/filter-icon.svg') no-repeat right center;
	padding: 10px 0;
	margin-bottom: 20px;
}


.gs-filter-wrap .form-check {
	
	margin-bottom: 15px;
	color: #333333;
	font-weight: 700;
}


.gs-filter-wrap label {
	
	background: url('images/info-icon.svg') no-repeat right top 4px;
	width: 100%;
	line-height: 1.2;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 15px;
}

.filter_hide {
			display: none;
			
		}
.filter_show {
			display: block;
			
		}




/*SEE CMS STYTLESHEET*/


/*.UniversityofSussex {
	border: 1px solid purple;
}*/

/*.bexhillsixthformcollege {
	border: 1px solid orange;
}*/

/*[class*="bexhill"] {
  background: yellow;
  outline: 2px solid red;
}*/

.gs-course-box:hover {
	border: 1px solid #E73B82;
	box-shadow: 3px 3px 20px #ddd;
}

.gs-course-box p {
	margin-bottom: 0;
	font-size: 15px;
	color: #111;
	line-height: 1.3;
}

.gs-course-provider {
	margin-bottom: 0;
	font-weight: 800;
	color: #4d4d4d;
}

.gs-course-title h5 {
	margin-bottom: 5px;
	font-weight: 800;
	color: #44af60;
	font-size: 18px;
}

.gs-course-visit {
	color: #44af60;
	font-size: 14px;
	text-transform: uppercase;
	background: url(images/gs-external-link.svg) no-repeat right center;
	position: absolute;
	bottom: 10px;
	width: calc(100% - 30px);
}

.gs-course-box:hover .gs-course-visit {
	background: url(images/gs-external-link-pink.svg) no-repeat right center;
	color: #E73B82;
}

.credits-glh {
	background: #29A9E0;
	border-radius: 30px;
	color: white;
	padding: 5px 6px;
	margin-top: 10px;
	margin-left: -5px;
	margin-right: -5px;
	font-size: 13px;
	text-align: center;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	line-height: 1.2;
}

/*END GREENER SUSSEX*/

/*WHAT NEXT BOOKS*/

.wnsbooks .row-2-column img {
	filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.3));
	padding: 30px;
/*	margin: 30px;*/
}

/*WHAT NEXT*/


.or {
	padding: 0;
	text-align: center;
}

.or img {
	width: 80px;
	height: auto;
}

.where-boxes, .qualification-boxes, .dontknow-boxes  {
	text-align: center;

}

.dontknow-boxes {
	padding: 40px 0;
}


.where-boxes h2 {
	text-align: center;
	color: #e3007e;
	font-size: 30px;
	font-weight: 700;
	text-transform: uppercase;
}

.know-box-outer a {
	text-decoration: none;
	color: #000;
}

.know-box-outer a:hover {
	text-decoration: none;
}

.know-box-outer a:hover .know-box-wrap {
	background: #eee;
}

.know-box-wrap {
	background: #f9cce5;
	text-align: left;
	
}

.know-box-wrap h4 {
	padding: 0;
	margin: 0;
	font-weight: 700;
	font-size: 18px;
	padding-left: 55px;
	padding-right: 5px;
}

.know-box-wrap .where-box-head {
	background: #e3007e url(images/setting-icon.svg) no-repeat left 10px center;
	height: 60px;
	color: white;
}

.where-box-text {
	padding: 10px;
	border-top: 2px solid white;
	font-size: 15px;
	line-height: 1.2;
}

.what-next-extra-videos {
	padding: 40px 0;
}

.qualification-boxes  {
	background: #efefef;
	padding: 60px 0;
}

.qualification-boxes h2 {
	text-align: center;
	color: #36a6de;
	font-size: 30px;
	font-weight: 700;
	text-transform: uppercase;
}

.qualification-boxes .know-box-wrap .where-box-head {
	background: #36a6de url(images/qualification-icon.svg) no-repeat left 10px center;
	height: 60px;
	color: white;
}

.qualification-boxes .know-box-wrap {
	background: #dff1fa;
	text-align: left;
}

.qualification-boxes .know-box-outer a:hover .know-box-wrap {
	background: #fff;
}


.dontknow-boxes-intro h2 {
	text-align: center;
	color: #f08e00;
	font-size: 30px;
	font-weight: 700;
	text-transform: uppercase;
}

.wns-landing {
	background: #66007e url('images/wns-questionsbg.png') no-repeat top center!important;
}

.what-next-logo-wrap {
	text-align: center;
}

.what-next-logo-wrap .whatnextlogo-new img {
	width: 100%;
	height: auto;
	max-width: 400px;
}

.what-next-logo-wrap-text h1 {
	color: white;
	font-size: 22px;
	font-weight: normal;
	text-align: center;
	line-height: 1.5;
}

.wn-doublebox-left {
	background: #fff url('images/wns-kids-purple.jpg') no-repeat right top;
	background-size: cover;
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
}

.wn-doublebox-left-nb {
	background: #fff;
	background-size: cover;
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
}



.wn-doublebox-left img  {
	width: 100%;
	height: auto;
	padding: 20px;
}

.wn-doublebox-right {
	background: #fff;
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
	text-align: center;
	font-size: 18px;
}


@media (max-width: 767px) {

.wn-doublebox-left, .wn-doublebox-right {
	border-radius: 15px;
	}
	
.wn-doublebox-left {
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	}
	
	.wn-doublebox-right {
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	}
	
}

.wn-doublebox-right-inner {
	padding: 20px;
}

.wn-doublebox-right-inner span {
	font-size: 14px;
	margin: 0;
	padding: 0;
	line-height: 1;
	font-weight: normal;
}

.stack-but {
	background: #e3007e;
	display: inline-block;
	color: white;
	font-size: 30px;
	font-weight: bold;
	padding: 2px 15px;
	line-height: 1;
	border-radius: 15px;
	margin-bottom: 15px;
}

.stack-but:hover {
	background: #8f45a1;

}

.wn-doublebox-right-inner .btn {
	font-size: 14px;
	line-height: 1;
}

.wn-doublebox-right h2 {
	font-size: 20px;
	font-weight: bold;
	color: #66007e;
}

.wn-doublebox-right .btn-primary {
	font-size: 32px;
	font-weight: bold;
	margin-top: 10px;
	border-radius: 15px;
}

.wn-doublebox-right .btn-primary:hover {
	background: #66007e;
	border-color: #66007e;
}

.wn-doublebox-right .pinktxt {
	font-size: 16px;
	color: #e3007e;
	padding-left: 30px;
	padding-right: 30px;
}

.wn-doublebox-right-inner .ifyou {
	font-size: 15px;
}


.what-next-videobox {
	background: #66007e;
	padding: 60px 0;
}
.what-next-videobox iframe {
	border-radius: 15px;
}

.what-next-videobox-inner {
	background: #8f45a1;
	border-radius: 15px;
	color: white;
	padding: 40px;
	font-size: 20px;
}

.what-next-videobox-inner  h2 {
	font-size: 22px;
	font-weight: bold;
}

.what-next-videobox-inner  h3 {
	font-size: 30px;
	font-weight: bold;
	text-transform: uppercase;
}

.what-next-videobox-inner-wht {
	background: #fff;
	border-radius: 15px;
	color: #111;
	padding: 30px;
	font-size: 20px;
}

.what-next-videobox-inner-wht  h2 {
	font-size: 26px;
	font-weight: bold;
	color: #66007e;

}

.what-next-videobox-inner-wht  p {
	font-size: 20px;
}

.what-next-videobox-inner-wht  p a {
	text-decoration: underline;
}

.what-next-videobox-inner-wht .pinktxt {
	font-size: 16px;
	color: #e3007e;
	margin-bottom: 0;
}

.what-next-singlebox {
	color: white;
	padding: 30px 0;
	background: #66007e;
}

.what-next-singlebox h3 {
	font-size: 30px;
	font-weight: bold;
	text-transform: uppercase;
}

.what-next-singlebox-dir {
	background: #e3007e url(images/wns-search-icon.svg) no-repeat bottom 10px right 10px;;
	border-radius: 15px;
	height: 100%;
	padding: 30px;
	padding-bottom: 80px;
	font-size: 18px;
	text-align: center;
	position: relative;
}


.what-next-singlebox .btn-primary {
	font-size: 32px;
	font-weight: bold;
	margin-top: 10px;
	background-color: #f9e710;
	color: #e3007e;
	border-radius: 15px;
	border:none;
	position: absolute;
	bottom: 30px;
	left: 30px;
}
.what-next-singlebox .btn-primary:hover {

	background-color: #fff;
	border: none;
}

.what-next-singlebox-faqs {
	background: #36a6de url(images/wns-faq-icon.svg) no-repeat bottom 10px right 10px;
	border-radius: 15px;
	height: 100%;
	padding: 30px;
	padding-bottom: 80px;
	font-size: 18px;
	text-align: center;
	position: relative;
}
.what-next-singlebox-video {
	background: #36a6de url(images/wns-videonew-icon.svg) no-repeat bottom 10px right 10px;

}

.what-next-nextbox {
	padding-top: 0;
	background: #66007e;
}

.what-next-nextbox-inner {
	font-size: 18px;
	background: #8f45a1 url('images/wns-video-icon.svg') no-repeat left 20px center;
	padding: 20px 20px 20px 130px;
	color: white;
	border-radius: 15px;
}

.what-next-nextbox-inner-faqs {
	background: #8f45a1 url('images/wns-faq-icon-orng.svg') no-repeat left 20px center;

}

.what-next-nextbox-inner a {
	color: white;
	text-decoration: underline;
}

.what-next-nextbox-inner h3 {
	font-size: 30px;
	font-weight: bold;
	text-transform: uppercase;
}

.what-next-nextbox-inner p {
	margin-bottom: 0;
	padding-right: 120px;
}

.wns-signoff {
	text-align: center;
	color: white;
	font-size: 18px;
}

.what-next-logostrip {
	background: white;
	padding-bottom: 60px;
/*	margin-bottom: -60px;*/
	position: relative;
	text-align: center;
	font-size: 14px;
}

/*.what-next-logostrip:before {
	content: '';
	background: url('images/wns-logostrip-brush.svg') repeat-x center top;
	height: 50px;
	width: 100%;
	display: block;
	position: absolute;
	top: -18px;
	
}*/

.what-next-logostrip img {
	width: 100%;
	height: auto;
}

.big-hero-section.what-next-hero {
	background-image: url('images/girls-purple-whatnext.jpg');
	background-position: center center;
	height: 360px;
}

.big-hero-section.what-next-hero-new {
	background-image: url('images/wns-questionsbg.png');
	background-position: center center;
	height: 360px;
}		

.big-hero-section.what-next-hero-short {
	height: auto;
}	

.whatnextlogo  {
	text-align: center;
	margin-top: 60px;
	margin-bottom: 30px;
}
.whatnextlogo img {
	width: 210px;
	height: auto;
	
}

.what-next-hero .big-hero-text h1 {
	font-size: 24px;
	font-weight: normal;
}

.what-next-summary-map {
	text-align: center;
	padding-top: 0;
	padding-bottom: 0;
}

.what-next-summary-map .container-fluid {
	padding: 0;
}

.what-next-summary-map iframe{
	width: 100%;
	border: none;
}

.what-next-summary-intro {
	text-align: center;
}

.what-next-summary-intro h1 {
	font-size: 30px;
	color: #66007e;
}

.what-next-intro {
	text-align: center;
	font-size: 18px;
}

.what-next-detail {
	padding: 30px 0;
}

.what-next-detail h3 {
	color:#8f45a1;
	font-weight: bold;
	text-transform: none;
	font-size: 24px;
}


.what-next-detail .detail-header {
	border-bottom: 1px solid #662d8e;
	padding-bottom: 15px;
	margin-bottom: 30px;
}

.what-next-detail .detail-header h1 {
	font-size: 38px;
	font-weight: bold;
}

.what-next-detail .detail-header-img {
	text-align: right;
}
.what-next-detail .detail-header-img img {
	width: 130px;
	height: auto;
}


.what-next-detail .detail-main-address {
	text-align: right;
}

.what-next-detail .detail-main-address p {
	text-align: right;
	margin-bottom: 0;
}

.what-next-detail .detail-main-content {
	padding-right: 80px;
}

.what-next-detail .detail-main-content h3, .what-next-detail .detail-main-content h1, .what-next-detail .detail-main-content h2 {
	font-weight: 700;
	font-size: 22px;
	color: #662d8e;
	margin-bottom: 0;
	margin-top: 30px;
}

.what-next-detail .detail-main-address-numbers {
	color: #e3007e;
	margin-top: 20px;
}

.what-next-detail .detail-main-address-numbers p {
	margin-bottom: 0;
}
.what-next-detail .detail-main-address-numbers a {
	color: #e3007e;
	text-decoration: underline;
}

.what-next-detail .detail-main-address-download {
	margin-top: 30px;
}

.what-next-detail .detail-main-address-download p{
	margin-bottom: 20px;
}

.what-next-detail .detail-main-address-download a {
	color: #fff;
	display: inline-block;
	padding: 15px 20px;
	background: #662d8e;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	width: 200px;
	line-height: 1.1;
	text-decoration: none;
}

.what-next-detail .detail-main-address-download a:hover {
	
	background: #e3007e;
	text-decoration: none;
}

.what-next-summary-box {
	background: #f5f5f5;
	text-align: center;
	padding: 6px;
	font-size: 14px;
	font-weight: 700;
	height: 100%;
	
}

.what-next-summary-boxes-row .col-sm-6 {
	margin-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
}

.what-next-summary-boxes-row a {
	text-decoration: none;
}

.what-next-summary-boxes-row a:hover {
	text-decoration: none;
}

.what-next-summary-box p {
	font-size: 15px;
	font-weight: 700;
	margin-bottom: 0;
	padding-bottom: 0;
	
}

a .what-next-summary-box p {
	color: #222;
}

a:hover .what-next-summary-box  {
	background: #ddd;
}


.what-next-summary-box img {
	width: 100%;
	height: auto;
	margin-bottom: 5px;
}

.wns-video-item {
	margin-bottom: 20px;
}

.wns-videos-page-row {
	background:#8f45a1;
	padding-top: 15px;
	padding-bottom: 5px;
	border-radius: 20px;
/*	margin-bottom: 30px;*/
}

.wns-videos-page-row h2 {
	font-size: 22px;
	font-weight: 900;
	color: #f9e710;
	margin-bottom: 15px;
}

.white-bg {
	background: #f2f2f2;
}

.wns-videos-page-row.white-bg {
	margin-bottom: 30px;
}

.white-bg h2{
	color: #662d8e;
}

.wns-videos-page-row p {
	color: #111;
}

.wns-videos-page-row em {
	color: #662d8e;
	font-style: normal;
	font-weight: bold;
	font-size: 13px;
	border: 1px solid #662d8e;
	padding: 2px 6px;
}

.wns-videos-page-row a {
	color: #e3007e;
}

.vpr-white p {
	color: white!important;
}

/*WHAT NEXT CHAT PAGE*/

.chat-logo img {
	width: 100%;
	height: auto;
	max-width: 300px!important;
}

.what-next-chat-intro {
	color: #fff;
	text-align: left;
	margin-top: 40px;
}

.what-next-chat-intro h1 {
	color: #fff;
	font-size: 30px;
	font-weight: 700;
}

.what-next-chat-intro h1 span {
	color: #f9e710;
	
}

.what-next-chatbox {
	padding-top: 0;
	background: #66007e;
}

.arena-chat {
	
}
.wn-chatbox-left-inner {
		background: #fff;
		border-radius: 30px;
		padding: 20px;

}

.wn-chatbox-right-inner {
	background: #8f45a1;
	border-radius: 30px;
	padding: 20px;
	color: white;
	font-size: 18px;

}

.wn-chatbox-right-inner h2 {
	color: #f9e710;
	font-weight: bold;
	font-size: 18px;
}

.wn-chatbox-right-inner h2:last-of-type {
	margin-top: 30px;
}

.wn-chatbox-right-inner a {
	color: #fff;
}

.wn-chatbox-right-inner .embed-responsive {
	margin-bottom: 30px;
}

.what-next-chat-visit {
	text-align: center;
	color: white;
	background: #66007e;
	padding-top: 30px;
}

.what-next-chat-visit h2 {
	font-weight: bold;
	font-size: 26px;
	margin-bottom: 20px;
}

.what-next-chat-visit .input-group-text {
	background: #f9e710;
	border: 1px solid #f9e710;
	font-weight: bold;
	color: #662d8e;
	font-size: 20px;
}

.input-group select  {
	font-size: 20px;
}

.wn-doublebox-right .input-group-text {
	background: #f9e710;
	border: 1px solid #f9e710;
	font-weight: bold;
	color: #662d8e;
	font-size: 20px;
}

.wn-doublebox-right .input-group {
	border: 12px solid #8f45a1;
	background:#8f45a1;
	border-radius: 10px;
	
}

.input-group select  {
	font-size: 20px;
}

.home-chat-box .input-group-text {
	background: #f9e710;
	border: 1px solid #f9e710;
	font-weight: bold;
	color: #662d8e;
	font-size: 20px;
}

.home-chat-box .what-next-nextbox-inner {
	background: #8f45a1 url('images/wns-chat-icon.svg') no-repeat left 20px center;
	
	
}

.home-chat-box {
	background: #66007e;
	
	
}


/*END WHAT NEXT*/


/*CBC*/

.sector-block img {
	width: 100%;
	height: auto;
}

.sector-block  {
	background: #e8f6f4;
}

.sector-block h2 {
	font-weight: 900;
	margin: 0;
	padding: 0;
	font-size: 21px;
}
.sector-block p {
	margin: 0;
	padding: 0;
	font-size: 15px;
	line-height: 1.2;

}

.sector-blocks-row a {
	color: inherit;
	text-decoration: none;
}

.sector-blocks-row a:hover {
	text-decoration: none;
}

.sector-blocks-row a:hover .sector-block {
	background: #b5e1db;
}

.cbc-sector-more {
	background: #e8f6f4;
	padding-top: 60px;
	padding-bottom: 60px;
}

.sector-more-inner {
	background: #fff;
	border-radius: 6px;
	padding: 20px;
}

.sector-more-inner h3 {
	font-weight: 900;
	color: #009683;
	font-size: 22px;
	margin-bottom: 15px;

}
.cbc-sector-employers {
	background: url(images/cbc-employer-bg.png) no-repeat center bottom, linear-gradient(0deg, hsl(239deg 58% 34%) 0%, hsl(271deg 52% 36%) 50%, hsl(303deg 45% 40%) 100%);
	padding: 60px 0;
}

.cbc-sector-employers h2 {
	color: #fff;
	font-weight: 900;
	text-align: center;
	margin-bottom: 50px;
}

.cbc-sector-employers {
	color: #fff;
}

.cbc-sector-employers h5 {
	font-weight: 700;
}

.cbc-sector-employers p {
	line-height: 1.3;
	margin-bottom: 10px;
}

.cbc-sector-employers a {
	color: #fff;
}

.cbc-sector-employers a:hover {
	color: #fff;
}

.cbc-sector-employers-videos {
	margin-bottom: 30px;
}

.cbc-sector-employers-videos .embed-responsive {
	margin-bottom: 20px;
}

.mb-30 {
	margin-bottom: 30px;
}

/*END CBC*/


/*DOWNLOADS*/

.downloads-item .item-title {
	margin-bottom: 0;
	padding-bottom: 0;
	font-weight: bold;
	line-height: 1;
}

.downloads-item .item-desc {
	margin-bottom: 0;
	padding-bottom: 0;
	color: #222;
	line-height: 1.2;
}

.downloads-item {
	background: url('images/download-icon2.svg') no-repeat left top 6px;
	background-size: 30px auto;
	padding-left: 40px;
	min-height: 50px;
	margin-bottom: 15px;
}


.downloads-item:hover {
/*	background: url('images/download-icon2.svg') no-repeat left top 6px;*/

}

.downloads-item-link {
	text-decoration: none;
	display: block;
}

/*CONTACT*/

.fbsubmit {
	border: none;
	border-radius: 20px;
	padding: 10px 20px;
	font-weight: bold;
	background: #e3007e;
	color: white;
}

.fbsubmit:hover {

	background: #333;
}
 
/*NAVIGATION*/

/*submenu*/


.submenu-col img {
	width: 100%;
	height: auto;
	border-radius: 20px;
}

.submenu {
	margin-bottom: 40px;
}
.submenu h5 {
	color: #2e3175;
	font-weight: bold;
	font-size: 24px;
	padding-bottom: 8px;
	border-bottom: 4px solid #2e3175;
	margin-bottom: 20px;
	margin-top: 0;
}

.submenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.submenu ul li  {
	margin-bottom: 12px;
}

.submenu ul li a {
	text-decoration: none;
	color: #222;
	display: block;
	background: url('images/submenu-arrow.svg') no-repeat right top;
	font-size: 18px;
	transition: background 0.5s;
}

.submenu ul li a:hover {
	text-decoration: underline;
	background: url('images/submenu-arrow.svg') no-repeat right 10px top;
	transition: background 0.2s;

}

/*.navbar-nav li.nav-item:first-of-type a {
	border: 1px solid #333;
}*/

#navbarDropdownMenuLink {
	outline: none
}

.navbar-light .navbar-nav .nav-link  {
	color: #222;
}


.navbar-nav .dropdown {
	border: 1px solid #2e3175;
	border-radius: 40px;
	background: #d7eef9 url('images/quick-carat.svg') no-repeat right 8px center;
	padding: 0 8px 0px 8px;
}

.navbar-nav .dropdown:has(.show) {
	background: white url('images/quick-carat.svg') no-repeat right 8px center;
}


.navbar-nav .dropdown-toggles  {
	padding-right: 28px!important;
}

.navbar-nav li:last-of-type a {
	font-weight: 400!important;
}

.navbar-nav li:nth-last-child(2) a {
	font-weight: 400!important;
}

/*Move menu away a bit*/
.dropdown-menu {
   margin-top: 10px!important;
}

/*Adds a fill so mouse over isnt lost*/
.dropdown-menu:before {
    content: " ";
    position: absolute;
    top: -10px;
    left: 0;
    width: 100%;
    height: 32px;
    background: transparent;
}

.nav-link {
	font-size: 18px;
	font-weight: 600;
}

a.navbar-brand {
	padding: 0!important;
}


.ja-nav-close {
	margin: 0 auto;
	background: none;
	border: none;
	color: white;
	font-size: 22px;
	padding: 8px 40px;
	margin-bottom: 10px;
	margin-top: -10px;
}



/* CHANGE NAV TO SLIDE IN */

@media (max-width: 991px) {
    .navbar-collapse {
        position: fixed;
        top: 0px;
        left: 0;
        padding-left: 15px;
        padding-right: 15px;
		padding-top: 40px;
/*        padding-bottom: 665px;*/
        width: 100%;
		height: 100%;
/*		width: 250px;*/
		outline: 15px solid #222;
		background: #222;
		z-index: 100;
		text-align: center;
    }
	
	   /* .navbar-collapse::before {
        
		content: '\2716';
		color: white;
		position: relative;
		right: 0;
		top: -15px;
		font-size: 20px;
    }*/
    .navbar-collapse.collapsing {
/*        height: auto;*/
		height: 100%;
        -webkit-transition: left 0.3s ease;
        -o-transition: left 0.3s ease;
        -moz-transition: left 0.3s ease;
        transition: left 0.3s ease;
        left: -110%;
    }
    .navbar-collapse.show {
        left: 0;
		height: 100%;
        -webkit-transition: left 0.3s ease-in;
        -o-transition: left 0.3s ease-in;
        -moz-transition: left 0.3s ease-in;
        transition: left 0.3s ease-in;
    }
	
	.nav-link {
		color: white!important;
	}
	
	.dropdown-toggles {
		color: #2e3175!important;
	}
	
	.dropdown .dropdown-menu {
		background: none!important;
		box-shadow: none!important;
		color: #222;
		border: none;
		text-align: center;
	}
	
		.dropdown .dropdown-menu .dropdown-item:hover {
		background: none!important;
	
	}
	
		.dropdown .dropdown-menu a {
		color: #222;
		font-size: 18px;
	}
	
			.dropdown .dropdown-menu a:hover {
		color: red;
	}
}


/*END NAVIGATION*/



/*MEDIA QUERIES*/

/*XX-Large devices (larger desktops, 1400px and up)*/

@media (max-width: 1399px) {

}

/*X-Large devices (large desktops, 1200px and up)*/

@media (max-width: 1199px) {

}

/*Large devices (desktops, 992px and up)*/

@media (max-width: 991px) {
.home-video-box-desc {
	font-size: 18px;
}

.submenu {
	margin-top: 30px;
}

.internal-hero h1 {
	font-size: 60px;
}

.internal-hero h2 {
	font-size: 20px;
}

.main-content-left {
	padding-right: 0px;
}

}

/*Medium devices (tablets, 768px and up)*/

@media (max-width: 767px) {

.navbar-brand img {
	width: 150px;
}

.herotag {
	width: 100%;
	height: auto;
}

.home-get-box img {
	width: 120px;
	height: auto;
	margin-bottom: 0px;
}


.internal-hero {
	height: auto;
}



.internal-hero h1 {
	font-size: 50px;
}

.internal-hero h2 {
	font-size: 18px;
}


}

/*small*/

@media (max-width: 575px) {
	/*.navbar-brand img {
		width: 200px;
	}*/
	


}
