@import 'https://fonts.googleapis.com/css?family=Alegreya+Sans|Lato:400,400i,700,500,600|Oswald|Roboto:400,400i,700,500,600|Open+Sans:400,400i,700,500,600';
/* Remove placeholders */
::-webkit-input-placeholder { /* WebKit browsers */
    color: transparent;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color: transparent;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: transparent;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
   color: transparent;
}

textarea::-webkit-input-placeholder { /* WebKit browsers */
    color: transparent;
}
textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color: transparent;
}
textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: transparent;
}
textarea:-ms-input-placeholder { /* Internet Explorer 10+ */
   color: transparent;
}
a{
  color: #0070C1;
}

/*

Turn h1 to 115fa2
turn purple to 219ade for aside
turn button to #77b922 (check for accessibility)

*/

/*Override some Saleforce styles*/
.editPage{
  border-left: 2px solid #8f8e8e;
}
.requiredExample{
  border-left: 3px solid #50A711;
}
.bPageBlock .requiredInput .requiredBlock{
  background-color: #50A711;
}
.checkForm{
  border-left: 3px solid #145892;
  background-color: #fff !important;
}
.checkForm .SectionTitle{
  background-color: #145892 !important;
  padding-left: 1em;
}
.SectionTitle h3 {
  color: #fff;
  text-align: left;
  font-size: 1.5em;
  font-weight: bold;
}
.pbSubheader {
  background: transparent !important;
  background-color: transparent !important;
  font-weight: bold;
  border-bottom: 3px solid #145892 !important;
  padding-left: 4rem !important;
}
.pbSubheader h3 {
  font-size: 2em !important;
  color: #145892;
  margin-bottom: 0;
  font-weight: bold;
}
.pbSubsection{
  margin-top: 2em;
  padding-left: 4rem !important;
}
tbody a.btn{
  background: none !important;
  border-radius: 0;
  min-width: 14em !important;
  font-size: 14px;
  font-weight: normal;
  padding: 0 1em;
}
tbody a.btn:hover, tbody a.btn:focus, tbody a.btn:active {
  color: #fff;
}
tbody a.btn, .pbButtonb input[type='submit'], .data2Col input[type='submit']{
  background: none;
  background-color: #145892 !important;
  color: #fff;
  border: none !important;
  border-radius: 0;
  min-width: 14em !important;
  font-weight: normal;
  padding: 0 1em;
}
.message{
  border: none;
  padding-left: 4rem !important;
}
.checkboxLabel{
  font-size: 1em;
}
.sidebarDiv{
  width: 94% !important;
}
/*End Override some Saleforce styles*/

#rowTop {
    border-bottom: 1px solid black;
    padding-bottom: 1em;
}

h1,h2,h3,h4,h5,h6 {
    font-family: 'Open Sans', sans-serif;
    display: block;
}
html,body{
  height: 100%;
}

body {
    font-family: 'Roboto', sans-serif;
    max-width: 1000px;
    margin: 0 auto;
}

main{
  background-color: #fff;
  padding: 3em;
}

.formAdditionalActions a{
  font-weight: normal !important;
}

.formAdditionalActions a {
   font-weight: bold;
   display: inline-block;
   margin: 1em;
   padding: 0.25em;
   margin: 0.5em 0;
   padding: 0 1em;
}

.formAdditionalActions a:not(:first-of-type) {
   border-left: 1px solid #205f9b;
}

.formAdditionalActions a:first-of-type {
   padding-left: 0;
}


footer {
  /* background-color: #AAC3D7; */
  /* -webkit-box-shadow: inset 0 20px 20px -20px rgba(0,0,0,0.8);
   -moz-box-shadow: inset 0 20px 20px -20px rgba(0,0,0,0.8);
   box-shadow: inset 0 20px 20px -20px rgba(0,0,0,0.8); */
  min-height: 304px;
}
footer a{
  color: #0070C1;
  /* text-decoration: underline; */
}
footer .container-fluid .row{
  display: flex;
  flex-flow: row wrap;
}
#footerBoilerPlate {
  font-size: 1.2rem;
  margin-top: 2em;
}
#footerBoilerPlate a{
  text-decoration: underline;
}
footer .col-sm-4{
  background-color: #F0F0F0;
  padding: 2em;
  flex-grow: 1;
}
footer .col-sm-8{
  background-color: #f8f8f8;
  padding: 2em;
}
header .navbar {
  margin-bottom: 0;
  margin: 0 auto;
}
footer .contact-us {
  margin-top: 2em;
}

.jumbotron h1 {
    margin-top: 0;
}

.shadow-blue {
    box-shadow: 0 0 3em blue;
    margin: 2em;
}

.indent {
    margin-left: 1em;
}
.larger {
    font-size: 120%;
}

.btn-slim {
    padding-top: 2px;
    padding-bottom: 3px;
}

.btn-next:after {
    content: '\a0\00bb';
    font-size: 130%;
}

.aside-alert,
.aside-notice
{
    margin: 2em;
    padding-bottom: 1em;
}

.aside-alert {
    border-left: 2px solid rgb(132,42,118);
}

.aside-notice {
    border-left: 2px solid #219ade;
}

.aside-alert h2,
.aside-notice h2
 {
    color: white;
    text-transform: uppercase;
    padding: 0.35em 0;
    font-size: 1.8rem;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    letter-spacing: 1.5px;
    padding-left: 1.4rem;
}

.aside-alert h2 {
    background-color: rgb(132,42,118);
}

.aside-notice h2 {
    background-color: #219ade;
}

.aside-alert p,
.aside-notice p
{
    padding: 0 1em;
}

.contact-us h2 {
    font-size: 2.0rem;
}

.social-media-links h2 {
    font-size: 2.0rem;
}

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

.social-media-icons {
}

.list-icons {
}

.row-step {
    margin: 0;
    padding-top: 1em;
}

.row-step:not(:first-of-type) {
    margin-top: 1em;
    border-top: 1px dotted darkgray;
}

/*
.navbar-nav > li:not(:first-of-type)::before {
    content: '| ';
}
*/

/*.navbar-nav > li:not(:first-of-type) {*/
.navbar-nav > li {
    border-left: 1px solid lightgray;
}

.navbar-nav > li:last-of-type {
    border-right: 1px solid lightgray;
}

.list-icons > li {
    padding-left: 2px;
    padding-right: 2px;
}

.img-shrink img {
    max-width: 100%;
}

.btn-parent {
    margin-top: 20px;
}

.row-step ol,
.row-step ul {
    padding-left: 20px;
}

h1 {
    margin-bottom: 0.5em;
}

h2 {
    font-size: 2.4rem;
    margin-bottom: 1em;
}

#mainContent {
    /*border-top: 2px solid rgb(141,202,70);*/
}

#headerLogo {
  /* width: 100%; */
  height: 16em;
  background: url('http://uas.alaska.edu/a_assets/images/logo/uas-logo-vertical-color.svg') no-repeat;
  background-position: 50% 3%;
  margin: 0 auto;
}

#content{
  padding: 4em;
  margin: 0 auto;
  min-height: -webkit-calc(100% - 606px);
  min-height: -moz-calc(100% - 606px);
  min-height: calc(100% - 600px);
}
.vcard .org {
    font-size: 1.5rem;
    font-weight: bold;
}

form h1{
  display: block;
}
.submitInfo, .appSection{
  margin-bottom: 0;
}
.createEmphasis{
  font-weight: bold;
}
.createNewProfile{
  border-bottom: 2px solid #005D8F;
  font-size: 1.2em;
}
.createNewProfile:hover{
  text-decoration: none;
}
.PageLabelStyle{
  color: #011526;
}
.forgotPasswordHeadLabelStyle{
  color: #011526;
}

.instructionTextStyle{
  color: #828284 !important;
  font-size: 1.4em;
  margin: 1em 0 2em;
}
.helpTextStyle, .helpTextStyle a{
  color: #828284 !important;
}

.EmailHelpTextStyle, .PasswordHelpTextStyle {
  color: #011526;
}

.RegisterPageLabelStyle, .LoginPageLabelStyle, .forgotPasswordLabelStyle{
  color: #011526;
  font-weight: normal;
  font-size: 1.4em;
}

.LoginPageInputTextStyle{
  background-color: #e9e9e9;
  border: .15em solid #e8e8e8 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  /* color: #fff; */
}
.RegisterPageInputTextStyle{
  background-color: #e9e9e9;
  border: .15em solid #e8e8e8 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  /* color: #fff; */
}
.forgotPasswordInputTextStyle{
  background-color: #e9e9e9;
  border: .15em solid #e8e8e8 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  /* color: #fff; */
}
.LoginPageButtonStyle, .forgotPasswordPageBtnStyle, .RegisterPageButtonStyle{
  font-family: 'Open Sans' !important;
  margin: 2em 0 1em !important;
  min-width: 5em !important;
  padding: .25em 1.1em !important;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #fff;
  background: #50A711 !important;
  border: none !important;
  font-size: 1.5em !important;
  font-weight: 600 !important;
}

.LoginPageLinkStyle{
  font-size: 1.1em;
  display: block;
  font-weight: normal;
}
.italicize{
  font-style: italic;
  border-bottom: 2px solid #828284;
}
.italicize:hover {
  text-decoration: none;
}
.back-to-top{
  color: #333 !important;
  bottom: 3em !important;
}
/* .checkboxSidebar{
  width: 100%;
}
.sidebarContainer{
  width: 100% !important;
}
.opAgreement .apexp{
  width: 95%;
} */
.pbSubheader{
  margin-top: 0 !important;
}

.pbSubsection{
  margin-bottom: 1em;
}

.frmAgreement input[type='submit']{
  font-family: 'Open Sans' !important;
  color: #fff;
  background: #50A711 !important;
  border-radius: 4px;
  border: none !important;
  font-size: 1.5em !important;
  font-weight: 600 !important;
  padding: .25em 1.1em !important;
  min-width: 5em !important;
  letter-spacing: .08em;
}
.mainContentContainerDiv{
  margin: 2em auto;
  background-color: #fff;
  /* border: 1px solid #e9e9e9; */
}
/* .myProfile{
  width: 100%;
} */
@media (min-width: 768px){
  #headerLogo{
    background: url('//uas.alaska.edu/a_assets/images/logo/uas-logo-horizontal.svg') no-repeat center center;
    background-size: contain;
    margin: 2em auto;
  }
  main{
    padding: 3em 0;
  }
  form input[type='submit']{
    /* min-width: 14em !important; */
  }
  footer .col-sm-4{
    flex-grow: 0;
  }
  .container{
    width: 100%;
    padding: 0;
  }
  footer .container-fluid .row{
    flex-wrap: nowrap;
  }
}

@media (min-width: 576px) and (max-width: 1080px){
  #headerLogo{
    margin: 0 auto;
  }
  footer .container-fluid .row{
    flex-wrap: nowrap;
  }
}
