

@font-face {
    font-family: 'Poppins';
    src: url('../assets/fonts/Poppins/Poppins-Bold.woff2') format('woff2'),
        url('../assets/fonts/Poppins/Poppins-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../assets/fonts/Poppins/Poppins-SemiBold.woff2') format('woff2'),
        url('../assets/fonts/Poppins/Poppins-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../assets/fonts/Poppins/Poppins-Medium.woff2') format('woff2'),
        url('../assets/fonts/Poppins/Poppins-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../assets/fonts/Poppins/Poppins-Italic.woff2') format('woff2'),
        url('../assets/fonts/Poppins/Poppins-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../assets/fonts/Poppins/Poppins-Light.woff2') format('woff2'),
        url('../assets/fonts/Poppins/Poppins-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../assets/fonts/Poppins/Poppins-Regular.woff2') format('woff2'),
        url('../assets/fonts/Poppins/Poppins-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
html {
  scroll-behavior: smooth;
}
:root {
	--textcolour: #00447C;
	--dark-blue: #00447C;
	--pale-blue: #A8E1DF;
	--light-blue: #99E3F9;
	--green: #7DC34B;
	--pink: #E6058C;
	--cyan: #00B9F0;
	--purple: #B982D2;
	 --theme-colour: #00447C; /* fallback */
}

body{
	font-family: Poppins;
	font-weight: 400;
}


.js-theme-colour, .js-theme-colour h1, .js-theme-colour h2, .js-theme-colour h3, .js-theme-colour h4, .js-theme-colour h5, .js-theme-colour h6 { color: var(--theme-colour); }
.js-theme-bg  { background-color: var(--theme-colour); }
.js-theme-li ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	justify-content: center;
}
.js-theme-li ul li {
	background-color: var(--theme-colour);
	width: 100%;
	max-width: 31%;
	padding: 20px;
	border-radius: 0 20px 0 20px;
}
.js-theme-li ul li strong{
	margin-bottom: 20px !important;
	display: block;
}
.js-theme-button .button, .js-theme-button .btn, .js-theme-button .Button { background-color: var(--theme-colour); }
.rowPadding{
	padding: 50px 35px;
}
.columnPadding{
	padding: 20px;
}
.CornerRadius {
	border-radius: 0 20px 0 20px;
}

html[data-theme-colour="pink"],
html[data-theme-colour="purple"] {
  :is(.js-theme-bg, .js-theme-li, .current-page-children-shortcode a, .media-loop a),
  :is(.js-theme-bg, .js-theme-li, .FeaturedBox .wpb_wrapper, .job-vacancy-item) :is(h1,h2,h3,h4,h5,h6,p,li),
  .current-page-children-shortcode a {
    color: #ffffff;
  }
}


html[data-theme-colour="light-blue"] .js-theme-button .button,
html[data-theme-colour="light-blue"] .js-theme-button .btn,
html[data-theme-colour="light-blue"] .js-theme-button .Button{
	color: var(--textcolour);
}
html[data-theme-colour="purple"] .button:hover,
html[data-theme-colour="purple"] .btn:hover,
html[data-theme-colour="purple"] .Button:hover{
	background-color: var(--light-blue);
}
/* General Styles */
.container {
	width: 100%;
	max-width: 1200px;
	padding: 0 20px;
	margin: 0 auto;
}
.Button, #searchsubmit, .button, .btn, body .gform_wrapper.gravity-theme .gform_footer button, body .gform_wrapper.gravity-theme .gform_footer input, body .gform_wrapper.gravity-theme .gform_page_footer button, body .gform_wrapper.gravity-theme .gform_page_footer input {
	background-color: var(--dark-blue);
	padding: 8px 35px;
	color: #fff;
	font-weight: 700;
	display: inline-block;
	border-radius: 50px;
	text-decoration: none;
}
body .gform_wrapper.gravity-theme .gform_footer button, body .gform_wrapper.gravity-theme .gform_footer input, body .gform_wrapper.gravity-theme .gform_page_footer button, body .gform_wrapper.gravity-theme .gform_page_footer input{
	border: 0px;
	font-size: 1rem;
	line-height: 1.6em;
	font-weight: 400;
	font-family: Poppins;
	font-weight: 700 !important;
	cursor: pointer;
	transition: all .5s ease-in-out;
}
.WhiteText .Button, .WhiteText #searchsubmit, .WhiteText .button, .WhiteText .btn, .white .Button, .white #searchsubmit, .white .button, .white .btn{
	background-color: #fff;
	color: var(--dark-blue);
}
.Button:hover, #searchsubmit:hover, .button:hover, .btn:hover, body .gform_wrapper.gravity-theme .gform_footer button:hover, body .gform_wrapper.gravity-theme .gform_footer input:hover, body .gform_wrapper.gravity-theme .gform_page_footer button,:hover body .gform_wrapper.gravity-theme .gform_page_footer input:hover{
	background-color: var(--purple);
	color: #fff;
	opacity: 1;
}
/* End General Styles */
/* Font Style */
h1, h2, h3, h4, h5, h6{
	font-family: Poppins;
	color: var(--textcolour);
	margin-bottom: 20px;
	font-weight: 600;
	font-size: 2.1875rem;
	line-height: 1.2em;
}

.h1{
	font-size: 3.125rem;
	font-weight: 700;
}
.h2{font-size: 2.8125rem;}
.h3{font-size: 2.5rem;}
.h4{font-size: 2.1875rem;}
.h5{font-size: 1.875rem;}
.h6{font-size: 1.5625rem;}
.dark-blue{color: #00447C}
.pale-blue{color: #A8E1DF}
.light-blue{color: #99E3F9}
.green{color: #7DC34B}
.pink{color: #E6058C}
.cyan{color: #00B9F0}
.purple{color: #B982D2}
.white, .WhiteText, .white p, .white li, .white h1, .white a, .white h2, .white h3, .white h4, .white h5, .white h6, .WhiteText p, .WhiteText li, .WhiteText h1, .WhiteText h2, .WhiteText h3, .WhiteText h4, .WhiteText h5, .WhiteText h6, .WhiteText a{color: #fff}
p, li, a, td, th, #s, .p {
	font-size: 1rem;
	line-height: 1.6em;
	font-weight: 400;
	color: var(--textcolour);
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a{
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
}
img {
	max-width: 100%;
	height: auto;
}
p, ul, ol, table{
	margin-bottom: 20px;
}
p:last-child{
	margin-bottom: 0;
}
blockquote{
	margin-bottom: 20px;
}
blockquote p, .blockquote {
	font-weight: 500;
	font-size: 1.3rem;
	line-height: 1.4em;
}
ul, ol {
	padding-left: 20px;
	margin-top: -10px;
}
ul{
	list-style-type: disc;
}
ol{
	list-style-type: decimal;
}
ul ul, ol ol, ul ol, ol ul{
	margin-bottom: 0;
	margin-top: 0;
}
table{
	width: 100%;
}
table th {
	background-color: var(--dark-blue);
	color: #fff;
	font-weight: 600;
	text-align: left;
}
table th, table td{
	padding: 5px;
	border: 1px solid #999;
}
table tr:nth-child(2n){
	background-color: #eee;
}
a, i, #searchsubmit{
	transition: all .5s ease-in-out;
}
a {
	color: inherit;
	text-decoration: underline;
	font-weight: inherit;
}
p a:hover, li a:hover{
	opacity: .7;
}
p a, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, li a{
	font-size: inherit;
}
/* End Font Style */

/* Search */
#searchform {
	margin-bottom: 20px;
}
#searchform #s {
	border: 1px solid #333;
}
#searchsubmit {
	border: 0;
	font-size: 1rem;
	line-height: 1.6em;
	cursor: pointer;
	padding: 3px 22px;
	font-family: Poppins;
}
/* End of Search *//* Menu */
header {
	background-color: #FFF;
	padding: 30px 0;
	box-shadow: 0 0 5px 10px rgba(0, 0, 0, .15);
}
.Logo {
	position: relative;
	height: 100%;
}
.Logo a {
	position: absolute;
	top: -15px;
}
.Logo a:hover{
	opacity: 1;
}
.navBar {
	display: grid;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	grid-template-columns: 140px auto;
	gap: 10px;
}
.navBar .Logo img {
	height: 140px;
}
nav ul.menu {
	display: flex;
	justify-content: space-between;
	column-gap: 20px;
	padding: 0;
	list-style-type: none;
	margin: 0;
}
nav ul.menu li {
	position: relative;
}
nav ul.menu li.Button{
	padding: 0;
	background-color: transparent;
}
nav ul.sub-menu {
	display: none;
	list-style-type: none;
	flex-direction: column;
	position: absolute;
	padding: 0;
	background-color: #fff;
	min-width: 250px;
	z-index: 8;
	top: 100%;
	border-radius: 10px;
	box-shadow: 0 0 5px 5px rgba(0, 0, 0, .15);
	overflow: hidden;
}
nav ul.sub-menu ul.sub-menu {
	right: -100%;
	top: 0;
}
nav ul.menu a {
	color: var(--dark-blue);
	font-weight: 600;
	text-decoration: none;
	height: 100%;
	display: flex;
	align-items: center;
}
nav ul.menu a:hover{
	color: #000;
}
nav ul.sub-menu a {
	padding: 7px 10px;
}
nav ul.sub-menu a:hover{
	background-color: var(--dark-blue);
	color: #fff;
	opacity: 1;
}
nav ul.menu .Button a{
	background-color: var(--purple);
	padding: 8px 25px;
	color: #fff;
	font-weight: 700;
	display: inline-block;
	border-radius: 50px;
	text-decoration: none;
}
nav ul.menu .Button a:hover{
	opacity: 1;
	background-color: var(--dark-blue);
}
/* End Menu */
/* Archive */
.archive-loop {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	gap: 30px;
}
.ArticleImgWrap {
	display: block;
	width: 100%;
	height: 225px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.navigation.pagination {
	background-color: unset;
	text-align: center;
	margin-top: 30px;
	padding: 0;
}
.page-numbers {
	background-color: var(--dark-blue);
	padding: 5px 10px;
	color: #fff;
	border-radius: 6px;
	text-decoration: none;
}
a.page-numbers:hover, .page-numbers.current{
	background-color: #000;
	color: #fff;
}
/* End of Archive */




/* Device = Laptops, Desktops */
@media (min-width: 1025px) and (max-width: 1280px) {

}

/* Device = Tablets, Ipads (portrait) */
@media (min-width: 768px) and (max-width: 1024px) {
   .archive-loop {
		grid-template-columns: repeat(2,1fr);
	}
}

/* Device = Tablets, Ipads (landscape) */
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
	.archive-loop {
		grid-template-columns: repeat(2,1fr);
	}
}

/* Device = Low Resolution Tablets, Mobiles (Landscape) */
@media (min-width: 481px) and (max-width: 767px) {
	.archive-loop {
		grid-template-columns: repeat(1,1fr);
	}
}

/* Device = Most of the Smartphones Mobiles (Portrait) */
@media (min-width: 320px) and (max-width: 480px) {
	.archive-loop {
		grid-template-columns: repeat(1,1fr);
	}
}

