@charset "UTF-8";

/*! ---------- =reset ---------- */

* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
ul {
  list-style: disc;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
img {
  -ms-interpolation-mode: bicubic;
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}
audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden], template {
  display: none;
}
a:active, a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b, strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
}
button {
  overflow: visible;
}
button, select {
  text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled], html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"], input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}


/*! ---------- =typography ---------- */

body {
  font: 16px/22px "Open Sans", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #3a3e3c;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

.alternate-typeface, h1, h2, h3, h4, h5, h6, .home-identity {
  font-family: "Oswald", "Helvetica Neue Condensed", "Arial Narrow", Impact, sans-serif;
  font-weight: 700;
  font-style: normal;
}

p, ol, ul, h1, h2, h3, h4, h5, h6 {
  margin-bottom: 22px;
}
p, ol, ul {
  orphans: 2;
  widows: 2;
}
p:last-child, ol:last-child, ul:last-child {
  margin-bottom: 0;
}
ol, ul {
  margin-left: 2em;
}
h1, h2, h3, h4, h5, h6 {
  text-rendering: optimizeLegibility;
  color: #363d39;
}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
  display: inline-block;
  vertical-align: middle;
}
h1 {
  font-size: 36px;
  line-height: 44px;
}
@media (max-width: 767px) {
  h1 {
    font-size: 32px;
  }
}
h2 {
  font-size: 32px;
  line-height: 33px;
}
h3 {
  font-size: 26px;
  line-height: 33px;
}
h4 {
  font-size: 22px;
}
h5 {
  font-size: 18px;
}

.section-heading {
  padding-bottom: 22px;
  margin-bottom: 44px;
  font-family: "Open Sans", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  text-align: center;
  color: #167d75;
  position: relative;
}
.section-heading::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 100%;
  opacity: 0.6;
  border-left-color: #a4a8a7 !important;
}


/*! ---------- =common =components ---------- */

body {
  background-color: #fff;
}

a {
  text-decoration: none;
  font-weight: 600;
  color: #00a48a;
}
a:hover, a:focus {
  color: #e99310;
}
a, button {
  -webkit-transition: color 0.15s ease-out, background-color 0.15s ease-out, border 0.15s ease-out, opacity 0.15s ease-out, -webkit-box-shadow 0.15s ease-out;
  transition: color 0.15s ease-out, background-color 0.15s ease-out, border 0.15s ease-out, opacity 0.15s ease-out, -webkit-box-shadow 0.15s ease-out;
  -o-transition: color 0.15s ease-out, background-color 0.15s ease-out, border 0.15s ease-out, box-shadow 0.15s ease-out, opacity 0.15s ease-out;
  transition: color 0.15s ease-out, background-color 0.15s ease-out, border 0.15s ease-out, box-shadow 0.15s ease-out, opacity 0.15s ease-out;
  transition: color 0.15s ease-out, background-color 0.15s ease-out, border 0.15s ease-out, box-shadow 0.15s ease-out, opacity 0.15s ease-out, -webkit-box-shadow 0.15s ease-out;
}

.block {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.align-left {
  text-align: left;
}
.align-center {
  text-align: center;
}
.align-right {
  text-align: right;
}

.margin {
  margin-bottom: 22px;
}
.margin-large {
  margin-bottom: 44px;
}
.margin-small {
  margin-bottom: 11px;
}
.margin-top {
  margin-top: 22px;
}
.margin-top-large {
  margin-top: 44px;
}
.margin-top-small {
  margin-top: 11px;
}

.more {
  display: inline-block;
  font-weight: 700;
}
.more:hover .arrow, .more:hover .section-heading::after, .more:focus .arrow, .more:focus .section-heading::after {
  border-left-color: #e99310;
  -webkit-transform: translateX(0.2em) scaleX(1.5);
      -ms-transform: translateX(0.2em) scaleX(1.5);
          transform: translateX(0.2em) scaleX(1.5);
}

.img-left, .img-right {
  display: block;
  max-width: 40%;
  margin: 0 0 11px;
}
.img-left img, .img-right img {
  display: block;
}
.img-left {
  float: left;
  margin-right: 11px;
}
.img-right {
  float: right;
  margin-left: 11px;
}

.note {
  font-size: 14px;
  font-weight: 400;
  font-style: italic;
  opacity: 0.7;
}
pre + .note, input + .note, textarea + .note {
  margin-top: -11px;
}

.highlight {
  color: #247f85;
}
.warn {
  color: #c41;
}

figure {
  display: block;
  margin-bottom: 22px;
  border: 1px solid #f0f2f3;
  padding: 5.5px;
}
figcaption {
  display: block;
  padding: 5.5px 0;
  font-size: 12px;
  opacity: 0.8;
}

.arrow, .section-heading::after {
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  margin-left: 0.75em;
  margin-right: 0.5em;
  margin-top: -0.2em;
  line-height: 1em;
  border: 0.5em solid transparent;
  border-left-color: #00a48a;
  border-right-width: 0;
  -webkit-transform: scaleX(1.5);
      -ms-transform: scaleX(1.5);
          transform: scaleX(1.5);
  -webkit-transition: border-left-color 0.15s ease-out, -webkit-transform 0.15s ease-out;
  transition: border-left-color 0.15s ease-out, -webkit-transform 0.15s ease-out;
  -o-transition: border-left-color 0.15s ease-out, transform 0.15s ease-out;
  transition: border-left-color 0.15s ease-out, transform 0.15s ease-out;
  transition: border-left-color 0.15s ease-out, transform 0.15s ease-out, -webkit-transform 0.15s ease-out;
}
.arrow--highlight {
  border-left-color: #247f85;
}
.arrow--action {
  border-left-color: #e99310;
}
.arrow--warn {
  border-left-color: #c41;
}
.arrow--inverse {
  border-left-color: #fff;
}
.arrow--down, .section-heading::after, .accordion__label.is-active .arrow, .accordion__label.is-active .section-heading::after, .in-this-section__toggle.is-active .arrow, .in-this-section__toggle.is-active .section-heading::after {
  -webkit-transform: rotate(90deg) scaleX(1.5);
      -ms-transform: rotate(90deg) scaleX(1.5);
          transform: rotate(90deg) scaleX(1.5);
}
.arrow--up {
  -webkit-transform: rotate(-90deg) scaleX(1.5);
      -ms-transform: rotate(-90deg) scaleX(1.5);
          transform: rotate(-90deg) scaleX(1.5);
}
.arrow--left {
  -webkit-transform: scaleX(-1.5);
      -ms-transform: scaleX(-1.5);
          transform: scaleX(-1.5);
}

.sfLoginFieldsWrp {
  margin: 0;
  list-style: none;
}
.button, .sfSubmitBtn, .sfLostPassword, .more-button {
  display: inline-block;
  vertical-align: middle;
  padding: 11px 33px;
  border: 2px solid #167d75;
  border-radius: 3px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  color: #167d75;
  background: #fff;
  -webkit-transition: color 0.15s ease-out, background-color 0.15s ease-out, -webkit-transform 0.15s ease-out, -webkit-box-shadow 0.15s ease-out;
  transition: color 0.15s ease-out, background-color 0.15s ease-out, -webkit-transform 0.15s ease-out, -webkit-box-shadow 0.15s ease-out;
  -o-transition: color 0.15s ease-out, background-color 0.15s ease-out, transform 0.15s ease-out, box-shadow 0.15s ease-out;
  transition: color 0.15s ease-out, background-color 0.15s ease-out, transform 0.15s ease-out, box-shadow 0.15s ease-out;
  transition: color 0.15s ease-out, background-color 0.15s ease-out, transform 0.15s ease-out, box-shadow 0.15s ease-out, -webkit-transform 0.15s ease-out, -webkit-box-shadow 0.15s ease-out;
}
.button:hover, .button:focus,
.sfSubmitBtn:hover, .sfSubmitBtn:Focus,
.sfLostPassword:hover, .sfLostPassword:focus,
.more-button:hover, .more-button:focus {
  color: #00a48a;
  border-color: #00a48a;
  -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 1px rgba(0, 0, 0, 0.2);
}
.more-button:hover, .more-button:focus {
	border-color: #888;
	background-color: #eee;
}
.more-button {
	padding: 0 !important;
}
.more-button a {
	display: inline-block;
	width: 100%;
}
.more-button:hover a, .more-button:focus a {
	color: #888;
}
.more-button:hover a::after, .more-button:active a::after {
  content: '\a0\a0\2573';
}
.button:active, .sfSubmitBtn:active, .sfLostPassword:active {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.button--large {
  display: block;
  width: auto;
  max-width: 100%;
  padding-left: 2.75px;
  padding-right: 2.75px;
}
.button--large + .button--large {
  margin-left: 0;
  margin-top: 11px;
}
.button--small, .more-button a {
  padding: 5.5px 22px;
  font-size: 14px;
}
.button--action {
  color: #bc7304;
  border-color: #bc7304;
}
.button--action:hover, .button--action:focus {
  color: #e99310;
  border-color: #e99310;
}
.button--warn {
  color: #c41;
  border-color: #c41;
}
.button--warn:hover, .button--warn:focus {
  color: #c41;
  border-color: #c41;
}
.button--cancel {
  font-size: 14px;
  font-weight: 400;
  color: #3a3e3c;
  border: 1px solid #a4a8a7;
}
.button--cancel:hover, .button--cancel:focus {
  color: #00a48a;
  border-color: #00a48a;
}
.button--cta {
  padding: 16.5px 38.5px;
  border-width: 0;
  font-weight: 400;
  color: #fff !important;
  background-color: #167d75;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
}
.button--cta:hover, .button--cta:focus {
  background-color: #00a48a;
}
.button--cta.button--highlight {
  background-color: #247f85;
}
.button--cta.button--highlight:hover, .button--cta.button--highlight:focus {
  background-color: #247f85;
}
.button--cta.button--action {
  background-color: #e99310;
}
.button--cta.button--action:hover, .button--cta.button--action:focus {
  background-color: #e99310;
}
.check-mark a::after {
  content: '\a0\a0\1F5F8';
}
.question-mark a::after {
  content: '\a0\a0?';
}
.not-found a::after {
  content: '\a0\a0\2573';
}
.pull-quote {
  padding: 22px 0;
  margin: 22px 0;
  border: solid #266165;
  border-width: 2px 0;
  font-size: 18px;
  line-height: 33px;
  font-weight: 300;
}
.pull-quote__attribution {
  display: block;
  font-size: 14px;
  line-height: 22px;
  opacity: 0.8;
}
.pull-quote__attribution::before {
  content: '– ';
}
p + .pull-quote__attribution {
  margin-top: -16.5px;
}

@media (min-width: 470px) {
  .pull-quote--left, .pull-quote--right {
    max-width: 40%;
    margin-top: 0;
  }
  .pull-quote--left {
    float: left;
    margin-right: 22px;
    padding: 0 22px 0 0;
    border-width: 0 2px 0 0;
  }
  .pull-quote--right {
    float: right;
    margin-left: 22px;
  }
}

.content-box {
  padding: 22px;
  margin-bottom: 44px;
  background: #f0f2f3;
}
.content-box:last-child {
  margin-bottom: 0;
}
.content-box--highlight {
  background: #167d75;
}
.content-box--highlight, .content-box--highlight h1, .content-box--highlight h2, .content-box--highlight h3, .content-box--highlight h4, .content-box--highlight h5, .content-box--highlight h6, .content-box--highlight a, .content-box--highlight .button, .content-box--highlight label, .content-box--highlight label.is-focused {
  color: #fff;
}
.content-box--highlight .more .arrow, .content-box--highlight .more .section-heading::after {
  border-left-color: #fff;
}
.content-box--highlight .button {
  border-color: #fff;
  border-color: rgba(255, 255, 255, 0.8);
  background: #363d39;
  background: rgba(54, 61, 57, 0.4);
}
.content-box--highlight .button:hover, .content-box--highlight .button:focus {
  border-color: #fff;
}
.content-box--callout {
  border: 2px solid #167d75;
  background: #fff;
}
.content-box--callout h1, .content-box--callout h2, .content-box--callout h3, .content-box--callout h4, .content-box--callout h5, .content-box--callout h6 {
  color: #167d75;
}
.content-box--action {
  border: 2px solid #e99310;
  background: #fff;
}
.content-box--action h1, .content-box--action h2, .content-box--action h3, .content-box--action h4, .content-box--action h5, .content-box--action h6 {
  color: #e99310;
}

.item-list {
  list-style: none;
  margin: 0 0 44px;
}
.item-list:last-child {
  margin-bottom: 0;
}
.item-list + .button {
  margin-top: -22px;
}
.item-list__item {
	position: relative;
	padding: 16.5px;
	border-bottom: 16.5px solid #f6f6f6;
}
.item-list__item + .item-list__item {
  /*margin-top: 33px;*/
  padding-top: 0px;
}
.item-list__item:nth-child(odd) {
	background-color: #f6f6f6;
	border-bottom: 16.5px solid #fff;
}
.item-list__title {
  font-family: "Open Sans", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 17px;
  line-height: 22px;
  font-weight: 600;
  margin: 0;
}
.item-list__date {
  font-style: italic;
  opacity: 0.6;
  margin: 11px 0 0;
}
.item-list__description {
  opacity: 0.85;
  margin: 5.5px 0 0;
}
.item-list__description p {
  margin-bottom: 5.5px;
}
.item-list__description p:last-child {
  margin-bottom: 0;
}
.item-list__thumbnail {
  width: 100px;
  height: 100px;
  max-width: 33%;
  float: left;
  margin-right: 22px;
}
.item-list__thumbnail img {
	max-width:100%;
	max-height:100%;
}
.item-list__thumbnail ~ .item-list__title, .item-list__thumbnail ~ .item-list__date, .item-list__thumbnail ~ .item-list__description {
  overflow: hidden;
}
.fellowsBox {
	float:left;
	max-width:50%
}
.fellowsInfo {
	font-size: smaller;
}
.fellowsCategoriesFull {
  position:absolute;
  right:0;
  width:30%;
  height:98%;
  font-size:smaller;
  overflow:auto;
}
.fellowsCategoriesMobile {
	display:none;
}
@media (max-width: 600px) {
  .item-list__thumbnail {
    width: auto;
    height: auto;
    max-width: none;
    float: none;
    text-align: center;
	margin: 0;
  }
  .item-list__thumbnail img {
	  padding-bottom: 15px;
  }
  .fellowsBox {
	float:none;
	max-width:initial;
  }
  .fellowsCategoriesFull {
	display:none;
  }
  .fellowsCategoriesMobile {
	display:block;
  }
}
.toggle-indicator {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 22px;
  position: relative;
}
.toggle-indicator:first-child {
  margin-right: 11px;
}
.toggle-indicator:last-child {
  margin-left: 11px;
}
.toggle-indicator__piece {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -2px;
  -webkit-transition: opacity 0.2s ease-out 0.4s, margin 0.2s ease-out 0.4s, -webkit-transform 0.25s ease-out;
  transition: opacity 0.2s ease-out 0.4s, margin 0.2s ease-out 0.4s, -webkit-transform 0.25s ease-out;
  -o-transition: opacity 0.2s ease-out 0.4s, margin 0.2s ease-out 0.4s, transform 0.25s ease-out;
  transition: opacity 0.2s ease-out 0.4s, margin 0.2s ease-out 0.4s, transform 0.25s ease-out;
  transition: opacity 0.2s ease-out 0.4s, margin 0.2s ease-out 0.4s, transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
}
.toggle-indicator__piece::before {
  content: '';
  display: block;
  width: 24px;
  height: 4px;
  background: #363d39;
  -webkit-transition: background 0.2s ease-out;
  -o-transition: background 0.2s ease-out;
  transition: background 0.2s ease-out;
}
.toggle-indicator__piece--1 {
  margin-top: -8px;
}
.toggle-indicator__piece--3 {
  margin-top: 4px;
}
.is-active .toggle-indicator__piece {
  -webkit-transition: opacity 0.2s ease-out, margin 0.2s ease-out, -webkit-transform 0.25s ease-out 0.3s;
  transition: opacity 0.2s ease-out, margin 0.2s ease-out, -webkit-transform 0.25s ease-out 0.3s;
  -o-transition: opacity 0.2s ease-out, margin 0.2s ease-out, transform 0.25s ease-out 0.3s;
  transition: opacity 0.2s ease-out, margin 0.2s ease-out, transform 0.25s ease-out 0.3s;
  transition: opacity 0.2s ease-out, margin 0.2s ease-out, transform 0.25s ease-out 0.3s, -webkit-transform 0.25s ease-out 0.3s;
}
.is-active .toggle-indicator__piece::before {
  background: #247f85;
}
.is-active .toggle-indicator__piece--2 {
  opacity: 0;
}
.is-active .toggle-indicator__piece--1, .is-active .toggle-indicator__piece--3 {
  margin-top: -2px;
}
.is-active .toggle-indicator__piece--1 {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.is-active .toggle-indicator__piece--3 {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.js .toggle-target:not(.is-active) {
  display: none;
}

.group:after, .item-list__item:after, .side-label:after, .page-footer .page-bounds:after, .interior-layout:after {
  content: "";
  display: table;
  clear: both;
}


/*! ---------- =grids ---------- */

/* !importants to override sitefinity grids */
.grid {
  display: block;
  width: auto !important;
  padding: 0 !important;
  margin-right: -22px !important;
  letter-spacing: -0.31em !important;
  text-rendering: optimizespeed;
  text-align: center !important;
}
.grid__unit {
  display: inline-block !important;
  width: 100% !important;
  padding: 0 22px 22px 0 !important;
  margin: 0 !important;
  vertical-align: top;
  letter-spacing: normal;
  text-rendering: auto;
  text-align: left !important;
}

.grid__unit--1-2 { width: 50% !important; }
.grid__unit--1-3 { width: 33.33% !important; }
.grid__unit--2-3 { width: 66.66% !important; }
.grid__unit--1-4 { width: 25% !important; }
.grid__unit--3-4 { width: 75% !important; }
.grid__unit--1-5 { width: 20% !important; }
.grid__unit--2-5 { width: 40% !important; }
.grid__unit--3-5 { width: 60% !important; }
.grid__unit--4-5 { width: 80% !important; }
.grid__unit--1-6 { width: 16.66% !important; }
.grid__unit--5-6 { width: 83.3% !important; }
.grid__unit--1-8 { width: 12.5% !important; }
.grid__unit--3-8 { width: 37.5% !important; }
.grid__unit--5-8 { width: 62.5% !important; }
.grid__unit--7-8 { width: 87.5% !important; }
.grid__unit--1-9 { width: 11.11% !important; }
.grid__unit--2-9 { width: 22.22% !important; }
.grid__unit--4-9 { width: 44.44% !important; }
.grid__unit--5-9 { width: 55.55% !important; }
.grid__unit--7-9 { width: 77.77% !important; }
.grid__unit--8-9 { width: 88.88% !important; }
.grid__unit--1-12 { width: 8.33% !important; }
.grid__unit--5-12 { width: 41.65% !important; }
.grid__unit--7-12 { width: 58.31% !important; }
.grid__unit--11-12 { width: 91.63% !important; }


@media (min-width: 470px) {
  .grid__unit--1-2-s { width: 50% !important; }
  .grid__unit--1-3-s { width: 33.33% !important; }
  .grid__unit--2-3-s { width: 66.66% !important; }
  .grid__unit--1-4-s { width: 25% !important; }
  .grid__unit--3-4-s { width: 75% !important; }
  .grid__unit--1-5-s { width: 20% !important; }
  .grid__unit--2-5-s { width: 40% !important; }
  .grid__unit--3-5-s { width: 60% !important; }
  .grid__unit--4-5-s { width: 80% !important; }
  .grid__unit--1-6-s { width: 16.66% !important; }
  .grid__unit--5-6-s { width: 83.3% !important; }
  .grid__unit--1-8-s { width: 12.5% !important; }
  .grid__unit--3-8-s { width: 37.5% !important; }
  .grid__unit--5-8-s { width: 62.5% !important; }
  .grid__unit--7-8-s { width: 87.5% !important; }
  .grid__unit--1-9-s { width: 11.11% !important; }
  .grid__unit--2-9-s { width: 22.22% !important; }
  .grid__unit--4-9-s { width: 44.44% !important; }
  .grid__unit--5-9-s { width: 55.55% !important; }
  .grid__unit--7-9-s { width: 77.77% !important; }
  .grid__unit--8-9-s { width: 88.88% !important; }
  .grid__unit--1-12-s { width: 8.33% !important; }
  .grid__unit--5-12-s { width: 41.65% !important; }
  .grid__unit--7-12-s { width: 58.31% !important; }
  .grid__unit--11-12-s { width: 91.63% !important; }
}


@media (min-width: 768px) {
  .grid {
    margin-right: -44px !important;
  }
  .grid__unit {
    padding: 0 44px 44px 0 !important;
  }
  .grid__unit--1-2-m { width: 50% !important; }
  .grid__unit--1-3-m { width: 33.33% !important; }
  .grid__unit--2-3-m { width: 66.66% !important; }
  .grid__unit--1-4-m { width: 25% !important; }
  .grid__unit--3-4-m { width: 75% !important; }
  .grid__unit--1-5-m { width: 20% !important; }
  .grid__unit--2-5-m { width: 40% !important; }
  .grid__unit--3-5-m { width: 60% !important; }
  .grid__unit--4-5-m { width: 80% !important; }
  .grid__unit--1-6-m { width: 16.66% !important; }
  .grid__unit--5-6-m { width: 83.3% !important; }
  .grid__unit--1-8-m { width: 12.5% !important; }
  .grid__unit--3-8-m { width: 37.5% !important; }
  .grid__unit--5-8-m { width: 62.5% !important; }
  .grid__unit--7-8-m { width: 87.5% !important; }
  .grid__unit--1-9-m { width: 11.11% !important; }
  .grid__unit--2-9-m { width: 22.22% !important; }
  .grid__unit--4-9-m { width: 44.44% !important; }
  .grid__unit--5-9-m { width: 55.55% !important; }
  .grid__unit--7-9-m { width: 77.77% !important; }
  .grid__unit--8-9-m { width: 88.88% !important; }
  .grid__unit--1-12-m { width: 8.33% !important; }
  .grid__unit--5-12-m { width: 41.65% !important; }
  .grid__unit--7-12-m { width: 58.31% !important; }
  .grid__unit--11-12-m { width: 91.63% !important; }
}


@media (min-width: 960px) {
  .grid__unit--1-2-l { width: 50% !important; }
  .grid__unit--1-3-l { width: 33.33% !important; }
  .grid__unit--2-3-l { width: 66.66% !important; }
  .grid__unit--1-4-l { width: 25% !important; }
  .grid__unit--3-4-l { width: 75% !important; }
  .grid__unit--1-5-l { width: 20% !important; }
  .grid__unit--2-5-l { width: 40% !important; }
  .grid__unit--3-5-l { width: 60% !important; }
  .grid__unit--4-5-l { width: 80% !important; }
  .grid__unit--1-6-l { width: 16.66% !important; }
  .grid__unit--5-6-l { width: 83.3% !important; }
  .grid__unit--1-8-l { width: 12.5% !important; }
  .grid__unit--3-8-l { width: 37.5% !important; }
  .grid__unit--5-8-l { width: 62.5% !important; }
  .grid__unit--7-8-l { width: 87.5% !important; }
  .grid__unit--1-9-l { width: 11.11% !important; }
  .grid__unit--2-9-l { width: 22.22% !important; }
  .grid__unit--4-9-l { width: 44.44% !important; }
  .grid__unit--5-9-l { width: 55.55% !important; }
  .grid__unit--7-9-l { width: 77.77% !important; }
  .grid__unit--8-9-l { width: 88.88% !important; }
  .grid__unit--1-12-l { width: 8.33% !important; }
  .grid__unit--5-12-l { width: 41.65% !important; }
  .grid__unit--7-12-l { width: 58.31% !important; }
  .grid__unit--11-12-l { width: 91.63% !important; }
}


/*! ---------- =forms ---------- */

input[type="text"],
input[type="email"],
input[type="password"],
input[type="number"],
input[type="tel"],
textarea,
select {
  display: block;
  width: 100%;
  padding: 8.25px 11px;
  margin-bottom: 22px;
  border: 1px solid #e2e6e8;
  color: #3a3e3c;
  color: rgba(58, 62, 60, 0.8);
  background: #fff;
  font: 14px/22px "Open Sans", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-transition: color 0.15s ease-out, border-color 0.15s ease-out, background-color 0.15s ease-out, opacity 0.15s ease-out;
  -o-transition: color 0.15s ease-out, border-color 0.15s ease-out, background-color 0.15s ease-out, opacity 0.15s ease-out;
  transition: color 0.15s ease-out, border-color 0.15s ease-out, background-color 0.15s ease-out, opacity 0.15s ease-out;
}
input[type="text"]:last-child,
input[type="email"]:last-child,
input[type="password"]:last-child,
input[type="number"]:last-child,
input[type="tel"]:last-child,
textarea:last-child,
select:last-child {
  margin-bottom: 0;
}
input[type="text"]:required,
input[type="email"]:required,
input[type="password"]:required,
input[type="number"]:required,
input[type="tel"]:required,
textarea:required,
select:required {
  border-color: #c4dbda;
}
input[type="text"].input-validation-error,
input[type="email"].input-validation-error,
input[type="password"].input-validation-error,
input[type="number"].input-validation-error,
input[type="tel"].input-validation-error,
textarea.input-validation-error,
select.input-validation-error {
  border-color: #c41;
  color: #c41;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
textarea:focus,
select:focus {
  border-color: #00a48a;
  color: #3a3e3c;
}

textarea {
  padding: 11px;
  min-height: 88px;
}
textarea.textarea-large {
  min-height: 220px;
}

input[type="radio"], input[type="checkbox"] {
  display: inline-block;
  position: relative;
  top: -0.1em;
}
label + input[type="radio"], label + input[type="checkbox"] {
  margin-left: 22px;
}

label {
  display: block;
  margin-bottom: 5.5px;
  font-size: 16px;
  font-weight: 700;
  color: #363d39;
  opacity: 0.9;
  -webkit-transition: color 0.15s ease-out, opacity 0.15s ease-out;
  -o-transition: color 0.15s ease-out, opacity 0.15s ease-out;
  transition: color 0.15s ease-out, opacity 0.15s ease-out;
}
input[type="radio"] + label, input[type="checkbox"] + label {
  display: inline-block;
  vertical-align: top;
  font-weight: 400;
}
label.required {
  color: #167d75;
}
label.required::after {
  content: '*';
  font-weight: 400;
}
label.input-validation-error, .sfError {
  color: #c41;
}
label.is-selected {
  color: #266165;
}
label.is-focused {
  color: #00a48a;
  opacity: 1;
}

.side-label {
  margin-bottom: 22px;
}
.side-label:last-child {
  margin-bottom: 0;
}


@media (min-width: 470px) {
  .side-label {
    padding-left: 154px;
  }
  .side-label label {
    width: 154px;
    float: left;
    margin-left: -154px;
    padding: 5.5px 1em 0 0;
  }
}

.field-validation-error {
  display: block;
  margin-bottom: 22px;
  font-size: 14px;
  color: #c41;
}
input + .field-validation-error, select + .field-validation-error, textarea + .field-validation-error {
  margin-top: -16.5px;
}


/*! ---------- =tabs ---------- */

.tabs--standard {
  margin-bottom: 44px;
}
.tabs--standard:last-child {
  margin-bottom: 0;
}
.tabs--standard .tabs__tab {
  display: inline-block;
  vertical-align: bottom;
  padding: 11px;
  margin-bottom: -1px;
  border: 1px solid #f0f2f3;
  background: #f0f2f3;
  opacity: 0.9;
  position: relative;
  z-index: 2;
  cursor: pointer;
}
.tabs--standard .tabs__tab.is-active {
  background: #fff;
  border-bottom-color: #fff;
  color: #247f85;
}
.tabs--standard .tabs__pane {
  border: 1px solid #f0f2f3;
  padding: 22px;
  display: none;
}
.tabs--standard .tabs__pane.is-active {
  display: block;
}

.accordion {
  margin-bottom: 44px;
}
.accordion:last-child {
  margin-bottom: 0;
}
.accordion__label {
  display: block;
  padding: 11px;
  background: #fff;
  border: 1px solid #f0f2f3;
  color: #3a3e3c;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
}
.accordion__label .arrow, .accordion__label .section-heading::after {
  font-size: 0.9em;
  border-left-color: #3a3e3c;
  -webkit-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.accordion__label.is-active {
  color: #247f85;
  border-color: #247f85 #247f85 #f0f2f3 #247f85;
  background: #f7f7f7;
}
.accordion__label.is-active .arrow, .accordion__label.is-active .section-heading::after {
  border-left-color: #247f85;
}
.accordion__label ~ .accordion__label {
  margin-top: 5.5px;
}
.accordion__content {
  border: 1px solid #247f85;
  border-top: none;
  padding: 22px 11px;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.js .accordion__content:not(.is-active) {
  max-height: 0;
  padding-top: 0;
  padding-bottom: 0;
  border-width: 0 1px;
  visibility: hidden;
  opacity: 0;
}


@media (min-width: 470px) {
  .tabs--standard .tabs__tab {
    padding: 16.5px 22px;
    font-weight: 600;
  }
}


/*! ---------- =code and =syntax highlighting ---------- */

pre, code {
  font-family: "Inconsolata", monospace;
  font-size: 14px;
  line-height: 22px;
}
pre {
  display: block;
  padding: 22px 11px;
  border: 1px solid #e5e8ea;
  margin-bottom: 22px;
  color: #222;
  background: white;
  overflow-y: auto;
  -webkit-box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.1);
  position: relative;
}
pre:last-child {
  margin-bottom: 0;
}
pre::before {
  content: attr(rel);
  font-family: "Open Sans", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 12px;
  color: #9cd7ce;
  position: absolute;
  top: 2px;
  right: 11px;
}

p > code, li > code {
  background: #fbfcfc;
  font-style: normal;
}
p > code::before, p > code::after, li > code::before, li > code::after {
  content: '';
  display: inline-block;
  width: 0.5em;
}

/*! syntax highlighting through prism: http://prismjs.com/index.html
*  the following is based off the default theme */
pre[class*="language-"] {
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}
.token.comment,
.token.prolog,
.token.doctype,
.token.cdata {
  color: slategray;
}
.token.punctuation {
  color: #999;
}
.namespace {
  opacity: .7;
}
.token.property,
.token.tag,
.token.boolean,
.token.number,
.token.constant,
.token.symbol,
.token.deleted {
  color: #905;
}
.token.selector,
.token.attr-name,
.token.string,
.token.char,
.token.builtin,
.token.inserted {
  color: #690;
}
.token.operator,
.token.entity,
.token.url,
.language-css .token.string,
.style .token.string {
  color: #a67f59;
  background: rgba(255, 255, 255, 0.5);
}
.token.atrule,
.token.attr-value,
.token.keyword {
  color: #07a;
}
.token.function {
  color: #DD4A68;
}
.token.regex,
.token.important,
.token.variable {
  color: #e90;
}
.token.important,
.token.bold {
  font-weight: bold;
}
.token.italic {
  font-style: italic;
}
.token.entity {
  cursor: help;
}


/*! ---------- =body ---------- */

body {
  width: 100%;
  overflow-x: hidden;
  background: #f0f2f3 url("/images/default-source/page-layout-images/aao-2017/bg-eye-chart.png") no-repeat 50% 0;
}

.page-banner {
  background: #fff;
}

.content {
  padding: 22px;
  background: #fff;
  position: relative;
  z-index: 2;
}

.page-bounds {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}


@media (min-width: 768px) {
  .content {
    padding: 44px;
  }
}


@media (min-width: 1280px) {
  .content {
    border: 1px solid #a4a8a7;
    margin-top: 44px;
  }
}


/*! ---------- =header, =nav ---------- */

.page-header {
  padding: 0 22px;
  border-bottom: 1px solid #edeff0;
  background: #fff;
  background: rgba(255, 255, 255, 0.92);
  position: relative;
  z-index: 100;
}
.page-header .page-bounds {
  position: relative;
}

.page-header__toggle {
  display: none;
}

.header-logo {
  max-width: 288px;
}
.header-logo a, .header-logo img {
  display: block;
  max-width: 100%;
  margin: 0;
}
.header-logo a {
  padding: 22px 0;
}

.header-utility__list {
  list-style: none;
  margin: 0;
}
.header-utility__item,
.header-utility__dropdown-item {
  display: inline-block;
  position: relative;
}
.header-utility__item a {
  display: block;
  padding: 5.5px 11px;
  font-weight: 400;
  color: #3a3e3c;
}
.header-utility__item a:hover,
.header-utility__item a:focus {
  color: #247f85;
}
.header-utility__item--promote a {
  font-weight: 600;
  color: #247f85;
}
.header-utility__item--highlight a {
  padding: 5.5px 22px;
  margin-right: 15px;
  border: 2px solid #e99310;
  font-weight: 600;
  color: #e99310;
}
.header-utility__item--highlight a:hover,
.header-utility__item--highlight a:focus {
  border-color: #247f85;
}
.header-utility__log-out {
  border: none !important;
}
.header-utility > .sfContentBlock {
  display: inline-block;
}
/* hide guest nav for administrators */
.header-utility .sfContentBlock + .sfContentBlock:last-child {
  display: none;
}

.header-search {
  position: relative;
}
.header-search__input {
  display: block;
  width: 100%;
  padding-right: 66px !important;
  padding-left: 11px !important;
  padding: 16.5px 66px 16.5px 11px !important;
  margin: 0 !important;
  border: 1px solid #a4a8a7 !important;
  font-size: 14px;
  line-height: 22px;
  background: #fff;
}
.header-search__submit {
  display: block;
  width: 55px;
  padding: 17.5px 0;
  position: absolute;
  right: 1px;
  top: 1px;
  text-align: center;
  background: transparent;
  font-size: 14px;
  font-weight: 700;
  color: #247f85;
}
.header-search__submit img {
  display: block;
  max-width: 20px;
  max-height: 20px;
}

.header-nav ul {
  list-style: none;
  margin: 0;
}
.header-nav li {
  position: relative;
}
.header-nav a {
  display: block;
  font-weight: 700;
}
.header-nav__sf-wrapper > ul > li > ul a {
  font-weight: 400;
  font-size: 14px;
  color: #3a3e3c;
}
.header-nav__toggle {
  display: none;
}


@media (max-width: 469px) {
  .header-utility__item,
  .header-utility__dropdown-item {
    display: block;
  }
  .header-utility__item--highlight a {
    border: none;
  }
}


@media (max-width: 469px) and (min-width: 400px) {
  .rd-loginout-link {
    position: absolute;
    right: 70px;
    top: 16px;
  }
}


@media (max-width: 959px) {
  .page-header {
    width: 100%;
  }
  .page-header__toggle {
    position: absolute;
    right: -22px;
    top: 0;
    padding: 22px 11px 22px 22px;
    font-size: 12px;
    color: #a4a8a7;
  }
  .page-header__toggle.is-active {
    color: #247f85;
  }
  .js .page-header__toggle {
    display: block;
  }
  .page-header__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .js .page-header__content:not(.is-active), .js .header-nav:not(.is-active) {
    display: none;
  }

  .header-logo a {
    padding: 11px 0;
  }
  .header-logo img {
    max-height: 44px;
  }

  .header-utility {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding: 16.5px 0;
    text-align: center;
  }
  .header-utility__dropdown-trigger {
    display: none;
  }
  .header-utility__dropdown {
    margin: 0;
  }

  .header-search {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 11px;
  }
  .header-search__input {
    padding-left: 22px !important;
  }
  .header-search__input:focus {
    border-color: #00a48a !important;
  }

  .header-nav {
    margin: 0 -22px;
    background: #fff;
    border-top: 1px solid #edeff0;
  }
  .header-nav a {
    padding: 16.5px 88px 16.5px 22px;
    border-bottom: 1px solid #edeff0;
  }
  .header-nav__sf-wrapper > ul > li > ul a {
    padding-left: 44px;
    border-bottom-color: #f0f2f3;
  }
  .header-nav__sf-wrapper > ul > li > ul > li > ul a {
    padding-left: 66px;
  }
  .js .header-nav li ul {
    overflow: hidden;
    max-height: 0;
    -webkit-transition: max-height 0.3s cubic-bezier(0, 0.5, 0, 1);
    -o-transition: max-height 0.3s cubic-bezier(0, 0.5, 0, 1);
    transition: max-height 0.3s cubic-bezier(0, 0.5, 0, 1);
  }
  .js .header-nav li ul.is-active {
    max-height: 100em;
    -webkit-transition: max-height 0.4s cubic-bezier(0.7, 0, 0.1, 1);
    -o-transition: max-height 0.4s cubic-bezier(0.7, 0, 0.1, 1);
    transition: max-height 0.4s cubic-bezier(0.7, 0, 0.1, 1);
  }
  .header-nav__toggle {
    width: 55px;
    height: 55px;
    position: absolute;
    right: 0;
    top: 0;
    background: #fff;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
  }
  .js .header-nav__toggle {
    display: block;
  }
  .header-nav__toggle::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-bottom-width: 0;
    border-top-color: #b5bec2;
    position: absolute;
    left: 50%;
    margin-left: -10px;
    top: 50%;
    margin-top: -5px;
    -webkit-transform: scaleX(0.6);
        -ms-transform: scaleX(0.6);
            transform: scaleX(0.6);
    -webkit-transition: -webkit-transform 0.2s ease-out;
    transition: -webkit-transform 0.2s ease-out;
    -o-transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
  }
  .header-nav__toggle.is-active::before {
    border-top-color: #247f85;
    -webkit-transform: scaleX(0.6) rotateX(180deg);
            transform: scaleX(0.6) rotateX(180deg);
  }
  .header-nav .is-current > a {
    color: #bc7304;
  }
}

@media (max-width: 959px) and (min-width: 768px) {
  .page-header__toggle {
    padding: 33px 33px 33px 44px;
  }

  .header-logo a {
    padding: 11px 22px;
  }
  .header-logo img {
    max-height: 66px;
  }

  .header-search {
    margin-left: 22px;
    margin-right: 22px;
  }
  .header-search__input {
    padding-right: 121px !important;
  }
  .header-search__submit {
    width: 110px;
  }

  .header-utility {
    margin: 11px 0;
  }

  .header-nav a {
    padding-left: 44px;
  }
  .header-nav__sf-wrapper > ul > li > ul a {
    padding-left: 66px;
  }
  .header-nav__sf-wrapper > ul > li > ul > li > ul a {
    padding-left: 88px;
  }
  .header-nav__toggle {
    width: 110px;
  }
}


@media (min-width: 960px) {
  .page-header {
    padding: 0 44px;
    border-bottom: none;
  }
  .header-logo {
    float: left;
  }

  .header-utility {
    position: absolute;
    right: 0;
    top: 71.5px;
  }
  .header-utility__dropdown-trigger,
  .header-utility__dropdown-trigger:hover,
  .header-utility__dropdown-trigger:focus {
    font-weight: 600;
    color: #247f85;
  }
  .header-utility__dropdown-trigger::after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 0;
    border: 0.5em solid transparent;
    border-top-color: #247f85;
    border-bottom-width: 0;
    margin-left: 0.4em;
    transform: scaleX(0.67);
  }
  .header-utility__dropdown-trigger.is-active::after {
    transform: scaleX(0.67) scaleY(-1);
  }
  .header-utility__dropdown {
    display: none;
    width: 15em;
    list-style: none;
    margin: 15px 0 0;
    padding: 10px 0;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    border: 1px solid #ddd;
    z-index: 30;
  }
  .header-utility__dropdown.is-active {
    display: block;
  }
  .header-utility__dropdown::before,
  .header-utility__dropdown::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-bottom-color: #ddd;
    border-top-width: 0;
    position: absolute;
    left: 20px;
    top: -10px;
  }
  .header-utility__dropdown::after {
    border-width: 0 9px 9px;
    border-bottom-color: #fff;
    left: 21px;
    top: -9px;
  }
  .header-utility__dropdown-item a {
    padding: 10px 20px;
  }

  .header-search {
    width: 33%;
    width: calc(100% - 332px);
    position: absolute;
    right: 0;
    top: 16.5px;
  }
  .header-search__input {
    padding-top: 11px !important;
    padding-bottom: 11px !important;
  }
  .header-search__submit {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .header-nav {
    clear: both;
    background-color: #00a48a;
    background-image: -webkit-gradient(linear, left top, right top, from(#00a48a), to(#247f85));
    background-image: -webkit-linear-gradient(left, #00a48a, #247f85);
    background-image: -o-linear-gradient(left, #00a48a, #247f85);
    background-image: linear-gradient(to right, #00a48a, #247f85);
    margin: 0 -44px;
  }
  .header-nav__sf-wrapper > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    margin: 0;
    text-align: center;
  }
  .header-nav__sf-wrapper > ul > li {
    display: inline-block;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    position: static;
  }
  .header-nav__sf-wrapper > ul > li > a {
    padding: 22px 0;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    position: relative;
  }
  .header-nav__sf-wrapper > ul > li > a::before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -10px;
    background: #fff;
    -webkit-transform: scaleY(0.33) rotate(-45deg);
        -ms-transform: scaleY(0.33) rotate(-45deg);
            transform: scaleY(0.33) rotate(-45deg);
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    -webkit-transition: opacity 0.15s ease-out, visibility 0s linear 0.15s, z-index 0s linear 0.15s;
    -o-transition: opacity 0.15s ease-out, visibility 0s linear 0.15s, z-index 0s linear 0.15s;
    transition: opacity 0.15s ease-out, visibility 0s linear 0.15s, z-index 0s linear 0.15s;
  }
  .header-nav__sf-wrapper > ul > li:hover > a {
    text-decoration: underline;
  }
  .header-nav__sf-wrapper > ul > li:hover > a::before {
    opacity: 1;
    visibility: visible;
    z-index: 101;
    -webkit-transition: opacity 0.1s ease-out 0.5s, z-index 0s linear 0.5s, visibility 0s linear 0.5s;
    -o-transition: opacity 0.1s ease-out 0.5s, z-index 0s linear 0.5s, visibility 0s linear 0.5s;
    transition: opacity 0.1s ease-out 0.5s, z-index 0s linear 0.5s, visibility 0s linear 0.5s;
  }
  .header-nav__sf-wrapper > ul > li:hover > ul {
    opacity: 1;
    z-index: 100;
    visibility: visible;
    -webkit-transition: opacity 0.2s ease-out 0.5s, z-index 0s linear 0.5s, visibility 0s linear 0.5s;
    -o-transition: opacity 0.2s ease-out 0.5s, z-index 0s linear 0.5s, visibility 0s linear 0.5s;
    transition: opacity 0.2s ease-out 0.5s, z-index 0s linear 0.5s, visibility 0s linear 0.5s;
  }
  .header-nav__sf-wrapper > ul > li:hover > ul > li {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
    -webkit-transition: opacity 0.25s ease-out, -webkit-transform 0.25s ease-out;
    transition: opacity 0.25s ease-out, -webkit-transform 0.25s ease-out;
    -o-transition: transform 0.25s ease-out, opacity 0.25s ease-out;
    transition: transform 0.25s ease-out, opacity 0.25s ease-out;
    transition: transform 0.25s ease-out, opacity 0.25s ease-out, -webkit-transform 0.25s ease-out;
  }
  .header-nav__sf-wrapper > ul > li:hover > ul > li:nth-child(1) {
    -webkit-transition-delay: 0.57s, 0.57s;
         -o-transition-delay: 0.57s, 0.57s;
            transition-delay: 0.57s, 0.57s;
  }
  .header-nav__sf-wrapper > ul > li:hover > ul > li:nth-child(2) {
    -webkit-transition-delay: 0.64s, 0.64s;
         -o-transition-delay: 0.64s, 0.64s;
            transition-delay: 0.64s, 0.64s;
  }
  .header-nav__sf-wrapper > ul > li:hover > ul > li:nth-child(3) {
    -webkit-transition-delay: 0.71s, 0.71s;
         -o-transition-delay: 0.71s, 0.71s;
            transition-delay: 0.71s, 0.71s;
  }
  .header-nav__sf-wrapper > ul > li:hover > ul > li:nth-child(4) {
    -webkit-transition-delay: 0.78s, 0.78s;
         -o-transition-delay: 0.78s, 0.78s;
            transition-delay: 0.78s, 0.78s;
  }
  .header-nav__sf-wrapper > ul > li:hover > ul > li:nth-child(5) {
    -webkit-transition-delay: 0.85s, 0.85s;
         -o-transition-delay: 0.85s, 0.85s;
            transition-delay: 0.85s, 0.85s;
  }
  .header-nav__sf-wrapper > ul > li:hover > ul > li:nth-child(6) {
    -webkit-transition-delay: 0.92s, 0.92s;
         -o-transition-delay: 0.92s, 0.92s;
            transition-delay: 0.92s, 0.92s;
  }
  .header-nav__sf-wrapper > ul > li:hover > ul > li:nth-child(7) {
    -webkit-transition-delay: 0.99s, 0.99s;
         -o-transition-delay: 0.99s, 0.99s;
            transition-delay: 0.99s, 0.99s;
  }
  .header-nav__sf-wrapper > ul > li:hover > ul > li:nth-child(8) {
    -webkit-transition-delay: 1.06s, 1.06s;
         -o-transition-delay: 1.06s, 1.06s;
            transition-delay: 1.06s, 1.06s;
  }
  .header-nav__sf-wrapper > ul > li:hover > ul > li:nth-child(9) {
    -webkit-transition-delay: 1.13s, 1.13s;
         -o-transition-delay: 1.13s, 1.13s;
            transition-delay: 1.13s, 1.13s;
  }
  .header-nav__sf-wrapper > ul > li:hover > ul > li:nth-child(10) {
    -webkit-transition-delay: 1.2s, 1.2s;
         -o-transition-delay: 1.2s, 1.2s;
            transition-delay: 1.2s, 1.2s;
  }
  .header-nav__sf-wrapper > ul > li > ul {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    padding: 33px 44px;
    border-bottom: 1px solid #edeff0;
    text-align: left;
    -webkit-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 22px;
            column-gap: 22px;
    background: #fff;
    opacity: 0;
    z-index: -1;
    visibility: hidden;
    -webkit-transition: opacity 0.15s ease-out, visibility 0s linear 0.15s, z-index 0s linear 0.15s;
    -o-transition: opacity 0.15s ease-out, visibility 0s linear 0.15s, z-index 0s linear 0.15s;
    transition: opacity 0.15s ease-out, visibility 0s linear 0.15s, z-index 0s linear 0.15s;
    -webkit-box-shadow: 1279px 0 0 #fff, -1279px 0 0 #fff;
            box-shadow: 1279px 0 0 #fff, -1279px 0 0 #fff;
  }
  .header-nav__sf-wrapper > ul > li > ul > li {
    display: inline-block;
    width: 100%;
    -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
            transform: translateY(20px);
    opacity: 0;
  }
  .header-nav__sf-wrapper > ul > li > ul > li > a {
    font-size: 16px;
    line-height: 33px;
    font-weight: 700;
    color: #167d75;
  }
  .header-nav__sf-wrapper > ul > li > ul > li > ul {
    margin-bottom: 22px !important;
    padding-top: 11px;
    border-top: 1px solid #f0f2f3;
  }
  .header-nav__sf-wrapper > ul > li > ul a:hover {
    color: #247f85;
  }
  .header-nav .is-current > a {
    text-decoration: underline;
  }
}


@media (min-width: 1164px) {
  .header-nav__sf-wrapper > ul > li > a {
    font-size: 16px;
  }
}


@media (min-width: 1368px) {
  .header-logo a {
    padding-top: 11px;
    padding-bottom: 11px;
  }

  .header-search {
    width: 25%;
    top: 27.5px;
  }

  .header-utility {
    left: auto;
    right: 28%;
    right: calc(25% + $line);
    top: 33px;
  }

  .header-nav__sf-wrapper > ul > li > a {
    font-size: 18px;
  }
}


@media (min-width: 1368px) {
  .header-nav__sf-wrapper > ul > li > ul {
    left: -44px;
    right: -44px;
  }
}


/*! ---------- =footer ---------- */

.page-footer {
  padding: 44px 0;
  text-align: center;
  color: #fff;
  background: #00a48a;
  background-image: -webkit-gradient(linear, left top, right top, from(#00a48a), to(#247f85));
  background-image: -webkit-linear-gradient(left, #00a48a, #247f85);
  background-image: -o-linear-gradient(left, #00a48a, #247f85);
  background-image: linear-gradient(to right, #00a48a, #247f85);
  position: relative;
  z-index: 1;
}
.page-footer .page-bounds {
  padding: 0 22px;
  position: relative;
}
.page-footer a {
  color: #fff;
  text-decoration: underline;
}

.footer-title h1 {
  margin-bottom: 22px;
  font-family: "Open Sans", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 22px;
  line-height: 33px;
}
.footer-title h1 a {
  color: #fff;
  text-decoration: none;
}

.footer-contact {
  margin-bottom: 33px;
}
.footer-contact p {
  margin-bottom: 11px;
}
.footer-contact p:last-child {
  margin-bottom: 0;
}

.footer-social {
  margin-bottom: 11px;
}
.footer-social__icon {
  display: inline-block;
  padding: 22px 11px;
  opacity: 0.85;
}
.footer-social__icon:hover, .footer-social__icon:focus {
  opacity: 1;
}
/* convoluted specificity unfortunately needed here */
a.footer-social__icon > img {
  width: 35px !important;
}

.footer-utility {
  margin-bottom: 22px;
}
.footer-utility__list {
  list-style: none;
  margin: 0;
}
.footer-utility__item {
  display: inline-block;
}
.footer-utility__item + .footer-utility__item {
  margin-left: 22px;
}
.footer-utility a {
  font-weight: 700;
}

.footer-copyright {
  font-size: 14px;
  opacity: 0.7;
}


@media (max-width: 469px) {
  .footer-utility__item {
    display: block;
    margin: 11px 0 !important;
  }
}


@media (min-width: 768px) {
  .page-footer {
    padding: 44px 0;
  }
  .page-footer .page-bounds {
    padding: 0 44px;
  }
}


@media (min-width: 960px) {
  .page-footer {
    padding-bottom: 22px;
  }
  .footer-contact {
    text-align: left;
    float: left;
  }
  .footer-utility, .footer-copyright {
    text-align: right;
  }
  .footer-utility {
    margin-bottom: 44px;
  }
  .footer-social {
    position: absolute;
    bottom: -11px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 2;
  }
}


@media (min-width: 1368px) {
  .page-footer {
    padding-top: 132px;
    margin-top: -88px;
  }
  .footer-title {
    margin-bottom: -49.5px;
  }
}


/* ---------- =home ---------- */

.home-identity {
  text-align: center;
  background: #fff url("/images/default-source/page-layout-images/aao-2017/logo-mark-high-transparency.png") no-repeat 50% 50%;
  background-size: 132.5px auto;
}
.home-identity h1 {
  max-width: 23em;
  padding: 44px 0;
  margin: 0 auto;
  color: #00a48a;
  position: relative;
}
.home-identity span {
  display: block;
  font-family: "Open Sans", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 26px;
  font-weight: 300;
  color: #00a48a;
}
@supports (background-clip: text) {
  .home-identity h1 {
    background-image: -webkit-gradient(linear, left top, right top, from(#00a48a), to(#1f6c71));
    background-image: -webkit-linear-gradient(left, #00a48a, #1f6c71);
    background-image: -o-linear-gradient(left, #00a48a, #1f6c71);
    background-image: linear-gradient(to right, #00a48a, #1f6c71);
    color: transparent;
    background-clip: text;
  }
}

@media (min-width: 768px) {
  .home-identity h1 {
    padding: 49.5px 0;
  }
  .home-identity span {
    font-size: 32px;
  }
}

@media (min-width: 960px) {
  .home-identity h1 {
    font-size: 42px;
    line-height: 55px;
  }
  .home-identity h1::before, .home-identity h1::after {
    content: '';
    display: block;
    width: 6%;
    height: 1px;
    background: #00a48a;
    position: absolute;
    top: 50%;
    opacity: 0.5;
  }
  .home-identity h1::before {
    left: 0;
  }
  .home-identity h1::after {
    right: 0;
  }
}

@media (min-width: 1368px) {
  .home-identity h1::before, .home-identity h1::after {
    width: 9%;
  }
}

@media (min-width: 1280px) {
  .home-identity {
    background-position: 50% 19%;
  }
  .home-identity h1 {
    padding-top: 39.5px;
    padding-bottom: 117px;
  }
  .home-identity h1::before, .home-identity h1::after {
    margin-top: -44px;
  }
}

.home-feature {
  margin: -22px -22px 22px;
  color: #fff;
  background: #00a48a;
  background-image: -webkit-gradient(linear, left top, right top, from(#00a48a), to(#247f85));
  background-image: -webkit-linear-gradient(left, #00a48a, #247f85);
  background-image: -o-linear-gradient(left, #00a48a, #247f85);
  background-image: linear-gradient(to right, #00a48a, #247f85);
  position: relative;
  -webkit-animation: fade-home-feature-in 0.4s ease 0.6s backwards;
          animation: fade-home-feature-in 0.4s ease 0.6s backwards;
  overflow: hidden;
}
.home-feature__pane {
  padding: 44px 22px 0;
}
.js .home-feature__pane {
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out, z-index 0s linear 0.3s, -webkit-transform 0.3s ease-out;
  transition: opacity 0.3s ease-out, z-index 0s linear 0.3s, -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out, opacity 0.3s ease-out, z-index 0s linear 0.3s;
  transition: transform 0.3s ease-out, opacity 0.3s ease-out, z-index 0s linear 0.3s;
  transition: transform 0.3s ease-out, opacity 0.3s ease-out, z-index 0s linear 0.3s, -webkit-transform 0.3s ease-out;
}
.js .home-feature__pane:first-child {
  position: relative;
}
.js .home-feature__pane.is-active {
  z-index: 3;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  opacity: 1;
}
.js .home-feature__pane.is-next {
  -webkit-transform: translateX(20px);
      -ms-transform: translateX(20px);
          transform: translateX(20px);
}
.js .home-feature__pane.is-previous {
  -webkit-transform: translateX(-20px);
      -ms-transform: translateX(-20px);
          transform: translateX(-20px);
}
.home-feature__image {
  height: 240px;
  margin: 0 -22px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100% auto;
  background-size: cover;
}
.home-feature__content {
  position: relative;
  z-index: 1;
  text-align: center;
}
.home-feature__title {
  color: #fff;
  font-size: 22px;
}
.home-feature__description {
  max-width: 29em;
  margin: 0 auto 22px;
  font-size: 18px;
  line-height: 27.5px;
  text-shadow: 0 0 80px #000;
  opacity: 0.9;
}
.home-feature__nav {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 22px;
  text-align: center;
  z-index: 4;
}
.home-feature__tab {
  display: inline-block;
  width: 33px;
  height: 33px;
  border: 8.25px solid transparent;
  border-color: rgba(0, 0, 0, 0.2);
  border-radius: 100%;
  background: #f0f2f3;
  background: rgba(255, 255, 255, 0.8);
  background-clip: content-box;
  cursor: pointer;
}
.home-feature__tab:hover, .home-feature__tab:focus {
  background-color: #fff;
}
.home-feature__tab.is-active {
  background-color: #e99310;
}
.home-feature__tab + .home-feature__tab {
  margin-left: 5.5px;
}

@media (max-width: 767px) {
  .home-feature__title {
    font-size: 32px;
  }
  .home-feature__cta {
    margin-bottom: 22px;
  }
}

@media (min-width: 768px) {
  .home-feature {
    margin: -44px -44px 44px;
  }
  .home-feature__pane {
    padding: 0;
  }
  .home-feature__content {
    padding: 16.5px 44px;
  }
  .home-feature__content .page-bounds {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .home-feature__title, .home-feature__description, .home-feature__cta {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    display: inline-block;
    vertical-line: middle;
    margin: 0;
  }
  .home-feature__title {
    font-size: 32px;
    line-height: 44px;
    padding-right: 44px;
    margin-right: 44px;
    border-right: 2px solid rgba(255, 255, 255, 0.5);
    text-align: left;
  }
  .home-feature__description {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    text-align: left;
    margin: 0 auto 0 0;
  }
  .home-feature__cta {
    margin-left: 22px;
  }
  .home-feature__image {
    margin: 0;
    height: 300px;
  }
}

@media (min-width: 1368px) {
  .home-feature__title {
    font-size: 42px;
  }
  .home-feature__image {
    height: 400px;
  }
}

@media (min-width: 1280px) {
  .home-feature {
    margin: -176px -45px 44px;
  }
}

@-webkit-keyframes fade-home-feature-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade-home-feature-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@media (min-width: 960px) {
  .home-content > .grid__unit:nth-child(1) .section-heading, .home-content > .grid__unit:nth-child(3) .section-heading {
    margin-bottom: 66px;
  }
}


/* ---------- =interior ---------- */

.page-banner__image {
  height: 66px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  background-color: #363d39;
}

@media (min-width: 768px) {
  .page-banner__image {
    height: 132px;
  }
}

@media (min-width: 960px) {
  .page-banner__image {
    height: 176px;
  }
}

@media (min-width: 1368px) {
  .page-banner__image {
    height: 176px;
  }
}

@media (min-width: 1280px) {
  .page-banner__image {
    height: 264px;
    margin-bottom: -242px;
  }
}

.page-title {
  color: #167d75;
}
.page-subtitle {
  font-family: "Open Sans", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 22px;
  opacity: 0.5;
}
.page-title + .page-subtitle {
  margin-top: -11px;
}

@media (min-width: 768px) {
  .page-title {
    font-size: 42px;
  }
}

.interior-layout__nav,
.interior-layout__main {
  margin-bottom: 22px;
}

@media (min-width: 960px) {
  .interior-layout__title {
    padding-left: 33.6%;
    padding-left: calc(30% + 44px);
  }
  .interior-layout__main {
    width: 70%;
    float: right;
    padding-left: 44px;
  }
  .interior-layout__nav,
  .interior-layout__main {
    margin-bottom: 44px;
  }
  .interior-layout__nav,
  .interior-layout__aside {
    width: 30%;
    float: left;
    clear: left;
    overflow: hidden;
  }

  .interior-layout--reverse .interior-layout__title {
    padding-left: 0;
  }
  .interior-layout--reverse .interior-layout__main {
    float: left;
    padding-right: 44px;
    padding-left: 0;
  }
  .interior-layout--reverse .interior-layout__nav,
  .interior-layout--reverse .interior-layout__aside {
    float: right;
    clear: right;
  }
}

.breadcrumbs {
  font-size: 14px;
  margin-bottom: 22px;
}
.breadcrumbs a {
  padding: 0 !important;
  color: #3a3e3c;
  opacity: 0.9;
}
.breadcrumbs a:hover, .breadcrumbs a:focus {
  color: #247f85;
  opacity: 1;
}
.breadcrumbs__separator, .sfBreadcrumbNodeSeparator {
  display: inline-block;
  margin: 0 0.4em 0 0.7em;
  opacity: 0.4;
}
.page-title + .breadcrumbs,
.page-title ~ div > .breadcrumbs,
.page-subtitle + .breadcrumbs,
.page-subtitle ~ div > .breadcrumbs {
  margin-top: -11px;
}

.in-this-section a {
  display: block;
  padding: 5.5px 0;
}
.in-this-section ul {
  list-style: none;
  margin: 0;
}
.in-this-section ul ul {
  display: none;
  padding-left: 22px;
}
.in-this-section ul ul a {
  font-size: 14px;
}
.in-this-section .is-current > ul {
  display: block;
}
.in-this-section .is-current > a {
  color: #266165;
  font-weight: 700;
}

@media (max-width: 959px) {
  .in-this-section__toggle {
    display: block;
    width: 100%;
    margin-bottom: 22px;
    text-align: left;
  }
  .no-js .in-this-section__toggle {
    display: none;
  }
  .js .in-this-section > ul {
    display: none;
  }
  .js .in-this-section > ul.is-active {
    display: block;
    margin-top: 11px;
  }
}

@media (min-width: 960px) {
  .in-this-section__toggle {
    display: none;
  }
  .interior-layout .in-this-section {
    margin-top: -5.5px;
  }
}

/* ---------- Search Styles -------- */
.more-button, .search-results-searched-title {
	float:left;
}
.pagerPage {
	padding: 0 2px;
}
.search-results-searched-title {
	margin: 0;
	padding: 0 10px 0 0;
	line-height:37px;
	vertical-align: center;
	clear:both;
}
.search-results-searched-for {
	margin: 10px 0 0 0;
}
.search-clear {
	margin-left: 5px;
}
/*
.search-clear + p {
	clear:both;
	padding-top:10px;
}
*/
.search-clear-separator {
	float:left;
	margin:0;
	padding:0 0 0 5px;
	line-height:37px;
	vertical-align:center;
}
.search-pagination {
	float:right;
	text-align:center;
}
.search-pagination p {
	margin:3px;
}
.result {
	clear:both;
	padding-top: 20px;
}
.result-content {
	padding: 0 16.5px 16.5px;
	padding-top: 0;
	border-bottom: 16.5px solid #f6f6f6;
}
.result-content:first-child {
	padding-top: 16.5px;
}
.result-content:nth-child(odd) {
	background-color: #f6f6f6;
	border-bottom: 16.5px solid #fff;
}
.result-titles {
	margin-bottom: 5px;
}
.debug-url {
	position: absolute;
	border-left: 2px dotted orange;
	border-bottom: 2px dotted orange;
	top: 0px;
	right: 0px;
	display: inline;
	float: right;
	font-size: smaller;
	padding: 5px;
	background-color: #ffffbb;
	overflow: auto;
}


/* ---------- =sitefinity ---------- */

/* sane(r) spacing */
.sfContentBlock {
  margin-bottom: 22px;
}
.sf_cols.content-box-wrap {
  margin-bottom: 44px !important;
}
.sfContentBlock:last-child,
.sf_cols.content-box-wrap:last-child {
  margin-bottom: 0 !important;
}
.sfContentBlock img {
	width: auto !important;
	height: auto !important;
}
.sfimageWrp {
	margin-bottom: 30px !important;
}
.sf_cols:not(.interior-layout):not(.grid):not(.content-box-wrap) {
  width: auto !important;
  margin-right: -22px !important;
}
.sf_colsOut:not([class*="interior-layout"]):not(.grid__unit):not(.content-box) {
  padding-right: 22px;
  padding-bottom: 22px;
}
.sf_colsOut:not(.grid__unit) > .sf_colsIn {
  margin: 0 !important;
}

/* make it possible to actually edit header items in page builder view */
.sfPageEditor .header-logo {
  float: none !important;
}
.sfPageEditor .header-utility,
.sfPageEditor .header-search {
  position: static !important;
}

/* make tabs better in page builder view */
.sfPageEditor [data-edit-label]::before {
  content: '[' attr(data-edit-label) ']';
  font-size: 14px;
  opacity: 0.3;
}
.tabs.sf_cols {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.tabs__tab > .sf_colsIn, .tabs__pane > .sf_colsIn {
  margin: 0 !important;
}
.sfPageEditor .tabs__pane {
  display: block !important;
}
.sfPageEditor .tabs--4 .tabs__tab,
.sfPageEditor .tabs--5 .tabs__tab,
.sfPageEditor .tabs--6 .tabs__tab,
.sfPageEditor .tabs--7 .tabs__tab {
  width: 100% !important;
}

@media (max-width: 959px) {
  .sf_colsOut:not([class*="sf_1col_1_100"]) {
	  width: 100% !important;
  }
  .sfContentBlock .sf_1col_1_100 {
	  min-width: 180px;
	  margin: 0 auto;
	  border: 1px solid black;
	  padding: 10px !important;
	  max-width: 250px;
  }
}

/* breathable pagination */
.sf_pagerNumeric a {
  display: inline-block;
  vertical-align: middle;
  padding: 0.3em;
  font-weight: 400;
}
.sf_pagerNumeric .sf_PagerCurrent {
  color: #e99310;
  font-weight: 700;
  background: #f6f6f6;
}

@media (min-width: 480px) {
  .sf_pagerNumeric a {
    padding: 0.8em;
  }
}
