﻿/* Home */
.k-textbox.k-invalid, .k-dropdown-wrap.k-state-default.input-validation-error {
  border: 1px solid #c70000;
}

div.pivSignInLoadingPanel {
  overflow: hidden;
  display: none;
  margin: 0 0 0 0;
  padding: 12px 0 0 48px;
  min-height: 32px;
  background-image: url('../../Media/Images/SignIn/LoginLoading.gif');
  background-position: 6px 2px;
  background-repeat: no-repeat;
}

/*************************************** 
  Site Map Styles
***************************************/
.NasSiteMap #menu {
  margin: 0;
  padding: 0;
}

.NasSiteMap #menu li {
  list-style: none;
}

.NasSiteMap #menu > li {
  margin: 12px 0 0 1em;
  padding: 0 16px;
  position: relative;
}

.NasSiteMap #menu > li > a {
  font-size: 1.6rem;
  font-weight: bold;
  text-decoration: none;
}

.NasSiteMap #menu > li > a:hover {
  text-decoration: underline;
}

.NasSiteMap #menu > li > ul {
  margin: 7px 0 25px 18px;
  padding: 0;
}

.NasSiteMap #menu > li > ul > li,
.NasSiteMap #menu > li > ul > li > a {
  font-size: 1.4rem;
}

.NasSiteMap #menu > li > ul > li {
  margin-bottom: 6px;
}

/* Fancy List Bullet */
.NasSiteMap #menu > li:before {
  content: " ";
  line-height: 6px;
  position: absolute;
  top: 0;
  left: -1em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 6px;
  margin: 0.33333em 6px 0;
  padding: 3px;
  background: #e6aa34;
}

/* IE7 STYLES, B/C THE :before PSEUDO CLASS DOES NOT WORK FOR IE7 */
.NasSiteMap #menu > li {
  *position: static;
  *padding: 0 0 0 8px;
  *margin-left: 1.8em;
  *list-style: disc;
}

/****************************
         HELP CENTER
*****************************/

/* Help Center Blocks */

.LeftCol, .RightCol {
  display: block;
  width: 100%;
}

.LeftCol {
  padding-right: 10px;
}

.RightCol {
  padding-left: 10px;
}

#FrequentlyAskedQuestions h3:before{
  content: "";
  display: inline-block;
  width: 4px;
  height: 1.4em;
  margin-right: 10px;
  background: #e6aa34;
  vertical-align: -30%;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

#FrequentlyAskedQuestions ul.k-panelbar{
  border: none;
  box-shadow: none;
}

#FrequentlyAskedQuestions ul.k-panelbar .k-link{
  line-height: 2rem !important;
  padding: 2rem 4rem 2rem 2rem;
  font-size: 1.3rem;
  border: none;
}

#FrequentlyAskedQuestions ul.k-panelbar > li {
  border-bottom: 1px solid #e8e8e8;
}

#FrequentlyAskedQuestions ul.k-panelbar > li > ul{
  padding: 0 3rem 1rem 3rem;
  background-color: #f5f5f5;
  border-bottom: none;
}

#FrequentlyAskedQuestions ul.k-panelbar > li > ul > li{
  border-left: 1px dashed #999999;
  padding: 1rem !important;
  background-color: #f5f5f5;
  font-size: 1.3rem;
}

#FrequentlyAskedQuestions ul.k-panelbar a.k-link {
  display: inline;
  line-height: 1.0rem;
  padding: 0;
  border: none;
}

#FrequentlyAskedQuestions ul.k-panelbar .k-state-selected, #FrequentlyAskedQuestions ul.k-panelbar .k-state-hover, #FrequentlyAskedQuestions ul.k-panelbar .k-state-active, #FrequentlyAskedQuestions ul.k-panelbar .k-state-focused, #FrequentlyAskedQuestions ul.k-panelbar .k-link.k-state-selected, #FrequentlyAskedQuestions ul.k-panelbar li.k-state-active > span.k-link{
  color: #333;
  background-color: #f5f5f5 !important;
  box-shadow: none;
}

#FrequentlyAskedQuestions ul.k-panelbar .k-state-hover{
  background-color: #f5f5f5;
}

#FrequentlyAskedQuestions ul.k-panelbar> li > ul > li > span.k-link{
  padding: 0;
}

#FrequentlyAskedQuestions .FundingSubsidies > div{
  border-bottom: 1px solid #e8e8e8;
  padding: 5px 0 15px 0;
}

#FrequentlyAskedQuestions .FundingSubsidies > div:last-child{
  border-bottom: none;
}

#FrequentlyAskedQuestions .FundingSubsidies p{
  font-size: 1.3rem;
}

#FrequentlyAskedQuestions .FundingSubsidies h4 a{
  font-size: 1.6rem;
  text-decoration: none;
  color: #445e7d;
  font-weight: 400;
  line-height: 1.2em;
  margin: 1.2rem 0 0.6rem 0
}

#FrequentlyAskedQuestions .FundingSubsidies a.ReadMore{
  font-size: 1.2rem;
  line-height: 1.2rem;
  float: right;
}

/* FUNDING BUCKETS */

 #FundingBuckets{
   margin: 40px 0 10px 0;
 }

 #FundingBuckets > a {
  background-color: #f5f5f5;
  border-top: 2px solid #e1e1e1;
  border-bottom: 2px solid #e1e1e1;
  padding: 34px 40px 24px;
  vertical-align: top;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.2s ease;
  width: auto;
  display: block;
  margin-bottom: 40px;
  color: #555555;
}

#FundingBuckets > a:hover {
  background-color: #dee4ec;
}

.BucketButton {
  display: block;
  text-align: center;
  margin: 15px 0;
  background-color: #3C72AF;
  background-image: none;
  background-position: 50% 50%;
  border: 0;
  border-radius: 5px;
  color: #ffffff;
  text-transform: none;
  font-size: 1.3rem;
  font-weight: 500;
  padding: 13px 0;
}

#FundingBuckets .Bucket h3 {
  font-size: 2.0rem;
  line-height: 2.5rem;
  color: #445e7d;
  margin: 7px 0;
}

#FundingBuckets .Bucket .line{
  border-bottom: 3px solid #b5c6d9;
  width: 75px;
  margin: 15px auto;
}

#FundingBuckets .Bucket p{
  font-size: 1.4rem;
}

#FundingBuckets .Bucket.Bucket1 .BucketIcon {
  background-position: center 5px;
}

#FundingBuckets .Bucket.Bucket2 .BucketIcon {
  background-position: center -100px;
}

#FundingBuckets .Bucket.Bucket3 .BucketIcon {
  background-position: center -192px;
}

ol.FundingRequirements {
  margin: 3rem 4rem 3rem 0
}

ol.FundingRequirements > li{
  margin-bottom: 20px;
}

  /****************************
        NEED HELP
  *****************************/

.NeedHelp p{
  margin-bottom: 35px;
}

.NeedHelp > .SideBar{
  padding-top: 25px
}

.NeedHelp > .Sidebar, .NeedHelp > .ContactForm {
  display: block;
}

.NeedHelp > .ContactForm > div{
  width: 100%;
}

.NeedHelp > .SideBar > ul{
  list-style: none;
  padding: 10px;
  margin: 0;
}

.NeedHelp > .SideBar > ul > li{
  padding-bottom: 35px;
}

.NeedHelp > .SideBar > ul > li:last-child{
  padding-bottom: 15px;
}

.NeedHelp > .SideBar > ul > li > span, .NeedHelp > .SideBar > ul > li > a{
  display: block;
  font-size: 1.3rem;
}

.NeedHelp > .SideBar > ul > li > .AllCaps {
  color: #6c6c6c;
  font-size: 1.2rem;
  display: block;
  margin-bottom: 3px;
}

.NeedHelp > .ContactForm input[type="text"] {
  margin-bottom: 15px;
  max-width: 100%;
}

.NeedHelp > .ContactForm .k-textbox.k-maskedtextbox {
	max-width: none;
	width: 100%;
}

.NeedHelp > .ContactForm .k-textbox.k-maskedtextbox .k-textbox {
	max-width: none;
}

.NeedHelp > .ContactForm > textarea {
  max-width: 100%;
  margin-bottom: 15px;
}

  /****************************
        NEED HELP
  *****************************/

div.ComingSoon{
  max-width: 450px;
  margin: 100px auto 175px auto;
  text-align: center;
}

div.ComingSoon p {
  line-height: 2.0rem;
}

@media (max-width: 949.5px) {
  .LeftCol.HelpDashBlocks,
  .RightCol.HelpDashBlocks {
    padding: 0;/* this should probably be done everywhere? */
  }
}

@media (min-width: 600px) {

  .NeedHelp > .SideBar{
    min-width: 200px;
    padding: 5px 0 0 10px;
    border-left: 1px solid #e1e1e1;
    display: table-cell;
  }

  .NeedHelp > .ContactForm{
    padding-right: 20px;
    width: 85%;
    display: table-cell;
  }

  .NeedHelp > .ContactForm > div{
    width: 100%;
    float: none;
  }

}

@media (min-width: 950px) {

  /****************************
        HELP CENTER
  *****************************/

  .LeftCol, .RightCol {
    width: 50%;
    display: table-cell;
  }

  #FundingBuckets > a {
    box-sizing: border-box;
    width: 30%;
    margin-left: 4%;
    display: inline-block;
  }

  #FundingBuckets > a:first-child {
    margin-left: 0;
  }

  #FundingBuckets .Bucket p {
    min-height: 3.5em;
  }

  .NeedHelp > .ContactForm > div{
    width: 50%;
    float:left;
    padding: 0 5px 10px 5px;
    box-sizing: border-box;
  }

  .NeedHelp > .SideBar{
    padding: 5px 0 0 25px;
  }

}