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

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

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

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

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

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

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

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

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

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

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

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




html {
	scroll-behavior: smooth;
}
/* Add new variable rules to function.php file $token_descriptions */
:root {
	--textcolour: #000;
	--green: #6AA338;
	--darkblue: #001737;
	--teal: #118D85;
    --general--content-spacing: 20px;
}

body {
	margin: 0;
	font-family: 'Roboto';
	font-weight: 400;
	color: var(--textcolour);
}

/* container */
.container {
	width: 100%;
	max-width: 1100px;
	padding: 0 20px;
	margin: 0 auto;
}

/* headings */
h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 2rem;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
    color: var(--darkblue);
    leading-trim: both;
    text-edge: cap;
    font-family: Figtree;
    font-size: 46px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

/* heading class variants */
.h1 {
  font-size: 3.25rem;  /* 52px */
  line-height: 1.1;
}

.h2 {
  font-size: 2.875rem; /* 46px */
  line-height: 1.15;
}

.h3 {
  font-size: 2.5rem;   /* 40px */
  line-height: 1.2;
}

.h4 {
  font-size: 2.125rem; /* 34px */
  line-height: 1.25;
}

.h5 {
  font-size: 1.5rem;   /* 24px */
  line-height: 1.3;
}

.h6 {
  font-size: 1.125rem; /* 18px */
  line-height: 1.4;
}

/* text defaults */
p,
li,
td,
th,
#s {
    color: #000;
    leading-trim: both;
    text-edge: cap;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    }

p,
ul,
ol,
table,
.p,
blockquote{
	margin: 0 0 var(--general--content-spacing);
}

p:last-child {
	margin-bottom: 0;
}

/* links */
a {
	color: var(--green);
	text-decoration: none;
	transition: all .5s ease-in-out;
}

a:hover {
	color: var(--darkblue);
}

/* blockquotes */

blockquote p,
.blockquote {
	font-weight: 600;
	font-size: 120%;
	line-height: 1.4;
}

blockquote p {
	margin: 0;
}

/* font size helper classes */
.font-xl {
  font-size: 1.375rem; /* 22px */
  line-height: 1.3;
} 

.font-l {
  font-size: 1.25rem;  /* 20px */
  line-height: 1.35;
} 

.font-m,
.font-r {
  font-size: 1.125rem; /* 18px */
  line-height: 1.45;
} 

.font-s {
  font-size: 1rem;     /* 16px */
  line-height: 1.5;
} 

.font-xs {
  font-size: 0.875rem; /* 14px */
  line-height: 1.5;
}


/* alignment helpers */
.text-left { text-align: left; }
.text-right { text-align: right; }
.text-center { text-align: center; }

/* colour helpers */
.text-white { color: #fff; }
.text-black { color: #000; }
.text-green { color: var(--green); }
.text-darkblue { color: var(--darkblue); }
.text-teal { color: var(--teal); }

: #6AA338;
	--darkblue: #001737;
	--mid: #6AA338;

/* images */
img {
	max-width: 100%;
	height: auto;
}

/* lists */
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;
}

/* tables */
table {
	width: 100%;
}

table th {
	background-color: var(--green);
	color: #000;
	font-weight: 600;
	text-align: left;
}

table th,
table td {
	padding: 5px;
	border: 1px solid #999;
}

table tr:nth-child(2n) {
	background-color: #eee;
}

/* search */
#searchform {
	margin-bottom: var(--general--content-spacing);
}

#searchform #s {
	border: 1px solid #333;
}

/* buttons */
.Button, .btn, .button, #searchsubmit {
	background-color: var(--green);
	display: inline-block;
	cursor: pointer;
	transition: all .5s ease-in-out;
	border: 0;
	padding: 12px 37px 12px 18px;
	border-radius: 45.397px;
	color: #FFF;
	font-family: Figtree;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	position: relative;
}
.Button:hover,
.btn:hover,
.button:hover,
#searchsubmit:hover{
	background-color: var(--darkblue);
	color: #fff;
}
.Button svg{
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
}
.Button.ButtonWhite {
	background-color: #fff;
	color: var(--textcolour);
}

/*end*/

/* Menu */
header {
	background-color: var(--green);
	padding: 10px 0;
}
.navBar {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}
.navBar .Logo img {
	height: 50px;
}
nav ul.menu {
	display: flex;
	justify-content: space-between;
	column-gap: 10px;
	padding: 0;
	list-style-type: none;
	margin: 0;
}
nav ul.menu li {
	position: relative;
	padding: 5px 15px;
}
nav ul.sub-menu {
	display: none;
	list-style-type: none;
	flex-direction: column;
	position: absolute;
	padding: 20px 10px;
	background-color: var(--green);
	min-width: 250px;
	z-index: 8;
}
nav ul.sub-menu ul.sub-menu {
	right: -100%;
	top: 0;
}
nav ul.menu a {
	color: #fff;
}
nav ul.menu a:hover{
	color: #000;
}
/* End Menu */
#ContentWrap {
	padding: 50px 0;
}
/* 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(--green);
	padding: 4px;
	color: #fff;
}
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);
	}
}

