article, aside, footer .address .logo, footer .address address, .page-contact-request-more-information .wrap article .progress-wpr, .page-contact-request-more-information .wrap article .form-wrapper .fieldset-wrapper .form-type-select, .page-contact-request-more-information .wrap article .form-wrapper .fieldset-wrapper .form-type-textfield {
  float: left;
}

footer .copyright, nav, .pre-header, #tabber-container, .wrap, footer .address, footer .address .copyright, footer .sitemap, .page-contact-request-more-information .wrap article .lp2 #edit-bottom, .page-contact-request-more-information .wrap article .lp2 #edit-bottom2 {
  *zoom: 1;
}
footer .copyright:before, nav:before, .pre-header:before, #tabber-container:before, .wrap:before, footer .address:before, footer .address .copyright:before, footer .sitemap:before, .page-contact-request-more-information .wrap article .lp2 #edit-bottom:before, .page-contact-request-more-information .wrap article .lp2 #edit-bottom2:before, footer .copyright:after, nav:after, .pre-header:after, #tabber-container:after, .wrap:after, footer .address:after, footer .address .copyright:after, footer .sitemap:after, .page-contact-request-more-information .wrap article .lp2 #edit-bottom:after, .page-contact-request-more-information .wrap article .lp2 #edit-bottom2:after {
  content: " ";
  display: table;
}
footer .copyright:after, nav:after, .pre-header:after, #tabber-container:after, .wrap:after, footer .address:after, footer .address .copyright:after, footer .sitemap:after, .page-contact-request-more-information .wrap article .lp2 #edit-bottom:after, .page-contact-request-more-information .wrap article .lp2 #edit-bottom2:after {
  clear: both;
}

article, aside, footer .address .logo, footer .address address, .page-contact-request-more-information .wrap article .progress-wpr, .page-contact-request-more-information .wrap article .form-wrapper .fieldset-wrapper .form-type-select, .page-contact-request-more-information .wrap article .form-wrapper .fieldset-wrapper .form-type-textfield {
  position: relative;
  min-height: 1px;
  padding: 0 15px;
}

/* Normal Buttons ---------------------- */
.button {
  width: auto;
  background: #2ba6cb;
  border: 1px solid #1e728c;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
  color: white;
  cursor: pointer;
  display: inline-block;
  font-family: inherit;
  font-size: ms(0);
  font-weight: bold;
  line-height: 1;
  margin: 0;
  padding: 10px 20px 11px;
  position: relative;
  text-align: center;
  text-decoration: none;
  -webkit-transition: background-color 0.15s ease-in-out;
  -moz-transition: background-color 0.15s ease-in-out;
  -o-transition: background-color 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out;
  /* Hovers */
  /* Sizes */
  /* Colors */
  /* Radii */
  /* Layout */
  /* Disabled ---------- */
}
.button:hover, .button:focus {
  color: white;
  background-color: #2284a1;
}
.button:active {
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2) inset;
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2) inset;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2) inset;
}
.button.large {
  font-size: ms(1);
  padding: 15px 30px 16px;
}
.button.medium {
  font-size: ms(0);
}
.button.small {
  font-size: ms(0)-3;
  padding: 7px 14px 8px;
}
.button.tiny {
  font-size: ms(0)-4;
  padding: 5px 10px 6px;
}
.button.expand {
  width: 100%;
  text-align: center;
}
.button.primary {
  background-color: #2ba6cb;
  border: 1px solid #1e728c;
}
.button.primary:hover, .button.primary:focus {
  background-color: #2284a1;
}
.button.success {
  background-color: #5da423;
  border: 1px solid #396516;
}
.button.success:hover, .button.success:focus {
  background-color: #457a1a;
}
.button.alert {
  background-color: #c60f13;
  border: 1px solid #7f0a0c;
}
.button.alert:hover, .button.alert:focus {
  background-color: #970b0e;
}
.button.secondary {
  background-color: #e9e9e9;
  color: #1d1d1d;
  border: 1px solid #c3c3c3;
}
.button.secondary:hover, .button.secondary:focus {
  background-color: #d0d0d0;
}
.button.radius {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.button.round {
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  -ms-border-radius: 1000px;
  -o-border-radius: 1000px;
  border-radius: 1000px;
}
.button.full-width {
  width: 100%;
  text-align: center;
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.button.left-align {
  text-align: left;
  text-indent: 12px;
}
.button.disabled, .button[disabled] {
  opacity: 0.6;
  cursor: default;
  background: #2ba6cb;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.button.disabled:hover, .button[disabled]:hover {
  background: #2ba6cb;
}
.button.disabled.success, .button[disabled].success {
  background-color: #5da423;
}
.button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
  background-color: #5da423;
  outline: none;
}
.button.disabled.alert, .button[disabled].alert {
  background-color: #c60f13;
}
.button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
  background-color: #c60f13;
  outline: none;
}
.button.disabled.secondary, .button[disabled].secondary {
  background-color: #e9e9e9;
}
.button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  background-color: #e9e9e9;
  outline: none;
}

/* Don't use native buttons on iOS */
input[type=submit].button, button.button {
  -webkit-appearance: none;
}

/* Correct FF button padding */
@-moz-document url-prefix() {
  button::-moz-focus-inner, input[type="reset"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner, input[type="file"] > input[type="button"]::-moz-focus-inner {
    border: none;
    padding: 0;
  }

  input[type="submit"].tiny.button {
    padding: 3px 10px 4px;
  }

  input[type="submit"].small.button {
    padding: 5px 14px 6px;
  }

  input[type="submit"].button, input[type=submit].medium.button {
    padding: 8px 20px 9px;
  }

  input[type="submit"].large.button {
    padding: 13px 30px 14px;
  }
}

/* Buttons with Dropdowns ---------------------- */
.button.dropdown {
  position: relative;
  padding-right: 44px;
  /* Sizes */
  /* Triangles */
  /* Flyout List */
  /* Split Dropdown Buttons */
}
.button.dropdown.large {
  padding-right: 60px;
}
.button.dropdown.small {
  padding-right: 28px;
}
.button.dropdown.tiny {
  padding-right: 20px;
}
.button.dropdown:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: solid 6px;
  border-color: white transparent transparent transparent;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -2px;
}
.button.dropdown.large:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: solid 7px;
  border-color: white transparent transparent transparent;
  margin-top: -3px;
  right: 30px;
}
.button.dropdown.small:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: solid 5px;
  border-color: white transparent transparent transparent;
  margin-top: -2px;
  right: 14px;
}
.button.dropdown.tiny:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: solid 4px;
  border-color: white transparent transparent transparent;
  margin-top: -1px;
  right: 10px;
}
.button.dropdown > ul {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  display: none;
  position: absolute;
  left: -1px;
  background: #fff;
  background: rgba(255, 255, 255, 0.95);
  list-style: none;
  margin: 0;
  padding: 0;
  border: 1px solid #cccccc;
  border-top: none;
  min-width: 100%;
  z-index: 40;
}
.button.dropdown > ul li {
  width: 100%;
  cursor: pointer;
  padding: 0;
  min-height: 18px;
  line-height: 18px;
  margin: 0;
  white-space: nowrap;
  list-style: none;
}
.button.dropdown > ul li a, .button.dropdown > ul li button {
  display: block;
  color: #555;
  font-size: ms(0)-1;
  font-weight: normal;
  padding: 6px 14px;
  text-align: left;
}
.button.dropdown > ul li button {
  width: 100%;
  border: inherit;
  background: inherit;
  font-family: inherit;
  margin: inherit;
  -webkit-font-smoothing: antialiased;
}
.button.dropdown > ul li:hover, .button.dropdown > ul li:focus {
  background-color: #e3f4f9;
  color: #222;
}
.button.dropdown > ul li.divider {
  min-height: 0;
  padding: 0;
  height: 1px;
  margin: 4px 0;
  background: #ededed;
}
.button.dropdown.up > ul {
  border-top: 1px solid #cccccc;
  border-bottom: none;
}
.button.dropdown ul.no-hover.show-dropdown {
  display: block !important;
}
.button.dropdown:hover > ul.no-hover {
  display: none;
}
.button.dropdown.split {
  padding: 0;
  position: relative;
  /* Sizes */
  /* Triangle Spans */
  /* Colors */
}
.button.dropdown.split:after {
  display: none;
}
.button.dropdown.split:hover, .button.dropdown.split:focus {
  background-color: #2ba6cb;
}
.button.dropdown.split.alert:hover, .button.dropdown.split.alert:focus {
  background-color: #c60f13;
}
.button.dropdown.split.success:hover, .button.dropdown.split.success:focus {
  background-color: #5da423;
}
.button.dropdown.split.secondary:hover, .button.dropdown.split.secondary:focus {
  background-color: #e9e9e9;
}
.button.dropdown.split > a {
  color: white;
  display: block;
  padding: 10px 50px 11px 20px;
  padding-left: 20px;
  padding-right: 50px;
  -webkit-transition: background-color 0.15s ease-in-out;
  -moz-transition: background-color 0.15s ease-in-out;
  -o-transition: background-color 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out;
}
.button.dropdown.split > a:hover, .button.dropdown.split > a:focus {
  background-color: #2284a1;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
}
.button.dropdown.split.large > a {
  padding: 15px 75px 16px 30px;
  padding-left: 30px;
  padding-right: 75px;
}
.button.dropdown.split.small > a {
  padding: 7px 35px 8px 14px;
  padding-left: 14px;
  padding-right: 35px;
}
.button.dropdown.split.tiny > a {
  padding: 5px 25px 6px 10px;
  padding-left: 10px;
  padding-right: 25px;
}
.button.dropdown.split > span {
  background-color: #2ba6cb;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 30px;
  border-left: 1px solid #1e728c;
  -webkit-box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5) inset;
  -moz-box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5) inset;
  box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5) inset;
  -webkit-transition: background-color 0.15s ease-in-out;
  -moz-transition: background-color 0.15s ease-in-out;
  -o-transition: background-color 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out;
}
.button.dropdown.split > span:hover, .button.dropdown.split > span:focus {
  background-color: #2284a1;
}
.button.dropdown.split > span:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: solid 6px;
  border-color: white transparent transparent transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -6px;
  margin-top: -2px;
}
.button.dropdown.split.secondary > span:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: solid 6px;
  border-color: #1d1d1d transparent transparent transparent;
}
.button.dropdown.split.large span {
  width: 45px;
}
.button.dropdown.split.small span {
  width: 21px;
}
.button.dropdown.split.tiny span {
  width: 15px;
}
.button.dropdown.split.large span:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: solid 7px;
  border-color: white transparent transparent transparent;
  margin-top: -3px;
  margin-left: -7px;
}
.button.dropdown.split.small span:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: solid 4px;
  border-color: white transparent transparent transparent;
  margin-top: -1px;
  margin-left: -4px;
}
.button.dropdown.split.tiny span:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: solid 3px;
  border-color: white transparent transparent transparent;
  margin-top: -1px;
  margin-left: -3px;
}
.button.dropdown.split.alert > span {
  background-color: #c60f13;
  border-left-color: #7f0a0c;
}
.button.dropdown.split.success > span {
  background-color: #5da423;
  border-left-color: #396516;
}
.button.dropdown.split.secondary > span {
  background-color: #e9e9e9;
  border-left-color: #c3c3c3;
}
.button.dropdown.split.secondary > a {
  color: #1d1d1d;
}
.button.dropdown.split.alert > a:hover, .button.dropdown.split.alert > span:hover, .button.dropdown.split.alert > a:focus, .button.dropdown.split.alert > span:focus {
  background-color: #970b0e;
}
.button.dropdown.split.success > a:hover, .button.dropdown.split.success > span:hover, .button.dropdown.split.success > a:focus, .button.dropdown.split.success > span:focus {
  background-color: #457a1a;
}
.button.dropdown.split.secondary > a:hover, .button.dropdown.split.secondary > span:hover, .button.dropdown.split.secondary > a:focus, .button.dropdown.split.secondary > span:focus {
  background-color: #d0d0d0;
}

/* Button Groups ---------------------- */
ul.button-group {
  list-style: none;
  padding: 0;
  margin: 0 0 12px;
  *zoom: 1;
}
ul.button-group:before, ul.button-group:after {
  content: " ";
  display: table;
}
ul.button-group:after {
  clear: both;
}
ul.button-group li {
  padding: 0;
  margin: 0 0 0 -1px;
  float: left;
}
ul.button-group li:first-child {
  margin-left: 0;
}
ul.button-group.radius li .button, ul.button-group.radius li .button.radius, ul.button-group.radius li .button-rounded {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
ul.button-group.radius li:first-child .button, ul.button-group.radius li:first-child .button.radius {
  -moz-border-radius-topleft: 3px;
  -webkit-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
ul.button-group.radius li:first-child .button.rounded {
  -moz-border-radius-topleft: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-top-left-radius: 1000px;
  -moz-border-radius-bottomleft: 1000px;
  -webkit-border-bottom-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
}
ul.button-group.radius li:last-child .button, ul.button-group.radius li:last-child .button.radius {
  -moz-border-radius-topright: 3px;
  -webkit-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
ul.button-group.radius li:last-child .button.rounded {
  -moz-border-radius-topright: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-top-right-radius: 1000px;
  -moz-border-radius-bottomright: 1000px;
  -webkit-border-bottom-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
}
ul.button-group.even .button {
  width: 100%;
}
ul.button-group.even.two-up li {
  width: 50%;
}
ul.button-group.even.three-up li {
  width: 33.3%;
}
ul.button-group.even.three-up li:first-child {
  width: 33.4%;
}
ul.button-group.even.four-up li {
  width: 25%;
}
ul.button-group.even.five-up li {
  width: 20%;
}

div.button-bar {
  overflow: hidden;
}
div.button-bar ul.button-group {
  float: left;
  margin-right: 8px;
}
div.button-bar ul.button-group:last-child {
  margin-left: 0;
}

.nav-bar {
  height: 30px;
  background: #4d4d4d;
  margin-left: 0;
  margin-top: 15px;
  padding: 0;
}
.nav-bar > li {
  float: left;
  display: block;
  position: relative;
  padding: 0;
  margin: 0;
  border: 1px solid #333333;
  border-right: none;
  line-height: 28px;
  -webkit-box-shadow: 1px 0 0 rgba(255, 255, 255, 0.2) inset;
  -moz-box-shadow: 1px 0 0 rgba(255, 255, 255, 0.2) inset;
  box-shadow: 1px 0 0 rgba(255, 255, 255, 0.2) inset;
}
.nav-bar > li:first-child {
  -webkit-box-shadow: 0 0 0;
  -moz-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
}
.nav-bar > li:last-child {
  border-right: solid 1px #333333;
  -webkit-box-shadow: 1px 0 0 rgba(255, 255, 255, 0.2) inset, 1px 0 0 rgba(255, 255, 255, 0.2);
  -moz-box-shadow: 1px 0 0 rgba(255, 255, 255, 0.2) inset, 1px 0 0 rgba(255, 255, 255, 0.2);
  box-shadow: 1px 0 0 rgba(255, 255, 255, 0.2) inset, 1px 0 0 rgba(255, 255, 255, 0.2);
}
.nav-bar > li.active {
  background: #2ba6cb;
  border-color: #2284a1;
}
.nav-bar > li.active > a {
  color: white;
  cursor: default;
}
.nav-bar > li.active:hover {
  background: #2ba6cb;
  cursor: default;
}
.nav-bar > li:hover {
  background: #333333;
}
.nav-bar > li > a {
  color: #e6e6e6;
}
.nav-bar > li ul {
  margin-bottom: 0;
}
.nav-bar > li .flyout {
  display: none;
}
.nav-bar > li.has-flyout > a:first-child {
  padding-right: 30px;
  position: relative;
}
.nav-bar > li.has-flyout > a:first-child:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: solid 4px;
  border-color: #e6e6e6 transparent transparent transparent;
  position: absolute;
  right: 15px;
  top: 12px;
}
.nav-bar > li.has-flyout > a.flyout-toggle {
  border-left: 0 !important;
  position: absolute;
  right: 0;
  top: 0;
  padding: 15px;
  z-index: 2;
  display: block;
}
.nav-bar > li.has-flyout.is-touch > a:first-child {
  padding-right: 55px;
}
.nav-bar > li.has-flyout.is-touch > a.flyout-toggle {
  border-left: 1px dashed #666;
}
.nav-bar > li > a:first-child {
  position: relative;
  padding: 0 15px;
  display: block;
  text-decoration: none;
  font-size: ms(0);
}
.nav-bar > li > input {
  margin: 0 10px;
}
.nav-bar.vertical {
  height: auto;
  margin-top: 0;
}
.nav-bar.vertical > li {
  float: none;
  border-bottom: none;
  border-right: solid 1px #333333;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.nav-bar.vertical > li.has-flyout > a:first-child:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: solid 4px;
  border-color: transparent transparent transparent #e6e6e6;
}
.nav-bar.vertical > li .flyout {
  left: 100%;
  top: -1px;
}
.nav-bar.vertical > li .flyout.right {
  left: auto;
  right: 100%;
}
.nav-bar.vertical > li.active {
  border-right: solid 1px #2284a1;
}
.nav-bar.vertical > li:last-child {
  border-bottom: solid 1px #333333;
}

.flyout {
  background: #f2f2f2;
  padding: 15px;
  margin: 0;
  border: 1px solid #d9d9d9;
  position: absolute;
  top: 29px;
  left: -1px;
  width: 175px;
  z-index: 40;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  /* remove margin on any first-child element */
  /* remove margin on last element */
}
.flyout p {
  line-height: 1.2;
  font-size: ms(0)-1;
}
.flyout *:first-child {
  margin-top: 0;
}
.flyout *:last-child {
  margin-bottom: 0;
}
.flyout.small {
  width: 116.66667px;
}
.flyout.large {
  width: 306.25px;
}
.flyout.right {
  left: auto;
  right: -2px;
}
.flyout.left {
  right: auto;
  left: -2px;
}
.flyout.up {
  top: auto;
  bottom: 29px;
}

ul.flyout, .nav-bar li ul {
  padding: 0;
  list-style: none;
}
ul.flyout li, .nav-bar li ul li {
  border-left: solid 3px #CCC;
}
ul.flyout li a, .nav-bar li ul li a {
  background: #f2f2f2;
  border: 1px solid #e6e6e6;
  border-width: 1px 1px 0 0;
  color: #555;
  display: block;
  font-size: ms(0);
  height: auto;
  line-height: 1;
  padding: 10px 15px;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
}
ul.flyout li a:hover, ul.flyout li a:focus, .nav-bar li ul li a:hover, .nav-bar li ul li a:focus {
  background: #ebebeb;
  color: #333;
}
ul.flyout li.active, .nav-bar li ul li.active {
  margin-top: 0;
  border-top: 1px solid #4d4d4d;
  border-left: 4px solid #1a1a1a;
}
ul.flyout li.active a, .nav-bar li ul li.active a {
  background: #4d4d4d;
  border: none;
  color: #fff;
  height: auto;
  margin: 0;
  position: static;
  top: 0;
  -webkit-box-shadow: 0 0 0;
  -moz-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
}

/* CSS for jQuery Orbit Plugin 1.4.0
 * Maintained for Foundation. foundation.zurb.com
 * Free to use under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
*/
/* Container ---------------------- */
.orbit-wrapper {
  width: 1px;
  height: 1px;
  position: relative;
}

.orbit {
  width: 1px;
  height: 1px;
  position: relative;
  overflow: hidden;
  margin-bottom: ms(1);
}
.orbit.with-bullets {
  margin-bottom: 40px;
}
.orbit .orbit-slide {
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.orbit a.orbit-slide {
  border: none;
  line-height: 0;
  display: none;
}
.orbit div.orbit-slide {
  width: 100%;
  height: 100%;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

/* Note: If your slider only uses content or anchors, you're going to want to put the width and height declarations on the ".orbit>div" and "div.orbit>a" tags in addition to just the .orbit-wrapper */
/* Timer ---------------------- */
.orbit-wrapper .timer {
  width: 40px;
  height: 40px;
  overflow: hidden;
  position: absolute;
  top: 10px;
  right: 10px;
  opacity: .6;
  cursor: pointer;
  z-index: 31;
}
.orbit-wrapper span.rotator {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: -20px;
  background: url('../images/foundation/orbit/rotator-black.png?1406553165') no-repeat;
  z-index: 3;
}
.orbit-wrapper span.rotator.move {
  left: 0;
}
.orbit-wrapper span.mask {
  display: block;
  width: 20px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  overflow: hidden;
}
.orbit-wrapper span.mask.move {
  width: 40px;
  left: 0;
  background: url('../images/foundation/orbit/timer-black.png?1406553165') repeat 0 0;
}
.orbit-wrapper span.pause {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  background: url('../images/foundation/orbit/pause-black.png?1406553165') no-repeat;
  z-index: 4;
  opacity: 0;
}
.orbit-wrapper span.pause.active {
  background: url('../images/foundation/orbit/pause-black.png?1406553165') no-repeat 0 -40px;
}
.orbit-wrapper .timer:hover span.pause, .orbit-wrapper .timer:focus span.pause, .orbit-wrapper span.pause.active {
  opacity: 1;
}

/* Captions ---------------------- */
.orbit-caption {
  display: none;
  font-family: inherit;
}

.orbit-wrapper .orbit-caption {
  background: black;
  background: rgba(0, 0, 0, 0.6);
  z-index: 30;
  color: white;
  text-align: center;
  padding: 7px 0;
  font-size: ms(0)-1;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
}

/* Directional Nav ---------------------- */
.orbit-wrapper .slider-nav {
  display: block;
}
.orbit-wrapper .slider-nav span {
  width: 39px;
  height: 50px;
  text-indent: -9999px;
  position: absolute;
  z-index: 30;
  top: 50%;
  margin-top: -25px;
  cursor: pointer;
}
.orbit-wrapper .slider-nav span.right {
  background: url('../images/foundation/orbit/right-arrow.png?1406553165');
  background-size: 100%;
  right: 0;
}
.orbit-wrapper .slider-nav span.left {
  background: url('../images/foundation/orbit/left-arrow.png?1406553165');
  background-size: 100%;
  left: 0;
}

.lt-ie9 .orbit-wrapper .slider-nav span.right {
  background: url('../images/foundation/orbit/right-arrow-small.png?1406553165');
}
.lt-ie9 .orbit-wrapper .slider-nav span.left {
  background: url('../images/foundation/orbit/left-arrow-small.png?1406553165');
}

/* Bullet Nav ---------------------- */
ul.orbit-bullets {
  position: absolute;
  z-index: 30;
  list-style: none;
  bottom: -40px;
  left: 50%;
  margin-left: -50px;
  padding: 0;
}
ul.orbit-bullets li {
  float: left;
  margin-left: 5px;
  cursor: pointer;
  color: #999999;
  text-indent: -9999px;
  background: url('../images/foundation/orbit/bullets.jpg?1406553165') no-repeat 4px 0;
  width: 13px;
  height: 12px;
  overflow: hidden;
}
ul.orbit-bullets li.active {
  color: #222222;
  background-position: -8px 0;
}
ul.orbit-bullets li.has-thumb {
  background: none;
  width: 100px;
  height: 75px;
}
ul.orbit-bullets li.active.has-thumb {
  background-position: 0 0;
  border-top: 2px solid black;
}

/* Orbit Slide Counter */
.orbit-slide-counter {
  position: absolute;
  bottom: 0;
  z-index: 99;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 5px;
}

/* Fluid Layout ---------------------- */
.orbit img.fluid-placeholder {
  visibility: hidden;
  position: static;
  display: block;
  width: 100%;
}

.orbit, .orbit-wrapper {
  width: 100% !important;
}

/* Correct timer in IE */
.lt-ie9 .timer {
  display: none !important;
}

.lt-ie9 .orbit-caption {
  background: black;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000);
  zoom: 1;
}

@media only screen and (max-width: 767px) {
  .orbit.orbit-stack-on-small img.fluid-placeholder {
    visibility: visible;
  }

  .orbit.orbit-stack-on-small .orbit-slide {
    position: static;
    margin-bottom: 10px;
  }
}
/* Visibility Classes ---------------------- */
/*                                           */
/* Standard (large) display targeting */
.show-for-small,
.show-for-medium,
.show-for-medium-down,
.hide-for-large,
.hide-for-large-up,
.show-for-xlarge,
.show-for-print {
  display: none !important;
}

.hide-for-small,
.hide-for-medium,
.hide-for-medium-down,
.show-for-large,
.show-for-large-up,
.hide-for-xlarge,
.hide-for-print {
  display: inherit !important;
}

/* Very large display targeting */
@media only screen and (min-width: 1441px) {
  .hide-for-small,
  .hide-for-medium,
  .hide-for-medium-down,
  .hide-for-large,
  .show-for-large-up,
  .show-for-xlarge {
    display: inherit !important;
  }

  .show-for-small,
  .show-for-medium,
  .show-for-medium-down,
  .show-for-large,
  .hide-for-large-up,
  .hide-for-xlarge {
    display: none !important;
  }
}
/* Medium display targeting */
@media only screen and (max-width: 1279px) and (min-width: 768px) {
  .hide-for-small,
  .show-for-medium,
  .show-for-medium-down,
  .hide-for-large,
  .hide-for-large-up,
  .hide-for-xlarge {
    display: inherit !important;
  }

  .show-for-small,
  .hide-for-medium,
  .hide-for-medium-down,
  .show-for-large,
  .show-for-large-up,
  .show-for-xlarge {
    display: none !important;
  }
}
/* Small display targeting */
@media only screen and (max-width: 767px) {
  .show-for-small,
  .hide-for-medium,
  .show-for-medium-down,
  .hide-for-large,
  .hide-for-large-up,
  .hide-for-xlarge {
    display: inherit !important;
  }

  .hide-for-small,
  .show-for-medium,
  .hide-for-medium-down,
  .show-for-large,
  .show-for-large-up,
  .show-for-xlarge {
    display: none !important;
  }
}
/* Orientation targeting */
.show-for-landscape,
.hide-for-portrait {
  display: inherit !important;
}

.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}

@media screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: inherit !important;
  }

  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }
}
@media screen and (orientation: portrait) {
  .show-for-portrait,
  .hide-for-landscape {
    display: inherit !important;
  }

  .hide-for-portrait,
  .show-for-landscape {
    display: none !important;
  }
}
/* Touch-enabled device targeting */
.show-for-touch {
  display: none !important;
}

.hide-for-touch {
  display: inherit !important;
}

.touch .show-for-touch {
  display: inherit !important;
}

.touch .hide-for-touch {
  display: none !important;
}

/* Specific overrides for elements that require something other than display: block */
table.show-for-xlarge,
table.show-for-large,
table.hide-for-small,
table.hide-for-medium {
  display: table !important;
}

@media only screen and (max-width: 1279px) and (min-width: 768px) {
  .touch table.hide-for-xlarge,
  .touch table.hide-for-large,
  .touch table.hide-for-small,
  .touch table.show-for-medium {
    display: table !important;
  }
}
@media only screen and (max-width: 767px) {
  table.hide-for-xlarge,
  table.hide-for-large,
  table.hide-for-medium,
  table.show-for-small {
    display: table !important;
  }
}
/* 1280 tablet ------------ */
@media only screen and (max-device-width: 1280px) {
  /* NavBar --- */
  /*            */
  .touch .nav-bar li.has-flyout > a {
    padding-right: 36px !important;
  }
}
/* Covering almost all ----- */
@media only screen and (max-device-width: 800px), only screen and (device-width: 1024px) and (device-height: 600px), only screen and (width: 1280px) and (orientation: landscape), only screen and (device-width: 800px), only screen and (max-width: 767px) {
  .flex-video {
    padding-top: 0;
  }
}
/* Between Medium and Small */
@media only screen and (max-width: 1279px) and (min-width: 768px) {
  /* NavBar --- */
  /*            */
  .touch .nav-bar li a {
    font-size: ms(0)-1;
  }
  .touch .nav-bar li.has-flyout > a.flyout-toggle {
    padding: 15px !important;
  }
  .touch .nav-bar li.has-flyout > a {
    padding-right: 26px !important;
  }

  /* Clearing --- */
  /*              */
  .clearing-main-right, .clearing-main-left {
    height: 100%;
    width: 40px;
    top: 0;
    border: none;
  }
  .clearing-main-right:before, .clearing-main-left:before {
    position: absolute;
    top: 50%;
  }

  .clearing-main-left {
    left: 0;
  }
  .clearing-main-left:before {
    left: 5px;
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: solid 16px;
    border-color: transparent white transparent transparent;
  }

  .clearing-main-right {
    height: 100%;
    right: 0;
  }
  .clearing-main-right:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: solid 16px;
    border-color: transparent transparent transparent white;
  }
}
/* Small Devices ------------ */
@media only screen and (max-width: 767px) {
  /* Global Misc --- */
  /*                 */
  .left, .right {
    float: none;
  }

  body {
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
    width: 100%;
    min-width: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  /* The Grid --- */
  /*              */
  .row {
    width: auto;
    min-width: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .column, .columns {
    width: auto !important;
    float: none;
  }

  .column:last-child, .columns:last-child {
    float: none;
  }

  [class*="column"] + [class*="column"]:last-child {
    float: none;
  }

  .column:before, .columns:before, .column:after, .columns:after {
    content: "";
    display: table;
  }

  .column:after, .columns:after {
    clear: both;
  }

  .offset-by-one, .offset-by-two, .offset-by-three, .offset-by-four, .offset-by-five, .offset-by-six, .offset-by-seven, .offset-by-eight, .offset-by-nine, .offset-by-ten, .offset-by-eleven, .offset-by-twelve {
    margin-left: 0 !important;
  }

  .push-two, .push-three, .push-four, .push-five, .push-six, .push-seven, .push-eight, .push-nine, .push-ten, .push-eleven, .push-twelve {
    left: auto;
  }

  .pull-two, .pull-three, .pull-four, .pull-five, .pull-six, .pull-seven, .pull-eight, .pull-nine, .pull-ten, .pull-eleven, .pull-twelve {
    right: auto;
  }

  /* Mobile 4-column Grid */
  .row .mobile-one {
    width: 25% !important;
    float: left;
    padding: 0 15px;
  }
  .row .mobile-one:last-child {
    float: right;
  }
  .row .mobile-one.end {
    float: left;
  }
  .row.collapse .mobile-one {
    padding: 0;
  }

  .row .mobile-two {
    width: 50% !important;
    float: left;
    padding: 0 15px;
  }
  .row .mobile-two:last-child {
    float: right;
  }
  .row .mobile-two.end {
    float: left;
  }
  .row.collapse .mobile-two {
    padding: 0;
  }

  .row .mobile-three {
    width: 75% !important;
    float: left;
    padding: 0 15px;
  }
  .row .mobile-three:last-child {
    float: right;
  }
  .row .mobile-three.end {
    float: left;
  }
  .row.collapse .mobile-three {
    padding: 0;
  }

  .row .mobile-four {
    width: 100% !important;
    float: left;
    padding: 0 15px;
  }
  .row .mobile-four:last-child {
    float: right;
  }
  .row .mobile-four.end {
    float: left;
  }
  .row.collapse .mobile-four {
    padding: 0;
  }

  .push-one-mobile {
    left: 25%;
  }

  .pull-one-mobile {
    right: 25%;
  }

  .push-two-mobile {
    left: 50%;
  }

  .pull-two-mobile {
    right: 50%;
  }

  .push-three-mobile {
    left: 75%;
  }

  .pull-three-mobile {
    right: 75%;
  }

  /* Block Grids --- */
  /*                 */
  .block-grid.mobile > li {
    float: none;
    width: 100%;
    margin-left: 0;
  }

  .block-grid > li {
    clear: none;
  }
  .block-grid.mobile-one-up > li {
    width: 100%;
  }
  .block-grid.mobile-two-up > li {
    width: 50%;
  }
  .block-grid.mobile-two-up > li:nth-child(2n+1) {
    clear: both;
  }
  .block-grid.mobile-three-up > li {
    width: 33.33333%;
  }
  .block-grid.mobile-three-up > li:nth-child(3n+1) {
    clear: both;
  }
  .block-grid.mobile-four-up > li {
    width: 25%;
  }
  .block-grid.mobile-four-up > li:nth-child(4n+1) {
    clear: both;
  }
  .block-grid.mobile-five-up > li {
    width: 20%;
  }
  .block-grid.mobile-five-up > li:nth-child(5n+1) {
    clear: both;
  }
  .block-grid.mobile-six-up > li {
    width: 16.66667%;
  }
  .block-grid.mobile-six-up > li:nth-child(6n+1) {
    clear: both;
  }
  .block-grid.mobile-seven-up > li {
    width: 14.28571%;
  }
  .block-grid.mobile-seven-up > li:nth-child(7n+1) {
    clear: both;
  }
  .block-grid.mobile-eight-up > li {
    width: 12.5%;
  }
  .block-grid.mobile-eight-up > li:nth-child(8n+1) {
    clear: both;
  }
  .block-grid.mobile-nine-up > li {
    width: 11.11111%;
  }
  .block-grid.mobile-nine-up > li:nth-child(9n+1) {
    clear: both;
  }
  .block-grid.mobile-ten-up > li {
    width: 10%;
  }
  .block-grid.mobile-ten-up > li:nth-child(10n+1) {
    clear: both;
  }
  .block-grid.mobile-eleven-up > li {
    width: 9.09091%;
  }
  .block-grid.mobile-eleven-up > li:nth-child(11n+1) {
    clear: both;
  }
  .block-grid.mobile-twelve-up > li {
    width: 8.33333%;
  }
  .block-grid.mobile-twelve-up > li:nth-child(12n+1) {
    clear: both;
  }

  /* Forms --- */
  /*           */
  /* Label alignment */
  label.right {
    text-align: left;
  }

  /* Extend width of all inputs */
  input[type="text"].one,
  input[type="password"].one,
  input[type="date"].one,
  input[type="datetime"].one,
  input[type="email"].one,
  input[type="number"].one,
  input[type="search"].one,
  input[type="tel"].one,
  input[type="time"].one,
  input[type="url"].one,
  textarea.one {
    width: 100% !important;
  }

  input[type="text"].two,
  input[type="password"].two,
  input[type="date"].two,
  input[type="datetime"].two,
  input[type="email"].two,
  input[type="number"].two,
  input[type="search"].two,
  input[type="tel"].two,
  input[type="time"].two,
  input[type="url"].two,
  textarea.two {
    width: 100% !important;
  }

  input[type="text"].three,
  input[type="password"].three,
  input[type="date"].three,
  input[type="datetime"].three,
  input[type="email"].three,
  input[type="number"].three,
  input[type="search"].three,
  input[type="tel"].three,
  input[type="time"].three,
  input[type="url"].three,
  textarea.three {
    width: 100% !important;
  }

  input[type="text"].four,
  input[type="password"].four,
  input[type="date"].four,
  input[type="datetime"].four,
  input[type="email"].four,
  input[type="number"].four,
  input[type="search"].four,
  input[type="tel"].four,
  input[type="time"].four,
  input[type="url"].four,
  textarea.four {
    width: 100% !important;
  }

  input[type="text"].five,
  input[type="password"].five,
  input[type="date"].five,
  input[type="datetime"].five,
  input[type="email"].five,
  input[type="number"].five,
  input[type="search"].five,
  input[type="tel"].five,
  input[type="time"].five,
  input[type="url"].five,
  textarea.five {
    width: 100% !important;
  }

  input[type="text"].six,
  input[type="password"].six,
  input[type="date"].six,
  input[type="datetime"].six,
  input[type="email"].six,
  input[type="number"].six,
  input[type="search"].six,
  input[type="tel"].six,
  input[type="time"].six,
  input[type="url"].six,
  textarea.six {
    width: 100% !important;
  }

  input[type="text"].seven,
  input[type="password"].seven,
  input[type="date"].seven,
  input[type="datetime"].seven,
  input[type="email"].seven,
  input[type="number"].seven,
  input[type="search"].seven,
  input[type="tel"].seven,
  input[type="time"].seven,
  input[type="url"].seven,
  textarea.seven {
    width: 100% !important;
  }

  input[type="text"].eight,
  input[type="password"].eight,
  input[type="date"].eight,
  input[type="datetime"].eight,
  input[type="email"].eight,
  input[type="number"].eight,
  input[type="search"].eight,
  input[type="tel"].eight,
  input[type="time"].eight,
  input[type="url"].eight,
  textarea.eight {
    width: 100% !important;
  }

  input[type="text"].nine,
  input[type="password"].nine,
  input[type="date"].nine,
  input[type="datetime"].nine,
  input[type="email"].nine,
  input[type="number"].nine,
  input[type="search"].nine,
  input[type="tel"].nine,
  input[type="time"].nine,
  input[type="url"].nine,
  textarea.nine {
    width: 100% !important;
  }

  input[type="text"].ten,
  input[type="password"].ten,
  input[type="date"].ten,
  input[type="datetime"].ten,
  input[type="email"].ten,
  input[type="number"].ten,
  input[type="search"].ten,
  input[type="tel"].ten,
  input[type="time"].ten,
  input[type="url"].ten,
  textarea.ten {
    width: 100% !important;
  }

  input[type="text"].eleven,
  input[type="password"].eleven,
  input[type="date"].eleven,
  input[type="datetime"].eleven,
  input[type="email"].eleven,
  input[type="number"].eleven,
  input[type="search"].eleven,
  input[type="tel"].eleven,
  input[type="time"].eleven,
  input[type="url"].eleven,
  textarea.eleven {
    width: 100% !important;
  }

  input[type="text"].twelve,
  input[type="password"].twelve,
  input[type="date"].twelve,
  input[type="datetime"].twelve,
  input[type="email"].twelve,
  input[type="number"].twelve,
  input[type="search"].twelve,
  input[type="tel"].twelve,
  input[type="time"].twelve,
  input[type="url"].twelve,
  textarea.twelve {
    width: 100% !important;
  }

  input[type="text"].thirteen,
  input[type="password"].thirteen,
  input[type="date"].thirteen,
  input[type="datetime"].thirteen,
  input[type="email"].thirteen,
  input[type="number"].thirteen,
  input[type="search"].thirteen,
  input[type="tel"].thirteen,
  input[type="time"].thirteen,
  input[type="url"].thirteen,
  textarea.thirteen {
    width: 100% !important;
  }

  input[type="text"].fourteen,
  input[type="password"].fourteen,
  input[type="date"].fourteen,
  input[type="datetime"].fourteen,
  input[type="email"].fourteen,
  input[type="number"].fourteen,
  input[type="search"].fourteen,
  input[type="tel"].fourteen,
  input[type="time"].fourteen,
  input[type="url"].fourteen,
  textarea.fourteen {
    width: 100% !important;
  }

  /* Buttons --- */
  /*             */
  /* Basic overrides */
  .button {
    display: block;
  }

  button.button, input[type="submit"].button, input[type="reset"].button {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  /* Button Groups */
  .button-group button.button, .button-group input[type="submit"].button {
    width: auto;
    padding: 10px 20px 11px;
  }
  .button-group button.button.large, .button-group input[type="submit"].button.large {
    padding: 15px 30px 16px;
  }
  .button-group button.button.medium, .button-group input[type="submit"].button.medium {
    padding: 10px 20px 11px;
  }
  .button-group button.button.small, .button-group input[type="submit"].button.small {
    padding: 7px 14px 8px;
  }
  .button-group button.button.tiny, .button-group input[type="submit"].button.tiny {
    padding: 5px 10px 6px;
  }
  .button-group.even button.button, .button-group.even input[type="submit"].button {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  /* Navbar --- */
  /*            */
  .nav-bar {
    height: auto;
  }
  .nav-bar > li {
    float: none;
    display: block;
    border-right: none;
  }
  .nav-bar > li > a.main {
    text-align: left;
    border-top: 1px solid #ddd;
    border-right: none;
  }
  .nav-bar > li:first-child > a.main {
    border-top: none;
  }
  .nav-bar > li.has-flyout > a.flyout-toggle {
    position: absolute;
    right: 0;
    top: 0;
    padding: 17px;
    z-index: 2;
    display: block;
  }
  .nav-bar > li.has-flyout.is-touch > a.flyout-toggle span {
    content: "";
    width: 0;
    height: 0;
    display: block;
  }
  .nav-bar > li.has-flyout > a.flyout-toggle:hover span {
    border-top-color: #141414;
  }
  .nav-bar.vertical > li.has-flyout > .flyout {
    left: 0;
  }

  .flyout {
    position: relative;
    width: 100% !important;
    top: auto;
    margin-right: -2px;
    border-width: 1px 1px 0 1px;
  }
  .flyout.right {
    float: none;
    right: auto;
    left: -1px;
  }
  .flyout.small, .flyout.large {
    width: 100% !important;
  }
  .flyout p:last-child {
    margin-bottom: 18px;
  }

  /* Reveal --- */
  /*            */
  .reveal-modal-bg {
    position: absolute;
  }

  .reveal-modal,
  .reveal-modal.small,
  .reveal-modal.medium,
  .reveal-modal.large,
  .reveal-modal.xlarge {
    width: 80%;
    top: 15px;
    left: 50%;
    margin-left: -40%;
    padding: 20px;
    height: auto;
  }

  /* Clearing --- */
  /*              */
  .clearing-container {
    margin: 0;
  }

  .clearing-close {
    z-index: 99;
    font-size: ms(4);
    top: 0px;
    right: 5px;
  }

  .clearing-caption {
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 10px !important;
    line-height: 1.3;
  }

  .clearing-main-right, .clearing-main-left {
    display: none;
  }

  .clearing-blackout.clearing-assembled .visible-img, .clearing-blackout.clearing-assembled .clearing-container {
    height: 100%;
  }
  .clearing-blackout.clearing-assembled ul[data-clearing] {
    display: none;
  }

  /* Joyride --- */
  /*             */
  .joyride-tip-guide {
    width: 95% !important;
    left: 2.5% !important;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
  }

  .joyride-tip-guide-wrapper {
    width: 100%;
  }

  /* Tabs --- */
  /*          */
  .tabs.mobile {
    width: auto;
    margin: 20px -20px 40px;
    border-bottom: solid 1px #ccc;
    height: auto;
    margin: 20px -15px 0px -15px;
  }
  .tabs.mobile dt, .tabs.mobile li, .tabs.mobile dd {
    float: none;
    height: auto;
  }
  .tabs.mobile dd a, .tabs.mobile li a {
    font-size: ms(0)1;
    display: block;
    width: auto;
    height: auto;
    padding: 18px 20px;
    margin: 0;
    color: #555;
    line-height: 1;
    border: none;
    border-left: none;
    border-right: none;
    border-top: 1px solid #ccc;
    background: #fff;
  }
  .tabs.mobile dd a.active, .tabs.mobile li a.active {
    border: none;
    background: #2ba6cb;
    color: #fff;
    margin: 0;
    position: static;
    top: 0;
    height: auto;
  }
  .tabs.mobile dd:first-child a.active, .tabs.mobile li:first-child a.active {
    margin: 0;
  }
  .tabs.mobile + .tabs-content.contained {
    margin-left: -15px;
    margin-right: -15px;
  }
  .tabs.mobile .section-title {
    padding-left: 20px !important;
  }

  .contained.mobile {
    margin-bottom: 0;
  }

  .contained.tabs.mobile dd a, .contained.tabs.mobile li a {
    padding: 18px 20px;
  }

  .tabs.mobile + ul.contained {
    margin-left: -20px;
    margin-right: -20px;
    border-width: 0 0 1px 0;
  }

  /* UI Elements --- */
  /*                 */
  /* Tooltips */
  .tooltip {
    font-size: 14px;
    line-height: 1.4;
    padding: 7px 10px 9px 10px;
    left: 50% !important;
    max-width: 80% !important;
    margin-left: -40%;
    font-size: 110%;
  }

  .tooltip > .nub, .tooltip.top > .nub, .tooltip.left > .nub, .tooltip.right > .nub {
    border-color: transparent transparent black transparent;
    border-color: transparent transparent rgba(0, 0, 0, 0.85) transparent;
    top: -12px;
    left: 10px;
  }
}
/* Topbar Specific Breakpoint that you can customize */
@media only screen and (max-width: 940px) {
  .top-bar {
    margin-bottom: 0;
    overflow: hidden;
    height: 45px;
    background: #222222;
    /* Override contain to grid stuff for breakpoint */
    /* Setting up the sliding area */
    /* When the Small Nav is Showing */
  }
  .top-bar .js-generated {
    display: block;
  }
  .contain-to-grid .top-bar {
    width: auto;
  }
  .top-bar section {
    left: 0;
    position: relative;
    width: auto;
    -webkit-transition: left 300ms 0;
    -moz-transition: left 300ms 0;
    -o-transition: left 300ms 0;
    transition: left 300ms 0;
  }
  .top-bar ul {
    width: 100%;
    height: 100%;
    margin-bottom: 0;
    display: block;
  }
  .top-bar ul > li {
    float: none;
    /* Branding and name */
    /* Dropdown Toggle */
    /* Divider for breakpoint */
    /* Search Overrides for breakpoint size */
    /* Dropdown Level 1 */
    /* Dropdown Level 2 */
  }
  .top-bar ul > li.active, .top-bar ul > li:hover {
    background: #151515;
  }
  .top-bar ul > li.name {
    height: 45px;
  }
  .top-bar ul > li.name h1 {
    line-height: 1;
  }
  .top-bar ul > li.name h1 a {
    color: white;
    display: block;
    line-height: 45px !important;
    padding-left: 15px;
    height: 45px;
  }
  .top-bar ul > li:hover a, .top-bar ul > li.active a {
    color: white;
  }
  .top-bar ul > li a:not(.button) {
    color: white;
  }
  .top-bar ul > li.toggle-topbar {
    cursor: pointer;
    display: block;
    height: 45px;
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
  }
  .top-bar ul > li.toggle-topbar a {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: solid 8px;
    border-color: white transparent transparent transparent;
    padding: 0;
    position: absolute;
    top: 50%;
    right: 22.5px;
    margin-top: -4px;
  }
  .top-bar ul > li.toggle-topbar:hover {
    background: inherit;
  }
  .top-bar ul > li.toggle-topbar a {
    padding: 0 !important;
  }
  .top-bar ul > li.divider {
    border-bottom: solid 1px #3c3c3c;
    border-top: solid 1px black;
    clear: both;
    height: 1px !important;
    margin: 8px 0 !important;
    width: 100%;
  }
  .top-bar ul > li.search {
    padding: 0 22.5px;
  }
  .top-bar ul > li.search form {
    width: 100%;
  }
  .top-bar ul > li.search form input[type=text] {
    width: 75%;
  }
  .top-bar ul > li.search form .button {
    top: -1px;
    width: 25%;
  }
  .top-bar ul > li.has-dropdown a {
    padding-right: 33.75px;
  }
  .top-bar ul > li.has-dropdown a:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: solid 5px;
    border-color: transparent transparent transparent rgba(255, 255, 255, 0.5);
    margin-right: 15px;
    margin-top: -4.5px;
    position: absolute;
    top: 50%;
  }
  .top-bar ul > li.has-dropdown:hover > .dropdown {
    display: block;
    visibility: hidden;
  }
  .top-bar ul > li.has-dropdown .dropdown {
    visibility: hidden;
    z-index: 0 !important;
  }
  .top-bar ul > li.has-dropdown.moved {
    position: static;
  }
  .top-bar ul > li.has-dropdown.moved > .dropdown {
    top: 0;
    visibility: visible;
  }
  .top-bar ul > li.has-dropdown.moved > .dropdown li label {
    margin-bottom: 6px;
    padding-top: 6px !important;
    font-size: ms(0)-3;
  }
  .top-bar ul > li.has-dropdown.moved > .dropdown li:not(.title) {
    padding-bottom: 0;
  }
  .top-bar ul > li.has-dropdown.moved > .dropdown li:not(.title) a {
    padding: 8px 22.5px;
    font-size: ms(0);
  }
  .top-bar ul > li.has-dropdown.moved > .dropdown li a, .top-bar ul > li.has-dropdown.moved > .dropdown li label {
    padding: 0 22.5px;
  }
  .top-bar ul > li.has-dropdown.moved > .dropdown li a:hover {
    background: #3c3c3c;
    display: block;
  }
  .top-bar ul > li.has-dropdown.moved > .dropdown li.divider {
    border-bottom: solid 1px rgba(255, 255, 255, 0.1);
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
  .top-bar ul > li.has-dropdown.moved .back.title {
    padding-bottom: 0;
  }
  .top-bar ul > li.has-dropdown.moved .back.title a:before {
    position: absolute;
    top: 50%;
    left: 17.5px;
    margin-top: -5px;
    width: 0;
    height: 0;
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: solid 5px;
    border-color: transparent white transparent transparent;
  }
  .top-bar ul > li.has-dropdown.moved .back.title h5 {
    margin: 0;
    padding-left: 15px;
    position: relative;
  }
  .top-bar ul > li.has-dropdown.moved .back.title h5 a {
    background: transparent;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: ms(2);
    font-weight: bold;
  }
  .top-bar ul > li.has-dropdown .dropdown li {
    background: transparent;
  }
  .top-bar ul > li.has-dropdown .dropdown li.has-dropdown .dropdown {
    left: 100% !important;
    top: 0;
    right: auto !important;
  }
  .top-bar ul > li.has-dropdown .dropdown li.has-dropdown > a {
    padding-right: 33.75px;
  }
  .top-bar ul > li.has-dropdown .dropdown li.has-dropdown > a:after {
    content: "";
    margin-right: 15px;
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: solid 5px;
    border-color: transparent transparent transparent rgba(255, 255, 255, 0.5);
    position: absolute;
    top: 50%;
    margin-top: -4.5px;
  }
  .top-bar ul > li.has-dropdown .dropdown li.has-dropdown > a li a:hover {
    background: #3c3c3c;
  }
  .top-bar ul > li.has-dropdown .dropdown li.has-dropdown.moved {
    position: static;
  }
  .top-bar ul > li.has-dropdown .dropdown li.has-dropdown.moved .dropdown {
    top: 0;
    visibility: visible;
  }
  .top-bar ul > li.has-dropdown .dropdown li.has-dropdown:hover {
    display: block;
  }
  .top-bar ul.left, .top-bar ul.right {
    float: none;
    width: 100%;
  }
  .top-bar ul.left > li, .top-bar ul.right > li {
    display: block;
    float: none;
    margin: 0 !important;
  }
  .top-bar ul.left > li.has-dropdown .dropdown, .top-bar ul.right > li.has-dropdown .dropdown {
    left: 100% !important;
    top: 0;
    right: auto !important;
  }
  .top-bar section > ul li a:not(.button) {
    padding-left: 22.5px !important;
  }
  .top-bar.expanded {
    height: 100%;
  }
  .top-bar.expanded ul li.toggle-topbar a {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: solid 8px;
    border-color: transparent transparent #cccccc transparent;
    top: auto;
    bottom: 50%;
    margin-bottom: -4px;
  }

  .top-bar ul li.has-button {
    padding: 5px 15px;
  }

  .top-bar ul li .button.small {
    margin: 0 !important;
    display: inline-block;
    width: 100%;
  }

  .top-bar ul > li.has-button a.button {
    margin: 0;
  }
}
/*
 * Using site sprite and a referenced image filename,
 * create a pseudo element of a background image and float  
 * it to the left of the calling element
 */
body .block.block-block {
  padding: 0;
  margin: 0;
}

a.read-more:after, a.views-more-link:after {
  content: "\00a0\00bb";
}

a.register:after {
  content: ' \2192';
  font-weight: bold;
}

a.register:before {
  content: '' !important;
}

a.views-more-link {
  display: inline !important;
}

/* Fix for Drupal Admin Toolbar */
body {
  position: static !important;
}

/* @TODO hide display of Taxonomy Term links from display in nodes
 * Replace with the right preprocessing method
 */
.field-type-taxonomy-term-reference {
  display: none;
}

/* @TODO For some reason, when logged-in, the Preheader region is 
rendered with "Preheader add a new block here".  Since I could not 
get it to go away using another method, the following declaration is 
used */
#context-block-region-pre_header {
  display: none;
}

/* Sub and Super Scripting */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  color: inherit !important;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Turn off span.ext @TODO why is this being generated */
span.ext {
  display: none;
}

/*
 * Links
 */
a:hover {
  text-decoration: underline;
}

a:link, a:visited, a:hover, a:active,
a.read-more:link, a.read-more:visited, a.read-more:hover, a.read-more:active,
a.views-more-link:link, a.views-more-link:visited, a.views-more-link:hover, a.views-more-link:active {
  color: #1267a9;
}

a.button {
  color: #443e00 !important;
}

a.button:hover {
  text-decoration: none;
}

a.anchor, a.anchor strong {
  color: black !important;
  text-decoration: none !important;
}

a.anchor:hover {
  text-decoration: none !important;
}

/*
 * Ensure sourced admin toolbar uses 
 * its own link colors
 */
#admin-toolbar-wrapper ul li a {
  color: inherit !important;
}

/*
 * Admin menu should always use white for link color
 */
#admin-menu-menu a {
  color: white !important;
}

body {
  font: normal 100% "Open Sans", Arial, sans-serif !important;
}

h1 {
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 2em;
  /* x 14px = 24px */
  line-height: 1.25em;
  margin-bottom: 1.25em;
}

h2 {
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 1.35714285714em;
  /* x 14px = 19px; */
  line-height: 1.25em;
  margin-bottom: 1em;
}

h3 {
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 1em;
  /* x 14px = 14px; */
  line-height: 1.6em;
  margin-bottom: 1em;
}

p {
  font-size: 1em !important;
  font-family: "Open Sans", Arial, sans-serif;
}

.pre-header a, .pre-header .search-form-wpr .form-type-textfield input.form-text {
  font-size: .8em;
  /* .8 x 14px = 11px; */
}

.nav-bar li.has-flyout > a, .nav-bar > li.last > a {
  font-size: 1em;
}

#tabber-container li.tab a {
  font-size: .9em;
}

.tabber .copy-wpr h3 {
  font-size: 1em !important;
  line-height: 1.2em;
}
.tabber .copy-wpr p {
  font-size: .9em !important;
}

.front .promos h3, .grade-range .promos h3 {
  font-size: 1.2em;
}
.front .promos h4, .grade-range .promos h4 {
  font-size: 1em;
  line-height: 1.2em;
  margin-bottom: .75em;
}
.front .promos p, .grade-range .promos p {
  font-size: .9em !important;
}
.front .promos .calendar .date-display-single, .front .promos .calendar .event-title, .front .promos .calendar .event-date, .grade-range .promos .calendar .date-display-single, .grade-range .promos .calendar .event-title, .grade-range .promos .calendar .event-date {
  font-size: .9em;
}

aside section h3 {
  color: #595959;
  font-weight: bold;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 1.35714285714em;
  /* x 14px = 19px; */
  line-height: 1.25em;
  margin-bottom: 1em;
}
aside section .phone {
  font-size: 1.5em;
}
aside section .block.brochure li {
  font-size: .9em;
}

.sitemap ul.block-grid a {
  font-size: .8em;
}

.admissions-event-calendar * {
  font-size: 1em;
}
.admissions-event-calendar * .views-row *, .admissions-event-calendar * .views-row-first *, .admissions-event-calendar * .views-row-last * {
  font-size: 1em;
}

.form-type-checkboxes > label {
  font-size: 1em;
}

.not-front article {
  padding: 0 60px !important;
  margin-top: 30px;
}
.not-front article h1 {
  margin: 0 0 20px 0px;
}
.not-front article h1 a {
  font-size: inherit !important;
  color: black !important;
}
.not-front article h1 a:hover {
  cursor: pointer !important;
  text-decoration: none !important;
}
.not-front article h2 {
  margin-bottom: 7px;
}
.not-front article ul {
  margin-left: 17px;
}
.not-front article .submenu-wpr ul {
  background: none;
  border-bottom: 1px #eaeaea solid;
  margin-left: 0;
}
.not-front article .submenu-wpr ul li {
  border-top: 1px #eaeaea solid;
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
}
.not-front article .submenu-wpr ul li :before {
  content: none;
}
.not-front article .submenu-wpr ul li a {
  color: #1267a9;
}
.not-front article p {
  margin-top: 0;
  padding-top: 0;
}
.not-front article p a {
  color: #1267a9;
}

.block-k12-schools-hos-welcome .welcome-image img {
  float: left;
  padding-right: 10px;
  margin-bottom: 15px;
}

.view-section-menu {
  clear: both;
}

.section-about .submenu-wpr ul li:first-child {
  display: none;
}

aside section .contextual-links-wrapper {
  display: none !important;
}
aside section .block {
  padding: 20px;
  border-bottom: 1px #e1e1e1 solid;
}
aside section .block h3 {
  color: #595959;
}
aside section .block .brochure ul li {
  list-style-type: none;
}
aside section .block p {
  font-style: normal !important;
  line-height: 1.5em;
}
aside section .block:last-child {
  border-bottom: none !important;
  background: none !important;
}

.logged-in.not-front dl.tabs {
  margin-top: 15px;
}

ul.pager {
  /*
   * Turn off read-more double arrows in calendar pager display
   */
}
ul.pager a:link, ul.pager a:visited, ul.pager a:hover, ul.pager a:active {
  color: black !important;
}
ul.pager li.date-prev a:before,
ul.pager li.date-next a:before {
  content: '';
}

#event-legend {
  padding: 0;
  margin: 20px 0 0 20px;
}
#event-legend li {
  font-size: .8em;
  float: left;
  margin: 0 30px 0 0;
}
#event-legend li.academic-dates {
  border-top: 4px solid #1267a9;
}
#event-legend li.camps-and-clubs {
  border-top: 4px solid #e5d300;
}
#event-legend li.school-events {
  border-top: 4px solid #00aeef;
}
#event-legend li.prospects {
  border-top: 4px solid #b7d319;
}

.feed-icon {
  clear: both;
  float: right;
  margin-top: 5px;
}

.calendar-calendar .views-field .field-content span, .calendar-calendar .views-field .field-content a, .calendar-calendar .views-field-field-event-date span, .calendar-calendar .views-field-field-event-date a {
  font-size: 9px !important;
  font-weight: normal !important;
}
.calendar-calendar .views-field .field-content a:link, .calendar-calendar .views-field .field-content a:visited, .calendar-calendar .views-field .field-content a:hover, .calendar-calendar .views-field .field-content a:active, .calendar-calendar .views-field-field-event-date a:link, .calendar-calendar .views-field-field-event-date a:visited, .calendar-calendar .views-field-field-event-date a:hover, .calendar-calendar .views-field-field-event-date a:active {
  color: black !important;
}

.calendar-calendar .month-view .full td.multi-day div.monthview a,
.calendar-calendar .week-view .full td.multi-day div.weekview a,
.calendar-calendar .day-view .full td.multi-day div.dayview a,
.calendar-calendar .month-view .full td.multi-day .inner .monthview .continues a,
.calendar-calendar .month-view .full td.multi-day .inner .monthview .cutoff a,
.calendar-calendar .week-view .full td.multi-day .inner .weekview .continues a,
.calendar-calendar .week-view .full td.multi-day .inner .weekview .cutoff a {
  color: black !important;
  font-size: 9px !important;
  font-weight: normal;
}
.calendar-calendar .month-view .full td.multi-day div.monthview span,
.calendar-calendar .week-view .full td.multi-day div.weekview span,
.calendar-calendar .day-view .full td.multi-day div.dayview span,
.calendar-calendar .month-view .full td.multi-day .inner .monthview .continues span,
.calendar-calendar .month-view .full td.multi-day .inner .monthview .cutoff span,
.calendar-calendar .week-view .full td.multi-day .inner .weekview .continues span,
.calendar-calendar .week-view .full td.multi-day .inner .weekview .cutoff span {
  color: black;
  font-size: 9px !important;
  font-weight: normal;
}

.calendar-calendar .month-view .full td.multi-day .calendar.monthview .contents,
.calendar-calendar .week-view .full td.multi-day .calendar.weekview .contents {
  top: 2px;
  font-size: 9px;
}

.calendar-calendar .month-view .full td.multi-day .calendar.monthview,
.calendar-calendar .month-view .full td.multi-day .calendar.monthview .cutoff,
.calendar-calendar .month-view .full td.multi-day .calendar.monthview .continues {
  background: #f8f5e9;
  color: black !important;
}
.calendar-calendar .month-view .full td.multi-day .calendar.monthview a,
.calendar-calendar .month-view .full td.multi-day .calendar.monthview .cutoff a,
.calendar-calendar .month-view .full td.multi-day .calendar.monthview .continues a {
  color: black !important;
}

.calendar-calendar .month-view .full td.multi-day .calendar.monthview .continuation,
.calendar-calendar .month-view .full td.multi-day .calendar.monthview span {
  color: black !important;
}

.admissions-event-calendar * {
  margin-bottom: 14px;
}

.admissions-event-calendar h2 {
  margin-top: 0;
}
.admissions-event-calendar a {
  color: #1267a9;
}
.admissions-event-calendar .views-row {
  border-bottom: 1px solid #aaa;
  padding: 25px 0;
}
.admissions-event-calendar .views-row-first {
  padding-top: 0;
}
.admissions-event-calendar .views-row-last {
  padding-bottom: 0;
  border: none;
}
.admissions-event-calendar .views-row *, .admissions-event-calendar .views-row-first *, .admissions-event-calendar .views-row-last * {
  line-height: 24px;
}

/* Category DLs */
.category {
  position: relative;
  width: 100%;
  text-align: center;
  background-color: white;
  outline: 0;
  margin-top: -3px;
  border: 1px transparent dashed !important;
}
.category img {
  margin: 0;
  padding: 0;
  display: block;
  margin: 0 auto;
}

.front .calendar, .grade-range .calendar {
  display: block;
  width: auto;
}
.front .calendar li, .grade-range .calendar li {
  padding: 0 0 10px 0 !important;
}
.front .calendar li div.event-wpr, .grade-range .calendar li div.event-wpr {
  padding: 5px;
  display: inline-block;
}
.front .calendar li > span.date-display-single, .grade-range .calendar li > span.date-display-single {
  border-collapse: collapse;
  display: table-cell;
  padding: 0 10px 0 0;
  vertical-align: middle;
  white-space: no-wrap;
  width: 60px;
}
.front .calendar li div.event-info-wpr, .grade-range .calendar li div.event-info-wpr {
  display: table-cell;
  border-collapse: collapse;
  padding-left: 20px;
  padding: 0 0 0 10px;
  vertical-align: middle;
  border-left: 1px #eaeaea solid;
}
.front .calendar li div.event-info-wpr span, .grade-range .calendar li div.event-info-wpr span {
  width: auto;
  padding: 0 5px 0 0;
  display: inline;
}
.front .calendar li div.event-info-wpr a, .grade-range .calendar li div.event-info-wpr a {
  color: #1267a9;
}
.front .calendar li .event-date a:before, .grade-range .calendar li .event-date a:before {
  content: ' | ';
  color: #eaeaea;
}

footer {
  background: #ffea00;
  color: #443e00;
  padding: 33px 0;
}
footer .copyright {
  margin-top: 20px !important;
  padding: 0 10px;
  width: 986px;
  max-width: 100%;
  min-width: 768px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  footer .copyright {
    width: auto;
    min-width: 0;
    margin-left: 0;
    margin-right: 0;
  }
}
footer .address {
  padding-bottom: 33px;
}
footer .address address {
  margin: 5px 0 0 45px;
  font-style: normal;
  line-height: 20px;
}
footer .address span.connect:after {
  content: ' | ';
}

/* The Grid ---------------------- */
.row {
  max-width: 100%;
  min-width: 768px;
  margin: 0 auto;
}

nav {
  width: 986px;
  max-width: 100%;
  min-width: 768px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  nav {
    width: auto;
    min-width: 0;
    margin-left: 0;
    margin-right: 0;
  }
}

.pre-header {
  width: 986px;
  max-width: 100%;
  min-width: 768px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .pre-header {
    width: auto;
    min-width: 0;
    margin-left: 0;
    margin-right: 0;
  }
}

#tabber-container {
  width: 986px;
  max-width: 100%;
  min-width: 768px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  #tabber-container {
    width: auto;
    min-width: 0;
    margin-left: 0;
    margin-right: 0;
  }
}

.wrap {
  width: 986px;
  max-width: 100%;
  min-width: 768px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .wrap {
    width: auto;
    min-width: 0;
    margin-left: 0;
    margin-right: 0;
  }
}

article {
  width: 64.28571%;
}
@media only screen and (max-width: 767px) {
  article {
    float: none;
    width: auto;
  }
}

aside {
  width: 35.71429%;
}
@media only screen and (max-width: 767px) {
  aside {
    float: none;
    width: auto;
  }
}

footer .address {
  width: 986px;
  max-width: 100%;
  min-width: 768px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  footer .address {
    width: auto;
    min-width: 0;
    margin-left: 0;
    margin-right: 0;
  }
}
footer .address .logo {
  width: 28.57143%;
}
@media only screen and (max-width: 767px) {
  footer .address .logo {
    float: none;
    width: auto;
  }
}
footer .address .copyright {
  width: 986px;
  max-width: 100%;
  min-width: 768px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  footer .address .copyright {
    width: auto;
    min-width: 0;
    margin-left: 0;
    margin-right: 0;
  }
}
footer .address address {
  width: 64.28571%;
}
@media only screen and (max-width: 767px) {
  footer .address address {
    float: none;
    width: auto;
  }
}
footer .sitemap {
  width: 986px;
  max-width: 100%;
  min-width: 768px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  footer .sitemap {
    width: auto;
    min-width: 0;
    margin-left: 0;
    margin-right: 0;
  }
}

.header {
  position: relative;
}

.logo-wpr {
  position: relative;
  padding-left: 20px !important;
  margin: 0 auto;
  width: 986px;
}
.logo-wpr ul {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  list-style-type: none;
  text-align: right;
}
.logo-wpr ul .phone {
  letter-spacing: 2px;
  padding-bottom: 3px;
  border-bottom: 1px #c60f13 solid;
}
.logo-wpr ul .phone:before {
  content: 'Call us: ';
  font-weight: normal;
  text-transform: uppercase;
}
.logo-wpr ul li:last-child a {
  text-transform: uppercase;
}
.logo-wpr .button_mega-enroll {
  position: absolute;
  right: 0;
}

/* Here We Go Additional Declarations to Brute Force IOS Rendering Issues */
.wrap {
  margin: 0 auto !important;
  width: 986px !important;
  min-width: 986px;
}

.not-front article {
  width: 620px !important;
  float: left !important;
}

.not-front aside {
  width: 350px !important;
  float: right !important;
}

@media only screen and (max-width: 767px) {
  .wrap {
    width: 986px !important;
    min-width: 986px !important;
    margin: 0 auto !important;
  }
}
@media only screen and (max-width: 767px) {
  article {
    float: left !important;
    width: 620px !important;
  }

  aside {
    float: right !important;
    width: 350px !important;
  }
}
@media only screen and (max-width: 767px) {
  .wrap {
    background: none !important;
  }
}
.front .promos, .grade-range .promos {
  margin-top: 0;
  width: 986px;
}
.front .promos .block-views, .grade-range .promos .block-views {
  width: 281.71429px;
  float: left;
  margin-right: 40px;
}
.front .promos h3, .grade-range .promos h3 {
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 2px #e1e1e1 solid;
  color: black;
}
.front .promos img + p, .grade-range .promos img + p {
  float: right;
  width: 65%;
}
.front .promos h4, .grade-range .promos h4 {
  clear: both;
}

.news p, .spotlight p {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
.news img, .spotlight img {
  float: left;
  padding-right: 8px;
  padding-top: 5px;
}

.promos .view-footer p {
  clear: both;
}

.front .calendar, .grade-range .calendar {
  width: 300px;
}
.front .calendar li, .grade-range .calendar li {
  display: table-row;
  list-style-type: none;
  padding: 0;
  vertical-align: middle;
}
.front .calendar .read-more:before, .grade-range .calendar .read-more:before {
  content: '|\00a0\00a0';
  padding: 0;
}
.front .calendar .date-display-single, .grade-range .calendar .date-display-single {
  text-align: left;
  white-space: nowrap;
  width: 50px;
  padding: 0;
}
.front .calendar strong:first-child, .grade-range .calendar strong:first-child {
  display: table-cell;
  vertical-align: middle;
}
.front .calendar span, .grade-range .calendar span {
  display: table-cell;
}
.front .calendar span span, .grade-range .calendar span span {
  display: inline;
}
.front .calendar span span:first-child, .grade-range .calendar span span:first-child {
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #eaeaea;
}

blockquote {
  border: none;
  border-bottom: 1px #e1e1e1 solid;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
blockquote p:before {
  content: '"';
}
blockquote p:after {
  content: '"';
}
blockquote cite {
  font-style: normal;
  font-weight: bold;
}
blockquote cite span {
  font-weight: normal;
  display: inline;
}
blockquote cite:before {
  content: "\2014 ";
}

.testimonial .yawp {
  text-align: center;
}
.testimonial .yawp h2 {
  display: inline-block;
}

#marquee {
  position: relative;
  background: url(../images/common/ajax-loader.gif) center 100px no-repeat;
  height: 417px;
}
#marquee img {
  display: none;
}

#marquee.orbit {
  background: none;
  padding: 0;
}

#marquee.orbit img {
  display: block;
  padding: 0;
}

.marquee-wpr .orbit-wrapper {
  width: 986px !important;
  margin: 0 auto !important;
}
.marquee-wpr .orbit-wrapper .timer {
  visibility: hidden;
}

.marquee-wpr .orbit-wrapper #marquee {
  width: 986px;
  margin: 0 auto;
}

.orbit-caption-wrapper {
  display: none;
}

.cta-bar {
  display: none;
}

.orbit-wrapper .orbit-caption {
  display: none;
}

/* fade in / out nav arrows on hover */
.orbit-default .orbit-wrapper .slider-nav span {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 400ms;
  -moz-transition: opacity 400ms;
  -o-transition: opacity 400ms;
  transition: opacity 400ms;
}
.orbit-default .orbit-wrapper:hover .slider-nav span {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/* Navbar */
ul.flyout li a, .nav-bar li ul li a,
ul.flyout li a:hover,
ul.flyout li a:focus,
.nav-bar li ul li a:hover,
.nav-bar li ul li a:focus,
.nav-bar > li.active > a,
.nav-bar > li > a {
  color: #444444 !important;
  text-decoration: none;
}

ul.flyout li a, .nav-bar li ul li a,
.flyout {
  background: white;
}

ul.flyout {
  opacity: .97;
  padding: 0;
  margin-top: 14px;
  border: none;
}

.nav-bar {
  /* TODO Is negative margin necessary / the best way? */
  margin-top: -3px;
}

.nav-bar,
.nav-bar > li.active:hover,
.nav-bar > li:hover {
  background: transparent;
}

.nav-bar > li {
  border: none;
  line-height: 24px;
  padding: 11px 3px 10px 3px;
  text-align: left;
}

.nav-bar li.has-flyout > a, .nav-bar > li.last > a {
  border-right: none;
  border-left: none;
  font-weight: bold;
  text-transform: uppercase;
}

.nav-bar li.flyout {
  margin-top: 10px;
}

.nav-bar > li:last-child {
  border-right: none;
}

.nav-bar > li.active > a {
  cursor: default;
}

.nav-bar > li.has-flyout > a:first-child:after {
  border: none;
}

.nav-bar > li.has-flyout.is-touch > a.flyout-toggle {
  border-left: none;
}

.nav-bar.vertical > li {
  border-right: none;
}

.nav-bar.vertical > li.has-flyout > a:first-child:after {
  border: none;
  border-color: transparent transparent transparent transparent;
}

.nav-bar.vertical > li.active {
  border-right: none;
}

.nav-bar.vertical > li:last-child {
  border-bottom: none;
}

li.has-flyout, li.has-flyout a {
  border-right: none;
  border-left: none;
  border-bottom: none;
  border-top: none;
  margin-right: 0;
}

ul.nav-bar > li.expanded.has-flyout {
  border-right: none;
}

ul.flyout li, .nav-bar li ul li {
  padding: 0 5px;
  border-left: none;
  border-right: none;
  border-bottom: none;
  border-top: none;
}

ul.flyout li a, .nav-bar li ul li a {
  border-bottom: none;
  border-left: none;
  border-right: none;
  border-top: none;
}

ul.flyout li a:hover, ul.flyout li a:focus, .nav-bar li ul li a:hover, .nav-bar li ul li a:focus {
  background: transparent;
}

ul.flyout li.active, .nav-bar li ul li.active {
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: none;
}

ul.flyout li.active a, .nav-bar li ul li.active a {
  border-bottom: none !important;
  border-top: none !important;
}

/* Get ride of the pipe separators between main menu items */
.nav-bar > li, .nav-bar > li:last-child {
  border: none;
  border-right: none;
  -webkit-box-shadow: 0 0 0;
  -moz-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
}

/* Get rid of border on top menu item */
.nav-bar > li > ul.flyout > li:first-child a {
  border-top: none;
  -webkit-box-shadow: 0 0 0;
  -moz-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
}

/* CSS triangle to indicate active menu item */
li.has-flyout {
  position: relative;
}

li .flyout-toggle span {
  display: none;
}

/* Extras: Support, Search and Student Login */
.pre-header-wpr {
  margin-bottom: 8px !important;
  background: #ffea00;
}
.pre-header-wpr a:link, .pre-header-wpr a:visited, .pre-header-wpr a:hover, .pre-header-wpr a:active {
  color: #52522b !important;
}
.pre-header-wpr .pre-header .help, .pre-header-wpr .pre-header .ols-wpr, .pre-header-wpr .pre-header .search-form-wpr, .pre-header-wpr .pre-header #top-social {
  border-left-color: #e5d300;
}

.pre-header {
  padding: 0;
  width: 986px;
  line-height: 20px;
}
.pre-header .contextual-links-wrapper {
  display: none !important;
}
.pre-header div {
  float: right;
  display: inline-block;
}
.pre-header a {
  text-transform: uppercase;
  font-weight: bold;
}
.pre-header div.help, .pre-header div.ols-wpr, .pre-header div.search-form-wpr {
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #e5d300;
  height: 20px;
  padding: 0 10px;
}
.pre-header #top-social ul {
  margin: 0 2px 0 10px !important;
  padding: 0 !important;
  list-style-type: none;
  border: none;
}
.pre-header #top-social ul li {
  margin: 0 !important;
  padding: 0 !important;
  float: left;
}
.pre-header #top-social ul li .facebook {
  float: left;
  display: inline-block;
  margin-top: 3px;
  width: 20px;
  height: 20px;
}
.pre-header #top-social ul li .twitter {
  float: left;
  display: inline-block;
  margin-top: 3px;
  width: 20px;
  height: 20px;
}
.pre-header #top-social ul li .google-plus {
  float: left;
  display: inline-block;
  margin-top: 3px;
  width: 20px;
  height: 20px;
}
.pre-header #top-social ul li .pinterest {
  float: left;
  display: block;
  margin-top: 3px;
  width: 20px;
  height: 20px;
}

@media only screen and (max-width: 967px) {
  .nav-bar {
    width: 986px;
  }

  .nav-bar > li {
    float: left;
  }
}
.k12-orbit-wrapper, .header {
  min-width: 986px;
  /* Stops Orbit from resizing image */
}

/*
 * Prevent second home page tab from wrapping to new line 
 */
#tabber-container > ul {
  width: 986px;
  overflow: none;
}

/* -----------------------------------------
Footer Sitemap
----------------------------------------- */
.sitemap {
  border-top: 2px #e5d300 solid;
  border-bottom: 2px #e5d300 solid;
  padding: 0 0 0 0;
  width: 100%;
}
.sitemap ul.block-grid {
  padding: 16px 0 0 10px;
  display: block;
  line-height: 1em;
}
.sitemap ul.block-grid a {
  color: black !important;
}
.sitemap ul.block-grid li {
  list-style-type: none;
  line-height: 1.2em;
  padding-bottom: 10px;
}
.sitemap ul.block-grid li.first {
  padding-left: 0;
}
.sitemap ul.block-grid li.parent {
  padding: 0 20px 20px 0;
  margin-bottom: 10px;
}
.sitemap ul.block-grid li.parent a {
  font-weight: bold;
  padding: 0 0 20px 20px;
}
.sitemap ul.block-grid li.parent ul {
  margin-top: 20px;
  padding-right: 10px;
}
.sitemap ul.block-grid li.parent ul li a {
  padding: 0 0 0 0;
  font-weight: normal;
}
.sitemap ul.block-grid li.parent.last {
  margin-top: 10px;
  border-right: none;
}
.sitemap ul.block-grid li.parent.last a {
  font-weight: normal;
  white-space: nowrap;
}
.sitemap ul.block-grid li.parent.last li {
  padding: 20px 0;
}
.sitemap li.parent {
  border-right: 1px #e5d300 solid;
}

.block-views-home-page-tabs-block, .block-views-home-page-tabs-block-1 {
  margin-bottom: 15px;
  padding-bottom: 25px;
  background: url(../images/common/divider_line_gray.png) bottom left repeat-x;
}

#tabber-container {
  display: none;
}

#tabber-container.loaded {
  width: 986px;
  display: block;
  margin-top: 20px;
}
#tabber-container.loaded ul {
  margin-bottom: 0;
}
#tabber-container.loaded ul li {
  margin-right: 10px;
}
#tabber-container.loaded ul li.tab.active {
  background: white;
}
#tabber-container.loaded .tab {
  display: inline-block;
  zoom: 1;
  *display: inline;
  background: #e1e1e1;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #e1e1e1));
  background-image: -webkit-linear-gradient(#ffffff, #e1e1e1);
  background-image: -moz-linear-gradient(#ffffff, #e1e1e1);
  background-image: -o-linear-gradient(#ffffff, #e1e1e1);
  background-image: linear-gradient(#ffffff, #e1e1e1);
  border-color: #e1e1e1;
  border: solid 1px #e1e1e1;
  border-bottom: none;
  padding: 5px;
  -moz-border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
}
#tabber-container.loaded .tab a {
  display: block;
  font-weight: bold;
  color: #004173 !important;
  line-height: 2em;
  outline: none;
  padding: 0 10px;
  text-decoration: none;
  text-transform: uppercase;
}
#tabber-container.loaded .tab a:hover {
  text-decoration: none !important;
}
#tabber-container.loaded .tab a.active {
  background: #fff;
  color: black !important;
  position: relative;
}

.tabber {
  background: #fff;
  border: 1px #e1e1e1 solid;
  width: 986px;
  padding: 20px;
  margin-top: -1px;
}
.tabber section {
  width: 299px;
  float: left;
  margin-right: 25px;
  /*
   * When an image is present, set 
   * width of text and float it right
   * to prevent orphans
   */
}
.tabber section img {
  float: left;
  padding-right: 5px;
}
.tabber section .copy-wpr h3 {
  margin: 0 0 5px 0;
}
.tabber section img + .copy-wpr {
  float: right;
  width: 60%;
}
.tabber section.position-three {
  padding-left: 0;
}
.tabber section.position-three ul {
  list-style-type: none;
}
.tabber section.position-three ul li {
  display: block;
  margin-bottom: 10px;
}
.tabber section.position-three p {
  margin-bottom: 10px;
}
.tabber section:last-child {
  margin-right: 0;
  width: 260px;
}

table {
  border-collapse: collapse;
}
table.tuition-table td {
  padding-bottom: 5px;
}
table.tuition-table p {
  margin-bottom: 5px;
}

table > thead tr th {
  padding: 10px 0 10px 13px;
  border: none !important;
}

table > thead > tr:first-child {
  border-bottom: 2px #aaaaaa solid;
}

header {
  z-index: 100;
}

.button_mega-enroll {
  z-index: 601;
}

nav {
  z-index: 500;
}

.slider-nav {
  z-index: 1000;
}

.search-form-wpr {
  height: 20px;
  margin: 0 10px 0 0!important;
  padding: 0 !important;
}
.search-form-wpr .block-search-form .form-type-textfield {
  float: left;
}
.search-form-wpr div {
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
.search-form-wpr .form-type-textfield {
  float: left;
}
.search-form-wpr :hover {
  cursor: pointer;
}
.search-form-wpr input[type="submit"] {
  display: block;
  margin-top: 2px;
}

.search-form-wpr .block-search-form .form-type-textfield input.form-text,
.search-form-wpr .form-type-textfield input.form-text {
  background: transparent;
  border: none;
  color: #52522b;
  display: block;
  font-weight: bold;
  height: 20px;
  width: 160px;
}

.search-form-wpr .block-search-form input.form-submit {
  display: block;
  float: right;
  padding-top: 3px;
}

.search-form-wpr input[type="submit"] {
  text-indent: -9999px;
  border: none;
}

body.section-search .search-form {
  margin-top: 40px;
}
body.section-search .search-form h2 {
  margin: 0 0 20px 0px;
}
body.section-search .search-form ol.search-results li.search-result {
  margin-left: 0;
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 12px;
}
body.section-search .search-form ol.search-results li.search-result :before {
  content: '';
}

/* RMI form */
#main .alert-box {
  background: #f9e6e6;
  padding: 20px;
  margin-top: 10px;
}
#main .alert-box ul li {
  list-style-type: none;
  color: #c60f13;
}

.page-contact-request-more-information .wrap {
  margin-top: 30px;
  text-align: left;
}
.page-contact-request-more-information .wrap article {
  width: 986px !important;
  /* Clear floated form checkbox elements 
   * @TODO These four styles can be removed by adding the Foundation
   * .clearfix class to form-type-checkboxes (via preprocessing, prob)
   */
  /* @TODO add a button class to the rmi submit buttons
   * using a preprocess function so we can get rid 
   * of these redundant declarations
   */
  /* line 6, ../../../../../../../../../../Library/Ruby/Gems/1.8/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_buttons.scss */
  /* line 7, ../../../../../../../../../../Library/Ruby/Gems/1.8/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_buttons.scss */
}
.page-contact-request-more-information .wrap article .progress-wpr {
  padding: 0;
  width: 114.28571%;
}
@media only screen and (max-width: 767px) {
  .page-contact-request-more-information .wrap article .progress-wpr {
    float: none;
    width: auto;
  }
}
.page-contact-request-more-information .wrap article .progress-wpr h1 {
  float: left;
  margin-right: 10px;
  padding: 0;
  width: auto;
}
.page-contact-request-more-information .wrap article .progress-wpr span {
  border-bottom: 10px #e1e1e1 solid;
  color: #e1e1e1;
  display: block;
  float: left;
  font-weight: bold;
  margin-left: 5px;
  padding-bottom: 5px;
  width: 30%;
}
.page-contact-request-more-information .wrap article .progress-wpr span.active {
  color: #c60f13;
  border-bottom: 10px #c60f13 solid;
}
.page-contact-request-more-information .wrap article p.instructions {
  clear: both;
  padding: 10px 0;
  border-top: 1px #f8f5e9 solid;
  border-bottom: 1px #f8f5e9 solid;
  width: 100%;
}
.page-contact-request-more-information .wrap article .form-wrapper {
  border: none;
  margin: 0;
  padding: 0;
}
.page-contact-request-more-information .wrap article .form-wrapper .fieldset-wrapper {
  margin: 0;
  padding: 0;
  border: none;
}
.page-contact-request-more-information .wrap article .form-wrapper .fieldset-wrapper .form-type-select, .page-contact-request-more-information .wrap article .form-wrapper .fieldset-wrapper .form-type-textfield {
  width: 35.71429%;
}
@media only screen and (max-width: 767px) {
  .page-contact-request-more-information .wrap article .form-wrapper .fieldset-wrapper .form-type-select, .page-contact-request-more-information .wrap article .form-wrapper .fieldset-wrapper .form-type-textfield {
    float: none;
    width: auto;
  }
}
.page-contact-request-more-information .wrap article #edit-top {
  padding: 0;
}
.page-contact-request-more-information .wrap article #edit-top .form-item-K12-Program-Interest--c {
  padding: 0 20px 0 0;
  width: 340px !important;
}
.page-contact-request-more-information .wrap article #edit-top .form-item-K12-Program-Interest--c select {
  margin-left: 20px;
  width: 310px;
}
.page-contact-request-more-information .wrap article #edit-top .form-item-K12-Program-Interest--c label {
  padding: 0 !important;
  white-space: nowrap;
}
.page-contact-request-more-information .wrap article #edit-top .form-item-K12-Current-Schooling--c {
  padding: 0;
  width: 340px !important;
}
.page-contact-request-more-information .wrap article #edit-top .form-item-K12-Current-Schooling--c select {
  margin-left: 20px;
  width: 310px;
}
.page-contact-request-more-information .wrap article #edit-top .form-item-K12-Current-Schooling--c label {
  padding: 0 !important;
  white-space: nowrap;
}
.page-contact-request-more-information .wrap article .form-type-checkboxes:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.page-contact-request-more-information .wrap article .form-type-checkboxes {
  display: inline-block;
}
.page-contact-request-more-information .wrap article html[xmlns] .form-type-checkboxes {
  display: block;
}
.page-contact-request-more-information .wrap article * .form-type-checkboxes .clearfix {
  height: 1%;
}
.page-contact-request-more-information .wrap article .form-type-checkboxes {
  width: 986px;
  margin: 10px 0 20px 0;
}
.page-contact-request-more-information .wrap article .form-type-checkboxes > label {
  display: block;
  width: auto;
  margin-bottom: 10px;
}
.page-contact-request-more-information .wrap article .form-type-checkboxes .form-type-checkbox {
  display: block;
  width: 270px;
  height: 24px;
  float: left;
  margin-left: 20px;
}
.page-contact-request-more-information .wrap article .form-type-checkboxes .form-type-checkbox label {
  display: block;
  float: left;
  margin: 2px 0 0 10px;
  width: 240px;
  padding-right: 30px;
  line-height: 1em;
}
.page-contact-request-more-information .wrap article .form-type-checkboxes .form-type-checkbox input {
  display: block;
  float: left;
}
.page-contact-request-more-information .wrap article .form-item-Phone {
  width: 200px !important;
}
.page-contact-request-more-information .wrap article .form-item-PhoneType {
  width: 100px !important;
}
.page-contact-request-more-information .wrap article .rmi-privacy-link {
  margin: 0 20px 15px 0;
  padding: 0;
  text-align: right;
}
.page-contact-request-more-information .wrap article .rmi-privacy-link a {
  font-size: 9px !important;
}
.page-contact-request-more-information .wrap article .lp1 .form-wrapper .fieldset-wrapper .form-item {
  padding-left: 0;
}
.page-contact-request-more-information .wrap article .lp2 {
  /* What is your address? */
}
.page-contact-request-more-information .wrap article .lp2 .form-item-K12-Current-Schooling--c {
  margin-left: 30px;
}
.page-contact-request-more-information .wrap article .lp2 .form-item-WhichGrades-Form > label {
  display: block;
  clear: both;
}
.page-contact-request-more-information .wrap article .lp2 .form-item label:first-child:before {
  font-weight: bold;
  color: blue;
}
.page-contact-request-more-information .wrap article .lp2 .form-item-K12-Program-Interest--c > label:before {
  content: '1.  ';
}
.page-contact-request-more-information .wrap article .lp2 .form-item-K12-Current-Schooling--c > label:before {
  content: '2.  ';
}
.page-contact-request-more-information .wrap article .lp2 .form-item-K12-Reason-Looking-Multiselect--c > label:before {
  content: '3.  ';
}
.page-contact-request-more-information .wrap article .lp2 #edit-bottom {
  margin-top: 20px;
}
.page-contact-request-more-information .wrap article .lp2 legend {
  font-weight: normal;
  display: block;
  clear: both;
}
.page-contact-request-more-information .wrap article .lp2 legend:before {
  content: '4.  ';
  font-weight: bold;
  color: blue;
}
.page-contact-request-more-information .wrap article .lp2 .form-type-checkboxes + .form-type-checkboxes .form-type-checkbox {
  height: auto;
  width: 205px;
}
.page-contact-request-more-information .wrap article .lp2 .form-type-checkboxes + .form-type-checkboxes .form-type-checkbox input {
  padding: 0;
  margin: 0;
  float: left;
  display: block;
}
.page-contact-request-more-information .wrap article .lp2 .form-type-checkboxes + .form-type-checkboxes .form-type-checkbox label {
  float: left;
  width: 160px;
  height: auto;
  display: block;
}
.page-contact-request-more-information .wrap article .lp2 #edit-bottom, .page-contact-request-more-information .wrap article .lp2 #edit-bottom2 {
  width: 986px;
  max-width: 100%;
  min-width: 768px;
  margin: 0 auto;
  margin: 0;
  border: none;
}
@media only screen and (max-width: 767px) {
  .page-contact-request-more-information .wrap article .lp2 #edit-bottom, .page-contact-request-more-information .wrap article .lp2 #edit-bottom2 {
    width: auto;
    min-width: 0;
    margin-left: 0;
    margin-right: 0;
  }
}
.page-contact-request-more-information .wrap article .lp2 #edit-bottom .form-item-K12-Street--c, .page-contact-request-more-information .wrap article .lp2 #edit-bottom2 .form-item-K12-Street--c {
  width: 320px;
}
.page-contact-request-more-information .wrap article .lp2 #edit-bottom .form-item-K12-City--c, .page-contact-request-more-information .wrap article .lp2 #edit-bottom2 .form-item-K12-City--c {
  width: 200px;
}
.page-contact-request-more-information .wrap article .lp2 #edit-bottom .form-item-K12-State--c, .page-contact-request-more-information .wrap article .lp2 #edit-bottom2 .form-item-K12-State--c {
  width: 320px;
}
.page-contact-request-more-information .wrap article .lp2 #edit-bottom .form-item-K12-PostalCode--c, .page-contact-request-more-information .wrap article .lp2 #edit-bottom2 .form-item-K12-PostalCode--c {
  width: 200px;
}
.page-contact-request-more-information .wrap article .form-submit {
  width: auto;
  background: #c60f13;
  border: none;
  float: right;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
  color: white;
  cursor: pointer;
  display: inline-block;
  font-family: inherit;
  font-size: ms(0);
  font-weight: bold;
  line-height: 1;
  margin: 0 0 20px 0;
  padding: 10px 20px 11px;
  position: relative;
  text-align: center;
  text-decoration: none;
  -webkit-transition: background-color 0.15s ease-in-out;
  -moz-transition: background-color 0.15s ease-in-out;
  -o-transition: background-color 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out;
  /* Hovers */
  /* Sizes */
  /* Colors */
  /* Radii */
  /* Layout */
  /* Disabled ---------- */
}
.page-contact-request-more-information .wrap article .form-submit:hover, .page-contact-request-more-information .wrap article .form-submit:focus {
  color: white;
  background-color: #c60f13;
}
.page-contact-request-more-information .wrap article .form-submit:active {
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2) inset;
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2) inset;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2) inset;
}

/* Gradient Sections */
.front .promos, .grade-range .promos {
  background: #ececec;
  height: 480px;
  margin: 0 auto 30px auto;
  padding: 0 !important;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ececec), color-stop(100%, #ffffff));
  background-image: -webkit-linear-gradient(#ececec, #ffffff);
  background-image: -moz-linear-gradient(#ececec, #ffffff);
  background-image: -o-linear-gradient(#ececec, #ffffff);
  background-image: linear-gradient(#ececec, #ffffff);
  width: 986px;
}
.front .promos .block-views, .grade-range .promos .block-views {
  float: left;
  margin-right: 0;
  padding: 5px 20px 20px 20px;
  width: 250px;
}
.front .promos .block-views.block-views-news-announcements-block-1, .front .promos .block-views.block-views-news-announcements-block-2, .grade-range .promos .block-views.block-views-news-announcements-block-1, .grade-range .promos .block-views.block-views-news-announcements-block-2 {
  border-right: 20px white solid;
  margin-right: 0;
  width: 350px;
}
.front .promos .block-views.block-views-school-event-calendar-block-2, .grade-range .promos .block-views.block-views-school-event-calendar-block-2 {
  margin-left: 0;
  margin-right: 10px;
  width: 350px;
}
.front .promos .block-views.block-views-learn-more-block, .grade-range .promos .block-views.block-views-learn-more-block {
  border-right: none;
  border-left: 20px white solid;
  height: 230px;
}
.front .promos .block-views.block-views-spotlight-block, .front .promos .block-views.block-views-spotlight-block-2, .grade-range .promos .block-views.block-views-spotlight-block, .grade-range .promos .block-views.block-views-spotlight-block-2 {
  border-left: 20px white solid;
  height: 430px;
}
.front .promos .block-views.block-views-spotlight-block .persona, .front .promos .block-views.block-views-spotlight-block-2 .persona, .grade-range .promos .block-views.block-views-spotlight-block .persona, .grade-range .promos .block-views.block-views-spotlight-block-2 .persona {
  text-transform: capitalize;
}

.front .promos {
  margin-left: -10px;
}
.front .promos .block-views-spotlight-block {
  height: 300px !important;
}

.grade-range .promos .block-views-spotlight-block-2 {
  height: 480px !important;
}

/*

Default Block Names

block-views-news-announcements-block-1 
block-views-learn-more-block
block-views-spotlight-block

Grade Range

block-views-news-announcements-block-2
block-views-spotlight-block-2


Both

block-views-school-event-calendar-block-2



*/
/*
 * IE8 Tweaks (using HTML selectors instead of sourced 
 * coditional stylesheets
 */
/*
 * Orbit Tweaks
 */
.lt-ie9 .slider-nav {
  background: black;
}

.lt-ie9 .cta-bar {
  bottom: 30px;
  background: url(../images/common/slider/cta_bar.png) 0 0 repeat-x;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

.lt-ie9 .orbit-wrapper .orbit-caption {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  color: white;
  bottom: 60px;
}

.lt-ie9 .orbit-wrapper {
  height: 400px !important;
  overflow: hidden;
}

/*
 * Tabber Tweaks
 */
.lt-ie9 div.tabber section.position-three {
  width: 250px;
}

/*
 * Prevent vertical stretching of images
 * added through CK Editor
 */
.lt-ie9 .not-front article img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
  /* vertical-align: bottom; */
  /* Suppress the space beneath the baseline */
  /* Responsive images */
  /* @todo Add responsive embedded video. */
  max-width: 100%;
  height: auto;
  width: auto;
}

.icad-sprite {
  background: url('../images/sprite/icad-se882f1ee68.png') no-repeat;
}

/* Preheader */
.pre-header {
  padding: 3px 0;
  /* Preheader Pipes */
}
.pre-header .search-form-wpr input[type="submit"] {
  background: url(../images/sprite/icad/button_search.png) 0 0 no-repeat;
  height: 12px;
}
.pre-header .facebook {
  background: url(../images/sprite/icad/button_facebook.png) 0 0 no-repeat;
}
.pre-header .twitter {
  background: url(../images/sprite/icad/button_twitter.png) 0 0 no-repeat;
}
.pre-header .google-plus {
  background: url(../images/sprite/icad/button_google_plus.png) 0 0 no-repeat;
}
.pre-header .pinterest {
  background: url(../images/sprite/icad/button_pinterest.png) 0 0 no-repeat;
}
.pre-header div.help, .pre-header div.ols-wpr, .pre-header div.search-form-wpr, .pre-header div#top-social {
  border-left: 1px #c60f13 solid;
}

/* Header */
.logo-wpr {
  margin-top: 5px;
  margin-bottom: 12px;
  padding: 0 !important;
}
.logo-wpr .logo {
  padding-left: 0 !important;
}
.logo-wpr li.phone {
  border-bottom: none;
  letter-spacing: normal;
  font-weight: bold;
  text-align: right;
}
.logo-wpr li.phone .call-us {
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: inherit;
}
.logo-wpr li.rmi a:link, .logo-wpr li.rmi a:visited, .logo-wpr li.rmi a:hover, .logo-wpr li.rmi a:active {
  color: #6f7172 !important;
  text-transform: uppercase !important;
  font-weight: bold;
}
.logo-wpr li.rmi a:link.read-more:after, .logo-wpr li.rmi a:visited.read-more:after, .logo-wpr li.rmi a:hover.read-more:after, .logo-wpr li.rmi a:active.read-more:after {
  content: '' !important;
  display: inline-block;
  height: 9px;
  width: 8px;
  background: url('../images/../images/sprite/icad-s6811844ff9.png') 0 -287px no-repeat;
  margin-left: 3px;
}

/* Mega Enroll Button */
.button_mega-enroll {
  height: 62px;
  width: 91px;
  background: url('../images/../images/sprite/icad-s6811844ff9.png') 0 -122px no-repeat;
  position: absolute;
  right: 0;
  text-indent: -9999px;
  top: 55px;
}

/* Navbar */
.nav-bar {
  margin-left: -15px;
}

ul.flyout li a, .nav-bar li ul li a {
  border-bottom: 1px #e1e1e1 solid;
}

.grade-range .precontent {
  width: 100%;
}
.grade-range .precontent h1 {
  width: 986px;
  margin: 0 auto 10px auto;
  font-family: 'Open Sans';
  font-size: 2em;
  text-transform: uppercase;
}
.grade-range .divider {
  display: none;
}
.grade-range .wrap {
  padding: 0;
  border-left: none;
  border-right: none;
  background: none;
}
.grade-range .wrap article {
  width: 986px;
  padding-left: 0 !important;
  margin-left: 0;
}
.grade-range .block-views-spotlight-block h3 {
  border-bottom: 2px #e1e1e1 solid;
  color: black;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.grade-range article {
  margin: 0;
}

/* Article Page */
/* Render bisecting HR on article pages only
   Required context: Top-level "overview" HTML body class */
.divider {
  border: 2px #e1e1e1 solid;
  display: block;
  padding: 0;
  margin: 0;
}

.front .divider, .overview .divider {
  border: none;
}

.wrap {
  border-left: 1px #e1e1e1 solid;
  border-right: 1px #e1e1e1 solid;
  background: url(../images/icad/pixel_eaeaea_350.png) top right repeat-y;
  padding-bottom: 10px;
}

.front .wrap {
  border-left: none;
  border-right: none;
  background: none;
}

.section-spotlights article img {
  float: left;
  padding: 0 10px 0 0;
  margin: 8px 0 0 0;
}

.node-type-spotlights article .field-name-field-persona {
  display: inline;
  font-size: 1.2em;
  font-weight: bold;
}
.node-type-spotlights article .field-name-field-spotlight-image img {
  display: block;
  float: none;
  margin: 10px 0;
}

.spotlight-wpr h2 {
  margin-top: 20px;
  clear: both;
}
.spotlight-wpr p img {
  display: block;
  margin-right: 10px;
  float: left;
}

.button {
  background: #ffea00;
  color: #443e00;
  border: none;
  margin-bottom: 1em;
  whitespace: no-wrap;
}
.button:hover {
  background: #ffea00;
}

.button-pair a.button {
  display: inline !important;
  padding: 10px;
}

.lt-ie9 .button-pair a.button {
  padding: 10px;
}

aside .block.brochure li:first-child {
  padding-top: 30px;
}
aside .block.brochure ul:before {
  height: 122px;
  width: 78px;
  background: url('../images/../images/sprite/icad-s6811844ff9.png') 0 0 no-repeat;
  content: "";
  float: left;
  margin-right: 10px;
}
aside .contextual-links-wrapper {
  display: none !important;
}
aside .phone {
  display: block;
  margin-top: 10px;
}

.learn-more {
  padding: 0;
}
.learn-more li {
  border-bottom: 1px #e1e1e1 solid;
  display: block;
  list-style-type: none;
  padding: 15px 30px 15px 0;
  text-transform: uppercase;
}
.learn-more li a:link, .learn-more li a:visited, .learn-more li a:hover, .learn-more li a:active {
  color: black;
  display: block;
  font-weight: normal;
  text-decoration: none;
  padding: 0;
  width: auto;
}
.learn-more li:first-child {
  padding-top: 0;
}

.block-views-spotlight-block h3, .block-views-spotlight-block-2 h3 {
  border: none;
  margin-bottom: 10px;
}
.block-views-spotlight-block .spotlight-wpr img, .block-views-spotlight-block-2 .spotlight-wpr img {
  float: left;
  padding-right: 10px;
}
.block-views-spotlight-block .spotlight-wpr li, .block-views-spotlight-block-2 .spotlight-wpr li {
  display: block;
  width: auto;
  list-style-type: none;
}
.block-views-spotlight-block .spotlight-wpr li.name, .block-views-spotlight-block-2 .spotlight-wpr li.name {
  font-weight: bold;
}
.block-views-spotlight-block .spotlight-wpr p, .block-views-spotlight-block-2 .spotlight-wpr p {
  clear: both;
  width: auto;
}

table.start-dates, table.summer-school, table.holidays {
  width: 480px;
}

.page-contact-request-more-information .wrap {
  background: none;
}

footer .block-k12-schools-footer-sitemap {
  padding-top: 80px;
  margin-top: -50px;
  background: url(../images/icad/logo_footer.png) top center no-repeat;
}
footer .copyright {
  padding: 0 10px;
  width: 986px;
  max-width: 100%;
  min-width: 768px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  footer .copyright {
    width: auto;
    min-width: 0;
    margin-left: 0;
    margin-right: 0;
  }
}
footer address, footer .logo {
  display: none;
}

/* Here We Go Additional Declarations to Brute Force IOS Rendering Issues */
.wrap {
  margin: 0 auto !important;
  width: 986px !important;
  min-width: 986px;
}

.not-front article {
  width: 620px !important;
  float: left !important;
}

.not-front aside {
  width: 350px !important;
  float: right !important;
}

@media only screen and (max-width: 767px) {
  .wrap {
    width: 986px !important;
    min-width: 986px !important;
    margin: 0 auto !important;
  }
}
@media only screen and (max-width: 767px) {
  article {
    float: left !important;
    width: 620px !important;
  }

  aside {
    float: right !important;
    width: 350px !important;
  }
}
@media only screen and (max-width: 767px) {
  .wrap {
    background: none !important;
  }
}
