/*** OVERWRITE FOUNDATION ***/
html, body { height: 100%; }

body {
  font-size:100%;
  max-width: 100%;
  min-width:300px;
  overflow-x: hidden;
  position:relative; 
  -webkit-font-smoothing:antialiased; 
  -moz-osx-font-smoothing:grayscale; }

#width {
  display: none; }

#content { 
  margin: 0 auto 3em; 
  max-width: 60em; 
  padding: 0 .4em; }
#content.row > .columns .row {
  padding: 0; }

.hidden {
  display: none; }
.details {
  font-size: 80%; }
.center {
  display: block;
  float: unset;
  margin-left: auto;
  margin-right: auto; }


  @media screen and (min-width: 568px) {
    #content { padding: 0 1em; }
  }

#iView { height: 100vh; }

/*** Typography ***/
a:active,
a:hover,
a:focus { 
  background-color: transparent;
  font-weight: 700; }

ul { margin-left: 0; }

/*** BUTTONS ***/
.button {
  border: none;
  margin-top: 1em;
  padding: .8em 0;
  text-transform: uppercase; }
.button:hover,
.button:focus {
  background-color: inherit;
  color: inherit; }


/*** FORMS ***/
select { font-size: 90%; }
select:-moz-focusing {
  color: transparent;
  text-shadow: 0 0 0 #000; }
.required { 
  font-size: 80%;
  font-style: italic;
  margin-left: 16.5em;
  text-align: right; }
.notifcation {
  border-radius: 8px;
  font-weight: bold;
  line-height: 2;
  margin: 0 auto;
  text-align: center;
  text-transform: uppercase;
  width: 75%; }

form { 
  margin: 0 auto;
  max-width: 800px; }
form .row { 
  margin-left: 0!important;
  margin-right: 0!important; }
form > .row .columns {
  padding-left: .4em;
  padding-right: .4em; }
form > .row .colums:first-child { padding-left: 0; }
form > .row .colums:last-child { padding-right: 0; }
form textarea { height: 200px; }