.font-green{
    color: #8DC63F;
}
.bg-green{
    background-color: #8DC63F;
}

.orange{
    color: #ff7f00;
}
.bg-orange{
    background-color: #ff7f00;
}

.disclosure-body{
    max-height: 500px;
    overflow: hidden;
    overflow-y: scroll;
}

#frmDisclaimer{
    display:none;
}

#need-help{
    display: block;
    position: fixed;
    min-width: 350px;
    max-width: 98%;
    max-height: 100%;
    background-color: white;
    z-index: 1000;
    right: 20px;
    top:-700px;
    box-shadow: 0px 0px 5px rgba(0,0,0,.3);
}

#need-help .close{
    cursor: pointer;
}

.navbar{
    box-shadow: 0px 0px 10px rgba(0,0,0,.5);
    padding: 0px!important;
}

.header-mobile {
    display: none!important;
}

.header-home{
    /* max-height: 450px; */
    overflow: hidden;
    margin-top: 45px!important;
}
.header-home .content{
    position: absolute;
    color: white;
    top: 0;
    width: 100%;
    margin: auto;
    padding-top: 200px;
    padding-left: 20px;
}
.header-home img{
    width: 100%;
}

.header-home .content a{
	border-radius: 10px;
	width: 50%;
	background-color: rgba(51,110,176);
	font-size: 1.5em;
}

.navbar img{
    max-height: 60px;
    padding: 7px;
}

.header{
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    height: 300px;
}

.footer-bib{
    font-size: .8em;
    color: rgba(0,0,0,.5);
}

.footer{
    font-size: .8em;
}

#package_form{
    white-space: normal !important;
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}

/* Rules for sizing the icon. */
.material-icons.md-18 { font-size: 18px; }
.material-icons.md-24 { font-size: 24px; }
.material-icons.md-36 { font-size: 36px; }
.material-icons.md-48 { font-size: 48px; }

/* Rules for using icons as black on a light background. */
.material-icons.md-dark { color: rgba(0, 0, 0, 0.54); }
.material-icons.md-dark.md-inactive { color: rgba(0, 0, 0, 0.26); }

/* Rules for using icons as white on a dark background. */
.material-icons.md-light { color: rgba(255, 255, 255, 1); }
.material-icons.md-light.md-inactive { color: rgba(255, 255, 255, 0.3); }


@media only screen AND (max-width: 360px) {
   .header-desktop {
         display: none!important;
    }
    .header-mobile{
        display: block!important;
    }
}

@media only screen AND (max-width: 375px) {
   .header-desktop {
         display: none!important;
    }
    .header-mobile{
        display: block!important;
    }
}



@media only screen AND (max-width: 370px) {
    .navbar img{
        max-width: 125px;
    }
    .header {
        height: 120px;
    }
}

/* Extra small devices (portrait phones, less than 360px) */
@media only screen AND (max-width: 360px),
    only screen AND (max-width: 375px),
    only screen AND (max-width: 411px), 
    only screen AND (max-width: 420px) {
    
    .header-desktop {
         display: none!important;
    }
    .header-mobile{
        display: block!important;
    }
        
    
     .header {
        height: 180px;
    }
    /*
    .header-home {
        padding-top: 30px !important;
    }
    .header-home> .content{
        font-size: .7em !important;
        padding-top: 75px!important;
        padding-left:10px!important;
        
    }    
    */
    .header-mobile .h2{
        font-size: 1.5rem !important;
        color: #8dc63f;
    }    
    .header-mobile h1{
        font-size: 1.5rem !important;
        margin-top: 10px;
        color: #8dc63f;
    }
    .header-mobile h5{
        font-size: 1rem !important;
        margin-top: -15px;
    }		
        
    .btn {
        z-index: 99999!important;
    }
    
    /*
        .header-home .content {
        
        padding-top: 5px;
        margin-top: -90px!important;
        margin-left: 215px;
        width: 55%;
        font-size: .5em;
        
        
        }    
    */
    
    
    .navbar img{
        max-width: 125px;
    }

    #need-help{
        display: block;
        position: fixed;
        max-width: 100%;
        min-width: 100%;
        width: 100%;
        background-color: white;
        z-index: 1000;
        right: 0;
        top:-900px;
        padding-top: 75px !important;
        box-shadow: 0px 0px 5px rgba(0,0,0,.3);
        max-height: 80%;
        min-height: 80%;        
        height: 80%;
        overflow: auto;
    }
    #disclosure{
        display: none;
    }
    .disclosure-body {
        height: 100%;
        overflow-y: visible;
        max-height: none;
    }
    #frmDisclaimer{
        display:block;
    }
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575px) {
    
    .header-desktop {
         display: none!important;
    }
    .header-mobile{
        display: block!important;
    }
    
    .header-home > .content{
        font-size: .7em !important;
        padding-top: 75px;
        padding-left:10px;
    }    
    .header-home .h2{
        font-size: 1.3em !important;
    }    
    .header-home h1{
        font-size: .7em !important;
        margin-top: 10px;
    }
    .header-home h5{
        font-size: .5em !important;
        margin-top: -15px;
    }		
    .header-home .content a{
        padding-top: 5px;
        margin-top: -20px;
        width: 55%;
        font-size: .5em;
    }
    
    .header-mobile .h2{
        font-size: 1.5rem !important;
        color: #8dc63f;
    }    
    .header-mobile h1{
        font-size: 1.5rem !important;
        margin-top: 10px;
        color: #8dc63f;
    }
    .header-mobile h5{
        font-size: 1rem !important;
        margin-top: -15px;
    }		
    
    .navbar img{
        max-height: 50px;
    }

    #need-help{
        display: block;
        position: fixed;
        max-width: 100%;
        min-width: 100%;
        width: 100%;
        background-color: white;
        z-index: 1000;
        right: 0;
        top:-900px;
        padding-top: 75px !important;
        box-shadow: 0px 0px 5px rgba(0,0,0,.3);
        max-height: 80%;
        min-height: 80%;        
        height: 80%;
        overflow: auto;
    }
    #disclosure{
        display: none;
    }
    .disclosure-body {
        height: 100%;
        overflow-y: visible;
        max-height: none;
    }
    #frmDisclaimer{
        display:block;
    }
}

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767px) {
    .header-home > .content{
        font-size: .8em !important;
        padding-top:100px;
        padding-left:50px;
    }
    .header-home .h2{
        font-size: 1.3em !important;
    }        
    .header-home h1{
        font-size: 1.1em !important;
    }
    .header-home h5{
        font-size: .8em !important;
        margin-top: -10px;
    }		
    .header-home .content a{
        padding-top: 5px;
        margin-top: -10px;
        font-size: 1em;
        width: 75%;
    }       
    .navbar img{
        max-height: 50px;
    }

    #need-help{
        display: block;
        position: fixed;
        max-width: 100%;
        min-width: 100%;
        width: 100%;
        background-color: white;
        z-index: 1000;
        right: 0;
        top:-900px;
        padding-top: 75px !important;
        box-shadow: 0px 0px 5px rgba(0,0,0,.3);
        max-height: 80%;
        min-height: 80%;        
        height: 80%;
        overflow: auto;
    }
    #disclosure{
        display: none;
    }
    .disclosure-body {
        height: 100%;
        overflow-y: visible;
    }
}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991px) {
    .org_name{
        font-size: .75rem;
        font-weight: 300;
    }
    .header-home > .content{
        font-size: .9em !important;
        padding-top:100px;
        /*
        padding-left:60px;
        */
    }
    .header-home h1{
        font-size: 1.1em !important;
        margin-top: -15px;
    }
    .header-home h5{
        font-size: .8em !important;
        margin-top: -10px;
    }		
    .header-home .content a{
        padding-top: 5px;
        margin-top: -10px;
        font-size: 1.2em;
        width: 60%;
    }                    
    .header-home .h2{
        font-size: 1.7em !important;
    }     

    .navbar img{
        max-height: 50px;
    }

    #need-help{
        overflow: auto;    
        height: 50%;
    }
    #disclosure{
        display: none;
    }
    .disclosure-body {
        height: 100%;
        overflow-y: visible;
    }
}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1203px) {
    .header-home > .content{
       padding-left:80px;
       padding-top: 180px;
       
    }
    .header-home .h2{
        font-size: 1.5em !important;
    }     
    .header-home h1{
        font-size: 1.4em !important;
        margin-top: -50px;
    }
    .header-home h5{
        font-size: 1em !important;
        margin-top: -10px;
    }		
    .header-home .content a{
        padding-top: 5px;
        margin-top: -10px;
        font-size: 1.2em;
        width: 60%;
    }   
    #need-help{
        overflow: auto;        
    }    
    
}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
    .header-home h1{
        font-size: 2em;
        margin-top: -50px;
    }
}

.d{
	border: solid thin blue;
}
