﻿
@font-face { 
	font-family: 'STIX Two Text'; 
	font-weight: 400;
	src: url('../../fonts/static/STIXTwoText-Regular.ttf'); 
}
@font-face { 
	font-family: 'STIX Two Text'; 
	font-weight: 500;
	src: url('../../fonts/static/STIXTwoText-Medium.ttf'); 
}
@font-face { 
	font-family: 'STIX Two Text'; 
	font-weight: 600;
	src: url('../../fonts/static/STIXTwoText-SemiBold.ttf'); 
}
@font-face { 
	font-family: 'STIX Two Text'; 
	font-weight: 700;
	src: url('../../fonts/static/STIXTwoText-Bold.ttf'); 
}
@font-face { 
	font-family: 'Sarabun'; 
	font-weight: 300;
	src: url('../../fonts/static/Sarabun-Light.ttf'); 
}
@font-face { 
	font-family: 'Sarabun'; 
	font-weight: 400;
	src: url('../../fonts/static/Sarabun-Regular.ttf'); 
}
@font-face { 
	font-family: 'Sarabun'; 
	font-weight: 600;
	src: url('../../fonts/static/Sarabun-SemiBold.ttf'); 
}
@font-face { 
	font-family: 'Sarabun'; 
	font-weight: 700;
	src: url('../../fonts/static/Sarabun-Bold.ttf'); 
}


body {
	font-size: 16px;
	font-family: 'Sarabun', sans-serif;
	color: #231F20;
}

p {
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 40px;
}

	p.lead {
		font-size: 20px;
		line-height: 1.3em;
		margin-bottom: 40px;
	}

.answer{
	max-width: unset;
}

.answer > p,
.hidden-links > p{
	font-size: 16px;
	margin-bottom: auto;
}

.hidden-links > p > a{
	font-size: 20px;
	display: inline-block;
	color: #00635B;
	margin-bottom: 16px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'STIX Two Text', serif;
	color: #00635B;
}

h1 {
	font-size: 40px;
	line-height: 48px;
	font-weight: 700;
}

h2 {
	font-size: 28px;
	line-height: 36px;
	font-weight: 600;
}

h3 {
	font-size: 28px;
	font-weight: 600;
	line-height: 36px;
	font-style: italic;
}

h4 {
	font-size: 26px;
	font-weight: 400;
	line-height: 32px;
	font-style: italic;
}

h5{
	font-size: 26px;
	font-weight: 400;
	line-height: 32px;
}

h6{
	font-size: 20px;
	font-weight: 600;
	line-height: 28px;
	font-style: italic;
}

blockquote {
	padding: 38px 50px;
	border-left: 7px solid #00635B;
	margin-bottom: 40px;
}

	blockquote p {
		font-family: 'Sarabun', sans-serif;
		color: #008675;
		font-size: 20px;
		line-height: 28px;
		margin-bottom: 28px;
	}

	blockquote cite {
		font-family: 'Sarabun', sans-serif;
		font-size: 14px;
		line-height: 44px;
		color: #008675;
		font-weight: bold;
		font-style: normal;
	}

	p > a,
	.sc-content-block ul li > a,
	.sc-content-block ul li > strong > a {
		text-decoration: underline;
		text-underline-offset: 2px;
	}

	p > a:hover,
	.sc-content-block ul li > a:hover,
	.sc-content-block ul li > strong > a:hover {
		text-decoration: none;
	}

	p > a:focus,
	.sc-content-block ul li > a:focus,
	.sc-content-block ul li > strong > a:focus {
		outline: 2px dashed #00635B;
		outline-offset: 4px;
		border-radius: 4px;
	}

		#tabs ul li > a {
			font-family: 'Sarabun', sans-serif;
			font-size: 16px;
			font-weight: 700;
			color: #00635B;
			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/ICGP/icons/icon-arrow-circle-right.svg');
		margin-left: 0;
		padding-left: 23px;
		margin-bottom: 40px;
	}

	.sc-content-block ul.list-menu,
	.sc-content-block ul.list-menu li{
		margin: 0;
		padding: 0;
	}

	.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: 0;
	margin-bottom: 40px;
}

.sc-content-block ul.list-none.faq li{
	padding-left: 16px;
	margin-bottom: 0;
}

.sc-content-block ul.list-none li {
	padding-left: unset;
}

.sc-content-block table {
	border-bottom: 1px solid #00635B;
	margin-bottom: 40px;
}

	.sc-content-block table thead {
		background-color: #00635B;
		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: #F2F2F7;
	}

#quickLinks{
	margin-top: -10px !important;
	right: -15px !important;
}

#nav .btn{
	padding-bottom: 22px;
}

	#nav .btn.active {
		border-bottom: 10px solid #00635B;
		padding-bottom: 12px;
		position: relative;
	}

.btn{
	font-size: 18px;
	font-weight: 600;
	line-height: 24px;
	padding: 12px 20px;
	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: #00635B;
	border-color: #00635B;
	color: #FFFFFF;
}
	.btn.btn-primary:focus{
		outline-color: #00635B;
	}

.btn.btn-secondary{
	background-color: #FFFFFF;
	border-color: #00635B;
	color: #00635B;
}
	.btn.btn-secondary:focus{
		outline-color: #00635B;
	}
	
.btn.btn-black{
	background-color: #000;
	border-color: #000;
	color: #fff;
}
	.btn.btn-black:focus{
		outline-color: #000;
	}
	
.branded a:nth-child(3n+1) > div > h3{
	color: #00635B;
}

.branded a:nth-child(3n+1) > div > div{
	background-color: #00635B;
}

.branded a:nth-child(3n+1):hover > div {
	background-color: #00635B;
}

.branded a:nth-child(3n+2) > div > h3{
	color: #7B6469;
}

.branded a:nth-child(3n+2) > div > div{
	background-color: #7B6469;
}

.branded a:nth-child(3n+2):hover > div {
	background-color: #7B6469;
}

.branded a:nth-child(3n+3) > div > h3{
	color: #2C5697;
}

.branded a:nth-child(3n+3)> div > div {
	background-color: #2C5697;
}

.branded a:nth-child(3n+3):hover > div {
	background-color: #2C5697;
}