﻿
@import url('../../fonts/static/SourceSans3-Regular.ttf');
@import url('../../fonts/static/SourceSans3-Medium.ttf');
@import url('../../fonts/static/SourceSans3-SemiBold.ttf');
@import url('../../fonts/static/SourceSans3-Bold.ttf');

@font-face { 
	font-family: 'Montserrat'; 
	font-weight: 400;
	src: url('../../fonts/static/Montserrat-Regular.ttf'); 
}
@font-face { 
	font-family: 'Montserrat'; 
	font-weight: 500;
	src: url('../../fonts/static/Montserrat-Medium.ttf'); 
}
@font-face { 
	font-family: 'Montserrat'; 
	font-weight: 600;
	src: url('../../fonts/static/Montserrat-SemiBold.ttf'); 
}
@font-face { 
	font-family: 'Montserrat'; 
	font-weight: 700;
	src: url('../../fonts/static/Montserrat-Bold.ttf'); 
}

@font-face { 
	font-family: 'Source Sans 3'; 
	font-weight: 400;
	src: url('../../fonts/static/SourceSans3-Regular.ttf'); 
}
@font-face { 
	font-family: 'Source Sans 3'; 
	font-weight: 500;
	src: url('../../fonts/static/SourceSans3-Medium.ttf'); 
}
@font-face { 
	font-family: 'Source Sans 3'; 
	font-weight: 600;
	src: url('../../fonts/static/SourceSans3-SemiBold.ttf'); 
}
@font-face { 
	font-family: 'Source Sans 3'; 
	font-weight: 700;
	src: url('../../fonts/static/SourceSans3-Bold.ttf'); 
}


body {
	font-size: 16px;
	font-family: 'Source Sans 3', sans-serif;
	color: #002D57;
}

p {
	font-size: 20px;
	line-height: 30px;
	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 {
	font-family: 'Montserrat', sans-serif;
	color: #00539F;
}

h1 {
	font-size: 48px;
	line-height: 58px;
	font-weight: 700;
}

h2 {
	font-size: 26px;
	line-height: 32px;
	font-weight: 700;
}

h3, h4{
	font-family: 'Source Sans 3', sans-serif;
	color: #00539F;
}

h3 {
	font-size: 20px;
	font-weight: 600;
	line-height: 30px;
}

h4 {
	font-size: 20px;
	font-weight: 600;
	line-height: 28px;
}

blockquote {
	padding: 38px 50px;
	background-color: #F2F2F7;
	border-left: 7px solid #1d5371;
	margin-bottom: 40px;
}

	blockquote p {
		font-family: 'Source Sans 3', sans-serif;
		color: #132085;
		font-size: 20px;
		line-height: 28px;
		margin-bottom: 28px;
	}

	blockquote cite {
		font-family: 'Source Sans 3', sans-serif;
		font-size: 14px;
		line-height: 44px;
		color: #1d5371;
		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 #18587A;
		outline-offset: 4px;
		border-radius: 4px;
	}

		#tabs ul li > a {
			font-family: 'Source Sans 3', 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/INMO/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: 0;
	margin-bottom: 40px;
}

.sc-content-block ul.list-none.faq li{
	padding-left: 24px;
	margin-bottom: 0;
}

.sc-content-block ul.list-none li {
	padding-left: unset;
}

.sc-content-block table {
	margin-bottom: 40px;
}

	.sc-content-block table thead {
		color: #00539F;
		font-size: 18px;
		font-weight: 700;
	}

	.sc-content-block table td{
		padding: 12px;
	}

	.sc-content-block table td p {
		font-size: 16px;
	}

	.sc-content-block table tbody > tr,
	.sc-content-block table thead > tr{
		border: 1px solid;
		border-color: #C7C7E5;
	}
	/* .sc-content-block table thead > tr{
		border-color: transparent;
		border-bottom: 1px solid #C7C7E5;
	} */

	/* .sc-content-block table tbody > tr:nth-child(even) {
		background-color: #F8F8FC;
	} */
	.table-salary td{
		border: 1px solid;
		border-color: #C7C7E5;
	}
	.table-salary td p {
		line-height: 5px;
		margin-bottom: 0px;
	}

#quickLinks{
	margin-top: -10px !important;
	right: -15px !important;
}

#nav .btn{
	padding-bottom: 22px;
}

	#nav .btn.active {
		border-bottom: 10px solid #0024BB;
		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: #00539F;
	border-color: #00539F;
	color: #FFFFFF;
}
	.btn.btn-primary:focus{
		outline-color: #00539F;
	}

.btn.btn-secondary{
	background-color: #FFFFFF;
	border-color: #00539F;
	color: #00539F;
}
	.btn.btn-secondary:focus{
		outline-color: #00539F;
	}



@media (min-width: 1024px) {
	#OTP #ButtonOTP,
	#programmesOTP #ButtonOTP{
		display: none;
	}
	#OTP #LongformOTP{
		display: block !important;
	}
	#programmesOTP #ProgrammesOTP{
		display: block !important;
	}
}