.row {
	width:1024px;
}
body, p, td, span, div, li, table tbody tr td, table tr td {
	font-family: helvetica, arial, sans-serif;
	font-size: 14px;
	color: #642d91;
}

.no-padding {
	padding:0px;
}

div#content {
    padding: 20px 20px 20px 20px;
    background: none repeat scroll 0 0 white;
    margin: 0 auto;
    text-align: left;
	border: 1px solid #dbdbdb;
    box-shadow: 0 1px 3px #dddddd;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}

table {
  background: none !important;
  border: 0px !important;
  border-collapse: collapse;
  margin-bottom: 0;
}

table tr {
  background: none !important;
}

table td {
  background: none !important;
}

h1 {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 800;
  font-size: 22.5px;
  text-transform: uppercase;
  margin: 0px 0px 10px 0px;
  padding: 0px 0px 5px 0px;
  line-height: normal;
  letter-spacing: 1px;
}
h2 {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: lighter;
  font-size: 21px;
  text-transform: uppercase;
  margin: 0px 0px 5px 0px;
  padding: 0px 0px 5px 0px;
  line-height: normal;
  letter-spacing: 1px;
}
h3 {
  font-weight: 450;
  font-size: 12pt;
  width: 100%;
  font-family: Helvetica, Arial, sans-serif;
  margin-bottom: 1px;
  margin-top: 24px;
}
h4 {
  font-weight: normal;
  font-size: 12pt;
  font-family: Helvetica, Arial, sans-serif;
  margin-bottom: 5px;
  margin-top: 5px;
}
a {
  text-decoration: none;
  color: #0099e0;
}
a:hover {
  text-decoration: underline;
}

input[type="button"],
input[type="submit"],
input[type="reset"],
button,
.button {
  color: #fff;
  background: #642d91;
  font-size: 16px;
  border-radius: 3px;
  font-weight: 700;
  line-height: 1;
  margin: 0;
  padding: 10px 20px 11px;
  text-align: center;
  transition: background-color 0.15s ease-in-out;
  border: none;
  cursor: pointer;
}
input[type="button"]:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
button:hover,
.button:hover {
  background: #642d91;
}

a.landingButton {
  /* fallback for older browsers */
  cursor: pointer;
  display: block;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #642d91;
  padding: 20px;
  box-shadow: 5px 5px 3px #ccc;
  text-align: center;
  min-height: 100px;
  color: #fff;
  font-size: 18px;
  font-family: Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1.5em;
  margin-bottom: 20px;
  height: 125px;
  border-radius: 8px;
  border: 1px solid #000000;
}

a.landingButton:hover {
  transition: 0.5s all;
  background: #642d91;
  text-decoration: none;
}

a.landingButton:active {
  text-decoration: none;
  text-shadow: 1px 1px 1px #000;
}

.landingSection {
  margin-bottom: 20px;
}

p.smaller {
  font-size: 14px;
  margin-bottom: 0px;
  font-family: "Muli", sans-serif !important;
  text-transform: none !important;
  color: #fff !important;
}
#wj--admin-button {
  text-align: center;
}

@media only screen and (max-width: 467px) {
  h1,
  h2:first-child {
    font-size: 18px;
  }

  a.landingButton {
    font-size: 15px;
  }
}

/*__#! iPad Media Query Fix__*/
@media only screen and (max-width: 768px) {
  a.landingButton {
    height: auto;
  }
  .mobileHide {
    display: none;
  }

  div#content {
    padding: inherit;
  }
}
