@charset "utf-8";

html {
    font-size: 100%;
} 

body {
	overflow-x: hidden;
}
/* add invisible until focused skip to main link in upper left */

.skip {
	position: absolute;
  	left: -10000px;
  	top: auto;
  	width: 1px;
  	height: 1px;
  	overflow: hidden;
}

.skip:focus {
  	position: static;
  	width: auto;
  	height: auto;
}

/* general formatting */


.viu-branding-basic {
	color: #002133;
	
}

.viu-branding-basic h1 h2 {
	color: #003B5C;
    font-weight: 700;
    font-style: normal;
    font-size: 2rem;
    line-height: 1.2;
    margin: 1em 0 .5em 0;
    width: auto;
}

/* top nav bar */

.nav-bar-VIU {
	background-color: #003B5C;
	width: calc(var(--vw, 1vw)* 100);
	height: 150px;
}

.nav-bar-container {
	display: flex;
    flex-direction: row;
	max-width: 1024px;
	width: 80%;
	margin: 0 auto;
	height: 150px;
	color: #f7f7f7;
}

.logo-VIU {
	min-width: 100px;
	width: 150px;
}

.nav-bar-links-primary {
	display: flex;
	flex-direction: row;
	margin-top: 1.75em;
	margin-left: auto;
}

.button-drop-down {
	padding: 0;
	background-color: transparent;
	font-size: 1.15em;
	font-weight: 200;
	color: #f7f7f7; 
	border: 0;
	margin-left: 1em;
	margin-right: .25em;
	flex-shrink: 0;
	border-bottom: 2px solid transparent;
}

.button-icon {
	color: #f7f7f7;
	font-size: .75em;
}

.button-drop-down:hover {
	border-bottom: 2px solid #00A075;
}

.nav-menu-panel {
	display: none;
	position: relative;
    z-index: 1;
	margin-right: -15em;
	margin-left: 1em;	
}

.menu-links {
	list-style-type: none;
	line-height: 2;
	padding: 1em 1.5em;
    background-color: #f7f7f7;
    border-radius: 5px;
	width:fit-content;
	
}

.menu-links a {
	color:#002133;
	font-weight: 200;
	font-size: 1.1em;
}

.nav-bar-links-secondary {
	display: flex;
    flex-direction: row;
	align-items: center;
	justify-content: space-around;
	margin-left: 2em;
	margin-right: 0;
	margin-top: 1.75em;
	max-height: 2rem;
}

.button-sea-glass {
	border: 1px solid #f7f7f7;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    text-align: center;
	line-height: 1.6;
    border-radius: 500px;
	background-color: #00A075;
	color: #f7f7f7;
	padding: .35rem 1.1rem;
	font-size: 1.5rem;
	margin-right: 1em;
	
}

.button-sea-glass:hover {
	border: 1px solid #00A075;
	background-color: #f7f7f7;
	color: #00A075;
	text-decoration: none;
}

.button-sea-glass:focus {
	border: 1px solid #00A075;
	background-color: #f7f7f7;
	color: #00A075;
	text-decoration: none;
}

.button-viu-blue {
	border: 1px solid #f7f7f7;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    text-align: center;
	line-height: 1.6;
    border-radius: 500px;
	background-color: transparent;
	color: #f7f7f7;
	padding: .35rem 1.1rem;
	font-size: 1.5rem;

}

.button-viu-blue:hover {
	border: 1px solid #003B5C;
	background-color: #f7f7f7;
	color: #003B5C;
	text-decoration: none;
}

.button-viu-blue:focus {
	border: 1px solid #003B5C;
	background-color: #f7f7f7;
	color: #003B5C;
	text-decoration: none;
}

/* banner */

.header-banner {
	position: relative;
    display: inline-block;
	background: rgba(0, 0, 0, 1);
}

.banner-image {
	width: calc(var(--vw, 1vw)* 100);
    position: relative;
	height: 350px;
	object-fit: cover;
	opacity: .6;
}

.banner-overlay {
	position: absolute;
    top: 75%;
    left: 50%;
    transform: translate( -50%, -50% );
	max-width: 1024px;
  	width: 80%;
}

.banner-text {
    color: white;
	font-weight: normal;
}

.title {
	font-size: 4em;
}

.subtitle {
	font-size: 2em;
	margin-top: -.5em;
}

/* service notices area */

.notices {
	margin-top: 3em;
	margin-bottom: 4em;
}

.service-notices{
	padding: .5em 1em;
	background-color: #5EEA96;
	border: 0px solid #014B41;
}

.service-notices a {
	color:#002133;
	font-weight: 700;
}

.service-notices h2 {
	font-size: 1.25em;
}

.post-content {
	font-size: .9em;
}

/* main layout elements */

* {
  box-sizing: border-box;
}

.main-container {
	max-width: 1024px;
	width: 80%;
	margin: auto;
}

.flex-sections {
	display: flex;
    flex-direction: row;
}

.flex-2 {
  	flex: 50%;
}

.flex-3 {
	flex: 33%;
	padding: 0 .5em;
	margin-bottom: 1em;
}

.section-heading {
	font-size: 3rem;
    margin-top: 0;
	font-weight: 700;
}

.tool-section{ 
	display: flex;
	flex: 33%;
	flex-direction: row;
	justify-content: space-between;
	margin-top: 2rem;
	margin-bottom: 2rem;
}


.tool-link {
	color: #003b5c;
}

.tool-title {
	font-weight: 700;
}

.tool-description {
	font-size: 1.15em;
	max-width: 200px;
}
.cover-image {
 	width: 150px;
	margin-left: -0.5em;
}

.help-buttons {
	display: flex;
	flex-direction: column;
	margin-bottom: 2em;
}

.button-help-topics {
	border: 1px solid;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    border-radius: 500px;
    color: #014B41;
    border-color: #014B41;
    line-height: 1.6;
    padding: .5rem 1.5rem;	
	margin: .5em 0;
	width: fit-content;
}

.button-help-topics:hover {
	background-color: #014B41;
	color: #f7f7f7;
	text-decoration: none;
	border: 1px solid #014B41;
}

.support-url a {
	color: #014B41;
}

.support-url a:hover {
	text-decoration: underline;
	color: #002133;
}


/* VIU footers */
.footer-viu-blue {
	background-color: #003B5C;
	width: calc(var(--vw, 1vw)* 100);
	margin-top: 2em;
}

.footer-content {
	max-width: 1024px;
	margin: 0 auto;
}

.footer-container {
	display: grid;
    grid-auto-rows: auto;
    grid-gap: 3rem 3rem;
    grid-template-columns: 1fr 1fr 1fr;
	color: #f7f7f7;
	text-align: center;
	padding: 8em 0;
}

.footer-icon {
	filter: invert(100%) sepia(41%) saturate(130%) hue-rotate(214deg) brightness(113%) contrast(94%);
	height: 7rem;
	width: 7rem;
	
}

.footer-one-button {
	display: block;
	padding: .6em 1.25em;
	border-radius: 50px;
	background-color: #0085CA;
	white-space: nowrap;
	text-align: center;
	color: #f7f7f7;
	margin: auto;
	width: fit-content;
	font-size: 1.15em;
  }
  
  .footer-one-button:hover {
	background-color: rgba(0, 133, 202, 0.5);
	text-decoration: none;
	color: #f7f7f7;
  }

  .footer-one-button:focus {
	background-color: rgba(0, 133, 202, 0.5);
	text-decoration: none;
	color: #f7f7f7;
  }
  
.footer-one-text {
	font-size: 1.15em;
	font-weight: bolder;
	margin-top: 1em;
	margin-bottom: 2em;
}

/* footer 2 */

.footer-heading {
	font-weight: 700;
	color:#003B5C;
	margin-top: 0;
	margin-bottom: .5em;
}

.footer-text {
	line-height: 1.15;
	font-size: 1.15em;
	color:#333;
}

.footer-link {
	color:#003B5C;
	font-size: 1.15em;
}
.phone-link {
	font-weight: 700;
	color:#003B5C;
}

.campus-location-link {
	font-weight: 700;
	color:#00A075;
}



.footer__inner {
    max-width: 800px;
    width: 100%;
    margin: 6em auto 2rem auto;
    padding: 0 2rem;
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-template-rows: auto auto auto;
    grid-gap: 2rem 2rem;
}

.logo__image {
    display: block;
    max-width: 250px;
}

.footer__first {
	grid-column: 2;
	grid-row: 1;
	align-self: end;
}

.footer__second {
	grid-column: 1;
	grid-row: 2;
}

.footer__third {
	grid-column: 2;
	grid-row: 2;
}

.footer__last {
	grid-column: 1 / span 2;
}

.social-icon {
	filter: invert(9%) sepia(62%) saturate(5505%) hue-rotate(187deg) brightness(98%) contrast(101%);
	height: 1.75em;
	width: 1.75em;
	margin-left: 0.25em;
}

.footer-two-button-container {
	display: flex;
	justify-content: center;
	align-items: center;
	width:fit-content;
	margin:auto;
}

.footer-two-button {
	display: block;
	padding: .4em 2.5em;
	border-radius: 50px;
	background-color: #003B5C;
	white-space: nowrap;
	font-size: 1.15em;
	font-weight: 600;
	text-align: center;
	color: #f7f7f7;
	margin: auto;
	width: fit-content;
	margin: 0 1.5em;
  }
  
  .footer-two-button:hover {
	background-color: #00A075;
	text-decoration: none;
	color: #f7f7f7;
  }

  .footer-two-button:focus {
	background-color: #00A075;
	text-decoration: none;
	color: #f7f7f7;
  }

  .footer-large-links {
	font-size: 1.15em;
	font-weight: 600;
	color:#003B5C;
	margin: 2em 3em 1em 3em;
  }

.final-footer-container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width:fit-content;
	margin:auto;
  }

.footer-small-print {
	text-align: center;
	max-width: 800px;
	margin: 1em;
	color:#002133;
	line-height: 1.6;
	font-size: .9em;
}

.footer-small-link {
	color:#003B5C;
}



/* Mobilie-only elements */

.mobile-nav-bar {
	display: none;
}

.mobile-menu-icon {
	color: #f7f7f7;
	font-size: 1.25em;
	transform: scale(2,1.5);
}

.mobile-menu-label {
	font-size: 1.15em;
	color: #f7f7f7;
	text-align: left;
}

.mobile-menu-link {
	text-decoration: none;
	flex-basis: 70px;
    padding: 1em;
    text-align: center;
    z-index: 1;
}

.mobile-menu-link:hover {
	text-decoration: none;
	border-bottom: 3px solid #00A075;
	height: fit-content;
}

.mobile-menu {
	display: none;
	background-color: #003B5C;
}

.button-mobile-menu {
	font-weight: 200;
	font-size: 1.15em;
	text-align: left;
	padding: 0;
	background-color: transparent;
	color: #f7f7f7; 
	border: none;
	border-bottom: 2px solid #f7f7f7;
	margin-right: 1em;
	flex-shrink: 0;
	margin-bottom: 1em;
	width: 100%;
}

.button-mobile-menu::after {
    content: "+";
    margin-left: 1rem;
    float: right;
    font-weight: bold;
}

.button-mobile-menu:hover {
	border-bottom: 2px solid #00A075;
}

.mobile-menu-panel {
	display: none;
	overflow: hidden;	
}

.mobile-menu-link-list {
	list-style-type: none;
	line-height: 2;
}

.mobile-menu-link-list a:hover {
	color:#5EEA96;
}

.mobile-menu-link-list a {
	color:#f7f7f7;
	font-weight: 200;
	font-size: 1em;
}

.mobile-nav-bar-links-secondary {
	display: flex;
    flex-direction: row;
	align-items: center;
 	justify-content: center;
	width: 100%;
	max-height: 3em;
	margin-bottom: 1em;
	margin-top: 1em;
}



/* adjustments for screen size */

@media only screen and (max-width: 1046px) {
	.banner-overlay {
    	position: absolute;
   		top: 75%;
    	left: 50%;
    	transform: translate( -50%, -50% );		
	}
	
	.nav-bar-links-secondary {
		display: flex;
		flex-direction: column;
		margin-top: 1.5em;
	}
	.button-viu-blue {
		margin-left: -1em;
		margin-top: 1em;
	}
	
	.title {
		font-size: 3.25em;
	}

	.subtitle {
		font-size: 1.5em;
	}

}

@media only screen and (max-width: 936px) {
	.banner-image {
		height: 500px; 
		aspect-ratio: 4 / 3;
		object-fit: cover;
		}
	
	.nav-bar-links-secondary {
		margin-right: -2em;
	}
	
	.button-drop-down {
		margin-bottom: 1em;
	}


	
}
@media only screen and (max-width: 854px) {
	
	.footer-container {
		grid-template-columns: 1fr;
		grid-gap: 0;
	}
	
	.flex-3 {
		padding: .5em 0;
	}
	
	.cover-image {
		width: 100px;
	}

	.tool-block {
		margin-bottom: 2em;
	}

	.banner-image {
		height: 600px; 
		aspect-ratio: 1 / 1;
		object-fit: cover;
		}
	.nav-bar-links-secondary {
    	display: none;
	}
	
	.nav-bar-links-primary {
		display: none;
	}

	.mobile-nav-bar {
		display: flex;
		flex-direction: row;
		margin-left: auto;
		margin-right: 0;
		margin-top: auto;
		margin-bottom: 1.75em;
	}

	.mobile-menu {
		display:none;
		flex-direction: column;
		background-color: #003B5C;
		color: #f7f7f7; 
		width: calc(var(--vw, 1vw)* 100);
		height: fit-content;
		padding: 1em 3em 1em 2em;
	}

	.footer-container {
		display: flex;
		flex-direction: column;
	}

	.footer-one-button {
		margin-bottom: 2em;
		font-size: 1.15em;
	}

  	.show {
	display: flex;
	}

	.footer-container-white {
		flex-direction: column;
		margin: auto;
		text-align: center;
	}
	
	.flex-footer-left {
		padding-left: 0;
		margin-bottom: 2em;
		margin-left: 0;
	}
	
	.flex-footer-right {
		padding-right: 0;
		margin-left:0;
	}

	.flex-footer-bottom {
		margin-left: 0;
	}
}

@media (max-width: 700px) {

	.flex-sections {
    	flex-direction: column;
		margin: 0;
	}

	.tool-section {
		flex-direction: column;
	}

	.tool-block {
        margin-right: auto;
        margin-left: auto;
	}

	.cover-image {
		width: 150px;
	}
	.logo__image {
		display: block;
		max-width: 250px;
		margin: 0 auto;
	}	

	.footer__logo_footer {
		grid-column: 1 / span 2;
		grid-row: 1;
		margin-bottom: 1rem;
	}

	.footer__first {
		grid-column: 1 / span 2;
		grid-row: 2;
		margin: 0 auto;
	}

	.footer__second {
		grid-column: 1 / span 2;
		grid-row: 3;
		text-align: center;
	}

	.footer__third {
		grid-column: 1 / span 2;
		grid-row: 4;
		text-align: center;
	}

}

@media (max-width: 524px) {
	.footer-two-button-container {
		flex-direction: column;
	}

	.footer-two-button {
		margin-top: 1em;
	}

}

@media (max-width: 300px) {
	body {
			overflow-x: scroll;
		}	

	.logo__image{
			width: 100%;
		}

	.title {
		font-size: 2.75em;

	
}}
