/* colors */
/* hybrid UA type setup */
/* end setup */
/* typography */
@import url("https://cdn.uadigital.arizona.edu/lib/ua-brand-fonts/1.0.0/milo.min.css");
/* Type */
body,
input,
select,
textarea {
  color: #333;
  font-family: 'MiloWeb', sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
}
@media screen and (max-width: 1680px) {
  body,
  input,
  select,
  textarea {
    font-size: 16px;
  }
}
@media screen and (max-width: 1280px) {
  body,
  input,
  select,
  textarea {
    font-size: 16px;
  }
}
@media screen and (max-width: 980px) {
  body,
  input,
  select,
  textarea {
    font-size: 16px;
  }
}
@media screen and (max-width: 736px) {
  body,
  input,
  select,
  textarea {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  body,
  input,
  select,
  textarea {
    font-size: 17.6px;
  }
}
a {
  color: #17428d;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
  color: #AB0520;
}
strong,
b {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
p {
  margin: 0 0 1em 0;
  font-weight: normal;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #92a273;
  font-family: 'MiloWeb', sans-serif;
  font-weight: normal;
  line-height: 1.275;
  margin: 0 0 0.5em 0;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
  text-decoration: none;
}
h2 {
  font-size: 1.75em;
}
h3 {
  font-size: 1.35em;
}
h4 {
  font-size: 1.1em;
}
h5 {
  font-size: 0.9em;
}
h6 {
  font-size: 0.7em;
}
sub {
  font-size: 0.8em;
  position: relative;
  top: 0.5em;
}
sup {
  font-size: 0.8em;
  position: relative;
  top: -0.5em;
}
blockquote {
  border-left: solid 4px rgba(144, 144, 144, 0.25);
  font-style: italic;
  margin: 0 0 2em 0;
  padding: 0.5em 0 0.5em 2em;
}
code {
  background: rgba(144, 144, 144, 0.075);
  border-radius: 4px;
  border: solid 1px rgba(144, 144, 144, 0.25);
  font-family: "Courier New", monospace;
  font-size: 0.9em;
  margin: 0 0.25em;
  padding: 0.25em 0.65em;
}
pre {
  -webkit-overflow-scrolling: touch;
  font-family: "Courier New", monospace;
  font-size: 0.9em;
  margin: 0 0 2em 0;
}
pre code {
  display: block;
  line-height: 1.75;
  padding: 1em 1.5em;
  overflow-x: auto;
}
hr {
  border: 0;
  border-bottom: solid 1px rgba(144, 144, 144, 0.25);
  margin: 1em 0;
}
hr.major {
  margin: 3em 0;
}
.align-left {
  text-align: left;
}
.align-center {
  text-align: center;
}
.align-right {
  text-align: right;
}
/* Section/Article */
section.special,
article.special {
  text-align: center;
}
header p {
  color: #999;
  position: relative;
  margin: 0 0 0.2em 0;
  font-size: 13px;
}
header h2 + p {
  font-size: 1.25em;
  margin-top: -0.6em;
}
header h3 + p {
  font-size: 1.1em;
  margin-top: -0.4em;
}
header h4 + p,
header h5 + p,
header h6 + p {
  font-size: 0.9em;
  margin-top: -0.2em;
}
#isLogged {
  font-size: 13px;
  line-height: 1;
  padding: 6px;
  margin: 6px;
  float: right;
}
#isLogged p {
  text-align: right;
}
#isLogged a {
  color: #92a273 !important;
  font-size: 13px;
  margin: 0 !important;
  text-decoration: none;
  float: none !important;
  padding-left: 6px;
}
/* Form */
form {
  margin: 0 0 2em 0;
}
label {
  color: #555;
  display: block;
  font-size: 0.9em;
  font-weight: bold;
  margin: 0 0 1em 0;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
select,
textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background: rgba(144, 144, 144, 0.075);
  border-radius: 4px;
  border: none;
  border: solid 1px rgba(144, 144, 144, 0.25);
  color: inherit;
  display: block;
  outline: 0;
  padding: 0 1em;
  text-decoration: none;
}
input[type="text"]:invalid,
input[type="password"]:invalid,
input[type="email"]:invalid,
input[type="tel"]:invalid,
select:invalid,
textarea:invalid {
  box-shadow: none;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
select:focus,
textarea:focus {
  border-color: #5AA6ED;
  box-shadow: 0 0 0 1px #5AA6ED;
}
.select-wrapper {
  text-decoration: none;
  display: block;
  position: relative;
}
.select-wrapper:before {
  content: "";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-transform: none !important;
}
.select-wrapper:before {
  color: rgba(144, 144, 144, 0.25);
  display: block;
  height: 2.75em;
  line-height: 2.75em;
  pointer-events: none;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 2.75em;
}
.select-wrapper select::-ms-expand {
  display: none;
}
input[type="text"],
input[type="password"],
input[type="email"],
select {
  height: 2.75em;
  margin-bottom: 1em;
}
textarea {
  padding: 0.75em 1em;
  margin-bottom: 1em;
}
.required {
  color: #990000;
  font-style: italic;
}
.formWrapper label {
  display: block;
  float: left;
  width: 170px;
}
label > input[type="radio"] {
  -moz-appearance: radio;
  -webkit-appearance: radio;
  -ms-appearance: radio;
  appearance: radio;
  float: left;
  opacity: 1;
  width: 1em;
  height: 1em;
  z-index: 2;
  position: initial;
  display: inline-block;
  padding: 0;
  margin: 0 0.5em 0 0;
}
input[type="checkbox"],
input[type="radio"] {
/*  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  float: left;
  opacity: 0;*/
  width: 4em;
  height: 1.65em;
  z-index: 2;
  /*position: absolute;*/
  display: inline-block;
  padding: 0;
  margin: 0;
}
input[type="checkbox"] + label,
input[type="radio"] + label {
  text-decoration: none;
  color: #444;
  cursor: pointer;
  display: inline-block;
  font-size: 1em;
  font-weight: normal;
  padding-left: 2.4em;
  padding-right: 0.75em;
  position: relative;
}
input[type="checkbox"] + label:before,
input[type="radio"] + label:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-transform: none !important;
}
input[type="checkbox"] + label:before,
input[type="radio"] + label:before {
  background: rgba(144, 144, 144, 0.075);
  border-radius: 4px;
  border: solid 1px rgba(144, 144, 144, 0.25);
  content: '';
  display: inline-block;
  height: 1.65em;
  left: 0;
  line-height: 1.58125em;
  position: absolute;
  text-align: center;
  top: 0;
  width: 1.65em;
}
input[type="checkbox"]:checked + label:before,
input[type="radio"]:checked + label:before {
  background: #5a5a5a;
  border-color: #5a5a5a;
  color: #ffffff;
  content: '\f00c';
}
input[type="checkbox"]:focus + label:before,
input[type="radio"]:focus + label:before {
  border-color: #5AA6ED;
  box-shadow: 0 0 0 1px #5AA6ED;
}
input[type="checkbox"] + label:before {
  border-radius: 4px;
}
input[type="radio"] + label:before {
  border-radius: 100%;
}
::-webkit-input-placeholder {
  color: #bbb !important;
  opacity: 1.0;
}
:-moz-placeholder {
  color: #bbb !important;
  opacity: 1.0;
}
::-moz-placeholder {
  color: #bbb !important;
  opacity: 1.0;
}
:-ms-input-placeholder {
  color: #bbb !important;
  opacity: 1.0;
}
.formerize-placeholder {
  color: #bbb !important;
  opacity: 1.0;
}
/* Box */
.box {
  border-radius: 0;
  border: solid 1px rgba(144, 144, 144, 0.25);
  margin-bottom: 2em;
  padding: 2em;
}
.box:last-child,
.box > :last-child,
.box > :last-child > :last-child,
.box > :last-child > :last-child > :last-child {
  margin-bottom: 0;
}
.box > ul.actions li:last-child a {
  margin-bottom: 1em !important;
}
.box > p:last-child a {
  margin-bottom: 1em !important;
}
.box.alt {
  border: 0;
  border-radius: 0;
  padding: 0;
}
/* Icon */
.icon {
  text-decoration: none;
  border-bottom: none;
  position: relative;
}
.icon:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-transform: none !important;
}
.icon > .label {
  display: none;
}
/* Image */
.image {
  border-radius: 4px;
  border: 0;
  display: inline-block;
  position: relative;
}
.image img {
  border-radius: 4px;
  display: block;
}
.image.left,
.image.right {
  max-width: 40%;
}
.image.left img,
.image.right img {
  width: 100%;
}
.image.left {
  float: left;
  padding: 0 1.5em 1em 0;
  top: 0.25em;
}
.image.right {
  float: right;
  padding: 0 0 1em 1.5em;
  top: 0.25em;
}
.image.fit {
  display: block;
  margin: 0 0 2em 0;
  width: 100%;
}
.image.fit img {
  width: 100%;
}
.image.main {
  display: block;
  margin: 0 0 3em 0;
  width: 100%;
}
.image.main img {
  width: 100%;
}
/* List */
ol {
  list-style: decimal;
  margin: 0 0 1em 0;
  padding-left: 1.25em;
  font-weight: normal;
}
ol li {
  padding-left: 0.25em;
}
ul {
  list-style: disc;
  margin: 0 0 1em 0;
  padding-left: 1em;
}
ul li {
  padding-left: 0.5em;
  font-weight: normal;
}
ul.alt {
  list-style: none;
  padding-left: 0;
}
ul.alt li {
  border-top: solid 1px rgba(144, 144, 144, 0.25);
  padding: 0.5em 0;
}
ul.alt li:first-child {
  border-top: 0;
  padding-top: 0;
}
ul.icons {
  cursor: default;
  list-style: none;
  padding-left: 0;
}
ul.icons li {
  display: inline-block;
  padding: 0 1em 0 0;
}
ul.icons li:last-child {
  padding-right: 0;
}
ul.icons li .icon:before {
  font-size: 2em;
}
ul.actions {
  cursor: default;
  list-style: none;
  padding-left: 0;
  margin: 0;
}
ul.actions li {
  display: inline-block;
  padding: 0 1em 0 0;
}
ul.actions li:last-child {
  padding-right: 0;
}
ul.actions.small li {
  padding: 0 0.5em 0 0;
}
ul.actions.vertical li {
  display: block;
  padding: 1em 0 0 0;
}
ul.actions.vertical li:first-child {
  padding-top: 0;
}
ul.actions.vertical li > * {
  margin-bottom: 0;
}
ul.actions.vertical.small li {
  padding: 0.5em 0 0 0;
}
ul.actions.vertical.small li:first-child {
  padding-top: 0;
}
ul.actions.fit {
  display: table;
  margin-left: -1em;
  padding: 0;
  table-layout: fixed;
  width: calc(101%);
}
ul.actions.fit li {
  display: table-cell;
  padding: 0 0 0 1em;
}
ul.actions.fit li > * {
  margin-bottom: 0;
}
ul.actions.fit.small {
  margin-left: -0.5em;
  width: calc(100.5%);
}
ul.actions.fit.small li {
  padding: 0 0 0 0.5em;
}
@media screen and (max-width: 480px) {
  ul.actions {
    margin: 0 0 2em 0;
  }
  ul.actions li {
    padding: 1em 0 0 0;
    display: block;
    text-align: center;
    width: 100%;
  }
  ul.actions li:first-child {
    padding-top: 0;
  }
  ul.actions li > * {
    width: 100%;
    margin: 0 !important;
  }
  ul.actions li > *.icon:before {
    margin-left: -2em;
  }
  ul.actions.small li {
    padding: 0.5em 0 0 0;
  }
  ul.actions.small li:first-child {
    padding-top: 0;
  }
}
dl {
  margin: 0 0 2em 0;
}
dl dt {
  display: block;
  font-weight: bold;
}
dl dd {
  margin: 0 0 1em 1em;
}
ul.actionBox {
  cursor: default;
  list-style: none;
  margin: 0 0 6px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
@media screen and (max-width: 480px) {
  ul.actionBox {
    display: initial;
  }
}
svg:hover {
  stroke: #FFF;
}
ul.actionBox li {
  vertical-align: middle;
}
ul.actionBox li .boxButton {
  width: 100%;
  height: 125px;
  border-radius: 0;
  border: 0;
  color: #92a273 !important;
  cursor: pointer;
  display: inline-block;
  font-weight: normal;
  line-height: 2.95em;
  padding: 35px 0 0 0;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  background-image: -webkit-linear-gradient(top, #dde9be, #FFF);
  background-image: -moz-linear-gradient(top, #dde9be, #FFF);
  background-image: -ms-linear-gradient(top, #dde9be, #FFF);
  background-image: -o-linear-gradient(top, #dde9be, #FFF);
  background-image: linear-gradient(to bottom, #dde9be, #FFF);
}
ul.actionBox li .boxButton p {
  font-size: 20px;
  font-weight: normal;
}
ul.actionBox li .boxButton:hover {
  background-image: -webkit-linear-gradient(top, #dde9be, #dde9be);
  background-image: -moz-linear-gradient(top, #dde9be, #dde9be);
  background-image: -ms-linear-gradient(top, #dde9be, #dde9be);
  background-image: -o-linear-gradient(top, #dde9be, #dde9be);
  background-image: linear-gradient(to bottom, #dde9be, #dde9be);
}
ul.actionBox li:first-child {
  padding-left: 0;
}
ul.actionBox li:last-child a {
  padding-right: 0;
}
ul.actionBox li:nth-child(2) {
  margin: 0 auto;
}
/* Table */
.table-wrapper {
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
}
table {
  margin: 0 0 2em 0;
  width: 100%;
}
table tbody tr {
  border: solid 1px rgba(144, 144, 144, 0.25);
  border-left: 0;
  border-right: 0;
}
table tbody tr:nth-child(2n + 1) {
  background-color: rgba(144, 144, 144, 0.075);
}
table td {
  padding: 0.75em 0.75em;
}
table th {
  color: #555;
  font-size: 0.9em;
  font-weight: bold;
  padding: 0 0.75em 0.75em 0.75em;
  text-align: left;
}
table thead {
  border-bottom: solid 2px rgba(144, 144, 144, 0.25);
}
table tfoot {
  border-top: solid 2px rgba(144, 144, 144, 0.25);
}
table.alt {
  border-collapse: separate;
}
table.alt tbody tr td {
  border: solid 1px rgba(144, 144, 144, 0.25);
  border-left-width: 0;
  border-top-width: 0;
}
table.alt tbody tr td:first-child {
  border-left-width: 1px;
}
table.alt tbody tr:first-child td {
  border-top-width: 1px;
}
table.alt thead {
  border-bottom: 0;
}
table.alt tfoot {
  border-top: 0;
}
@media screen and (max-width: 480px) {
  /*Mobile Friendly Tables*/
  /* RESPONSIVE TABLE: Force table to not be like tables anymore */
  table.responsive,
  table.responsive thead,
  table.responsive tbody,
  table.responsive th,
  table.responsive td,
  table.responsive tr {
    display: block;
  }
  /* Hide table headers (but not display: none;, for accessibility) */
  table.responsive thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  table.responsive tr {
    border: 1px solid #ccc;
  }
  table.responsive td {
    /* Behave like a "row" */
    border: none;
    padding-bottom: 0;
    white-space: normal;
    text-align: left;
  }
  table.responsive td:before {
    padding-right: 10px;
    white-space: nowrap;
    text-align: left;
    font-weight: bold;
  }
  table.responsive td:before {
    content: attr(data-heading);
  }
}
/* Button */
input[type="submit"],
input[type="reset"],
input[type="button"],
button,
.button {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  -moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  -ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  background-color: #A1C14D;
  border: 0;
  color: #FFF !important;
  cursor: pointer;
  display: inline-block;
  height: 2.85em;
  line-height: 2.95em;
  padding: 0 1.5em;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
}
a.button.apply {
  background-image: -webkit-linear-gradient(top, #B75527, #F19E1F);
  background-image: -moz-linear-gradient(top, #B75527, #F19E1F);
  background-image: -ms-linear-gradient(top, #B75527, #F19E1F);
  background-image: -o-linear-gradient(top, #B75527, #F19E1F);
  background-image: linear-gradient(to bottom, #B75527, #F19E1F);
  color: white !important;
}
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
button:hover,
.button:hover {
  background-color: #bfd586;
}
input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active,
button:active,
.button:active {
  background-color: #d3e2ac;
}
input[type="submit"].icon,
input[type="reset"].icon,
input[type="button"].icon,
button.icon,
.button.icon {
  padding-left: 1.35em;
}
input[type="submit"].icon:before,
input[type="reset"].icon:before,
input[type="button"].icon:before,
button.icon:before,
.button.icon:before {
  margin-right: 0.5em;
}
input[type="submit"].fit,
input[type="reset"].fit,
input[type="button"].fit,
button.fit,
.button.fit {
  display: block;
  margin: 0 0 1em 0;
  width: 100%;
}
input[type="submit"].small,
input[type="reset"].small,
input[type="button"].small,
button.small,
.button.small {
  font-size: 0.8em;
}
input[type="submit"].big,
input[type="reset"].big,
input[type="button"].big,
button.big,
.button.big {
  font-size: 1.35em;
}
input[type="submit"].alt,
input[type="reset"].alt,
input[type="button"].alt,
button.alt,
.button.alt {
  background-color: transparent;
  box-shadow: inset 0 0 0 2px rgba(144, 144, 144, 0.25);
  color: #92a273 !important;
}
input[type="submit"].alt:hover,
input[type="reset"].alt:hover,
input[type="button"].alt:hover,
button.alt:hover,
.button.alt:hover {
  background-color: rgba(144, 144, 144, 0.075);
}
input[type="submit"].alt:active,
input[type="reset"].alt:active,
input[type="button"].alt:active,
button.alt:active,
.button.alt:active {
  background-color: rgba(144, 144, 144, 0.2);
}
input[type="submit"].alt.icon:before,
input[type="reset"].alt.icon:before,
input[type="button"].alt.icon:before,
button.alt.icon:before,
.button.alt.icon:before {
  color: #bbb;
}
input[type="submit"].special,
input[type="reset"].special,
input[type="button"].special,
button.special,
.button.special {
  background-color: #FE9E0E;
  color: #FFF !important;
}
input[type="submit"].special:hover,
input[type="reset"].special:hover,
input[type="button"].special:hover,
button.special:hover,
.button.special:hover {
  background-color: #febd5a;
}
input[type="submit"].special:active,
input[type="reset"].special:active,
input[type="button"].special:active,
button.special:active,
.button.special:active {
  background-color: #ffd18d;
}
input[type="submit"].disabled,
input[type="submit"]:disabled,
input[type="reset"].disabled,
input[type="reset"]:disabled,
input[type="button"].disabled,
input[type="button"]:disabled,
button.disabled,
button:disabled,
.button.disabled,
.button:disabled {
  background-color: #444 !important;
  box-shadow: inset 0 -0.15em 0 0 rgba(0, 0, 0, 0.15);
  color: #FFF !important;
  cursor: default;
  opacity: 0.25;
}
@media screen and (max-width: 480px) {
  input[type="submit"],
  input[type="reset"],
  input[type="button"],
  button,
  .button {
    padding: 0;
  }
}
/* Footer */
#footer {
  padding: 4em 0 0 0;
  background: #8A7D6E;
  color: #fff;
}
#footer h1,
#footer h2,
#footer h3,
#footer h4,
#footer h5,
#footer h6 {
  color: #fff;
}
#footer a {
  color: #C8D9D8;
}
#footer .copyright {
  color: #333;
  font-size: 0.9em;
  padding: 0;
  text-align: center;
}
#footer .copyright li {
  border-left: solid 1px rgba(144, 144, 144, 0.25);
  display: inline-block;
  list-style: none;
  margin-left: 1.5em;
  padding-left: 1.5em;
}
#footer .copyright li:first-child {
  border-left: 0;
  margin-left: 0;
  padding-left: 0;
}
@media screen and (max-width: 736px) {
  #footer {
    padding: 3em 0 1em 0;
  }
  #footer .copyright li {
    display: block;
    border-left: 0;
    margin-left: 0;
    padding-left: 0;
  }
}
/* breakpoints */
@media screen and (max-width: 736px) {
  #nav li {
    display: none;
  }
  #nav li.only-small {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  #nav ul.actions {
    margin: 0;
  }
}
/* classes and mixins */
.leftFloat {
  float: left;
  margin: 0 6px 6px 0;
}
.rightFloat {
  float: right;
  margin: 0 0 6px 6px;
}
.quarter {
  width: 25%;
}
.half {
  width: 50%;
}
.full {
  width: 100%;
}
.bordered {
  padding: 6px;
  border: 1px solid #bfd586;
}
.bordered.full {
  padding: 1%;
  width: 98%;
}
.hugeText {
  font-size: 32px;
}
.xLargeText {
  font-size: 24px;
}
.largeText {
  font-size: 20px;
}
.smallText,
.refInfo,
.postedDate {
  font-size: 14px;
}
.tinyText {
  font-size: 9.6px;
  font-weight: 600;
}
.redText,
.errorList,
.error,
.errors {
  color: red;
}
.warningText {
  background: red;
  color: #FFF;
  padding: 2px;
}
.megaBold {
  font-weight: bold;
}
.hangingIndent {
  text-indent: -2em;
  padding-left: 2em;
}
.clearfix {
  /* to contain floats */
  content: "";
  display: table;
  clear: both;
}
.captions {
  font-size: 14px;
  font-style: italic;
}
.captions i,
.captions em {
  font-style: normal;
  font-weight: 600;
}
.showhide,
.hidden {
  display: none;
}
/* end classes and mixins */
/* structure styles */
body {
  background: #fff url(/file/53974/ipwImage.jpg ) 0px 0px no-repeat fixed;
  background-size: 559px 610px;
}
#hat .container,
footer .container {
  border: none;
}
header#hat {
  background: #0C234B;
  color: #FFF;
  padding: 6px 0 0 0;
  border-bottom: 5px solid #92a273;
}
header#hat .arizona-line-logo {
  height: 15px;
}
header#siteHeader {
  width: 100%;
  background: #fff;
  border-bottom: 3px solid #bfd586;
  font-family: 'MiloWeb', sans-serif;
  font-weight: normal;
  /* to contain floats */
  content: "";
  display: table;
  clear: both;
}
header#siteHeader a {
  margin: 6px;
  float: right;
}
header#siteHeader .button {
  padding: 6px;
  line-height: 1;
  height: auto;
}
header#siteHeader .login {
  width: 66px;
  height: 20px;
  background-color: #92A273;
  margin: 0 0 0 0;
  font-family: 'MiloWeb', sans-serif;
  font-weight: normal;
  border-radius: 0;
  line-height: 15px;
  padding: 10px 6px 6px;
  font-size: 13px;
  float: right;
}
header#siteHeader .join {
  background: none;
  color: #92a273 !important;
  font-weight: normal;
  font-size: 13px;
}
header#siteHeader h1 {
  margin: 6px;
  float: left;
}
header#siteHeader h1 a {
  /*background: url(/file/53987/ipwLogo.png );*/
  background: url( /file/55291/Institue-on-Place-and-Wellbeing.png );
  background-size: contain;
	background-repeat: no-repeat;
  display: block;
  width: 349px;
  height: 64px;
  text-indent: -5000px;
}
header#siteHeader .container {
    position: relative;
    height: 90px;
}
nav#nav {
  background: rgba(255, 255, 255, 0.8);
  color: #414b2d;
  border-bottom: 3px solid #bfd586;
  margin-bottom: 6px;
}
nav#nav .actions {
  font-family: 'MiloWeb', sans-serif;
  font-weight: normal;
}
nav#nav .actions li {
  list-style-type: none;
  padding: 0;
  font-size: 16px;
  border-bottom: 3px solid rgba(255, 255, 255, 0.5);
}
nav#nav .actions li.active {
  border-bottom: 3px solid #6c7a50;
}
nav#nav .actions li.active > a:link,
nav#nav .actions li.active > a:visited,
nav#nav .actions li.active > a:hover,
nav#nav .actions li.active > a:active {
  background: #6c7a50;
  color: #FFF;
}
nav#nav .actions li.parent {
  border-bottom: 3px solid #C8D9D8;
}
nav#nav .actions li.parent a {
  background: #0b9cad;
  color: #FFF;
}
nav#nav .actions li:hover {
  border-bottom: 3px solid #B6BEC1;
}
nav#nav .actions li.search:hover {
  border: none;
}
nav#nav .actions a {
  display: block;
  padding: 3px 7.5px;
  text-decoration: none;
}
nav#nav .actions a:link {
  /*color: #92a273;*/
	color:#6c7a50;
	font-weight: normal;
}
nav#nav .actions a:visited {
  color: #6c7a50;
}
nav#nav .actions a:hover {
  color: #FFF;
  background: #92a273;
}
nav#nav .actions a:active {
  color: #0dbfd3;
}
nav#nav .subnav {
  /*border-top: 1px solid #bfd586;*/
}
nav#nav .subnav li.parent a {
  color: #FFF;
  background-color: #0b9cad;
}
nav#nav form {
  margin: 0;
}
nav#nav form input[type="text"] {
  height: auto;
  margin: 0 0.5em 0 1em;
}
nav#nav .button {
  padding: 0 0.8em;
}
@media screen and (min-width: 736px) {
  nav#nav .subnav li {
    /*display: none;*/
  }
  nav#nav .subnav li.active,
  nav#nav .subnav li.parent {
    display: inline-block;
  }
  nav#nav .subsub li {
    display: inline-block;
  }
  nav#nav form input[type="text"] {
    display: inline-block;
  }
}
/*
    .actions.subnav {
        //margin: 3px 0 3px;
	    //padding-left: 0;
	    background: url(../images/navBg_sub.png) repeat-x;
	    //display: block;
	    //width: 960px;
        .parent {
            //background-color:#2194A1;
            a {
                color: @nav_link_color_hover;
                background-color: #088896 !important;
            }
        }
	    li {
            //display: inline-block;
            //background: #fff;
            //margin: 0;
            //padding: 3px 0 3px;
            &:hover {
                //background: #92a273;
            }
            a {
                //font-weight: normal;
                //text-decoration: none;
                //font-size: 14px;
                //padding: 0px 8px 12px;
                //color: #92a273;
                &:hover {
                    //color: #fff;
                }
            }
            &.active {
                //background: url(../images/navBg_sub_.png) repeat-x;
                a {
                    //color: white;
                }
            }
        }
    }
    .subnav, .subMenu {
	   padding-left: 0;
	   background: url(../images/navBg_sub.png) repeat-x;
	   display: block;
	   position: absolute;
	   //margin: 0 0 0 0;
	   float: left;
	   width: 960px;
	   li {
            display: inline-block;
            //background-color: #92a273;
            margin: 0;
            padding: 3px 0 3px;
            &:hover {
                 background: #92a273;
            }
            a {
    	       font-weight: normal;
                text-decoration: none;
                font-size: 14px;
                padding: 0px 8px 12px;
                color: #92a273;
                &:hover {
                    color: #FFF;
                }
    	   }
	   }
    }
    
    .subnav, .subMenu {
        li.active {
            background: url(../images/navBg_sub_.png) repeat-x;
            a {
            color: white;
            }
        }
    }
*/
.bxslider li {
  padding-left: 0;
}
.featureBlurb {
  background-color: #92a273;
  height: 284px;
}
.featureBlurb h2 {
  font-size: 30px;
  font-weight: normal;
  color: white;
  margin-top: 1em;
}
.featureBlurb p {
  font-size: 14px;
  color: white;
  margin-right: 2em;
}
#transforming {
  text-align: center;
  color: #6d7a54;
}
#transforming h2 {
  font-size: 30px;
	margin:0;
}
#transforming p {
  font-size: 14px;
}
.course img {
  width: 100%;
  border-bottom: 4px solid #92a273;
}
#banner {
  position: relative;
  /* Prevent the slideshow from flashing on load */
}
#banner h2 {
  font-size: 72px;
  color: #015B39;
  margin: 0;
}
#banner p {
  font-size: 20px;
}
#banner #slides {
  display: none;
}
#banner .slidesjs-navigation {
  display: none;
}
#banner .slidesjs-pagination {
  display: none;
}
#banner #glassScreen {
  position: absolute;
  bottom: 0px;
  background: rgba(7, 104, 115, 0.859);
  z-index: 1000;
  height: 130px;
  padding: 20px 0 0 20px;
  font-family: 'MiloWeb', sans-serif;
  color: #FFF;
}
#banner #glassScreen p {
  font-size: 14px;
  font-weight: normal;
  line-height: 22px;
}
#banner #glassScreen h2 {
  font-family: 'MiloWeb', sans-serif;
  font-weight: 200;
  font-size: 48px;
  color: #FFF;
}
@media screen and (max-width: 480px) {
  .bx-wrapper img {
    max-width: 100%;
  }
  .featureBlurb {
    padding-left: 2em;
    height: 200px;
  }
  .featureBlurb h2 {
    font-size: 20px;
  }
  .slidesjs-container {
    height: 422.5px !important;
  }
  #glassScreen {
    height: 270px !important;
  }
  header#siteHeader a {
    float: none;
  }
  nav#nav {
    height: auto;
  }
  nav#nav .mainnav {
    overflow: initial;
    height: auto;
  }
  .container {
    border: none;
  }
  .copyright img {
    width: 95%;
  }
  ul li {
    padding-left: 0;
  }
  #miiv ul li a {
    width: initial;
  }
  .subcontainer {
    width: auto;
    height: auto;
  }
}
.triForce {
  margin-top: 10px;
}
#photoCallout {
  background: url(/redesign2016/images/andy-cooking-imer.png);
  background-size: cover;
  padding: 180px 6px 6px;
}
#photoCallout p {
  background: rgba(20, 20, 20, 0.65);
  color: #FFF;
  padding: 6px;
  font-size: 1.25em;
  margin: 0;
}
h2 + ul.alt,
h3 + ul.alt,
h4 + ul.alt,
h5 + ul.alt,
h6 + ul.alt {
  margin-top: 1em;
}
hr.major {
  background:#6C7A50;
height: 5px;
margin: 1em 0 5px 0;
border: none;
}
#intro {
  padding-top: 50px;
  background-color: #fbfbfc;
}
#intro h2 {
  font-size: 56px;
  margin: 0;
}
.button {
  margin-bottom: 1em;
}
.box.main {
  background-image: -webkit-linear-gradient(top, #ecf8ce, #FFF);
  background-image: -moz-linear-gradient(top, #ecf8ce, #FFF);
  background-image: -ms-linear-gradient(top, #ecf8ce, #FFF);
  background-image: -o-linear-gradient(top, #ecf8ce, #FFF);
  background-image: linear-gradient(to bottom, #ecf8ce, #FFF);
}
.box.main h1,
.box.main h2,
.box.main h3,
.box.main h4,
.box.main h5,
.box.main h6 {
  /*color: #92a273;*/
	color:#6c7a50;
}
.box.main p,
.box.main ul,
.box.main li {
  /*color: #92a273;*/
	color:#6c7a50;
}
.box.main .photoHeading p,
.box.main .photoHeading h2,
.box.main .photoHeading h3 {
  background: #fbfbfc;
}
.box.surface {
  background: #FFFFFF;
}
.box.surface .photoHeading p,
.box.surface .photoHeading h2,
.box.surface .photoHeading h3 {
  background: #FFFFFF;
}
.box.crust {
  background: #FFFEFA;
}
.box.crust .photoHeading p,
.box.crust .photoHeading h2,
.box.crust .photoHeading h3 {
  background: #FFFEFA;
}
.box.mantle {
  background: #E6E3D9;
}
.box.mantle .photoHeading p,
.box.mantle .photoHeading h2,
.box.mantle .photoHeading h3 {
  background: #E6E3D9;
}
.box.core {
  background: #C1BCAB;
}
.box.core .photoHeading p,
.box.core .photoHeading h2,
.box.core .photoHeading h3 {
  background: #C1BCAB;
}
.row.eduRow {
  margin-top: 2em;
}
.box.news {
  background: #FCE1B6;
}
.box.news .photoHeading p,
.box.news .photoHeading h2,
.box.news .photoHeading h3 {
  background: #FCE1B6;
}
.box.blank {
  background: none;
  border: none;
}
.box.edu {
  background: #fbfbfc;
}
.box.edu .photoHeading p,
.box.edu .photoHeading h2,
.box.edu .photoHeading h3 {
  background: #fbfbfc;
}
.box.research {
  background: #FAE7D8;
}
.box.research .photoHeading p,
.box.research .photoHeading h2,
.box.research .photoHeading h3 {
  background: #FAE7D8;
}
.box.health {
  background: #d2edd4;
}
.box.health .photoHeading p,
.box.health .photoHeading h2,
.box.health .photoHeading h3 {
  background: #d2edd4;
}
.photoHeading {
  padding-top: 150px;
  border-bottom: 4px solid #92a273;
  margin-bottom: 10px;
}
.photoHeading p {
  background: #fff;
  margin: 0;
  padding: 0.5em 1em 0.2em;
}
.photoHeading h2,
.photoHeading h3 {
  background: #fff;
  padding: 0.1em 16px 8px;
}
/*#ihelp {
    background: url(/redesign2016/images/IHeLpsummer2014-aroma.png);
    background: url(/file/46899/IHeLpsummer2014-aroma.png) ;
    background-size: cover;
    background-position: 30% 15%;
}
#nutcan {
    //background: url(/redesign2016/images/superfoods.png);
    background: url(/file/46903/superfoods.png);
    background-size: cover;
}
#healthpros {
    //background: url(/redesign2016/images/search_flat_icon.png);
    background: url();
    background-size: contain;
    background-position: 0 -33px;
}
#rooms {
    //background: url(/redesign2016/images/rooms-wellbeing.png);
    background: url(/file/46901/rooms-wellbeing.png);
    background-size: cover;
    background-position: 30% 30%;
}
#coachprog {
    //background: url(/redesign2016/images/coaching.png);
    background: url( /file/46900/coaching.png );
    //background-size: 115%;
    //background-position: -12px 0;
    background-size: cover;
    background-position: 30% 30%;
}
#ihelp2016 {
    //background: url(/redesign2016/images/IHeLp2016SpringClass.png);
    background: url( /file/46902/IHeLp2016SpringClass.png );
    background-size: cover;
    background-position: 30% 10%
}
*/
.box.pageLink a {
  text-decoration: none;
  color: #4967a3;
}
.box.pageLink:hover {
  background-color: #92a273;
  color: white;
}
.box.pageLink:hover h3,
.box.pageLink:hover a {
  color: white;
}
/* modal */
#mask {
  position: fixed;
  /* important */
  top: 0px;
  /* start from top */
  left: 0px;
  /* start from left */
  height: 100%;
  /* cover the whole page */
  width: 100%;
  /* cover the whole page */
  display: none;
  /* don't show it '*/
  z-index: 9000000;
  /* styling */
  background-color: #f7f5ee;
  border: none;
}
.modal_window {
  position: absolute;
  /* important so we can position it on center later */
  display: none;
  /* don't show it */
  z-index: 9000001;
  /* styling */
  width: 75%;
  max-height: 680px;
  overflow: auto;
  background-image: -webkit-linear-gradient(top, #FFFFFF, #FFFEFA);
  background-image: -moz-linear-gradient(top, #FFFFFF, #FFFEFA);
  background-image: -ms-linear-gradient(top, #FFFFFF, #FFFEFA);
  background-image: -o-linear-gradient(top, #FFFFFF, #FFFEFA);
  background-image: linear-gradient(to bottom, #FFFFFF, #FFFEFA);
  color: #333;
  border: 1px solid #92a273;
  padding: 2em;
  box-shadow: 1px 1px 10px 0 #555;
}
.close_modal {
  font-size: xx-small;
  border: 1px solid #17428d;
  padding: 3px;
  text-decoration: none;
  float: right;
}
.print_modal {
  float: right;
  margin-right: 10px;
}
header #logBox {
    display: none;
    background-color: #FFF;
    color: white;
    width: 240px;
    position: absolute;
    padding: 15px;
    right: 0;
    height: 160px;
    z-index: 100;
    border-left: 5px solid #92a273;
    border-right: 5px solid #92a273;
    border-bottom: 5px solid #92a273;
}
header #logBox p {
  float: right;
  font-size: 14px;
}
header #logBox a {
  clear: both;
  float: none;
  text-decoration: none;
}
.lField {
  height: 1.5em !important;
  width: 200px !important;
}
#fbButton {
  font-weight: 200;
  font-size: 12px;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  -moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  -ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  background-color: #3b5998;
  border: 0;
  color: #FFF !important;
  cursor: pointer;
  display: inline-block;
  height: 2.85em;
  line-height: 2.95em;
  padding: 0 1.5em;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
}
#fbButton:hover {
  background-color: #758AB6;
}
@media screen and (max-width: 480px) {
  header #logBox button {
    padding: 0 1.5em;
    height: 3em;
  }
	header#siteHeader h1 a {
		width:279px;
		height:50px;
	}
	#transforming {
		background: #fff;
		padding: 1em;
	}
	nav#nav .actions a {
		padding: 3px 0;
	}
	.featureBlurb {
		height: 140px !important;
	}
	.featureBlurb h2 {
		font-size:10px;
	}
  header #logBox {
    float: none;
    width: 240px;
    margin: 0 auto;
  }
  header #logBox p {
    float: none;
    text-align: center;
  }
  #azcimLogo {
  	width:220px;
  }
  .bx-controls {
  	display:none;
  }
}
/* forms */
.formFieldSet input[type="text"],
.formFieldSet input[type="password"],
.formFieldSet input[type="email"],
.formFieldSet input[type="tel"],
.formFieldSet select,
.formFieldSet textarea {
  display: inline-block;
}

/*# sourceMappingURL=main.css.map */