﻿@font-face {
    font-family: 'cera-pro-light';
    src: url("../../fonts/static/CeraPRO-Light.woff2") format("woff2"),url("../../fonts/static/CeraPRO-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: 'cera-pro-bold';
	src: url("../../fonts/static/CeraPRO-Bold.woff2") format("woff2"),url("../../fonts/static/CeraPRO-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: 'cera-stencil-pro-bold';
	src: url("../../fonts/static/CeraStencilPRO-Bold.woff2") format("woff2"),url("../../fonts/static/CeraStencilPRO-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: 'cera-pro';
	src: url("../../fonts/static/CeraPRO-Regular.woff2") format("woff2"),url("../../fonts/static/CeraPRO-Regular.woff") format("woff");
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: 'chime-bold';
	src: url("../../fonts/static/Chime-Bold.woff2") format("woff2"),url("../../fonts/static/Chime-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal
}

body {
	font-size: 16px;
	font-family: 'cera-pro', sans-serif;
	color: #101828;
}

p {
	font-size: 18px;
	line-height: 1.5;
	margin-bottom: 40px;
}

	p.lead {
		font-size: 20px;
		line-height: 1.3em;
		margin-bottom: 40px;
	}

.answer > p{
	font-size: 16px;
	margin-bottom: auto;
}

h1, h2, h3, h4, h5 {
	font-family: 'chime-bold', sans-serif;
	color: #101828;
}

h1 {
	font-size: 40px;
	line-height: 48px;
	font-weight: 700;
}

h2 {
	font-size: 30px;
	line-height: 36px;
	font-weight: 700;
}

h3 {
	font-size: 22px;
	font-weight: 700;
	line-height: 1.2em;
}

h4 {
	font-size: 20px;
	font-weight: 600;
	line-height: 40px;
}

h5{
	font-size: 18px;
	font-weight: 600;
	line-height: 24px;
}

blockquote {
	padding: 38px 50px;
	background-color: #F2F2F7;
	border-left: 7px solid #101828;
	margin-bottom: 40px;
}

	blockquote p {
		font-family: 'cera-pro-bold', sans-serif;
		color: #101828;
		font-size: 20px;
		line-height: 28px;
		margin-bottom: 28px;
	}

	blockquote cite {
		font-family: 'cera-pro', sans-serif;
		font-size: 14px;
		line-height: 44px;
		color: #101828;
		font-weight: bold;
		font-style: normal;
	}

	h5 > a,
	p > a,
	.sc-content-block ul li > a,
	.sc-content-block ul li > strong > a {
		text-decoration: underline;
		text-underline-offset: 2px;
		color: #101828 !important;
	}

	h5 > a:hover,
	p > a:hover,
	.sc-content-block ul li > a:hover,
	.sc-content-block ul li > strong > a:hover {
		text-decoration: none;
	}

	h5 > a:focus,
	p > a:focus,
	.sc-content-block ul li > a:focus,
	.sc-content-block ul li > strong > a:focus {
		outline: 2px dashed #E22F22;
		outline-offset: 4px;
		border-radius: 4px;
	}

		#tabs ul li > a {
			font-family: 'cera-pro-bold', sans-serif;
			font-size: 16px;
			font-weight: 700;
			color: #1d5371;
			text-decoration: none;
		}

		#tabs.programmes ul li > a {
			color: #ffffff;
		}
/* 
			#tabs ul li > a:hover {
				text-decoration: underline;
			} */

		p > a[href^="http://"],
		p > a[href^="https://"] {
			background: url(../../../icons/icon-external.svg) center right no-repeat;
			background-position-y: 1px;
			background-size: 13px;
			margin-right: 3px;
			padding-right: 18px;
		}

		.sc-content-block .list-of-lists ul li > a{
			text-decoration: none;
			color: #ffffff;
		}
			/*.sc-content-block .list-of-lists ul li > a:hover {
				text-decoration: underline;
			}*/

	.sc-content-block ul {
		position: relative;
		list-style-image: url('/Portals/_default/Skins/Chime/icons/icon-arrow-circle-right.svg');
		margin-left: 0;
		padding-left: 23px;
		margin-bottom: 40px;
	}

	.sc-content-block ul li {
		padding-left: 4px;
		margin-bottom: 12px;
	}

.sc-content-block ul.list-none {
	list-style: none;
	padding-left: unset;
	margin-bottom: auto;
}

/* .sc-content-block ul.list-none.faq{
	padding-left: 23px;
	margin-bottom: 40px;
} */

.sc-content-block ul.list-none li {
	padding-left: unset;
}

.sc-content-block table {
	border-bottom: 1px solid #E22F22;
	margin-bottom: 40px;
}

	.sc-content-block table thead {
		background-color: #CB261A;
		color: #FFFFFF;
	}

	.sc-content-block table td{
		padding: 12px;
	}

	.sc-content-block table td p {
		font-size: 16px;
	}

	.sc-content-block table tbody > tr:nth-child(odd) {
		background-color: #FFF4F0;
	}

	.sc-content-block table tbody > tr:nth-child(even) {
		background-color: #FFFFFF;
	}

#quickLinks{
	margin-top: -10px !important;
	right: -15px !important;
}
#ourCommunityButton,
#getSupportButton,
#newsAndEventsButton,
#aboutUsButton {
	top: -0.625rem !important;
}

#nav .btn{
	padding-bottom: 22px;
}

	#nav .btn.active {
		border-bottom: 10px solid #EB4E00;
		border-radius: 0.25rem;
		padding-bottom: 12px;
		position: relative;
	}

.btn{
	font-size: 18px;
	font-weight: 600;
	line-height: 24px;
	padding: 10px 16px;
	border-radius: 30px;
	border: 1px solid;
	box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05); 
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
	.btn:hover{
		text-decoration: underline;
	}
	/* .btn:focus{
		outline: 2px dashed;
		outline-offset: 5px;
	} */

.btn.btn-primary{
	background-color: #E22F22;
	border-color: #E22F22;
	color: #FFFFFF;
}
	.btn.btn-primary:focus{
		outline-color: #E22F22;
	}

.btn.btn-secondary{
	background-color: #FFFFFF;
	border-color: #E22F22;
	color: #E22F22;
}
	.btn.btn-secondary:hover{
		border-color: #E22F22;
		outline: 2px solid #E22F22;
	}
	.btn.btn-secondary:focus{
		outline-color: #E22F22;
	}


	.dropdown {
		position: relative;
		display: inline-block;
	  }
	  
	  .dropdown-btn {
		background-color: #fff;
		border: 1px solid #E3E3E3 !important;
		padding: 8px 16px;
		padding-right: 56px;
		border: none;
		cursor: pointer;
	  }
	  
	  .dropdown-btn::after{
		  content: url(/Portals/_default/Skins/Chime/icons/icon-ui-carat.svg);
		  position: absolute;
		  right: 20px;
	  }
	  
	  .dropdown > ul {
		display: none;
		position: absolute;
		background-color: #f9f9f9;
		min-width: 160px;
		box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
		z-index: 1;
	  }
	  
	  .dropdown > ul li {
		color: black;
		padding: 8px 12px;
		text-decoration: none;
		display: block;
		cursor: pointer;
	  }
	  
	  .dropdown > ul li:hover {
		background-color: #f1f1f1;
		cursor: pointer;
	  }