@font-face {
  font-family: 'museo500';
  src: url("../fonts/Museo 500.otf") format("opentype");
}

@font-face {
  font-family: 'museo100';
  src: url("../fonts/Museo 100.otf") format("opentype");
}

@font-face {
  font-family: 'museo300';
  src: url("../fonts/Museo 300.otf") format("opentype");
}
    
.left {
  float: left !important;
}

.right {
  float: right !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-justify {
  text-align: justify !important;
}

.hide {
  display: none;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
}

img {
  display: inline-block;
  vertical-align: middle;
}

.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 62.5em;
  *zoom: 1;
}

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

.row:after {
  clear: both;
}

.row.collapse .column, .row.collapse .columns {
  position: relative;
  padding-left: 0;
  padding-right: 0;
  float: left;
}

.row .row {
  width: auto;
  margin-left: -0.9375em;
  margin-right: -0.9375em;
  margin-top: 0;
  margin-bottom: 0;
  max-width: none;
  *zoom: 1;
}

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

.row .row:after {
  clear: both;
}

.row .row.collapse {
  width: auto;
  margin: 0;
  max-width: none;
  *zoom: 1;
}

.row .row.collapse:before, .row .row.collapse:after {
  content: " ";
  display: table;
}

.row .row.collapse:after {
  clear: both;
}

.column, .columns {
  position: relative;
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  width: 100%;
  float: left;
}

@media only screen {
  .column, .columns {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    float: left;
  }
  .small-1 {
    position: relative;
    width: 8.33333%;
  }
  .small-2 {
    position: relative;
    width: 16.66667%;
  }
  .small-3 {
    position: relative;
    width: 25%;
  }
  .small-4 {
    position: relative;
    width: 33.33333%;
  }
  .small-5 {
    position: relative;
    width: 41.66667%;
  }
  .small-6 {
    position: relative;
    width: 50%;
  }
  .small-7 {
    position: relative;
    width: 58.33333%;
  }
  .small-8 {
    position: relative;
    width: 66.66667%;
  }
  .small-9 {
    position: relative;
    width: 75%;
  }
  .small-10 {
    position: relative;
    width: 83.33333%;
  }
  .small-11 {
    position: relative;
    width: 91.66667%;
  }
  .small-12 {
    position: relative;
    width: 100%;
  }
  .small-offset-1 {
    position: relative;
    margin-left: 8.33333%;
  }
  .small-offset-2 {
    position: relative;
    margin-left: 16.66667%;
  }
  .small-offset-3 {
    position: relative;
    margin-left: 25%;
  }
  .small-offset-4 {
    position: relative;
    margin-left: 33.33333%;
  }
  .small-offset-5 {
    position: relative;
    margin-left: 41.66667%;
  }
  .small-offset-6 {
    position: relative;
    margin-left: 50%;
  }
  .small-offset-7 {
    position: relative;
    margin-left: 58.33333%;
  }
  .small-offset-8 {
    position: relative;
    margin-left: 66.66667%;
  }
  .small-offset-9 {
    position: relative;
    margin-left: 75%;
  }
  .small-offset-10 {
    position: relative;
    margin-left: 83.33333%;
  }
  [class*="column"] + [class*="column"]:last-child {
    float: right;
  }
  [class*="column"] + [class*="column"].end {
    float: left;
  }
  .column.small-centered, .columns.small-centered {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none !important;
  }
}

@media only screen and (min-width: 48em) {
  .large-1 {
    position: relative;
    width: 8.33333%;
  }
  .large-2 {
    position: relative;
    width: 16.66667%;
  }
  .large-3 {
    position: relative;
    width: 25%;
  }
  .large-4 {
    position: relative;
    width: 33.33333%;
  }
  .large-5 {
    position: relative;
    width: 41.66667%;
  }
  .large-6 {
    position: relative;
    width: 50%;
  }
  .large-7 {
    position: relative;
    width: 58.33333%;
  }
  .large-8 {
    position: relative;
    width: 66.66667%;
  }
  .large-9 {
    position: relative;
    width: 75%;
  }
  .large-10 {
    position: relative;
    width: 83.33333%;
  }
  .large-11 {
    position: relative;
    width: 91.66667%;
  }
  .large-12 {
    position: relative;
    width: 100%;
  }
  .row .large-offset-1 {
    position: relative;
    margin-left: 8.33333%;
  }
  .row .large-offset-2 {
    position: relative;
    margin-left: 16.66667%;
  }
  .row .large-offset-3 {
    position: relative;
    margin-left: 25%;
  }
  .row .large-offset-4 {
    position: relative;
    margin-left: 33.33333%;
  }
  .row .large-offset-5 {
    position: relative;
    margin-left: 41.66667%;
  }
  .row .large-offset-6 {
    position: relative;
    margin-left: 50%;
  }
  .row .large-offset-7 {
    position: relative;
    margin-left: 58.33333%;
  }
  .row .large-offset-8 {
    position: relative;
    margin-left: 66.66667%;
  }
  .row .large-offset-9 {
    position: relative;
    margin-left: 75%;
  }
  .row .large-offset-10 {
    position: relative;
    margin-left: 83.33333%;
  }
  .row .large-offset-11 {
    position: relative;
    margin-left: 91.66667%;
  }
  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }
  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }
  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }
  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }
  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }
  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }
  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }
  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }
  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }
  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }
  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }
  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }
  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }
  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }
  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }
  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
  .small-push-1 {
    left: inherit;
  }
  .small-pull-1 {
    right: inherit;
  }
  .small-push-2 {
    left: inherit;
  }
  .small-pull-2 {
    right: inherit;
  }
  .small-push-3 {
    left: inherit;
  }
  .small-pull-3 {
    right: inherit;
  }
  .small-push-4 {
    left: inherit;
  }
  .small-pull-4 {
    right: inherit;
  }
  .small-push-5 {
    left: inherit;
  }
  .small-pull-5 {
    right: inherit;
  }
  .small-push-6 {
    left: inherit;
  }
  .small-pull-6 {
    right: inherit;
  }
  .small-push-7 {
    left: inherit;
  }
  .small-pull-7 {
    right: inherit;
  }
  .small-push-8 {
    left: inherit;
  }
  .small-pull-8 {
    right: inherit;
  }
  .small-push-9 {
    left: inherit;
  }
  .small-pull-9 {
    right: inherit;
  }
  .small-push-10 {
    left: inherit;
  }
  .small-pull-10 {
    right: inherit;
  }
  .small-push-11 {
    left: inherit;
  }
  .small-pull-11 {
    right: inherit;
  }
  .column.large-centered, .columns.large-centered {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none !important;
  }
  .column.large-uncentered, .columns.large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: none;
  }
}

@media only screen {
  [class*="block-grid-"] {
    display: block;
    padding: 0;
    margin: 0 -10px;
    *zoom: 1;
  }
  [class*="block-grid-"]:before, [class*="block-grid-"]:after {
    content: " ";
    display: table;
  }
  [class*="block-grid-"]:after {
    clear: both;
  }
  [class*="block-grid-"] > li {
    display: inline;
    height: auto;
    float: left;
    padding: 0 10px 10px;
  }
  .small-block-grid-1 > li {
    width: 100%;
    padding: 0 10px 10px;
  }
  .small-block-grid-1 > li:nth-of-type(n) {
    clear: none;
  }
  .small-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }
  .small-block-grid-2 > li {
    width: 50%;
    padding: 0 10px 10px;
  }
  .small-block-grid-2 > li:nth-of-type(n) {
    clear: none;
  }
  .small-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }
  .small-block-grid-3 > li {
    width: 33.33333%;
    padding: 0 10px 10px;
  }
  .small-block-grid-3 > li:nth-of-type(n) {
    clear: none;
  }
  .small-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }
  .small-block-grid-4 > li {
    width: 25%;
    padding: 0 10px 10px;
  }
  .small-block-grid-4 > li:nth-of-type(n) {
    clear: none;
  }
  .small-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }
  .small-block-grid-5 > li {
    width: 20%;
    padding: 0 10px 10px;
  }
  .small-block-grid-5 > li:nth-of-type(n) {
    clear: none;
  }
  .small-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }
  .small-block-grid-6 > li {
    width: 16.66667%;
    padding: 0 10px 10px;
  }
  .small-block-grid-6 > li:nth-of-type(n) {
    clear: none;
  }
  .small-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }
  .small-block-grid-7 > li {
    width: 14.28571%;
    padding: 0 10px 10px;
  }
  .small-block-grid-7 > li:nth-of-type(n) {
    clear: none;
  }
  .small-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }
  .small-block-grid-8 > li {
    width: 12.5%;
    padding: 0 10px 10px;
  }
  .small-block-grid-8 > li:nth-of-type(n) {
    clear: none;
  }
  .small-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }
  .small-block-grid-9 > li {
    width: 11.11111%;
    padding: 0 10px 10px;
  }
  .small-block-grid-9 > li:nth-of-type(n) {
    clear: none;
  }
  .small-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }
  .small-block-grid-10 > li {
    width: 10%;
    padding: 0 10px 10px;
  }
  .small-block-grid-10 > li:nth-of-type(n) {
    clear: none;
  }
  .small-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }
  .small-block-grid-11 > li {
    width: 9.09091%;
    padding: 0 10px 10px;
  }
  .small-block-grid-11 > li:nth-of-type(n) {
    clear: none;
  }
  .small-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }
  .small-block-grid-12 > li {
    width: 8.33333%;
    padding: 0 10px 10px;
  }
  .small-block-grid-12 > li:nth-of-type(n) {
    clear: none;
  }
  .small-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}

@media only screen and (min-width: 48em) {
  .small-block-grid-1 > li:nth-of-type(1n+1) {
    clear: none;
  }
  .small-block-grid-2 > li:nth-of-type(2n+1) {
    clear: none;
  }
  .small-block-grid-3 > li:nth-of-type(3n+1) {
    clear: none;
  }
  .small-block-grid-4 > li:nth-of-type(4n+1) {
    clear: none;
  }
  .small-block-grid-5 > li:nth-of-type(5n+1) {
    clear: none;
  }
  .small-block-grid-6 > li:nth-of-type(6n+1) {
    clear: none;
  }
  .small-block-grid-7 > li:nth-of-type(7n+1) {
    clear: none;
  }
  .small-block-grid-8 > li:nth-of-type(8n+1) {
    clear: none;
  }
  .small-block-grid-9 > li:nth-of-type(9n+1) {
    clear: none;
  }
  .small-block-grid-10 > li:nth-of-type(10n+1) {
    clear: none;
  }
  .small-block-grid-11 > li:nth-of-type(11n+1) {
    clear: none;
  }
  .small-block-grid-12 > li:nth-of-type(12n+1) {
    clear: none;
  }
  .large-block-grid-1 > li {
    width: 100%;
    padding: 0 10px 10px;
  }
  .large-block-grid-1 > li:nth-of-type(n) {
    clear: none;
  }
  .large-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }
  .large-block-grid-2 > li {
    width: 50%;
    padding: 0 10px 10px;
  }
  .large-block-grid-2 > li:nth-of-type(n) {
    clear: none;
  }
  .large-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }
  .large-block-grid-3 > li {
    width: 33.33333%;
    padding: 0 10px 10px;
  }
  .large-block-grid-3 > li:nth-of-type(n) {
    clear: none;
  }
  .large-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }
  .large-block-grid-4 > li {
    width: 25%;
    padding: 0 10px 10px;
  }
  .large-block-grid-4 > li:nth-of-type(n) {
    clear: none;
  }
  .large-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }
  .large-block-grid-5 > li {
    width: 20%;
    padding: 0 10px 10px;
  }
  .large-block-grid-5 > li:nth-of-type(n) {
    clear: none;
  }
  .large-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }
  .large-block-grid-6 > li {
    width: 16.66667%;
    padding: 0 10px 10px;
  }
  .large-block-grid-6 > li:nth-of-type(n) {
    clear: none;
  }
  .large-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }
  .large-block-grid-7 > li {
    width: 14.28571%;
    padding: 0 10px 10px;
  }
  .large-block-grid-7 > li:nth-of-type(n) {
    clear: none;
  }
  .large-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }
  .large-block-grid-8 > li {
    width: 12.5%;
    padding: 0 10px 10px;
  }
  .large-block-grid-8 > li:nth-of-type(n) {
    clear: none;
  }
  .large-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }
  .large-block-grid-9 > li {
    width: 11.11111%;
    padding: 0 10px 10px;
  }
  .large-block-grid-9 > li:nth-of-type(n) {
    clear: none;
  }
  .large-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }
  .large-block-grid-10 > li {
    width: 10%;
    padding: 0 10px 10px;
  }
  .large-block-grid-10 > li:nth-of-type(n) {
    clear: none;
  }
  .large-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }
  .large-block-grid-11 > li {
    width: 9.09091%;
    padding: 0 10px 10px;
  }
  .large-block-grid-11 > li:nth-of-type(n) {
    clear: none;
  }
  .large-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }
  .large-block-grid-12 > li {
    width: 8.33333%;
    padding: 0 10px 10px;
  }
  .large-block-grid-12 > li:nth-of-type(n) {
    clear: none;
  }
  .large-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}

ul, ol, dl {
  font-size: 1em;
  line-height: 1.6;
  margin-bottom: 1.25em;
  list-style-position: outside;
  font-family: inherit;
}

ul li ul, ul li ol {
  margin-left: 1.25em;
  margin-bottom: 0;
  font-size: 1em;
}

ul.square li ul, ul.circle li ul, ul.disc li ul {
  list-style: inherit;
}

ul.square {
  list-style-type: square;
}

ul.circle {
  list-style-type: circle;
}

ul.disc {
  list-style-type: disc;
}

ul.no-bullet {
  list-style: none;
}

ol li ul, ol li ol {
  margin-left: 1.25em;
  margin-bottom: 0;
}

dl dt {
  margin-bottom: 0.3em;
  font-weight: bold;
}

dl dd {
  margin-bottom: 0.75em;
}

.print-only {
  display: none !important;
}

.flex-video {
  position: relative;
  padding-top: 1.5625em;
  padding-bottom: 67.5%;
  height: 0;
  margin-bottom: 1em;
  overflow: hidden;
}

.flex-video.widescreen {
  padding-bottom: 57.25%;
}

.flex-video.vimeo {
  padding-top: 0;
}

.flex-video iframe, .flex-video object, .flex-video embed, .flex-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.section-container, .section-container.auto {
  width: 100%;
  display: block;
  margin-bottom: 1.25em;
  border: 1px solid #ccc;
  border-top: none;
}

.section-container > section, .section-container > .section, .section-container.auto > section, .section-container.auto > .section {
  position: relative;
}

.section-container > section > .title, .section-container > .section > .title, .section-container.auto > section > .title, .section-container.auto > .section > .title {
  background-color: #efefef;
  cursor: pointer;
  margin-bottom: 0;
}

.section-container > section > .title a, .section-container > .section > .title a, .section-container.auto > section > .title a, .section-container.auto > .section > .title a {
  padding: 0.9375em;
  display: inline-block;
  color: #333;
  font-size: 0.875em;
  white-space: nowrap;
}

.section-container > section > .title:hover, .section-container > .section > .title:hover, .section-container.auto > section > .title:hover, .section-container.auto > .section > .title:hover {
  background-color: #e2e2e2;
}

.section-container > section .content, .section-container > .section .content, .section-container.auto > section .content, .section-container.auto > .section .content {
  display: none;
  padding: 0.9375em;
  background-color: white;
}

.section-container > section .content > *:last-child, .section-container > .section .content > *:last-child, .section-container.auto > section .content > *:last-child, .section-container.auto > .section .content > *:last-child {
  margin-bottom: 0;
}

.section-container > section .content > *:first-child, .section-container > .section .content > *:first-child, .section-container.auto > section .content > *:first-child, .section-container.auto > .section .content > *:first-child {
  padding-top: 0;
}

.section-container > section .content > *:last-child, .section-container > .section .content > *:last-child, .section-container.auto > section .content > *:last-child, .section-container.auto > .section .content > *:last-child {
  padding-bottom: 0;
}

.section-container > section.active > .content, .section-container > .section.active > .content, .section-container.auto > section.active > .content, .section-container.auto > .section.active > .content {
  display: block;
}

.section-container > section.active > .title, .section-container > .section.active > .title, .section-container.auto > section.active > .title, .section-container.auto > .section.active > .title {
  background: #d5d5d5;
}

.section-container > section.active > .title a, .section-container > .section.active > .title a, .section-container.auto > section.active > .title a, .section-container.auto > .section.active > .title a {
  color: #333;
}

.section-container > section > .title, .section-container > .section > .title, .section-container.auto > section > .title, .section-container.auto > .section > .title {
  top: 0;
  width: 100%;
  margin: 0;
  border-top: solid 1px #ccc;
}

.section-container > section > .title a, .section-container > .section > .title a, .section-container.auto > section > .title a, .section-container.auto > .section > .title a {
  width: 100%;
}

.section-container.tabs {
  border: 0;
  position: relative;
}

.section-container.tabs > section, .section-container.tabs > .section {
  border: 0;
  position: static;
}

.section-container.tabs > section > .title, .section-container.tabs > .section > .title {
  background-color: #efefef;
  cursor: pointer;
  margin-bottom: 0;
}

.section-container.tabs > section > .title a, .section-container.tabs > .section > .title a {
  padding: 0.9375em;
  display: inline-block;
  color: #333;
  font-size: 0.875em;
  white-space: nowrap;
}

.section-container.tabs > section > .title:hover, .section-container.tabs > .section > .title:hover {
  background-color: #e2e2e2;
}

.section-container.tabs > section .content, .section-container.tabs > .section .content {
  display: none;
  padding: 0.9375em;
  background-color: white;
}

.section-container.tabs > section .content > *:last-child, .section-container.tabs > .section .content > *:last-child {
  margin-bottom: 0;
}

.section-container.tabs > section .content > *:first-child, .section-container.tabs > .section .content > *:first-child {
  padding-top: 0;
}

.section-container.tabs > section .content > *:last-child, .section-container.tabs > .section .content > *:last-child {
  padding-bottom: 0;
}

.section-container.tabs > section.active > .content, .section-container.tabs > .section.active > .content {
  display: block;
}

.section-container.tabs > section.active > .title, .section-container.tabs > .section.active > .title {
  background: white;
}

.section-container.tabs > section.active > .title a, .section-container.tabs > .section.active > .title a {
  color: #333;
}

.section-container.tabs > section > .title, .section-container.tabs > .section > .title {
  width: auto;
  border: solid 1px #ccc;
  border-right: 0;
  border-bottom: 0;
  position: absolute;
  top: 0;
  z-index: 1;
}

.section-container.tabs > section > .title a, .section-container.tabs > .section > .title a {
  width: 100%;
}

.section-container.tabs > section:last-child .title, .section-container.tabs > .section:last-child .title {
  border-right: solid 1px #ccc;
}

.section-container.tabs > section .content, .section-container.tabs > .section .content {
  border: solid 1px #ccc;
  position: absolute;
  z-index: 10;
  display: none;
  top: -1px;
}

.section-container.tabs > section.active > .title, .section-container.tabs > .section.active > .title {
  z-index: 11;
  border-bottom: 0;
  background-color: white;
}

.section-container.tabs > section.active > .content, .section-container.tabs > .section.active > .content {
  position: relative;
}

@media only screen and (min-width: 48em) {
  .section-container.auto {
    border: 0;
    position: relative;
  }
  .section-container.auto > section, .section-container.auto > .section {
    border: 0;
    position: static;
  }
  .section-container.auto > section > .title, .section-container.auto > .section > .title {
    background-color: #efefef;
    cursor: pointer;
    margin-bottom: 0;
  }
  .section-container.auto > section > .title a, .section-container.auto > .section > .title a {
    padding: 0.9375em;
    display: inline-block;
    color: #333;
    font-size: 0.875em;
    white-space: nowrap;
  }
  .section-container.auto > section > .title:hover, .section-container.auto > .section > .title:hover {
    background-color: #e2e2e2;
  }
  .section-container.auto > section .content, .section-container.auto > .section .content {
    display: none;
    padding: 0.9375em;
    background-color: white;
  }
  .section-container.auto > section .content > *:last-child, .section-container.auto > .section .content > *:last-child {
    margin-bottom: 0;
  }
  .section-container.auto > section .content > *:first-child, .section-container.auto > .section .content > *:first-child {
    padding-top: 0;
  }
  .section-container.auto > section .content > *:last-child, .section-container.auto > .section .content > *:last-child {
    padding-bottom: 0;
  }
  .section-container.auto > section.active > .content, .section-container.auto > .section.active > .content {
    display: block;
  }
  .section-container.auto > section.active > .title, .section-container.auto > .section.active > .title {
    background: white;
  }
  .section-container.auto > section.active > .title a, .section-container.auto > .section.active > .title a {
    color: #333;
  }
  .section-container.auto > section > .title, .section-container.auto > .section > .title {
    width: auto;
    border: solid 1px #ccc;
    border-right: 0;
    border-bottom: 0;
    position: absolute;
    top: 0;
    z-index: 1;
  }
  .section-container.auto > section > .title a, .section-container.auto > .section > .title a {
    width: 100%;
  }
  .section-container.auto > section:last-child .title, .section-container.auto > .section:last-child .title {
    border-right: solid 1px #ccc;
  }
  .section-container.auto > section .content, .section-container.auto > .section .content {
    border: solid 1px #ccc;
    position: absolute;
    z-index: 10;
    display: none;
    top: -1px;
  }
  .section-container.auto > section.active > .title, .section-container.auto > .section.active > .title {
    z-index: 11;
    border-bottom: 0;
    background-color: white;
  }
  .section-container.auto > section.active > .content, .section-container.auto > .section.active > .content {
    position: relative;
  }
  .section-container.accordion .section {
    padding-top: 0 !important;
  }
  .section-container.vertical-tabs {
    border: 1px solid #ccc;
    position: relative;
  }
  .section-container.vertical-tabs section, .section-container.vertical-tabs .section {
    padding-top: 0 !important;
    border: 0;
    position: static;
  }
  .section-container.vertical-tabs section > .title, .section-container.vertical-tabs .section > .title {
    background-color: #efefef;
    cursor: pointer;
    margin-bottom: 0;
  }
  .section-container.vertical-tabs section > .title a, .section-container.vertical-tabs .section > .title a {
    padding: 0.9375em;
    display: inline-block;
    color: #333;
    font-size: 0.875em;
    white-space: nowrap;
  }
  .section-container.vertical-tabs section > .title:hover, .section-container.vertical-tabs .section > .title:hover {
    background-color: #e2e2e2;
  }
  .section-container.vertical-tabs section .content, .section-container.vertical-tabs .section .content {
    display: none;
    padding: 0.9375em;
    background-color: white;
  }
  .section-container.vertical-tabs section .content > *:last-child, .section-container.vertical-tabs .section .content > *:last-child {
    margin-bottom: 0;
  }
  .section-container.vertical-tabs section .content > *:first-child, .section-container.vertical-tabs .section .content > *:first-child {
    padding-top: 0;
  }
  .section-container.vertical-tabs section .content > *:last-child, .section-container.vertical-tabs .section .content > *:last-child {
    padding-bottom: 0;
  }
  .section-container.vertical-tabs section.active > .content, .section-container.vertical-tabs .section.active > .content {
    display: block;
  }
  .section-container.vertical-tabs section.active > .title, .section-container.vertical-tabs .section.active > .title {
    background: #d5d5d5;
  }
  .section-container.vertical-tabs section.active > .title a, .section-container.vertical-tabs .section.active > .title a {
    color: #333;
  }
  .section-container.vertical-tabs section > .title, .section-container.vertical-tabs .section > .title {
    position: absolute;
    border-top: solid 1px #ccc;
    width: 12.5em;
  }
  .section-container.vertical-tabs section:first-child .title, .section-container.vertical-tabs .section:first-child .title {
    border-top: 0;
  }
  .section-container.vertical-tabs section .content, .section-container.vertical-tabs .section .content {
    display: block;
    position: relative;
    left: 12.5em;
    border-left: solid 1px #ccc;
    z-index: 10;
  }
  .section-container.vertical-tabs section.active > .title, .section-container.vertical-tabs .section.active > .title {
    background-color: #d5d5d5;
    width: 12.5625em;
    border-right: solid 0 transparent;
    z-index: 11;
  }
  .section-container.vertical-tabs section.active:last-child .title, .section-container.vertical-tabs .section.active:last-child .title {
    border-bottom: 0;
  }
  .section-container.vertical-nav {
    border: 0;
    position: relative;
  }
  .section-container.vertical-nav > section, .section-container.vertical-nav > .section {
    padding-top: 0 !important;
    position: relative;
  }
  .section-container.vertical-nav > section > .title, .section-container.vertical-nav > .section > .title {
    background-color: #efefef;
    cursor: pointer;
    margin-bottom: 0;
  }
  .section-container.vertical-nav > section > .title a, .section-container.vertical-nav > .section > .title a {
    padding: 0.9375em;
    display: inline-block;
    color: #333;
    font-size: 0.875em;
    white-space: nowrap;
  }
  .section-container.vertical-nav > section > .title:hover, .section-container.vertical-nav > .section > .title:hover {
    background-color: #e2e2e2;
  }
  .section-container.vertical-nav > section .content, .section-container.vertical-nav > .section .content {
    display: none;
    padding: 0.9375em;
    background-color: white;
  }
  .section-container.vertical-nav > section .content > *:last-child, .section-container.vertical-nav > .section .content > *:last-child {
    margin-bottom: 0;
  }
  .section-container.vertical-nav > section .content > *:first-child, .section-container.vertical-nav > .section .content > *:first-child {
    padding-top: 0;
  }
  .section-container.vertical-nav > section .content > *:last-child, .section-container.vertical-nav > .section .content > *:last-child {
    padding-bottom: 0;
  }
  .section-container.vertical-nav > section.active > .content, .section-container.vertical-nav > .section.active > .content {
    display: block;
  }
  .section-container.vertical-nav > section.active > .title, .section-container.vertical-nav > .section.active > .title {
    background: #d5d5d5;
  }
  .section-container.vertical-nav > section.active > .title a, .section-container.vertical-nav > .section.active > .title a {
    color: #333;
  }
  .section-container.vertical-nav > section > .title, .section-container.vertical-nav > .section > .title {
    border-top: none;
    border: solid 1px #ccc;
  }
  .section-container.vertical-nav > section > .title a, .section-container.vertical-nav > .section > .title a {
    display: block;
    width: 100%;
  }
  .section-container.vertical-nav > section .content, .section-container.vertical-nav > .section .content {
    display: none;
  }
  .section-container.vertical-nav > section:first-child .title, .section-container.vertical-nav > .section:first-child .title {
    border-bottom: none;
  }
  .section-container.vertical-nav > section.active > .content, .section-container.vertical-nav > .section.active > .content {
    display: block;
    position: absolute;
    left: 100%;
    top: 0px;
    z-index: 999;
    min-width: 12.5em;
    border: solid 1px #ccc;
  }
  .section-container.horizontal-nav {
    position: relative;
    background: #efefef;
    border: 1px solid #ccc;
  }
  .section-container.horizontal-nav > section, .section-container.horizontal-nav > .section {
    padding-top: 0;
    border: 0;
    position: static;
  }
  .section-container.horizontal-nav > section > .title, .section-container.horizontal-nav > .section > .title {
    background-color: #efefef;
    cursor: pointer;
    margin-bottom: 0;
  }
  .section-container.horizontal-nav > section > .title a, .section-container.horizontal-nav > .section > .title a {
    padding: 0.9375em;
    display: inline-block;
    color: #333;
    font-size: 0.875em;
    white-space: nowrap;
  }
  .section-container.horizontal-nav > section > .title:hover, .section-container.horizontal-nav > .section > .title:hover {
    background-color: #e2e2e2;
  }
  .section-container.horizontal-nav > section .content, .section-container.horizontal-nav > .section .content {
    display: none;
    padding: 0.9375em;
    background-color: white;
  }
  .section-container.horizontal-nav > section .content > *:last-child, .section-container.horizontal-nav > .section .content > *:last-child {
    margin-bottom: 0;
  }
  .section-container.horizontal-nav > section .content > *:first-child, .section-container.horizontal-nav > .section .content > *:first-child {
    padding-top: 0;
  }
  .section-container.horizontal-nav > section .content > *:last-child, .section-container.horizontal-nav > .section .content > *:last-child {
    padding-bottom: 0;
  }
  .section-container.horizontal-nav > section.active > .content, .section-container.horizontal-nav > .section.active > .content {
    display: block;
  }
  .section-container.horizontal-nav > section.active > .title, .section-container.horizontal-nav > .section.active > .title {
    background: #d5d5d5;
  }
  .section-container.horizontal-nav > section.active > .title a, .section-container.horizontal-nav > .section.active > .title a {
    color: #333;
  }
  .section-container.horizontal-nav > section > .title, .section-container.horizontal-nav > .section > .title {
    width: auto;
    border: solid 1px #ccc;
    border-left: 0;
    top: -1px;
    position: absolute;
    z-index: 1;
  }
  .section-container.horizontal-nav > section > .title a, .section-container.horizontal-nav > .section > .title a {
    width: 100%;
  }
  .section-container.horizontal-nav > section .content, .section-container.horizontal-nav > .section .content {
    display: none;
  }
  .section-container.horizontal-nav > section.active > .content, .section-container.horizontal-nav > .section.active > .content {
    display: block;
    position: absolute;
    z-index: 999;
    left: 0;
    top: -2px;
    min-width: 12.5em;
    border: solid 1px #ccc;
  }
}

.contain-to-grid {
  width: 100%;
  background: #111;
}

.label {
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  white-space: nowrap;
  display: inline-block;
  position: relative;
  padding: 0.1875em 0.625em 0.25em;
  font-size: 0.875em;
  background-color: #2ba6cb;
  color: white;
}

.label.radius {
  border-radius: 3px;
}

.label.round {
  border-radius: 1000px;
}

.label.alert {
  background-color: #c60f13;
  color: white;
}

.label.success {
  background-color: #5da423;
  color: white;
}

.label.secondary {
  background-color: #e9e9e9;
  color: #333;
}

.inline-list {
  margin: 0 auto 1.0625em auto;
  margin-left: -1.375em;
  margin-right: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}

.inline-list > li {
  list-style: none;
  float: left;
  margin-left: 1.375em;
  display: block;
}

.inline-list > li > * {
  display: block;
}

.pagination {
  display: block;
  height: 1.5em;
  margin-left: -0.3125em;
}

.pagination li {
  display: block;
  float: left;
  height: 1.5em;
  color: #222;
  font-size: 0.875em;
  margin-left: 0.3125em;
}

.pagination li a {
  display: block;
  padding: 0.0625em 0.4375em 0.0625em;
  color: #999;
}

.pagination li:hover a, .pagination li a:focus {
  background: #e6e6e6;
}

.pagination li.unavailable a {
  cursor: default;
  color: #999;
}

.pagination li.unavailable:hover a, .pagination li.unavailable a:focus {
  background: transparent;
}

.pagination li.current a {
  background: #2ba6cb;
  color: white;
  font-weight: bold;
  cursor: default;
}

.pagination li.current a:hover, .pagination li.current a:focus {
  background: #2ba6cb;
}

.pagination-centered {
  text-align: center;
}

.pagination-centered ul > li {
  float: none;
  display: inline-block;
}

.panel {
  border-style: solid;
  border-width: 1px;
  border-color: #d9d9d9;
  margin-bottom: 1.25em;
  padding: 1.25em;
  background: #f2f2f2;
}

.panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6, .panel p {
  color: #333;
}

.panel > :first-child {
  margin-top: 0;
}

.panel > :last-child {
  margin-bottom: 0;
}

.panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6 {
  line-height: 1;
  margin-bottom: 0.625em;
}

.panel h1.subheader, .panel h2.subheader, .panel h3.subheader, .panel h4.subheader, .panel h5.subheader, .panel h6.subheader {
  line-height: 1.4;
}

.panel.callout {
  border-style: solid;
  border-width: 1px;
  border-color: #2284a1;
  margin-bottom: 1.25em;
  padding: 1.25em;
  background: #2ba6cb;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
}

.panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout h4, .panel.callout h5, .panel.callout h6, .panel.callout p {
  color: white;
}

.panel.callout > :first-child {
  margin-top: 0;
}

.panel.callout > :last-child {
  margin-bottom: 0;
}

.panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout h4, .panel.callout h5, .panel.callout h6 {
  line-height: 1;
  margin-bottom: 0.625em;
}

.panel.callout h1.subheader, .panel.callout h2.subheader, .panel.callout h3.subheader, .panel.callout h4.subheader, .panel.callout h5.subheader, .panel.callout h6.subheader {
  line-height: 1.4;
}

.panel.radius {
  border-radius: 3px;
}

.pricing-table {
  border: solid 1px #ddd;
  margin-left: 0;
  margin-bottom: 1.25em;
}

.pricing-table * {
  list-style: none;
  line-height: 1;
}

.pricing-table .title {
  background-color: #ddd;
  padding: 0.9375em 1.25em;
  text-align: center;
  color: #333;
  font-weight: bold;
  font-size: 1em;
}

.pricing-table .price {
  background-color: #eee;
  padding: 0.9375em 1.25em;
  text-align: center;
  color: #333;
  font-weight: normal;
  font-size: 1.25em;
}

.pricing-table .description {
  background-color: white;
  padding: 0.9375em;
  text-align: center;
  color: #777;
  font-size: 0.75em;
  font-weight: normal;
  line-height: 1.4;
  border-bottom: dotted 1px #ddd;
}

.pricing-table .bullet-item {
  background-color: white;
  padding: 0.9375em;
  text-align: center;
  color: #333;
  font-size: 0.875em;
  font-weight: normal;
  border-bottom: dotted 1px #ddd;
}

.pricing-table .cta-button {
  background-color: whitesmoke;
  text-align: center;
  padding: 1.25em 1.25em 0;
}

.progress {
  background-color: transparent;
  height: 1.5625em;
  border: 1px solid #ccc;
  padding: 0.125em;
  margin-bottom: 0.625em;
}

.progress .meter {
  background: #2ba6cb;
  height: 100%;
  display: block;
}

.progress.secondary .meter {
  background: #e9e9e9;
  height: 100%;
  display: block;
}

.progress.success .meter {
  background: #5da423;
  height: 100%;
  display: block;
}

.progress.alert .meter {
  background: #c60f13;
  height: 100%;
  display: block;
}

.progress.radius {
  border-radius: 3px;
}

.progress.radius .meter {
  border-radius: 2px;
}

.progress.round {
  border-radius: 1000px;
}

.progress.round .meter {
  border-radius: 999px;
}

.side-nav {
  display: block;
  margin: 0;
  padding: 0.875em 0;
  list-style-type: none;
  list-style-position: inside;
}

.side-nav li {
  margin: 0 0 0.4375em 0;
  font-size: 0.875em;
}

.side-nav li a {
  display: block;
  color: #2ba6cb;
}

.side-nav li.active > a:first-child {
  color: #4d4d4d;
  font-weight: bold;
}

.side-nav li.divider {
  border-top: 1px solid;
  height: 0;
  padding: 0;
  list-style: none;
  border-top-color: #e6e6e6;
}

.sub-nav {
  display: block;
  width: auto;
  overflow: hidden;
  margin: -0.25em 0 1.125em;
  padding-top: 0.25em;
  margin-right: 0;
  margin-left: -0.5625em;
}

.sub-nav dt, .sub-nav dd {
  float: left;
  display: inline;
  margin-left: 0.5625em;
  margin-bottom: 0.625em;
  font-weight: normal;
  font-size: 0.875em;
}

.sub-nav dt a, .sub-nav dd a {
  color: #999;
  text-decoration: none;
}

.sub-nav dt.active a, .sub-nav dd.active a {
  border-radius: 1000px;
  font-weight: bold;
  background: #2ba6cb;
  padding: 0.1875em 0.5625em;
  cursor: default;
  color: white;
}

@media only screen {
  div.switch {
    position: relative;
    width: 100%;
    padding: 0;
    display: block;
    overflow: hidden;
    border-style: solid;
    border-width: 1px;
    margin-bottom: 1.25em;
    -webkit-animation: webkitSiblingBugfix infinite 1s;
    height: 36px;
    background: white;
    border-color: #ccc;
  }
  div.switch label {
    position: relative;
    left: 0;
    z-index: 2;
    float: left;
    width: 50%;
    height: 100%;
    margin: 0;
    font-weight: bold;
    text-align: left;
    -webkit-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
  }
  div.switch input {
    position: absolute;
    z-index: 3;
    opacity: 0;
    width: 100%;
    height: 100%;
    -moz-appearance: none;
  }
  div.switch input:hover, div.switch input:focus {
    cursor: pointer;
  }
  div.switch > span {
    position: absolute;
    top: -1px;
    left: -1px;
    z-index: 1;
    display: block;
    padding: 0;
    border-width: 1px;
    border-style: solid;
    -webkit-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
  }
  div.switch input:not(:checked) + label {
    opacity: 0;
  }
  div.switch input:checked {
    display: none !important;
  }
  div.switch input {
    left: 0;
    display: block !important;
  }
  div.switch input:first-of-type + label, div.switch input:first-of-type + span + label {
    left: -50%;
  }
  div.switch input:first-of-type:checked + label, div.switch input:first-of-type:checked + span + label {
    left: 0%;
  }
  div.switch input:last-of-type + label, div.switch input:last-of-type + span + label {
    right: -50%;
    left: auto;
    text-align: right;
  }
  div.switch input:last-of-type:checked + label, div.switch input:last-of-type:checked + span + label {
    right: 0%;
    left: auto;
  }
  div.switch span.custom {
    display: none !important;
  }
  div.switch label {
    padding: 0 0.375em;
    line-height: 2.3em;
    font-size: 0.875em;
  }
  div.switch input:first-of-type:checked ~ span {
    left: 100%;
    margin-left: -2.1875em;
  }
  div.switch > span {
    width: 2.25em;
    height: 2.25em;
  }
  div.switch > span {
    border-color: #b3b3b3;
    background: white;
    background: -webkit-gradient(linear, left top, left bottom, from(white), to(#f2f2f2));
    background: linear-gradient(to bottom, white 0%, #f2f2f2 100%);
    -webkit-box-shadow: 2px 0 10px 0 rgba(0, 0, 0, 0.07), 1000px 0 0 1000px #e1f5d1, -2px 0 10px 0 rgba(0, 0, 0, 0.07), -1000px 0 0 1000px whitesmoke;
    box-shadow: 2px 0 10px 0 rgba(0, 0, 0, 0.07), 1000px 0 0 980px #e1f5d1, -2px 0 10px 0 rgba(0, 0, 0, 0.07), -1000px 0 0 1000px whitesmoke;
  }
  div.switch:hover > span, div.switch:focus > span {
    background: white;
    background: -webkit-gradient(linear, left top, left bottom, from(white), to(#e6e6e6));
    background: linear-gradient(to bottom, white 0%, #e6e6e6 100%);
  }
  div.switch:active {
    background: transparent;
  }
  div.switch.large {
    height: 44px;
  }
  div.switch.large label {
    padding: 0 0.375em;
    line-height: 2.3em;
    font-size: 1.0625em;
  }
  div.switch.large input:first-of-type:checked ~ span {
    left: 100%;
    margin-left: -2.6875em;
  }
  div.switch.large > span {
    width: 2.75em;
    height: 2.75em;
  }
  div.switch.small {
    height: 28px;
  }
  div.switch.small label {
    padding: 0 0.375em;
    line-height: 2.1em;
    font-size: 0.75em;
  }
  div.switch.small input:first-of-type:checked ~ span {
    left: 100%;
    margin-left: -1.6875em;
  }
  div.switch.small > span {
    width: 1.75em;
    height: 1.75em;
  }
  div.switch.tiny {
    height: 22px;
  }
  div.switch.tiny label {
    padding: 0 0.375em;
    line-height: 1.9em;
    font-size: 0.6875em;
  }
  div.switch.tiny input:first-of-type:checked ~ span {
    left: 100%;
    margin-left: -1.3125em;
  }
  div.switch.tiny > span {
    width: 1.375em;
    height: 1.375em;
  }
  div.switch.radius {
    border-radius: 4px;
  }
  div.switch.radius > span {
    border-radius: 3px;
  }
  div.switch.round {
    border-radius: 1000px;
  }
  div.switch.round > span {
    border-radius: 999px;
  }
  div.switch.round label {
    padding: 0 0.5625em;
  }
  @-webkit-keyframes webkitSiblingBugfix {
    from {
      position: relative;
    }
    to {
      position: relative;
    }
  }
}

[data-magellan-expedition] {
  background: white;
  z-index: 50;
  min-width: 100%;
  padding: 10px;
}

[data-magellan-expedition] .sub-nav {
  margin-bottom: 0;
}

[data-magellan-expedition] .sub-nav dd {
  margin-bottom: 0;
}

table {
  background: white;
  margin-bottom: 1.25em;
  border: solid 1px #ddd;
}

table thead, table tfoot {
  background: whitesmoke;
  font-weight: bold;
}

table thead tr th, table thead tr td, table tfoot tr th, table tfoot tr td {
  padding: 0.5em 0.625em 0.625em;
  font-size: 0.875em;
  color: #222;
  text-align: left;
}

table tr th, table tr td {
  padding: 0.5625em 0.625em;
  font-size: 0.875em;
  color: #222;
}

table tr.even, table tr.alt, table tr:nth-of-type(even) {
  background: #f9f9f9;
}

table thead tr th, table tfoot tr th, table tbody tr td, table tr td, table tfoot tr td {
  display: table-cell;
  line-height: 1.125em;
}

.th {
  line-height: 0;
  display: inline-block;
  border: solid 4px white;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}

.th:hover, .th:focus {
  -webkit-box-shadow: 0 0 6px 1px rgba(43, 166, 203, 0.5);
  box-shadow: 0 0 6px 1px rgba(43, 166, 203, 0.5);
}

.th.radius {
  border-radius: 3px;
}

a.th {
  display: block;
}

.has-tip {
  border-bottom: dotted 1px #ccc;
  cursor: help;
  font-weight: bold;
  color: #333;
}

.has-tip:hover, .has-tip:focus {
  border-bottom: dotted 1px #196177;
  color: #2ba6cb;
}

.has-tip.tip-left, .has-tip.tip-right {
  float: none !important;
}

.tooltip {
  display: none;
  position: absolute;
  z-index: 999;
  font-weight: bold;
  font-size: 0.9375em;
  line-height: 1.3;
  padding: 0.5em;
  max-width: 85%;
  left: 50%;
  width: 100%;
  color: white;
  background: black;
  border-radius: 3px;
}

.tooltip > .nub {
  display: block;
  left: 5px;
  position: absolute;
  width: 0;
  height: 0;
  border: solid 5px;
  border-color: transparent transparent black transparent;
  top: -10px;
}

.tooltip.opened {
  color: #2ba6cb !important;
  border-bottom: dotted 1px #196177 !important;
}

.tap-to-close {
  display: block;
  font-size: 0.625em;
  color: #888;
  font-weight: normal;
}

@media only screen and (min-width: 48em) {
  .tooltip > .nub {
    border-color: transparent transparent black transparent;
    top: -10px;
  }
  .tooltip.tip-top > .nub {
    border-color: black transparent transparent transparent;
    top: auto;
    bottom: -10px;
  }
  .tooltip.tip-left, .tooltip.tip-right {
    float: none !important;
  }
  .tooltip.tip-left > .nub {
    border-color: transparent transparent transparent black;
    right: -10px;
    left: auto;
    top: 50%;
    margin-top: -5px;
  }
  .tooltip.tip-right > .nub {
    border-color: transparent black transparent transparent;
    right: auto;
    left: -10px;
    top: 50%;
    margin-top: -5px;
  }
}

@media only screen and (max-width: 767px) {
  .f-dropdown {
    max-width: 100%;
    left: 0;
  }
}

.f-dropdown {
  position: absolute;
  top: -9999px;
  list-style: none;
  padding: 1.25em;
  width: 100%;
  height: auto;
  max-height: none;
  background: white;
  border: solid 1px #ccc;
  font-size: 16px;
  z-index: 99;
  margin-top: 2px;
  max-width: 200px;
}

.f-dropdown *:first-child {
  margin-top: 0;
}

.f-dropdown *:last-child {
  margin-bottom: 0;
}

.f-dropdown:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: transparent transparent white transparent;
  border-bottom-style: solid;
  position: absolute;
  top: -12px;
  left: 10px;
  z-index: 99;
}

.f-dropdown:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 7px;
  border-color: transparent transparent #ccc transparent;
  border-bottom-style: solid;
  position: absolute;
  top: -14px;
  left: 9px;
  z-index: 98;
}

.f-dropdown.right:before {
  left: auto;
  right: 10px;
}

.f-dropdown.right:after {
  left: auto;
  right: 9px;
}

.f-dropdown li {
  font-size: 0.875em;
  cursor: pointer;
  line-height: 1.125em;
  margin: 0;
}

.f-dropdown li:hover, .f-dropdown li:focus {
  background: #eee;
}

.f-dropdown li a {
  display: block;
  padding: 0.3125em 0.625em;
  color: #555;
}

.f-dropdown.content {
  position: absolute;
  top: -9999px;
  list-style: none;
  padding: 1.25em;
  width: 100%;
  height: auto;
  max-height: none;
  background: white;
  border: solid 1px #ccc;
  font-size: 16px;
  z-index: 99;
  max-width: 200px;
}

.f-dropdown.content *:first-child {
  margin-top: 0;
}

.f-dropdown.content *:last-child {
  margin-bottom: 0;
}

.f-dropdown.tiny {
  max-width: 200px;
}

.f-dropdown.small {
  max-width: 300px;
}

.f-dropdown.medium {
  max-width: 500px;
}

.f-dropdown.large {
  max-width: 800px;
}

.lt-ie9 .row {
  width: 940px;
  max-width: 100%;
  min-width: 768px;
  margin: 0 auto;
}

.lt-ie9 .row .row {
  width: auto;
  max-width: none;
  min-width: 0;
  margin: 0 -15px;
}

.lt-ie9 .row.large-collapse .column, .lt-ie9 .row.large-collapse .columns {
  padding: 0;
}

.lt-ie9 .row .row {
  width: auto;
  max-width: none;
  min-width: 0;
  margin: 0 -15px;
}

.lt-ie9 .row .row.large-collapse {
  margin: 0;
}

.lt-ie9 .column, .lt-ie9 .columns {
  float: left;
  min-height: 1px;
  padding: 0 15px;
  position: relative;
}

.lt-ie9 .column.large-centered, .columns.large-centered {
  float: none;
  margin: 0 auto;
}

.lt-ie9 [class*="column"] + [class*="column"]:last-child {
  float: right;
}

.lt-ie9 [class*="column"] + [class*="column"].end {
  float: left;
}

.lt-ie9 .large-1, .lt-ie9 .row .large-1 {
  width: 8.33333%;
}

.lt-ie9 .large-2, .lt-ie9 .row .large-2 {
  width: 16.66667%;
}

.lt-ie9 .large-3, .lt-ie9 .row .large-3 {
  width: 25%;
}

.lt-ie9 .large-4, .lt-ie9 .row .large-4 {
  width: 33.33333%;
}

.lt-ie9 .large-5, .lt-ie9 .row .large-5 {
  width: 41.66667%;
}

.lt-ie9 .large-6, .lt-ie9 .row .large-6 {
  width: 50%;
}

.lt-ie9 .large-7, .lt-ie9 .row .large-7 {
  width: 58.33333%;
}

.lt-ie9 .large-8, .lt-ie9 .row .large-8 {
  width: 66.66667%;
}

.lt-ie9 .large-9, .lt-ie9 .row .large-9 {
  width: 75%;
}

.lt-ie9 .large-10, .lt-ie9 .row .large-10 {
  width: 83.33333%;
}

.lt-ie9 .large-11, .lt-ie9 .row .large-11 {
  width: 91.66667%;
}

.lt-ie9 .large-12, .lt-ie9 .row .large-12 {
  width: 100%;
}

.lt-ie9 .row .large-offset-1 {
  margin-left: 8.33333%;
}

.lt-ie9 .row .large-offset-2 {
  margin-left: 16.66667%;
}

.lt-ie9 .row .large-offset-3 {
  margin-left: 25%;
}

.lt-ie9 .row .large-offset-4 {
  margin-left: 33.33333%;
}

.lt-ie9 .row .large-offset-5 {
  margin-left: 41.66667%;
}

.lt-ie9 .row .large-offset-6 {
  margin-left: 50%;
}

.lt-ie9 .row .large-offset-7 {
  margin-left: 58.33333%;
}

.lt-ie9 .row .large-offset-8 {
  margin-left: 66.66667%;
}

.lt-ie9 .row .large-offset-9 {
  margin-left: 75%;
}

.lt-ie9 .row .large-offset-10 {
  margin-left: 83.33333%;
}

.lt-ie9 .pull-2 {
  right: 16.66667%;
}

.lt-ie9 .pull-3 {
  right: 25%;
}

.lt-ie9 .pull-4 {
  right: 33.33333%;
}

.lt-ie9 .pull-5 {
  right: 41.66667%;
}

.lt-ie9 .pull-6 {
  right: 50%;
}

.lt-ie9 .pull-7 {
  right: 58.33333%;
}

.lt-ie9 .pull-8 {
  right: 66.66667%;
}

.lt-ie9 .pull-9 {
  right: 75%;
}

.lt-ie9 .pull-10 {
  right: 83.33333%;
}

.lt-ie9 .push-2 {
  left: 16.66667%;
}

.lt-ie9 .push-3 {
  left: 25%;
}

.lt-ie9 .push-4 {
  left: 33.33333%;
}

.lt-ie9 .push-5 {
  left: 41.66667%;
}

.lt-ie9 .push-6 {
  left: 50%;
}

.lt-ie9 .push-7 {
  left: 58.33333%;
}

.lt-ie9 .push-8 {
  left: 66.66667%;
}

.lt-ie9 .push-9 {
  left: 75%;
}

.lt-ie9 .push-10 {
  left: 83.33333%;
}

.lt-ie9 .row {
  *zoom: 1;
}

.lt-ie9 .row:before, .row:after {
  content: " ";
  display: table;
}

.lt-ie9 .row:after {
  clear: both;
}

body p {
  font-size: 14px;
}

.mobileOnly {
  display: none;
}

a {
  color: #3884a4;
}

img.left {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}

img.right {
  float: right;
  margin-left: 20px;
  margin-bottom: 20px;
}

a:hover {
  color: #4cb88a;
}

.subNav > li > .level2 > li > .level3 > li.drtitle {
  font-size: 18px !important;
  margin: 0 0 10px;
}

h3.section-title {
  color: #3D9DC6;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 22px;
  font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
  line-height: 32px;
  position: relative;
  width: 100%;
  letter-spacing: 1px;
}

h3.section-title .viewall, h3.section-title .subtitle {
  border-left: 1px solid #3D9DC6;
  font-size: 11px;
  text-transform: uppercase;
  color: #275164;
  font-style: normal;
  padding-left: 10px;
  margin-left: 10px;
  line-height: 20px;
  position: absolute;
  top: 6px;
  left: auto;
  letter-spacing: 1px;
}

.appicon {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  color: #225e77;
  display: inline-block;
  margin: 0;
  letter-spacing: 1px;
  padding-left: 45px;
  padding-top: 5px;
  height: 33px;
}

.appicon.googleplay {
  background: url(../images/icon-googleplay.jpg) no-repeat left center;
}

.appicon.itunes {
  background: url(../images/icon-apple.jpg) no-repeat left center;
}

#home-content .readmore {
  text-transform: uppercase;
  font-size: 12px;
  margin: 0px;
  display: inline-block;
}

.body-content {
  display: block;
  clear: both;
}

#header {
  margin-bottom: 10px;
}

#masthead {
  float: right;
  margin-top: 30px;
}

.mastNav {
  list-style-type: none;
  float: left;
  margin-bottom: 8px;
}

.mastNav li {
  float: left;
  margin: 0 3px;
}

.mastNav li:last-child {
  margin-right: 0;
}

.mastNav li.portal {
  background: #3884A4;
  border-radius: 3px;
  margin-top: 2px;
}

.mastNav li.portal > a {
  color: #FFF;
  display: block;
  padding: 2px 10px;
}

.mastNav li.portal:hover {
  background: #4cb88a;
  color: #FFF;
}

.mastNav li.portal:hover > a {
  color: #FFF;
}

.mastNav li.new-patient {
  background: #23b493;
  border-radius: 3px;
  margin-top: 2px;
}

.mastNav li.new-patient > a {
  color: #FFF;
  display: block;
  padding: 2px 10px;
}

.mastNav li.new-patient:hover {
  background: #3bd2b0;
  color: #FFF;
}

.mastNav li.new-patient:hover > a {
  color: #FFF;
}

.mastNav li.download-app {
  background: #eee;
  border-radius: 3px;
  margin-top: 2px;
}

.mastNav li.download-app > a {
  padding: 2px 10px;
  display: block;
}

.mastNav li.download-app:hover {
  background: #999;
}

.mastNav li.download-app:hover > a {
  color: #FFF;
}

.mastNav li a {
  color: #1f576f;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1px;
}

.mastNav li a:hover {
  color: #4cb88a;
}

.mastNav li a.active {
  color: #4cb88a;
}

.topMast {
  background: #193946;
  padding: 8px 0 12px;
}

.topMast .textLinks {
  margin: 0;
  padding: 0;
  display: inline-block;
}

.topMast .textLinks li {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
}

.topMast .textLinks li a {
  display: inline-block;
  padding: 0 14px;
  border-left: solid 1px #3e7f9b;
  color: #3e7f9b;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 11px;
}

.topMast .textLinks li a:hover {
  color: #4cb88a;
}

.topMast .textLinks li:first-child a {
  border-left: none;
  padding-left: 0;
}

.mainNav {
  list-style-type: none;
  margin: 0px 0 0 10px;
  padding: 0;
  float: right;
  display: block;
}

.mainNav > li {
  float: left;
}

.mainNav > li > a {
  padding: 15px 18px;
  display: block;
  color: #326075;
  font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
  font-size: 16px;
  line-height: 26px;
}

input#address {
  display: none;
}

.mainNav li.active > a {
  color: #4cb88a;
}

.mainNav li:hover > a {
  color: #4cb88a;
}

.mainNav > li:last-child > a {
  padding-right: 0px;
}

.mainNav li .level2 {
  display: none;
  position: absolute;
  left: -250px;
  top: 110px;
  margin: 0;
  padding: 0;
  list-style-type: none;
  width: 1000px;
  z-index: 99;
  background: url(/images/megamenu-line.png) repeat-x -30px top #FFF;
  padding: 25px 40px;
}

.mainNav li.patient-information .level2 {
  background-position: 90px top;
}

.mainNav li .level2 li {
  float: left;
  width: 31%;
  border-right: 1px solid #c0ccd2;
  margin-right: 29px;
  min-height: 160px;
  padding-right: 20px;
}

.mainNav li .level2 li:last-child {
  margin-right: 0px;
  border-right: none;
  padding-right: 0px;
}

.mainNav li .level2 li h2 {
  font-size: 13px;
  text-transform: uppercase;
  color: #1f576f;
  font-weight: normal;
  letter-spacing: 1px;
}

.mainNav li .level2 li p {
  color: #969696;
  font-size: 13px;
  line-height: 24px;
}

.mainNav li .level2 li a.nav-btn {
  font-size: 11px;
  text-transform: uppercase;
  color: #FFF;
  background: #3884a4;
  border-radius: 3px;
  text-align: center;
  display: inline-block;
  padding: 3px 12px;
  letter-spacing: 1px;
}

.mainNav li .level2 li a.nav-btn:hover {
  background: #4cb88a;
}

.mainNav > li:hover > .level2 {
  display: block;
}

.mainNav li .level2 p img.right {
  margin-left: 10px !important;
}

.mainNav li .level2 li.navcolumn3 p {
  position: relative;
}

.mainNav li.about-us .level2 li.navcolumn3 p img {
  position: absolute;
  right: -10px;
  top: 0px;
  z-index: 999;
  opacity: 0;
  padding: 4px;
  background: #ebebeb;
}

.mainNav li .level2 li.navcolumn3 a.location {
  z-index: 2;
  width: 100%;
  padding: 0px 0px 0px 7px;
  display: inline-block;
  margin-left: -7px;
  border: solid 1px transparent;
  margin-right: 0px;
  z-index: 1;
}

.mainNav li.about-us .level2 .navcolumn3 a.active {
  background: #ebebeb;
  border-right: none !important;
  color: #000;
}

.mainNav li .level2 li.navcolumn3 a.active img {
  opacity: 1;
}

#custom-icons .large-4 {
  text-align: center;
  margin-bottom: 20px;
}

.clinical-trials #content h1 {
  text-align: center;
  background: url(../images/clinical-graph.png) no-repeat center top;
  padding: 96px 0 33px;
  font-size: 36px !important;
  margin-bottom: 40px;
  background-size: 100%;
}

.clinical-trials #content #custom-icons {
  background: #1A3947;
  padding: 20px 0;
  margin: 10px 0 50px;
}

.clinical-trials #content #custom-icons h3 {
  color: #6DB0CC !important;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 400;
}

.clinical-trials #content #clinical-popout p {
  font-size: 14px;
  text-align: center;
  margin: 0px auto 20px;
  line-height: 28px;
}

.clinical-trials #content #clinical-popout p strong {
  font-weight: 600;
}

.clinical-trials #content #clinical-popout p a.button {
  margin-top: 20px;
}

.clinical-trials svg {
  width: 50px;
  height: 50px;
  display: block;
  margin: 0px auto 20px;
}

.clinical-trials #content #clinical-popout hr {
  margin-bottom: 40px;
}

.clinical-trials #content #custom-icons p {
  font-size: 14px;
  margin: 0px auto;
  line-height: 22px;
  width: 80%;
  color: #FFF;
}

.clinical-trials svg.expand {
  width: 40px;
  height: 50px;
}

.clinical-trials svg.pill {
  width: 35px;
  height: 50px;
  display: block;
}

.patient-nav {
  min-height: 200px;
  margin-top: 30px !important;
}

.patient-nav img {
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  margin: 0px auto;
  z-index: 1;
}

.patient-nav h2 {
  margin-top: 30px;
  margin-bottom: 5px;
  z-index: 9;
  display: block;
  position: relative;
  color: #FFF !important;
  font-size: 22px !important;
  letter-spacing: 1px;
  font-weight: 200 !important;
}

.patient-nav p {
  color: #FFF !important;
  z-index: 9;
  position: relative;
  width: 72%;
  margin: 0px auto;
  font-size: 12px !important;
  line-height: 18px !important;
}

.patient-nav a.button {
  position: relative;
  z-index: 9;
  font-size: 11px !important;
  padding: 5px 10px !important;
  margin-top: 10px;
}

#rotator {
  text-align: center;
  display: block;
  margin: 24px auto 0;
  height: 582px;
  position: relative;
  max-width: 1550px;
}

#rotator .slide {
  height: 582px;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  opacity: 0;
}

#rotator img {
  z-index: 1;
}

#rotator #rowpager.row {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  text-align: center;
  z-index: 200;
}

#rotator .pager {
  padding: 0;
  list-style-type: none;
  /* width: 920px; */
  margin: 0 auto;
}

#rotator .pager li {
  float: left;
  background: rgba(34, 102, 131, 0.9);
  border-bottom: 7px solid #3884A4;
  /* width: 230px; */
  width:25%;
}

#rotator .pager li.pediatrics {
  background: rgba(54, 128, 160, 0.9);
  border-bottom: 7px solid #3D9DC6;
}

#rotator .pager li.abdomen {
  background: rgba(54, 128, 160, 0.9);
  border-bottom: 7px solid #3D9DC6;
}

#rotator .pager li.active {
  background: rgba(76, 184, 138, 0.9);
  border-bottom: 7px solid #49936f;
}

#rotator .pager li.active:hover {
  background: #4cb88a;
}

#rotator .pager li a {
  color: #FFF;
  display: block;
  padding: 20px 15px 15px 19px;
}

#rotator .pager li a .icon {
  background: url(../images/sprites2.png) no-repeat 0 0;
  background-size: 312px;
  width: 45px;
  height: 45px;
  display: block;
  float: left;
  margin: 0px auto 10px;
}

#rotator .pager li.colon a .icon {
  background-position: 1px -67px;
}

#rotator .pager li.colon.active > a .icon {
  background-position: -263px -67px !important;
}

#rotator .pager li.abdomen a .icon {
  background-position: -8px -162px;
  width: 55px;
}

#rotator .pager li.abdomen.active > a .icon {
  background-position: -259px -162px !important;
}

#rotator .pager li.acidreflux a .icon {
  background-position: 1px -243px;
}

#rotator .pager li.acidreflux.active > a .icon {
  background-position: -263px -243px !important;
}

#rotator .pager li.pediatrics a .icon {
  background-position: -7px -331px;
  margin-right: 10px;
}

#rotator .pager li.pediatrics.active > a .icon {
  background-position: -262px -331px !important;
}

#rotator .pager li:hover {
  background: #3680a0;
}

#rotator .pager li a h1 {
  font-size: 20px;
  text-align: left;
  color: #FFF;
  font-weight: normal;
  font-family: "museo100" !important;
  letter-spacing: 0px;
  line-height: 24px;
}

#rotator .pager li a h1 em {
  display: block;
  font-style: normal;
  font-size: 18px;
}

#rotator #row-content {
  position: absolute;
  z-index: 9;
  width: 1000px;
  left: 0;
  right: 0;
  top: 52px;
}

#rotator .content {
  display: block;
  background: rgba(255, 255, 255, 0.9);
  text-align: left;
  padding: 15px 25px;
  margin-left: -15px;
  top: 200px;
  position: relative;
  opacity: 0;
  -webkit-transition: all 3s;
  z-index: 1;
}

#rotator .active .content {
  opacity: 1;
  top: 0px;
}

#rotator .content h2 {
  color: #1b4d63;
  font-size: 32px;
  font-family: 'museo500';
  font-weight: normal;
  margin-bottom: 20px;
  line-height: 38px;
}

#rotator .content ul {
  list-style-type: none;
  margin: 0 0 24px;
  padding: 0;
}

#rotator .content ul li {
  margin-bottom: 5px;
}

#rotator .content ul li a {
  display: block;
  padding: 4px 10px 4px 25px;
  height: 40px;
  font-family: 'museo300',serif;
  font-size: 17px;
  color: #3d9dc6;
  background: url(../images/sprites.png) no-repeat -154px 16px;
  background-size: 322px;
}

#rotator .content ul li a:hover {
  color: #4cb88a;
}

#rotator .content p:last-child {
  margin: 0;
}

#rotator .content strong a {
  display: block;
  text-align: right;
  font-size: 11px;
  text-transform: uppercase;
  color: #297697;
  font-weight: bold;
  font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
  padding-top: 6px;
  line-height: 12px;
}

#rotator .content strong a:hover {
  color: #4cb88a;
}

@media only screen and (max-width: 700px) {
  #rotator .pager li {
    text-align: center;
  }
  #rotator .pager li a {
    padding: 15px 0px 0px !important;
  }
  #rotator .pager li a .icon {
    float: none !important;
  }
  #rotator .pager li a h1 {
    font-size: 14px !important;
    line-height: 14px !important;
    letter-spacing: 0px !important;
    text-align: center !important;
  }
  #rotator .pager li a h1 em {
    font-size: 13px !important;
  }
}

@media only screen and (max-width: 677px) {
  #anchor-buttons .button {
    margin-bottom: 10px !important;
  }
}

@media only screen and (max-width: 480px) {
  #rotator .slide {
    background-size: 150% !important;
  }
  #rotator #row-content {
    width: 100% !important;
    left: 0px !important;
  }
  #rotator .content {
    padding: 5px 10px !important;
    margin-left: 0px !important;
  }
  #rotator .content h2 {
    font-size: 14px !important;
    line-height: 20px !important;
  }
  #rotator .content ul li a {
    font-size: 11px !important;
    padding: 5px 10px 5px 21px !important;
    background-position: -154px 10px !important;
  }
  #rotator .content p strong {
    display: none !important;
  }
}

@media only screen and (max-width: 320px) {
  #rotator .content {
    margin-left: 0px !important;
  }
  #rotator {
    height: 323px !important;
  }
  #rotator .slide {
    height: 258px !important;
    background-size: 193% !important;
  }
  #rotator .pager li a {
    padding: 10px 0px 0px !important;
  }
  #rotator .pager li a h1 {
    font-size: 12px !important;
  }
  #rotator .pager li a h1 em {
    font-size: 12px !important;
  }
  #rotator .pager li a .icon {
    background-size: 250px !important;
    height: 31px;
  }
  #rotator .pager li.colon a .icon {
    background-position: 5px -59px;
  }
  #rotator .pager li.colon.active > a .icon {
    background-position: -207px -59px !important;
  }
  #rotator .pager li.abdomen a .icon {
    background-position: -5px -133px;
    width: 45px;
  }
  #rotator .pager li.abdomen.active > a .icon {
    background-position: -206px -133px !important;
  }
  #rotator .pager li.acidreflux a .icon {
    background-position: 5px -199px;
  }
  #rotator .pager li.acidreflux.active > a .icon {
    background-position: -206px -199px !important;
  }
  #rotator .pager li.pediatrics a .icon {
    background-position: -2px -268px;
  }
  #rotator .pager li.pediatrics.active > a .icon {
    background-position: -206px -268px !important;
  }
}

.joosa.patient-login a {
  background-color: #2a6cae;
  color: #fff;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 600;
  margin-left: 8px;
}

.joosa.patient-login a:hover {
  background-color: #404040;
}

.footer-contacts a {
  color: silver;
}

.footer-contacts a:hover {
  color: #2a6cae;
}

.patient-portal-sidebar {
  width: 25%;
  margin-left: 5%;
  float: left;
  background: #e9e9e9;
}

.patient-portal-sidebar h4 {
  background-color: #2a6cae;
  color: #fff;
  padding: 7px 20px;
  text-align: center;
}

.patient-portal-sidebar p {
  font-size: 14px;
  text-align: center;
}

.patient-portal-sidebar ul {
  list-style-type: none;
  margin: 0 0 20px 29px;
  padding: 0;
}

.patient-portal-sidebar ul li {
  list-style-type: disc;
}

#rotator {
  margin-top: 100px;
}

#rotator a.button {
    background: #266682;
    background: -moz-linear-gradient(top, #266682 0%, #1f576f 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#266682), color-stop(100%,#1f576f));
    background: -webkit-linear-gradient(top, #266682 0%,#1f576f 100%);
    background: -o-linear-gradient(top, #266682 0%,#1f576f 100%);
    background: -ms-linear-gradient(top, #266682 0%,#1f576f 100%);
    background: linear-gradient(to bottom, #266682 0%,#1f576f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#266682', endColorstr='#1f576f',GradientType=0 );
    border: 0;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 0 rgba(0, 0, 0, 0.08);
    font-size: 12px;
    color: #FFF;
    text-transform: uppercase;
    font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
    font-weight: normal;
    letter-spacing: 1px;
    padding: 5px 16px;
    margin-bottom: 10px;
}

#rotator a.button:hover {
    background: #4eb791;
    background: -moz-linear-gradient(top, #4eb791 1%, #1e8564 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#4eb791), color-stop(100%,#1e8564));
    background: -webkit-linear-gradient(top, #4eb791 1%,#1e8564 100%);
    background: -o-linear-gradient(top, #4eb791 1%,#1e8564 100%);
    background: -ms-linear-gradient(top, #4eb791 1%,#1e8564 100%);
    background: linear-gradient(to bottom, #4eb791 1%,#1e8564 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4eb791', endColorstr='#1e8564',GradientType=0 );
}
/*# sourceMappingURL=mystyle.css.map */

.mobile-only{
  display:none;
}

@media (max-width: 767px) {

  .mobile-only{
    display:block;
  }

  #rotator{
    display:none;
  }

  .slide{
    width: 100%;
    height: auto;
  }

  .slide-icon{
    display:none;
  }
}

/* @media (min-width: 576px) {

  #rotator{
    display:block;
  }

} */

@media screen and (min-width: 767px) and (max-width: 1024px) {
  #access .menu ul li a{
    font-size:11px;
    padding:0 6px;
  }
  #rotator .pager li a h1{
    font-size:13px;
  }

  #rotator .pager li a h1 em{
    font-size:13px;
  }

  .slide-icon{
    display:none;
  }
}