/* cmsms stylesheet: default modified: 20250513 05:43 PM 5:43:37 PM */
/* Brand info

	Colours:

	Prime
	Dark Blue - #262626

	Secondary
	Light Blue - #47B9FF

	Orange - #EC6606

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

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

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

ul {
	list-style: none;
}

blockquote,q {
	quotes: none;
}

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

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

del {
	text-decoration: line-through;
}

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

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

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

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

input,select {
	vertical-align: middle;
}

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

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

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

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

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

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

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

small {
	font-size: 85%;
}

strong,th {
	font-weight: bold;
}

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

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

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

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

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

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

button {
	width: auto;
	overflow: visible;
}

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

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

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

textarea {
	resize: none;
}

:focus {
	outline: 0;
}

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

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

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

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

body {
	background-color: #EC6606;
}

#page {
	position: relative;
	margin: 10px 10px 0px 10px;
	background-color: #fff;
}

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

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

a {
	color: #EC6606;
	text-decoration: none;
}

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

h1 {
font-family: oscine, sans-serif;
font-weight: 800;
font-style: normal;
}

h2 {
font-family: oscine, sans-serif;
font-weight: 700;
font-style: normal;
}

h3 {
font-family: oscine, sans-serif;
font-weight: 700;
font-style: normal;
}

h4 {
font-family: oscine, sans-serif;
font-weight: 700;
font-style: normal;
}

h5, h6 {
font-family: oscine, sans-serif;
font-weight: 700;
font-style: normal;
}

hr {
	border: none;
	height: 1px;
	background-color: rgba(38, 38, 38, 0.25);
	margin: 5px 0 15px;
}

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


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

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

@media only screen and (min-width:576px) {
.fixed {
	border-top: 20px solid #EC6606;
	border-bottom: 1px solid #D4D4D4;
	left: 20px;
	right: 20px;
	width: calc(100% - 40px);
}
}

@media only screen and (min-width:992px) {
.fixed {
	border-top: 30px solid #EC6606;
	border-bottom: 1px solid #D4D4D4;
	left: 30px;
	right: 30px;
	width: calc(100% - 60px);
}
}

.fix {
	height: 120px;
}

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

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

@media only screen and (min-width:576px) {
.main-logo {
	width: 100%;
	max-width: 285px;
	height: auto;
	margin: 25px auto;
}
}

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

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


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

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

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

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

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

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

ul.top-nav li.social-link a {
	color: #47B9FF;
	font-size: 40px;
}

ul.top-nav li.social-link span {
	display: none;
}


.topNavSearch {
	color: #262626;
	background: #fff;
	border-radius: 100px;
	border: 1px solid #262626;
	font-size: 16px;
	line-height: 48px;
	display: none;
	height: 48px;
	padding: 0 10px;
}

@media only screen and (min-width:576px) {
.topNavSearch {
	display: block;
	font-size: 16px;
	padding: 0 25px;
}
}

@media only screen and (min-width:992px) {
.topNavSearch {
	font-size: 20px;
}
}

.topNavSearch form {
	margin: none;
	padding: none;
}

div.topNavSearch button,
div.topNavSearch input {
	font-family: oscine, sans-serif;
	font-weight: 600;
	font-style: normal;
	border: 0;
	background: none;
	color: #262626;
	font-weight: 600;
	width: 40px;
	display: block;
	height: 48px !important;
	float: left;
}
div.topNavSearch input::-webkit-input-placeholder { /* Edge */
	font-family: oscine, sans-serif;
	font-weight: 600;
	font-style: normal;
	color: #262626;
}

div.topNavSearch input:-ms-input-placeholder { /* Internet Explorer 10-11 */
	font-family: oscine, sans-serif;
	font-weight: 600;
	font-style: normal;
	color: #262626;
}

div.topNavSearch input::placeholder {
	font-family: oscine, sans-serif;
	font-weight: 600;
	font-style: normal;
	color: #262626;
}

div.topNavSearch input {
	min-width: 100px;
}
@media only screen and (max-width: 460px) {
div.topNavSearch input {
	min-width: 100px;
}
}
div.topNavSearch button {
	height: 48px !important;
	font-size: 30px;
	width: 40px;
	cursor: zoom-in;
}



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

.btn, .button, .newsbtn a {
	display: inline-block;
	color: #fff;
	background: #0071B9;
	border-radius: 100px;
	line-height: 35px;
	font-family: oscine, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 12px;
	padding: 0 10px;
}


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

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

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

.content .button, .newsbtn a {
	line-height: 32px;
	font-size: 16px;
	border-radius: 100px;
}



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

.top-nav a.btn {
	background: #262626;
}

a:hover.btn, span:hover.btn, a:hover.button, span:hover.button, .newsbtn a:hover {
	background: #EC6606;
}



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

#showMenu2 {
	position: absolute;
	top: 25px;
	right: 25px;
	color: #262626;
}


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

#showMenu.active:before, #showMenu2.active:before {
	transition: all 0.4s ease;
	background: #EC6606;
	color: #fff;
	content: "\f136";
	z-index: 50000;
}

#showMenu:hover:before {
	background: #262626;
	color: #fff;
}

#showMenu2.active:hover:before {
	color: #262626;
	color: #fff;
}

#showMenu.active:hover:before, #showMenu2.active:hover:before {
}

#showMenu span.hiddenMenu, #showMenu2 span.hiddenMenu {
	display: none;
}

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

#mainNav {
	z-index: 5000;
	background: rgba(255, 255, 255, 0.95);
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	width: 50%;
	max-width: 600px;
	padding-top: 180px;
	height: calc(100% - 180px);
	display: block;
	overflow: scroll;
	overflow-x: hidden;
	transition: 0.5s;
	opacity: 1;
	text-align: left;
}
#mainNav.hidden {
	right: -50%;
	opacity: 0;
}

#mainNavbg {
	z-index: 5000;
	background: rgba(0, 0, 0, 0.75);
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	display: block;
	overflow: scroll;
	overflow-x: hidden;
	transition: 0.5s;
	opacity: 1;
	text-align: left;
}
#mainNavbg.hidden {
	right: -100%;
	opacity: 0;
}
@media only screen and (max-width: 460px) {
	#mainNav {
		width: 100%;
		max-width: none;
	}
	#links.hidden,
	#mainNav.hidden {
		right: -100%;
	}
}
#mainNav div.topSearch,
#mainNav ul {
	display: block;
	width: 80%;
}
#mainNav div.topSearch {
	margin-bottom: 40px;
}
#mainNav ul,
#mainNav ul li {
	font-family: oscine, sans-serif;
	font-weight: 400;
	font-style: normal;
	margin-left: 0;
	padding: 0;
	list-style: none;
}
#mainNav ul li ul {
	width: 100%;
}
#mainNav ul li {
	color: #fff;
}
#mainNav ul li a {
	vertical-align: middle;
	color: #262626;
	display: block;
	transition: 0.4s ease;
	line-height: 45px;
}
#mainNav ul li ul li a {
	color: rgba(0, 113, 185, 1);
}
#mainNav ul li a:before {
	font: 1em/1 Material-Design-Iconic-Font;
	content: "";
	width: 60px;
	color: #262626;
	text-align: center;
}

#mainNav ul li.sectionheader.parent a:before {
	content: "\f278";
}
#mainNav ul li.sectionheader.parent a.open:before {
	content: "\f273";
}
#mainNav ul li.sectionheader.parent ul li a:before {
	content: "";
}
#mainNav ul li.sectionheader.parent ul li.sectionheader.parent a:before {
	content: "\f278";
}
#mainNav ul li.sectionheader.parent ul li.sectionheader.parent a.open:before {
	content: "\f273";
}
#mainNav ul li.sectionheader.parent ul li.sectionheader.parent ul li a:before {
	content: "";
}
#mainNav div.topSearch:after,
#mainNav ul li a:after {
	transition: all 0.4s ease;
	content: " ";
	width: 100%;
	height: 1px;
	background-color: rgba(38, 38, 38, 0.10);
	background-image: linear-gradient(to left, transparent, transparent 50%, #262626 50%, #262626);
	background-position: 100% 0;
	background-size: 200% 100%;
	display: block;
}
#mainNav div.topSearch:hover:after,
#mainNav ul li a:hover:after {
	background-position: 0 0;
}
#mainNav ul li ul li a:after {
	background-color: rgba(38, 38, 38, 0.0);
}
#mainNav ul li ul li:last-child a:after {
	background-color: rgba(38, 38, 38, 0.10);
}
#mainNav ul li a.sectionheader {
	cursor: context-menu;
}
#mainNav ul li a span {
	display: table-cell;
	vertical-align: middle;
	line-height: 100%;
}
#mainNav div.topSearch button:hover,
#mainNav ul li a.currentpage,
#mainNav ul li a.menuactive,
#mainNav ul li a:hover:before,
#mainNav ul li ul li a.currentpage,
#mainNav ul li.activeparent a,
#mainNav ul li:hover a,
#mainNav ul li:hover li a:hover {
	color: #EC6606;
}
#mainNav ul li:hover li a {
	color: #0071B9;
}
#mainNav div.topSearch button,
#mainNav div.topSearch input {
	font-family: oscine, sans-serif;
	font-weight: 600;
	font-style: normal;
	line-height: 40px;
	height: 40px !important;
	border: 0;
	background: 0 0;
	color: #262626;
	font-weight: 600;
	width: 40px;
}
#mainNav div.topSearch input::-webkit-input-placeholder { /* Edge */
	font-family: oscine, sans-serif;
	font-weight: 600;
	font-style: normal;
	color: #262626;
}

#mainNav div.topSearch input:-ms-input-placeholder { /* Internet Explorer 10-11 */
	font-family: oscine, sans-serif;
	font-weight: 600;
	font-style: normal;
	color: #262626;
}

#mainNav div.topSearch input::placeholder {
	font-family: oscine, sans-serif;
	font-weight: 600;
	font-style: normal;
	color: #262626;
}

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


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

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

#banner {
	position: relative;
	overflow: hidden;
	display: block;
	width: 100%;
	height: auto;
	background: #262626;
	z-index: 0;
}

@media only screen and (min-width:576px){
}
@media only screen and (min-width:768px) {
}

#banner:after {
	content: " ";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(125deg, rgba(38, 38, 38, 0.8) 0%, rgba(38, 38, 38, 0.6) 45%, rgba(38, 38, 38, 0) 65%);
	display: block;
	z-index: 1;
}

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

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

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

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


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

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

body#home #banner-section .row {
	position: absolute;
	top: 20px;
	bottom: 20px;
}

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


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

#banner-section .btn {
	margin-left: 20px;
}

#nobanner {
	position: relative;
	overflow: hidden;
	display: block;
	width: 100%;
	height: auto;
	background: #D4D4D4;
	z-index: 0;
}

@media only screen and (min-width:576px){
}
@media only screen and (min-width:768px) {
}

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


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


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

.content {
}


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

.content h1, #banner-section h1, #nobanner-section h1 {
	font-size: 20px;
	line-height: 24px;
	border-left: 5px solid #EC6606;
	padding-left: 15px;
}

#banner-section h2 {
	font-size: 18px;
	line-height: 24px;
	padding-left: 20px;
	font-weight: 500;
}

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

}
#banner-section h2 {
	font-size: 20px;
	line-height: 28px;
}
}

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

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

#nobanner-section h1 {
	color: #262626;
	margin-bottom: 40px !important;
}

#banner-section h2 {
	color: #fff;
	margin-bottom: 40px !important;
}


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

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



.content h2  {
	font-size: 24px;
	margin-bottom: 30px;
	line-height: 30px;
	color: #EC6606;
	font-weight: 800;
}


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

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

}
}

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


.content h3 {
	font-size: 24px;
	line-height: 35px;
	margin-bottom: 60px;
	color: #262626;
}

.accordion h3 {
	margin-bottom: 30px;
	color: #0071B9 !important;
}

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

.content h5, .content h6 {
	margin-bottom: 0px;
	line-height: 30px;
	color: #0071B9;
}


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


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

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

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

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

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



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


.breadcrumbBar {

}

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

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

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


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


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

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

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

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

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

#side-nav li a:hover {
	color: #262626;
	font-weight: 700;
}

#side-nav li a.currentpage {
	color: #262626;
	font-weight: 700;
}


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

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



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

#first-section {
	background: #EC6606;
	padding: 60px 0;
	background-position: center left;
	background-image: url('https://www.kee-hub.org.uk/assets/images/KEEHub-bg-icon-10pc.svg');
	background-size: 100%;
	background-repeat: no-repeat;
}

@media only screen and (min-width:576px) {
#first-section {
	background-size: contain;
}
}

@media only screen and (min-width:992px) {
#first-section {
	background-size: 40%;
}
}


#first-section .btn:hover{
	background: #262626;
}

#second-section {
	background: white;
	padding: 40px 0;
}

#third-section {
	padding: 40px 0;
	background: #EC6606;
	background: linear-gradient(0deg, #ffffff 25%, #EC6606 25%);
}

#forth-section {
	background: white;
}

#forth-section .btn{
	background: #EC6606;
}

#forth-section .btn:hover{
	background: #262626;
}

#promobox {
	background-position: right center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #0071B9;
}

#promobox-inner {
	background: linear-gradient(125deg, #0071B9 60%, rgba(0,115,186,0) 60%);
	padding: 20px 10px;
}

@media only screen and (min-width:576px) {
#promobox-inner {
	background: linear-gradient(125deg, #0071B9 50%, rgba(0,115,186,0) 50%);
	padding: 40px 20px;
}
}

#fifth-section {
	background: #EC6606;
	padding: 40px 0 60px 0;
}

#fifth-section div.page-section {
	margin-bottom: 0px;
}

#fifth-section img {
	width: 75%;
	max-width: 175px;
	height: auto;
}

#second-section h2 {
	color: #0071B9;
}

#first-section h2, #third-section h2, #forth-section h2, #forth-section h3, #forth-section h4, #fifth-section h2 {
	color: #fff;
}

#first-section h2, #second-section h2, #fifth-section h2 {
	margin-bottom: 10px;
}

#second-section h3 {
	margin-bottom: 10px;
}

#third-section h2 {
	margin-bottom: 30px;
}

.hub {
	position: relative;
	margin-top: 30px;
}

.hub-inner {
	transition: all 0.3s ease;
	border-left: 5px solid rgba(38, 38, 38, 0.1);
	padding-left: 15px;
}

.hub:hover .hub-inner {
	border-left: 5px solid #ee6707;
}

.hub h3 {
	transition: all 0.3s ease;
}

.hub:hover h3 {
	color: #0071B9;
}

.hub a {
	position: absolute;
	display: block;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.hub a span {
	display: none;
}

.hub:before {
	transition: all 0.3s ease;
	display: block;
	content: '';
  	border-radius: 50%;
	background-color: #262626;
	width:40%;
	padding-bottom:40%;
	margin-left: 30%;
	margin-bottom: 30px;
	background-position: center center;
	background-size: 100%;
	background-repeat: no-repeat;
}

@media only screen and (min-width:768px) {
.hub:before {
	width:60%;
	padding-bottom:60%;
	margin-left: 20%;
}
}

.hub:hover:before {
	background-color: #0071B9;
}

.hub.networks:before {
	background-image: url('https://www.kee-hub.org.uk/assets/images/network-icon.svg');
}

.hub.training:before {
	background-image: url('https://www.kee-hub.org.uk/assets/images/training-icon.svg');
}

.hub.projects:before {
	background-image: url('https://www.kee-hub.org.uk/assets/images/projects-icon.svg');
}

.hub.leaders:before {
	background-image: url('https://www.kee-hub.org.uk/assets/images/leaders-icon.svg');
}

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

#home_announcement_img_bar {
	background: #262626;
	padding: 10px;
}

.announcement_img {
	display: none;
}

#home_announcement_bar {
	background: #262626;
	padding: 10px;

}

#home_announcement_txt {
	padding: 10px;

}

#home_announcement_btn {
	padding: 10px;

}

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

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

#home_announcement_btn i {
	text-align: center;
}

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

#home_announcement_img_bar {
	position: relative;
	padding: 0px;
}

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

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


#home_announcement_bar {
	padding: 15px;
}

#home_announcement_txt {
	padding: 20px;

}

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

}

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

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

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


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

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

div.bannerSearch button:hover {
	color: #47B9FF;
}

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

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

div.bannerSearch input::placeholder {
	color: #262626;
}

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

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

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

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

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

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

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

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

h3.newscat {
	display: block;
	margin: 0px;
	padding: 10px 20px;
	background: #262626;
	color: #fff;
}

.flex-grid {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background: #e9e9e9;
  margin-bottom: 10px
}

.flex-section {
  flex: 1;
}

.newsbox {
}

.newsbox-inner {
	padding: 20px 20px 0px 20px;
}

.newsbox-bottom {
	padding: 0px 20px 20px 20px;
}

.newsbox .heroImg {
	background-color: rgba(38, 38, 38, 0.70);
}

.newsbox h4 {
	margin: 0px 0px 10px 0px;
	font-size: 20px;
	line-height: 120%;
}

.newsbox p {
	line-height: 120%;
}


.newsbox .readmore {
	text-align: right;
	margin-bottom: 0px;
	font-weight: 600;
}

.box-buttons {
	background: #262626;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	font-size: 18px;
	color: #fff;
	margin-bottom: 15px;
}

@media only screen and (min-width:768px){
}
@media only screen and (min-width:992px) {
}


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

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

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

.box-buttons.newshero {
	background-position: center 25%;
	background-image: url('https://www.kee-hub.org.uk/assets/images/KEEHub-bg-icon-10pc.svg');
	background-size: 125%;
}


.box-buttons a {
	transition: all 0.3s ease;
	position: relative;
	display: block;
	height: 100%;
	background: rgb(38, 38, 38);
	background: linear-gradient(135deg, rgba(38, 38, 38, 1) 5%, rgba(38, 38, 38, 0.65) 25%, rgba(38, 38, 38, 0.25) 60%);
	color: #fff;
}

@media only screen and (min-width:768px){
}
@media only screen and (min-width:992px) {
}

@media only screen and (min-width:768px){
}
@media only screen and (min-width:992px) {
}

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

.box-buttons a:hover {
	display: block;
	background: rgba(236, 102, 6, 0.25);
	background: linear-gradient(135deg, rgba(38, 38, 38, 1) 5%, rgba(38, 38, 38, 0.65) 25%, rgba(236, 102, 6, 0.25) 60%);
	color: #fff;
}

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

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

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


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

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

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

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

.box-buttons a:hover span i, a.squareBTN:hover span i {
	color: rgba(255, 255, 255, 1);
	background: rgba(236, 102, 6, 1);
}

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



.readmore a, .readmore a:hover {
	color: #262626;
}


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

.readmore a:hover i {
	background: #0071B9;
}


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

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

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

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

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


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

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

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

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

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

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

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


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

#deep-footer {
	background: #262626;
	background-image: url('https://www.kee-hub.org.uk/assets/images/KEEHub-bg-icon-10pc.svg');
	background-repeat: no-repeat;
	background-position: top -5px right -5px;
	background-size: 280px;
	color: #fff;
	padding: 50px 0;
	font-size: 14px;
}

@media only screen and (min-width:576px) {
#deep-footer {
	background-position: top -15px right -15px;
	background-size: 420px;
}
}

@media only screen and (min-width:992px) {
#deep-footer {
	background-position: top -25px right -25px;
	background-size: 570px;
}
}

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

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

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

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

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

#deep-footer a:hover {
	color: #47B9FF;
}

.deep-footer-nav {

}

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

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

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

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

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

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

#footer {
	font-size: 12px;
	color: #262626;
	background-color: #EC6606;
}

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

#footer a:hover {
	color: #fff;
}

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

@media only screen and (min-width:768px) {
ul.credit{ text-align: right;}
ul.social-media-links li {font-size: 40px;}
}

.credit strong {white-space: nowrap;}


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

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

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

.fullwidth {
	width: 100%;
}

.fullheight {
	width: 100%;
}


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

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

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

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

.ratio_1_1 {
	padding-top:100%;
}

.ratio_27_7 {
	padding-top: 25.93%;
}

.ratio_21_9 {
	padding-top: 42.857%;
}

.ratio_19_4 {
	padding-top: 21.032%;
}

.ratio_16_9 {
	padding-top: 56.25%;
}

.ratio_8_5 {
	padding-top: 62.5%;
}

.ratio_3_2 {
	padding-top: 66.66%;
}

.ratio_2_3 {
	padding-top: 133.33%;
}

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

.ratio_4_3 {
	padding-top: 75%;
}

.ratio_3_08 {
	padding-top: 32.42%;
}

.ratio_9_2 {
	padding-top: 22.22%;
}

.txtLeft {
	text-align: left;
}

.txtRight {
	text-align: right;
}

.txtCenter {
	text-align: center;
}

.txtVtop {
	vertical-align: top;
}

.txtVcenter {
	vertical-align: middle;
}

.txtVbottom {
	vertical-align: bottom;
}

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

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.padbottom0 {
	padding-bottom: 1px;
}


.pad5 {
	padding: 5px;
}

.pad10 {
	padding: 10px;
}

.pad15 {
	padding: 15px;
}

.pad20 {
	padding: 20px;
}

.pad25 {
	padding: 25px;
}

.pad75top {
	padding-top: 75px;
}

.pad5pc {
	padding: 5%;
}

.pad10pc {
	padding: 10%;
}

.pad15pc {
	padding: 15%;
}

.pad20pc {
	padding: 20%;
}

.pad25pc {
	padding: 25%;
}

.pad0vertically {
	padding: 0px;
}

.pad5vertically {
	padding: 5px 0;
}

.pad10vertically {
	padding: 10px 0;
}

.pad15vertically {
	padding: 15px 0;
}

.pad20vertically {
	padding: 20px 0;
}

.pad25vertically {
	padding: 25px 0;
}

.pad30vertically {
	padding: 30px 0;
}

.pad45vertically {
	padding: 45px 0;
}

.pad60vertically {
	padding: 60px 0;
}

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

.marginTop5 {
	margin-top: 5px;
}

.marginTop10 {
	margin-top: 10px;
}

.marginTop15 {
	margin-top: 15px;
}

.marginTop20 {
	margin-top: 20px;
}

.marginTop25 {
	margin-top: 25px;
}

.marginTop30 {
	margin-top: 30px;
}

.marginTop50 {
	margin-top: 50px;
}

.marginTop75 {
	margin-top: 75px;
}

.marginTop100 {
	margin-top: 100px;
}

.marginTop150 {
	margin-top: 150px;
}

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

.marginBottom5 {
	margin-bottom: 5px;
}

.marginBottom10 {
	margin-bottom: 10px;
}

.marginBottom15 {
	margin-bottom: 15px;
}

.marginBottom20 {
	margin-bottom: 20px;
}

.marginBottom25 {
	margin-bottom: 25px;
}

.marginBottom30 {
	margin-bottom: 30px;
}

.marginBottom50 {
	margin-bottom: 50px;
}

.marginBottom60 {
	margin-bottom: 60px;
}

.marginBottom75 {
	margin-bottom: 75px;
}

.marginBottom100 {
	margin-bottom: 100px;
}

.marginRight15px {
	margin-right: 15px;
}

.marginRight30px {
	margin-right: 30px;
}

.clear {
	clear: both;
}

.clearLeft {
	clear: left;
}

.clearRight {
	clear: right;
}

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

p.share {
	text-align: center;
}

p.share a {
	margin-left: 10px;
	font-size: 1.2em;
	vertical-align: middle;
}

.content table {
	width: 100%;
}

.content thead {
	background: #262626;
	color: #fff;
	font-weight: 600;

}

.content td {
	width: auto;
	padding: 10px;
	border-right: 1px solid rgba(255, 255, 255, 0.35);
}

.content tr:nth-child(odd) {
	background: rgba(38, 38, 38, 0.05);
}

.content tr:nth-child(even) {
	background: rgba(38, 38, 38, 0.1);
}
/* cmsms stylesheet: flexboxgrid modified: 20230613 08:40 PM 8:40:06 PM */
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
html {
	line-height:1.15;
	-ms-text-size-adjust:100%;
	-webkit-text-size-adjust:100%;
/*    overflow: hidden;
    height: 100%; */
}

body {
	margin:0;
/*    overflow: hidden;
    height: 100%; */
}

audio,video {
	display:inline-block;
}

audio:not([controls]) {
	display:none;
	height:0;
}

img {
	border-style:none;
}

svg:not(:root) {
	overflow:hidden;
}

.layout {
	display:flex;
	min-height:100vh;
	flex-direction:column;
}

.page {
	z-index:0;
	background:#fff;
}

.wrap {
	box-sizing:border-box;
	max-width:1200px;
	margin:0 auto;
}

.page-section {
	padding:10px 15px;
	margin-bottom:1rem;
}

.container {
	box-sizing:border-box;
	margin-left:auto;
	margin-right:auto;
	padding-right:8px;
	padding-left:8px;
}

.container-fluid {
	padding-right:16px;
	padding-left:16px;
}

@media only screen and (min-width:576px) {
	.container {
		width:100%;
		max-width:100%;
	}
}

@media only screen and (min-width:768px) {
.page-section {
	padding:15px 50px;
	margin-bottom:2rem;
}
	.container {
		max-width:100%;
	}
}

@media only screen and (min-width:992px) {
	.container {
		max-width:100%;
	}
}

@media only screen and (min-width:1200px) {
.page-section {
	padding:15px 75px;
	margin-bottom:2rem;
}
	.container {
		max-width:100%;
	}
}

@media only screen and (min-width:1220px) {
	.container {
		max-width:100%;
	}
}

.row {
	box-sizing:border-box;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-flex:0;
	-ms-flex:0 1 auto;
	flex:0 1 auto;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	-ms-flex-direction:row;
	flex-direction:row;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	margin-right:-8px;
	margin-left:-8px;
}

.row.reverse {
	-webkit-box-orient:horizontal;
	-webkit-box-direction:reverse;
	-ms-flex-direction:row-reverse;
	flex-direction:row-reverse;
}

.col.reverse {
	-webkit-box-orient:vertical;
	-webkit-box-direction:reverse;
	-ms-flex-direction:column-reverse;
	flex-direction:column-reverse;
}

.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-offset-0,.col-lg-offset-1,.col-lg-offset-10,.col-lg-offset-11,.col-lg-offset-12,.col-lg-offset-2,.col-lg-offset-3,.col-lg-offset-4,.col-lg-offset-5,.col-lg-offset-6,.col-lg-offset-7,.col-lg-offset-8,.col-lg-offset-9,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-offset-0,.col-md-offset-1,.col-md-offset-10,.col-md-offset-11,.col-md-offset-12,.col-md-offset-2,.col-md-offset-3,.col-md-offset-4,.col-md-offset-5,.col-md-offset-6,.col-md-offset-7,.col-md-offset-8,.col-md-offset-9,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-offset-0,.col-sm-offset-1,.col-sm-offset-10,.col-sm-offset-11,.col-sm-offset-12,.col-sm-offset-2,.col-sm-offset-3,.col-sm-offset-4,.col-sm-offset-5,.col-sm-offset-6,.col-sm-offset-7,.col-sm-offset-8,.col-sm-offset-9,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-offset-0,.col-xl-offset-1,.col-xl-offset-10,.col-xl-offset-11,.col-xl-offset-12,.col-xl-offset-2,.col-xl-offset-3,.col-xl-offset-4,.col-xl-offset-5,.col-xl-offset-6,.col-xl-offset-7,.col-xl-offset-8,.col-xl-offset-9,.col-xs,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-offset-0,.col-xs-offset-1,.col-xs-offset-10,.col-xs-offset-11,.col-xs-offset-12,.col-xs-offset-2,.col-xs-offset-3,.col-xs-offset-4,.col-xs-offset-5,.col-xs-offset-6,.col-xs-offset-7,.col-xs-offset-8,.col-xs-offset-9 {
	box-sizing:border-box;
	-webkit-box-flex:0;
	-ms-flex:0 0 auto;
	flex:0 0 auto;
	-ms-flex-preferred-size:100%;
	flex-basis:100%;
	padding-right:8px;
	padding-left:8px;
	max-width:100%;
}

.col-xs {
	-webkit-box-flex:1;
	-ms-flex-positive:1;
	flex-grow:1;
	-ms-flex-preferred-size:0;
	flex-basis:0;
	max-width:100%;
}

.col-xs-1 {
	-ms-flex-preferred-size:8.33333333%;
	flex-basis:8.33333333%;
	max-width:8.33333333%;
}

.col-xs-2 {
	-ms-flex-preferred-size:16.66666667%;
	flex-basis:16.66666667%;
	max-width:16.66666667%;
}

.col-xs-3 {
	-ms-flex-preferred-size:25%;
	flex-basis:25%;
	max-width:25%;
}

.col-xs-4 {
	-ms-flex-preferred-size:33.33333333%;
	flex-basis:33.33333333%;
	max-width:33.33333333%;
}

.col-xs-5 {
	-ms-flex-preferred-size:41.66666667%;
	flex-basis:41.66666667%;
	max-width:41.66666667%;
}

.col-xs-6 {
	-ms-flex-preferred-size:50%;
	flex-basis:50%;
	max-width:50%;
}

.col-xs-7 {
	-ms-flex-preferred-size:58.33333333%;
	flex-basis:58.33333333%;
	max-width:58.33333333%;
}

.col-xs-8 {
	-ms-flex-preferred-size:66.66666667%;
	flex-basis:66.66666667%;
	max-width:66.66666667%;
}

.col-xs-9 {
	-ms-flex-preferred-size:75%;
	flex-basis:75%;
	max-width:75%;
}

.col-xs-10 {
	-ms-flex-preferred-size:83.33333333%;
	flex-basis:83.33333333%;
	max-width:83.33333333%;
}

.col-xs-11 {
	-ms-flex-preferred-size:91.66666667%;
	flex-basis:91.66666667%;
	max-width:91.66666667%;
}

.col-xs-12 {
	-ms-flex-preferred-size:100%;
	flex-basis:100%;
	max-width:100%;
}

.col-xs-offset-0 {
	margin-left:0;
}

.col-xs-offset-1 {
	margin-left:8.33333333%;
}

.col-xs-offset-2 {
	margin-left:16.66666667%;
}

.col-xs-offset-3 {
	margin-left:25%;
}

.col-xs-offset-4 {
	margin-left:33.33333333%;
}

.col-xs-offset-5 {
	margin-left:41.66666667%;
}

.col-xs-offset-6 {
	margin-left:50%;
}

.col-xs-offset-7 {
	margin-left:58.33333333%;
}

.col-xs-offset-8 {
	margin-left:66.66666667%;
}

.col-xs-offset-9 {
	margin-left:75%;
}

.col-xs-offset-10 {
	margin-left:83.33333333%;
}

.col-xs-offset-11 {
	margin-left:91.66666667%;
}

.start-xs {
	-webkit-box-pack:start;
	-ms-flex-pack:start;
	justify-content:flex-start;
	text-align:start;
}

.center-xs {
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center;
	text-align:center;
}

.end-xs {
	-webkit-box-pack:end;
	-ms-flex-pack:end;
	justify-content:flex-end;
	text-align:end;
}

.top-xs {
	-webkit-box-align:start;
	-ms-flex-align:start;
	align-items:flex-start;
}

.middle-xs {
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
}

.bottom-xs {
	-webkit-box-align:end;
	-ms-flex-align:end;
	align-items:flex-end;
}

.around-xs {
	-ms-flex-pack:distribute;
	justify-content:space-around;
}

.between-xs {
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
}

.first-xs {
	-webkit-box-ordinal-group:0;
	-ms-flex-order:-1;
	order:-1;
}

.last-xs {
	-webkit-box-ordinal-group:2;
	-ms-flex-order:1;
	order:1;
}

.initial-order-xs {
	-webkit-box-ordinal-group:NaN;
	-ms-flex-order:initial;
	order:initial;
}

@media only screen and (min-width:576px) {
	.col-sm {
		-webkit-box-flex:1;
		-ms-flex-positive:1;
		flex-grow:1;
		-ms-flex-preferred-size:0;
		flex-basis:0;
		max-width:100%;
	}
	
	.col-sm-1 {
		-ms-flex-preferred-size:8.33333333%;
		flex-basis:8.33333333%;
		max-width:8.33333333%;
	}
	
	.col-sm-2 {
		-ms-flex-preferred-size:16.66666667%;
		flex-basis:16.66666667%;
		max-width:16.66666667%;
	}
	
	.col-sm-3 {
		-ms-flex-preferred-size:25%;
		flex-basis:25%;
		max-width:25%;
	}
	
	.col-sm-4 {
		-ms-flex-preferred-size:33.33333333%;
		flex-basis:33.33333333%;
		max-width:33.33333333%;
	}
	
	.col-sm-5 {
		-ms-flex-preferred-size:41.66666667%;
		flex-basis:41.66666667%;
		max-width:41.66666667%;
	}
	
	.col-sm-6 {
		-ms-flex-preferred-size:50%;
		flex-basis:50%;
		max-width:50%;
	}
	
	.col-sm-7 {
		-ms-flex-preferred-size:58.33333333%;
		flex-basis:58.33333333%;
		max-width:58.33333333%;
	}
	
	.col-sm-8 {
		-ms-flex-preferred-size:66.66666667%;
		flex-basis:66.66666667%;
		max-width:66.66666667%;
	}
	
	.col-sm-9 {
		-ms-flex-preferred-size:75%;
		flex-basis:75%;
		max-width:75%;
	}
	
	.col-sm-10 {
		-ms-flex-preferred-size:83.33333333%;
		flex-basis:83.33333333%;
		max-width:83.33333333%;
	}
	
	.col-sm-11 {
		-ms-flex-preferred-size:91.66666667%;
		flex-basis:91.66666667%;
		max-width:91.66666667%;
	}
	
	.col-sm-12 {
		-ms-flex-preferred-size:100%;
		flex-basis:100%;
		max-width:100%;
	}
	
	.col-sm-offset-0 {
		margin-left:0;
	}
	
	.col-sm-offset-1 {
		margin-left:8.33333333%;
	}
	
	.col-sm-offset-2 {
		margin-left:16.66666667%;
	}
	
	.col-sm-offset-3 {
		margin-left:25%;
	}
	
	.col-sm-offset-4 {
		margin-left:33.33333333%;
	}
	
	.col-sm-offset-5 {
		margin-left:41.66666667%;
	}
	
	.col-sm-offset-6 {
		margin-left:50%;
	}
	
	.col-sm-offset-7 {
		margin-left:58.33333333%;
	}
	
	.col-sm-offset-8 {
		margin-left:66.66666667%;
	}
	
	.col-sm-offset-9 {
		margin-left:75%;
	}
	
	.col-sm-offset-10 {
		margin-left:83.33333333%;
	}
	
	.col-sm-offset-11 {
		margin-left:91.66666667%;
	}
	
	.start-sm {
		-webkit-box-pack:start;
		-ms-flex-pack:start;
		justify-content:flex-start;
		text-align:start;
	}
	
	.center-sm {
		-webkit-box-pack:center;
		-ms-flex-pack:center;
		justify-content:center;
		text-align:center;
	}
	
	.end-sm {
		-webkit-box-pack:end;
		-ms-flex-pack:end;
		justify-content:flex-end;
		text-align:end;
	}
	
	.top-sm {
		-webkit-box-align:start;
		-ms-flex-align:start;
		align-items:flex-start;
	}
	
	.middle-sm {
		-webkit-box-align:center;
		-ms-flex-align:center;
		align-items:center;
	}
	
	.bottom-sm {
		-webkit-box-align:end;
		-ms-flex-align:end;
		align-items:flex-end;
	}
	
	.around-sm {
		-ms-flex-pack:distribute;
		justify-content:space-around;
	}
	
	.between-sm {
		-webkit-box-pack:justify;
		-ms-flex-pack:justify;
		justify-content:space-between;
	}
	
	.first-sm {
		-webkit-box-ordinal-group:0;
		-ms-flex-order:-1;
		order:-1;
	}
	
	.last-sm {
		-webkit-box-ordinal-group:2;
		-ms-flex-order:1;
		order:1;
	}
	
	.initial-order-sm {
		-webkit-box-ordinal-group:NaN;
		-ms-flex-order:initial;
		order:initial;
	}
}

@media only screen and (min-width:768px) {
	.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-offset-0,.col-md-offset-1,.col-md-offset-10,.col-md-offset-11,.col-md-offset-12,.col-md-offset-2,.col-md-offset-3,.col-md-offset-4,.col-md-offset-5,.col-md-offset-6,.col-md-offset-7,.col-md-offset-8,.col-md-offset-9 {
		box-sizing:border-box;
		-webkit-box-flex:0;
		-ms-flex:0 0 auto;
		flex:0 0 auto;
		padding-right:8px;
		padding-left:8px;
	}
	
	.col-md {
		-webkit-box-flex:1;
		-ms-flex-positive:1;
		flex-grow:1;
		-ms-flex-preferred-size:0;
		flex-basis:0;
		max-width:100%;
	}
	
	.col-md-1 {
		-ms-flex-preferred-size:8.33333333%;
		flex-basis:8.33333333%;
		max-width:8.33333333%;
	}
	
	.col-md-2 {
		-ms-flex-preferred-size:16.66666667%;
		flex-basis:16.66666667%;
		max-width:16.66666667%;
	}
	
	.col-md-3 {
		-ms-flex-preferred-size:25%;
		flex-basis:25%;
		max-width:25%;
	}
	
	.col-md-4 {
		-ms-flex-preferred-size:33.33333333%;
		flex-basis:33.33333333%;
		max-width:33.33333333%;
	}
	
	.col-md-5 {
		-ms-flex-preferred-size:41.66666667%;
		flex-basis:41.66666667%;
		max-width:41.66666667%;
	}
	
	.col-md-6 {
		-ms-flex-preferred-size:50%;
		flex-basis:50%;
		max-width:50%;
	}
	
	.col-md-7 {
		-ms-flex-preferred-size:58.33333333%;
		flex-basis:58.33333333%;
		max-width:58.33333333%;
	}
	
	.col-md-8 {
		-ms-flex-preferred-size:66.66666667%;
		flex-basis:66.66666667%;
		max-width:66.66666667%;
	}
	
	.col-md-9 {
		-ms-flex-preferred-size:75%;
		flex-basis:75%;
		max-width:75%;
	}
	
	.col-md-10 {
		-ms-flex-preferred-size:83.33333333%;
		flex-basis:83.33333333%;
		max-width:83.33333333%;
	}
	
	.col-md-11 {
		-ms-flex-preferred-size:91.66666667%;
		flex-basis:91.66666667%;
		max-width:91.66666667%;
	}
	
	.col-md-12 {
		-ms-flex-preferred-size:100%;
		flex-basis:100%;
		max-width:100%;
	}
	
	.col-md-offset-0 {
		margin-left:0;
	}
	
	.col-md-offset-1 {
		margin-left:8.33333333%;
	}
	
	.col-md-offset-2 {
		margin-left:16.66666667%;
	}
	
	.col-md-offset-3 {
		margin-left:25%;
	}
	
	.col-md-offset-4 {
		margin-left:33.33333333%;
	}
	
	.col-md-offset-5 {
		margin-left:41.66666667%;
	}
	
	.col-md-offset-6 {
		margin-left:50%;
	}
	
	.col-md-offset-7 {
		margin-left:58.33333333%;
	}
	
	.col-md-offset-8 {
		margin-left:66.66666667%;
	}
	
	.col-md-offset-9 {
		margin-left:75%;
	}
	
	.col-md-offset-10 {
		margin-left:83.33333333%;
	}
	
	.col-md-offset-11 {
		margin-left:91.66666667%;
	}
	
	.start-md {
		-webkit-box-pack:start;
		-ms-flex-pack:start;
		justify-content:flex-start;
		text-align:start;
	}
	
	.center-md {
		-webkit-box-pack:center;
		-ms-flex-pack:center;
		justify-content:center;
		text-align:center;
	}
	
	.end-md {
		-webkit-box-pack:end;
		-ms-flex-pack:end;
		justify-content:flex-end;
		text-align:end;
	}
	
	.top-md {
		-webkit-box-align:start;
		-ms-flex-align:start;
		align-items:flex-start;
	}
	
	.middle-md {
		-webkit-box-align:center;
		-ms-flex-align:center;
		align-items:center;
	}
	
	.bottom-md {
		-webkit-box-align:end;
		-ms-flex-align:end;
		align-items:flex-end;
	}
	
	.around-md {
		-ms-flex-pack:distribute;
		justify-content:space-around;
	}
	
	.between-md {
		-webkit-box-pack:justify;
		-ms-flex-pack:justify;
		justify-content:space-between;
	}
	
	.first-md {
		-webkit-box-ordinal-group:0;
		-ms-flex-order:-1;
		order:-1;
	}
	
	.last-md {
		-webkit-box-ordinal-group:2;
		-ms-flex-order:1;
		order:1;
	}
	
	.initial-order-md {
		-webkit-box-ordinal-group:NaN;
		-ms-flex-order:initial;
		order:initial;
	}
}

@media only screen and (min-width:992px) {
	.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-offset-0,.col-lg-offset-1,.col-lg-offset-10,.col-lg-offset-11,.col-lg-offset-12,.col-lg-offset-2,.col-lg-offset-3,.col-lg-offset-4,.col-lg-offset-5,.col-lg-offset-6,.col-lg-offset-7,.col-lg-offset-8,.col-lg-offset-9 {
		box-sizing:border-box;
		-webkit-box-flex:0;
		-ms-flex:0 0 auto;
		flex:0 0 auto;
		padding-right:8px;
		padding-left:8px;
	}
	
	.col-lg {
		-webkit-box-flex:1;
		-ms-flex-positive:1;
		flex-grow:1;
		-ms-flex-preferred-size:0;
		flex-basis:0;
		max-width:100%;
	}
	
	.col-lg-1 {
		-ms-flex-preferred-size:8.33333333%;
		flex-basis:8.33333333%;
		max-width:8.33333333%;
	}
	
	.col-lg-2 {
		-ms-flex-preferred-size:16.66666667%;
		flex-basis:16.66666667%;
		max-width:16.66666667%;
	}
	
	.col-lg-3 {
		-ms-flex-preferred-size:25%;
		flex-basis:25%;
		max-width:25%;
	}
	
	.col-lg-4 {
		-ms-flex-preferred-size:33.33333333%;
		flex-basis:33.33333333%;
		max-width:33.33333333%;
	}
	
	.col-lg-5 {
		-ms-flex-preferred-size:41.66666667%;
		flex-basis:41.66666667%;
		max-width:41.66666667%;
	}
	
	.col-lg-6 {
		-ms-flex-preferred-size:50%;
		flex-basis:50%;
		max-width:50%;
	}
	
	.col-lg-7 {
		-ms-flex-preferred-size:58.33333333%;
		flex-basis:58.33333333%;
		max-width:58.33333333%;
	}
	
	.col-lg-8 {
		-ms-flex-preferred-size:66.66666667%;
		flex-basis:66.66666667%;
		max-width:66.66666667%;
	}
	
	.col-lg-9 {
		-ms-flex-preferred-size:75%;
		flex-basis:75%;
		max-width:75%;
	}
	
	.col-lg-10 {
		-ms-flex-preferred-size:83.33333333%;
		flex-basis:83.33333333%;
		max-width:83.33333333%;
	}
	
	.col-lg-11 {
		-ms-flex-preferred-size:91.66666667%;
		flex-basis:91.66666667%;
		max-width:91.66666667%;
	}
	
	.col-lg-12 {
		-ms-flex-preferred-size:100%;
		flex-basis:100%;
		max-width:100%;
	}
	
	.col-lg-offset-0 {
		margin-left:0;
	}
	
	.col-lg-offset-1 {
		margin-left:8.33333333%;
	}
	
	.col-lg-offset-2 {
		margin-left:16.66666667%;
	}
	
	.col-lg-offset-3 {
		margin-left:25%;
	}
	
	.col-lg-offset-4 {
		margin-left:33.33333333%;
	}
	
	.col-lg-offset-5 {
		margin-left:41.66666667%;
	}
	
	.col-lg-offset-6 {
		margin-left:50%;
	}
	
	.col-lg-offset-7 {
		margin-left:58.33333333%;
	}
	
	.col-lg-offset-8 {
		margin-left:66.66666667%;
	}
	
	.col-lg-offset-9 {
		margin-left:75%;
	}
	
	.col-lg-offset-10 {
		margin-left:83.33333333%;
	}
	
	.col-lg-offset-11 {
		margin-left:91.66666667%;
	}
	
	.start-lg {
		-webkit-box-pack:start;
		-ms-flex-pack:start;
		justify-content:flex-start;
		text-align:start;
	}
	
	.center-lg {
		-webkit-box-pack:center;
		-ms-flex-pack:center;
		justify-content:center;
		text-align:center;
	}
	
	.end-lg {
		-webkit-box-pack:end;
		-ms-flex-pack:end;
		justify-content:flex-end;
		text-align:end;
	}
	
	.top-lg {
		-webkit-box-align:start;
		-ms-flex-align:start;
		align-items:flex-start;
	}
	
	.middle-lg {
		-webkit-box-align:center;
		-ms-flex-align:center;
		align-items:center;
	}
	
	.bottom-lg {
		-webkit-box-align:end;
		-ms-flex-align:end;
		align-items:flex-end;
	}
	
	.around-lg {
		-ms-flex-pack:distribute;
		justify-content:space-around;
	}
	
	.between-lg {
		-webkit-box-pack:justify;
		-ms-flex-pack:justify;
		justify-content:space-between;
	}
	
	.first-lg {
		-webkit-box-ordinal-group:0;
		-ms-flex-order:-1;
		order:-1;
	}
	
	.last-lg {
		-webkit-box-ordinal-group:2;
		-ms-flex-order:1;
		order:1;
	}
	
	.initial-order-lg {
		-webkit-box-ordinal-group:NaN;
		-ms-flex-order:initial;
		order:initial;
	}

.no-gutters {
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
}

}

@media only screen and (min-width:1200px) {
	.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-offset-0,.col-xl-offset-1,.col-xl-offset-10,.col-xl-offset-11,.col-xl-offset-12,.col-xl-offset-2,.col-xl-offset-3,.col-xl-offset-4,.col-xl-offset-5,.col-xl-offset-6,.col-xl-offset-7,.col-xl-offset-8,.col-xl-offset-9 {
		box-sizing:border-box;
		-webkit-box-flex:0;
		-ms-flex:0 0 auto;
		flex:0 0 auto;
		padding-right:8px;
		padding-left:8px;
	}
	
	.col-xl {
		-webkit-box-flex:1;
		-ms-flex-positive:1;
		flex-grow:1;
		-ms-flex-preferred-size:0;
		flex-basis:0;
		max-width:100%;
	}
	
	.col-xl-1 {
		-ms-flex-preferred-size:8.33333333%;
		flex-basis:8.33333333%;
		max-width:8.33333333%;
	}
	
	.col-xl-2 {
		-ms-flex-preferred-size:16.66666667%;
		flex-basis:16.66666667%;
		max-width:16.66666667%;
	}
	
	.col-xl-3 {
		-ms-flex-preferred-size:25%;
		flex-basis:25%;
		max-width:25%;
	}
	
	.col-xl-4 {
		-ms-flex-preferred-size:33.33333333%;
		flex-basis:33.33333333%;
		max-width:33.33333333%;
	}
	
	.col-xl-5 {
		-ms-flex-preferred-size:41.66666667%;
		flex-basis:41.66666667%;
		max-width:41.66666667%;
	}
	
	.col-xl-6 {
		-ms-flex-preferred-size:50%;
		flex-basis:50%;
		max-width:50%;
	}
	
	.col-xl-7 {
		-ms-flex-preferred-size:58.33333333%;
		flex-basis:58.33333333%;
		max-width:58.33333333%;
	}
	
	.col-xl-8 {
		-ms-flex-preferred-size:66.66666667%;
		flex-basis:66.66666667%;
		max-width:66.66666667%;
	}
	
	.col-xl-9 {
		-ms-flex-preferred-size:75%;
		flex-basis:75%;
		max-width:75%;
	}
	
	.col-xl-10 {
		-ms-flex-preferred-size:83.33333333%;
		flex-basis:83.33333333%;
		max-width:83.33333333%;
	}
	
	.col-xl-11 {
		-ms-flex-preferred-size:91.66666667%;
		flex-basis:91.66666667%;
		max-width:91.66666667%;
	}
	
	.col-xl-12 {
		-ms-flex-preferred-size:100%;
		flex-basis:100%;
		max-width:100%;
	}
	
	.col-xl-offset-0 {
		margin-left:0;
	}
	
	.col-xl-offset-1 {
		margin-left:8.33333333%;
	}
	
	.col-xl-offset-2 {
		margin-left:16.66666667%;
	}
	
	.col-xl-offset-3 {
		margin-left:25%;
	}
	
	.col-xl-offset-4 {
		margin-left:33.33333333%;
	}
	
	.col-xl-offset-5 {
		margin-left:41.66666667%;
	}
	
	.col-xl-offset-6 {
		margin-left:50%;
	}
	
	.col-xl-offset-7 {
		margin-left:58.33333333%;
	}
	
	.col-xl-offset-8 {
		margin-left:66.66666667%;
	}
	
	.col-xl-offset-9 {
		margin-left:75%;
	}
	
	.col-xl-offset-10 {
		margin-left:83.33333333%;
	}
	
	.col-xl-offset-11 {
		margin-left:91.66666667%;
	}
	
	.start-xl {
		-webkit-box-pack:start;
		-ms-flex-pack:start;
		justify-content:flex-start;
		text-align:start;
	}
	
	.center-xl {
		-webkit-box-pack:center;
		-ms-flex-pack:center;
		justify-content:center;
		text-align:center;
	}
	
	.end-xl {
		-webkit-box-pack:end;
		-ms-flex-pack:end;
		justify-content:flex-end;
		text-align:end;
	}
	
	.top-xl {
		-webkit-box-align:start;
		-ms-flex-align:start;
		align-items:flex-start;
	}
	
	.middle-xl {
		-webkit-box-align:center;
		-ms-flex-align:center;
		align-items:center;
	}
	
	.bottom-xl {
		-webkit-box-align:end;
		-ms-flex-align:end;
		align-items:flex-end;
	}
	
	.around-xl {
		-ms-flex-pack:distribute;
		justify-content:space-around;
	}
	
	.between-xl {
		-webkit-box-pack:justify;
		-ms-flex-pack:justify;
		justify-content:space-between;
	}
	
	.first-xl {
		-webkit-box-ordinal-group:0;
		-ms-flex-order:-1;
		order:-1;
	}
	
	.last-xl {
		-webkit-box-ordinal-group:2;
		-ms-flex-order:1;
		order:1;
	}
	
	.initial-order-xl {
		-webkit-box-ordinal-group:NaN;
		-ms-flex-order:initial;
		order:initial;
	}
}

@media only screen and (max-width:575px) {
	.hidden-xs {
		display:none;
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.hidden-sm {
		display:none;
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.hidden-md {
		display:none;
	}
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.hidden-lg {
		display:none;
	}
}

@media only screen and (min-width:1200px) {
	.hidden-xl {
		display:none;
	}
}

.container.no-gutters {
	box-sizing:border-box;
	margin-left:0;
	margin-right:0;
	padding-right:0;
	padding-left:0;
	width: 100%
}
