.row,
select {
  width: 100%;
}

.row .row.collapse:after,
.row .row:after,
.row:after {
  clear: both;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  text-rendering: optimizeLegibility;
}

.vevent abbr,
a {
  text-decoration: none;
}

*,
:after,
:before {
  box-sizing: border-box;
}

body,
html {
  font-size: 100%;
}

body {
  background: #fff;
  color: #222;
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  position: relative;
  cursor: default;
}

a:hover {
  cursor: pointer;
}

a:focus {
  outline: 0;
}

embed,
img,
object {
  max-width: 100%;
  height: auto;
}

embed,
object {
  height: 100%;
}

#map_canvas embed,
#map_canvas img,
#map_canvas object,
.map_canvas embed,
.map_canvas img,
.map_canvas object {
  max-width: none !important;
}

.left {
  float: left !important;
}

.hide {
  display: none;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
}

img {
  -ms-interpolation-mode: bicubic;
  display: inline-block;
  vertical-align: middle;
}

textarea {
  min-height: 50px;
}

.row {
  max-width: 60em;
  margin: 0 auto;
}

.row:after,
.row:before {
  content: " ";
  display: table;
}

.row.collapse .column,
.row.collapse .columns {
  position: relative;
  padding-left: 0;
  padding-right: 0;
  float: left;
}

.row .row {
  width: auto;
  max-width: none;
  margin: 0 -0.625em;
}

.row .row:after,
.row .row:before {
  content: " ";
  display: table;
}

.row .row.collapse {
  width: auto;
  margin: 0;
  max-width: none;
}

.row .row.collapse:after,
.row .row.collapse:before {
  content: " ";
  display: table;
}

.column,
.columns {
  position: relative;
  padding-left: 0.625em;
  padding-right: 0.625em;
  width: 100%;
  float: left;
}

.item[class*="column"] + .item[class*="column"]:last-child {
  float: left;
}

@media only screen {
  .column,
  .column.small-centered,
  .columns,
  .columns.small-centered,
  .small-pull-1,
  .small-pull-10,
  .small-pull-11,
  .small-pull-2,
  .small-pull-3,
  .small-pull-4,
  .small-pull-5,
  .small-pull-6,
  .small-pull-7,
  .small-pull-8,
  .small-pull-9,
  .small-push-1,
  .small-push-10,
  .small-push-11,
  .small-push-2,
  .small-push-3,
  .small-push-4,
  .small-push-5,
  .small-push-6,
  .small-push-7,
  .small-push-8,
  .small-push-9 {
    position: relative;
  }

  .column,
  .columns {
    padding-left: 0.625em;
    padding-right: 0.625em;
    float: left;
  }

  .small-1 {
    width: 8.33333%;
  }

  .small-push-1 {
    left: 8.33333%;
  }

  .small-pull-1 {
    left: -8.33333%;
  }

  .small-offset-0 {
    margin-left: 0;
  }

  .small-2 {
    width: 16.66667%;
  }

  .small-push-2 {
    left: 16.66667%;
  }

  .small-pull-2 {
    left: -16.66667%;
  }

  .small-offset-1 {
    margin-left: 8.33333%;
  }

  .small-3 {
    width: 25%;
  }

  .small-push-3 {
    left: 25%;
  }

  .small-pull-3 {
    left: -25%;
  }

  .small-offset-2 {
    margin-left: 16.66667%;
  }

  .small-4 {
    width: 33.33333%;
  }

  .small-push-4 {
    left: 33.33333%;
  }

  .small-pull-4 {
    left: -33.33333%;
  }

  .small-offset-3 {
    margin-left: 25%;
  }

  .small-5 {
    width: 41.66667%;
  }

  .small-push-5 {
    left: 41.66667%;
  }

  .small-pull-5 {
    left: -41.66667%;
  }

  .small-offset-4 {
    margin-left: 33.33333%;
  }

  .small-6 {
    width: 50%;
  }

  .small-push-6 {
    left: 50%;
  }

  .small-pull-6 {
    left: -50%;
  }

  .small-offset-5 {
    margin-left: 41.66667%;
  }

  .small-7 {
    width: 58.33333%;
  }

  .small-push-7 {
    left: 58.33333%;
  }

  .small-pull-7 {
    left: -58.33333%;
  }

  .small-offset-6 {
    margin-left: 50%;
  }

  .small-8 {
    width: 66.66667%;
  }

  .small-push-8 {
    left: 66.66667%;
  }

  .small-pull-8 {
    left: -66.66667%;
  }

  .small-offset-7 {
    margin-left: 58.33333%;
  }

  .small-9 {
    width: 75%;
  }

  .small-push-9 {
    left: 75%;
  }

  .small-pull-9 {
    left: -75%;
  }

  .small-offset-8 {
    margin-left: 66.66667%;
  }

  .small-10 {
    width: 83.33333%;
  }

  .small-push-10 {
    left: 83.33333%;
  }

  .small-pull-10 {
    left: -83.33333%;
  }

  .small-offset-9 {
    margin-left: 75%;
  }

  .small-11 {
    width: 91.66667%;
  }

  .small-push-11 {
    left: 91.66667%;
  }

  .small-pull-11 {
    left: -91.66667%;
  }

  .small-offset-10 {
    margin-left: 83.33333%;
  }

  .small-12 {
    width: 100%;
  }

  .small-offset-11 {
    margin-left: 91.66667%;
  }

  [class*="column"] + [class*="column"]:last-child {
    float: right;
  }

  [class*="column"] + [class*="column"].end {
    float: left;
  }

  .column.small-centered,
  .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none !important;
  }

  .small-6.columns.item-odd {
    clear: both;
  }
}

@media only screen and (min-width: 480px) {
  .medium-pull-1,
  .medium-pull-10,
  .medium-pull-11,
  .medium-pull-2,
  .medium-pull-3,
  .medium-pull-4,
  .medium-pull-5,
  .medium-pull-6,
  .medium-pull-7,
  .medium-pull-8,
  .medium-pull-9,
  .medium-push-1,
  .medium-push-10,
  .medium-push-11,
  .medium-push-2,
  .medium-push-3,
  .medium-push-4,
  .medium-push-5,
  .medium-push-6,
  .medium-push-7,
  .medium-push-8,
  .medium-push-9,
  .mediumfifth-1,
  .mediumfifth-2,
  .mediumfifth-3,
  .mediumfifth-4,
  .mediumfifth-5 {
    position: relative;
  }

  .medium-1 {
    width: 8.33333%;
  }

  .medium-push-1 {
    left: 8.33333%;
  }

  .medium-pull-1 {
    left: -8.33333%;
  }

  .medium-offset-0 {
    margin-left: 0;
  }

  .medium-2 {
    width: 16.66667%;
  }

  .medium-push-2 {
    left: 16.66667%;
  }

  .medium-pull-2 {
    left: -16.66667%;
  }

  .medium-offset-1 {
    margin-left: 8.33333%;
  }

  .medium-3 {
    width: 25%;
  }

  .medium-push-3 {
    left: 25%;
  }

  .medium-pull-3 {
    left: -25%;
  }

  .medium-offset-2 {
    margin-left: 16.66667%;
  }

  .medium-4 {
    width: 33.33333%;
  }

  .medium-push-4 {
    left: 33.33333%;
  }

  .medium-pull-4 {
    left: -33.33333%;
  }

  .medium-offset-3 {
    margin-left: 25%;
  }

  .medium-5 {
    width: 41.66667%;
  }

  .medium-push-5 {
    left: 41.66667%;
  }

  .medium-pull-5 {
    left: -41.66667%;
  }

  .medium-offset-4 {
    margin-left: 33.33333%;
  }

  .medium-6 {
    width: 50%;
  }

  .medium-push-6 {
    left: 50%;
  }

  .medium-pull-6 {
    left: -50%;
  }

  .medium-offset-5 {
    margin-left: 41.66667%;
  }

  .medium-7 {
    width: 58.33333%;
  }

  .medium-push-7 {
    left: 58.33333%;
  }

  .medium-pull-7 {
    left: -58.33333%;
  }

  .medium-offset-6 {
    margin-left: 50%;
  }

  .medium-8 {
    width: 66.66667%;
  }

  .medium-push-8 {
    left: 66.66667%;
  }

  .medium-pull-8 {
    left: -66.66667%;
  }

  .medium-offset-7 {
    margin-left: 58.33333%;
  }

  .medium-9 {
    width: 75%;
  }

  .medium-push-9 {
    left: 75%;
  }

  .medium-pull-9 {
    left: -75%;
  }

  .medium-offset-8 {
    margin-left: 66.66667%;
  }

  .medium-10 {
    width: 83.33333%;
  }

  .medium-push-10 {
    left: 83.33333%;
  }

  .medium-pull-10 {
    left: -83.33333%;
  }

  .medium-offset-9 {
    margin-left: 75%;
  }

  .medium-11 {
    width: 91.66667%;
  }

  .medium-push-11 {
    left: 91.66667%;
  }

  .medium-pull-11 {
    left: -91.66667%;
  }

  .medium-offset-10 {
    margin-left: 83.33333%;
  }

  .medium-12 {
    width: 100%;
  }

  .medium-offset-11 {
    margin-left: 91.66667%;
  }

  .mediumfifth-1 {
    width: 20%;
  }

  .mediumfifth-2 {
    width: 40%;
  }

  .mediumfifth-3 {
    width: 60%;
  }

  .mediumfifth-4 {
    width: 80%;
  }

  .mediumfifth-5 {
    width: 100%;
  }

  .medium-2.columns.item-odd,
  .medium-3.columns.item-odd {
    clear: none;
  }

  .medium-6.columns.item-odd {
    clear: both;
  }
}

@media only screen and (min-width: 768px) {
  .large-pull-1,
  .large-pull-10,
  .large-pull-11,
  .large-pull-2,
  .large-pull-3,
  .large-pull-4,
  .large-pull-5,
  .large-pull-6,
  .large-pull-7,
  .large-pull-8,
  .large-pull-9,
  .large-push-1,
  .large-push-10,
  .large-push-11,
  .large-push-2,
  .large-push-3,
  .large-push-4,
  .large-push-5,
  .large-push-6,
  .large-push-7,
  .large-push-8,
  .large-push-9,
  .pull-1,
  .pull-2,
  .push-1,
  .push-2,
  .row .large-offset-0,
  .row .large-offset-1,
  .row .large-offset-10,
  .row .large-offset-11,
  .row .large-offset-2,
  .row .large-offset-3,
  .row .large-offset-4,
  .row .large-offset-5,
  .row .large-offset-6,
  .row .large-offset-7,
  .row .large-offset-8,
  .row .large-offset-9 {
    position: relative;
  }

  .large-1 {
    width: 8.33333%;
  }

  .large-push-1 {
    left: 8.33333%;
  }

  .large-pull-1 {
    left: -8.33333%;
  }

  .large-offset-0 {
    margin-left: 0;
  }

  .large-2 {
    width: 16.66667%;
  }

  .large-push-2 {
    left: 16.66667%;
  }

  .large-pull-2 {
    left: -16.66667%;
  }

  .large-offset-1 {
    margin-left: 8.33333%;
  }

  .large-3 {
    width: 25%;
  }

  .large-push-3 {
    left: 25%;
  }

  .large-pull-3 {
    left: -25%;
  }

  .large-offset-2 {
    margin-left: 16.66667%;
  }

  .large-4 {
    width: 33.33333%;
  }

  .large-push-4 {
    left: 33.33333%;
  }

  .large-pull-4 {
    left: -33.33333%;
  }

  .large-offset-3 {
    margin-left: 25%;
  }

  .large-5 {
    width: 41.66667%;
  }

  .large-push-5 {
    left: 41.66667%;
  }

  .large-pull-5 {
    left: -41.66667%;
  }

  .large-offset-4 {
    margin-left: 33.33333%;
  }

  .large-6 {
    width: 50%;
  }

  .large-push-6 {
    left: 50%;
  }

  .large-pull-6 {
    left: -50%;
  }

  .large-offset-5 {
    margin-left: 41.66667%;
  }

  .large-7 {
    width: 58.33333%;
  }

  .large-push-7 {
    left: 58.33333%;
  }

  .large-pull-7 {
    left: -58.33333%;
  }

  .large-offset-6 {
    margin-left: 50%;
  }

  .large-8 {
    width: 66.66667%;
  }

  .large-push-8 {
    left: 66.66667%;
  }

  .large-pull-8 {
    left: -66.66667%;
  }

  .large-offset-7 {
    margin-left: 58.33333%;
  }

  .large-9 {
    width: 75%;
  }

  .large-push-9 {
    left: 75%;
  }

  .large-pull-9 {
    left: -75%;
  }

  .large-offset-8 {
    margin-left: 66.66667%;
  }

  .large-10 {
    width: 83.33333%;
  }

  .large-push-10 {
    left: 83.33333%;
  }

  .large-pull-10 {
    left: -83.33333%;
  }

  .large-offset-9 {
    margin-left: 75%;
  }

  .large-11 {
    width: 91.66667%;
  }

  .large-push-11 {
    left: 91.66667%;
  }

  .large-pull-11 {
    left: -91.66667%;
  }

  .large-offset-10 {
    margin-left: 83.33333%;
  }

  .large-12 {
    width: 100%;
  }

  .large-offset-11 {
    margin-left: 91.66667%;
  }

  .row .large-offset-0 {
    margin-left: 0;
  }

  .row .large-offset-1 {
    margin-left: 8.33333%;
  }

  .row .large-offset-2 {
    margin-left: 16.66667%;
  }

  .row .large-offset-3 {
    margin-left: 25%;
  }

  .row .large-offset-4 {
    margin-left: 33.33333%;
  }

  .row .large-offset-5 {
    margin-left: 41.66667%;
  }

  .row .large-offset-6 {
    margin-left: 50%;
  }

  .row .large-offset-7 {
    margin-left: 58.33333%;
  }

  .row .large-offset-8 {
    margin-left: 66.66667%;
  }

  .row .large-offset-9 {
    margin-left: 75%;
  }

  .row .large-offset-10 {
    margin-left: 83.33333%;
  }

  .row .large-offset-11 {
    margin-left: 91.66667%;
  }

  .push-1 {
    left: 8.33333%;
    right: auto;
  }

  .pull-1 {
    right: 8.33333%;
    left: auto;
  }

  .push-2 {
    left: 16.66667%;
    right: auto;
  }

  .pull-2 {
    right: 16.66667%;
    left: auto;
  }

  .push-3,
  .push-4 {
    right: auto;
    position: relative;
  }

  .push-3 {
    left: 25%;
  }

  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  .push-4 {
    left: 33.33333%;
  }

  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  .pull-5,
  .pull-6 {
    left: auto;
    position: relative;
  }

  .pull-5 {
    right: 41.66667%;
  }

  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  .pull-6 {
    right: 50%;
  }

  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  .push-8,
  .push-9 {
    position: relative;
    right: auto;
  }

  .push-8 {
    left: 66.66667%;
  }

  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  .push-9 {
    left: 75%;
  }

  .pull-10,
  .pull-9 {
    left: auto;
    position: relative;
  }

  .pull-9 {
    right: 75%;
  }

  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  .pull-10 {
    right: 83.33333%;
  }

  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }

  .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: left !important;
  }

  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right !important;
  }

  .medium-6.columns.item-odd {
    clear: none;
  }

  .large-3.columns.item-col-1 {
    clear: both;
  }

  .small-6.columns.item-odd {
    clear: none;
  }

  .large-2.columns.item-col-1 {
    clear: both;
  }
}

p.lead {
  font-size: 1.21875em;
  line-height: 1.6;
}

.subheader {
  line-height: 1.4;
  color: #6f6f6f;
  font-weight: 300;
  margin-top: 0.2em;
  margin-bottom: 0.5em;
}

a,
b,
em,
i,
small,
strong {
  line-height: inherit;
}

ol li ol,
ol li ul,
ul li ol,
ul li ul {
  margin-left: 1.25em;
  margin-bottom: 0;
}

blockquote,
dd,
div,
dl,
dt,
form,
h1,
h2,
h3,
h4,
h5,
h6,
li,
ol,
p,
pre,
td,
th,
ul {
  margin: 0;
  padding: 0;
  direction: ltr;
}

dl,
ol,
p,
ul {
  margin-bottom: 1.25em;
  line-height: 1.6;
}

a {
  color: #2ba6cb;
}

a:focus,
a:hover {
  color: #2795b6;
}

a img {
  border: none;
}

p {
  font-family: inherit;
  font-weight: 400;
  font-size: 1em;
}

p aside {
  font-size: 0.875em;
  line-height: 1.35;
  font-style: italic;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Helvetica Neue", Helvetica, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #222;
  margin-top: 0.2em;
  margin-bottom: 0.5em;
  line-height: 1.2125em;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-size: 60%;
  color: #6f6f6f;
  line-height: 0;
}

h1 {
  font-size: 2.125em;
}

h2 {
  font-size: 1.6875em;
}

h3 {
  font-size: 1.375em;
}

h4,
h5 {
  font-size: 1.125em;
}

h6 {
  font-size: 1em;
}

hr {
  border: solid #ddd;
  border-width: 1px 0 0;
  clear: both;
  margin: 1.25em 0 1.1875em;
  height: 0;
}

em,
i {
  font-style: italic;
}

b,
strong {
  font-weight: 700;
}

small {
  font-size: 60%;
}

code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: 700;
  color: #7f0a0c;
}

dl,
ol,
ul {
  font-size: 1em;
  list-style-position: outside;
  font-family: inherit;
}

ol,
ul {
  margin-left: 0;
}

ul li ol,
ul li ul {
  font-size: 1em;
}

ul.circle li ul,
ul.disc li ul,
ul.square li ul {
  list-style: inherit;
}

.breadcrumbs,
.button-group,
.inline-list,
.inline-list > li,
.side-nav li.divider,
.top-bar ul,
ul.no-bullet {
  list-style: none;
}

ul.square {
  list-style-type: square;
}

ul.circle {
  list-style-type: circle;
}

ul.disc {
  list-style-type: disc;
}

dl dt {
  margin-bottom: 0.3em;
  font-weight: 700;
}

dl dd {
  margin-bottom: 0.75em;
}

blockquote {
  margin: 0 0 1.25em;
  padding: 0.5625em 1.25em 0 1.1875em;
  border-left: 1px solid #ddd;
}

blockquote cite {
  display: block;
  font-size: 0.8125em;
  color: #555;
}

blockquote cite:before {
  content: "\2014 \0020";
}

blockquote cite a,
blockquote cite a:visited {
  color: #555;
}

blockquote,
blockquote p {
  line-height: 1.6;
  color: #6f6f6f;
}

.vcard {
  display: inline-block;
  margin: 0 0 1.25em;
  border: 1px solid #ddd;
  padding: 0.625em 0.75em;
}

.vcard li {
  margin: 0;
  display: block;
}

.vcard .fn {
  font-weight: 700;
  font-size: 0.9375em;
}

.vevent .summary {
  font-weight: 700;
}

.vevent abbr {
  cursor: default;
  font-weight: 700;
  border: none;
  padding: 0 0.0625em;
}

@media only screen and (min-width: 768px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    line-height: 1.4;
  }

  h1 {
    font-size: 2.75em;
  }

  h2 {
    font-size: 2.3125em;
  }

  h3 {
    font-size: 1.6875em;
  }

  h4 {
    font-size: 1.4375em;
  }
}

.print-only {
  display: none !important;
}

@media print {
  blockquote,
  img,
  pre,
  tr {
    page-break-inside: avoid;
  }

  * {
    background: 0 0 !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  .ir a:after,
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  blockquote,
  pre {
    border: 1px solid #999;
  }

  thead {
    display: table-header-group;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }

  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  .hide-on-print {
    display: none !important;
  }

  .print-only {
    display: block !important;
  }

  .hide-for-print {
    display: none !important;
  }

  .show-for-print {
    display: inherit !important;
  }
}

.button,
a.button,
a.button:active,
a.button:visited,
button {
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  font-family: inherit;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 1.25em;
  position: relative;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  font-size: 1em;
  background-color: #2ba6cb;
  border-color: #2284a1;
  color: #fff;
  padding: 0.75em 1.5em 0.8125em;
}

.button:focus,
.button:hover,
button:focus,
button:hover {
  background-color: #2284a1;
  color: #fff;
}

.button.secondary,
button.secondary {
  background-color: #e9e9e9;
  border-color: #d0d0d0;
  color: #333;
}

.button.secondary:focus,
.button.secondary:hover,
button.secondary:focus,
button.secondary:hover {
  background-color: #d0d0d0;
  color: #333;
}

.button.success,
button.success {
  background-color: #5da423;
  border-color: #457a1a;
  color: #fff;
}

.button.success:focus,
.button.success:hover,
button.success:focus,
button.success:hover {
  background-color: #457a1a;
  color: #fff;
}

.button.alert,
button.alert {
  background-color: #c60f13;
  border-color: #970b0e;
  color: #fff;
}

.button.alert:focus,
.button.alert:hover,
button.alert:focus,
button.alert:hover {
  background-color: #970b0e;
  color: #fff;
}

.button.large,
button.large {
  font-size: 1.25em;
  padding: 1em 2em 1.0625em;
}

.button.small,
button.small {
  font-size: 0.8125em;
  padding: 0.5625em 1.125em 0.625em;
}

.button.tiny,
button.tiny {
  font-size: 0.6875em;
  padding: 0.4375em 0.875em 0.5em;
}

.button.expand,
button.expand {
  padding-right: 0;
  padding-left: 0;
  width: 100%;
}

.button.left-align,
button.left-align {
  text-align: left;
  text-indent: 0.75em;
}

.button.right-align,
button.right-align {
  text-align: right;
  padding-right: 0.75em;
}

.button.disabled,
.button[disabled],
button.disabled,
button[disabled] {
  background-color: #2ba6cb;
  border-color: #2284a1;
  color: #fff;
  cursor: default;
  opacity: 0.6;
  box-shadow: none;
}

.button.disabled:focus,
.button.disabled:hover,
.button[disabled]:focus,
.button[disabled]:hover,
button.disabled:focus,
button.disabled:hover,
button[disabled]:focus,
button[disabled]:hover {
  color: #fff;
  background-color: #2ba6cb;
}

.button.disabled.secondary,
.button[disabled].secondary,
button.disabled.secondary,
button[disabled].secondary {
  background-color: #e9e9e9;
  border-color: #d0d0d0;
  color: #333;
  cursor: default;
  opacity: 0.6;
  box-shadow: none;
}

.button.disabled.secondary:focus,
.button.disabled.secondary:hover,
.button[disabled].secondary:focus,
.button[disabled].secondary:hover,
button.disabled.secondary:focus,
button.disabled.secondary:hover,
button[disabled].secondary:focus,
button[disabled].secondary:hover {
  color: #333;
  background-color: #e9e9e9;
}

.button.disabled.success,
.button[disabled].success,
button.disabled.success,
button[disabled].success {
  background-color: #5da423;
  border-color: #457a1a;
  color: #fff;
  cursor: default;
  opacity: 0.6;
  box-shadow: none;
}

.button.disabled.success:focus,
.button.disabled.success:hover,
.button[disabled].success:focus,
.button[disabled].success:hover,
button.disabled.success:focus,
button.disabled.success:hover,
button[disabled].success:focus,
button[disabled].success:hover {
  color: #fff;
  background-color: #5da423;
}

.button.disabled.alert,
.button[disabled].alert,
button.disabled.alert,
button[disabled].alert {
  background-color: #c60f13;
  border-color: #970b0e;
  color: #fff;
  cursor: default;
  opacity: 0.6;
  box-shadow: none;
}

.button.disabled.alert:focus,
.button.disabled.alert:hover,
.button[disabled].alert:focus,
.button[disabled].alert:hover,
button.disabled.alert:focus,
button.disabled.alert:hover,
button[disabled].alert:focus,
button[disabled].alert:hover {
  color: #fff;
  background-color: #c60f13;
}

.button,
button {
  padding-top: 0.8125em;
  padding-bottom: 0.75em;
  appearance: none;
  -webkit-appearance: none;
}

.button.tiny,
button.tiny {
  padding-top: 0.5em;
  padding-bottom: 0.4375em;
  appearance: none;
  -webkit-appearance: none;
}

.button.small,
button.small {
  padding-top: 0.625em;
  padding-bottom: 0.5625em;
  appearance: none;
  -webkit-appearance: none;
}

.button.large,
button.large {
  padding-top: 1.03125em;
  padding-bottom: 1.03125em;
  appearance: none;
  -webkit-appearance: none;
}

@media only screen {
  .button,
  button {
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
    transition: background-color 0.3s ease-out;
  }

  .button:active,
  button:active {
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2) inset;
  }

  .button.radius,
  button.radius {
    border-radius: 3px;
  }

  .button.round,
  button.round {
    border-radius: 1000px;
  }
}

@media only screen and (min-width: 768px) {
  .button,
  button {
    display: inline-block;
  }
}

form {
  margin: 0 0 1em;
}

form .row .row {
  margin: 0 -0.5em;
}

form .row .row .column,
form .row .row .columns {
  padding: 0 0.5em;
}

form .row .row.collapse {
  margin: 0;
}

form .row .row.collapse .column,
form .row .row.collapse .columns {
  padding: 0;
}

form .row input.column,
form .row input.columns,
form .row textarea.column,
form .row textarea.columns {
  padding-left: 0.5em;
}

label {
  font-size: 0.875em;
  color: #4d4d4d;
  cursor: pointer;
  display: block;
  font-weight: 500;
  margin-bottom: 0.1875em;
}

span.postfix,
span.prefix {
  background: #f2f2f2;
  color: #333;
}

label.right {
  float: none;
  text-align: right;
}

label.inline {
  margin: 0 0 1em;
  padding: 0.625em 0;
}

.postfix,
.prefix {
  display: block;
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  border-style: solid;
  border-width: 1px;
  overflow: hidden;
  font-size: 0.875em;
  height: 2.3125em;
  line-height: 2.3125em;
}

.postfix.button,
.prefix.button {
  text-align: center;
  line-height: 2.125em;
  padding: 0;
}

.prefix.button.radius {
  border-radius: 3px 0 0 3px;
}

.postfix.button.radius {
  border-radius: 0 3px 3px 0;
}

.prefix.button.round {
  border-radius: 1000px 0 0 1000px;
}

.postfix.button.round {
  border-radius: 0 1000px 1000px 0;
}

span.prefix {
  border-color: #d9d9d9;
  border-right: none;
}

span.prefix.radius {
  border-radius: 3px 0 0 3px;
}

span.postfix {
  border-color: #ccc;
  border-left: none;
}

span.postfix.radius {
  border-radius: 0 3px 3px 0;
}

.input-group.radius > :first-child,
.input-group.radius > :first-child * {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.input-group.radius > :last-child,
.input-group.radius > :last-child * {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.input-group.round > :first-child,
.input-group.round > :first-child * {
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}

.input-group.round > :last-child,
.input-group.round > :last-child * {
  border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
}

input[type="date"],
input[type="datetime-local"],
input[type="datetime"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
textarea {
  background-color: #fff;
  font-family: inherit;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-size: 0.875em;
  margin: 0 0 1em;
  padding: 0.5em;
  height: 2.3125em;
  width: 100%;
  box-sizing: border-box;
  transition: box-shadow 0.45s, border-color 0.45s ease-in-out;
}

input[type="date"]:focus,
input[type="datetime-local"]:focus,
input[type="datetime"]:focus,
input[type="email"]:focus,
input[type="month"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
input[type="week"]:focus,
textarea:focus {
  box-shadow: 0 0 5px #999;
  background: #fafafa;
  border-color: #999;
  outline: 0;
}

input[type="date"][disabled],
input[type="datetime-local"][disabled],
input[type="datetime"][disabled],
input[type="email"][disabled],
input[type="month"][disabled],
input[type="number"][disabled],
input[type="password"][disabled],
input[type="search"][disabled],
input[type="tel"][disabled],
input[type="text"][disabled],
input[type="time"][disabled],
input[type="url"][disabled],
input[type="week"][disabled],
textarea[disabled] {
  background-color: #ddd;
}

input[type="checkbox"],
input[type="file"],
input[type="radio"],
select {
  margin: 0 0 1em;
}

input[type="file"] {
  width: 100%;
}

fieldset {
  border: 1px solid #ddd;
  padding: 1.25em;
  margin: 1.125em 0;
}

fieldset legend {
  font-weight: 700;
  background: #fff;
  padding: 0 0.1875em;
  margin: 0 0 0 -0.1875em;
}

.error input,
.error textarea,
input.error,
textarea.error {
  border-color: #c60f13;
  background-color: rgba(198, 15, 19, 0.1);
}

.error input:focus,
.error textarea:focus,
input.error:focus,
textarea.error:focus {
  background: #fafafa;
  border-color: #999;
}

.dropdown.button.large:before,
.dropdown.button.small:before,
.dropdown.button.tiny:before,
.dropdown.button:before {
  border-color: #fff transparent transparent;
}

.error label,
label.error {
  color: #c60f13;
}

.error small,
small.error {
  display: block;
  padding: 0.375em 0.25em;
  margin-top: -1.3125em;
  margin-bottom: 1em;
  font-size: 0.75em;
  font-weight: 700;
  background: #c60f13;
  color: #fff;
}

.button-bar:after,
.button-bar:before,
.button-group:after,
.button-group:before {
  content: " ";
  display: table;
}

.button-group {
  margin: 0;
}

.button-group:after {
  clear: both;
}

.button-group > * {
  margin: 0 0 0 -1px;
  float: left;
}

.button-group > :first-child {
  margin-left: 0;
}

.button-group.radius > :first-child,
.button-group.radius > :first-child > .button,
.button-group.radius > :first-child > a,
.button-group.radius > :first-child > button {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.button-group.radius > :last-child,
.button-group.radius > :last-child > .button,
.button-group.radius > :last-child > a,
.button-group.radius > :last-child > button {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.button-group.round > :first-child,
.button-group.round > :first-child > .button,
.button-group.round > :first-child > a,
.button-group.round > :first-child > button {
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}

.button-group.round > :last-child,
.button-group.round > :last-child > .button,
.button-group.round > :last-child > a,
.button-group.round > :last-child > button {
  border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
}

.button-group.even-2 li {
  width: 50%;
}

.button-group.even-2 li .button,
.button-group.even-2 li button {
  width: 100%;
}

.button-group.even-3 li {
  width: 33.33333%;
}

.button-group.even-3 li .button,
.button-group.even-3 li button {
  width: 100%;
}

.button-group.even-4 li {
  width: 25%;
}

.button-group.even-4 li .button,
.button-group.even-4 li button {
  width: 100%;
}

.button-group.even-5 li {
  width: 20%;
}

.button-group.even-5 li .button,
.button-group.even-5 li button {
  width: 100%;
}

.button-group.even-6 li {
  width: 16.66667%;
}

.button-group.even-6 li .button,
.button-group.even-6 li button {
  width: 100%;
}

.button-group.even-7 li {
  width: 14.28571%;
}

.button-group.even-7 li .button,
.button-group.even-7 li button {
  width: 100%;
}

.button-group.even-8 li {
  width: 12.5%;
}

.button-group.even-8 li .button,
.button-group.even-8 li button {
  width: 100%;
}

.button-bar:after {
  clear: both;
}

.button-bar .button-group {
  float: left;
  margin-right: 0.625em;
}

.button-bar .button-group div {
  overflow: hidden;
}

.dropdown.button {
  position: relative;
  padding-right: 3.1875em;
}

.dropdown.button:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  display: block;
  border-style: solid;
  top: 50%;
  border-width: 0.5625em;
  right: 1.5em;
  margin-top: -0.25em;
}

.dropdown.button.tiny {
  padding-right: 2.1875em;
}

.dropdown.button.tiny:before {
  border-width: 0.4375em;
  right: 0.875em;
  margin-top: -0.15625em;
}

.dropdown.button.small {
  padding-right: 2.8125em;
}

.dropdown.button.small:before {
  border-width: 0.5625em;
  right: 1.125em;
  margin-top: -0.21875em;
}

.dropdown.button.large {
  padding-right: 4em;
}

.dropdown.button.large:before {
  border-width: 0.625em;
  right: 1.75em;
  margin-top: -0.3125em;
}

.dropdown.button.secondary:before {
  border-color: #333 transparent transparent;
}

.split.button {
  position: relative;
  padding-right: 4.8em;
}

.split.button span {
  display: block;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border-left: solid 1px;
}

.split.button span:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  display: block;
  border-style: inset;
  left: 50%;
}

.split.button span:active {
  background-color: rgba(0, 0, 0, 0.1);
}

.split.button span {
  border-left-color: #1e728c;
  width: 3em;
}

.split.button span:before {
  border-top-style: solid;
  border-width: 0.5625em;
  top: 1.125em;
  margin-left: -0.5625em;
  border-color: #fff transparent transparent;
}

.split.button.secondary span {
  border-left-color: #c3c3c3;
}

.split.button.alert span {
  border-left-color: #7f0a0c;
}

.split.button.success span {
  border-left-color: #396516;
}

.split.button.tiny {
  padding-right: 3.9375em;
}

.split.button.tiny span {
  width: 2.84375em;
}

.split.button.tiny span:before {
  border-top-style: solid;
  border-width: 0.4375em;
  top: 0.875em;
  margin-left: -0.3125em;
}

.split.button.small {
  padding-right: 3.9375em;
}

.split.button.small span {
  width: 2.8125em;
}

.split.button.small span:before {
  border-top-style: solid;
  border-width: 0.5625em;
  top: 0.84375em;
  margin-left: -0.5625em;
}

.split.button.large {
  padding-right: 6em;
}

.split.button.large span {
  width: 3.75em;
}

.split.button.large span:before {
  border-top-style: solid;
  border-width: 0.625em;
  top: 1.3125em;
  margin-left: -0.5625em;
}

.split.button.expand {
  padding-left: 2em;
}

.split.button.secondary span:before {
  border-color: #333 transparent transparent;
}

.split.button.radius span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.split.button.round span {
  border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
}

.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 embed,
.flex-video iframe,
.flex-video object,
.flex-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.fixed {
  width: 100%;
  left: 0;
  position: fixed;
  top: 0;
  z-index: 99;
}

.top-bar {
  overflow: hidden;
  height: 45px;
  line-height: 45px;
  position: relative;
  background: #111;
  margin-bottom: 1.875em;
}

.top-bar .button,
.top-bar form,
.top-bar input,
.top-bar ul,
.top-bar-section .dropdown label,
.top-bar-section .dropdown li.title h5 {
  margin-bottom: 0;
}

.top-bar .row {
  max-width: none;
}

.top-bar input {
  height: 2.45em;
}

.top-bar .button {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

.top-bar .name h1 a,
.top-bar .toggle-topbar a {
  padding: 0 15px;
  font-weight: 700;
  color: #fff;
  display: block;
}

.top-bar .title-area {
  position: relative;
  margin: 0;
}

.top-bar .name {
  height: 45px;
  margin: 0;
  font-size: 16px;
}

.top-bar .name h1 {
  line-height: 45px;
  font-size: 1.0625em;
  margin: 0;
}

.top-bar .name h1 a {
  width: 50%;
}

.top-bar .toggle-topbar {
  position: absolute;
  right: 0;
  top: 0;
}

.top-bar .toggle-topbar a {
  text-transform: uppercase;
  font-size: 0.8125em;
  position: relative;
  height: 45px;
  line-height: 45px;
}

.top-bar .toggle-topbar.menu-icon {
  right: 15px;
  top: 50%;
  margin-top: -16px;
  padding-left: 40px;
}

.top-bar .toggle-topbar.menu-icon a {
  text-indent: -48px;
  width: 34px;
  height: 34px;
  line-height: 33px;
  padding: 0;
  color: #fff;
}

.top-bar .toggle-topbar.menu-icon a span {
  position: absolute;
  right: 0;
  display: block;
  width: 16px;
  height: 0;
  box-shadow: 0 10px 0 1px #fff, 0 16px 0 1px #fff, 0 22px 0 1px #fff;
}

.top-bar-section,
.top-bar-section .has-dropdown {
  position: relative;
}

.top-bar.expanded {
  height: auto;
  background: 0 0;
}

.top-bar.expanded .title-area {
  background: #111;
}

.top-bar.expanded .toggle-topbar a {
  color: #888;
}

.top-bar.expanded .toggle-topbar a span {
  box-shadow: 0 10px 0 1px #888, 0 16px 0 1px #888, 0 22px 0 1px #888;
}

.top-bar-section {
  left: 0;
  width: auto;
  transition: left 0.3s ease-out;
}

.top-bar-section ul {
  width: 100%;
  height: auto;
  display: block;
  background: #222;
  font-size: 16px;
  margin: 0;
}

.top-bar-section .divider,
.top-bar-section [role="separator"] {
  border-bottom: solid 1px #2b2b2b;
  border-top: solid 1px #000;
  clear: both;
  height: 1px;
  width: 100%;
}

.top-bar-section ul li > a {
  display: block;
  width: 100%;
  color: #fff;
  padding: 12px 0 12px 15px;
  font-size: 0.8125em;
  font-weight: 700;
  background: #222;
}

.top-bar-section ul li > a.hover {
  background: #090909;
  color: #fff;
}

.top-bar-section ul li > a.button {
  background: #2ba6cb;
  font-size: 0.8125em;
}

.top-bar-section ul li > a.button.hover {
  background: #2284a1;
}

.top-bar-section ul li > a.button.secondary {
  background: #e9e9e9;
}

.top-bar-section ul li > a.button.secondary.hover {
  background: #d0d0d0;
}

.top-bar-section ul li > a.button.success {
  background: #5da423;
}

.top-bar-section ul li > a.button.success.hover {
  background: #457a1a;
}

.top-bar-section ul li > a.button.alert {
  background: #c60f13;
}

.top-bar-section ul li > a.button.alert.hover {
  background: #970b0e;
}

.top-bar-section ul li.active > a {
  background: #090909;
  color: #fff;
}

.top-bar-section .has-form {
  padding: 15px;
}

.top-bar-section .has-dropdown > a:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 5px inset;
  border-color: transparent transparent transparent rgba(255, 255, 255, 0.5);
  border-left-style: solid;
  margin-right: 15px;
  margin-top: -4.5px;
  position: absolute;
  top: 50%;
  right: 0;
}

.top-bar-section .has-dropdown.moved {
  position: static;
}

.top-bar-section .has-dropdown.moved > .dropdown {
  visibility: visible;
}

.top-bar-section .dropdown {
  position: absolute;
  left: 100%;
  top: 0;
  visibility: hidden;
  z-index: 99;
}

.top-bar-section .dropdown li {
  width: 100%;
  height: auto;
}

.top-bar-section .dropdown li a {
  font-weight: 400;
  padding: 8px 15px;
}

.top-bar-section .dropdown li.title h5 a {
  color: #fff;
  line-height: 22.5px;
  display: block;
}

.top-bar-section .dropdown label {
  padding: 8px 15px 2px;
  text-transform: uppercase;
  color: #555;
  font-weight: 700;
  font-size: 0.625em;
}

.top-bar-js-breakpoint {
  width: 58.75em !important;
  visibility: hidden;
}

.js-generated {
  display: block;
}

@media only screen and (min-width: 58.75em) {
  .top-bar .title-area,
  .top-bar-section ul li {
    float: left;
  }

  .top-bar {
    background: #111;
    overflow: visible;
  }

  .top-bar:after,
  .top-bar:before {
    content: " ";
    display: table;
  }

  .top-bar:after {
    clear: both;
  }

  .top-bar .toggle-topbar {
    display: none;
  }

  .top-bar .name h1 a {
    width: auto;
  }

  .top-bar .button,
  .top-bar input {
    line-height: 2em;
    font-size: 0.875em;
    height: 2em;
    padding: 0 10px;
    position: relative;
    top: 8px;
  }

  .top-bar.expanded {
    background: #111;
  }

  .contain-to-grid .top-bar {
    max-width: 60em;
    margin: 0 auto;
  }

  .top-bar-section {
    transition: none 0 0;
    left: 0 !important;
  }

  .top-bar-section ul {
    width: auto;
    height: auto !important;
    display: inline;
  }

  .top-bar-section ul li .js-generated {
    display: none;
  }

  .top-bar-section li a:not(.button) {
    padding: 0 15px;
    line-height: 45px;
    background: #111;
  }

  .top-bar-section li a:not(.button).hover {
    background: #000;
  }

  .top-bar-section .has-dropdown > a {
    padding-right: 35px !important;
  }

  .top-bar-section .has-dropdown > a:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 5px inset;
    border-color: rgba(255, 255, 255, 0.5) transparent transparent;
    border-top-style: solid;
    margin-top: -2.5px;
    top: 22.5px;
  }

  .top-bar-section .has-dropdown.moved {
    position: relative;
  }

  .top-bar-section .has-dropdown.moved > .dropdown {
    visibility: hidden;
  }

  .top-bar-section .has-dropdown.hover > .dropdown {
    visibility: visible;
  }

  .top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after {
    border: none;
    content: "\00bb";
    margin-top: -16px;
    right: 5px;
  }

  .top-bar-section .dropdown {
    left: 0;
    top: auto;
    background: 0 0;
    min-width: 100%;
  }

  .top-bar-section .dropdown li a,
  .top-bar-section .dropdown li label {
    white-space: nowrap;
    background: #1e1e1e;
  }

  .top-bar-section .dropdown li a {
    color: #fff;
    line-height: 1;
    padding: 7px 15px;
  }

  .top-bar-section .dropdown li .dropdown {
    left: 100%;
    top: 0;
  }

  .top-bar-section > ul > .divider,
  .top-bar-section > ul > [role="separator"] {
    border-bottom: none;
    border-top: none;
    border-right: solid 1px #2b2b2b;
    border-left: solid 1px #000;
    clear: none;
    height: 45px;
    width: 0;
  }

  .top-bar-section .has-form {
    background: #111;
    padding: 0 15px;
    height: 45px;
  }

  .top-bar-section ul.right li .dropdown {
    left: auto;
    right: 0;
  }

  .top-bar-section ul.right li .dropdown li .dropdown {
    right: 100%;
  }
}

.breadcrumbs > *,
.breadcrumbs > * a,
.breadcrumbs > * span {
  text-transform: uppercase;
  color: #2ba6cb;
}

.breadcrumbs,
.keystroke,
kbd {
  border-style: solid;
  border-width: 1px;
}

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0);
  }

  to {
    -webkit-transform: rotate(360deg);
  }
}

@-moz-keyframes rotate {
  from {
    -webkit-transform: rotate(0);
  }

  to {
    -webkit-transform: rotate(360deg);
  }
}

@-o-keyframes rotate {
  from {
    -webkit-transform: rotate(0);
  }

  to {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes rotate {
  from {
    -webkit-transform: rotate(0);
  }

  to {
    -webkit-transform: rotate(360deg);
  }
}

.breadcrumbs {
  display: block;
  padding: 0.5625em 0.875em;
  overflow: hidden;
  margin-left: 0;
  background-color: #f6f6f6;
  border-color: #dcdcdc;
  border-radius: 3px;
}

.breadcrumbs > * {
  margin: 0;
  float: left;
  font-size: 0.6875em;
}

.breadcrumbs > :focus a,
.breadcrumbs > :hover a {
  text-decoration: underline;
}

.breadcrumbs > .current,
.breadcrumbs > .current a {
  cursor: default;
  color: #333;
}

.breadcrumbs > .current:focus,
.breadcrumbs > .current:focus a,
.breadcrumbs > .current:hover,
.breadcrumbs > .current:hover a {
  text-decoration: none;
}

.breadcrumbs > .unavailable,
.breadcrumbs > .unavailable a {
  color: #999;
}

.breadcrumbs > .unavailable a:focus,
.breadcrumbs > .unavailable:focus,
.breadcrumbs > .unavailable:hover,
.breadcrumbs > .unavailable:hover a {
  text-decoration: none;
  color: #999;
  cursor: default;
}

.breadcrumbs > :before {
  content: "/";
  color: #aaa;
  margin: 0 0.75em;
  position: relative;
  top: 1px;
}

.breadcrumbs > :first-child:before {
  content: " ";
  margin: 0;
}

.keystroke,
kbd {
  background-color: #ededed;
  border-color: #dbdbdb;
  color: #222;
  margin: 0;
  font-family: Consolas, Menlo, Courier, monospace;
  font-size: 0.875em;
  padding: 0.125em 0.25em 0;
  border-radius: 3px;
}

.label {
  font-weight: 700;
  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: #fff;
}

.label.radius {
  border-radius: 3px;
}

.label.round {
  border-radius: 1000px;
}

.label.alert {
  background-color: #c60f13;
  color: #fff;
}

.label.success {
  background-color: #5da423;
  color: #fff;
}

.label.secondary {
  background-color: #e9e9e9;
  color: #333;
}

.inline-list {
  margin: 0 0 1.0625em -1.375em;
  padding: 0;
  overflow: hidden;
}

.inline-list > li {
  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;
  color: #999;
}

.pagination-centered ul > li,
.th,
a.th {
  display: inline-block;
}

.pagination li a:focus,
.pagination li:hover a {
  background: #e6e6e6;
}

.pagination li.unavailable a {
  cursor: default;
  color: #999;
}

.pagination li.unavailable a:focus,
.pagination li.unavailable:hover a {
  background: 0 0;
}

.pagination li.current a {
  background: #2ba6cb;
  color: #fff;
  font-weight: 700;
  cursor: default;
}

.pagination li.current a:focus,
.pagination li.current a:hover {
  background: #2ba6cb;
}

.pagination-centered {
  text-align: center;
}

.pagination-centered ul > li {
  float: none;
}

.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;
  font-size: 0.875em;
}

.side-nav li a {
  display: block;
  color: #2ba6cb;
}

.side-nav li.active > a:first-child {
  color: #4d4d4d;
  font-weight: 700;
}

.side-nav li.divider {
  border-top: 1px solid;
  height: 0;
  padding: 0;
  border-top-color: #e6e6e6;
}

.sub-nav {
  display: block;
  width: auto;
  overflow: hidden;
  margin: -0.25em 0 1.125em -0.5625em;
  padding-top: 0.25em;
}

.sub-nav dd,
.sub-nav dt {
  float: left;
  display: inline;
  margin-left: 0.5625em;
  margin-bottom: 0.625em;
  font-weight: 400;
  font-size: 0.875em;
}

.sub-nav dd a,
.sub-nav dt a {
  color: #999;
  text-decoration: none;
}

.sub-nav dd.active a,
.sub-nav dt.active a {
  border-radius: 1000px;
  font-weight: 700;
  background: #2ba6cb;
  padding: 0.1875em 0.5625em;
  cursor: default;
  color: #fff;
}

table {
  background: #fff;
  margin-bottom: 1.25em;
  border: 1px solid #ddd;
}

table tfoot,
table thead {
  background: #f5f5f5;
  font-weight: 700;
}

table tfoot tr td,
table tfoot tr th,
table thead tr td,
table thead tr th {
  padding: 0.5em 0.625em 0.625em;
  font-size: 0.875em;
  color: #222;
  text-align: left;
}

table tr td,
table tr th {
  padding: 0.5625em 0.625em;
  font-size: 0.875em;
  color: #222;
}

table tr.alt,
table tr.even,
table tr:nth-of-type(even) {
  background: #f9f9f9;
}

table tbody tr td,
table tfoot tr td,
table tfoot tr th,
table thead tr th,
table tr td {
  display: table-cell;
  line-height: 1.125em;
}

.th {
  line-height: 0;
  border: 4px solid #fff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  transition: all 0.2s ease-out;
}

.th:focus,
.th:hover {
  box-shadow: 0 0 6px 1px rgba(43, 166, 203, 0.5);
}

.th.radius {
  border-radius: 3px;
}

.has-tip {
  border-bottom: dotted 1px #ccc;
  cursor: help;
  font-weight: 700;
  color: #333;
}

.has-tip:focus,
.has-tip:hover {
  border-bottom: dotted 1px #196177;
  color: #2ba6cb;
}

.has-tip.tip-left,
.has-tip.tip-right {
  float: none !important;
}

.tap-to-close {
  display: block;
  font-size: 0.625em;
  color: #888;
  font-weight: 400;
}

@media only screen and (min-width: 768px) {
  .tooltip > .nub {
    border-color: transparent transparent #000;
    top: -10px;
  }

  .tooltip.tip-top > .nub {
    border-color: #000 transparent transparent;
    top: auto;
    bottom: -10px;
  }

  .tooltip.tip-left,
  .tooltip.tip-right {
    float: none !important;
  }

  .tooltip.tip-left > .nub {
    border-color: transparent transparent transparent #000;
    right: -10px;
    left: auto;
    top: 50%;
    margin-top: -5px;
  }

  .tooltip.tip-right > .nub {
    border-color: transparent #000 transparent transparent;
    right: auto;
    left: -10px;
    top: 50%;
    margin-top: -5px;
  }
}

@media only screen and (min-width: 1024px) {
  .function-263 #control-formbase-ialertfrequency .option-wrapper {
    width: 32%;
  }
}
