.btn {
  border-radius: 10px;
}
.btn.btn-floating {
  border-radius: 50%;
}

.btn-default {
  color: #34b4e4;
  background-color: #ffffff;
  border-color: #34b4e4;
  fill: #34b4e4;
}
.btn-default:focus, .btn-default.focus, .btn-default:hover, .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  color: #34b4e4;
  background-color: rgb(229.5, 229.5, 229.5);
  border-color: rgb(25.6852173913, 147.452173913, 193.1147826087);
}
.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus {
  background-color: #ffffff;
  border-color: #34b4e4;
}

.btn-primary {
  color: #ffffff;
  background-color: #34b4e4;
  border-color: #34b4e4;
  fill: #ffffff;
}
.btn-primary:focus, .btn-primary.focus, .btn-primary:hover, .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #ffffff;
  background-color: rgb(26.8826086957, 154.3260869565, 202.1173913043);
  border-color: rgb(25.6852173913, 147.452173913, 193.1147826087);
}
.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
  background-color: #34b4e4;
  border-color: #34b4e4;
}

.btn-secondary {
  color: #ffffff;
  background-color: #00435c;
  border-color: #00435c;
  fill: #ffffff;
}
.btn-secondary:focus, .btn-secondary.focus, .btn-secondary:hover, .btn-secondary:active, .btn-secondary.active, .open > .btn-secondary.dropdown-toggle {
  color: #ffffff;
  background-color: rgb(0, 122.7119565217, 168.5);
  border-color: rgb(0, 122.7119565217, 168.5);
}
.btn-secondary.disabled:hover, .btn-secondary.disabled:focus, .btn-secondary.disabled.focus, .btn-secondary[disabled]:hover, .btn-secondary[disabled]:focus, .btn-secondary[disabled].focus, fieldset[disabled] .btn-secondary:hover, fieldset[disabled] .btn-secondary:focus, fieldset[disabled] .btn-secondary.focus {
  background-color: #00435c;
  border-color: #00435c;
}

.btn-secundary-square {
  color: #ffffff;
  background-color: #00435c;
  border-color: #00435c;
  fill: #ffffff;
}
.btn-secundary-square:focus, .btn-secundary-square.focus, .btn-secundary-square:hover, .btn-secundary-square:active, .btn-secundary-square.active, .open > .btn-secundary-square.dropdown-toggle {
  color: #ffffff;
  background-color: rgb(0, 122.7119565217, 168.5);
  border-color: rgb(0, 122.7119565217, 168.5);
}
.btn-secundary-square.disabled:hover, .btn-secundary-square.disabled:focus, .btn-secundary-square.disabled.focus, .btn-secundary-square[disabled]:hover, .btn-secundary-square[disabled]:focus, .btn-secundary-square[disabled].focus, fieldset[disabled] .btn-secundary-square:hover, fieldset[disabled] .btn-secundary-square:focus, fieldset[disabled] .btn-secundary-square.focus {
  background-color: #00435c;
  border-color: #00435c;
}
.btn-secundary-square, :not(.btn-group) > .btn-secundary-square {
  border-radius: 0 !important;
}

.btn-accent {
  color: #333333;
  background-color: #ffed00;
  border-color: #ffed00;
  fill: #333333;
}
.btn-accent:focus, .btn-accent.focus, .btn-accent:hover, .btn-accent:active, .btn-accent.active, .open > .btn-accent.dropdown-toggle {
  color: #333333;
  background-color: rgb(204, 189.6, 0);
  border-color: rgb(193.8, 180.12, 0);
}
.btn-accent.disabled:hover, .btn-accent.disabled:focus, .btn-accent.disabled.focus, .btn-accent[disabled]:hover, .btn-accent[disabled]:focus, .btn-accent[disabled].focus, fieldset[disabled] .btn-accent:hover, fieldset[disabled] .btn-accent:focus, fieldset[disabled] .btn-accent.focus {
  background-color: #ffed00;
  border-color: #ffed00;
}
.btn-accent {
  fill: #333333;
}

.btn-flat {
  color: #34b4e4;
  background-color: transparent;
  border-color: transparent;
  fill: #34b4e4;
}
.btn-flat:focus, .btn-flat.focus, .btn-flat:hover, .btn-flat:active, .btn-flat.active, .open > .btn-flat.dropdown-toggle {
  color: #34b4e4;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}
.btn-flat.disabled:hover, .btn-flat.disabled:focus, .btn-flat.disabled.focus, .btn-flat[disabled]:hover, .btn-flat[disabled]:focus, .btn-flat[disabled].focus, fieldset[disabled] .btn-flat:hover, fieldset[disabled] .btn-flat:focus, fieldset[disabled] .btn-flat.focus {
  background-color: transparent;
  border-color: transparent;
}
.btn-flat {
  fill: #34b4e4;
  white-space: normal;
}
.btn-flat:hover, .btn-flat:focus, .open .dropdown-toggle .btn-flat {
  color: inherit;
  background-color: #ffffff;
  border-color: #34b4e4;
  fill: inherit;
}
.btn-flat:hover:focus, .btn-flat:hover.focus, .btn-flat:hover:hover, .btn-flat:hover:active, .btn-flat:hover.active, .open > .btn-flat:hover.dropdown-toggle, .btn-flat:focus:focus, .btn-flat:focus.focus, .btn-flat:focus:hover, .btn-flat:focus:active, .btn-flat:focus.active, .open > .btn-flat:focus.dropdown-toggle, .open .dropdown-toggle .btn-flat:focus, .open .dropdown-toggle .btn-flat.focus, .open .dropdown-toggle .btn-flat:hover, .open .dropdown-toggle .btn-flat:active, .open .dropdown-toggle .btn-flat.active, .open > .open .dropdown-toggle .btn-flat.dropdown-toggle {
  color: inherit;
  background-color: rgb(229.5, 229.5, 229.5);
  border-color: rgb(25.6852173913, 147.452173913, 193.1147826087);
}
.btn-flat:hover.disabled:hover, .btn-flat:hover.disabled:focus, .btn-flat:hover.disabled.focus, .btn-flat:hover[disabled]:hover, .btn-flat:hover[disabled]:focus, .btn-flat:hover[disabled].focus, fieldset[disabled] .btn-flat:hover:hover, fieldset[disabled] .btn-flat:hover:focus, fieldset[disabled] .btn-flat:hover.focus, .btn-flat:focus.disabled:hover, .btn-flat:focus.disabled:focus, .btn-flat:focus.disabled.focus, .btn-flat:focus[disabled]:hover, .btn-flat:focus[disabled]:focus, .btn-flat:focus[disabled].focus, fieldset[disabled] .btn-flat:focus:hover, fieldset[disabled] .btn-flat:focus:focus, fieldset[disabled] .btn-flat:focus.focus, .open .dropdown-toggle .btn-flat.disabled:hover, .open .dropdown-toggle .btn-flat.disabled:focus, .open .dropdown-toggle .btn-flat.disabled.focus, .open .dropdown-toggle .btn-flat[disabled]:hover, .open .dropdown-toggle .btn-flat[disabled]:focus, .open .dropdown-toggle .btn-flat[disabled].focus, fieldset[disabled] .open .dropdown-toggle .btn-flat:hover, fieldset[disabled] .open .dropdown-toggle .btn-flat:focus, fieldset[disabled] .open .dropdown-toggle .btn-flat.focus {
  background-color: #ffffff;
  border-color: #34b4e4;
}
.btn-flat:hover, .btn-flat:focus, .open .dropdown-toggle .btn-flat {
  color: rgb(26.8826086957, 154.3260869565, 202.1173913043);
  fill: rgb(26.8826086957, 154.3260869565, 202.1173913043);
}
.btn-flat:hover .icon-inline, .btn-flat:focus .icon-inline, .open .dropdown-toggle .btn-flat .icon-inline {
  fill: #00435c;
}
.btn-flat:active, .btn-flat.active {
  background-color: rgba(12, 12, 12, 0.25);
  border-color: transparent;
  color: white;
}

.btn-flat-white {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
  fill: #fff;
}
.btn-flat-white:focus, .btn-flat-white.focus, .btn-flat-white:hover, .btn-flat-white:active, .btn-flat-white.active, .open > .btn-flat-white.dropdown-toggle {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgb(224.4, 224.4, 224.4);
}
.btn-flat-white.disabled:hover, .btn-flat-white.disabled:focus, .btn-flat-white.disabled.focus, .btn-flat-white[disabled]:hover, .btn-flat-white[disabled]:focus, .btn-flat-white[disabled].focus, fieldset[disabled] .btn-flat-white:hover, fieldset[disabled] .btn-flat-white:focus, fieldset[disabled] .btn-flat-white.focus {
  background-color: transparent;
  border-color: #fff;
}
.btn-flat-white {
  fill: #fff;
  white-space: normal;
}
.btn-flat-white:hover, .btn-flat-white:focus {
  border-color: #fff;
  background-color: #fff;
  color: #34b4e4;
  fill: #34b4e4;
}

.btn-link {
  color: #34b4e4;
  background-color: transparent;
  border-color: transparent;
  fill: #34b4e4;
}
.btn-link:focus, .btn-link.focus, .btn-link:hover, .btn-link:active, .btn-link.active, .open > .btn-link.dropdown-toggle {
  color: #34b4e4;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}
.btn-link.disabled:hover, .btn-link.disabled:focus, .btn-link.disabled.focus, .btn-link[disabled]:hover, .btn-link[disabled]:focus, .btn-link[disabled].focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus, fieldset[disabled] .btn-link.focus {
  background-color: transparent;
  border-color: transparent;
}
.btn-link:hover, .btn-link:focus {
  color: rgb(23.0043478261, 138.0260869565, 180.4956521739);
  fill: rgb(23.0043478261, 138.0260869565, 180.4956521739);
  text-decoration: none;
}

.btn-link[disabled]:hover, .btn-link[disabled]:focus {
  color: #777;
}

.btn-iconlink {
  color: #003b49;
  background-color: transparent;
  border-color: transparent;
  fill: #003b49;
}
.btn-iconlink:focus, .btn-iconlink.focus, .btn-iconlink:hover, .btn-iconlink:active, .btn-iconlink.active, .open > .btn-iconlink.dropdown-toggle {
  color: #003b49;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}
.btn-iconlink.disabled:hover, .btn-iconlink.disabled:focus, .btn-iconlink.disabled.focus, .btn-iconlink[disabled]:hover, .btn-iconlink[disabled]:focus, .btn-iconlink[disabled].focus, fieldset[disabled] .btn-iconlink:hover, fieldset[disabled] .btn-iconlink:focus, fieldset[disabled] .btn-iconlink.focus {
  background-color: transparent;
  border-color: transparent;
}
.btn-iconlink {
  padding: 0;
  border-radius: 0 !important;
}
.btn-iconlink .btn-icon {
  margin-right: 5px;
  color: #34b4e4;
  fill: #34b4e4;
}
.btn-iconlink:hover {
  color: #34b4e4;
}
.btn-iconlink:hover .btn-icon {
  color: #34b4e4;
  fill: #34b4e4;
}

.btn--with-bgicon {
  color: #fff;
}

.btn--facebook {
  color: #fff;
  background-color: #3b5998;
  border-color: #3b5998;
  fill: #fff;
}
.btn--facebook:focus, .btn--facebook.focus, .btn--facebook:hover, .btn--facebook:active, .btn--facebook.active, .open > .btn--facebook.dropdown-toggle {
  color: #fff;
  background-color: rgb(44.7393364929, 67.4881516588, 115.2606635071);
  border-color: rgb(41.8872037915, 63.1857819905, 107.9127962085);
}
.btn--facebook.disabled:hover, .btn--facebook.disabled:focus, .btn--facebook.disabled.focus, .btn--facebook[disabled]:hover, .btn--facebook[disabled]:focus, .btn--facebook[disabled].focus, fieldset[disabled] .btn--facebook:hover, fieldset[disabled] .btn--facebook:focus, fieldset[disabled] .btn--facebook.focus {
  background-color: #3b5998;
  border-color: #3b5998;
}

.btn--linkedin {
  color: #fff;
  background-color: #0077b5;
  border-color: #0077b5;
  fill: #fff;
}
.btn--linkedin:focus, .btn--linkedin.focus, .btn--linkedin:hover, .btn--linkedin:active, .btn--linkedin.active, .open > .btn--linkedin.dropdown-toggle {
  color: #fff;
  background-color: rgb(0, 85.4696132597, 130);
  border-color: rgb(0, 78.7635359116, 119.8);
}
.btn--linkedin.disabled:hover, .btn--linkedin.disabled:focus, .btn--linkedin.disabled.focus, .btn--linkedin[disabled]:hover, .btn--linkedin[disabled]:focus, .btn--linkedin[disabled].focus, fieldset[disabled] .btn--linkedin:hover, fieldset[disabled] .btn--linkedin:focus, fieldset[disabled] .btn--linkedin.focus {
  background-color: #0077b5;
  border-color: #0077b5;
}

.btn--google {
  color: #fff;
  background-color: #d34836;
  border-color: #d34836;
  fill: #fff;
}
.btn--google:focus, .btn--google.focus, .btn--google:hover, .btn--google:active, .btn--google.active, .open > .btn--google.dropdown-toggle {
  color: #fff;
  background-color: rgb(175.5673469388, 54.1551020408, 38.4326530612);
  border-color: rgb(167.1991836735, 51.573877551, 36.6008163265);
}
.btn--google.disabled:hover, .btn--google.disabled:focus, .btn--google.disabled.focus, .btn--google[disabled]:hover, .btn--google[disabled]:focus, .btn--google[disabled].focus, fieldset[disabled] .btn--google:hover, fieldset[disabled] .btn--google:focus, fieldset[disabled] .btn--google.focus {
  background-color: #d34836;
  border-color: #d34836;
}

.btn--twitter {
  color: #fff;
  background-color: #1da1f2;
  border-color: #1da1f2;
  fill: #fff;
}
.btn--twitter:focus, .btn--twitter.focus, .btn--twitter:hover, .btn--twitter:active, .btn--twitter.active, .open > .btn--twitter.dropdown-toggle {
  color: #fff;
  background-color: rgb(11.9665271967, 133.4728033473, 208.0334728033);
  border-color: rgb(11.4117154812, 127.2845188285, 198.3882845188);
}
.btn--twitter.disabled:hover, .btn--twitter.disabled:focus, .btn--twitter.disabled.focus, .btn--twitter[disabled]:hover, .btn--twitter[disabled]:focus, .btn--twitter[disabled].focus, fieldset[disabled] .btn--twitter:hover, fieldset[disabled] .btn--twitter:focus, fieldset[disabled] .btn--twitter.focus {
  background-color: #1da1f2;
  border-color: #1da1f2;
}

.btn-sm {
  border-radius: 8px;
}

.btn-xs {
  border-radius: 5px;
}

.btn-wide-flat {
  border-radius: 8px;
  border-width: 2px;
  font-family: "PlusSansPro-Bold", sans-serif;
  padding: 2px 30px;
}

.btn-file-dld {
  color: #34b4e4;
  background-color: #fff;
  border-color: transparent;
  fill: #34b4e4;
}
.btn-file-dld:focus, .btn-file-dld.focus, .btn-file-dld:hover, .btn-file-dld:active, .btn-file-dld.active, .open > .btn-file-dld.dropdown-toggle {
  color: #34b4e4;
  background-color: rgb(229.5, 229.5, 229.5);
  border-color: rgba(0, 0, 0, 0);
}
.btn-file-dld.disabled:hover, .btn-file-dld.disabled:focus, .btn-file-dld.disabled.focus, .btn-file-dld[disabled]:hover, .btn-file-dld[disabled]:focus, .btn-file-dld[disabled].focus, fieldset[disabled] .btn-file-dld:hover, fieldset[disabled] .btn-file-dld:focus, fieldset[disabled] .btn-file-dld.focus {
  background-color: #fff;
  border-color: transparent;
}
.btn-file-dld {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.btn-file-dld,
.btn-file-dld svg {
  -webkit-transition: all linear 250ms;
  transition: all linear 250ms;
}
:not(.btn-group) > .btn-file-dld {
  border-radius: 0 !important;
}
.btn-file-dld .file-icon {
  margin-right: 10px;
}
.btn-file-dld .file-icon .link-icon {
  display: block;
  max-width: 16px;
  max-height: 16px;
}
.btn-file-dld .file-btn-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.btn-file-dld .file-btn-content .dld-text {
  font-family: "PlusSansPro-Bold", sans-serif;
  font-size: 1rem;
}
.btn-file-dld .file-btn-content .file-info {
  font-size: 0.7rem;
  color: #777;
}
.btn-file-dld .file-btn-content .file-size {
  padding-left: 5px;
}
.btn-file-dld .file-btn-content .file-size:before {
  content: "/";
  padding-right: 5px;
}

.btn-tight-flat {
  border-radius: 8px;
  border-width: 1px;
  padding: 2px 5px;
}

span.btn-tight-flat:hover {
  background-color: transparent;
  cursor: default;
}