@charset "UTF-8";
/*|------------------------------------------------------------------------------------------------------*/
/*| Misc
/*|------------------------------------------------------------------------------------------------------*/
/*|------------------------------------------------------------------------------------------------------*/
/*|------------------------------------------------------------------------------------------------------*/
html {
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  -webkit-font-smoothing: antialiased !important;
  font-size: 14px;
  color: #20252a; }

/*|------------------------------------------------------------------------------------------------------*/
/*|------------------------------------------------------------------------------------------------------*/
body > .select2-container {
  margin-top: -20px; }

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }
  .select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none; }
    .select2-container .select2-selection--single .select2-selection__rendered {
      display: block;
      padding-left: 8px;
      padding-right: 20px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
  .select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none; }
    .select2-container .select2-selection--multiple .select2-selection__rendered {
      display: inline-block;
      overflow: hidden;
      padding-left: 8px;
      text-overflow: ellipsis;
      white-space: nowrap; }
  .select2-container .select2-search--inline {
    float: left; }
    .select2-container .select2-search--inline .select2-search__field {
      box-sizing: border-box;
      border: none;
      font-size: 100%;
      margin-top: 5px; }

.select2-dropdown {
  background-color: #FFF;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  user-select: none; }

.select2-results__option[aria-selected] {
  cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }
  .select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box; }
  .select2-search--dropdown.select2-search--hide {
    display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #FFF;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px; }
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold; }
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999; }
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px; }
  .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0; }
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eeeeee;
  cursor: default; }
  .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none; }
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eeeeee;
  cursor: default; }
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }
.select2-container--default .select2-selection--multiple {
  cursor: text; }
  .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%; }
  .select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: #999;
    margin-top: 5px;
    float: left; }
  .select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #333; }
.select2-container--default .select2-results__option[role=group] {
  padding: 0; }
.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd; }
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: #FFF; }
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid #008183 1px;
  outline: 0; }
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0; }
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em; }
    .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
      margin-left: -2em;
      padding-left: 3em; }
      .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -3em;
        padding-left: 4em; }
        .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
          margin-left: -4em;
          padding-left: 5em; }
          .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -5em;
            padding-left: 6em; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto; }
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder {
  float: right; }
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--classic .select2-selection--single {
  background-color: #f6f6f6;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: linear-gradient(to bottom, #FFF 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:dximagetransform.microsoft.gradient(startcolorstr='#FFF', endcolorstr='#eeeeee', gradienttype=0); }
  .select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px; }
  .select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
    background-repeat: repeat-x;
    filter: progid:dximagetransform.microsoft.gradient(startcolorstr='#eeeeee', endcolorstr='#cccccc', gradienttype=0); }
    .select2-container--classic .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }
  .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none; }
    .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
      border-color: transparent transparent #888 transparent;
      border-width: 0 4px 5px 4px; }
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: linear-gradient(to bottom, #FFF 0, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:dximagetransform.microsoft.gradient(startcolorstr='#FFF', endcolorstr='#eeeeee', gradienttype=0); }
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: linear-gradient(to bottom, #eeeeee 50%, #FFF 100%);
  background-repeat: repeat-x;
  filter: progid:dximagetransform.microsoft.gradient(startcolorstr='#eeeeee', endcolorstr='#FFF', gradienttype=0); }
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }
.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }
.select2-container--classic .select2-selection--multiple {
  cursor: text;
  outline: 0; }
  .select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #555; }
.select2-container--classic .select2-dropdown {
  background-color: #FFF;
  border: 1px solid transparent; }
.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }
.select2-container--classic .select2-dropdown--below {
  border-top: none; }
.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }
.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: #62707E; }
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: #FFF; }
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0; }
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto; }
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px; }

.select2-container .select2-choice {
  height: 34px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-color: #fff;
  background-image: none;
  background: #fff; }

.select2-container .select2-choice .select2-chosen {
  margin-top: 4px; }

.select2-container .select2-choice abbr {
  top: 13px; }

.select2-container .select2-choice,
.select2-container .select2-choice .select2-arrow {
  -webkit-border-radius: 0;
  border-radius: 0;
  border-color: #ccc; }

.select2-container .select2-choice .select2-arrow {
  background-color: #fafafa;
  background-image: none;
  background: #fafafa;
  width: 22px; }

.select2-container .select2-choice .select2-arrow b > span {
  margin: 4px 0 0 6px; }

.select2-container.select2-container-active .select2-choice {
  border-color: #91acce; }

.select2-container.select2-dropdown-open .select2-choice {
  border-bottom-color: #ccc; }

.select2-drop {
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important; }

.select2-drop:not(.select2-drop-above) {
  margin-top: -3px; }

.select2-drop .select2-results {
  max-height: 300px; }

.select2-drop .select2-results li {
  line-height: inherit;
  margin: 0;
  padding: 0; }

.select2-search {
  margin: 4px 0; }

.select2-search input,
.select2-search input:focus {
  background-color: #fff;
  background-image: none;
  background: #fff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none; }

.select2-container.form-control {
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 0; }

/*|------------------------------------------------------------------------------------------------------*/
/*|------------------------------------------------------------------------------------------------------*/
#header_container {
  padding: 5rem 0 0.2rem; }
  #header_container .btn {
    margin-bottom: 0; }

/*|------------------------------------------------------------------------------------------------------*/
/*|------------------------------------------------------------------------------------------------------*/
.Box {
  position: relative;
  margin-bottom: 30px;
  border-radius: 1px;
  overflow: hidden;
  box-shadow: 0 1px 10px -3px rgba(75, 104, 132, 0.32), 0 0 0 1px rgba(75, 104, 132, 0.06); }
  .Box h2 {
    margin: 0 0 15px;
    font-size: 20px;
    border-color: #e8edf2;
    padding: 15px 0 15px 15px;
    text-align: left;
    border-radius: 1px;
    box-shadow: 0 1px 7px -2px rgba(75, 104, 132, 0.32), 0 1px 0 rgba(75, 104, 132, 0.06); }
  .Box > section .Box_innerBox {
    margin-bottom: 2rem; }

/*|------------------------------------------------------------------------------------------------------*/
/*|------------------------------------------------------------------------------------------------------*/
.no_margin {
  margin: 0 !important; }

.no_padding {
  padding: 0 !important; }

.float_left {
  float: left !important; }

.float_right {
  float: right !important; }

.float_none {
  float: none !important; }

.nav_container {
  line-height: 50px;
  padding: 1rem 0; }
  .nav_container.main_nav_container {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.96);
    z-index: 10000;
    box-shadow: 0 1px 7px -2px rgba(75, 104, 132, 0.32), 0 1px 0 rgba(75, 104, 132, 0.06); }
  .nav_container .btn {
    height: 50px;
    line-height: 50px;
    margin: 0; }
  .nav_container nav.tabbed.vertical > ul > li {
    position: relative;
    top: 1px;
    display: block;
    float: none;
    border-left: 1px solid transparent;
    border-right: 1px solid #e8edf2; }
    .nav_container nav.tabbed.vertical > ul > li.active {
      border-right: 1px solid #008183; }
    .nav_container nav.tabbed.vertical > ul > li a {
      padding: 0;
      height: 2rem;
      line-height: 2rem; }
  .nav_container nav.tabbed.horizontal {
    margin: 0 0 3em;
    clear: both;
    border-bottom: 1px solid #e8edf2; }
    .nav_container nav.tabbed.horizontal:before, .nav_container nav.tabbed.horizontal:after {
      content: " ";
      display: table;
      clear: both; }
    .nav_container nav.tabbed.horizontal > ul > li {
      position: relative;
      top: 1px;
      overflow: hidden;
      border-radius: 5px 5px 0 0;
      border-left: 1px solid #e8edf2;
      border-top: 1px solid #e8edf2;
      border-right: 1px solid transparent; }
      .nav_container nav.tabbed.horizontal > ul > li:last-of-type {
        border-right: 1px solid #e8edf2; }
      .nav_container nav.tabbed.horizontal > ul > li.active {
        background-color: #fff;
        border-top: 1px solid transparent; }
      .nav_container nav.tabbed.horizontal > ul > li a {
        text-decoration: none;
        padding: 0 3rem; }
      .nav_container nav.tabbed.horizontal > ul > li .icon_container {
        position: absolute;
        left: 28px;
        top: 17px; }
  .nav_container nav > ul {
    margin: 0;
    padding: 0;
    text-align: center;
    list-style: none; }
    .nav_container nav > ul > li {
      float: none;
      display: inline-block; }
      .nav_container nav > ul > li:hover a {
        color: #353f49; }
      .nav_container nav > ul > li.active a {
        color: #fff;
        background-color: #008183;
        border-color: #008183; }
      .nav_container nav > ul > li a {
        font-size: 1rem;
        color: #62707E;
        display: block;
        height: 50px;
        line-height: 50px;
        padding: 0 1rem; }

#nav_mobile {
  display: none; }

.nav_tabbed_content .container {
  display: none; }
  .nav_tabbed_content .container:first-child {
    display: block; }

meta.foundation-version {
  font-family: "/5.5.2/"; }

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0; }

meta.foundation-mq-small-only {
  font-family: "/only screen and (max-width: 40em)/";
  width: 0; }

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.0625em)/";
  width: 40.0625em; }

meta.foundation-mq-medium-only {
  font-family: "/only screen and (min-width:40.0625em) and (max-width:64em)/";
  width: 40.0625em; }

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.0625em)/";
  width: 64.0625em; }

meta.foundation-mq-large-only {
  font-family: "/only screen and (min-width:64.0625em) and (max-width:90em)/";
  width: 64.0625em; }

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.0625em)/";
  width: 90.0625em; }

meta.foundation-mq-xlarge-only {
  font-family: "/only screen and (min-width:90.0625em) and (max-width:120em)/";
  width: 90.0625em; }

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.0625em)/";
  width: 120.0625em; }

meta.foundation-data-attribute-namespace {
  font-family: false; }

html, body {
  height: 100%; }

html {
  box-sizing: border-box; }

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit; }

html, body {
  font-size: 100%; }

body {
  background: #fff;
  color: #222;
  cursor: auto;
  font-family: "Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  position: relative; }

a:hover {
  cursor: pointer; }

img {
  max-width: 100%;
  height: auto; }

img {
  -ms-interpolation-mode: bicubic; }

#map_canvas img, #map_canvas embed, #map_canvas object, .map_canvas img, .map_canvas embed, .map_canvas object, .mqa-display img, .mqa-display embed, .mqa-display object {
  max-width: none !important; }

.left {
  float: left !important; }

.right {
  float: right !important; }

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

.clearfix:after {
  clear: both; }

.hide {
  display: none; }

.invisible {
  visibility: hidden; }

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

textarea {
  height: auto;
  min-height: 50px; }

select {
  width: 100%; }

.row {
  margin: 0 auto;
  max-width: 83.571em;
  width: 100%; }

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

.row:after {
  clear: both; }

.row.collapse > .column, .row.collapse > .columns {
  padding-left: 0;
  padding-right: 0; }

.row.collapse .row {
  margin-left: 0;
  margin-right: 0; }

.row .row {
  margin: 0 -0.9375rem;
  max-width: none;
  width: auto; }

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

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

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

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

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

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

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

.column + .column.end, .columns + .column.end, .column + .columns.end, .columns + .columns.end {
  float: left; }

@media only screen {
  .small-push-0 {
    position: relative;
    left: 0;
    right: auto; }

  .small-pull-0 {
    position: relative;
    right: 0;
    left: auto; }

  .small-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }

  .small-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }

  .small-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }

  .small-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }

  .small-push-3 {
    position: relative;
    left: 25%;
    right: auto; }

  .small-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }

  .small-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }

  .small-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }

  .small-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }

  .small-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }

  .small-push-6 {
    position: relative;
    left: 50%;
    right: auto; }

  .small-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }

  .small-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }

  .small-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }

  .small-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }

  .small-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }

  .small-push-9 {
    position: relative;
    left: 75%;
    right: auto; }

  .small-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }

  .small-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }

  .small-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }

  .small-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }

  .small-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }

  .column, .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }

  .small-1 {
    width: 8.33333%; }

  .small-2 {
    width: 16.66667%; }

  .small-3 {
    width: 25%; }

  .small-4 {
    width: 33.33333%; }

  .small-5 {
    width: 41.66667%; }

  .small-6 {
    width: 50%; }

  .small-7 {
    width: 58.33333%; }

  .small-8 {
    width: 66.66667%; }

  .small-9 {
    width: 75%; }

  .small-10 {
    width: 83.33333%; }

  .small-11 {
    width: 91.66667%; }

  .small-12 {
    width: 100%; }

  .small-offset-0 {
    margin-left: 0 !important; }

  .small-offset-1 {
    margin-left: 8.33333% !important; }

  .small-offset-2 {
    margin-left: 16.66667% !important; }

  .small-offset-3 {
    margin-left: 25% !important; }

  .small-offset-4 {
    margin-left: 33.33333% !important; }

  .small-offset-5 {
    margin-left: 41.66667% !important; }

  .small-offset-6 {
    margin-left: 50% !important; }

  .small-offset-7 {
    margin-left: 58.33333% !important; }

  .small-offset-8 {
    margin-left: 66.66667% !important; }

  .small-offset-9 {
    margin-left: 75% !important; }

  .small-offset-10 {
    margin-left: 83.33333% !important; }

  .small-offset-11 {
    margin-left: 91.66667% !important; }

  .small-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto; }

  .column.small-centered, .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }

  .column.small-uncentered, .columns.small-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0; }

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

  .column.small-uncentered:last-child, .columns.small-uncentered:last-child {
    float: left; }

  .column.small-uncentered.opposite, .columns.small-uncentered.opposite {
    float: right; }

  .row.small-collapse > .column, .row.small-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }

  .row.small-collapse .row {
    margin-left: 0;
    margin-right: 0; }

  .row.small-uncollapse > .column, .row.small-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; } }
@media only screen and (min-width: 40.0625em) {
  .medium-push-0 {
    position: relative;
    left: 0;
    right: auto; }

  .medium-pull-0 {
    position: relative;
    right: 0;
    left: auto; }

  .medium-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }

  .medium-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }

  .medium-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }

  .medium-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }

  .medium-push-3 {
    position: relative;
    left: 25%;
    right: auto; }

  .medium-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }

  .medium-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }

  .medium-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }

  .medium-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }

  .medium-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }

  .medium-push-6 {
    position: relative;
    left: 50%;
    right: auto; }

  .medium-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }

  .medium-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }

  .medium-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }

  .medium-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }

  .medium-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }

  .medium-push-9 {
    position: relative;
    left: 75%;
    right: auto; }

  .medium-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }

  .medium-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }

  .medium-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }

  .medium-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }

  .medium-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }

  .column, .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }

  .medium-1 {
    width: 8.33333%; }

  .medium-2 {
    width: 16.66667%; }

  .medium-3 {
    width: 25%; }

  .medium-4 {
    width: 33.33333%; }

  .medium-5 {
    width: 41.66667%; }

  .medium-6 {
    width: 50%; }

  .medium-7 {
    width: 58.33333%; }

  .medium-8 {
    width: 66.66667%; }

  .medium-9 {
    width: 75%; }

  .medium-10 {
    width: 83.33333%; }

  .medium-11 {
    width: 91.66667%; }

  .medium-12 {
    width: 100%; }

  .medium-offset-0 {
    margin-left: 0 !important; }

  .medium-offset-1 {
    margin-left: 8.33333% !important; }

  .medium-offset-2 {
    margin-left: 16.66667% !important; }

  .medium-offset-3 {
    margin-left: 25% !important; }

  .medium-offset-4 {
    margin-left: 33.33333% !important; }

  .medium-offset-5 {
    margin-left: 41.66667% !important; }

  .medium-offset-6 {
    margin-left: 50% !important; }

  .medium-offset-7 {
    margin-left: 58.33333% !important; }

  .medium-offset-8 {
    margin-left: 66.66667% !important; }

  .medium-offset-9 {
    margin-left: 75% !important; }

  .medium-offset-10 {
    margin-left: 83.33333% !important; }

  .medium-offset-11 {
    margin-left: 91.66667% !important; }

  .medium-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto; }

  .column.medium-centered, .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }

  .column.medium-uncentered, .columns.medium-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0; }

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

  .column.medium-uncentered:last-child, .columns.medium-uncentered:last-child {
    float: left; }

  .column.medium-uncentered.opposite, .columns.medium-uncentered.opposite {
    float: right; }

  .row.medium-collapse > .column, .row.medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }

  .row.medium-collapse .row {
    margin-left: 0;
    margin-right: 0; }

  .row.medium-uncollapse > .column, .row.medium-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }

  .push-0 {
    position: relative;
    left: 0;
    right: auto; }

  .pull-0 {
    position: relative;
    right: 0;
    left: auto; }

  .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; } }
@media only screen and (min-width: 64.0625em) {
  .large-push-0 {
    position: relative;
    left: 0;
    right: auto; }

  .large-pull-0 {
    position: relative;
    right: 0;
    left: auto; }

  .large-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }

  .large-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }

  .large-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }

  .large-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }

  .large-push-3 {
    position: relative;
    left: 25%;
    right: auto; }

  .large-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }

  .large-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }

  .large-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }

  .large-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }

  .large-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }

  .large-push-6 {
    position: relative;
    left: 50%;
    right: auto; }

  .large-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }

  .large-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }

  .large-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }

  .large-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }

  .large-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }

  .large-push-9 {
    position: relative;
    left: 75%;
    right: auto; }

  .large-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }

  .large-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }

  .large-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }

  .large-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }

  .large-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }

  .column, .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }

  .large-1 {
    width: 8.33333%; }

  .large-2 {
    width: 16.66667%; }

  .large-3 {
    width: 25%; }

  .large-4 {
    width: 33.33333%; }

  .large-5 {
    width: 41.66667%; }

  .large-6 {
    width: 50%; }

  .large-7 {
    width: 58.33333%; }

  .large-8 {
    width: 66.66667%; }

  .large-9 {
    width: 75%; }

  .large-10 {
    width: 83.33333%; }

  .large-11 {
    width: 91.66667%; }

  .large-12 {
    width: 100%; }

  .large-offset-0 {
    margin-left: 0 !important; }

  .large-offset-1 {
    margin-left: 8.33333% !important; }

  .large-offset-2 {
    margin-left: 16.66667% !important; }

  .large-offset-3 {
    margin-left: 25% !important; }

  .large-offset-4 {
    margin-left: 33.33333% !important; }

  .large-offset-5 {
    margin-left: 41.66667% !important; }

  .large-offset-6 {
    margin-left: 50% !important; }

  .large-offset-7 {
    margin-left: 58.33333% !important; }

  .large-offset-8 {
    margin-left: 66.66667% !important; }

  .large-offset-9 {
    margin-left: 75% !important; }

  .large-offset-10 {
    margin-left: 83.33333% !important; }

  .large-offset-11 {
    margin-left: 91.66667% !important; }

  .large-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto; }

  .column.large-centered, .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }

  .column.large-uncentered, .columns.large-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0; }

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

  .column.large-uncentered:last-child, .columns.large-uncentered:last-child {
    float: left; }

  .column.large-uncentered.opposite, .columns.large-uncentered.opposite {
    float: right; }

  .row.large-collapse > .column, .row.large-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }

  .row.large-collapse .row {
    margin-left: 0;
    margin-right: 0; }

  .row.large-uncollapse > .column, .row.large-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }

  .push-0 {
    position: relative;
    left: 0;
    right: auto; }

  .pull-0 {
    position: relative;
    right: 0;
    left: auto; }

  .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; } }
button, .button {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  border-style: solid;
  border-width: 0;
  cursor: pointer;
  font-family: "Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  padding: 1rem 2rem 1.0625rem 2rem;
  font-size: 1rem;
  background-color: #008CBA;
  border-color: #007095;
  color: #fff;
  transition: background-color 300ms ease-out; }

button:hover, button:focus, .button:hover, .button:focus {
  background-color: #007095; }

button:hover, button:focus, .button:hover, .button:focus {
  color: #fff; }

button.secondary, .button.secondary {
  background-color: #e7e7e7;
  border-color: #b9b9b9;
  color: #333; }

button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
  background-color: #b9b9b9; }

button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
  color: #333; }

button.success, .button.success {
  background-color: #43AC6A;
  border-color: #368a55;
  color: #fff; }

button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
  background-color: #368a55; }

button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
  color: #fff; }

button.alert, .button.alert {
  background-color: #f04124;
  border-color: #cf2a0e;
  color: #fff; }

button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
  background-color: #cf2a0e; }

button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
  color: #fff; }

button.warning, .button.warning {
  background-color: #f08a24;
  border-color: #cf6e0e;
  color: #fff; }

button.warning:hover, button.warning:focus, .button.warning:hover, .button.warning:focus {
  background-color: #cf6e0e; }

button.warning:hover, button.warning:focus, .button.warning:hover, .button.warning:focus {
  color: #fff; }

button.info, .button.info {
  background-color: #a0d3e8;
  border-color: #61b6d9;
  color: #333; }

button.info:hover, button.info:focus, .button.info:hover, .button.info:focus {
  background-color: #61b6d9; }

button.info:hover, button.info:focus, .button.info:hover, .button.info:focus {
  color: #fff; }

button.large, .button.large {
  padding: 1.125rem 2.25rem 1.1875rem 2.25rem;
  font-size: 1.25rem; }

button.small, .button.small {
  padding: 0.875rem 1.75rem 0.9375rem 1.75rem;
  font-size: 0.8125rem; }

button.tiny, .button.tiny {
  padding: 0.625rem 1.25rem 0.6875rem 1.25rem;
  font-size: 0.6875rem; }

button.expand, .button.expand {
  padding-left: 0;
  padding-right: 0;
  width: 100%; }

button.left-align, .button.left-align {
  text-align: left;
  text-indent: 0.75rem; }

button.right-align, .button.right-align {
  text-align: right;
  padding-right: 0.75rem; }

button.radius, .button.radius {
  border-radius: 3px; }

button.round, .button.round {
  border-radius: 1000px; }

button.disabled, button[disabled], .button.disabled, .button[disabled] {
  background-color: #008CBA;
  border-color: #007095;
  color: #fff;
  box-shadow: none;
  cursor: default;
  opacity: 0.7; }

button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  background-color: #007095; }

button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  color: #fff; }

button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  background-color: #008CBA; }

button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, .button[disabled].secondary {
  background-color: #e7e7e7;
  border-color: #b9b9b9;
  color: #333;
  box-shadow: none;
  cursor: default;
  opacity: 0.7; }

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, .button[disabled].secondary:focus {
  background-color: #b9b9b9; }

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, .button[disabled].secondary:focus {
  color: #333; }

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, .button[disabled].secondary:focus {
  background-color: #e7e7e7; }

button.disabled.success, button[disabled].success, .button.disabled.success, .button[disabled].success {
  background-color: #43AC6A;
  border-color: #368a55;
  color: #fff;
  box-shadow: none;
  cursor: default;
  opacity: 0.7; }

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, .button[disabled].success:focus {
  background-color: #368a55; }

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, .button[disabled].success:focus {
  color: #fff; }

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, .button[disabled].success:focus {
  background-color: #43AC6A; }

button.disabled.alert, button[disabled].alert, .button.disabled.alert, .button[disabled].alert {
  background-color: #f04124;
  border-color: #cf2a0e;
  color: #fff;
  box-shadow: none;
  cursor: default;
  opacity: 0.7; }

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, .button[disabled].alert:focus {
  background-color: #cf2a0e; }

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, .button[disabled].alert:focus {
  color: #fff; }

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, .button[disabled].alert:focus {
  background-color: #f04124; }

button.disabled.warning, button[disabled].warning, .button.disabled.warning, .button[disabled].warning {
  background-color: #f08a24;
  border-color: #cf6e0e;
  color: #fff;
  box-shadow: none;
  cursor: default;
  opacity: 0.7; }

button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
  background-color: #cf6e0e; }

button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
  color: #fff; }

button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
  background-color: #f08a24; }

button.disabled.info, button[disabled].info, .button.disabled.info, .button[disabled].info {
  background-color: #a0d3e8;
  border-color: #61b6d9;
  color: #333;
  box-shadow: none;
  cursor: default;
  opacity: 0.7; }

button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
  background-color: #61b6d9; }

button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
  color: #fff; }

button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
  background-color: #a0d3e8; }

button::-moz-focus-inner {
  border: 0;
  padding: 0; }

@media only screen and (min-width: 40.0625em) {
  button, .button {
    display: inline-block; } }
.button-group {
  list-style: none;
  margin: 0;
  left: 0; }

.button-group:before, .button-group:after {
  content: " ";
  display: table; }

.button-group:after {
  clear: both; }

.button-group.even-2 li {
  display: inline-block;
  margin: 0 -2px;
  width: 50%; }

.button-group.even-2 li > button, .button-group.even-2 li .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5); }

.button-group.even-2 li:first-child button, .button-group.even-2 li:first-child .button {
  border-left: 0; }

.button-group.even-2 li button, .button-group.even-2 li .button {
  width: 100%; }

.button-group.even-3 li {
  display: inline-block;
  margin: 0 -2px;
  width: 33.33333%; }

.button-group.even-3 li > button, .button-group.even-3 li .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5); }

.button-group.even-3 li:first-child button, .button-group.even-3 li:first-child .button {
  border-left: 0; }

.button-group.even-3 li button, .button-group.even-3 li .button {
  width: 100%; }

.button-group.even-4 li {
  display: inline-block;
  margin: 0 -2px;
  width: 25%; }

.button-group.even-4 li > button, .button-group.even-4 li .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5); }

.button-group.even-4 li:first-child button, .button-group.even-4 li:first-child .button {
  border-left: 0; }

.button-group.even-4 li button, .button-group.even-4 li .button {
  width: 100%; }

.button-group.even-5 li {
  display: inline-block;
  margin: 0 -2px;
  width: 20%; }

.button-group.even-5 li > button, .button-group.even-5 li .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5); }

.button-group.even-5 li:first-child button, .button-group.even-5 li:first-child .button {
  border-left: 0; }

.button-group.even-5 li button, .button-group.even-5 li .button {
  width: 100%; }

.button-group.even-6 li {
  display: inline-block;
  margin: 0 -2px;
  width: 16.66667%; }

.button-group.even-6 li > button, .button-group.even-6 li .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5); }

.button-group.even-6 li:first-child button, .button-group.even-6 li:first-child .button {
  border-left: 0; }

.button-group.even-6 li button, .button-group.even-6 li .button {
  width: 100%; }

.button-group.even-7 li {
  display: inline-block;
  margin: 0 -2px;
  width: 14.28571%; }

.button-group.even-7 li > button, .button-group.even-7 li .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5); }

.button-group.even-7 li:first-child button, .button-group.even-7 li:first-child .button {
  border-left: 0; }

.button-group.even-7 li button, .button-group.even-7 li .button {
  width: 100%; }

.button-group.even-8 li {
  display: inline-block;
  margin: 0 -2px;
  width: 12.5%; }

.button-group.even-8 li > button, .button-group.even-8 li .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5); }

.button-group.even-8 li:first-child button, .button-group.even-8 li:first-child .button {
  border-left: 0; }

.button-group.even-8 li button, .button-group.even-8 li .button {
  width: 100%; }

.button-group > li {
  display: inline-block;
  margin: 0 -2px; }

.button-group > li > button, .button-group > li .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5); }

.button-group > li:first-child button, .button-group > li:first-child .button {
  border-left: 0; }

.button-group.stack > li {
  display: block;
  margin: 0;
  float: none; }

.button-group.stack > li > button, .button-group.stack > li .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5); }

.button-group.stack > li:first-child button, .button-group.stack > li:first-child .button {
  border-left: 0; }

.button-group.stack > li > button, .button-group.stack > li .button {
  border-color: rgba(255, 255, 255, 0.5);
  border-left-width: 0;
  border-top: 1px solid;
  display: block;
  margin: 0; }

.button-group.stack > li > button {
  width: 100%; }

.button-group.stack > li:first-child button, .button-group.stack > li:first-child .button {
  border-top: 0; }

.button-group.stack-for-small > li {
  display: inline-block;
  margin: 0 -2px; }

.button-group.stack-for-small > li > button, .button-group.stack-for-small > li .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5); }

.button-group.stack-for-small > li:first-child button, .button-group.stack-for-small > li:first-child .button {
  border-left: 0; }

@media only screen and (max-width: 40em) {
  .button-group.stack-for-small > li {
    display: block;
    margin: 0; }

  .button-group.stack-for-small > li > button, .button-group.stack-for-small > li .button {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.5); }

  .button-group.stack-for-small > li:first-child button, .button-group.stack-for-small > li:first-child .button {
    border-left: 0; }

  .button-group.stack-for-small > li > button, .button-group.stack-for-small > li .button {
    border-color: rgba(255, 255, 255, 0.5);
    border-left-width: 0;
    border-top: 1px solid;
    display: block;
    margin: 0; }

  .button-group.stack-for-small > li > button {
    width: 100%; }

  .button-group.stack-for-small > li:first-child button, .button-group.stack-for-small > li:first-child .button {
    border-top: 0; } }
.button-group.radius > * {
  display: inline-block;
  margin: 0 -2px; }

.button-group.radius > * > button, .button-group.radius > * .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5); }

.button-group.radius > *:first-child button, .button-group.radius > *:first-child .button {
  border-left: 0; }

.button-group.radius > *, .button-group.radius > * > a, .button-group.radius > * > button, .button-group.radius > * > .button {
  border-radius: 0; }

.button-group.radius > *:first-child, .button-group.radius > *:first-child > a, .button-group.radius > *:first-child > button, .button-group.radius > *:first-child > .button {
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

.button-group.radius > *:last-child, .button-group.radius > *:last-child > a, .button-group.radius > *:last-child > button, .button-group.radius > *:last-child > .button {
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

.button-group.radius.stack > * {
  display: block;
  margin: 0; }

.button-group.radius.stack > * > button, .button-group.radius.stack > * .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5); }

.button-group.radius.stack > *:first-child button, .button-group.radius.stack > *:first-child .button {
  border-left: 0; }

.button-group.radius.stack > * > button, .button-group.radius.stack > * .button {
  border-color: rgba(255, 255, 255, 0.5);
  border-left-width: 0;
  border-top: 1px solid;
  display: block;
  margin: 0; }

.button-group.radius.stack > * > button {
  width: 100%; }

.button-group.radius.stack > *:first-child button, .button-group.radius.stack > *:first-child .button {
  border-top: 0; }

.button-group.radius.stack > *, .button-group.radius.stack > * > a, .button-group.radius.stack > * > button, .button-group.radius.stack > * > .button {
  border-radius: 0; }

.button-group.radius.stack > *:first-child, .button-group.radius.stack > *:first-child > a, .button-group.radius.stack > *:first-child > button, .button-group.radius.stack > *:first-child > .button {
  -webkit-top-left-radius: 3px;
  -webkit-top-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px; }

.button-group.radius.stack > *:last-child, .button-group.radius.stack > *:last-child > a, .button-group.radius.stack > *:last-child > button, .button-group.radius.stack > *:last-child > .button {
  -webkit-bottom-left-radius: 3px;
  -webkit-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px; }

@media only screen and (min-width: 40.0625em) {
  .button-group.radius.stack-for-small > * {
    display: inline-block;
    margin: 0 -2px; }

  .button-group.radius.stack-for-small > * > button, .button-group.radius.stack-for-small > * .button {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.5); }

  .button-group.radius.stack-for-small > *:first-child button, .button-group.radius.stack-for-small > *:first-child .button {
    border-left: 0; }

  .button-group.radius.stack-for-small > *, .button-group.radius.stack-for-small > * > a, .button-group.radius.stack-for-small > * > button, .button-group.radius.stack-for-small > * > .button {
    border-radius: 0; }

  .button-group.radius.stack-for-small > *:first-child, .button-group.radius.stack-for-small > *:first-child > a, .button-group.radius.stack-for-small > *:first-child > button, .button-group.radius.stack-for-small > *:first-child > .button {
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px; }

  .button-group.radius.stack-for-small > *:last-child, .button-group.radius.stack-for-small > *:last-child > a, .button-group.radius.stack-for-small > *:last-child > button, .button-group.radius.stack-for-small > *:last-child > .button {
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px; } }
@media only screen and (max-width: 40em) {
  .button-group.radius.stack-for-small > * {
    display: block;
    margin: 0; }

  .button-group.radius.stack-for-small > * > button, .button-group.radius.stack-for-small > * .button {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.5); }

  .button-group.radius.stack-for-small > *:first-child button, .button-group.radius.stack-for-small > *:first-child .button {
    border-left: 0; }

  .button-group.radius.stack-for-small > * > button, .button-group.radius.stack-for-small > * .button {
    border-color: rgba(255, 255, 255, 0.5);
    border-left-width: 0;
    border-top: 1px solid;
    display: block;
    margin: 0; }

  .button-group.radius.stack-for-small > * > button {
    width: 100%; }

  .button-group.radius.stack-for-small > *:first-child button, .button-group.radius.stack-for-small > *:first-child .button {
    border-top: 0; }

  .button-group.radius.stack-for-small > *, .button-group.radius.stack-for-small > * > a, .button-group.radius.stack-for-small > * > button, .button-group.radius.stack-for-small > * > .button {
    border-radius: 0; }

  .button-group.radius.stack-for-small > *:first-child, .button-group.radius.stack-for-small > *:first-child > a, .button-group.radius.stack-for-small > *:first-child > button, .button-group.radius.stack-for-small > *:first-child > .button {
    -webkit-top-left-radius: 3px;
    -webkit-top-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px; }

  .button-group.radius.stack-for-small > *:last-child, .button-group.radius.stack-for-small > *:last-child > a, .button-group.radius.stack-for-small > *:last-child > button, .button-group.radius.stack-for-small > *:last-child > .button {
    -webkit-bottom-left-radius: 3px;
    -webkit-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px; } }
.button-group.round > * {
  display: inline-block;
  margin: 0 -2px; }

.button-group.round > * > button, .button-group.round > * .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5); }

.button-group.round > *:first-child button, .button-group.round > *:first-child .button {
  border-left: 0; }

.button-group.round > *, .button-group.round > * > a, .button-group.round > * > button, .button-group.round > * > .button {
  border-radius: 0; }

.button-group.round > *:first-child, .button-group.round > *:first-child > a, .button-group.round > *:first-child > button, .button-group.round > *:first-child > .button {
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px; }

.button-group.round > *:last-child, .button-group.round > *:last-child > a, .button-group.round > *:last-child > button, .button-group.round > *:last-child > .button {
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px; }

.button-group.round.stack > * {
  display: block;
  margin: 0; }

.button-group.round.stack > * > button, .button-group.round.stack > * .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5); }

.button-group.round.stack > *:first-child button, .button-group.round.stack > *:first-child .button {
  border-left: 0; }

.button-group.round.stack > * > button, .button-group.round.stack > * .button {
  border-color: rgba(255, 255, 255, 0.5);
  border-left-width: 0;
  border-top: 1px solid;
  display: block;
  margin: 0; }

.button-group.round.stack > * > button {
  width: 100%; }

.button-group.round.stack > *:first-child button, .button-group.round.stack > *:first-child .button {
  border-top: 0; }

.button-group.round.stack > *, .button-group.round.stack > * > a, .button-group.round.stack > * > button, .button-group.round.stack > * > .button {
  border-radius: 0; }

.button-group.round.stack > *:first-child, .button-group.round.stack > *:first-child > a, .button-group.round.stack > *:first-child > button, .button-group.round.stack > *:first-child > .button {
  -webkit-top-left-radius: 1rem;
  -webkit-top-right-radius: 1rem;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem; }

.button-group.round.stack > *:last-child, .button-group.round.stack > *:last-child > a, .button-group.round.stack > *:last-child > button, .button-group.round.stack > *:last-child > .button {
  -webkit-bottom-left-radius: 1rem;
  -webkit-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem; }

@media only screen and (min-width: 40.0625em) {
  .button-group.round.stack-for-small > * {
    display: inline-block;
    margin: 0 -2px; }

  .button-group.round.stack-for-small > * > button, .button-group.round.stack-for-small > * .button {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.5); }

  .button-group.round.stack-for-small > *:first-child button, .button-group.round.stack-for-small > *:first-child .button {
    border-left: 0; }

  .button-group.round.stack-for-small > *, .button-group.round.stack-for-small > * > a, .button-group.round.stack-for-small > * > button, .button-group.round.stack-for-small > * > .button {
    border-radius: 0; }

  .button-group.round.stack-for-small > *:first-child, .button-group.round.stack-for-small > *:first-child > a, .button-group.round.stack-for-small > *:first-child > button, .button-group.round.stack-for-small > *:first-child > .button {
    -webkit-border-bottom-left-radius: 1000px;
    -webkit-border-top-left-radius: 1000px;
    border-bottom-left-radius: 1000px;
    border-top-left-radius: 1000px; }

  .button-group.round.stack-for-small > *:last-child, .button-group.round.stack-for-small > *:last-child > a, .button-group.round.stack-for-small > *:last-child > button, .button-group.round.stack-for-small > *:last-child > .button {
    -webkit-border-bottom-right-radius: 1000px;
    -webkit-border-top-right-radius: 1000px;
    border-bottom-right-radius: 1000px;
    border-top-right-radius: 1000px; } }
@media only screen and (max-width: 40em) {
  .button-group.round.stack-for-small > * {
    display: block;
    margin: 0; }

  .button-group.round.stack-for-small > * > button, .button-group.round.stack-for-small > * .button {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.5); }

  .button-group.round.stack-for-small > *:first-child button, .button-group.round.stack-for-small > *:first-child .button {
    border-left: 0; }

  .button-group.round.stack-for-small > * > button, .button-group.round.stack-for-small > * .button {
    border-color: rgba(255, 255, 255, 0.5);
    border-left-width: 0;
    border-top: 1px solid;
    display: block;
    margin: 0; }

  .button-group.round.stack-for-small > * > button {
    width: 100%; }

  .button-group.round.stack-for-small > *:first-child button, .button-group.round.stack-for-small > *:first-child .button {
    border-top: 0; }

  .button-group.round.stack-for-small > *, .button-group.round.stack-for-small > * > a, .button-group.round.stack-for-small > * > button, .button-group.round.stack-for-small > * > .button {
    border-radius: 0; }

  .button-group.round.stack-for-small > *:first-child, .button-group.round.stack-for-small > *:first-child > a, .button-group.round.stack-for-small > *:first-child > button, .button-group.round.stack-for-small > *:first-child > .button {
    -webkit-top-left-radius: 1rem;
    -webkit-top-right-radius: 1rem;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem; }

  .button-group.round.stack-for-small > *:last-child, .button-group.round.stack-for-small > *:last-child > a, .button-group.round.stack-for-small > *:last-child > button, .button-group.round.stack-for-small > *:last-child > .button {
    -webkit-bottom-left-radius: 1rem;
    -webkit-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem; } }
.button-bar:before, .button-bar:after {
  content: " ";
  display: table; }

.button-bar:after {
  clear: both; }

.button-bar .button-group {
  float: left;
  margin-right: 0.625rem; }

.button-bar .button-group div {
  overflow: hidden; }

.dropdown.button, button.dropdown {
  position: relative;
  padding-right: 3.5625rem; }

.dropdown.button::after, button.dropdown::after {
  border-color: #fff transparent transparent transparent;
  border-style: solid;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  top: 50%;
  width: 0; }

.dropdown.button::after, button.dropdown::after {
  border-width: 0.375rem;
  right: 1.40625rem;
  margin-top: -0.15625rem; }

.dropdown.button::after, button.dropdown::after {
  border-color: #fff transparent transparent transparent; }

.dropdown.button.tiny, button.dropdown.tiny {
  padding-right: 2.625rem; }

.dropdown.button.tiny:after, button.dropdown.tiny:after {
  border-width: 0.375rem;
  right: 1.125rem;
  margin-top: -0.125rem; }

.dropdown.button.tiny::after, button.dropdown.tiny::after {
  border-color: #fff transparent transparent transparent; }

.dropdown.button.small, button.dropdown.small {
  padding-right: 3.0625rem; }

.dropdown.button.small::after, button.dropdown.small::after {
  border-width: 0.4375rem;
  right: 1.3125rem;
  margin-top: -0.15625rem; }

.dropdown.button.small::after, button.dropdown.small::after {
  border-color: #fff transparent transparent transparent; }

.dropdown.button.large, button.dropdown.large {
  padding-right: 3.625rem; }

.dropdown.button.large::after, button.dropdown.large::after {
  border-width: 0.3125rem;
  right: 1.71875rem;
  margin-top: -0.15625rem; }

.dropdown.button.large::after, button.dropdown.large::after {
  border-color: #fff transparent transparent transparent; }

.dropdown.button.secondary:after, button.dropdown.secondary:after {
  border-color: #333 transparent transparent transparent; }

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

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

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

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

@media only screen and (max-width: 40em) {
  .small-only-text-left {
    text-align: left !important; }

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

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

  .small-only-text-justify {
    text-align: justify !important; } }
@media only screen {
  .small-text-left {
    text-align: left !important; }

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

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

  .small-text-justify {
    text-align: justify !important; } }
@media only screen and (min-width: 40.0625em) and (max-width: 64em) {
  .medium-only-text-left {
    text-align: left !important; }

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

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

  .medium-only-text-justify {
    text-align: justify !important; } }
@media only screen and (min-width: 40.0625em) {
  .medium-text-left {
    text-align: left !important; }

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

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

  .medium-text-justify {
    text-align: justify !important; } }
@media only screen and (min-width: 64.0625em) and (max-width: 90em) {
  .large-only-text-left {
    text-align: left !important; }

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

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

  .large-only-text-justify {
    text-align: justify !important; } }
@media only screen and (min-width: 64.0625em) {
  .large-text-left {
    text-align: left !important; }

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

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

  .large-text-justify {
    text-align: justify !important; } }
@media only screen and (min-width: 90.0625em) and (max-width: 120em) {
  .xlarge-only-text-left {
    text-align: left !important; }

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

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

  .xlarge-only-text-justify {
    text-align: justify !important; } }
@media only screen and (min-width: 90.0625em) {
  .xlarge-text-left {
    text-align: left !important; }

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

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

  .xlarge-text-justify {
    text-align: justify !important; } }
@media only screen and (min-width: 120.0625em) and (max-width: 6249999.9375em) {
  .xxlarge-only-text-left {
    text-align: left !important; }

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

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

  .xxlarge-only-text-justify {
    text-align: justify !important; } }
@media only screen and (min-width: 120.0625em) {
  .xxlarge-text-left {
    text-align: left !important; }

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

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

  .xxlarge-text-justify {
    text-align: justify !important; } }
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, th, td {
  margin: 0;
  padding: 0; }

a {
  color: #008CBA;
  line-height: inherit;
  text-decoration: none; }

a:hover, a:focus {
  color: #0078a0; }

a img {
  border: none; }

p {
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  text-rendering: optimizeLegibility; }

p.lead {
  font-size: 1.21875rem;
  line-height: 1.6; }

p aside {
  font-size: 0.875rem;
  font-style: italic;
  line-height: 1.35; }

h1, h2, h3, h4, h5, h6 {
  color: #222;
  font-family: "Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1.4;
  margin-bottom: 0.5rem;
  margin-top: 0.2rem;
  text-rendering: optimizeLegibility; }

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  color: #6f6f6f;
  font-size: 60%;
  line-height: 0; }

h1 {
  font-size: 2.125rem; }

h2 {
  font-size: 1.6875rem; }

h3 {
  font-size: 1.375rem; }

h4 {
  font-size: 1.125rem; }

h5 {
  font-size: 1.125rem; }

h6 {
  font-size: 1rem; }

.subheader {
  line-height: 1.4;
  color: #6f6f6f;
  font-weight: normal;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem; }

hr {
  border: solid #ddd;
  border-width: 1px 0 0;
  clear: both;
  height: 0;
  margin: 1.25rem 0 1.1875rem; }

em, i {
  font-style: italic;
  line-height: inherit; }

strong, b {
  font-weight: bold;
  line-height: inherit; }

small {
  font-size: 60%;
  line-height: inherit; }

code {
  background-color: #f8f8f8;
  border-color: #dfdfdf;
  border-style: solid;
  border-width: 1px;
  color: #333;
  font-family: Consolas,"Liberation Mono",Courier,monospace;
  font-weight: normal;
  padding: 0.125rem 0.3125rem 0.0625rem; }

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

ul {
  margin-left: 1.1rem; }

ul.no-bullet {
  margin-left: 0; }

ul.no-bullet li ul, ul.no-bullet li ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
  list-style: none; }

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

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

ul.square {
  list-style-type: square;
  margin-left: 1.1rem; }

ul.circle {
  list-style-type: circle;
  margin-left: 1.1rem; }

ul.disc {
  list-style-type: disc;
  margin-left: 1.1rem; }

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

ol {
  margin-left: 1.4rem; }

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

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

dl dd {
  margin-bottom: 0.75rem; }

abbr, acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #222;
  cursor: help; }

abbr {
  text-transform: none; }

abbr[title] {
  border-bottom: 1px dotted #ddd; }

blockquote {
  margin: 0 0 1.25rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #ddd; }

blockquote cite {
  display: block;
  font-size: 0.8125rem;
  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.25rem 0;
  border: 1px solid #ddd;
  padding: 0.625rem 0.75rem; }

.vcard li {
  margin: 0;
  display: block; }

.vcard .fn {
  font-weight: bold;
  font-size: 0.9375rem; }

.vevent .summary {
  font-weight: bold; }

.vevent abbr {
  cursor: default;
  text-decoration: none;
  font-weight: bold;
  border: none;
  padding: 0 0.0625rem; }

@media only screen and (min-width: 40.0625em) {
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.4; }

  h1 {
    font-size: 2.75rem; }

  h2 {
    font-size: 2.3125rem; }

  h3 {
    font-size: 1.6875rem; }

  h4 {
    font-size: 1.4375rem; }

  h5 {
    font-size: 1.125rem; }

  h6 {
    font-size: 1rem; } }
.split.button {
  position: relative;
  padding-right: 5.0625rem; }

.split.button span {
  display: block;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border-left: solid 1px; }

.split.button span:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  display: block;
  border-style: inset;
  top: 50%;
  left: 50%; }

.split.button span:active {
  background-color: rgba(0, 0, 0, 0.1); }

.split.button span {
  border-left-color: rgba(255, 255, 255, 0.5); }

.split.button span {
  width: 3.09375rem; }

.split.button span:after {
  border-top-style: solid;
  border-width: 0.375rem;
  margin-left: -0.375rem;
  top: 48%; }

.split.button span:after {
  border-color: #fff transparent transparent transparent; }

.split.button.secondary span {
  border-left-color: rgba(255, 255, 255, 0.5); }

.split.button.secondary span:after {
  border-color: #fff transparent transparent transparent; }

.split.button.alert span {
  border-left-color: rgba(255, 255, 255, 0.5); }

.split.button.success span {
  border-left-color: rgba(255, 255, 255, 0.5); }

.split.button.tiny {
  padding-right: 3.75rem; }

.split.button.tiny span {
  width: 2.25rem; }

.split.button.tiny span:after {
  border-top-style: solid;
  border-width: 0.375rem;
  margin-left: -0.375rem;
  top: 48%; }

.split.button.small {
  padding-right: 4.375rem; }

.split.button.small span {
  width: 2.625rem; }

.split.button.small span:after {
  border-top-style: solid;
  border-width: 0.4375rem;
  margin-left: -0.375rem;
  top: 48%; }

.split.button.large {
  padding-right: 5.5rem; }

.split.button.large span {
  width: 3.4375rem; }

.split.button.large span:after {
  border-top-style: solid;
  border-width: 0.3125rem;
  margin-left: -0.375rem;
  top: 48%; }

.split.button.expand {
  padding-left: 2rem; }

.split.button.secondary span:after {
  border-color: #333 transparent transparent transparent; }

.split.button.radius span {
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

.split.button.round span {
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px; }

.split.button.no-pip span:before {
  border-style: none; }

.split.button.no-pip span:after {
  border-style: none; }

.split.button.no-pip span > i {
  display: block;
  left: 50%;
  margin-left: -0.28889em;
  margin-top: -0.48889em;
  position: absolute;
  top: 50%; }

.reveal-modal-bg {
  background: #000;
  background: rgba(0, 0, 0, 0.45);
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1004;
  left: 0; }

.reveal-modal {
  border-radius: 3px;
  display: none;
  position: absolute;
  top: 0;
  visibility: hidden;
  width: 100%;
  z-index: 1005;
  left: 0;
  background-color: #fff;
  padding: 1.875rem;
  border: solid 1px #666;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4); }

@media only screen and (max-width: 40em) {
  .reveal-modal {
    min-height: 100vh; } }
.reveal-modal .column, .reveal-modal .columns {
  min-width: 0; }

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

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

@media only screen and (min-width: 40.0625em) {
  .reveal-modal {
    left: 0;
    margin: 0 auto;
    max-width: 83.571em;
    right: 0;
    width: 80%; } }
@media only screen and (min-width: 40.0625em) {
  .reveal-modal {
    top: 6.25rem; } }
.reveal-modal.radius {
  border-radius: 3px; }

.reveal-modal.round {
  border-radius: 1000px; }

.reveal-modal.collapse {
  padding: 0; }

@media only screen and (min-width: 40.0625em) {
  .reveal-modal.tiny {
    left: 0;
    margin: 0 auto;
    max-width: 83.571em;
    right: 0;
    width: 30%; } }
@media only screen and (min-width: 40.0625em) {
  .reveal-modal.small {
    left: 0;
    margin: 0 auto;
    max-width: 83.571em;
    right: 0;
    width: 40%; } }
@media only screen and (min-width: 40.0625em) {
  .reveal-modal.medium {
    left: 0;
    margin: 0 auto;
    max-width: 83.571em;
    right: 0;
    width: 60%; } }
@media only screen and (min-width: 40.0625em) {
  .reveal-modal.large {
    left: 0;
    margin: 0 auto;
    max-width: 83.571em;
    right: 0;
    width: 70%; } }
@media only screen and (min-width: 40.0625em) {
  .reveal-modal.xlarge {
    left: 0;
    margin: 0 auto;
    max-width: 83.571em;
    right: 0;
    width: 95%; } }
.reveal-modal.full {
  height: 100vh;
  height: 100%;
  left: 0;
  margin-left: 0 !important;
  max-width: none !important;
  min-height: 100vh;
  top: 0; }

@media only screen and (min-width: 40.0625em) {
  .reveal-modal.full {
    left: 0;
    margin: 0 auto;
    max-width: 83.571em;
    right: 0;
    width: 100%; } }
.reveal-modal.toback {
  z-index: 1003; }

.reveal-modal .close-reveal-modal {
  color: #aaa;
  cursor: pointer;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1;
  position: absolute;
  top: 0.625rem;
  right: 1.375rem; }

[class*="block-grid-"] {
  display: block;
  padding: 0;
  margin: 0 -0.625rem; }

[class*="block-grid-"]:before, [class*="block-grid-"]:after {
  content: " ";
  display: table; }

[class*="block-grid-"]:after {
  clear: both; }

[class*="block-grid-"] > li {
  display: block;
  float: left;
  height: auto;
  padding: 0 0.625rem 1.25rem; }

@media only screen {
  .small-block-grid-1 > li {
    list-style: none;
    width: 100%; }

  .small-block-grid-1 > li:nth-of-type(1n) {
    clear: none; }

  .small-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both; }

  .small-block-grid-2 > li {
    list-style: none;
    width: 50%; }

  .small-block-grid-2 > li:nth-of-type(1n) {
    clear: none; }

  .small-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both; }

  .small-block-grid-3 > li {
    list-style: none;
    width: 33.33333%; }

  .small-block-grid-3 > li:nth-of-type(1n) {
    clear: none; }

  .small-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both; }

  .small-block-grid-4 > li {
    list-style: none;
    width: 25%; }

  .small-block-grid-4 > li:nth-of-type(1n) {
    clear: none; }

  .small-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both; }

  .small-block-grid-5 > li {
    list-style: none;
    width: 20%; }

  .small-block-grid-5 > li:nth-of-type(1n) {
    clear: none; }

  .small-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both; }

  .small-block-grid-6 > li {
    list-style: none;
    width: 16.66667%; }

  .small-block-grid-6 > li:nth-of-type(1n) {
    clear: none; }

  .small-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both; }

  .small-block-grid-7 > li {
    list-style: none;
    width: 14.28571%; }

  .small-block-grid-7 > li:nth-of-type(1n) {
    clear: none; }

  .small-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both; }

  .small-block-grid-8 > li {
    list-style: none;
    width: 12.5%; }

  .small-block-grid-8 > li:nth-of-type(1n) {
    clear: none; }

  .small-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both; }

  .small-block-grid-9 > li {
    list-style: none;
    width: 11.11111%; }

  .small-block-grid-9 > li:nth-of-type(1n) {
    clear: none; }

  .small-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both; }

  .small-block-grid-10 > li {
    list-style: none;
    width: 10%; }

  .small-block-grid-10 > li:nth-of-type(1n) {
    clear: none; }

  .small-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both; }

  .small-block-grid-11 > li {
    list-style: none;
    width: 9.09091%; }

  .small-block-grid-11 > li:nth-of-type(1n) {
    clear: none; }

  .small-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both; }

  .small-block-grid-12 > li {
    list-style: none;
    width: 8.33333%; }

  .small-block-grid-12 > li:nth-of-type(1n) {
    clear: none; }

  .small-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both; } }
@media only screen and (min-width: 40.0625em) {
  .medium-block-grid-1 > li {
    list-style: none;
    width: 100%; }

  .medium-block-grid-1 > li:nth-of-type(1n) {
    clear: none; }

  .medium-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both; }

  .medium-block-grid-2 > li {
    list-style: none;
    width: 50%; }

  .medium-block-grid-2 > li:nth-of-type(1n) {
    clear: none; }

  .medium-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both; }

  .medium-block-grid-3 > li {
    list-style: none;
    width: 33.33333%; }

  .medium-block-grid-3 > li:nth-of-type(1n) {
    clear: none; }

  .medium-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both; }

  .medium-block-grid-4 > li {
    list-style: none;
    width: 25%; }

  .medium-block-grid-4 > li:nth-of-type(1n) {
    clear: none; }

  .medium-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both; }

  .medium-block-grid-5 > li {
    list-style: none;
    width: 20%; }

  .medium-block-grid-5 > li:nth-of-type(1n) {
    clear: none; }

  .medium-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both; }

  .medium-block-grid-6 > li {
    list-style: none;
    width: 16.66667%; }

  .medium-block-grid-6 > li:nth-of-type(1n) {
    clear: none; }

  .medium-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both; }

  .medium-block-grid-7 > li {
    list-style: none;
    width: 14.28571%; }

  .medium-block-grid-7 > li:nth-of-type(1n) {
    clear: none; }

  .medium-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both; }

  .medium-block-grid-8 > li {
    list-style: none;
    width: 12.5%; }

  .medium-block-grid-8 > li:nth-of-type(1n) {
    clear: none; }

  .medium-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both; }

  .medium-block-grid-9 > li {
    list-style: none;
    width: 11.11111%; }

  .medium-block-grid-9 > li:nth-of-type(1n) {
    clear: none; }

  .medium-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both; }

  .medium-block-grid-10 > li {
    list-style: none;
    width: 10%; }

  .medium-block-grid-10 > li:nth-of-type(1n) {
    clear: none; }

  .medium-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both; }

  .medium-block-grid-11 > li {
    list-style: none;
    width: 9.09091%; }

  .medium-block-grid-11 > li:nth-of-type(1n) {
    clear: none; }

  .medium-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both; }

  .medium-block-grid-12 > li {
    list-style: none;
    width: 8.33333%; }

  .medium-block-grid-12 > li:nth-of-type(1n) {
    clear: none; }

  .medium-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both; } }
@media only screen and (min-width: 64.0625em) {
  .large-block-grid-1 > li {
    list-style: none;
    width: 100%; }

  .large-block-grid-1 > li:nth-of-type(1n) {
    clear: none; }

  .large-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both; }

  .large-block-grid-2 > li {
    list-style: none;
    width: 50%; }

  .large-block-grid-2 > li:nth-of-type(1n) {
    clear: none; }

  .large-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both; }

  .large-block-grid-3 > li {
    list-style: none;
    width: 33.33333%; }

  .large-block-grid-3 > li:nth-of-type(1n) {
    clear: none; }

  .large-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both; }

  .large-block-grid-4 > li {
    list-style: none;
    width: 25%; }

  .large-block-grid-4 > li:nth-of-type(1n) {
    clear: none; }

  .large-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both; }

  .large-block-grid-5 > li {
    list-style: none;
    width: 20%; }

  .large-block-grid-5 > li:nth-of-type(1n) {
    clear: none; }

  .large-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both; }

  .large-block-grid-6 > li {
    list-style: none;
    width: 16.66667%; }

  .large-block-grid-6 > li:nth-of-type(1n) {
    clear: none; }

  .large-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both; }

  .large-block-grid-7 > li {
    list-style: none;
    width: 14.28571%; }

  .large-block-grid-7 > li:nth-of-type(1n) {
    clear: none; }

  .large-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both; }

  .large-block-grid-8 > li {
    list-style: none;
    width: 12.5%; }

  .large-block-grid-8 > li:nth-of-type(1n) {
    clear: none; }

  .large-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both; }

  .large-block-grid-9 > li {
    list-style: none;
    width: 11.11111%; }

  .large-block-grid-9 > li:nth-of-type(1n) {
    clear: none; }

  .large-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both; }

  .large-block-grid-10 > li {
    list-style: none;
    width: 10%; }

  .large-block-grid-10 > li:nth-of-type(1n) {
    clear: none; }

  .large-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both; }

  .large-block-grid-11 > li {
    list-style: none;
    width: 9.09091%; }

  .large-block-grid-11 > li:nth-of-type(1n) {
    clear: none; }

  .large-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both; }

  .large-block-grid-12 > li {
    list-style: none;
    width: 8.33333%; }

  .large-block-grid-12 > li:nth-of-type(1n) {
    clear: none; }

  .large-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both; } }
img {
  display: block;
  max-width: 100%; }

img {
  border-radius: 2px; }
  img.round {
    border-radius: 500px; }
  img.square {
    border-radius: 0; }

.key_val_container.plain .key_val_row {
  border-bottom: none;
  margin: 0 0 0.3rem;
  padding: 0 0 0.3rem; }
.key_val_container.large .key_val_row .key {
  font-size: 1.2em; }
.key_val_container.large .key_val_row .val {
  font-size: 1.2em; }
.key_val_container .key_val_row {
  line-height: 22px;
  margin: 0 0 0.5em;
  padding: 0 0 0.5em; }
  .key_val_container .key_val_row.key_val_row_alt {
    margin: 0 0 1em;
    padding: 0 0 1em;
    border-bottom: 1px solid #EAEBEC; }
    .key_val_container .key_val_row.key_val_row_alt .key {
      color: #353f49;
      font-size: 1.4em; }
    .key_val_container .key_val_row.key_val_row_alt .val {
      color: #353f49;
      font-size: 1.5em; }
  .key_val_container .key_val_row:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0; }
  .key_val_container .key_val_row .key {
    position: relative;
    padding: 0;
    font-size: 0.95em;
    color: #20252a;
    font-weight: 500;
    text-align: left; }
  .key_val_container .key_val_row .val {
    border-left: 1px solid #e8edf2;
    padding: 0 0 0 1.5em;
    font-size: 0.95em;
    text-align: left;
    text-transform: capitalize; }

.num_key_val_container {
  margin-bottom: 3em; }
  .num_key_val_container .num_key_val_row {
    text-align: center;
    text-transform: uppercase; }
    .num_key_val_container .num_key_val_row .val {
      color: #20252a;
      font-size: 2.5em;
      font-weight: bold;
      line-height: 1em; }
      .num_key_val_container .num_key_val_row .val .status_mark {
        width: 1em;
        height: 1em;
        border-radius: 1em;
        margin: auto; }
        .num_key_val_container .num_key_val_row .val .status_mark .icon_error, .num_key_val_container .num_key_val_row .val .status_mark .icon_success {
          line-height: 1.2em;
          font-size: 0.8em; }
    .num_key_val_container .num_key_val_row .key {
      margin-top: 0.3em;
      font-size: 1em; }

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

.key_val_row:after {
  clear: both; }

/*|------------------------------------------------------------------------------------------------------*/
/*|------------------------------------------------------------------------------------------------------*/
a {
  color: #008183;
  text-decoration: none; }
  a:hover {
    color: #006364; }

/*|------------------------------------------------------------------------------------------------------*/
/*|------------------------------------------------------------------------------------------------------*/
h1, h2 {
  font-weight: 300;
  color: #20252a; }

h1 {
  font-size: 2.6em;
  margin: 0;
  padding: 0;
  line-height: 4rem; }

h2 {
  margin: 0 0 1.5rem;
  font-size: 2em; }

h3 {
  margin: 0 0 1rem;
  font-size: 1.3em; }

.section_breaker_title:first-of-type {
  margin-top: 0 !important;
  padding-top: 0 !important; }

/*|------------------------------------------------------------------------------------------------------*/
/*|------------------------------------------------------------------------------------------------------*/
.text-sub {
  font-size: 1.1em;
  color: #353f49; }

.text-info {
  color: #62707E;
  font-size: 0.9em; }

.text-success {
  color: #008183;
  font-weight: bold;
  font-size: 35px; }

.text-danger, .text-error {
  color: #C02942;
  font-weight: bold;
  font-size: 35px; }

.no_text_transform {
  text-transform: none !important; }

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

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

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

strong.clearfix {
  display: block; }

input, select, .form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  outline: 0 !important; }
  input:focus, select:focus, .form-control:focus {
    border-color: #008183 !important; }
  input.error, select.error, .form-control.error {
    border-color: #DA0000 !important; }

.input_numeric.input_large {
  height: 80px;
  line-height: 80px;
  font-size: 45px;
  text-align: center; }

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 14px; }

.checkbox_container input {
  float: left;
  width: auto;
  height: auto;
  line-height: inherit; }

label.checkbox_label {
  float: none;
  width: auto;
  margin-left: 3px; }

.input-group-addon {
  background-color: #f2f3f7;
  border: 1px solid #e9eaec; }

.form-group {
  float: left !important;
  margin-bottom: 20px !important; }

.inputsPrRow-2 .form-group {
  clear: none;
  width: 49%;
  margin-right: 1%;
  float: left; }

.inputsPrRow-4 .form-group {
  clear: none;
  width: 24%;
  margin-right: 1%;
  float: left; }

.formWithAddRemove .addRemoveBtnFirst .glyphicon-minus {
  display: none !important; }

.form-group-addRemoveBtns span {
  display: block;
  float: left;
  text-align: center;
  position: relative;
  top: 30px;
  padding: 0 !important;
  height: 36px !important;
  line-height: 33px !important;
  font-size: 16px !important;
  width: 100% !important;
  margin: 0 !important; }
  .form-group-addRemoveBtns span.glyphicon-minus {
    border-color: #eb5767; }
    .form-group-addRemoveBtns span.glyphicon-minus:hover {
      background: #eb5767;
      color: #FFF; }
  .form-group-addRemoveBtns span.glyphicon-plus {
    border-color: #32ae8b; }
    .form-group-addRemoveBtns span.glyphicon-plus:hover {
      background: #32ae8b;
      color: #FFF; }

#app_modal .form-group {
  clear: none;
  width: 32%;
  margin-right: 1%;
  float: left; }

.twitter-typeahead {
  display: block !important; }

.tt-dropdown-menu {
  width: 100%;
  margin-top: 0;
  background-color: #fff;
  border: 1px solid #e9eaec;
  border-top: none; }

.tt-suggestion.tt-cursor {
  color: #fff;
  background-color: #0182BF !important; }

.tt-suggestion {
  cursor: pointer;
  height: 39px;
  line-height: 39px;
  text-indent: 10px;
  border-bottom: 1px solid #F7F7F8; }
  .tt-suggestion:last-child {
    border-bottom: none; }

textarea {
  min-height: 110px; }

.action_buttons {
  margin-bottom: 25px; }
  .action_buttons a {
    float: right;
    width: auto; }

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #F8F8F8; }

input[type="radio"], input[type="checkbox"] {
  width: 16px;
  height: 16px;
  display: inline-block;
  float: none;
  border: none !important;
  box-shadow: none !important;
  background-color: inherit !important; }

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset !important; }

.input_icon_container {
  position: relative; }
  .input_icon_container i {
    position: absolute;
    left: 9px;
    top: 0;
    color: #666;
    font-size: 21px;
    bottom: 0;
    line-height: 50px; }

table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px; }

table > thead > tr > th,
table > thead > tr > td,
table > tbody > tr > th,
table > tbody > tr > td,
table > tfoot > tr > th,
table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857;
  vertical-align: top;
  font-size: 13px;
  border-top: 1px solid #ddd; }

table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd; }

table > caption + thead > tr:first-child > th,
table > caption + thead > tr:first-child > td,
table > colgroup + thead > tr:first-child > th,
table > colgroup + thead > tr:first-child > td,
table > thead:first-child > tr:first-child > th,
table > thead:first-child > tr:first-child > td {
  border-top: 0; }

table > tbody + tbody {
  border-top: 2px solid #ddd; }

table table {
  background-color: #fff; }

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px; }

.table-bordered {
  border: 1px solid #ddd; }

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd; }

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px; }

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9; }

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5; }

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column; }

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell; }

table > thead > tr > td.active,
table > thead > tr > th.active,
table > thead > tr.active > td,
table > thead > tr.active > th,
table > tbody > tr > td.active,
table > tbody > tr > th.active,
table > tbody > tr.active > td,
table > tbody > tr.active > th,
table > tfoot > tr > td.active,
table > tfoot > tr > th.active,
table > tfoot > tr.active > td,
table > tfoot > tr.active > th {
  background-color: #f5f5f5; }

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8; }

table > thead > tr > td.success,
table > thead > tr > th.success,
table > thead > tr.success > td,
table > thead > tr.success > th,
table > tbody > tr > td.success,
table > tbody > tr > th.success,
table > tbody > tr.success > td,
table > tbody > tr.success > th,
table > tfoot > tr > td.success,
table > tfoot > tr > th.success,
table > tfoot > tr.success > td,
table > tfoot > tr.success > th {
  background-color: #dff0d8; }

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6; }

table > thead > tr > td.info,
table > thead > tr > th.info,
table > thead > tr.info > td,
table > thead > tr.info > th,
table > tbody > tr > td.info,
table > tbody > tr > th.info,
table > tbody > tr.info > td,
table > tbody > tr.info > th,
table > tfoot > tr > td.info,
table > tfoot > tr > th.info,
table > tfoot > tr.info > td,
table > tfoot > tr.info > th {
  background-color: #d9edf7; }

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3; }

table > thead > tr > td.warning,
table > thead > tr > th.warning,
table > thead > tr.warning > td,
table > thead > tr.warning > th,
table > tbody > tr > td.warning,
table > tbody > tr > th.warning,
table > tbody > tr.warning > td,
table > tbody > tr.warning > th,
table > tfoot > tr > td.warning,
table > tfoot > tr > th.warning,
table > tfoot > tr.warning > td,
table > tfoot > tr.warning > th {
  background-color: #fcf8e3; }

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc; }

table > thead > tr > td.danger,
table > thead > tr > th.danger,
table > thead > tr.danger > td,
table > thead > tr.danger > th,
table > tbody > tr > td.danger,
table > tbody > tr > th.danger,
table > tbody > tr.danger > td,
table > tbody > tr.danger > th,
table > tfoot > tr > td.danger,
table > tfoot > tr > th.danger,
table > tfoot > tr.danger > td,
table > tfoot > tr.danger > th {
  background-color: #f2dede; }

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc; }

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%; }

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd; }

  .table-responsive > table {
    margin-bottom: 0; }

  .table-responsive > table > thead > tr > th,
  .table-responsive > table > thead > tr > td,
  .table-responsive > table > tbody > tr > th,
  .table-responsive > table > tbody > tr > td,
  .table-responsive > table > tfoot > tr > th,
  .table-responsive > table > tfoot > tr > td {
    white-space: nowrap; }

  .table-responsive > .table-bordered {
    border: 0; }

  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0; }

  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0; }

  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0; } }
tbody tr:nth-child(2n) {
  background: #f7f7f7; }

.table_order td.filterClass-firma, .table_order td.filterClass-selger {
  width: 240px; }
.table_order tr > th:nth-child(7) {
  width: 81px; }
.table_order .filterClass-sum {
  text-align: right; }
.table_order .filterClass-feilmelding {
  font-size: 11px; }

.table_product thead > tr > th:last-of-type, .table_product .filterClass-pris {
  text-align: right; }
.table_product thead > tr > th:last-of-type, .table_product thead > tr > th:first-of-type {
  width: 80px; }
.table_product thead tr td:nth-child(1), .table_product tr.filterInputContainers > th:nth-child(1) {
  border-top: none;
  border-bottom: none; }

.table_customer td:not(.filterClass-firma) {
  text-align: center !important; }
.table_customer tr > th:nth-child(4) {
  width: 310px; }
.table_customer tr > th:nth-child(2),
.table_customer tr > th:nth-child(3) {
  width: 75px; }
.table_customer .filterClass-id,
.table_customer .filterClass-aktiv {
  text-align: center !important; }
.table_customer td.filterClass-månedspris, .table_customer td.filterClass-post_nr, .table_customer td.filterClass-sted {
  text-align: right !important; }

thead > tr > th, .filterInputContainers td {
  border: none !important; }

.tableFloatingHeaderOriginal {
  background: #FFF; }
  .tableFloatingHeaderOriginal th {
    padding-left: 0 !important;
    padding-right: 0 !important; }

.table2 > header {
  border-bottom: 1px solid #e8edf2;
  margin: 0 0 1rem;
  padding: 0 0 1rem;
  font-size: 1.3em;
  font-weight: bold;
  color: #000; }
  .table2 > header .column {
    min-height: 1px;
    float: left; }
.table2 > section .row {
  font-size: 1.2em;
  border-bottom: 1px solid #e8edf2;
  margin: 0 0 1rem !important;
  padding: 0 0 1rem !important;
  width: 100% !important;
  max-width: 100% !important; }
  .table2 > section .row .column {
    min-height: 1px;
    float: left; }
    .table2 > section .row .column:first-child {
      color: #000; }

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

.btn, .btn-primary, .btn-edit, .btn-cta, .btn-success, .btn-create, .btn-danger, .btn-destroy {
  outline: none;
  border-radius: 3px !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  font-weight: 600;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  background: #f06d00;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  padding: 0 1.6rem;
  -webkit-appearance: none;
  margin-bottom: 1rem;
  font-weight: normal;
  text-decoration: none !important;
  height: 41px !important;
  line-height: 41px !important;
  font-size: 19px !important;
  color: #FFF;
  border: 1px solid #d15f00; }
  .large.btn, .large.btn-primary, .large.btn-edit, .large.btn-cta, .large.btn-success, .large.btn-create, .large.btn-danger, .large.btn-destroy {
    height: 8rem;
    line-height: 8rem;
    font-size: 3rem; }

.btn:hover {
  color: #FFF !important;
  border-color: #d15f00;
  background: #d15f00; }

.btn-primary, .btn-edit {
  color: #FFF !important;
  background: #008183;
  border-color: #006364; }
  .btn-primary:hover, .btn-edit:hover {
    border-color: #006364;
    background: #006364; }

.btn-cta, .btn-success, .btn-create {
  color: #FFF !important;
  background: #008183;
  border-color: #008183; }
  .btn-cta:hover, .btn-success:hover, .btn-create:hover {
    border-color: #006364;
    background: #006364; }

.btn-danger, .btn-destroy {
  color: #FFF !important;
  background: #C02942;
  border-color: #C02942; }
  .btn-danger:hover, .btn-destroy:hover {
    border-color: #a72439;
    background: #a72439; }

input[type=submit], input[type=button], .fake_submit {
  width: 22.6%;
  margin-top: 0px;
  float: left;
  clear: both;
  text-transform: capitalize;
  margin-left: 14px;
  font-weight: bold; }

button[disabled], html input[disabled], input.disabled {
  background: #ececec !important;
  border-color: transparent !important;
  cursor: not-allowed !important; }

#logout_btn a {
  border: 1px solid #BFC4CC;
  background: linear-gradient(#fff, #dedede) !important;
  color: #59708E; }
  #logout_btn a:hover {
    color: #FFF;
    background: #f06d00 !important;
    border-color: #f06d00; }

.comment {
  margin-bottom: 0.5em;
  padding: 1.5em;
  box-shadow: 0 1px 7px -2px rgba(75, 104, 132, 0.32); }
  .comment:last-child {
    margin-bottom: 0;
    border-bottom: none; }
  .comment .avatar_container .avatar {
    display: block;
    margin: auto; }
  .comment .content .meta {
    color: #62707E;
    font-size: 1em;
    margin: 0 0 0.6em;
    font-weight: 400;
    text-transform: capitalize; }
    .comment .content .meta .datetime {
      text-align: right; }
  .comment .content .text {
    font-size: 13px;
    line-height: 18px; }

#total_price {
  text-align: left;
  color: #00be89;
  font-weight: bold;
  font-size: 35px;
  margin: 35px 0 5px; }

#order_create_submit_btn {
  margin: 0;
  width: 20%;
  float: left;
  height: 70px;
  line-height: 70px;
  font-size: 24px; }

#loan_terms {
  text-align: left; }

#receipt {
  padding-bottom: 20px;
  margin-top: 40px; }
  #receipt .receipt_inner {
    width: 100%;
    float: right; }
    #receipt .receipt_inner .receipt_row {
      border-bottom: 1px solid #eee; }
      #receipt .receipt_inner .receipt_row.header {
        display: block; }
        #receipt .receipt_inner .receipt_row.header > div {
          color: #000;
          font-weight: bold;
          font-size: 13px; }
          #receipt .receipt_inner .receipt_row.header > div:last-child {
            padding-right: 8px; }
      #receipt .receipt_inner .receipt_row.product_row_container {
        line-height: 36px;
        padding: 2px 0; }
      #receipt .receipt_inner .receipt_row.total {
        font-weight: bold;
        padding-top: 15px;
        border: none !important; }
        #receipt .receipt_inner .receipt_row.total > div {
          color: #222;
          font-size: 19px; }
      #receipt .receipt_inner .receipt_row > div {
        text-align: left;
        float: right;
        width: 16%;
        font-size: 13px; }
        #receipt .receipt_inner .receipt_row > div:last-child {
          float: left; }
      #receipt .receipt_inner .receipt_row a {
        margin: 0 !important;
        height: 28px !important;
        line-height: 26px !important;
        font-size: 15px !important; }

#id_matches, #delivery_date_container {
  padding: 0;
  margin: 0 0 10px;
  text-align: left; }
  #id_matches *, #delivery_date_container * {
    font-weight: normal !important; }
  #id_matches span, #delivery_date_container span {
    margin-left: 5px; }
  #id_matches input, #delivery_date_container input {
    height: auto;
    width: auto;
    display: inline-block; }

.ordershow .main > .container {
  max-width: 1330px !important; }

#order_view {
  background: #FFF;
  box-shadow: 0 0 13px -6px #000;
  padding: 40px 100px;
  overflow: hidden;
  position: relative; }
  #order_view #invoice_header {
    margin-bottom: 45px; }
    #order_view #invoice_header #logo_container {
      text-align: left; }
      #order_view #invoice_header #logo_container #order_logo {
        margin: 0 0 30px;
        height: 65px;
        float: left; }
      #order_view #invoice_header #logo_container .logoFor_invoice {
        margin: 0 0 30px 0 !important;
        height: 81px !important; }
      #order_view #invoice_header #logo_container p {
        margin: 0;
        color: #444A4D;
        position: absolute;
        top: 77px;
        right: 5px;
        font-size: 13px; }
  #order_view #terms_condition {
    text-align: left;
    margin: 0 0 40px;
    display: block;
    color: #444;
    font-size: 13px;
    font-weight: normal;
    line-height: 23px;
    border-top: 1px solid #eaeff0;
    border-bottom: 1px solid #eaeff0;
    padding: 20px 0; }
  #order_view #order_priceTotals {
    margin-bottom: 50px;
    margin-top: 50px; }
    #order_view #order_priceTotals p, #order_view #order_priceTotals h1 {
      color: #222;
      margin-bottom: 0; }
    #order_view #order_priceTotals h1 {
      font-size: 26px;
      line-height: 26px;
      margin-top: 10px; }
    #order_view #order_priceTotals .keys {
      text-align: left; }
    #order_view #order_priceTotals .vals {
      text-align: right; }
  #order_view #invoice_shippingAndPayment p {
    margin: 0;
    color: #9AB0BC; }
  #order_view .col-xs-1:last-of-type,
  #order_view .col-xs-2:last-of-type,
  #order_view .col-xs-3:last-of-type,
  #order_view .col-xs-4:last-of-type,
  #order_view .col-xs-5:last-of-type,
  #order_view .col-xs-6:last-of-type,
  #order_view .col-xs-7:last-of-type,
  #order_view .col-xs-8:last-of-type,
  #order_view .col-xs-9:last-of-type,
  #order_view .col-xs-10:last-of-type,
  #order_view .col-xs-11:last-of-type,
  #order_view .col-xs-12:last-of-type {
    padding-right: 0 !important; }
  #order_view .col-xs-1:first-of-type,
  #order_view .col-xs-2:first-of-type,
  #order_view .col-xs-3:first-of-type,
  #order_view .col-xs-4:first-of-type,
  #order_view .col-xs-5:first-of-type,
  #order_view .col-xs-6:first-of-type,
  #order_view .col-xs-7:first-of-type,
  #order_view .col-xs-8:first-of-type,
  #order_view .col-xs-9:first-of-type,
  #order_view .col-xs-10:first-of-type,
  #order_view .col-xs-11:first-of-type,
  #order_view .col-xs-12:first-of-type {
    padding-left: 0 !important; }
  #order_view h1.title {
    font-weight: lighter;
    font-size: 40px;
    margin-bottom: 10px; }
  #order_view h3 {
    color: #111;
    font-weight: bold;
    font-size: 17px; }
  #order_view .keyval_block {
    margin-bottom: 20px; }
    #order_view .keyval_block .keys {
      text-align: left;
      border-right: 1px solid #e9eef2; }
      #order_view .keyval_block .keys h1 {
        font-weight: lighter; }
      #order_view .keyval_block .keys p, #order_view .keyval_block .keys h1 {
        text-transform: none;
        color: #9AB0BC;
        margin-bottom: 3px; }
    #order_view .keyval_block .vals {
      text-align: left; }
      #order_view .keyval_block .vals h1 {
        font-weight: bold; }
      #order_view .keyval_block .vals p, #order_view .keyval_block .vals h1 {
        color: #2B3033;
        margin-bottom: 3px; }
  #order_view table .numeric {
    width: 100px !important; }
  #order_view table > tbody > tr > td {
    padding: 15px 0 !important; }

#invoice_paid {
  position: absolute;
  z-index: 10000;
  font-size: 50px;
  font-weight: bold;
  left: -169px;
  top: 15px;
  -webkit-transform: rotate(-42deg);
  -moz-transform: rotate(-42deg);
  -ms-transform: rotate(-42deg);
  -o-transform: rotate(-42deg);
  background: #008183;
  width: 450px;
  text-align: center;
  color: #FFF;
  border-bottom: 3px solid #229271; }

#order_nulled {
  position: absolute;
  z-index: 10000;
  font-size: 140px;
  font-weight: bold;
  left: -234px;
  top: 192px;
  -webkit-transform: rotate(-42deg);
  -moz-transform: rotate(-42deg);
  -ms-transform: rotate(-42deg);
  -o-transform: rotate(-42deg);
  width: 1110px;
  text-align: center;
  color: #FFF;
  background: #DA0000;
  border-bottom: 3px solid #c10000; }

#sourceForm .product_source_status {
  margin: 3em 0 4em; }
#sourceForm .factories_list .column {
  line-height: 80px; }
#sourceForm .factories_list .text_center {
  font-size: 60px; }
  #sourceForm .factories_list .text_center.has_inventory {
    color: #000; }
  #sourceForm .factories_list .text_center.no_inventory {
    color: #AAADAE; }

.pdf_print #order_information, .pdf_print #tertiary_menu, .pdf_print a, .pdf_print h1 {
  display: none; }

body.pdf_print {
  background: #FFF !important;
  box-shadow: none !important;
  padding: 0 !important;
  margin: 0 !important; }
  body.pdf_print .action_buttons, body.pdf_print .order_nulled, body.pdf_print .hide_on_pdf {
    display: none !important; }
  body.pdf_print #order_view {
    padding: 0;
    box-shadow: none; }
  body.pdf_print #invoice_paid {
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    text-align: center;
    width: 100%;
    font-size: 32px;
    margin: 0 0 30px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0; }

@keyframes animatedBackground {
  0% {
    background-position: 0 0; }
  50% {
    background-position: 0 -300px; }
  100% {
    background-position: 0 0px; } }
@-moz-keyframes animatedBackground {
  0% {
    background-position: 0 0; }
  50% {
    background-position: 0 -300px; }
  100% {
    background-position: 0 0px; } }
@-webkit-keyframes animatedBackground {
  0% {
    background-position: 0 0; }
  50% {
    background-position: 0 -300px; }
  100% {
    background-position: 0 0px; } }
@-ms-keyframes animatedBackground {
  0% {
    background-position: 0 0; }
  50% {
    background-position: 0 -300px; }
  100% {
    background-position: 0 0px; } }
@-o-keyframes animatedBackground {
  0% {
    background-position: 0 0; }
  50% {
    background-position: 0 -300px; }
  100% {
    background-position: 0 0px; } }
#login_frame {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: url(/bg_image.jpg);
  background-size: cover; }
  #login_frame #logo {
    background: transparent;
    width: 250px;
    border: none;
    margin: auto;
    padding: 0;
    display: block;
    position: absolute;
    z-index: 100;
    left: 50%;
    margin-left: -125px;
    top: 25px; }
  #login_frame .loginBlurredBgContainer {
    background-size: cover; }
  #login_frame #login_bg_top {
    animation: animatedBackground 60s linear infinite;
    -moz-animation: animatedBackground 60s linear infinite;
    -webkit-animation: animatedBackground 60s linear infinite;
    -ms-animation: animatedBackground 60s linear infinite;
    -o-animation: animatedBackground 60s linear infinite;
    top: 0;
    bottom: 50%;
    background-image: url(../images/login_bg_top.png);
    background-position: center;
    background-size: cover;
    box-shadow: 0 0 14px -5px #000 inset; }
  #login_frame #login_area {
    position: absolute;
    left: 50%;
    right: 0;
    top: 120px;
    bottom: 0;
    width: 500px;
    height: auto;
    margin-left: -250px;
    z-index: 10000;
    border-radius: 5px;
    overflow: hidden; }
    #login_frame #login_area .top {
      position: relative;
      width: 100%;
      height: 200px;
      background-image: url(../images/login_bg_top.png);
      background-repeat: repeat;
      -moz-transition: background-image 04s ease-in-out;
      -webkit-transition: background-image 04s ease-in-out;
      transition: background-image 0.4s ease-in-out; }
      #login_frame #login_area .top .avatar img {
        border-radius: 100px;
        border: 4px solid #FFF;
        width: 130px;
        height: 130px;
        position: absolute;
        left: 50%;
        top: 50%;
        margin-left: -65px;
        margin-top: -65px;
        box-shadow: 0 0 27px -5px #000; }
    #login_frame #login_area .bottom h1 {
      font-weight: lighter;
      text-align: center; }
    #login_frame #login_area .bottom h2 {
      font-weight: normal;
      text-align: center;
      font-size: 18px;
      margin: 0 0 20px; }
    #login_frame #login_area .bottom form {
      width: 80%;
      margin: auto; }
      #login_frame #login_area .bottom form input {
        box-shadow: none;
        outline: none;
        background: #FFF !important;
        border: none;
        text-align: center;
        font-size: 24px;
        font-weight: lighter;
        padding: 0;
        height: 50px;
        line-height: 50px;
        border-bottom: 1px solid #DFE9ED;
        border-radius: 0 !important;
        margin: 0 0 5px; }
      #login_frame #login_area .bottom form .btn {
        margin: 16px 0 0; }
  #login_frame input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px white inset; }

@media (max-width: 767px) {
  #order_view {
    padding: 10px; }
    #order_view #logo_container, #order_view #info_container {
      float: none;
      width: 100%; }
      #order_view #logo_container h1, #order_view #info_container h1 {
        margin: 0 !important;
        padding: 0 !important; }
      #order_view #logo_container .small-6, #order_view #info_container .small-6 {
        padding: 0; }

  #receipt .receipt_inner .receipt_row > div {
    width: 22%; }

  #total_price_container {
    width: 31% !important;
    text-align: right; }

  .hidden-sm {
    display: none !important; }

  #mobile_menu_shower {
    display: block !important; }
    #mobile_menu_shower .fa {
      position: relative;
      top: 9px;
      font-size: 30px; }

  .small-12 {
    width: 100% !important; }

  .small-nopadding {
    padding: 0 !important; }

  #container_for_customer_personal_number {
    padding-left: 0.9375rem !important; } }
@media (max-width: 1024px) {
  .row, .content, .container {
    width: 100% !important;
    max-width: 100% !important; }

  .content {
    padding-bottom: 60px; }

  input[type=checkbox], input[type=radio] {
    -webkit-transform: scale(1, 1); }

  .nav li i {
    display: none; }

  #reports_filter_form .btn, #reports_filter_form .btn-primary {
    margin-top: 10px !important; }

  label {
    margin-bottom: 3px;
    margin-top: 10px; }

  #navbar.menu_open {
    visibility: visible; }
    #navbar.menu_open li {
      width: 100%;
      display: block; }

  #order_create_submit_btn_fake, #order_create_submit_btn {
    width: 100%; }

  #id_matches label, #delivery_date_container label {
    margin: 0; } }
.navbar-fixed-top {
  background: #fff !important; }

html {
  background: #FFF !important;
  background-size: cover !important; }

body {
  font-family: 'Roboto', Helvetica, Verdana, sans-serif;
  font-size: 16px;
  color: #474747;
  line-height: 1.7;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-top: 110px !important; }

.dev_header_banner {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000000000000;
  color: #fff;
  text-align: center;
  background-color: #E62352;
  font-weight: bold;
  height: 70px;
  line-height: 70px;
  font-size: 40px;
  text-shadow: 0 1px #C00B36;
  border-top: 1px solid #CD123F; }

.footer_msg {
  text-align: center;
  font-size: 16px;
  margin: 10px 0 0; }

body.body_fullWidth .container {
  width: 98%; }

.dropdown {
  position: absolute; }

.dropdown:hover .dropdown {
  display: block !important; }

@media (min-width: 1200px) {
  .container {
    width: 1500px; } }
.container.small-12 {
  width: 100%; }

.row, .content {
  margin: auto;
  max-width: 1170px; }

#notification_message {
  transition: 0.3s all ease;
  background: #2AC0A9;
  position: fixed;
  width: 800px;
  z-index: 1000000000;
  left: 50%;
  margin-left: -400px;
  min-height: 30px;
  line-height: 30px;
  padding: 12px 30px;
  color: #FFF;
  text-align: center;
  border-radius: 3px 3px 0 0;
  font-weight: bold;
  font-size: 20px;
  border: 1px solid #1EAA94;
  border-bottom: none;
  text-shadow: 0 1px #1EAA94;
  box-shadow: 0 0 13px -4px #000;
  bottom: -80px; }
  #notification_message.active {
    bottom: 0; }
  #notification_message.error {
    background-color: #DA0000;
    border-color: #c10000;
    text-shadow: 0 1px #c10000; }

#logo img {
  display: block;
  width: 170px;
  max-width: 100%;
  margin: 5px 0 0; }

nav.navbar {
  background: #FFF;
  margin-bottom: 0 !important;
  position: fixed;
  top: -1px;
  right: 0;
  left: 0;
  padding: 10px 0;
  z-index: 100000;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(128, 128, 128, 0.1) inset; }
  nav.navbar .nav {
    float: none;
    text-align: center; }
    nav.navbar .nav > li {
      width: 20%;
      position: relative;
      display: block;
      margin: 5px 0 0 !important;
      float: right !important; }
      nav.navbar .nav > li:hover .dropdown {
        display: block; }
      nav.navbar .nav > li i {
        font-size: 13px;
        position: relative;
        top: -1px;
        margin-right: 3px; }
      nav.navbar .nav > li > span {
        cursor: context-menu; }
      nav.navbar .nav > li > span, nav.navbar .nav > li > a {
        color: #99acc6;
        font-size: 16px;
        font-weight: normal;
        background: transparent !important;
        display: block;
        position: relative;
        height: 40px;
        line-height: 40px;
        border-radius: 7px;
        margin: auto;
        margin-right: 5px;
        padding: 0 15px; }
        nav.navbar .nav > li > span .caret, nav.navbar .nav > li > a .caret {
          color: #EBECEC; }
        nav.navbar .nav > li > span .glyphicon, nav.navbar .nav > li > a .glyphicon {
          font-size: 12px;
          margin-right: 3px; }
        nav.navbar .nav > li > span .glyphicon-user, nav.navbar .nav > li > a .glyphicon-user {
          font-size: 11px; }
      nav.navbar .nav > li .dropdown a:hover {
        color: #fc2f60; }
      nav.navbar .nav > li:hover > a, nav.navbar .nav > li.highlighted > a, nav.navbar .nav > li.active > a {
        -webkit-transition: all 0.1s ease;
        -moz-transition: all 0.1s ease;
        -ms-transition: all 0.1s ease;
        -o-transition: all 0.1s ease;
        transition: all 0.1s ease;
        color: #FFF;
        background: #008183 !important;
        border: 1px solid #006364; }
      nav.navbar .nav > li.active > a {
        cursor: default; }
      nav.navbar .nav > li .dropdown {
        display: none;
        position: absolute;
        background: #fff;
        list-style: none;
        border: none !important;
        top: 60px;
        left: 0;
        right: 0;
        margin: 0;
        box-shadow: 0 1px 10px -3px rgba(75, 104, 132, 0.32), 0 0 0 1px rgba(75, 104, 132, 0.06); }
        nav.navbar .nav > li .dropdown a {
          cursor: pointer;
          border: none;
          border-bottom: 1px solid #ebebeb;
          color: #99acc6;
          font-size: 14px;
          font-weight: normal;
          background: transparent !important;
          display: block;
          text-decoration: none;
          position: relative;
          text-align: left;
          padding: 15px 28px; }
          nav.navbar .nav > li .dropdown a:hover {
            -webkit-transition: all 0.2s ease;
            -moz-transition: all 0.2s ease;
            -ms-transition: all 0.2s ease;
            -o-transition: all 0.2s ease;
            transition: all 0.2s ease;
            box-shadow: 0 0 9px -3px #961D26 inset;
            border-right: 1px solid transparent;
            color: #FFF;
            background: #008183 !important; }

.subnav {
  padding-left: 220px;
  background: #008183;
  position: fixed;
  top: 50px;
  left: 0;
  right: 0;
  height: 41px;
  z-index: 100000;
  border-top: 1px solid #00686a; }
  .subnav a {
    font-weight: bold;
    text-decoration: none;
    line-height: 40px;
    color: #FFF7F9;
    text-transform: uppercase;
    font-size: 12px;
    display: block;
    float: left;
    width: 20%;
    text-align: center;
    border-right: 1px solid #004f50; }
    .subnav a.highlighted, .subnav a:hover {
      background: #005e5f;
      color: #FFF; }
    .subnav a:first-of-type {
      border-left: 1px solid #004f50; }

.tertiary_menu {
  border-top: 1px solid #e4e8eb;
  border-bottom: 1px solid #e4e8eb;
  background: #FFF;
  height: 80px;
  margin-bottom: 40px;
  line-height: 80px; }
  .tertiary_menu a {
    display: block;
    float: left;
    text-decoration: none;
    color: #99acc6;
    font-weight: normal;
    font-size: 14px;
    margin-right: 30px;
    position: relative; }
    .tertiary_menu a.highlighted, .tertiary_menu a:hover {
      color: #111; }
      .tertiary_menu a.highlighted:after, .tertiary_menu a:hover:after {
        display: block;
        content: "";
        height: 3px;
        background: #0182BF;
        width: 100%;
        position: absolute;
        bottom: 2px;
        left: 0;
        right: 0; }

#itemActions_nav .btn, #itemActions_nav .btn-cta, #itemActions_nav .btn-danger, #itemActions_nav .btn-primary {
  float: right;
  max-width: 300px; }

#page_title {
  border-bottom: 1px solid #E1E6EB;
  background: #FFF;
  height: 80px;
  line-height: 80px;
  font-size: 30px;
  font-weight: normal;
  text-align: center;
  color: #3A4F5B; }
  #page_title.title_notFullWidth {
    margin-bottom: 50px; }

/*
 * Sidebar
 */
/* Hide for mobile, show later */
.sidebar {
  display: none; }
  .sidebar .sidebar_block {
    margin-bottom: 60px; }
    .sidebar .sidebar_block .title {
      color: #a6bed7;
      font-weight: bold;
      text-transform: uppercase;
      font-size: 12px;
      margin-bottom: 15px; }
    .sidebar .sidebar_block .sidebar_textblock {
      position: relative; }
      .sidebar .sidebar_block .sidebar_textblock .icon {
        font-size: 25px;
        position: absolute;
        left: 0;
        top: 0; }
      .sidebar .sidebar_block .sidebar_textblock .message {
        padding: 0 0 0 40px;
        color: #283a4f; }
      .sidebar .sidebar_block .sidebar_textblock .datetime {
        padding: 0 0 0 40px;
        color: #afbdcc; }
    .sidebar .sidebar_block .sidebar_avatarBlock {
      margin-bottom: 10px; }
      .sidebar .sidebar_block .sidebar_avatarBlock .avatar {
        float: left; }
        .sidebar .sidebar_block .sidebar_avatarBlock .avatar img {
          border-radius: 100px;
          width: 26px;
          height: 26px;
          display: block; }
      .sidebar .sidebar_block .sidebar_avatarBlock .name {
        float: left;
        margin-left: 10px;
        line-height: 24px;
        color: #283a4f;
        font-size: 13px; }

@media (min-width: 768px) {
  .sidebar {
    position: fixed;
    top: 60px;
    bottom: 0;
    left: 0;
    z-index: 1000;
    display: block;
    padding: 50px 20px 20px 20px;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #FFF;
    border-right: 1px solid #e4e8eb;
    width: 220px; } }
/* Sidebar navigation */
.nav-sidebar {
  margin-right: -21px;
  /* 20px padding + 1px border */
  margin-bottom: 20px;
  margin-left: -20px; }

.nav-sidebar > li > a {
  padding-right: 20px;
  padding-left: 20px; }

.nav-sidebar > .active > a,
.nav-sidebar > .active > a:hover,
.nav-sidebar > .active > a:focus {
  color: #fff;
  background-color: #428bca; }

/*
 * Main content
 */
#codeigniter_profiler, .main {
  margin: 0 auto 90px;
  padding: 0;
  width: 1280px; }
  #codeigniter_profiler > .container, .main > .container {
    width: 96%;
    max-width: 96%; }
    #codeigniter_profiler > .container > .column, #codeigniter_profiler > .container > .columns, .main > .container > .column, .main > .container > .columns {
      padding: 0; }

.php_error_msg {
  margin: 0 0 5px 220px !important;
  width: -webkit-calc(100% -  220px);
  width: calc(100% -  220px);
  padding: 5px 30px !important; }
  .php_error_msg h4, .php_error_msg p {
    line-height: 24px;
    font-size: 13px;
    display: block;
    margin: 0; }

.app_view {
  padding: 10px !important; }

.pdf_print .main, .app_view .main {
  width: 100%;
  margin: 0; }
  .pdf_print .main > .container, .app_view .main > .container {
    max-width: 100%;
    width: 100%; }

/*
 * Placeholder dashboard ideas
 */
.placeholders {
  margin-bottom: 30px;
  text-align: center; }

.placeholders h4 {
  margin-bottom: 0; }

.placeholder {
  margin-bottom: 20px; }

.placeholder img {
  display: inline-block;
  border-radius: 50%; }

.container {
  padding: 0; }

.panel-default {
  box-shadow: none;
  border: none;
  border-radius: 3px;
  overflow: hidden; }
  .panel-default > .panel-heading {
    background: #FBFBFC !important;
    font-size: 17px;
    font-weight: bold;
    color: #2F4B5F !important;
    text-align: center;
    padding: 18px 0;
    border-color: #E1E7ED; }

#app_modal {
  z-index: 100000001; }
  #app_modal .panel-default {
    border: none !important;
    border-radius: 0;
    box-shadow: none; }
    #app_modal .panel-default > .panel-heading {
      background: #FBFBFC !important;
      font-size: 25px;
      font-weight: bold;
      color: #223C4F !important;
      text-align: center;
      padding: 17px 0;
      border-color: #E1E7ED; }

.modal-backdrop.in {
  opacity: 1 !important;
  background: rgba(12, 19, 31, 0.87) !important;
  position: fixed !important;
  z-index: 10000000;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }
  .modal-backdrop.in:after {
    content: "Click to close window";
    display: block;
    position: fixed;
    top: 0;
    font-size: 15px;
    cursor: pointer;
    text-align: center;
    font-weight: 700;
    background: #fff;
    width: 210px;
    line-height: 31px;
    padding: 0;
    color: #3A4851;
    left: 50%;
    margin-left: -110px;
    border-radius: 0 0 3px 3px;
    box-shadow: 0 1px 0 0 #000, 0 0 13px -3px #000; }

.modal-dialog {
  margin: 100px auto;
  width: 980px;
  box-shadow: 0 0 3px #000; }

.modal-content {
  box-shadow: none !important;
  border-radius: 4px !important;
  border: none !important;
  overflow: hidden;
  padding: 0; }
  .modal-content .panel-heading {
    border-radius: 0 !important;
    border-top: 1px solid #E1E7ED;
    margin-top: 30px; }
  .modal-content .col-sm-12 {
    padding: 0; }
  .modal-content .btn {
    float: right;
    clear: both; }
  .modal-content .btn-cta {
    width: 100%; }

.cf:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

.cf {
  display: inline-block; }

/* start commented backslash hack \*/
* html .cf {
  height: 1%; }

.cf {
  display: block;
  clear: both; }

/* close commented backslash hack */
.footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  text-align: center;
  /* Set the fixed height of the footer here */
  height: 60px;
  line-height: 60px;
  background-color: #fafafa;
  border-top: 1px solid #e4e7ec; }

.no_results {
  text-align: center;
  border: 1px solid #e4e8eb;
  border-radius: 3px;
  padding: 10px;
  background: #FFF;
  box-shadow: 0 0 8px -5px #000; }
  .no_results .icon {
    font-size: 60px;
    color: #278be1;
    text-shadow: 0 1px #276BA5; }
  .no_results .heading {
    font-size: 25px; }

#loading_container {
  display: none;
  background: rgba(255, 255, 255, 0.96) !important;
  position: fixed !important;
  z-index: 10000000000000;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }
  #loading_container .inner {
    height: 310px;
    top: 50%;
    position: absolute;
    left: 0;
    right: 0;
    margin-top: -195px; }
    #loading_container .inner img {
      display: block;
      margin: auto; }
    #loading_container .inner span {
      display: block;
      text-align: center;
      font-size: 49px;
      margin-top: -60px; }

#scrollUp {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  bottom: 0;
  right: 10px;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 10px 25px;
  font-size: 16px;
  color: #fff;
  border-radius: 3px 3px 0 0;
  opacity: 0.7;
  display: block;
  text-decoration: none; }
  #scrollUp:hover {
    opacity: 1; }

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