@import url('https://fonts.googleapis.com/css?family=Poppins:wght@100,300,600');
@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,700;1,400;1,700');

html { scroll-behavior: smooth; }
html, body { margin: 0; padding: 0; font-family: 'Poppins', sans-serif; font-weight: 300; text-rendering: optimizeLegibility; color: #222; background: #f6f6f6 }
header, footer, div, .card { box-sizing: border-box }
header { padding: 20px 0px }
section { padding: 40px 0 }
h1, h2, h3 { font-weight: 100 }
h1 { font-size: 3.8rem; margin-bottom: 2rem }
h2 { font-size: 2.5rem; font-weight: 200 }
h3 { font-size: 1.8rem }
h4 { font-size: 1.4rem }
h5 { font-size: 1.2rem }
h6 { font-size: 1.0rem }
a { color: #08e2ff }
p { line-height: 1.5rem; margin: 0 0 1.75rem 0 }
footer {  background: #e6e6e6; margin-top: 60px }
footer p { margin: 0; padding: 20px }
img { max-width: 100% }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { text-decoration: none }
.main-content > h1 { margin-top: 0; }

.aria-hide {
  display: none;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-highlight { font-family: 'Lora', serif; font-size: 120%; background: #ffce0d }
.mb { margin-bottom: 1rem }

.g-signin, .azure {
    margin: 1rem auto;
    width: fit-content;
}

.signout {
  justify-content: center;
  text-decoration: none;
  align-items: center;
  gap: .25rem;
}

/* Image Styles */
.img-responsive { display: block; max-width: 100%; height: auto }
.featured-img img { margin: 0 auto }

/* Grid */
.row .col { width: 100% }

#logo, #main, #buttons { vertical-align: top; display: inline-block }
#logo { width: 240px }
#main { padding-top: 10px }
#main, #buttons { padding-left: 100px  }
#main a { display: block; font-weight: 600; color: #5b5b5b; padding: 10px 20px; animation: none;text-transform: uppercase; font-size: 90%; letter-spacing: 2px }
#main a:hover, #buttons a:hover {color: black;}
#buttons { padding-top: 10px }

#scroll-nav {
  text-align: center;
  position: absolute;
  z-index: 100;
  top: 20px;
  left: 0;
  right: 0;
}

#scroll-nav a {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  font-weight: 600;
  padding: 10px 10px 5px;
  animation: none;
  text-transform: uppercase;
  font-size: 90%;
  letter-spacing: 2px;
  background: rgba(0,0,0,0.5);
  border-radius: 5px;
}

#scroll-nav a i {
  color: #ffce00;
}

.fixed-header-bg {
  padding: 61% 0 0 0;
  background: url(/images/designer-job-rs.jpeg);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;  
}

@media(min-width: 1366px) {
  .fixed-header-bg {
    height: 100vh;
    background-attachment: fixed;
  }
}

.entrance { position: relative; background: no-repeat; background-size: cover!important; background-position: center!important; padding: 50% 0 1% }
.entrance span { display: block; color: #fff }
.entrance .heading { font-size: 3rem; line-height: 1.2; margin: 0; color: #fff }
.entrance .body { line-height: 1.5rem; margin: 1.25rem 0 }
.entrance .container { position: relative; z-index: 100 }
.entrance .overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 60%;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#6c3c8a+0,6c3c8a+100&0+0,1+100 */
  background: -moz-linear-gradient(top,  rgba(108,60,138,0) 0%, rgba(108,60,138,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(108,60,138,0) 0%,rgba(108,60,138,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(108,60,138,0) 0%,rgba(108,60,138,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006c3c8a', endColorstr='#6c3c8a',GradientType=0 ); /* IE6-9 */
}

@media (min-width: 992px) {
  .entrance { padding: 18% 0 1% }
}

.container { width: 80%; margin: 0 auto }
.container-side { padding: 0px 20px }
.flex { display: flex; flex-wrap: wrap }
.flex .col { margin-left: 0!important }
.allow-newlines { white-space: pre-wrap }

.flex-row { display: flex; flex-direction: row}
.flex-column { display: flex; flex-direction: column}

.header-pad-top { padding: 0px }
.menu ul, .list ul { margin: 0; padding: 0 }
.menu li { display: inline-block; list-style: none }
.menu a { text-decoration:  none }
.list li { list-style: none }
.button, .contact-form-button { display: inline-block; color: #fff; text-decoration: none; background: #08e2ff; border: 0; border-radius: 4px; padding: 10px 15px; font-weight: bold; text-transform: uppercase; font-size: 90%; letter-spacing: 2px; line-height: 1.2; text-align: center; transition: all .2s ease-in-out; }
.button.button-secondary { color: #fff; background: #fd69fa }
.button:hover, .contact-form-button:hover { opacity: 0.8 }
.right { text-align:  right }
.hover a{background-image: linear-gradient(#08e2ff, #08e2ff), linear-gradient(white, white); background-size: 0 3px, auto; background-repeat: no-repeat; background-position: center bottom; transition: all .5s ease-out;}
.hover a:hover { background-size: 100% 3px, auto; }
.card .no-padding { padding: 0; margin: 20px 0 0 0 }

.card-column { margin-bottom: 1.5rem }
.card-link { color: #222; text-decoration:  none }
.card-link:hover .card { box-shadow: 1px 1px 15px rgba(0,0,0,0.3); transition: 0.5s }
.card { position: relative; height: 100%; border-radius: 4px; background: #fff; box-shadow: 1px 1px 4px rgba(0,0,0,0.2); margin-bottom: 20px; transition: 0.5s; overflow: hidden }
.card-title { padding: 2px 20px; line-height: 0.5 }
.card-content { padding: 10px 20px 30px 20px }
.card-image img { display: block; width: 100% }
.card-footer { position: absolute; bottom: 0px; width: 100%; padding: 15px 20px; border-top: solid 1px #f0f0f0 }
.card-footer li { padding-right: 30px }
.card-footer a { padding-bottom: 5px }

@media only screen and (max-width : 1068px) {
	#logo { display: block }
	#main, #buttons { padding-left: 0px }
	#main a { padding: 10px 20px 20px 0px }
}

/* Huh */
@media only screen and (max-width:993px){
	.home .flex { display: block; flex-wrap: nowrap }
	.flex .col { padding-bottom: 30px }
	.card { margin-bottom: 40px }
	.card-content { padding: 10px 20px 50px 20px }
}

@media only screen and (max-width : 540px) {
	#main, #buttons { display: block; width: 100% }
	#main a { padding: 10px 10px 10px 0px }
	#buttons a { font-size: 0.8rem; padding: 3px 8px }
}

/* Animation */

@keyframes shake {
	10%, 90% { transform: translate3d(-1px, 0, 0); }
	20%, 80% { transform: translate3d(2px, 0, 0); }
	30%, 50%, 70% { transform: translate3d(-8px, 0, 0); }
	40%, 60% { transform: translate3d(4px, 0, 0); }
}

/* Theme: Form Design */
.contact-form-button { margin-top: 30px }

.input { margin-bottom: 15px }

.input-field { position: relative; margin-bottom: 20px }

.input-field label {
	box-sizing: border-box;
	padding: 0px 5px;
	cursor: text;
	position: absolute;
	left: 10px;
	top: -12px;
	background: #ffffff;
	font-size: 0.8rem;
	color: #aaaaaa;
}

.input-field input[type="text"], .input-field input[type="password"], .input-field input[type="date"], .input-field input[type="tel"], .input-field input[type="email"], textarea {
	width: 100%;
	height: 50px;
	box-sizing: border-box;
	border: solid 1px #e4e4e4;
	border-radius: 4px;
	transition: 0.5s;
	padding-left: 10px;
}

.input-field textarea { margin-top: 10px; padding-top: 15px; min-height: 180px }

.input-field input[type="text"]:focus, .input-field input[type="password"]:focus, .input-field input[type="date"]:focus, .input-field input[type="tel"]:focus, .input-field input[type="email"]:focus, .input-field textarea:focus, .input-field select:focus {
	border: solid 1px #0274bb; outline: none; transition: 0.5s
}

.input-field select {
	width: 100%;
	height: 50px;
	box-sizing: border-box;
	border: solid 1px #e4e4e4;
	border-radius: 4px;
	transition: 0.5s;
	padding-left: 10px;
}

.input-field:focus { border: solid 10px blue }
.error { color: #ee3340; border: solid 2px #f15d43 !important }

@supports (-webkit-appearance: none) or (-moz-appearance: none) {
	input[type='checkbox'], input[type='radio'] {
		--active: #0274bb;
		--active-inner: #fff;
		--focus: 2px rgba(0, 135, 25, .3);
		--border: #e4e4e4;
		--border-hover: #0274bb;
		--background: #fff;
		--disabled: #f6f6f6;
		--disabled-inner: #f6f6f6;
		-webkit-appearance: none;
		-moz-appearance: none;
		height: 24px;
		outline: none;
		display: inline-block;
		vertical-align: top;
		position: relative;
		margin: 0;
		cursor: pointer;
		border: 1px solid var(--bc, var(--border));
		background: var(--b, var(--background));
		transition: background 0.3s, border-color 0.3s, box-shadow 0.2s;
	}

	input[type='checkbox']:after, input[type='radio']:after { content: ''; display: block; left: 0; top: 0; position: absolute; transition: transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s) }
	input[type='checkbox']:checked, input[type='radio']:checked { --b: var(--active); --bc: var(--active); --d-o: 0.3s;	--d-t: 0.6s;--d-t-e: cubic-bezier(0.2, 0.85, 0.32, 1.2) }
	input[type='checkbox']:disabled, input[type='radio']:disabled { --b: var(--disabled); cursor: not-allowed; opacity: 0.9 }
	input[type='checkbox']:disabled:checked, input[type='radio']:disabled:checked { --b: var(--disabled-inner); --bc: var(--border) }
	input[type='checkbox']:disabled + label, input[type='radio']:disabled + label { cursor: not-allowed }
	input[type='checkbox']:hover:not(:checked):not(:disabled), input[type='radio']:hover:not(:checked):not(:disabled) { --bc: var(--border-hover) }
	input[type='checkbox']:focus, input[type='radio']:focus { box-shadow: 0 0 0 var(--focus) }
	input[type='checkbox']:not(.switch), input[type='radio']:not(.switch) { width: 24px }
	input[type='checkbox']:not(.switch):after, input[type='radio']:not(.switch):after { opacity: var(--o, 0) }
	input[type='checkbox']:not(.switch):checked, input[type='radio']:not(.switch):checked { --o: 1 }
	input[type='checkbox'] + label, input[type='radio'] + label { line-height: 21px; display: inline-block; vertical-align: top; cursor: pointer; margin-left: 4px }
	input[type='checkbox']:not(.switch) { border-radius: 4px }
	input[type='checkbox']:not(.switch):after { width: 5px; height: 9px; border: 2px solid var(--active-inner); border-top: 0; border-left: 0; left: 9px; top: 5px; transform: rotate(var(--r, 20deg)) }
	input[type='checkbox']:not(.switch):checked { --r: 43deg }
	input[type='checkbox'].switch { width: 38px; border-radius: 11px }
	input[type='checkbox'].switch:after { left: 2px; top: 3px; border-radius: 50%; width: 15px; height: 15px; background: var(--ab, var(--border)); transform: translateX(var(--x, 0)) }
	input[type='checkbox'].switch:checked { --ab: var(--active-inner); --x: 17px }
	input[type='checkbox'].switch:disabled:not(:checked):after { opacity: 0.6 }
	input[type='radio'] { border-radius: 50% }
	input[type='radio']:after { width: 22px; height: 22px; border-radius: 50%; background: var(--active-inner); opacity: 0; transform: scale(var(--s, 0.7)) }
	input[type='radio']:checked { --s: 0.5 }
}

/* Option Box */
.optionbox {
	position: absolute;
	background: #fff;
	box-shadow: 1px 1px 5px rgba(0,0,0,0.3);
	border-radius: 4px;
	box-sizing: border-box;
	display: none;
	z-index: 30000;
}

.optionbox-padding { padding: 10px }
.optionbox ul { padding:  0; margin: 0 }
.optionbox li { list-style: none }
.optionbox li i { display: inline-block; text-align: center; width: 35px; margin-right: 5px }
.optionbox li span { vertical-align: top }
.optionbox a { display: block; padding: 5px; font-weight: 300; color: #444; cursor: pointer }

.arrow-clip {
	position: absolute;
	top: -8px;
	left: 50%;
	margin-left: -10px;
	width: 22px;
	height: 8px;
	overflow: hidden;
}

.arrow {
	width: 10px;
	height: 10px;
	margin: 3px 0 0 5px;
	background: white;
	transform: rotate(45deg);
	box-shadow: 1px 1px 5px rgba(0,0,0,0.5);
}

input:-webkit-autofill,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:focus {
  border: none;
  -webkit-text-fill-color: none;
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}

/* FOOTER */
.main-footer {
  text-align: center;
  font-size: 80%;
  padding-top: 60px;
}

.main-footer h3 {
  font-family: 'Lora', serif;
  font-size: 1.5rem;
  position: relative;
  z-index: 10;
}

.main-footer h3::after {
  content: '';
  width: 80px;
  height: 20px;
  background: #fd69fa;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 15px;
  z-index: -1;
}

.main-footer a {
  color: #676767;
}

.main-footer a:hover,
.main-footer a:focus {
  opacity: 0.8;
}

#footer-menu {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: bold;
}

#footer-menu ul li {
  padding: 10px 20px;
}

@media(max-width: 662px) {
  #footer-menu ul li {
    display: block;
  }
}

/* CONTENT  */
.text-center {
  text-align: center;
}

.featured-img-bg {
  position: relative;
  padding: 20% 0 5%;
  background-size: cover!important;
}

.featured-img-bg svg {
  position: absolute;
  right: 1%;
  top: 20%;
  width: 25%;
}

.featured-img-text.invisible {
  display: none;
}

.featured-img-text {
  text-align: center;
  color: #fff;
  padding: 1rem 2rem; 
}

.featured-img-text h1 {
  margin: 0;
  display: inline-block;
  padding: 1rem 2rem;
  color: #fff;
  z-index: 100;
  background: rgba(53,57,60,.9);
}

@media only screen and (min-width: 62em) {
  .featured-img {
    position: relative;
    z-index: 100;
  }
}

.intro-content {
  padding: 3rem 0 2rem;
  background: #0c1c33;  
  color: #fff;
}

.main-content {
  padding-top: 5rem;
  padding-bottom: 3rem;
}

.intro-content h1 {
  margin-top: 0;
}

.intro-content p {
  font-size: 120%;
  line-height: 1.5;
}

.content-row.border-top {
  padding-top: 4rem;
  margin-top: 4rem;
  border-top: 1px solid #e3e3e3;
}

.content-row.border-top-bottom {
  padding: 4rem 0;
  margin: 3rem 0;
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
}

.content-row.border-bottom {
  padding-bottom: 4rem;
  margin-bottom: 3rem;
  border-bottom: 1px solid #e3e3e3;
}

.content-row.border-top > div *:first-child,
.content-row.border-top-bottom > div *:first-child  {
  margin-top: 0;
}

.content-row.border-bottom > div *:last-child,
.content-row.border-top-bottom > div *:last-child {
  margin-bottom: 0;
}

.content-row img {
  border-radius: 5px;
  max-height: 600px;
  display: block;
  margin: 1.5rem auto;
}

.content-row .btn {
  margin-bottom: 2rem;
  display: inline-block;
}

.responsive-video {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
  margin-bottom: 1.5rem;
}

.responsive-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.iframe-container,
.newsletter-iframe-container {
  position: relative;
  border: 3px solid #f5f5f5;
  margin-bottom: 2.5rem;
  width: 100%;
  background: #fff;  
}

.iframe-container .scroll-overlay {
  position: absolute;
  left: 0;
  right: 10px;
  bottom: 0;
  height: 70px;
  pointer-events: none;
  
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,0.7+60,1+100 */
  background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,0.85) 30%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.85) 30%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.85) 30%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

.iframe-container iframe {
  min-height: 300px;
}

.newsletter-iframe-container iframe {
  min-height: 100vh;
}

.content-boxes {
  margin-top: 1.3125rem;
}

.content-box {
  line-height: 1.4rem;
  margin-bottom: 2rem;
  height: calc(100% - 2rem);
  background-color: #EBECEB;
  text-align: center;
  border: 2px solid transparent;
  border-radius: 5px;
  transition: all .1s ease-in-out;
}

.content-box:hover {
	text-decoration: underline;
}

.content-box.secondary-bg {
  border-color: transparent;
}

.content-box.secondary-bg:hover,
.content-box.secondary-bg:focus {
  box-shadow: none;
  transform: translateY(2px);
  border-color: #dedede;
}

.content-box-link {
  display: block;
  height: 100%;
  color: inherit!important;
	text-decoration: none;
}

.box-img {
  width: 100%;
  border-radius: 5px;
}

.content-box h3 {
  padding: 0 2rem;
  margin-bottom: 1.3125rem;
  font-size: 22px;
  letter-spacing: 1px;
}

.content-box p {
  margin: 1rem 2rem 2rem;
}

.useful-links-wrapper {
  margin-top: 1.3125rem;
  margin-bottom: 5rem;
}

.useful-link {
  line-height: 1;
  margin-bottom: 2rem;
  text-align: center;
  padding-top: 2%;
  padding-bottom: 2%;
}

.useful-link a {
  text-decoration: none;
}

.useful-link i {
  display: block;
  font-size: 40px;
  margin-bottom: .5rem;
}

.useful-link span {
  font-size: 80%;
  letter-spacing: 1px;
}

.useful-link i,
.useful-link span {
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.useful-link a:hover i,
.useful-link a:focus i {
  opacity: 0.8;
}

.useful-link a:hover span,
.useful-link a:focus span {
  border-bottom: 1px solid;
}

.simple-links-wrapper h5 {
  margin-bottom: .75rem;
}

.simple-links-wrapper .simple-link {
  margin: 0 0 0.5rem 1rem;  
}

.simple-links-wrapper .pre-link {
  margin: 1rem 0 0.5rem 0;
}

/* Dropdown*/
.dropdown-content {
	display: none;
}

@media (min-width: 62em){
	/* The container <div> - needed to position the dropdown content */
	.dropdown {
	  position: relative;
	  display: inline-block;
	}

	/* Dropdown Content (Hidden by Default) */
	.dropdown-content {
	  position: absolute;
	  background-color: #f1f1f1;
	  min-width: 160px;
	  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	  z-index: 1;
	}
		
	.menu .dropdown-content li {
		display: block;
	}

	/* Links inside the dropdown */
	.menu .dropdown-content a {
	  color: black;
	  padding: 12px 16px;
	  text-decoration: none;
	  display: block;
	}

	/* Change color of dropdown links on hover */
	.dropdown-content a:hover {background-color: #ddd;}

	/* Show the dropdown menu on hover */
	.dropdown:hover .dropdown-content {display: block;}

	/* Change the background color of the dropdown button when the dropdown content is shown */
	.dropdown:hover .dropbtn {background-color: white;}
}


/*Mobile Menu*/
.hamburger-menu,
.secondary-hamburger-menu {
  position: relative;
  z-index: 1000;
  display: none;
}

input.hamburger-menu[type="checkbox"],
input.secondary-hamburger-menu[type="checkbox"] {
  display: none;
}

@media only screen and (max-width: 62em) {  
  #main-nav,
  #nav-secondary {
    background: #fff;
    width: 100%;
    min-height: 100vh;
    right: 0;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    transition: transform 0.4s ease-in-out;
    position: fixed;
    z-index: 1100;
    top: 0;
  }

  #main-nav ul,
  #nav-secondary ul {
    letter-spacing: 2px;
    margin: 0;
    padding: 0;
    text-align: center;
  }
  
  input.hamburger-menu[type="checkbox"] {
    display: none;
  }

  input.hamburger-menu[type="checkbox"]:checked ~ #main-nav,
  input.secondary-hamburger-menu[type="checkbox"]:checked ~ #nav-secondary {
    transform: translateX(0%);
  }

  input.hamburger-menu[type="checkbox"]:checked ~ .hamburger-icon .bar {
    background-color: #000;
  }

  input.hamburger-menu[type="checkbox"]:checked ~ .hamburger-icon .top,
  input.secondary-hamburger-menu[type="checkbox"]:checked + .hamburger-icon .top {
    -webkit-transform: translateY(7px) rotateZ(45deg);
    -moz-transform: translateY(7px) rotateZ(45deg);
    -ms-transform: translateY(7px) rotateZ(45deg);
    -o-transform: translateY(7px) rotateZ(45deg);
    transform: translateY(7px) rotateZ(45deg);
  }

  input.hamburger-menu[type="checkbox"]:checked ~ .hamburger-icon .bottom,
  input.secondary-hamburger-menu[type="checkbox"]:checked + .hamburger-icon .bottom {
    -webkit-transform: translateY(-9px) rotateZ(-45deg);
    -moz-transform: translateY(-9px) rotateZ(-45deg);
    -ms-transform: translateY(-9px) rotateZ(-45deg);
    -o-transform: translateY(-9px) rotateZ(-45deg);
    transform: translateY(-9px) rotateZ(-45deg);
  }

  input.hamburger-menu[type="checkbox"]:checked ~ .hamburger-icon .middle,
  input.secondary-hamburger-menu[type="checkbox"]:checked + .hamburger-icon .middle {
    width: 0;
  }

  .middle {
    margin: 0 auto;
  }

  .hamburger-icon {
    background: transparent;
    top: 50%;
    right: 1.5rem;
    display: inline-block;
    padding: 7px 0;
    cursor: pointer;
    position: absolute;
  }
  
  .secondary-hamburger-menu + .hamburger-icon {
    right: 0;
  }
  
  input.hamburger-menu[type="checkbox"]:checked + .hamburger-icon,
  input.secondary-hamburger-menu[type="checkbox"]:checked + .hamburger-icon {
    z-index: 1200;
  }  
  
  input.secondary-hamburger-menu[type="checkbox"]:checked + .hamburger-icon {
      position: fixed;
      top: 5%;
      right: 11%;
  }
  
  input.secondary-hamburger-menu[type="checkbox"]:checked + .hamburger-icon {
    position: fixed;
    top: 5%;
    right: 11%;
  }  

  .bar {
    display: block;
    background-color: #fff;
    width: 30px;
    height: 3px;
    border-radius: 5px;
    margin: 5px auto;
    transition: background-color 0.4s ease-in, transform 0.4s ease-in,
      width 0.4s ease-in;
  }
  
  .sidebar .bar {
    background-color: #000;
  }
  
  .hamburger-icon::before {
    content: 'menu';
    color: #fff;
    position: absolute;
    left: -40px;
    top: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: .5rem;
  }
  
  .sidebar .hamburger-icon::before {
    content: 'related pages';
    color: #000;
    width: 60px;
    left: -70px;
    top: 13px;
    text-align: right;
    font-size: .5rem;
    line-height: 1.2;
  }    
  
  input.secondary-hamburger-menu[type="checkbox"]:checked + .hamburger-icon::before {
    display: none;
  }
  
  #main-nav ul,
  #nav-secondary ul {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    width: 80%;
  }
}

@media only screen and (min-width: 62em) {
  #main-nav {
    text-align: right;
    width: 100%;
    /*vertically center*/
    position: relative;
    top: 50%;
    transform: translateY(-50%);    
  }
  
  #main-nav ul li a {
    font-size: .75rem;
  }
  
  .school-body #main-nav {
    padding: .25rem 0 .5rem;
  }
  
  .hamburger-menu, .hamburger-icon {
    display: none;
  }
  
  #main-nav ul {
    padding: 0;
    margin-right: 1rem;
  }  
  
  #main-nav ul li {
    display: inline-block;
    padding: 5px 3px;
  }
}

@media only screen and (min-width: 75em) { 
  #main-nav ul {
    padding: 0 1rem;
  } 
}

@media only screen and (min-width: 99em) { 
  #main-nav {
    letter-spacing: 1px;
  }
  
  #main-nav ul {
    text-align: right;
    padding: 0 1.35rem;
    margin-right: 0;
  }
  
   #main-nav ul li {
    font-size: 1.2rem;
    padding: 5px;     
  }
  
  #main-nav ul li a {
    font-size: .95rem;
  }  
}

/* Sticky Nav */
@media only screen and (min-width: 99em) {
  .sticky-header {
    width: 100%;
    transition: all 0.3s;
    position: fixed;
    z-index: 1001;
    top: 0;
  }
  
  .sticky-header .main-menu-wrapper {
    background: rgba(255, 255, 255, 0.75);
  }

  .sticky-header .top-menu-wrapper,
  .sticky-header .logo img,
  .sticky-header .site-name,
  .sticky-header #main-nav ul li a,
  .sticky-header .material-icons,
  .sticky-header .main-menu-wrapper {
    transition: all 0.3s;
  }

  .sticky-header.sticky-active {
    background: #fff;
    box-shadow: 0 4px 30px -5px rgba(0, 0, 0, 0.15);
  }
  
  .sticky-header.sticky-active .top-menu-wrapper {
    position: absolute;
    top: -100px;
  }
  
  .sticky-header.sticky-active .logo {
    padding: .5rem .75rem;
    bottom: auto;
  }

  .sticky-header.sticky-active .logo img {
    max-width: 4rem;
    max-height: 4.5rem;
    min-height: 2.5rem;
  }

  .sticky-header.sticky-active .main-menu-wrapper {
    height: 3.5rem;
    line-height: 2rem;
  }

  .sticky-header.sticky-active #main-nav ul li a {
    font-size: .75rem;
  }

  .sticky-header.sticky-active .site-name {
    font-size: 1rem;
    top: 50%;
    margin: 0;
    left: 6rem;
    transform: translateY(-50%);
  }

}

/* Sidebar Styles */
.sidebar {
  margin-top: 1rem;
  margin-bottom: 3rem;
  position: relative;
}

@media only screen and (min-width: 62em) {
  .sticky-sidebar {
    margin-top: 5rem;
  }
}

.cookie {
  margin-bottom: 1rem;
  margin-left: -1.2rem;
}

@media(max-width: 62em) {
  .cookie {
    text-align: center;
    padding: 10px 0;
  }
}

#nav-secondary {
}

#nav-secondary ul {
  list-style: none;
  padding: 0;
}

#nav-secondary .secondary-nav-item {
  padding: 0.5rem 0;
  display: block;
}

#nav-secondary .secondary-nav-item.active {
  padding: 0;
}

#nav-secondary .secondary-nav-item.active span {
  font-weight: bold;
}

#nav-secondary .secondary-nav-item a::after,
#nav-secondary .secondary-nav-item.active::after {
  content: '';
  width: 100%;
  height: 1px;
  background: #fff;
  display: block;
  margin: 8px 0;
}

#nav-secondary .secondary-nav-item.child a::after {
  width: 100%;
}

@media(min-width: 75em) {
  #nav-secondary .secondary-nav-item a::after,
  #nav-secondary .secondary-nav-item.active::after {
    width: 10%;
  }
  
  #nav-secondary .secondary-nav-item.child a::after {
    width: 20%;
  }  
}

#nav-secondary a {
  color: inherit;
  text-decoration: none;
}


#nav-secondary ul li.secondary-nav-item.child a {
  font-size: 90%;
}

.cookie a {
  vertical-align: middle;
}

.cookie a::before {
  font-family: "Material Icons";
  content: "\e5cb";
  vertical-align: middle;
}

/* Collapsible Boxes */

.collapsible-box { 
  background: #fff; 
  border-radius: 4px; 
  box-sizing: border-box; 
  user-select: none; 
  margin-bottom: 20px;
} 

.collapsible-bottom-icon {
  cursor: pointer;
  opacity: 0.4;
}

.collapsible-box:hover { 
  border-radius: 4px;
}

.collapsible-box-title { 
  font-weight: bold;
  display: block; 
  margin: 0; 
  padding: 1rem 0; 
  cursor: pointer; 
  font-size: 1rem !important;
  vertical-align: middle;
  border-radius: 4px;
  transition: all .2s ease-in-out;    
}

.collapsible-box-description {
  border-top: 2px solid #f0f0f0;
}

.collapsible-box-title:hover {
  background: #f7f7f7;   
}

.collapsible-box-icon { 
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
  font-size: 18px;
  color: #a3a3a3;
}

.collapsible-box-description { 
  overflow: hidden; 
  display: none; 
  padding: 1rem 1rem 0.5rem;
}

.collapsible-box h5 { 
  font-size: 1.2rem;
  margin: 10px 0px 10px 0px;
}

.error-page-container > img:first-of-type {
	display: none;
}


/* Search Results */
.container.pad-side>.row>h1 {
    width: 100%;
    margin-bottom: .5rem;
}

.container.pad-side>.row {
    row-gap: 0;
}

.search-results {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.search-result {
    border: 1px dashed #c3c3c3;
    padding: 1rem 1rem 0;
    flex-basis: 100%;
    max-width: 100%;
}

.search-result a {
    display: flex;
    column-gap: 1rem;
    color: #222;
}

.row .search-result .col.s1,
.row .search-result .col.s11 {
    width: auto;
    margin: 0;
    padding: 0;
}

/* .search-description strong {
    color: var(--primary)
} */

.error-page-container .input-buttons {
    margin: auto;
}




