@charset "UTF-8";
@import url('https://fonts.cdnfonts.com/css/dongle');

/* Website Components */
.buttonDecorationBlue {
	width: 200px;
	margin: 0px 25px 0px 25px;
	padding: 15px 3px 10px 3px;
	text-align: center;
	vertical-align: middle;
	border-radius: 6px;
	border: 0px;
	font-family: inherit;
	font-size: 28px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 2px;
	line-height: 0.7;
	background-color: hsla(220, 96%, 33%, 1);
	color: hsla(0, 0%, 95%, 1);
	transition: all 0.15s linear;
	box-shadow: 0 0px 12px rgba(0, 0, 0, 0.397);
}
.buttonDecorationBlue:hover {
	color: hsla(220, 96%, 33%, 1);
	background-color: hsla(0, 0%, 95%, 0.4);
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px);
	cursor: pointer;
}
.buttonDecorationWhite {
	width: 200px;
	margin: 0px 25px 0px 25px;
	padding: 15px 3px 10px 3px;
	text-align: center;
	vertical-align: middle;
	border-radius: 6px;
	border: 0px;
	font-family: inherit;
	font-size: 28px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 2px;
	line-height: 0.7;
	background-color: hsla(0, 0%, 95%, 1);
	color: hsla(220, 96%, 33%, 1);
	transition: all 0.15s linear;
	box-shadow: 0 0px 12px rgba(0, 0, 0, 0.397);
}
.buttonDecorationWhite:hover {
	color: hsla(0, 0%, 95%, 1);
	background-color: hsla(220, 96%, 33%, 0.4);
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px);
	cursor: pointer;
}
.buttonsContainer {
	margin: 30px 30px;
	padding: 50px;
}
.noHighlight {
	user-select: none;
	-webkit-user-select: none; /*Safari*/
	-moz-user-select: none; /*Firefox*/
}
.left {
	text-align: left;
}

.centre {
	text-align: center;
}

.right {
	text-align: right;
}
.justify {
	text-align: justify;
}
.linkPrimary {
	text-decoration: none;
	color: hsla(220, 96%, 33%, 1);
}
.linkSecondary {
	text-decoration: none;
	color: hsla(19, 87%, 55%, 1);
}
/* End of Website Components */



html {
	scroll-behavior: smooth;
	overflow-x: hidden;
  }

/* Body */
body {
	font-family: dongle, bierstadt, calibri;
	background-color: hsla(0, 0%, 90%, 1);
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-style: normal;
	font-weight: 400;
}
/* Container */
.container {
	width: 90%;
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
	height: auto;
	background-color: hsla(0, 0%, 95%, 1);
}

/* Brand Name Section */
.brandLogo {
	width: 40px;
	height: 40px;
	vertical-align: middle;
	padding: 0px 20px 5px 0;
}
.brand {
	text-align: center;
	line-height: 75px;
	font-size: 2.8em;
	font-weight: 700;
}
.name,
.name:visited {
	color: hsla(220, 96%, 33%, 1);
	text-decoration: none;
	letter-spacing: 2px;
}
.portfolio,
.portfolio:visited {
	color: hsla(19, 87%, 55%, 1);
	text-decoration: none;
	letter-spacing: 2px;
}
.brand a,
.brand a:visited,
.brandMobile a,
.brandMobile a:visited {
	text-decoration: none;
}
.brandMobile {
	text-align: center;
	line-height: 70px;
	font-size: 1.5em;
	font-weight: 700;
}
.brandMobileLogo {
	width: 40px;
	height: 40px;
	vertical-align: middle;
	padding: 0px 20px 5px 0;
}
/* End of Brand Name Section */

/* Index Page Navigation & Hero Background */
/* 1400 x 744 */
.indexnavHeroBackground {
	background-image: url(/images/index-page/seo-technology-management-hero-background.jpg);
	background-position: left;
	background-repeat: no-repeat;
	max-height: 744px;
	position: relative;
	z-index: 0;
}

/* Error Page Navigation & Hero Background */
/* 1400 x 744 */
.errorNavHeroBackground {
	background-image: url(/images/404-page/404-background-ramla-bay-gozo-hero-darker.png);
	background-position: center;
	background-repeat: no-repeat;
	max-height: 544px;
	position: relative;
	z-index: 0;
}

/* Experience SEO Page Navigation & Hero Background */
/* 1400 x 542 */
.experienceSeoNavHeroBackground {
	width: 100%;
	height: 542px;
	background-image: url(/images/experience-seo-page/seo-experience-background.jpg);
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	z-index: 0;
}
/* Experience IT Page Navigation & Hero Background */
/* 1400 x 542 */
.experienceItNavHeroBackground {
	width: 100%;
	height: 542px;
	background-image: url(/images/experience-it-page/it-experience-background.png);
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	z-index: 0;
}
/* Contact Page Navigation & Hero Background */
/* 1400 x 542 */
.contactNavHeroBackground {
	width: 100%;
	height: 542px;
	background-image: url(/images/contact-page/contact-background.png);
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	z-index: 0;
}

/* Navigation Bar */
.navigation {
	width: 100%;
	max-width: 800px;
	height: 70px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	text-align: center;
	font-size: 1.9em;
	font-weight: 700;
	border-radius: 7px;
}
.navigation::before {
	content: '';
	position: absolute;
	width: 100%;
	max-width: 800px;
	height: 70px;
	z-index: 0;
	background: hsla(0, 0%, 95%, 0.4);
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
	border-radius: 7px;
}
.nav-container {
	max-width: 800px;
	margin: 0 auto;
	display: inline-flex;
	text-align: center;
}
nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
nav ul li {
	float: left;
	position: relative;
}
nav ul li a {
	display: block;
	padding: 0 20px;
	line-height: 70px;
	color: hsla(220, 96%, 33%, 1);
	text-decoration: none;
	letter-spacing: 2px;
}
nav ul li a:hover {
	background: hsla(0, 0%, 95%, 0.4);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	color: hsla(19, 87%, 55%, 1);
}
nav ul li a:not(:only-child):after {
	font-size: 15px;
	line-height: 0;
	padding-left: 4px;
	content: ' ▾';
}
nav ul li ul li {
	min-width: 290px;
}
nav ul li ul li a {
	padding: 15px;
	line-height: 20px;
}
.nav-dropdown {
	position: absolute;
	z-index: 1;
	/* Guarantees that the dropdown will display on top of any content. */
	box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
	display: none;
	background: hsla(0, 0%, 95%, 0.4);
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
	border-radius: 0px 0px 7px 7px;
}
.nav-mobile {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	height: 70px;
	width: 70px;
}


/* Index Page Primary Hero */
/* Cover Photo 1400 x 650 */
.indexheroPrimary {
	width: 100%;
	height: 650px;
	display: flex;
}
.indexheroPrimaryContainer {
	width: 100%;
	height: 500px;
	color: hsla(0, 0%, 95%, 1);
	font-size: 18px;
	font-weight: 700;
	display: block;
	margin: 75px auto;
}
.indexheroPrimaryTitle {
	margin: 10px 30px;
	padding-left: 75px;
	font-size: 80px;
	font-weight: 600;
	letter-spacing: 2px;
	line-height: 0.8;
	text-shadow: 0px 0px 2px hsla(0, 0%, 0%, 1), 0px 0px 8px hsla(0, 0%, 0%, 1);
}
.indexheroPrimaryText {
	margin: 30px 33px;
	width: 40%;
	padding-left: 75px;
	font-size: 30px;
	font-weight: 500;
	letter-spacing: 0.5px;
	line-height: 35px;
	text-shadow: 0px 0px 1px hsla(0, 0%, 0%, 1), 0px 0px 5px hsla(0, 0%, 0%, 1);
}
.indexbuttonsContainer {
	margin: 30px 30px;
	padding: 50px;
}
/* End of Index Page Primary Hero */

/* Error Page Primary Hero */
/* Cover Photo 1400 x 650 */
.errorheroPrimary {
	width: 100%;
	height: 650px;
	display: flex;
}
.errorheroPrimaryContainer {
	width: 100%;
	height: 500px;
	color: hsla(0, 0%, 95%, 1);
	font-size: 18px;
	font-weight: 700;
	display: block;
	margin: 25px auto;
}
.errorheroPrimaryTitle {
	margin: 10px 30px;
	font-size: 80px;
	font-weight: 600;
	letter-spacing: 2px;
	line-height: 0.6;
	text-shadow: 0px 0px 2px hsla(0, 0%, 0%, 1), 0px 0px 8px hsla(0, 0%, 0%, 1);
}
.errorheroPrimaryText {
	margin: 30px 33px;
	width: 40%;
	font-size: 30px;
	font-weight: 500;
	letter-spacing: 0.5px;
	line-height: 35px;
	text-shadow: 0px 0px 1px hsla(0, 0%, 0%, 1), 0px 0px 5px hsla(0, 0%, 0%, 1);
}
.errorbuttonsContainer {
	margin: 30px 30px;
	padding: 50px;
}
/* End of Error Page Primary Hero */

/* Experience SEO Page Hero */
.experienceSeoHero {
	padding-top: 50px;
}
.experienceSeoContainer {
	width: 400px;
	height: 300px;
	color: hsla(220, 96%, 33%, 1);
	font-size: 18px;
	font-weight: 700;
	border-radius: 10px;
	background-color: hsla(0, 0%, 95%, 0.4);
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
	position: relative;
	margin-left: 100px;
	margin-right: auto;
	box-shadow: 0px 0px 10px 10px hsla(0, 0%, 0%, 0.3);
	z-index: -1;
}
.experienceSeoTitle {
	margin: 20px 30px;
	letter-spacing: 2px;
	font-size: 50px;
}
.experienceSeoText {
	margin: 15px 33px;
	letter-spacing: 0.5px;
	font-size: 27px;
}
/* End of Experience SEO Page Hero */

/* Experience IT Page Hero */
.experienceItHero {
	padding-top: 50px;
}
.experienceItContainer {
	width: 400px;
	height: 300px;
	color: hsla(220, 96%, 33%, 1);
	font-size: 18px;
	font-weight: 700;
	border-radius: 10px;
	background-color: hsla(0, 0%, 95%, 0.4);
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
	position: relative;
	margin-left: 100px;
	margin-right: auto;
	box-shadow: 0px 0px 10px 10px hsla(0, 0%, 0%, 0.3);
	z-index: -1;
}
.experienceItTitle {
	margin: 20px 30px;
	letter-spacing: 2px;
	font-size: 50px;
}
.experienceItText {
	margin: 15px 33px;
	letter-spacing: 0.5px;
	font-size: 27px;
}
/* End of Experience IT Page Hero */

/* Experience Experience Management Page Hero */
.experienceManagementHero {
	padding-top: 50px;
}
.experienceManagementContainer {
	width: 400px;
	height: 300px;
	color: hsla(220, 96%, 33%, 1);
	font-size: 18px;
	font-weight: 700;
	border-radius: 10px;
	background-color: hsla(0, 0%, 95%, 0.4);
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
	position: relative;
	margin-left: 100px;
	margin-right: auto;
	box-shadow: 0px 0px 10px 10px hsla(0, 0%, 0%, 0.3);
	z-index: -1;
}
.experienceManagementTitle {
	margin: 20px 30px;
	padding-top: 20px;
	letter-spacing: 2px;
	font-size: 44px;
}
.experienceManagementText {
	margin: 15px 33px;
	letter-spacing: 0.5px;
	font-size: 27px;
}
/* End of Experience Management Page Hero */

/* Experience Education SEO Page Hero */
.educationSeoHero {
	padding-top: 50px;
}
.educationSeoContainer {
	width: 400px;
	height: 300px;
	color: hsla(220, 96%, 33%, 1);
	font-size: 18px;
	font-weight: 700;
	border-radius: 10px;
	background-color: hsla(0, 0%, 95%, 0.4);
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
	position: relative;
	margin-left: 100px;
	margin-right: auto;
	box-shadow: 0px 0px 10px 10px hsla(0, 0%, 0%, 0.3);
	z-index: -1;
}
.educationSeoTitle {
	margin: 20px 30px;
	padding-top: 20px;
	letter-spacing: 2px;
	font-size: 44px;
}
.educationSeoText {
	margin: 15px 33px;
	letter-spacing: 0.5px;
	font-size: 27px;
}
/* End of Education SEO Page Hero */

/* Experience Education Digital Marketing Page Hero */
.educationDmHero {
	padding-top: 50px;
}
.educationDmContainer {
	width: 400px;
	height: 300px;
	color: hsla(220, 96%, 33%, 1);
	font-size: 18px;
	font-weight: 700;
	border-radius: 10px;
	background-color: hsla(0, 0%, 95%, 0.4);
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
	position: relative;
	margin-left: 100px;
	margin-right: auto;
	box-shadow: 0px 0px 10px 10px hsla(0, 0%, 0%, 0.3);
	z-index: -1;
}
.educationDmTitle {
	margin: 20px 30px;
	padding-top: 20px;
	letter-spacing: 2px;
	font-size: 44px;
}
.educationDmText {
	margin: 15px 33px;
	letter-spacing: 0.5px;
	font-size: 27px;
}
/* End of Education Digital Marketing Page Hero */

/* Experience Education Information Technology Page Hero */
.educationItHero {
	padding-top: 50px;
}
.educationItContainer {
	width: 400px;
	height: 300px;
	color: hsla(220, 96%, 33%, 1);
	font-size: 18px;
	font-weight: 700;
	border-radius: 10px;
	background-color: hsla(0, 0%, 95%, 0.4);
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
	position: relative;
	margin-left: 100px;
	margin-right: auto;
	box-shadow: 0px 0px 10px 10px hsla(0, 0%, 0%, 0.3);
	z-index: -1;
}
.educationItTitle {
	margin: 20px 30px;
	padding-top: 20px;
	letter-spacing: 2px;
	font-size: 44px;
}
.educationItText {
	margin: 15px 33px;
	letter-spacing: 0.5px;
	font-size: 27px;
}
/* End of Education Information Technology Page Hero */

/* Experience Education Management Page Hero */
.educationManagementHero {
	padding-top: 50px;
}
.educationManagementContainer {
	width: 400px;
	height: 300px;
	color: hsla(220, 96%, 33%, 1);
	font-size: 18px;
	font-weight: 700;
	border-radius: 10px;
	background-color: hsla(0, 0%, 95%, 0.4);
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
	position: relative;
	margin-left: 100px;
	margin-right: auto;
	box-shadow: 0px 0px 10px 10px hsla(0, 0%, 0%, 0.3);
	z-index: -1;
}
.educationManagementTitle {
	margin: 20px 30px;
	padding-top: 20px;
	letter-spacing: 2px;
	font-size: 44px;
}
.educationManagementText {
	margin: 15px 33px;
	letter-spacing: 0.5px;
	font-size: 27px;
}
/* End of Education Management Page Hero */

/* Contact Page Hero */
.contactHero {
	padding-top: 50px;
}
.contactContainer {
	width: 400px;
	height: 300px;
	color: hsla(220, 96%, 33%, 1);
	font-size: 18px;
	font-weight: 700;
	border-radius: 10px;
	background-color: hsla(0, 0%, 95%, 0.4);
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
	position: relative;
	margin-left: 100px;
	margin-right: auto;
	box-shadow: 0px 0px 10px 10px hsla(0, 0%, 0%, 0.3);
	z-index: -1;
}
.contactTitle {
	margin: 20px 30px;
	letter-spacing: 2px;
	font-size: 50px;
}
.contactText {
	margin: 20px 29px;
	letter-spacing: 0.5px;
	font-size: 27px;
	line-height: 30px;
}
.contactList {
	margin: 10px 10px;
	letter-spacing: 0.5px;
	font-size: 24px;
	list-style: none;
}
.contactEmailIcon {
	list-style-image: url(/images/common/info-icons/mail-icon-primary-light-mode-16px-12px.png);
	background-repeat: no-repeat;
	padding-left: 10px;
}
.contactLinkedinIcon {
	list-style-image: url(/images/common/info-icons/linkedin-icon-primary-light-mode-12px-12px.png);
	background-repeat: no-repeat;
	padding-left: 10px;
}
.contactLocationIcon {
	list-style-image: url(/images/common/info-icons/location-icon-primary-light-mode-20px-18px.png);
	background-repeat: no-repeat;
	padding-left: 10px;
}
/* End of Contact Page Hero */

/* Content Container on Home Page */
.indexContentContainer {
	width: 100%;
	max-width: 1400px;
	height: 600px;
	display: flex;
}

.contentContainer {
	width: 50%;
	height: 400px;
	padding-top: 100px;
	padding-bottom: 100px;
	padding-left: 5%;
	padding-right: 5%;
	align-content: center;
}

.imageHome {
	width: 100%;
	max-width: 500px;
	border-radius: 10px;
	display: flex;
	box-shadow: 0px 0px 2px hsla(0, 0%, 90.59%, 1), 0px 0px 8px hsla(0, 0%, 47.45%, 1);
}

.textHeader {
	margin: 0;
	padding-top: 10px;
	color: hsla(220, 96%, 33%, 1);
	font-size: 40px;
	font-weight: 700;
	letter-spacing: 2px;
}

.paragraphText {
	margin: 0;
	padding-bottom: 30px;
	font-size: 28px;
	font-weight: 300;
	text-align: justify;
	line-height: 30px;
	overflow: hidden;
	max-height: 175px;
}
/* End of Content Container on Home Page */

/* Accordion Menu Set Switcher */
.accordionMenu {
	max-width: 100%;
	padding: 25px 40px 0px 40px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	list-style: none;
}
.accordionMenu li {
	font-size: 28px;
	letter-spacing: 0.03em;
	margin: 5px 15px;
	padding: 5px 20px;
	display: inline-block;
}
#accordionMenuSetOne {
	color: hsla(19, 87%, 55%, 1);
	font-weight: 700;
}
#accordionMenuSetTwo {
	color: hsla(19, 87%, 55%, 0.5);
	font-weight: 500;
}
#accordionMenuSetThree {
	color: hsla(19, 87%, 55%, 0.5);
	font-weight: 500;
}
#accordionMenuSetFour {
	color: hsla(19, 87%, 55%, 0.5);
	font-weight: 500;
}
#accordionMenuSetFive {
	color: hsla(19, 87%, 55%, 0.5);
	font-weight: 500;
}
#accordionMenuSetSix {
	color: hsla(19, 87%, 55%, 0.5);
	font-weight: 500;
}
.accordionMenu li:hover {
	cursor: pointer;
}
/* End of Accordion Menu Set Switcher */

/* Accordion Sections */
.accordionSectionOne {
	width: 100%;
}
.accordionSectionTwo {
	width: 100%;
	display: none;
}
.accordionSectionThree {
	width: 100%;
	display: none;
}
.accordionSectionFour {
	width: 100%;
	display: none;
}
.accordionSectionFive {
	width: 100%;
	display: none;
}
.accordionSectionSix {
	width: 100%;
	display: none;
}
/* End of Accordion Sections */

/* Accordion Layout */
.accordionList {
	position: relative;
	display: block;
	width: 95%;
	height: auto;
	padding: 0 20px 0 20px;
	margin: 0 auto 0 auto;
	list-style: none;
	margin-left: auto;
	margin-right: auto;
	
	.accordionListItem {
		position: relative;
		display: block;
		width: 95%;
		height: auto;
		background-color: hsla(0, 0%, 100%, 1);
		padding: 20px;
		margin: 0 auto 15px auto;
		border: 1px solid hsla(0, 0%, 90%, 1);
		border-radius: 5px;
		cursor: pointer;
		transition: all 0.3s ease-in-out;
		
		&.active {
			border-color: hsla(220, 96%, 33%, 1);
			transition: all 0.3s ease-in-out;
			
			h3 {
				&:after {
					transform: rotate(90deg);
				}
			}
		}
		
		h3 {
			font-weight: 700;
			color: hsla(220, 96%, 33%, 1);
			position: relative;
			display: block;
			width: 95%;
			height: auto;
			padding: 0 0 0 0;
			margin: 0 auto 0 auto;
			font-size: 35px;
			letter-spacing: 0.03em;
			cursor: pointer;
				
			&:after {
				content: ">";
				position: absolute;
				right: 0;
				top: 0;
				color: hsla(19, 87%, 55%, 1);
				transition: all 0.3s ease-in-out;
				font-size: 40px;
				font-weight: 900;
			}
		}

		.accordionExpanded {
			position: relative;
			display: block;
			width: 95%;
			height: auto;
			margin: 0 auto 0 auto;
			padding: 0;
			cursor: pointer;

			.accordionText {
				position: relative;
				display: block;
				font-weight: 300;
				padding: 10px 0 0 0;
				cursor: pointer;
				line-height: 150%;
				margin: 0 0 15px 0;
				font-size: 25px;
				letter-spacing: 0.03em;
			}
		}
	}
}
.accordionBullet {
	list-style-type: disc;
}
.accordionBulletText {
	font-size: 28px;
}
/* End of Accordion */

/* Page Footer */
.footerLine {
	border: 1.4px solid hsla(220, 96%, 33%, 1);
	margin: 50px 50px 0px 50px;
}

.pageFooter {
	padding: 0px 50px;
}

.footerBrand {
	width: 49.8%;
	font-size: 40px;
	font-weight: 600;
	letter-spacing: 2px;
	padding: 50px 0px;
	background-color: hsla(0, 0%, 95%, 1);
	display: inline-block;
	vertical-align: middle;
}

.footerLogo {
	width: 40px;
	height: 40px;
	vertical-align: middle;
	padding: 0px 10px 5px 0;
}

.copyright {
	width: 49.8%;
	font-size: 25px;
	font-weight: 600;
	letter-spacing: 2px;
	color: hsla(220, 96%, 33%, 1);
	padding: 50px 0px;
	background-color: hsla(0, 0%, 95%, 1);
	display: inline-block;
	vertical-align: middle;
}
/* Page Footer Ends */




/* Website Responsiveness Starts */
@media only screen and (max-width: 1375px) {
.indexheroPrimaryText {
	width: 60%;
}
}

@media only screen and (max-width: 1250px) {
.contentContainer {
	height: 475px;
}
}

@media only screen and (max-width: 1140px) {
.indexheroPrimaryTitle {
	font-size: 60px;
}
.indexheroPrimaryText {
	width: 75%;
	font-size: 28px;
}
.errorheroPrimaryTitle {
	font-size: 60px;
	padding: 30px;
}
.errorheroPrimaryText {
	width: 75%;
	font-size: 28px;
}
}


@media only screen and (max-width: 900px) {
.container {
	width: 100%;
}
.brand {
	display: none;
}
.navBreak {
	display: none;
}
.nav-mobile {
	display: block;
}
.nav-container{
	width: 100%;
	max-width: 900px;
	z-index: 0;
	display: block;
}
.navigation,
.navigation::before {
	border-radius: 0px;
	max-width: 100%;
	position: fixed;
}
.nav-list{
	width: 100%;
	background: hsla(0, 0%, 95%, 0.4);
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
}
.nav-dropdown {
	width: 100%;
	background: hsla(0, 0%, 95%, 1);
	border-radius: 0px;
}
nav {
	width: 100%;
	padding: 0px 0 15px;
}
nav ul {
	display: none;
}
nav ul li {
	float: none;
}
nav ul li a {
	padding: 15px;
	line-height: 20px;
}
nav ul li ul li a {
	padding-left: 30px;
}
.indexheroPrimaryTitle {
	padding-top: 30px;
}
.errorheroPrimaryTitle {
	padding-top: 95px;
}
.experienceSeoHero {
	padding-top: 140px;
}
.experienceSeoContainer {
	margin-left: auto;
}
.experienceItHero {
	padding-top: 140px;
}
.experienceItContainer {
	margin-left: auto;
}
.experienceManagementHero {
	padding-top: 140px;
}
.experienceManagementContainer {
	margin-left: auto;
}
.educationSeoHero {
	padding-top: 140px;
}
.educationSeoContainer {
	margin-left: auto;
}
.educationDmHero {
	padding-top: 140px;
}
.educationDmContainer {
	margin-left: auto;
}
.educationItHero {
	padding-top: 140px;
}
.educationItContainer {
	margin-left: auto;
}
.educationManagementHero {
	padding-top: 140px;
}
.educationManagementContainer {
	margin-left: auto;
}
.accordionMenu {
	margin-left: auto;
	margin-right: auto;
	display: block;
	padding-left: 10px;
	padding-right: 10px;
}
.accordionList {
	width: 95%;
	padding-left: 2%;
	padding-right: 2%;
	margin-left: auto;
	margin-right: auto;

		.accordionListItem {
			width: 95%;
			padding-left: 2%;
			padding-right: 2%;
			margin-left: auto;
			margin-right: auto;
		}
}
.contactHero {
	padding-top: 140px;
}
.contactContainer {
	margin-left: auto;
}

/* Index */
.contentContainer {
	height: 550px;
	padding-left: 4%;
	padding-right: 4%;
}
/* Index */
.footerBrand {
	width: 100%;
	text-align: center;
	padding: 60px 0px 10px 0px;
}
.copyright {
	width: 100%;
	text-align: center;
	padding: 10px 0px 60px 0px;
}
}
#nav-toggle {
	position: absolute;
	left: 18px;
	top: 24px;
	cursor: pointer;
	padding: 10px 35px 16px 0px;
}
#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
	cursor: pointer;
	border-radius: 1px;
	height: 5px;
	width: 35px;
	background: hsla(220, 96%, 33%, 1);
	position: absolute;
	display: block;
	content: '';
	transition: all 300ms ease-in-out;
}
#nav-toggle span:before {
	top: -10px;
}
#nav-toggle span:after {
	bottom: -10px;
}
#nav-toggle.active span {
	background-color: transparent;
}
#nav-toggle.active span:before, #nav-toggle.active span:after {
	top: 0;
}
#nav-toggle.active span:before {
	transform: rotate(45deg);
}
#nav-toggle.active span:after {
	transform: rotate(-45deg);
}



@media only screen and (max-width: 800px) {
/* Website Components */
.reverseDirection {
	display: flex;
	flex-wrap: wrap-reverse;
}
.normalDirection {
	display: flex;
	flex-wrap: wrap;
}
/* End of Website Components */

.indexContentContainer {
	width: 100%;
	height: auto;
	display: flex;
}
.contentContainer {
	width: 100%;
	height: auto;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 8%;
	padding-right: 8%;
	display: flex;
	flex-wrap: wrap;
}
.indexheroPrimaryTitle,
.indexheroPrimaryText {
	padding-left: 25px;
}

.imageHome {
	width: 80%;
	margin: 5px auto 5px auto;
	display: block;
}
}


@media only screen and (max-width: 680px) {
.indexnavHeroBackground {
	background-image: url(/images/index-page/index-background-seo-technology-management-mobile.png);
}
.indexheroPrimaryTitle {
	font-size: 50px;
	text-align: center;
	padding-left: 12%;
	padding-right: 12%;
	margin-left: 0;
	margin-right: 0;
}
.indexheroPrimaryTitleBreak {
	display: none;
}
.indexheroPrimaryText {
	width: 76%;
	padding-left: 12%;
	padding-right: 12%;
	margin-left: 0;
	margin-right: 0;
}
.indexbuttonsContainer {
	padding: 20px 0px;
	margin-left: 10px;
	margin-right: 10px;
	text-align: center;
}
.errorheroPrimaryTitle {
	font-size: 50px;
	text-align: center;
	padding-top: 130px;
	padding-left: 6%;
	padding-right: 6%;
	margin-left: 0;
	margin-right: 0;
}
.errorheroPrimaryTitleBreak {
	display: none;
}
.errorheroPrimaryText {
	width: 76%;
	padding-left: 12%;
	padding-right: 12%;
	margin-left: 0;
	margin-right: 0;
}
.errorbuttonsContainer {
	padding: 20px 0px;
	margin-left: 10px;
	margin-right: 10px;
	text-align: center;
}
.experienceSeoNavHeroBackground {
	background-image: url(/images/experience-seo-page/seo-experience-background-mobile.png);
}
}

@media only screen and (max-width: 565px) {
.brandMobile {
	max-width: 92%;
}
#exploreSite {
margin-right: 15px;
}
#knownIssues {
margin-left: 15px;
}
.imageHome {
	border-radius: 7px;
}
}

@media only screen and (max-width: 520px) {
.brandMobile {
	font-size: 1.2em;
	max-width: 90%;
}
.brandMobileLogo {
	width: 30px;
	height: 30px;
	padding-right: 10px;
}
.accordionList {
	width: 93%;
	padding-left: 1%;
	padding-right: 1%;
	margin-left: auto;
	margin-right: auto;

		.accordionListItem {
			width: 93%;
			padding-left: 1%;
			padding-right: 1%;
			margin-left: auto;
			margin-right: auto;
		}
}
.footerLogo {
	width: 30px;
	height: 30px;
	padding-bottom: 4px;
}
.footerBrand {
	font-size: 2em;
}
.copyright {
	font-size: 1.2em;
}
}

@media screen and (min-width: 504px) {
#exploreSite-knownIssues {
	display: none;
}
}

@media only screen and (max-width: 503px) {
.indexheroPrimaryContainer {
	height: auto;
	margin-top: 50px;
	margin-bottom: 50px;
}
.indexheroPrimaryText {
	margin-bottom: 0px;
}
.indexbuttonsContainer {
	margin-top: 0px;
	margin-bottom: 0px;
}
.errorheroPrimaryContainer {
	height: auto;
	margin-top: 50px;
	margin-bottom: 50px;
}
.errorheroPrimaryText {
	margin-bottom: 0px;
}
.errorbuttonsContainer {
	margin-top: 0px;
	margin-bottom: 0px;
}
#exploreSite {
	margin-right: 25px;
}
#knownIssues {
	margin-left: 25px;
}
}

@media only screen and (max-width: 502px) {
.indexnavHeroBackground {
	max-height: none;
	height: 680px;
}
.indexheroPrimaryTitle {
	padding-top: 30px;
}
.errornavHeroBackground {
	max-height: none;
	height: 680px;
}
.errorheroPrimaryTitle {
	padding-top: 100px;
	font-size: 2em;
}
}

@media only screen and (max-width: 420px) {
.brandMobile {
	font-size: 1em;
}
.brandMobileLogo {
	width: 25px;
	height: 25px;
}
.indexheroPrimaryText {
	text-align: justify;
}
.paragraphText {
	max-height: none;
	text-align: left;
}
.experienceSeoContainer {
	width: 300px;
	height: 275px;
}
.experienceSeoTitle {
	padding-top: 8px;
	font-size: 38px;
	margin-bottom: 10px;
}
.experienceSeoText {
	font-size: 25px;
	text-align: justify;
}
.experienceItContainer {
	width: 300px;
	height: 275px;
}
.experienceItTitle {
	padding-top: 8px;
	font-size: 38px;
	margin-bottom: 10px;
}
.experienceItText {
	font-size: 25px;
	text-align: justify;
}
.experienceManagementContainer {
	width: 300px;
	height: 275px;
}
.experienceManagementTitle {
	padding-top: 8px;
	font-size: 29px;
	margin-bottom: 10px;
}
.experienceManagementText {
	font-size: 25px;
	text-align: justify;
}
.educationSeoContainer {
	width: 300px;
	height: 275px;
}
.educationSeoTitle {
	padding-top: 8px;
	font-size: 29px;
	margin-bottom: 10px;
}
.educationSeoText {
	font-size: 25px;
	text-align: justify;
}
.educationDmContainer {
	width: 300px;
	height: 275px;
}
.educationDmTitle {
	padding-top: 8px;
	font-size: 29px;
	margin-bottom: 10px;
}
.educationDmText {
	font-size: 25px;
	text-align: justify;
}
.educationItContainer {
	width: 300px;
	height: 275px;
}
.educationItTitle {
	padding-top: 8px;
	font-size: 29px;
	margin-bottom: 10px;
}
.educationItText {
	font-size: 25px;
	text-align: justify;
}
.educationManagementContainer {
	width: 300px;
	height: 275px;
}
.educationManagementTitle {
	padding-top: 8px;
	font-size: 29px;
	margin-bottom: 10px;
}
.educationManagementText {
	font-size: 25px;
	text-align: justify;
}
.accordionList {
	.accordionListItem {
		h3 {
			font-size: 25px;
			&:after {
				font-size: 25px;
			}
		}
	}
}
.contactContainer {
	width: 300px;
	height: 275px;
}
.contactTitle {
	padding-top: 8px;
	font-size: 38px;
	margin-bottom: 0px;
}
.contactText {
	margin-top: 0px;
	font-size: 25px;
	text-align: justify;
	margin-bottom: 0px;
}
.footerLine {
	margin-left: 5%;
	margin-right: 5%;
}
.pageFooter {
	padding-left: 5%;
	padding-right: 5%;
}
}

@media only screen and (max-width: 406px) {
.indexnavHeroBackground {
	background-size: 500%;
	height: 800px;
}
.errornavHeroBackground {
	background-size: 500%;
	height: 800px;
}
.textHeader {
	font-size: 37px;
}
}

@media only screen and (max-width: 370px) {
.indexnavHeroBackground {
	background-size: 550%;
}
.errornavHeroBackground {
	background-size: 550%;
}
.brandMobile {
	font-size: 0.8em;
}
.brandMobileLogo {
	width: 20px;
	height: 20px;
}
}

@media screen and (min-width: 900px) {
.nav-list {
	display: block !important;
}
.brandMobile {
	display: none;
}
}






