html {
    background-color: rgba(255, 255, 255, 0.06);
    -webkit-font-smoothing: antialiased;
    height: 100%;
}

* {
      touch-action: manipulation;
  }

body {
    margin: 0 auto;
    padding: 0px;
    max-width: 100%;
    font-family: "Helvetica Neue Neue", Helvetica Neue, Arial, sans-serif;
    font-size: 16px;
    color: #222;
    background-color: #ffffff;
    align-content: center;
    text-align: center;
}

button {
	background: none;
	color: inherit;
	border: none;
	padding: 0;
	font: inherit;
/*	cursor: pointer;*/
	outline: inherit;
}

h1, h2, h3, h4, h5, h6 {
    color: #2C2D2E;
    font-family: "Helvetica Neue Neue";
    font-weight: lighter;
    text-align: center;
    font-family: -apple-system, BlinkMacSystemFont, sans-serif;
    font-weight:600;
}

.iconLarge {
    background: #FFFFFF;
    box-shadow: 0 0 14px 0 rgba(118,118,118,0.50);
    -webkit-box-shadow: 0 0 14px 0 rgba(118,118,118,0.50);
    border-radius: 20px;
    width: 100px;
    height: 100px;
    margin-top: 80px;
    margin-bottom: 10px;
}

.inputField {
    background: #FFFFFF;
    box-shadow: 0 0 14px 0 rgba(118,118,118,0.50);
    -webkit-box-shadow: 0 0 14px 0 rgba(118,118,118,0.50);
    font-family: HelveticaNeue-Medium;
    font-size: 20px;
    color: #9B9B9B;
    text-align: center;
    border-style: none;
    border-radius: 20px;
    width: 200px;
    height: 60px;
    margin: auto;
    margin-top: 20px;
    outline: none;
}

.inputField:focus {
    outline: none;
}

.goButton {
    background: #1E88E5;
    background: rgb(24, 177, 221);
    box-shadow: 0 0 14px 0 rgba(118,118,118,0.50);
    -webkit-box-shadow: 0 0 14px 0 rgba(118,118,118,0.50);
    font-family: HelveticaNeue-Bold;
    font-size: 28px;
    color: #FFFFFF;
    text-align: center;
    width: 140px;
    height: 60px;
    border-radius: 20px;
    margin-top: 30px;
}

.termPicker {
    margin-top: 0px;
    width: 200px;
    height: 40px;
    font-size: 18px;
/*    background: #1E88E5;*/
    background-color: #FFFFFF;
    box-shadow: 0 0 14px 0 rgba(118,118,118,0.50);
    -webkit-box-shadow: 0 0 14px 0 rgba(118,118,118,0.50);
    font-family: HelveticaNeue-Bold;
/*    color: #FFFFFF;*/
    color: #1E88E5;
    color: rgb(24, 177, 221);
    text-align: center;
    border-style: hidden;
/*    border-color: #aaaaaa;*/
/*    border-radius: 20px;*/
}

.termPicker:focus {
    outline: none;
}

footer {
    position: absolute;
    bottom: 0px;
}


/*Tablet and Phone BR Pt*/
@media only screen and (max-width: 700px) {
   
}
/*@media only screen and (max-width:550px) {*/
@media only screen and (max-device-width: 550px) {

}
@media only screen and (max-width: 768px) {
    
}


@-webkit-keyframes colorize {
    0% {
        -webkit-filter: grayscale(100%);
    }
    100% {
        -webkit-filter: grayscale(0%);
    }
}

@keyframes colorize {
    0% {
        filter: grayscale(100%);
    }
    100% {
        filter: grayscale(0%);
    }
}
