@charset "UTF-8";
.block-link {
  color: inherit;
  text-decoration: none; }
  .block-link:visited {
    color: inherit;
    text-decoration: none; }
  .block-link:hover {
    color: inherit;
    text-decoration: none; }
  .block-link:hover h1, .block-link:hover h2, .block-link:hover h3, .block-link:hover h4, .block-link:hover h5, .block-link:hover h6 {
    text-decoration: underline; }

body {
  font-family: "Lato", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Oswald", "Liberation Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; }

body {
  padding-top: 50px;
  /* fixed navbar */ }
  @media (max-width: breakpoint-min(sm)) {
    body {
      padding-top: 100px; } }

nav, footer {
  font-size: 14px; }

/*===========================================================================
  Bootstrap 3 compatibility layer
  ===========================================================================*/
h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small,
.h1 .small,
.h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small {
  font-size: 65%;
  font-weight: 400;
  line-height: 1;
  color: #777; }

h1, h2, h3, .h1, .h2, .h3 {
  margin-top: 1.25rem;
  margin-bottom: .625rem; }

h3, .h3 {
  margin-top: 0px;
  font-size: 1.5rem; }

h4, .h4 {
  margin-top: 0px;
  font-size: 1.125rem; }

.card-img-top {
  width: inherit;
  max-width: 100%;
  padding: 3px;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.card {
  margin-bottom: 20px; }

.card-body {
  padding: .625rem; }

.jumbotron {
  background-size: cover;
  color: #f2f4f2;
  background-color: #466266;
  padding-bottom: 10px;
  border-radius: 0; }
  .jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200; }
  .jumbotron .content {
    background-color: rgba(0, 0, 0, 0.2);
    padding-bottom: .125rem; }
  .jumbotron h1 {
    font-family: 'Antonio', sans-serif;
    font-size: 4rem;
    font-weight: bold;
    font-size: 4rem;
    color: inherit; }
  .jumbotron small {
    color: rgba(242, 244, 242, 0.7); }

/*===========================================================================
  Navbar
  ===========================================================================*/
.navbar-inverse {
  background-color: #222;
  border-bottom: solid 1px #080808;
  padding-top: 7px;
  padding-bottom: 7px; }
  .navbar-inverse .navbar-brand {
    padding: 0px;
    color: #9d9d9d; }
    .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
      color: #9d9d9d; }
  .navbar-inverse .navbar-nav .nav-link {
    color: #9d9d9d; }
    .navbar-inverse .navbar-nav .nav-link:hover, .navbar-inverse .navbar-nav .nav-link:focus {
      color: #fff; }
    .navbar-inverse .navbar-nav .nav-link.disabled {
      color: #707070; }
  .navbar-inverse .navbar-nav .show > .nav-link,
  .navbar-inverse .navbar-nav .active > .nav-link,
  .navbar-inverse .navbar-nav .nav-link.show,
  .navbar-inverse .navbar-nav .nav-link.active {
    color: #9d9d9d; }
  .navbar-inverse .navbar-toggler {
    color: #9d9d9d;
    border-color: #9d9d9d; }
  .navbar-inverse .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }
  .navbar-inverse .navbar-text {
    color: #9d9d9d; }
    .navbar-inverse .navbar-text a {
      color: #9d9d9d; }
      .navbar-inverse .navbar-text a:hover, .navbar-inverse .navbar-text a:focus {
        color: #9d9d9d; }

/*===========================================================================
  Blog posts are using a slightly larger font
  ===========================================================================*/
.blogpost {
  font-family: "Merriweather", "Noto Serif", serif;
  font-size: 20px;
  line-height: 1.75; }
  .blogpost .jssocials-share-link {
    color: #333; }
    .blogpost .jssocials-share-link:hover {
      color: #fff; }
  .blogpost .paragraph {
    margin: 25px 0 25px; }
  .blogpost .small-caps {
    font-variant: small-caps;
    font-variant-caps: all-small-caps; }
  .blogpost .quoteblock {
    display: block;
    background-color: #f5f5f5;
    padding: 1rem 1.5rem 1rem 3rem;
    margin: 0 0 2rem;
    position: relative;
    /*Font*/
    color: #444;
    /*Box Shadow - (Optional)*/
    -moz-box-shadow: 2px 2px 15px #ccc;
    -webkit-box-shadow: 2px 2px 15px #ccc;
    box-shadow: 2px 2px 15px #ccc;
    /*Borders - (Optional)*/
    border-left-style: solid;
    border-left-width: 1rem;
    border-right-style: solid;
    border-right-width: 2px; }
    .blogpost .quoteblock::before {
      content: "\201C";
      /*Unicode for Left Double Quote*/
      /*Font*/
      font-family: "Cousine", "Courier", "sans-serif";
      font-size: 4rem;
      font-weight: bold;
      color: #999;
      /*Positioning*/
      position: absolute;
      left: .25rem;
      top: .25rem; }
    .blogpost .quoteblock::after {
      /*Reset to make sure*/
      content: ""; }
  .blogpost .teaser {
    font-style: italic;
    margin-left: 1em;
    padding-left: 1em;
    border-left: solid 2px purple; }
  .blogpost .sect1 {
    margin: 40px 0 25px; }
  .blogpost .block-image {
    max-width: 100%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .blogpost code, .blogpost kbd, .blogpost samp {
    font-family: "Merriweather Sans", "DejaVu Sans", Menlo, Monaco, Consolas, "Courier New", monospace;
    font-size: 20px; }
  .blogpost pre {
    display: block;
    padding: .6rem;
    margin: 0 0 .625rem;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 0px; }
  .blogpost h1 code, .blogpost h1 kbd, .blogpost h1 samp, .blogpost h2 code, .blogpost h2 kbd, .blogpost h2 samp, .blogpost h3 code, .blogpost h3 kbd, .blogpost h3 samp, .blogpost h4 code, .blogpost h4 kbd, .blogpost h4 samp, .blogpost h5 code, .blogpost h5 kbd, .blogpost h5 samp, .blogpost h6 code, .blogpost h6 kbd, .blogpost h6 samp {
    font-family: inherit;
    font-size: inherit; }
  .blogpost pre {
    font-family: Cousine, "DejaVu Sans", Menlo, Monaco, Consolas, "Courier New", monospace;
    font-size: 20px; }
  .blogpost .valign-top {
    vertical-align: baseline; }
  .blogpost .valign-bottom {
    vertical-align: bottom; }
  .blogpost .halign-left {
    text-align: left; }
  .blogpost .halign-right {
    text-align: right; }
  .blogpost .halign-center {
    text-align: center; }
  .blogpost table.tableblock {
    width: 100%; }
    .blogpost table.tableblock tr:nth-child(odd) {
      background-color: #f4f4f7; }
    .blogpost table.tableblock tr:nth-child(even) {
      background-color: #f4f7f4; }
    .blogpost table.tableblock th {
      background-color: #ededee; }
    .blogpost table.tableblock th, .blogpost table.tableblock td {
      border: solid 1px #dedede;
      padding: 10px; }
      .blogpost table.tableblock th > p, .blogpost table.tableblock th > div, .blogpost table.tableblock td > p, .blogpost table.tableblock td > div {
        margin: 0px; }

/*===========================================================================
  pagination
  ===========================================================================*/
.pagination {
  display: flex;
  justify-content: center;
  width: 100%;
  font-size: .8rem;
  font-family: "Lato", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .pagination .page {
    display: block;
    margin-left: .5rem;
    margin-right: .5rem; }
    .pagination .page a {
      display: block;
      width: 2rem;
      height: 2rem;
      background-color: #ddd;
      text-align: center;
      text-decoration: none;
      line-height: 1.9rem;
      color: #333; }
      .pagination .page a[href]:hover {
        background-color: #ff6100;
        color: #fff; }
    .pagination .page a:not([href]) {
      border-bottom: solid #888 2px;
      color: #666; }

/*===========================================================================
  Tags
  ===========================================================================*/
.tags {
  display: block !important;
  padding: 0;
  margin: 0;
  font-size: 1rem;
  font-family: "Lato", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .tags .tag {
    display: inline-block;
    margin: .125rem .25rem .125rem 0;
    padding: 0; }
    .tags .tag a {
      display: inline-block;
      padding: 0 .5rem 0;
      background-color: #ddd;
      border-radius: .1875rem;
      text-decoration: none;
      color: #333; }
      .tags .tag a:before {
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "";
        padding-right: .25rem; }
      .tags .tag a:hover {
        background-color: #ff6100;
        color: #fff; }

/*===========================================================================
  Branding and CTA
  ===========================================================================*/
.brand {
  font-family: "Anton", "Lato", "Liberation Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  color: #9d9d9d; }
  .brand:hover {
    color: #fff;
    text-decoration: none;
    text-decoration-line: none;
    text-decoration-style: initial;
    text-decoration-color: initial; }

.cta {
  font-family: "Anton", "Lato", "Liberation Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 40px;
  color: #ff6600;
  position: relative;
  top: 4px;
  padding: 10px; }

.jssocials-share-twitter .jssocials-share-link:hover {
  background: #00aced;
  opacity: 1.0; }

.jssocials-share-facebook .jssocials-share-link:hover {
  background: #3b5998;
  opacity: 1.0; }

.jssocials-share-googleplus .jssocials-share-link:hover {
  background: #dd4b39;
  opacity: 1.0; }

.jssocials-share-linkedin .jssocials-share-link:hover {
  background: #007bb6;
  opacity: 1.0; }

.jssocials-share-pinterest .jssocials-share-link:hover {
  background: #cb2027;
  opacity: 1.0; }

.jssocials-share-email .jssocials-share-link:hover {
  background: #3490F3;
  opacity: 1.0; }

.jssocials-share-stumbleupon .jssocials-share-link:hover {
  background: #eb4823;
  opacity: 1.0; }

.jssocials-share-whatsapp .jssocials-share-link:hover {
  background: #29a628;
  opacity: 1.0; }

.jssocials-share-telegram .jssocials-share-link:hover {
  background: #2ca5e0;
  opacity: 1.0; }

.jssocials-share-line .jssocials-share-link:hover {
  background: #25af00;
  opacity: 1.0; }

.jssocials-share-viber .jssocials-share-link:hover {
  background: #7b519d;
  opacity: 1.0; }

.jssocials-share-pocket .jssocials-share-link:hover {
  background: #ef4056;
  opacity: 1.0; }

.jssocials-share-messenger .jssocials-share-link:hover {
  background: #0084ff;
  opacity: 1.0; }

.jssocials-share-vkontakte .jssocials-share-link:hover {
  background: #45668e;
  opacity: 1.0; }

.jssocials-share {
  margin: 0px !important; }

.jssocials-share-link {
  color: #f2f4f2;
  opacity: 0.75;
  background: none;
  height: 32px;
  width: 32px;
  display: inline-block;
  text-align: center;
  padding-top: .35em;
  transition: background 200ms ease-in-out, border-color 200ms ease-in-out; }
  .jssocials-share-link:hover, .jssocials-share-link:focus, .jssocials-share-link:active {
    color: #f2f4f2; }

.jssocials-share-logo {
  width: inherit;
  font-size: 20px; }

.jssocials-share-count-box {
  position: relative;
  height: 2.5em;
  padding: 0 .3em;
  margin-left: 0.3em;
  background: #f5f5f5;
  transition: background 200ms ease-in-out, border-color 200ms ease-in-out; }
  .jssocials-share-count-box:hover {
    background: gainsboro; }
    .jssocials-share-count-box:hover:after {
      border-color: transparent gainsboro transparent transparent; }
  .jssocials-share-count-box:after {
    content: "";
    display: block;
    position: absolute;
    top: 0.85em;
    left: -0.3em;
    width: 0;
    height: 0;
    border-width: 0.4em 0.4em 0.4em 0;
    border-style: solid;
    border-color: transparent #f5f5f5 transparent transparent;
    transform: rotate(360deg);
    transition: background 200ms ease-in-out, border-color 200ms ease-in-out; }
  .jssocials-share-count-box .jssocials-share-count {
    line-height: 2.5em;
    color: #444; }

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  .btn:hover, .btn:focus {
    text-decoration: none; }
  .btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .btn.disabled, .btn:disabled {
    opacity: 0.65; }
  .btn:not(:disabled):not(.disabled) {
    cursor: pointer; }
  .btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active {
    background-image: none; }

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none; }

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }
  .btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc; }
  .btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf; }
    .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d; }
  .btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62; }
  .btn-secondary:focus, .btn-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b; }
    .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745; }
  .btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34; }
  .btn-success:focus, .btn-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
  .btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
  .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430; }
    .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8; }
  .btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b; }
  .btn-info:focus, .btn-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
  .btn-info.disabled, .btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
  .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f; }
    .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107; }
  .btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00; }
  .btn-warning:focus, .btn-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
  .btn-warning.disabled, .btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
  .show > .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500; }
    .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130; }
  .btn-danger:focus, .btn-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
  .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d; }
    .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5; }
  .btn-light:focus, .btn-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
  .btn-light.disabled, .btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
  .show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df; }
    .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40; }
  .btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124; }
  .btn-dark:focus, .btn-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
  .btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
  .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d; }
    .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.btn-outline-primary {
  color: #007bff;
  background-color: transparent;
  background-image: none;
  border-color: #007bff; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #007bff;
    background-color: transparent; }
  .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
    .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }

.btn-outline-secondary {
  color: #6c757d;
  background-color: transparent;
  background-image: none;
  border-color: #6c757d; }
  .btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent; }
  .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
    .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

.btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745; }
  .btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent; }
  .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
  .show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
    .btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8; }
  .btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-outline-info:focus, .btn-outline-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
  .btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent; }
  .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
  .show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
    .btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107; }
  .btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
  .btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent; }
  .btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
  .show > .btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
    .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.btn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545; }
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent; }
  .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
  .show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
    .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa; }
  .btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-outline-light:focus, .btn-outline-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
  .btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent; }
  .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
  .show > .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
    .btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40; }
  .btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-outline-dark:focus, .btn-outline-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
  .btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent; }
  .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
  .show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
    .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.btn-link {
  font-weight: 400;
  color: #007bff;
  background-color: transparent; }
  .btn-link:hover {
    color: #0056b3;
    text-decoration: underline;
    background-color: transparent;
    border-color: transparent; }
  .btn-link:focus, .btn-link.focus {
    text-decoration: underline;
    border-color: transparent;
    box-shadow: none; }
  .btn-link:disabled, .btn-link.disabled {
    color: #6c757d; }

.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.btn-block {
  display: block;
  width: 100%; }
  .btn-block + .btn-block {
    margin-top: 0.5rem; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.btn {
  font-size: 14px; }

.btn-lg {
  font-size: 18px; }

.btn-accent {
  color: #212529;
  background-color: white;
  border-color: #FF6100;
  font-weight: bold;
  border-width: 2px;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #FF6100; }
  .btn-accent:hover {
    color: #212529;
    background-color: #ececec;
    border-color: #cc4e00; }
  .btn-accent:focus, .btn-accent.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 97, 0, 0.5); }
  .btn-accent.disabled, .btn-accent:disabled {
    color: #212529;
    background-color: white;
    border-color: #FF6100; }
  .btn-accent:not(:disabled):not(.disabled):active, .btn-accent:not(:disabled):not(.disabled).active,
  .show > .btn-accent.dropdown-toggle {
    color: #212529;
    background-color: #e6e6e6;
    border-color: #bf4900; }
    .btn-accent:not(:disabled):not(.disabled):active:focus, .btn-accent:not(:disabled):not(.disabled).active:focus,
    .show > .btn-accent.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 97, 0, 0.5); }
  .btn-accent:hover, .btn-accent:focus {
    color: white;
    background-color: #ff6100;
    border-color: #ff6100; }
  .btn-accent:active:hover, .btn-accent:active:focus {
    color: #ff6100;
    border-color: #ff6100; }

.btn-cta {
  color: #212529;
  background-color: white;
  border-color: #FF6100;
  font-weight: bold;
  color: #FF6100; }
  .btn-cta:hover {
    color: #212529;
    background-color: #ececec;
    border-color: #cc4e00; }
  .btn-cta:focus, .btn-cta.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 97, 0, 0.5); }
  .btn-cta.disabled, .btn-cta:disabled {
    color: #212529;
    background-color: white;
    border-color: #FF6100; }
  .btn-cta:not(:disabled):not(.disabled):active, .btn-cta:not(:disabled):not(.disabled).active,
  .show > .btn-cta.dropdown-toggle {
    color: #212529;
    background-color: #e6e6e6;
    border-color: #bf4900; }
    .btn-cta:not(:disabled):not(.disabled):active:focus, .btn-cta:not(:disabled):not(.disabled).active:focus,
    .show > .btn-cta.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 97, 0, 0.5); }
  .btn-cta:hover, .btn-cta:focus {
    color: white;
    background-color: #ff6100;
    border-color: #ff6100; }
  .btn-cta:active:hover, .btn-cta:active:focus {
    color: #ff6100;
    border-color: #ff6100; }

.btn-lgb {
  padding: 0.5rem-rem-calc(1px) 1rem-rem-calc(1px);
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
  border-width: 2px; }

.btn-xxl {
  padding: 20px 60px;
  font-size: 28px;
  line-height: 30px;
  border-radius: 8px;
  white-space: normal; }
  .btn-xxl small, .btn-xxl .small {
    font-weight: bold; }

.btn-xl {
  padding: 15px 40px;
  font-size: 20px;
  line-height: 22px;
  border-radius: 8px;
  white-space: normal; }

@media only screen and (max-width: 576px) {
  .btn-block-xs {
    display: block; } }

.btn-space {
  margin: 5px; }

#registration .modal-title {
  font-family: 'Merriweather Sans', 'Lato', 'Liberation Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif; }

.social-button {
  color: #f2f4f2;
  font-size: 24px;
  text-align: center;
  opacity: 0.75;
  height: 32px;
  width: 32px;
  display: inline-block; }
  .social-button:hover, .social-button:focus {
    color: #f2f4f2;
    opacity: 1.0;
    outline-style: none; }
  .social-button:visited {
    outline: 0; }

