@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }

body { line-height: 1; }

ol, ul { list-style: none; }

blockquote, q { quotes: none; }

blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }

table { border-collapse: collapse; border-spacing: 0; }

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }

body { line-height: 1; }

ol, ul { list-style: none; }

blockquote, q { quotes: none; }

blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }

table { border-collapse: collapse; border-spacing: 0; }

/*------------------------------------*\ # Simple Typography Settings \*------------------------------------*/
/*------------------------------------*\ # Type \*------------------------------------*/
*, html, body { font-size: 16px; font-family: "Roboto", serif; font-weight: 400; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

h1, h2, h3, h4, h5, h6 { margin-top: 36px; color: #000000; line-height: 1.25em; font-weight: 700; }

h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child { margin-top: 0; }

h1 { font-size: 2.5rem; margin-bottom: 24px; }

h2 { font-size: 1.92308rem; margin-bottom: 18.46154px; }

h3 { font-size: 1.66667rem; margin-bottom: 16px; }

h4 { font-size: 1.47059rem; margin-bottom: 14.11765px; }

h5 { font-size: 1.38889rem; margin-bottom: 13.33333px; }

h6 { font-size: 1.25rem; margin-bottom: 12px; }

p { margin-bottom: 20px; font-size: 0.875rem; line-height: 1.5em; color: #505050; }

p:last-of-type { margin-bottom: 0; }

a { color: #3675b4; transition: all 0.2s ease; }

a:hover { color: #1e4266; }

ul, ol { margin: 20px 0 0 20px; }

ul li, ol li { margin-top: 10px; line-height: 1.5em; color: #505050; }

ul ul, ul ol, ol ul, ol ol { margin-top: 0; }

ul li { list-style: disc; }

ol li { list-style: decimal; }

hr { height: 1px; margin: 30px 0; border: none; background-color: #DADADA; }

blockquote { margin: 30px 0; font-size: 1.4375rem; line-height: 1.5em; color: #505050; text-align: center; font-style: italic; }

table { width: 100%; border-collapse: collapse; }

table, td, th { border: 1px solid #DADADA; text-align: left; }

th { font-weight: 700; }

th, td { padding: 15px; }

figure { margin: 30px 0; }

figure img { margin: 0; }

figcaption { margin-top: 10px; color: #6a6a6a; font-size: 16px; }

pre { display: block; margin: 0 0 40px 0; padding: 20px; background-color: #f9f9f9; border: 1px solid #DADADA; overflow: auto; border-radius: 3px; }

pre code { position: static; padding: 0; border: none; line-height: 1.5em; }

code { position: relative; top: -0.2em; padding: 3px; font-family: Courier New, Courier, monospace; font-size: 0.72917rem; color: #282828; line-height: 1em; pointer-events: none; border: 1px solid #DADADA; border-radius: 3px; }

em, i, .italic { font-style: italic; }

strong, b, .bold { font-weight: 700; }

img { display: block; max-width: 100%; margin: 0; }

/********************************************* Body setup */
body.login-page { background: #005e86 url("watermark.svg") no-repeat 0 0 fixed; }

@media (max-width: 599px) { body.login-page { background-size: 960px; } }

@media (min-width: 600px) { body.login-page { background-size: 1260px; } }

@media (min-width: 900px) { body.login-page { background-size: 1680px; } }

@media (min-width: 1200px) { body.login-page { background-size: 2560px; } }

/********************************************* Blackboard overrides */
#gatewayButtonsTitle, #gatewayButtonsInstructions { display: none; }

.forgot { font-size: 0.8rem; font-weight: 700; }

.forgot a { text-decoration: none; }

#loginFormTitle, #loginFormText { display: none; }

div.loginBody { background: none; }

/********************************************* Login container */
#loginPageContainer { width: 100%; left: 50%; min-height: 100%; margin: 0 auto; }

@media (min-width: 600px) { #loginPageContainer { max-width: 600px; } }

@media (min-width: 900px) { #loginPageContainer { max-width: 1024px; } }

#loginPane { background: #FFFFFF; top: 0; text-align: center; padding: 10px 0 40px; }

@media (min-width: 900px) { #loginPane { left: 0; position: fixed; width: 392px; height: 100%; padding: 0; } }

@media (min-width: 1200px) { #loginPane { left: unset; } }

#scu-logo { margin: 40px; display: flex; align-items: center; justify-content: center; }

#scu-logo img { width: 120px; }

#scu-title { margin: 0 40px 40px; text-align: center; font-weight: 100; color: #005e86; }

/********************************************* Login error message */
#loginErrorMessage { margin: 0 40px; padding: 0; border: none; }

#loginErrorMessage p { color: #BF1B17; font-size: 0.8rem; text-align: justify; }

#loginErrorMessage p:before { font-family: FontAwesome; font-weight: normal; content: "\f071\00a0"; }

@media (min-width: 600px) { #loginErrorMessage { margin: 0 120px; } }

@media (min-width: 900px) { #loginErrorMessage { margin: 0 40px; } }

/********************************************* Login box */
#loginBox { margin: 0 40px; }

#loginBox ul { width: auto; margin: 0; }

#loginBox li { display: block; text-decoration: none; }

#loginBox input { border-radius: 2px; background: #FFFFFF; border: 1px solid #d0d3d4; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); color: black; font-size: 1rem; padding: .5rem; width: 100%; box-sizing: border-box; }

#loginBox input[type="text"]:focus, #loginBox input[type="password"]:focus { border-color: #005e86; outline: none; }

#loginBox label { display: none; }

#loginBox input[type="submit"] { margin: 0; background: #005e86; border: none; border-radius: 2px; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.17); color: #FFFFFF; cursor: pointer; font-size: .85rem; outline: none; padding: .75rem 1.3rem; text-decoration: none; -webkit-transition: background .1s; transition: background .1s; -webkit-appearance: button; text-transform: uppercase; }

#loginBox input[type="submit"]:hover { background: #1e4266; }

#loginBox .forgot-password { margin-top: 50px; }

#loginBox input::placeholder { color: #d0d3d4; opacity: 1; }

#loginBox input::-webkit-input-placeholder { color: #d0d3d4; }

#loginBox input:-moz-placeholder { color: #d0d3d4; opacity: 1; }

#loginBox input::-moz-placeholder { color: #d0d3d4; opacity: 1; }

#loginBox input:-ms-input-placeholder { color: #d0d3d4; }

#loginBox input::-ms-input-placeholder { color: #d0d3d4; }

#loginBox input:focus::placeholder { color: #FFFFFF; opacity: 1; }

#loginBox input:focus::-webkit-input-placeholder { color: #FFFFFF; }

#loginBox input:focus:-moz-placeholder { color: #FFFFFF; opacity: 1; }

#loginBox input:focus::-moz-placeholder { color: #FFFFFF; opacity: 1; }

#loginBox input:focus:-ms-input-placeholder { color: #FFFFFF; }

#loginBox input:focus::-ms-input-placeholder { color: #FFFFFF; }

@media (min-width: 600px) { #loginBox { margin: 0 120px; } }

@media (min-width: 900px) { #loginBox { margin: 0 40px; } }

#loginRedirectProviders button { display: none; }

#loginRedirectProviders li { display: block; text-decoration: none; }

#loginRedirectProviders li a { text-decoration: none; }

#loginRedirectProviders li:nth-child(-n + 2) { margin-bottom: 20px; }

#loginRedirectProviders li:first-child a { margin: 0; background: #005e86; border: none; border-radius: 2px; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.17); color: #FFFFFF; cursor: pointer; font-size: .85rem; outline: none; padding: .75rem 1.3rem; -webkit-transition: background .1s; transition: background .1s; text-transform: uppercase; width: 100%; box-sizing: border-box; display: inline-block; }
#loginRedirectProviders li:first-child a:hover { background: #1e4266; }

#loginRedirectProviders li:nth-child(2) a { margin: 0; background: #005e86; border: none; border-radius: 2px; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.17); color: #FFFFFF; cursor: pointer; font-size: .85rem; outline: none; padding: .75rem 1.3rem; -webkit-transition: background .1s; transition: background .1s; text-transform: uppercase; width: 100%; box-sizing: border-box; display: inline-block; }
#loginRedirectProviders li:nth-child(2) a:hover { background: #1e4266; }

#loginRedirectProviders ul { margin: 0; }

#settings { margin: 10px 40px 40px; }

@media (min-width: 600px) { #settings { margin: 10px 120px 40px; } }

@media (min-width: 900px) { #settings { margin: 10px 40px 40px; } }

/********************************************* Local Picker and Accessibility */
#loginLang, #accessibility { font-size: 0.75rem; }

#loginLang h2, #accessibility h2 { font-size: 0.75rem; font-weight: normal; margin: 0; line-height: 1.125rem; }

#loginLang h2 > span, #accessibility h2 > span { display: none; }

@media (max-width: 374px) { #loginLang h2, #accessibility h2 { font-size: 0.625rem; } }

#loginLang a, #accessibility a { text-decoration: none; color: #5b6770; }

#loginLang a:hover, #accessibility a:hover { color: #1e4266; }

#loginLang ul, #accessibility ul { margin: 0; }

#loginLang li, #accessibility li { display: inline-block; text-decoration: none; margin-top: 0; padding-left: 10px; }

@media (max-width: 374px) { #loginLang li, #accessibility li { padding-left: 0; } }

#loginLang img, #accessibility img { display: none; }

@media (max-width: 374px) { #loginLang, #accessibility { font-size: 0.625rem; } }

#loginLang { float: left; }

#loginLang h2 > a span:after { content: " ▾"; }

#accessibility li:last-of-type { float: right; }

#loginLang ul { position: absolute; top: -1000px; left: -1000px; padding: 6px 6px; background: none repeat scroll 0 0 #e4f2f0; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; }

#loginLang ul li { display: block; margin: 6px 4px; padding-left: 0; }

#loginLang ul li:first-of-type { margin-top: 0; }

#loginLang ul li:last-of-type { margin-bottom: 0; }

#loginLang ul li a { width: unset; }

#loginLang ul li:hover { color: #2d3338; }

#loginLang:hover ul, #loginLang:focus ul { top: 20px; left: 20px; }

/********************************************* Gateway buttons */
#gatewayButtons li { display: block; text-decoration: none; }

#gatewayButtons a { text-decoration: none; }

#gatewayButtons ul { margin: 0; }

/********************************************* Copyright */
.newCopyright { display: none; margin: 0 40px 20px; padding: 0; color: #a3aaae; position: fixed; left: 0; bottom: 0; width: 312px; text-align: center; }

.newCopyright .logo { margin: 0; padding: 0; display: flex; align-items: center; justify-content: center; left: unset; position: unset; }

.newCopyright .logo img { width: 120px; }

.newCopyright .legal { padding: 0 0 5px; font-size: 0.65rem; }

.newCopyright .additionalInfo { padding: 0; }

.newCopyright .additionalInfo a { font-size: 0.75rem; color: #5b6770; }

.newCopyright .additionalInfo a:hover { color: #1e4266; }

.newCopyright .additionalInfo p:first-child a { padding: 0; }

/********************************************* Login Announcements */
#loginAnnouncements { margin: 0; }

#loginAnnouncements h3 { display: none; }

#loginAnnouncements > ul { margin: 0; width: 100%; max-width: 600px; }

#loginAnnouncements > ul > li { display: block; text-decoration: none; background: #FFFFFF; padding: 18px 24px 18px; border-radius: 2px; }

#loginAnnouncements > ul > li > strong { font-size: 0.9rem; display: none; }

#loginAnnouncements > ul > li > em { font-size: 0.5rem; padding-left: 5px; float: right; }

#loginAnnouncements > ul > li .vtbegenerated { margin-top: 24px; }

@media (min-width: 900px) { #loginAnnouncements { margin: 40px 40px 40px 432px; } }

#loginAnnouncements .vtbegenerated img { max-width: 100%; height: auto; }



#lang-select-button {
background: transparent;
  position: absolute;
  z-index: 3;
  padding: .3125rem;
  border: 0;
  left: 10px;
  top: 10px;
}

.login-form-footer { margin-top: 50px; }
.login-form-footer a { font-size: 0.8rem; font-weight: 700; text-decoration: none; }

#accessibility-link { display: none !important; }
#help-link { display: none !important; }
#privacy-link { margin-left: 0 !important; }
