body {
    color: #373737;
    font: 300 16px/1.625 "Helvetica Neue",Helvetica,Arial,sans-serif;
    background-color: #3a599a;
}
.navbar, .footer {
	border: none;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight:bold;
}
p {
    margin: 0 0 20px;
}
.page-header {
    margin: 0;    
	padding-bottom: 20px;
	padding-left: 15%;
}
.front .main-container {
     padding: 0 !important; 
}
.not-front .main-container {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
h1 {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	    border: medium none;
    color: #b5121b;
    font-size: 1.8em;
    letter-spacing: -0.9px;
    line-height: 1.2em;
	padding-top: 40px;
}
.container {
max-width: 1225px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0px;
    padding-right: 0px;
}
.page-header {
    border-bottom:none;
}
.main-container section, .main-containercontainer-fluid section {
	background:#3a599a;
	padding-top:0px;
	/* min-height: 35vh; */
}
.main-container {
	background:#3a599a;
	margin-top: 0px;
	position: relative;
    top: 0px;
	  margin-bottom: 0px ;
    padding-bottom: 0;
}
.content {
    margin-left: auto;
    margin-right: auto;
    min-height: 250px;
    padding-bottom: 0;
    width: 100%;
}
.row {
     padding-left: 15px;
    padding-right: 15px;
}
/* banner */
#nami-banner {
    max-width: 1225px;
    margin-left: auto;
    margin-right: auto;
}
#nami-banner img{
    width: 100%;
    height: auto;
    padding-left: 30px;
    padding-right: 30px;
}
/* end banner */

.navbar-collapse {
    padding-left: 0;
    padding-right: 0px;
}

.navbar.container {
    max-width: 1225px;
}
.navbar {
    padding-left: 0px;
}

.navbar-header img {
	width:100%;
	height:120px;
}
.navbar-header .img-thumbnail {
   padding:0;
   border:none;
}
#navbar .container {
    padding-left: 0;
    padding-right: 0px;
}
.navbar.container {
    margin-top: 0px;
    margin-bottom: 0px;
}
a:link, a:visited {
    color: #0f518a;
    outline: 0 none;
    text-decoration: none;
}
.navbar .nav > li > a {
    padding-bottom: 8px;
    padding-top: 10px;
}
/* navigation */
.nav {
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
    height: 54px;
    margin-top: 0;
    position: relative;
    width: 100%;
    z-index: 99;
}
.navbar-default {
    background-color: transparent;
}
#block-mainmenu-5 {
	display: none;
}
ul.nav {
    background-color: #000;
    margin: 0 auto;
    opacity: 1;
    padding: 30px 0 0 650px;
    width: 100%;
}
    
ul.nav li {
   
    float: left;
    /* height: 100%; */
    margin: 2px 0 0;
}
.nav li {
   line-height: 1.4em;
    list-style-type: none;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 0;
    position: relative;
    z-index: 5;
     font-family: "Carrois Gothic",arial,sans-serif;
    line-height: 100%;
    opacity: 0.9;
    text-transform: uppercase;
    font-size: 24px;
}
 .nav li:hover, .nav li:hover a{
	/* background: rgba(0, 0, 0, 0) linear-gradient(#f9f9f9, #e5e5e5) !important; */
	color:#acc762 !important;
	background-color: transparent;

} 
/* Underline From Center */
.hvr-underline-from-center {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  /* box-shadow: 0 0 1px rgba(181, 26, 49, 1); */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
}
.hvr-underline-from-center:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 51%;
  right: 50%;
  bottom: 0;
  background: #acc762;
  height: 2px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-underline-from-center:hover:before, .hvr-underline-from-center:focus:before, .hvr-underline-from-center:active:before {
  left: 0;
  right: 0;
}
.nav > li > a  {
    color: #fff;
    /* display: inline-block;
    font-size: 1.25em;
    vertical-align: middle;
    letter-spacing: 0.35px; */
    text-align: center;    
    width: auto;
}
.nav > li > a:focus {
	background-color: #000;
}
/* end navigation */
/* footer */
.footer {
	padding: 0;
	margin-top: 0;
	background: #3a599a;
	 margin-bottom: 0;
	 opacity: 0.99;
}
#block-credits {
     color: #fff;
    margin: 0 auto;
    max-width: 1000px;
    overflow: auto;
        padding: 35px 1% 1%;
    position: relative;
    text-align: center;
    /* top: -40px; */
}
.contact strong{
    font-size: 24px;
}
}
/* end footer */
/* form */
.path-yamlform form {
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
}
.form-inline .form-control {
    width: 100%;
}

.form-type-email, .form-type-tel {
	width: 33%;
	float: left;
	margin: 0;
	padding: 10px;
	margin-bottom: 20px;
}
#edit-actions {
	text-align: center;
	margin-top: 100px;
}
.form-item-_year-amount input, .form-item-_year-1year-amount input, .form-item-_time-amount input {
	width: 60px;
	display: inline-block;
	height: 20px;
}
.form-item-_year-amount, .form-item-_time-amount {
	width: 80px;
	height: 20px;
}
.form-item-_year-1year-amount {
	width: 400px;
}
.form-item-_year-amount {
	position: relative;
	left: 220px;
    margin-top: -100px;
}
.form-item-_year-1year-amount {
	position: relative;
	 left: 300px;
    margin-top: -35px;
}
.form-item-_time-amount {
	position: relative;
	left: 220px;
    margin-top: -10px;
}
/* end form */


/************* PARALLAX *************************/
.main-container section.col-sm-12 {
	padding-left: 0;
	padding-right: 0;
}
.main-container {
  padding: 0px;
}
.page-header {
  padding-bottom: 0px;
}

// normal sections

.block-block-content1a31ff52-7962-454d-8df9-e5a203d1e4ca {
  text-align: center;
  padding: 10em;
  font-size: 20px;
  background-color: #204d74;
  color: #fff;
}

// parallax sections

.parallax {
  text-align: center;
  // so we can absolute position the background
  position: relative;
  overflow: hidden;
  height: 600px;
}

.parallax__bg {
  position: absolute;
  width: 100%;
  height: 140%;
}
.buffer {
	height: 50px;
}
#about {
  /* background: url('../images/1-darker.jpg');
  padding-top: 50px; */
  /* background: black url('../images/img1.jpg') center center no-repeat;;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
height: 90vh; */

}

#about div.white {
	background: rgba(223, 237, 250, 0.5);
   -webkit-text-stroke: 0.2px #000;
     -webkit-text-fill-color: #000;
   /*  -webkit-text-stroke: 1px black; 
   text-shadow: 4px 4px 2px rgba(0, 0, 0, 1); */
   
    background: rgba(223, 237, 250, 0.8) none repeat scroll 0 0;
    color: #000;
    font-size: 18px;
    font-weight: bold;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    font-family: "PT Sans", sans-serif;
    width: 60%;
    margin-top: 40px;

}
#about div.black {
 -webkit-text-fill-color: #fff;
	background: rgba(59, 61, 58, 0.9) none repeat scroll 0 0;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    margin-left: auto;
    margin-right: auto;    
    font-family: "PT Sans", sans-serif;
    padding: 10px;
    width: 75%;
  
}
p {
    margin: 0 20px 5px;
}
/****** testimonials ******/
h1, h2, h3, h4, h5, .banner-text div, .banner-text-home div {
    font-family: "Carrois Gothic", arial, sans-serif;
    text-transform: uppercase;
    line-height: 100%;
    opacity: 0.9;
    -moz-opacity: 0.9;
    -webkit-opacity: 0.9;
}
#about div.testimonials {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
ul.serv {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
    float: left;
}
ul.serv li {
    background: #2B2B29;
    /* display: block; */
    /* width: 31%; */
    width: 22.5%;
    display: inline-block;
    float: none;
    margin: 1%;
    position: relative;
}
ul.serv li.videos {
     height: 250px;
    margin-bottom: 0;
    width: 45%;
}

ul.serv li .image {
    padding: 10px 0;
}
ul.serv li .image img {
    max-width: 128px;
    width: 100%;
}
ul.serv li .image, ul.serv li .copy {
    float: left;
    width: 100%;
    display: block;
}
ul.serv li .copy h2 {
     font-size: 20px;
    padding: 10px 8px 0;
            color: #ACC762;
            margin-top: 0;
}
ul.serv li .copy h3 {
    color: #cbcbb1;
    font-size: 16px;
    padding: 10px 7px 0 10px;
    margin-top: 0;
}
ul.serv li .copy p {
    color: #fff;
    padding: 8px 17px;
     font-size: 14px;
}
.rollover {
	height: 250px;
	overflow: hidden;
}
ul.serv li .rollover .copy p{
	   background-color: #232323;
    background-color: transparent;
    color: #cacaca;
    height: 250px;
    vertical-align: middle;
    display: table-cell;
    margin: 0;
    overflow: hidden;
    padding: 20px 15px;
    position: relative;
    /* 
    height: 100%;
    right: 20px; 
    left: 0;
    transition: all .7s ease-in-out;
    top: 100%;
    */
    
    top: 40px;
    -webkit-transition: all .7s ease-in-out;
    -moz-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
    width: 100%;
    z-index: 1;
    zoom: 1;
}
ul.serv li .rollover:hover .copy p{	   
	   background-color: rgba(0, 0, 0, 0.8);
    top: -230px;
}
.videos .thumbnail {
    background-color: transparent;
    border: medium none;
    margin-bottom: 0;
}
.videos .thumbnail img {
    height: 70px;
    padding: 0;
    width: auto;
}
#iframe {
	border-right: .5px solid #ccc;
}
.videos iframe {
	height: 250px;
    width: 85%;
}
/**** end testimonials  ***/
/**** participants *****/
#block-normalsection2 {
	height: auto;
	 /* min-height: 800px; 
	 margin-bottom: 60px;*/
	background-color: #3a599a;
	color: #fff;
	
}
#accordion {
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 50px;
}
#accordion h4.panel-title {
	font-family: inherite;
}
#accordion h4.panel-title a:link, #accordion h4.panel-title a:visited, #accordion h4.panel-title a, .winners strong{
     -webkit-text-fill-color: #acc762;
    -webkit-text-stroke: 0.2px #acc762;
    color: #acc762;
    font-size: 18px;
    font-style: italic;
    font-weight: bold;
    letter-spacing: 1px;
    outline: 0 none;
    text-decoration: none;
    text-shadow: 2px 3px 5px rgba(0, 0, 0, 0.7);
}
.winners strong{
	font-size: 1em;
    padding-right: 5px;
    text-decoration: underline;
     text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
}
#accordion .panel{
	background-color: transparent;
	box-shadow: none;
	border: medium none;
}
#accordion .panel-heading {
    background-color: transparent;
    border: medium none;
    color: #333;
}
/***** awards ****/
#awards, #donate {
  margin-left: auto;
    margin-right: auto;
    margin-top: 150px;
    width: 70%;
     -webkit-text-fill-color: #000;
    -webkit-text-stroke: 0.2px #000;
    background: rgba(223, 237, 250, 0.8) none repeat scroll 0 0;
    color: #000;
    font-family: "PT Sans",sans-serif;
    font-weight: bold;
    padding: 15px;
}
#donate {
	min-height: 500px;
	margin-top: 150px;
}
#awards h2, #donate h2{
 font-family: "Carrois Gothic",arial,sans-serif;
 
    /*  -webkit-text-fill-color: #acc762;
    -webkit-text-stroke: 2px #acc762; */
    line-height: 100%;
    opacity: 0.9;
    text-transform: uppercase;
    font-style: italic;
     letter-spacing: 1.5px;
    color: #acc762;
    font-size: 32px;
    margin-top: 0;
    padding: 20px;
    
    text-shadow: 2px 3px 5px rgba(0, 0, 0, 0.7);
   /* text-shadow: 2px 3px 5px rgba(0, 0, 0, 0.7); */
}
#apply {
	color: #fff;
    margin-left: auto;
    margin-right: auto;
   /*  padding-bottom: 250px;
    padding-top: 150px; */
    padding-top: 50px;
    padding-bottom: 50px;
    width: 70%;
}
#apply h2 {

 font-family: "Carrois Gothic",arial,sans-serif;
   /*  -webkit-text-fill-color: #acc762;
    -webkit-text-stroke: 0.2px #acc762;
    color: #acc762; */
    
    text-shadow: 2px 3px 5px rgba(0, 0, 0, 0.7);
    font-style: italic;
    font-weight: bold;
    font-size: 32px;
    margin-top: 0;
    padding: 20px;
    opacity: 0.9;
    text-transform: uppercase;
     letter-spacing: 1.5px;
}
#apply a:link, #apply a:visited, #apply a{
    color: #acc762;
    font-weight: bold;
    letter-spacing: 1px;
    outline: 0 none;
    text-decoration: none;
}

#donate a:link, #donate a:visited, #donate a{
-webkit-text-fill-color: #3a599a;
    -webkit-text-stroke: 0.8px #3a599a;
    }
#awards ul {
	padding-left: 80px;
}
#awards ul li {
	padding: 5px 0;
}
#about {
	background-color: #fff;
}
.new-about {
margin-left: auto;
    margin-right: auto;
    padding-top: 50px;
    width: 70%;
    color: #fff;
}
.front-banner {

}
.parallax {
	overflow: hidden;
}
.parallax::before {
    position: fixed;
    content: '';
}
.parallax--parallax00 .parallax__bg {
  /* background: url('../images/img1.jpg'); */
  background: black url('../images/img2.jpg') center center no-repeat;
 -webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover; 
max-height: 600px; 
}
.parallax--parallax00 .parallax__bg {
   height: 140%;
    position: fixed;
    top: 100px;
    width: 100%;
}
.parallax--parallax00 .parallax__content {
  // center content vertically
  position: relative;
      height: 28vh;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
 }
 .parallax--parallax00 {
 z-index: 1;
 }
  .parallax--parallax01 {
 
 }
  .parallax--parallax02 {
    margin-bottom: -210px;
 }
 #block-normalsection0 {
  opacity: 0.99;
    z-index: 10;
 
 }
  #block-normalsection2 {
 opacity: 0.99;
    z-index: 10;
 }
  #block-normalsection1 {
 opacity: 0.99;
    z-index: 10;
 }
.parallax--parallax01 .parallax__bg {
  /* background: url('../images/1-darker.jpg'); */
  background: black url('../images/1-darker.jpg') center center no-repeat;
 -webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover; 
max-height: 700px; 
}
.parallax--parallax01 img, .parallax--parallax02 img {
	position: absolute;
    width: 100%;
    z-index: -9;
}
 .parallax--parallax02 img {
	 max-height: 700px;
    top: -100px;
}
.parallax--parallax02 .parallax__bg  {
  /* background: url('../images/2-darker.jpg'); */
  background: black url('../images/2-darker.jpg') center center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
max-height: 840px; 
}

.parallax__content {
  /* center content vertically 
  top: 20%;
  
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  */
   position: relative;
  top: 20%;
   -webkit-transform: translateY(-20%);
  -ms-transform: translateY(-20%);
  transform: translateY(-20%);
  color: #fff;
  
}
.parallax--parallax02 .parallax__content {
	margin-bottom: 20px;
}
/* h2 {
    margin: 0px;
    font-size: 30px;
  }
  p {
    font-size: 20px;
  } */
  .logo {
  border: medium none;
    padding-left: 300px;
    padding-top: 5px;
    position: fixed;
    z-index: 9999;
}
  .logo img {
 background: #fff none repeat scroll 0 0;
    float: left;
    margin-top: -5px;
    padding: 10px;
    width: 300px;
    z-index: 9999;
}
.menu {
  height: 100px;
    position: fixed;
    z-index: 999;
}
body {
    margin-top: 0;
}
/************* end parallax ***********/
/************ WEBFORMS ****************/
.page-node-type-webform .region-header {
	/* display: none; */
}
#formInfo .info-content{
	width: 80%;
	margin: 20px auto;
}
#formInfo h2{
	font-family: inherit;
	 font-size: 24px;
}
#formInfo ul{
	padding-left: 100px;

}
.webform .nav {
    z-index: 99;
}
.page-node-type-webform #block-credits {
	top: 10px;
}
article.webform {
	padding-top: 50px;
}
.page-node-type-webform .panel-title {
	background-color: #000;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
}
.page-node-type-webform .content {
    width: 70%;
}
label {
    margin-bottom: 0;
}
.page-node-type-webform .form-type-email,.page-node-type-webform .form-type-tel {   
    width: 50%;
    padding: 0 10px;
}
.form-type-textarea {
	 margin-left: auto;
    margin-right: auto;
    width: 60%;
    margin-bottom: 40px;
}
.form-type-textarea > label, .form-type-webform-document-file > label{
	position: relative;
	left: -50px;
}
.form-type-webform-document-file {
	margin-left: auto;
    margin-right: auto;
    width: 60%;
}
.form-control.form-file{
	height: auto;
}
.form-type-webform-document-file .description a{
	font-size: 12px;
}
#edit-department-statement h5 {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	padding: 20px 0;
	 font-size: 1em;
    line-height: 150%;
    clear: both;
}
.captcha {
	width: 30%;
	margin: 0 auto;
	text-align: center;
}
#formTab {
	background-color: #fff;
	padding-bottom: 30px;
}
#formTab #edit-actions {
    margin-top: 40px;
}
.confirm-message {
	margin-top: 40px;
	padding: 30px 15px;
	text-align: center;
	width: 100%;
	background: #fff;
}

/*********end webforms **************/


.view-application-view.view-display-id-page_2, .view-id-donation_view.view-display-id-page_3, .view-id-application_view.view-display-id-page_4 {
	width: 70%;
    margin-left: auto;
    margin-right: auto;
        padding-top: 100px;
}
.view-application-view.view-display-id-page_2 h2, .view-id-application_view.view-display-id-page_4 h2, .view-id-donation_view.view-display-id-page_3 h2 {
    color: #acc762;
    font-size: 18px;
    margin-top: 0;
    padding: 2px 0;
    font-family: "Carrois Gothic",arial,sans-serif;
    line-height: 100%;
    opacity: 1;
    text-transform: uppercase;
}
.view-application-view.view-display-id-page_2 h3, .view-id-application_view.view-display-id-page_4 h3, .view-id-donation_view.view-display-id-page_3 h3{
    color: #888;
    font-size: 16px;
    margin-top: 0;
    padding: 2px 0;
}
.view-application-view.view-display-id-page_2 caption, .view-id-application_view.view-display-id-page_4 caption, .view-id-donation_view.view-display-id-page_3 caption {
    background: #000 none repeat scroll 0 0;
    color: #ddd;
    font-size: 20px;
    padding-bottom: 8px;
    padding-top: 8px;
    text-align: center;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}
.view-application-view.view-display-id-page_2 th, .view-id-application_view.view-display-id-page_4 th, .view-id-donation_view.view-display-id-page_3 th {
    background: #000 none repeat scroll 0 0;
    color: #ddd;
    font-size: 16px;
    padding-bottom: 8px;
    padding-top: 8px;
    text-align: center;
}
.view-application-view.view-display-id-page_2 th a, .view-id-application_view.view-display-id-page_4 a, .view-id-donation_view.view-display-id-page_3 th a{
	color: #ddd;
}
.view-application-view.view-display-id-page_2 table, .view-id-application_view.view-display-id-page_4 table, .view-id-donation_view.view-display-id-page_3 table {
    background-color: #fff;
}
.view-application-view.view-display-id-page_2 table td, .view-id-application_view.view-display-id-page_4 td, .view-id-donation_view.view-display-id-page_3 table td{
	vertical-align: middle;
}
.view-application-view.view-display-id-page_2 th.views-field-webform-submission-value, .view-id-application_view.view-display-id-page_4 th.views-field-webform-submission-value{
   
    text-align: left;
}
.view-id-donation_view.view-display-id-page_3 th.views-field-webform-submission-value-8 {   
    text-align: center;
}
.view-application-view.view-display-id-page_2 h2, .view-application-view.view-display-id-page_2 h3, 
.view-application-view.view-display-id-page_4 h2, .view-application-view.view-display-id-page_4 h3,
.view-id-donation_view.view-display-id-page_3 h2, .view-id-donation_view.view-display-id-page_3 h3 {
    margin-bottom: 0;
}
.view-application-view.view-display-id-page_2 h2 br, .view-application-view.view-display-id-page_2 h3 br, 
.view-application-view.view-display-id-page_4 h2 br, .view-application-view.view-display-id-page_4 h3 br, 
.view-id-donation_view.view-display-id-page_3 h2 br, .view-id-donation_view.view-display-id-page_3 h3 br {
    display: none;
}

.views-field-created {
	width: 20%;
}
.views-field-webform-submission-value {
    padding-left: 30px !important;
	width: 80%;
}

.path-application-list #block-credits {
    top: 0;
}
.path-application-view .main-container section, .path-donation-view .main-container section, .path-graduate-application-view .main-container section{
	    width: 70%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 100px;
    float: none;
}
.path-application-view .region-header, .path-graduate-application-view .region-header, .path-donation-view .region-header {
	display: none;
}
.path-application-view .panel-title, .path-graduate-application-view .panel-title, .path-print-preview .panel-title, .path-graduate-print-preview .panel-title, 
.path-donation-view .panel-title, .path-donation-print-preview .panel-title{
    background: #000 none repeat scroll 0 0;
    color: #fff;
    text-align: center;
        text-transform: uppercase;
}
.path-application-view .views-field, .path-graduate-application-view .views-field, .path-print-preview .views-field, .path-graduate-print-preview .views-field, 
.path-donation-view .views-field, .path-donation-print-preview .views-field{
    padding-bottom: 20px;
}
.path-application-view .panel-body br, .path-graduate-application-view .panel-body br, .path-print-preview .panel-body br, .path-graduate-print-preview .panel-body br, 
.path-donation-view .panel-body br {
    display: none;
}
#edit-application-extra .panel-body br {
    display: inline;
}
.path-application-view .panel-body .panel-body, .path-graduate-application-view .panel-body .panel-body, .path-print-preview .panel-body .panel-body, .path-graduate-print-preview .panel-body .panel-body,
.path-donation-view .panel-body .panel-body, .path-donation-print-preview .panel-body .panel-body{
	font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
}
.path-donation-view .form-item-address br {
	display: inline;
}
.path-donation-view .panel-body .form-item-address .panel-body, .path-donation-print-preview .panel-body .form-item-address .panel-body {
	height: auto;
}
#edit-application-extra .panel-body .panel-body {
	font-size: inherit;
    height: auto;
    line-height: inherit;
    padding: 15px;
}
#edit-application-extra .form-type-textarea {
    width: 80%;
}
.control-label {
	font-weight: bold;
}
.path-application-view .form-type-email, .path-application-view .form-type-tel,
.path-print-preview .form-type-email, .path-print-preview .form-type-tel, .path-graduate-print-preview .form-type-email, .path-graduate-print-preview .form-type-tel {
    float: left;
    margin: -10px 0 20px;
    padding: 10px;
    width: 50%;
}

.views-field-webform-submission-value-2 .field-content {
	   left: 50px;
    position: relative;
    top: -250px;
}
.path-application-view .footer {
    margin-top: -200px;
}
.webform-element--title-inline > div {
    display: block;
}
.print-preview {
	width: 100%;
	text-align: right;

}
.print-preview img{
	height: 75px;
	width: auto;
	padding: 5px;
}
body.path-print-preview, body.path-graduate-print-preview, body.path-donation-print-preview {
	padding-top: 10px !important;
}
.path-print-preview .control-label, .path-graduate-print-preview .control-label {
	    
    width: 20%;
    width: 120px;
    background-color: #ccc;
    float: left;
    height: 36px;
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
}
.path-print-preview .form-item-state .control-label, .path-print-preview .form-item-ziptext .control-label, .path-print-preview .form-item-phone .control-label, 
.path-graduate-print-preview .form-item-state .control-label, .path-graduate-print-preview .form-item-ziptext .control-label, .path-graduate-print-preview .form-item-phone .control-label{
	width: 50px;
}
.path-print-preview .form-item-e-mail .control-label, .path-graduate-print-preview .form-item-e-mail .control-label {
	margin-left: 5px;
}
.path-print-preview #edit-educational-institution .control-label {

}
.path-print-preview #edit-educational-institution .form-item-stateschool .control-label, .path-graduate-print-preview #edit-educational-institution .form-item-stateschool .control-label {

}
.path-print-preview #edit-educational-institution .form-item-major .control-label, .path-graduate-print-preview #edit-educational-institution .form-item-major .control-label {

}
.path-print-preview #edit-educational-institution .form-item-expected-graduation-date .control-label, .path-graduate-print-preview #edit-educational-institution .form-item-expected-graduation-date .control-label {

}
.path-print-preview #edit-educational-institution .form-item-phoneofficer .control-label, .path-graduate-print-preview #edit-educational-institution .form-item-phoneofficer .control-label {

}
.path-print-preview #edit-educational-institution .form-item-stateofficer .control-label, .path-graduate-print-preview #edit-educational-institution .form-item-stateofficer .control-label {

}

.path-print-preview #edit-application-extra .control-label, .path-graduate-print-preview #edit-application-extra .control-label {
	width: 200px;
	float: none;
}

.path-print-preview #edit-application-extra .form-type-textarea, .path-graduate-print-preview #edit-application-extra .form-type-textarea {
    width: 100%;
}
.path-print-preview #edit-application-extra .form-type-textarea.form-item .panel.panel-default, .path-graduate-print-preview #edit-application-extra .form-type-textarea.form-item .panel.panel-default {
	width: 100%;
	float: none;
	
}
.path-print-preview .form-item-department-program-head-name .control-label, .path-graduate-print-preview .form-item-department-program-head-name .control-label {
	width: 250px;
}

.path-print-preview .form-item-applicant-s-signature .control-label, .path-graduate-print-preview .form-item-applicant-s-signature .control-label{
	width: 230px;
	float: none;
}
.path-print-preview .form-item-dateapplicant .control-label, .path-graduate-print-preview .form-item-dateapplicant .control-label {
	width: 100px;
	float: left;
}
.path-print-preview #edit-dateapplicant.panel-default, .path-graduate-print-preview #edit-dateapplicant.panel-default {
	width: 200px;
	float: left;
}
.path-print-preview .form-item-emaildepartment .control-label, .path-graduate-print-preview .form-item-emaildepartment .control-label {
    width: 50px;
}
.path-print-preview #edit-department-program-head-name.panel-default, .path-graduate-print-preview #edit-department-program-head-name.panel-default {
    width: 100%;
}
.path-print-preview #edit-emaildepartment.panel-default, .path-graduate-print-preview #edit-emaildepartment.panel-default {
    width:100%;
}
.path-print-preview #edit-department-statement .form-type-email, .path-graduate-print-preview #edit-department-statement .form-type-email {
    float: left;
    margin-top: -10px;
    padding: 10px;
    width: 50%;
}
.path-print-preview #edit-department-statement .grey, .path-graduate-print-preview #edit-department-statement .grey {
    width: 50%;
}
/* .path-print-preview .panel-heading, .path-print-preview .panel-body{
	border: none !important;
} */
.path-print-preview .form-item .panel.panel-default, .path-graduate-print-preview .form-item .panel.panel-default{
	width: 80%;
	float: left;
	
}
.form-item-phonetext {
top: 10px;
}
.form-type-email.form-item-emaildepartment {
    top: -10px;
}
path-application-view .form-type-email.form-item-emaildepartment {
    top: 0px;
}
.path-print-preview caption, .path-graduate-print-preview caption, .path-donation-print-preview caption{
    background-color: #000;
    border-top: 1px solid #fff;    
    border-right: 1px solid #fff;    
    border-left: 1px solid #fff;
    color: #fff;
    padding-bottom: 8px;
    padding-top: 8px;
    text-align: center;
    width: 100%;
    text-transform: uppercase;
}
.path-print-preview table tbody tr td, .path-graduate-print-preview table tbody tr td {	 
    height: 36px;
    padding: 2px 5px;
        vertical-align: middle;
}
.path-print-preview .grey, .path-graduate-print-preview .grey {	    
    width: 120px;
    background-color: #ccc;
        font-weight: bold;
}
.path-print-preview table, .path-graduate-print-preview table {
    background-color: #fff;
}
.path-print-preview table tbody tr td br, .path-graduate-print-preview table tbody tr td br {
    display: none;
}
body.path-print-preview, body.path-graduate-print-preview {
  -webkit-print-color-adjust:exact;
}
.path-print-preview .webform-signature-pad-image, .path-graduate-print-preview .webform-signature-pad-image {
     border: medium none;
    display: block;
    width: 200px;
        margin-left: 270px;
}
.path-print-preview, .path-graduate-print-preview, .path-donation-print-preview, 
.path-print-preview .panel-title, .path-graduate-print-preview .panel-title, .path-donation-print-preview .panel-title {
	    font-size: 14px;
}
.path-donation-print-preview .js-webform-radios-fieldset input {
    margin-top: 4px;
}
.fieldset-legend {
	font-size: 16px;
}
.path-donation-print-preview .panel.panel-default {
    margin: 0 auto;
    width: 100%;
}
.path-donation-print-preview .panel-body .panel-body {
    font-size: 14px;
    height: 20px;
    line-height: 1.42857;
    padding: 0 10px;
}
.path-donation-print-preview .form-group, .path-donation-print-preview legend  {
    margin-bottom: 5px;
}
.path-donation-print-preview #edit-field-of-study--wrapper, .path-donation-print-preview #edit-named-memorial-scholarship--wrapper {
	    height: 180px;
}
.page-node-type-webform .main-container .tabs--primary {
	display: none;
}
.path-print-preview .views-field, .path-graduate-print-preview .views-field {
	    padding-bottom: 0px;
}
.path-print-preview #edit-applicant-s-signature, .path-graduate-print-preview #edit-applicant-s-signature {
    height: 100px;
}
.path-print-preview .views-field-webform-submission-value-2 .field-content, .path-graduate-print-preview .views-field-webform-submission-value-2 .field-content {
    left: 50px;
    position: relative;
    top: -150px;
}
.path-print-preview #edit-department-statement h5, .path-graduate-print-preview #edit-department-statement h5 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px;
    font-size: 1em;
    line-height: 150%;
    margin-top: -5px;
}
/***** tabbed webform *****/
article.webform .nav li {
     font-family: inherit;
    font-size: 20px;
    font-weight: bold;
    line-height: 100%;
    list-style-type: none;
    opacity: 0.9;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    position: inherit;
    text-transform: uppercase;
    z-index: 0;
}
article.webform ul.nav {
    background-color: #000;
    margin: 0 auto;
    opacity: 1;
    padding: 0;
    width: 100%;
}
#formInfo {
	background-color: #fff;
	padding: 50px 20px 20px;
}
/****** user  *****/
.path-user .main-container {
	width: 80%;
	padding-top: 200px;
}
.path-user .main-container ul{
	padding: 0;
	height: 34px;
}
.path-user .main-container li{
margin: 0;
font-size: 14px;
    height: 34px;
    line-height: 34px;
}
.path-user .main-container .nav > li > a {
    display: block;
    padding: 5px 10px;
    position: relative;
}
.path-user .main-container form {
margin-left: auto;
    margin-right: auto;
    width: 200px;
}
.path-user #block-credits {
    top: 0;
}
#user-login-form #edit-actions {
    margin-top: 40px;
   margin-bottom: 40px;
}
.path-user .main-container .region-header {
	display: none;
}
#block-userblock {
	margin-top: 30px;
	margin-bottom: 30px;
}
/******* donation webform **************/
#webform-submission-donation-form-form, .webform-submission-donation-form-form {
	background-color: #fff;
	padding-bottom: 30px;
}
#edit-5-year-pledge-form > .panel-body {
	 padding: 40px 50px 10px;
	 margin-bottom: -100px;
}
#webform-submission-donation-form-form .form-type-email, #webform-submission-donation-form-form .form-type-tel, .webform-submission-donation-form-form .form-type-email, .webform-submission-donation-form-form .form-type-tel {
    padding: 0 10px;
     width: 32%;
}
#webform-submission-donation-form-form h5, .webform-submission-donation-form-form h5 {
	clear: both;
    display: block;
    font-family: inherit;
    font-size: 20px;
    font-weight: bold;
    padding: 20px;
}
.form-title {
	 background-color: #000;
    color: #fff;
    font-size: 20px;
    margin-bottom: 30px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}
.js-webform-radios-fieldset input {
	 margin-top: 7px;
}
.webform-submission-donation-form-form .panel-heading {
    margin-top: 40px;
}
.form-item-each5year .input-group span {
    float: left;
    background: transparent;
    border: none;
}
.form-item--year input, .form-item-each5year input, .form-item-onetime input, .form-item-each5year .input-group input.form-control {
	width: 95px;	
	 display: inline;
	     height: 30px;
}
.form-item--year, .form-item-each5year, .form-item-onetime {
	position: relative;	
}
.form-item--year {
	 left: 270px;
    top: -70px;
}
.form-item-each5year{
	left: 380px;
    top: -115px;
}
.form-item-onetime {
	 left: 240px;
    top: -125px;
}
.form-required::after {
    position: relative;
    top: -7px;
}
#edit-field-of-study--wrapper {

}
#edit-named-memorial-scholarship--wrapper {

}
#edit-amount-of-donation--wrapper {
	padding: 0 50px;
}
#edit-field-of-study--wrapper, #edit-named-memorial-scholarship--wrapper {
	width: 50%;
	float: left;
	margin: 0;
	padding: 0 50px;
	    height: 250px;
}
#webform-submission-donation-form-form #edit-actions, .webform-submission-donation-form-form #edit-actions {
    margin-top: 40px;
}

/*** end donation form ***/

.new-about p {
    margin: 0 20px 20px;
}
#donate h2 {
    margin-top: 30px;
}
.main-container {
    overflow: hidden;
 }
.path-user .main-container {
	min-height: 70vh;
}
.webform-signature-pad2 input {
    height: 300px;
    width: 500px;
} 
#formTab .form-item-applicant-s-signature {
	width: 360px;
}
.path-application-view .webform-signature-pad-image {
    border: medium none;
   }
#edit-applicant-s-signature {
	height: 200px;
}


blockquote {
	 border-color: #ccc;
    margin-bottom: 30px;
    margin-left: 50px;
    margin-top: 10px;
    padding-bottom: 0;
    padding-top: 0;
}

blockquote footer{
	text-align: right;
	padding-right: 50px;
}

.region.region-content .nav-tabs.nav-justified {
    height: auto;
}




 @media only screen and (max-width : 1600px) {
  	/* banner */

.logo {
    padding-left: 50px;
   }
ul.nav {
    padding: 30px 0 0 450px;
}



#nami-banner img{
    padding-left: 0px;
    padding-right: 0px;
}
.content {
    margin-left: auto;
    margin-right: auto;
    min-height: 250px;
    padding-bottom: 50px;
    width: 90%;
}
 }
 
  @media only screen and (max-width : 1400px) {
  	/* banner */

.logo {
    padding-left: 0px;
   }
ul.nav {
    padding: 30px 0 0 300px;
}
.new-about, #apply, #accordion {
    width: 85%;
}
#awards, #donate {
    width: 85%;
}
.page-node-type-webform .content {
    width: 95%;
}
.path-application-view .main-container section, .path-donation-view .main-container section {
    width: 95%;
}
}
 
 @media only screen and (max-width : 1200px) {
  	/* banner */

.logo {
    padding-left: 0px;
   }
ul.nav {
    padding: 30px 0 0 320px;
}
.nav li {
    font-size: 20px;
    padding-left: 5px;
    padding-right: 5px;
    }
.new-about, #apply, #accordion {
    width: 95%;
}
#awards, #donate {
    width: 95%;
}
 .parallax--parallax00 .parallax__bg {
    max-height: 400px;
}   
 #block-normalsection0 {
    margin-top: -140px;
}   
}
 
  @media only screen and (max-width : 992px) {
  .logo img {
    width: 200px;
   }
  ul.nav {
    padding: 20px 0 0 210px;
}
.menu {
    height: 72px;
    }
 .nav li {
    font-size: 16px;
    padding-left: 5px;
    padding-right: 0;
    }
.navbar-header img {
    height: 75px;
}
  
  
  
 

  }
  
  @media only screen and (max-width : 768px) {
  
  #navbar .navbar-header {
  
 }
  .logo img {
    width: auto;
    height: 80px;
}
  .logo button{
  height: 40px;
}
#block-logosm {

}
.logo {
 left: 2px;
width: 100%;
background: #000 none repeat scroll 0 0;
}


#navbar .nav li {
    padding-left: 10px;
    padding-right: 20px;
}
#navbar ul.nav  li a {
    color: #fff;
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    height: auto;
    letter-spacing: 0.35px;
    max-width: none;
    padding-left: 2%;
    padding-right: 2%;
    padding-top: 0;    text-align: center;
    width: 100%;
}
#navbar ul.nav  li {
    border-left: medium none;
    line-height: 1.8em;
    float: left;
    height: 30px;
    width: 100%;
}
.navbar .nav > li > a {
    padding-bottom: 0px;
    padding-top: 0px;
}
#navbar ul.nav {
    padding: 10px 0 10px 20px;
    right: 0;
}
.menu {
    height: auto;
    top: 80px;
    }
 #block-parallaxmenu {
	display: none;
}
.navbar-collapse-sm #block-parallaxmenu {
	display: block;
}

.parallax--parallax01 .parallax__bg {
    max-height: 770px;
}
.parallax--parallax02 .parallax__bg {
    max-height: 1200px;
}
#donate h2 {
    margin-top: 80px;
}
article.webform .nav li {
    float: left;
    width: 50%;
}
article.webform .nav {
    height: auto;
}
.form-type-textarea > label, .form-type-webform-document-file > label {
    left: 0;
   }
  #edit-application-extra .form-type-textarea {
    width: 95%;
}
#edit-department-statement h5 {
    clear: both;
    width: 95%;
}
.captcha {
    width: 90%;
}
.form-item-expected-degree, .form-item-addressofficer {
	clear: both;
}
#formInfo .info-content {
    width: 100%;
}
#formInfo {
    padding: 10px;
}
#formInfo ul {
    padding-left: 40px;
}

#edit-5-year-pledge-form > .panel-body {
margin-bottom: -20px;
    padding: 10px;
}
#webform-submission-donation-form-form .form-type-email, #webform-submission-donation-form-form .form-type-tel, .webform-submission-donation-form-form .form-type-email, .webform-submission-donation-form-form .form-type-tel {
    width: 100%;
}
#webform-submission-donation-form-form h5, .webform-submission-donation-form-form h5 {
    padding: 10px;
}
#edit-field-of-study--wrapper, #edit-named-memorial-scholarship--wrapper {
    float: left;
    height: auto;
    margin: 0;
    padding: 10px;
    width: 100%;
}
#edit-amount-of-donation--wrapper {
    padding: 0 10px;
}
label[for="edit-amount-of-donation-one-time-donation"] {
	position: relative;
	top: 50px;
}
.form-item--year {
    left: 220px;
    top: -70px;
}
.form-item-each5year {
    left: 0;
    top: -85px;
}
.form-item-onetime {
    left: 0;
    top: -45px;
}

 #navbar button.navbar-toggle {
 	display: none;
 }
  #navbar #block-logosmout button.navbar-toggle,
  #navbar #block-logosm button.navbar-toggle {
 	display: block;
 }
  .form-item-phonetext, form-item-phoneofficertext {
  	clear: both;
  }
  .col-sm-6.form-type-email {
	width: 100%;
}
  }
  
  
  
   @media only screen and (max-width : 480px) {
   blockquote {
    margin-left: 0px;
}
   .form-item-applicant-s-signature {
    width: 100%;
}
   .logo img {
    height: 70px;
    width: auto;
}
.menu {
    top: 70px;
}
   #formInfo ul {
    padding-left: 20px;
}
   /* navigation */
   .parallax--parallax00 .parallax__bg {
    max-height: 200px;
}
   .parallax--parallax00 .parallax__content {
    height: 40px;
}
.new-about p {
    margin: 0 5px 10px;
}
.new-about {
    padding-top: 20px;
}
.panel-body {
    padding: 15px 0;
}
p {
    line-height: 1.3em;
    margin: 0 5px 10px;
   }
  #awards ul {
    padding-left: 10px;
}
.parallax--parallax01 .parallax__bg {
    max-height: 770px;
}
.parallax--parallax01 {
    max-height: 770px;
}
.parallax--parallax02 {
    max-height: 1200px;
}


   ul.nav li a {
    width: 100%;
}
.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
    margin-left: 0;
    margin-right: 0;
}
/* end navigation */
  
   }
   
   
   
    @media only screen and (max-width : 360px) {
    label[for="edit-amount-of-donation-one-time-donation"] {
	position: relative;
	top: 90px;
}
.form-item--year {
    left: 0px;
    top: -40px;
}
.form-item-each5year {
    left: 0;
    top: -45px;
}
.form-item-onetime {
    left: 0;
    top: -25px;
}
    label[for="edit-amount-of-donation-one-time-donation-of"] {
    margin-top: 100px;
}
.form-item-_year-amount {
	position: relative;
	left: 215px;
    margin-top: -160px;
}
.form-item-_year-1year-amount {
	position: relative;
	 left: 20px;
    margin-top: -5px;
}
.form-item-_time-amount {
	position: relative;
	left: 200px;
    margin-top: -5px;
}
    }




	
	
	
	
















