@charset "UTF-8";
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

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

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

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

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

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

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role="button"] {
  cursor: pointer;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}


@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1210px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

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

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}

.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

/*
NOTES
	@include max-screen(420px) {}
	@include cover('../img/header');
	will-change: transform;

	light 300
	regular 400
	medium 500
	semibold 600
	bold 700
	extrabold 800

*/
/* VARIABLES */
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  src: url("../css/webfonts/fa-regular-400.eot");
  src: url("../css/webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../css/webfonts/fa-regular-400.woff2") format("woff2"), url("../css/webfonts/fa-regular-400.woff") format("woff"), url("../css/webfonts/fa-regular-400.ttf") format("truetype"), url("../css/webfonts/fa-regular-400.svg#fontawesome") format("svg");
}

.far {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  src: url("../css/webfonts/fa-solid-900.eot");
  src: url("../css/webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../css/webfonts/fa-solid-900.woff2") format("woff2"), url("../css/webfonts/fa-solid-900.woff") format("woff"), url("../css/webfonts/fa-solid-900.ttf") format("truetype"), url("../css/webfonts/fa-solid-900.svg#fontawesome") format("svg");
}

.fa,
.fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
::-moz-selection {
  background: #049CED;
  color: white;
  text-shadow: none;
}

::selection {
  background: #049CED;
  color: white;
  text-shadow: none;
}

*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  line-height: 1.7;
  font-size: 1em;
  -webkit-tap-highlight-color: #049CED;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-kerning: auto;
  font-kerning: auto;
}

body {
  background: white;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}

.debug, .content-header {
  background-color: rgba(255, 15, 25, 0.25);
}

p {
  font-weight: 400;
  color: #AFAFAF;
  letter-spacing: -0.5px;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

a {
  text-decoration: none;
  color: #049CED;
  -webkit-transition: all 240ms ease-out;
  -o-transition: all 240ms ease-out;
  transition: all 240ms ease-out;
}

a:hover {
  text-decoration: none !important;
}

blockquote,
q {
  quotes: "" "";
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

strong {
  font-weight: 500;
}

address {
  font-style: normal !important;
}

.ul-reset {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* ***************************** */
.c-h1 {
  font-size: 55px;
  font-size: 3.4375rem;
  font-weight: 700;
  letter-spacing: -3px;
}

.c-h2 {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: -1.5px;
}

.c-h3 {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: -1px;
}

.c-h4 {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: -1px;
}

.c-h5 {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.c-h6 {
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.ct-blue {
  color: #049CED;
}

.ct-yellow {
  color: #FFE092;
}

.ct-green {
  color: #A2F5CF;
}

.ct-purple {
  color: #929DFF;
}

.big-txt p, .node--type-home-page p {
  font-size: 26px;
  font-size: 1.625rem;
  color: #868686 !important;
  letter-spacing: -1px;
  line-height: 1.3;
  font-weight: 500;
}

.t-center, .node--type-home-page {
  text-align: center;
}

.node--type-home-page {
  padding: 0 50px;
}

.inline-btn, .news-read-more {
  position: relative;
}

.inline-btn:after, .news-read-more:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #049CED;
  bottom: 0;
  left: 0;
  -webkit-transform-origin: left bottom;
  -ms-transform-origin: left bottom;
  transform-origin: left bottom;
  -webkit-transition: all 240ms ease-out;
  -o-transition: all 240ms ease-out;
  transition: all 240ms ease-out;
  z-index: -1;
}

.inline-btn:hover, .news-read-more:hover {
  color: #29b2fb;
}

.inline-btn:hover:after, .news-read-more:hover:after {
  -webkit-transform: scaleY(8);
  -ms-transform: scaleY(8);
  transform: scaleY(8);
  opacity: 0.15;
  filter: alpha(opacity=15);
}

button, input[type=submit] {
  -webkit-appearance: none !important;
  border: none;
  color: white;
  background-color: #049CED;
}

form {
  background-color: #F5FCFF;
  border: 1px solid rgba(146, 225, 255, 0.5);
  border-radius: 12px;
  padding: 60px;
}

/*form button, form input[type=submit] {
  display: table;
  margin: 0 auto;
}*/
form.contact-form input#edit-submit
{
    display: table;
    margin: 0 auto;
}

form label,
form .password-confirm,
legend span.fieldset-legend,
form h4.label,
div.field--name-field-adresse summary,
div.field--type-address summary
{
    color: #636363;
    margin-bottom: 10px;
    display: block;
    font-weight:normal;
}

form .password-confirm
{
  font-size:12px;
}

.js-form-file {
  width: 100%;
  display: table;
  font-weight: 500;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1;
  padding: 20px 30px;
  border-radius: 200px;
  will-change: transform;
  -webkit-transition: all 240ms ease-out;
  -o-transition: all 240ms ease-out;
  transition: all 240ms ease-out;
  background-color: white;
  -webkit-box-shadow: 0 5px 20px 0 rgba(4, 156, 237, 0.2);
  box-shadow: 0 5px 20px 0 rgba(4, 156, 237, 0.2);
}

.js-form-file:hover {
  -webkit-box-shadow: 0 10px 20px 0 rgba(4, 156, 237, 0.3);
  box-shadow: 0 10px 20px 0 rgba(4, 156, 237, 0.3);
}

.form-item,
.field--type-datetime {
  margin-top: 2em;
  margin-bottom: 2em;
}
.field--type-datetime .form-item
{
    margin-top:0;
}

.js-form-type-managed-file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.js-form-type-managed-file label {
  width: 100%;
}

.js-form-type-managed-file div {
  width: 50%;
}

.js-form-type-managed-file .description {
  padding: 0 0 0 30px;
}

.description {
  font-size: 12px;
  font-size: 0.75rem;
  opacity: 0.4 !important;
}

textarea {
  -webkit-box-shadow: 0 4px 6px 0 rgba(4, 156, 237, 0.1);
  box-shadow: 0 4px 6px 0 rgba(4, 156, 237, 0.1);
  border-radius: 4px;
  border: none;
  outline: none;
  -webkit-transition: all 240ms ease-out;
  -o-transition: all 240ms ease-out;
  transition: all 240ms ease-out;
  padding: 30px;
  font-size: 14px;
  font-size: 0.875rem;
  color: #636363;
  -webkit-appearance: none;
  width: 100%;
}

textarea:focus {
  -webkit-box-shadow: 0 10px 13px 0 rgba(4, 156, 237, 0.15);
  box-shadow: 0 10px 13px 0 rgba(4, 156, 237, 0.15);
}

select {
  -webkit-box-shadow: 0 4px 6px 0 rgba(4, 156, 237, 0.1);
  box-shadow: 0 4px 6px 0 rgba(4, 156, 237, 0.1);
  border-radius: 4px;
  border: none;
  outline: none;
  -webkit-transition: all 240ms ease-out;
  -o-transition: all 240ms ease-out;
  transition: all 240ms ease-out;
  padding: 15px;
  font-size: 14px;
  font-size: 0.875rem;
  color: #636363;
  -webkit-appearance: none;
  width: 100%;
}

select:focus {
  -webkit-box-shadow: 0 10px 13px 0 rgba(4, 156, 237, 0.15);
  box-shadow: 0 10px 13px 0 rgba(4, 156, 237, 0.15);
}

.form-text,
.form-email,
.form-tel,
.form-number,
.form-date,
.form-time,
.hms-field {
  -webkit-box-shadow: 0 4px 6px 0 rgba(4, 156, 237, 0.1);
  box-shadow: 0 4px 6px 0 rgba(4, 156, 237, 0.1);
  border-radius: 4px;
  border: none;
  outline: none;
  -webkit-transition: all 240ms ease-out;
  -o-transition: all 240ms ease-out;
  transition: all 240ms ease-out;
  padding: 15px;
  font-size: 14px;
  font-size: 0.875rem;
  color: #636363;
  -webkit-appearance: none;
  /*width: 100%;*/
}

.form-text:focus {
  -webkit-box-shadow: 0 10px 13px 0 rgba(4, 156, 237, 0.15);
  box-shadow: 0 10px 13px 0 rgba(4, 156, 237, 0.15);
}

.o-btn, .button {
  display: table;
  font-weight: 500;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1;
  padding: 20px 30px;
  border-radius: 200px;
  will-change: transform;
  -webkit-transition: all 240ms ease-out;
  -o-transition: all 240ms ease-out;
  transition: all 240ms ease-out;
}

.button.small
{
  font-size: 1rem;
  padding:10px 20px;
}
.button.inPlanningBtn
{
  font-size: 0.8rem;
  padding:5px 10px;
}

.o-btn:hover, .button:hover {
  -webkit-transform: scale(1.015, 1.015);
  -ms-transform: scale(1.015, 1.015);
  transform: scale(1.015, 1.015);
}

.o-btn:after, .button:after {
  display: none;
}

.blue-btn {
  background-color: #049CED;
  color: white;
}

.blue-btn:hover {
  background-color: #10a9fb;
}

.ghost-btn, .button {
  background-color: white;
  -webkit-box-shadow: inset 0 0 0 2px #049CED, 0 5px 20px 0 rgba(4, 156, 237, 0.2);
  box-shadow: inset 0 0 0 2px #049CED, 0 5px 20px 0 rgba(4, 156, 237, 0.2);
}

.ghost-btn:hover, .button:hover {
  -webkit-box-shadow: inset 0 0 0 2px #049CED, 0 10px 20px 0 rgba(4, 156, 237, 0.3);
  box-shadow: inset 0 0 0 2px #049CED, 0 10px 20px 0 rgba(4, 156, 237, 0.3);
}

.big-btn {
  font-weight: 700;
  font-size: 46px;
  font-size: 2.875rem;
  letter-spacing: -1px;
  -webkit-box-shadow: 0 5px 20px 0 rgba(4, 156, 237, 0.2);
  box-shadow: 0 5px 20px 0 rgba(4, 156, 237, 0.2);
}

.big-btn:hover {
  -webkit-box-shadow: 0 15px 20px 0 rgba(4, 156, 237, 0.3);
  box-shadow: 0 15px 20px 0 rgba(4, 156, 237, 0.3);
}

/***********************************/
.w--main-menu {
  padding: 15px 0;
  background: url("../images/cover/cover-header-top.png") bottom right no-repeat;
  background-size: contain;
}

.content-header {
  overflow: visible;
  padding-top: 100px;
}

.header-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-page .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-page .menu li {
  position: static;
  margin: 0 10px;
}

.header-page .menu li:last-child:after {
  content: "";
}

.header-page .menu li .menu {
  position: absolute;
  margin: 0;
  padding: 0 25%;
  left: 50%;
  bottom: -75px;
  font-size: 14px;
  font-size: 0.875rem;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 60px;
  width: 100%;
  background-color: #F5F5F5;
}

.header-page .menu li .menu li a {
  color: #B5B5B5;
}

.header-page .menu li .menu li a:hover {
  color: #049CED;
}

.user-menu-container .menu li:after {
  font-family: 'Font Awesome 5 Solid';
  /*font-family: 'Font Awesome 5 Free';*/
  right: 0;
  top: 0;
  color: #FFE092;
  -webkit-transition: all 240ms ease-out;
  -o-transition: all 240ms ease-out;
  transition: all 240ms ease-out;
}
/*
.user-menu-container .menu li:first-child:after {
  content: "\f023";
}
.user-menu-container .menu li:last-child:after {
  content: "\f303";
}
.user-menu-container .menu li:hover:after {
  color: #049CED;
}*/

.menu {
  margin-left: 0 !important;
  margin: 30px 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
  list-style: none !important;
}

.menu li {
  list-style: none;
  position: relative;
}

.menu li a {
  color: #636363;
}

.menu li a:hover {
  color: #049CED;
}

/*.menu li:last-child:after {
  content: "\f023";
  font-family: 'Font Awesome 5 Free';
  right: 0;
  top: 0;
  color: #FFE092;
  -webkit-transition: all 240ms ease-out;
  -o-transition: all 240ms ease-out;
  transition: all 240ms ease-out;
}*/

/*.menu li:hover:after {
  color: #049CED;
}*/

.menu-item--active-trail a {
  color: #049CED !important;
}

.menu-item--active-trail .menu li .is-active {
  color: #049CED !important;
}

.menu-item--active-trail .menu li a {
  color: #B5B5B5 !important;
}

.ourson-logo {
  display: block;
  margin: 0 auto;
    max-width: 100%;
}

.content-header {
  background-color: inherit !important;
}

.page-node-type-home-page {
  background: url("../images/cover/cover-homepage.png") no-repeat top right;
  background-size: contain;
}

.call-to-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.call-to-header li {
  margin: 0 5px;
}

.sub-header {
  text-align: center;
}

.sub-header .c-h1 {
  line-height: 1.1;
  margin: 50px 0;
}

.page-content-homepage {
  margin: 50px 0;
}

#homepage-medal {
  margin: 0 auto 30px auto;
  display: block;
}

.w--content {
  margin-top: 0;
}

.showSubMenu {
  margin-top: 60px;
}

.page-banner {
  padding: 60px 0;
  text-align: center;
  color: white;
  background-size: cover !important;
}

.page-banner h1 {
  margin: 0;
}

.page-no-banner {
  background: url("../images/cover/cover-footer.png") bottom center repeat;
}

.page-no-banner h1 {
  text-align: center;
}

.field--name-field-quote {
  background-color: white;
  border-radius: 4px;
  -webkit-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  transform: translateY(-50px);
  position: relative;
  padding: 30px 0 20px 0;
}

.page-content {
  margin-bottom: 0 !important;
}

.page-content h1 {
  color: #049CED;
  font-weight: 500;
  font-size: 36px;
  font-size: 2.25rem;
  letter-spacing: -1.5px;
}

.page-content h2 {
  color: #049CED;
  font-weight: 500;
  font-size: 28px;
  font-size: 1.75rem;
  letter-spacing: -1.5px;
}

.page-content h3 {
  color: #049CED;
  font-weight: 500;
  font-size: 23px;
  font-size: 1.4375rem;
  letter-spacing: -1.5px;
}

.page-content pre {
  background-color: #FFE092;
  padding: 30px 40px;
  border-radius: 4px;
  -webkit-box-shadow: -8px 8px 0 0 #febf7d;
  box-shadow: -8px 8px 0 0 #febf7d;
  display: block;
  font-style: normal;
  font-family: inherit;
  white-space: initial;
  margin: 34px 0 50px 0;
  font-size: 18px;
  font-size: 1.125rem;
}

.page-content p {
  margin-bottom: 16px;
  color: #636363;
}

.page-content p a {
  position: relative;
}

.page-content p a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #049CED;
  bottom: 0;
  left: 0;
  -webkit-transform-origin: left bottom;
  -ms-transform-origin: left bottom;
  transform-origin: left bottom;
  -webkit-transition: all 240ms ease-out;
  -o-transition: all 240ms ease-out;
  transition: all 240ms ease-out;
  z-index: -1;
}

.page-content p a:hover {
  color: #29b2fb;
}

.page-content p a:hover:after {
  -webkit-transform: scaleY(8);
  -ms-transform: scaleY(8);
  transform: scaleY(8);
  opacity: 0.15;
  filter: alpha(opacity=15);
}

.page-content ul {
  letter-spacing: -0.5px;
  list-style: none;
}

.page-content ul li {
  color: #636363;
  position: relative;
  margin-bottom: 10px;
}

.page-content ul li:last-child {
  margin-bottom: 0;
}

.page-content ul li:before {
  content: "\f111";
  font-family: 'Font Awesome 5 Free';
  color: #92E1FF;
  font-size: 14px;
  position: absolute;
  left: -20px;
  top: 3px;
  font-weight: 900;
}

.page-content blockquote {
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
  background: url("../images/double-quote-yellow.png") top center no-repeat;
  padding-top: 10px;
}

.footer {
  margin-top: 100px;
  padding: 0 0 75px 0;
  background: url("../images/cover/cover-footer.png") no-repeat bottom center;
  background-size: contain;
}

.title-footer {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 500;
}

.footer-copyright {
  color: #049CED;
  opacity: 0.3;
  filter: alpha(opacity=30);
  text-align: center;
  margin-top: 50px;
  font-size: 12px;
  font-size: 0.75rem;
}

.footer-block {
  text-align: center;
}

.footer-block ul {
  margin: 0;
  padding: 0;
  color: #B5B5B5;
  font-weight: 500;
}

.footer-block ul li a {
  color: #B5B5B5;
}

.footer-block ul li a:hover {
  color: #049CED;
}

.footer-block address p {
  margin: 0;
  font-weight: 500;
}

.sup-footer {
  text-align: center;
  position: relative;
  padding-bottom: 50px;
  margin-bottom: 50px;
}

.sup-footer:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  width: 100%;
  background: url("../images/sep-footer.png") repeat-x;
}

.sup-footer span {
  display: block;
  color: #049CED;
  line-height: 1.3;
}

.sup-footer a {
  display: table;
  margin: 50px auto;
}

.view-home-page-news {
  padding: 0 175px;
}

.view-home-page-news .view-content .views-row {
  margin: 100px 0;
  position: relative;
}

.view-home-page-news .view-content .views-row:after {
  content: "";
  position: absolute;
  bottom: -50px;
  left: 0;
  height: 3px;
  width: 100%;
  background: url("../images/sep-footer.png") repeat-x;
}

.view-home-page-news .view-content .views-row .views-field .field-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.view-home-page-news .view-content .views-row .views-field .field-content .news-text {
  padding: 0 0 0 30px;
}

.view-home-page-news .view-content .views-row:nth-child(odd) .views-field .field-content .news-image-container {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.view-home-page-news .view-content .views-row:nth-child(odd) .views-field .field-content .news-text {
  padding: 0 30px 0 0;
}

.view-home-page-news .view-content .views-row:first-child {
  margin: 0 0 100px 0;
}

.view-home-page-news .view-content .views-row:last-child:after {
  display: none;
}

.news-image-container img {
  -webkit-clip-path: circle(50% at 50% 50%);
  clip-path: circle(50% at 50% 50%);
}

.news-publication-date {
  display: inline;
  font-weight: 500;
  color: #D6D6D6;
  position: relative;
}

.news-publication-date:before {
  content: "—";
}

.news-read-more {
  margin-right: 15px;
}

.news-text p {
  color: #AFAFAF;
}

.news-title {
  color: #434343 !important;
}

.block-views-blockhome-page-news-block-1 h2 {
  font-weight: 500;
  font-size: 40px;
  font-size: 2.5rem;
  position: relative;
  text-align: center;
  margin: 100px 0;
  display: block;
}

.block-views-blockhome-page-news-block-1 h2:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 290px;
  height: 150px;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background: white url("../images/picto-news.png") no-repeat center center;
  background-size: 94px 142px;
  z-index: -1;
}

.block-views-blockhome-page-news-block-1 h2:after {
  content: "";
  position: absolute;
  bottom: 50%;
  left: 0;
  height: 3px;
  width: 100%;
  background: url("../images/sep-footer.png") repeat-x;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -2;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}


