/*  Default Portal UI CSS
    =====================
    This is the base file for the portal interfaces.
    if you'd like to create a landing page or portal,
    without this class file, simply don't include it.
*/

/* ui css */
html, body {
    height: 100%;
    margin: 0;
    min-height: 100%;
    min-width: 100%;
    padding: 0;
    width: 100%;
}




/* Buttons / Links */
a {
    color: #59ae26;
}
a:hover {
    color: #3f910d;
}
a:hover, a:active, a:focus {
    color: #3f910d;
}
.btn-theme {
    background: none repeat scroll 0 0 #59ae26;
    color: #fff !important;
}
.btn-theme:hover {
    background: none repeat scroll 0 0 #3f910d;
}



.wrapper {
    min-height: 100%;
    min-width: 100%;
    position: relative;
    background: url("../../img/bgs/gradientGreen.jpg") no-repeat scroll center center rgba(0, 0, 0, 0);
    background-size: cover;
}



.wrapper > main {
  /*min-height: 100%;*/
  /*overflow: auto;*/
  /*position: relative;*/
  text-align: center;
  /*top: 0;*/
  /*width: 100%;*/
  position:relative;
  height:100%;
  padding: 50px 0px;
}

@media screen and (min-width: 780px) {

    /*.wrapper > main {*/
    /*  bottom: 0;*/
    /*  left: 35%;*/
    /*  min-height: 100%;*/
    /*  padding: 2%;*/
    /*  position: absolute;*/
    /*  top: 0;*/
    /*  width: 65%;*/
    /*}*/

}
@media screen and (min-width: 800px) {
    .wrapper > main {
        left: 0%;
        width: 100%;
    }
}
@media screen and (min-width: 1200px) {
    .wrapper > main {
      left: 0%;
      width: 100%;
    }
}





.wrapper > aside {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.6);
  display: block;
  overflow: auto;
  position: relative;
}
@media screen and (min-width: 780px) {

    .wrapper > aside {
        background: none repeat scroll 0 0 rgba(0, 0, 0, 0.6);
        bottom: 0;
        left: 0;
        position: absolute;
        top: 0;
        width: 35%;
    }

}
@media screen and (min-width: 800px) {
    .wrapper > aside {
        width: 30%;
    }
}
@media screen and (min-width: 1200px) {
    .wrapper > aside {
      width: 20%;
    }
}



.wrapper > aside > nav {
    display: table;
    margin: 0;
    max-width: 100%;
}

.ui-nav-icons, .ui-nav-links, .ui-nav-pages {
    display: block;
    margin: auto;
    width: 100%;
}



/*  Main Sections */

@media screen and (min-width: 800px) {
    .wrapper aside > h1 {
      text-align: left;
    }
}

.wrapper aside > h1 > div {
  display: inline-block;
  padding: 0 5%;
  position: relative;
  width: 100%;
}

.np-logo-swoosh {
  float: left;
  max-width: 20%;
}
.np-logo-text {
  float: right;
  margin: 10px 3% 0 4%;
  width: 73%;
}
@media (min-width: 400px) {
    .np-logo-text {
        margin-top: 15px;
    }
}
@media (min-width: 500px) {
    .np-logo-text {
        margin-top: 20px;
    }
}
@media (min-width: 780px) {
    .np-logo-text {
        margin-top: 10px;
    }
}
.wrapper aside > h1 span {
  color: #101010;
  display: inline-block;
  float: right;
  font: small-caps 400 0.6em/1.3em "Open Sans",serif;
  height: 1.5em;
  letter-spacing: 0.5px;
  margin: 0;
  min-width: 75%;
  padding-left: 0;
  position: relative;
  text-align: left;
  text-shadow: -1px -1px 0px #666666;
}
@media screen and (min-width: 400px) {
    .wrapper aside > h1 span {
        font-size: 0.9em;
    }
}
@media screen and (min-width: 500px) {
    .wrapper aside > h1 span {
        font-size: 1em;
    }
}
@media screen and (min-width: 600px) {
    .wrapper aside > h1 span {
        font-size: 1.1em;
    }
}
@media screen and (min-width: 700px) {
    .wrapper aside > h1 span {
        font-size: 1.5em;
    }
}
@media screen and (min-width: 780px) {
    .wrapper aside > h1 span {
        font-size: 0.6em;
    }
}
@media screen and (min-width: 900px) {
    .wrapper aside > h1 span {
        font-size: 0.7em;
    }
}


.ui-nav-icons {
  border-bottom: 1px ridge rgba(200, 200, 200, 0.3);
  border-top: 1px ridge rgba(200, 200, 200, 0.3);
}

.ui-nav-links {
    bottom: 0;
    height: 60%;
    top: 80px;
    border-top: 1px ridge rgba(200, 200, 200, 0.3);
}


/* icons */
.ui-nav-icons h3 {
  padding: 0;
  margin: 0;
}

.ui-nav-icons > h3 > a {
  border-right: 2px groove rgba(0, 0, 0, 0.25);
  box-sizing: border-box;
  color: #aaa;
  display: inline-block;
  float: left;
  font-size: 16px;
  height: 60px;
  line-height: 60px;
  margin: 0;
  padding: 0;
  position: relative;
  text-align: center;
  text-shadow: 1px 1px 0 #222;
  width: 20%;
}

.ui-nav-icons > h3 > a:hover {
    color: #fff;
    font-size: 21px;
}

#nav_button-insurance {
    display: none;
}

/* ui links */
.ui-nav-links > * {
    border-bottom: 1px ridge rgba(200, 200, 200, 0.3);
    display: block;
    margin: 0;
    padding: 0;
    position: relative;
}

.ui-nav-links > *:hover a {
    color: #fff;
    background-color: rgba(200, 200, 200, 0.2);
}

.ui-nav-links > * > a {
    display: block;
    font-size: 14px;
    letter-spacing: 1px;
    color: #ddd;
    font-family: "PT Sans",sans-serif;
    font-weight: 300;
    padding: 1.5em;
    text-transform: uppercase;
    text-decoration: none;
}

.ui-nav-links > h4 > a {
  color: #8a8a8a;
  font-size: 11px;
  font-style: italic;
  margin-left: 16px;
}

.active {
    background-color: rgba(150, 150, 150, 0.2);
    border-left: 10px solid green;
}

.active > a {
  margin-left: -10px;
}


/* site pages */
.ui-nav-pages h2 {
    background-color: rgba(0, 0, 0, 0.25);
    margin: 0;
    max-width: 100%;
    padding: 0;
    text-align: center;
}

.ui-nav-pages h2 a {
    display: inline-block;
    max-width: 82%;
    padding: 10px 0 5px;
}
/* hide the first li, the logo */
.ui-nav-pages > ul > li:nth-of-type(1) {
    display: none;
}

/* hide the top border on the first visible item */
.ui-nav-pages > ul > li:nth-of-type(2) > a {
    border-top: medium none;
}

.ui-nav-pages > ul {
    list-style: outside none none;
    margin: 1em 0;
    padding: 0;
}

.ui-nav-pages > ul > li > a {
    border-top: 1px solid #444;
    color: #fff;
    display: block;
    padding: 0.6em 2em;
    text-transform: capitalize;
    text-decoration: none;
}

.ui-nav-pages > ul > li:hover > a::after {
    background: url("../img/icons/external2.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    content: " ";
    display: inline-block;
    height: 15px;
    margin-left: 8px;
    vertical-align: bottom;
    width: 9px;
    background-size: contain;
}

.ui-nav-pages > ul > li:last-of-type {
    display: none;
}

/* default page area in main section */
.portal-page {
    background-color: rgba(255, 255, 255, 0.7);
    box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.5);
    border-radius: 4px;
    display: inline-block;
    left: 6%;
    margin: 6% 6% 4%;
    max-width: 88%;
    padding: 1em 2em 2em;
    text-align: left;
    overflow: auto;
    /*margin:50px 0px 40px 0px;*/
}
@media screen and (min-width: 780px) {
    .portal-page {
        bottom: 5%;
        left: 10%;
        margin: auto;
        max-width: 80%;
        min-height: 150px;
        position: absolute;
        right: 10%;
        top: 5%;
        height: 90%;
    }
}

.portal-page > h2 {
  margin-bottom: 25px;
}


/*  end of default portal style  */
/*  ===========================  */

/*  shared contact form css  */
.np-form .row > div {
  width: 99%;
}
@media screen and (min-width: 1000px) {
    .np-form .row > div {
        /*width: 50%;  */
    }
}

textarea.form-control {
    height: 200px;
}

#form_message {
    display: none;
}

.form-submit .btn {
  margin: 1em 0;
}

.form-submit {
  text-align: left;
  padding-bottom: 10px;
}

.part-info .portal-page {
  height: 72%;
  max-width: 400px;
  max-height: 500px;
}

.part-info .portal-page .footer-widget {
  padding: 30px 0;
}

.part-info .portal-page .footer-widget span {
  color: #656565;
}

.portal-clients.page-home .portal-page {
    max-height: 600px;
     /*max-width: 400px;*/
     max-width:600px;
     
    min-height: 350px;
    width: 85%;
   
}

.portal-clients.page-home .portal-page > h2 {
  text-align: center;
}

.portal-clients.page-home .portal-page > div {
  margin-bottom: 20px;
  text-align: center;
}

.portal-clients.page-home .portal-page > div > img {
  max-width: 100%;
}


.page-message .portal-page {
    max-width: 500px;
    height: 70%;
}

.part-message label {
  display: none;
}


.site-nppr.page-home .portal-page h2 {
  text-align: center;
}

.site-nppr.page-home .np-form {
  margin-top: 30px;
}

.site-nppr.page-home .form-submit span {
  margin-left:  1em;
}



.site-nppr.page-register .portal-page{
  max-width: 600px;
}

.site-nppr.page-register ul li {
  font-size: 12px;
}
 @media (max-width: 798px) {
.wrapper > main {
    padding: 0px;
}
 }