/* NuGet package: nvColors.scss
   Version 1.3.2
*/
/* NuGet package: nvColors.scss */
/* Planning Categories */
/* Special Conditions */
/* NuGet Package: NVFrameworkScss
 * Version 1.1.1
 */
/* NuGet Package: NVFrameworkScss
 * Version 1.1.1
 */
/* Variables */
/*****  Print Stylesheet Helpers  *****/
/*****   Glyphs   *****/
/*****   Colors   *****/
/***** 508-compliant background-to-text color map *****/
/***** Widget Colors *****/
/***** Button Colors ****/
/***** Link Colors *****/
/*****   End Colors *****/
/***** Input Styles ****/
/* Mixins */
/* NuGet Package: NVFrameworkScss
 * Version 1.1.1
 */
/*******   Icon classes   ********/
/*****  Print Stylesheet Helpers  *****/
/*****   Glyphs   *****/
/*****   Colors   *****/
/***** 508-compliant background-to-text color map *****/
/***** Widget Colors *****/
/***** Button Colors ****/
/***** Link Colors *****/
/*****   End Colors *****/
/***** Input Styles ****/
/****   All of this will be replaced by new color package. Will need to test svg stuff in the pkg   ****/
/****   END stuff to be replaced by new color package.   ****/
/*
Acadis Portal Stylesheet
Table of Contents:
    1.) Default Element Styles
    2.) Portal Public Header
        2.1) Portal Public Navigation
    3.) Portal Public Main
        3.1) Media Queries
    4.) Portal Public Footer
    5.) Portal Public Content



    1.) Default Element Styles
--------------------------------------------------------------------*/
.skip-navigation {
  text-align: left;
}
.skip-navigation ul {
  list-style: none;
  margin: 0;
}
.skip-navigation a {
  background-color: white;
  border: 1px solid #1A3380;
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  top: 0;
  left: -10000px;
  width: 1px;
}
.skip-navigation a:focus, .skip-navigation a:active {
  height: auto;
  left: 0;
  overflow: visible;
  padding: 0.25em;
  text-decoration: underline;
  width: auto;
  z-index: 11000;
}

body {
  background: #114995;
  color: #272727;
  margin: 0;
}

/*
    2.) Portal Public Header
--------------------------------------------------------------------*/
.acssPageHeader {
  background: #fff;
  margin: 0;
  padding: 0 10px;
  text-align: center;
}

/*
        2.1) Portal Public Navigation
--------------------------------------------------------------------*/
.acssMainMenu {
  line-height: 30px;
  min-height: 30px;
  position: relative;
  text-align: left;
}
.acssMainMenu a {
  color: #fff;
  vertical-align: middle;
}
.acssMainMenu a:visited {
  color: #fff;
}
.acssMainMenu a:visited:hover, .acssMainMenu a:visited:focus {
  color: #fff;
}

/*
    3.) Portal Public Main
--------------------------------------------------------------------*/
/*div*/
.acssMain {
  background: linear-gradient(180deg, #4b91cd 10%, rgb(17, 73, 149) 60%);
  margin: 0;
  text-align: center;
  min-height: 450px;
}

/*div*/
.acssMainContent {
  text-align: left;
  position: relative;
  margin: 0 auto;
}

/*div*/
.acssContentContainer {
  background: #fff;
  box-shadow: 0 0 6px 0;
  padding-bottom: 20px;
}

/*div*/
.acssContentHeader {
  margin: 0 40px;
  overflow: hidden;
}

/*div*/
.acssContentMain {
  margin: 0 40px;
}

/*
        3.1) Media Queries
--------------------------------------------------------------------*/
/* Main Content Overrides */
.acssMain {
  padding: 0;
}

/* Portal Header Overrides */
.acssContentContainer,
.acssMainMenu,
.loginTop {
  margin: 0;
}

.loginTop {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 12px 0 20px;
  text-align: left;
}

.loginTopLogo {
  width: 100%;
}

.loginTopHeading {
  order: 3;
  flex: 0 0 calc(100% - 4.5rem);
  margin: 0 0 0 0.5rem;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.2rem;
  height: 4rem;
  overflow: hidden;
  color: #6D6D6D;
  fill: #6D6D6D;
}

.acadis-logo-container {
  order: 1;
  flex: 0 1 100%;
  margin-bottom: 0.5rem;
}

.acadis-logo-container > img {
  height: 1.5rem;
}

.portal-logo-container {
  order: 2;
  flex: 0 0 auto;
  width: 4rem;
}

@media screen and (min-width: 1100px) {
  .loginTop {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    width: initial;
    flex-wrap: nowrap;
    padding: 12px 0 20px;
  }
  .portal-logo-container {
    order: 1;
  }
  .acadis-logo-container {
    order: 3;
  }
  .portal-logo-container,
  .acadis-logo-container {
    flex: 0 0 auto;
    width: initial;
    margin-bottom: initial;
  }
  .acadis-logo-container > img {
    height: initial;
  }
  .loginTopLogo {
    margin: 0 15px 0 0;
    vertical-align: middle;
    width: initial;
  }
  .loginTopHeading {
    color: inherit;
    order: 2;
    flex: 1 1 100%;
    margin: 0;
    font-weight: normal;
    font-size: 1.3rem;
    line-height: 1.5rem;
    max-height: 4rem;
    height: initial;
    overflow: initial;
  }
  .acssMain {
    padding: 0 10px 30px;
  }
  .acssContentContainer,
  .acssMainMenu,
  .loginTop {
    margin: 0 4%;
  }
  .loginTopRow {
    text-align: left;
  }
}
@media screen and (min-width: 1400px) {
  .acssContentContainer,
  .acssMainMenu,
  .loginTop {
    margin: 0 8%;
  }
}
/*
4.) Portal Public Footer
--------------------------------------------------------------------*/
.acssMainFooter {
  margin: 10px auto;
  display: block;
  text-align: center;
}
.acssMainFooter > a {
  color: #fff;
}
.acssMainFooter > a:visited {
  color: #fff;
}
.acssMainFooter > a:visited:hover, .acssMainFooter > a:visited:focus {
  color: #fff;
}
.acssMainFooter > span {
  color: #fff;
}

/*
5.) Portal Public Content
--------------------------------------------------------------------*/
.acssContentTitle {
  color: #878E9F;
  font-size: 30px;
  font-weight: normal;
  margin: 40px 0 20px 0;
}
