/* Sass Document */
@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
@-webkit-keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
.list-style-type {
  margin: 0px;
  padding: 0px;
  list-style-type: none; }

ul, ol {
  margin: 0px 0 20px 20px; }

div.row-wrapper {
  box-sizing: border-box;
  max-width: 900px;
  margin: 0 auto; }
  @media screen and (max-width: 900px) {
    div.row-wrapper {
      max-width: 700px; } }
  @media screen and (max-width: 640px) {
    div.row-wrapper {
      max-width: 100%; } }

.row.no-gutters {
  padding-left: 1.25rem;
  padding-right: 1.25rem; }
  .row.no-gutters [class^="col-"] {
    padding-left: 0;
    padding-right: 0; }

div.xl-row {
  box-sizing: border-box;
  max-width: 2048px;
  margin: 0 auto; }

div.full-width-row {
  margin-right: auto;
  margin-left: auto; }
  div.full-width-row [class*='col-'] {
    padding-left: 0;
    padding-right: 0; }

@media screen and (max-width: 640px) {
  div.mobile-full-width > [class*='col-'] {
    padding-left: 0;
    padding-right: 0; } }

@media screen and (max-width: 640px) {
  .mobile-pad {
    padding-right: 1.25rem;
    padding-left: 1.25rem; } }

.row {
  box-sizing: border-box;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex: 0, 1, auto;
  -moz-box-flex: 0, 1, auto;
  -webkit-flex: 0, 1, auto;
  -ms-flex: 0, 1, auto;
  flex: 0, 1, auto;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -1.25rem;
  margin-left: -1.25rem; }

.row.reverse {
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

.col.reverse {
  -webkit-flex-direction: column-reverse;
  -moz-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse; }

.col-xs {
  box-sizing: border-box;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  -webkit-flex-basis: auto;
  -moz-flex-basis: auto;
  -ms-flex-basis: auto;
  flex-basis: auto; }

.col-xs-1 {
  box-sizing: border-box;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  -webkit-flex-basis: 8.3333333333%;
  -moz-flex-basis: 8.3333333333%;
  -ms-flex-basis: 8.3333333333%;
  flex-basis: 8.3333333333%;
  max-width: 8.3333333333%; }

.col-xs-2 {
  box-sizing: border-box;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  -webkit-flex-basis: 16.6666666667%;
  -moz-flex-basis: 16.6666666667%;
  -ms-flex-basis: 16.6666666667%;
  flex-basis: 16.6666666667%;
  max-width: 16.6666666667%; }

.col-xs-3 {
  box-sizing: border-box;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  -webkit-flex-basis: 25%;
  -moz-flex-basis: 25%;
  -ms-flex-basis: 25%;
  flex-basis: 25%;
  max-width: 25%; }

.col-xs-4 {
  box-sizing: border-box;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  -webkit-flex-basis: 33.3333333333%;
  -moz-flex-basis: 33.3333333333%;
  -ms-flex-basis: 33.3333333333%;
  flex-basis: 33.3333333333%;
  max-width: 33.3333333333%; }

.col-xs-5 {
  box-sizing: border-box;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  -webkit-flex-basis: 41.6666666667%;
  -moz-flex-basis: 41.6666666667%;
  -ms-flex-basis: 41.6666666667%;
  flex-basis: 41.6666666667%;
  max-width: 41.6666666667%; }

.col-xs-6 {
  box-sizing: border-box;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-basis: 50%;
  flex-basis: 50%;
  max-width: 50%; }

.col-xs-7 {
  box-sizing: border-box;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  -webkit-flex-basis: 58.3333333333%;
  -moz-flex-basis: 58.3333333333%;
  -ms-flex-basis: 58.3333333333%;
  flex-basis: 58.3333333333%;
  max-width: 58.3333333333%; }

.col-xs-8 {
  box-sizing: border-box;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  -webkit-flex-basis: 66.6666666667%;
  -moz-flex-basis: 66.6666666667%;
  -ms-flex-basis: 66.6666666667%;
  flex-basis: 66.6666666667%;
  max-width: 66.6666666667%; }

.col-xs-9 {
  box-sizing: border-box;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  -webkit-flex-basis: 75%;
  -moz-flex-basis: 75%;
  -ms-flex-basis: 75%;
  flex-basis: 75%;
  max-width: 75%; }

.col-xs-10 {
  box-sizing: border-box;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  -webkit-flex-basis: 83.3333333333%;
  -moz-flex-basis: 83.3333333333%;
  -ms-flex-basis: 83.3333333333%;
  flex-basis: 83.3333333333%;
  max-width: 83.3333333333%; }

.col-xs-11 {
  box-sizing: border-box;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  -webkit-flex-basis: 91.6666666667%;
  -moz-flex-basis: 91.6666666667%;
  -ms-flex-basis: 91.6666666667%;
  flex-basis: 91.6666666667%;
  max-width: 91.6666666667%; }

.col-xs-12 {
  box-sizing: border-box;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-basis: 100%;
  flex-basis: 100%;
  max-width: 100%; }

.col-xs-offset-0 {
  box-sizing: border-box;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  margin-left: 0; }

.col-xs-offset-1 {
  box-sizing: border-box;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  margin-left: 8.3333333333%; }

.col-xs-offset-2 {
  box-sizing: border-box;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  margin-left: 16.6666666667%; }

.col-xs-offset-3 {
  box-sizing: border-box;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  margin-left: 25%; }

.col-xs-offset-4 {
  box-sizing: border-box;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  margin-left: 33.3333333333%; }

.col-xs-offset-5 {
  box-sizing: border-box;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  margin-left: 41.6666666667%; }

.col-xs-offset-6 {
  box-sizing: border-box;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  margin-left: 50%; }

.col-xs-offset-7 {
  box-sizing: border-box;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  margin-left: 58.3333333333%; }

.col-xs-offset-8 {
  box-sizing: border-box;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  margin-left: 66.6666666667%; }

.col-xs-offset-9 {
  box-sizing: border-box;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  margin-left: 75%; }

.col-xs-offset-10 {
  box-sizing: border-box;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  margin-left: 83.3333333333%; }

.col-xs-offset-11 {
  box-sizing: border-box;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  margin-left: 91.6666666667%; }

.col-xs-offset-12 {
  box-sizing: border-box;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  margin-left: 100%; }

.col-xs {
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-basis: 0;
  -moz-flex-basis: 0;
  -ms-flex-basis: 0;
  flex-basis: 0;
  max-width: 100%; }

.start-xs {
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  text-align: left; }

.center-xs {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  text-align: center; }

.end-xs {
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
  text-align: right; }

.top-xs {
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start; }

.middle-xs {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }

.bottom-xs {
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end; }

.around-xs {
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-pack: space-around; }

.between-xs {
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between; }

.first-xs {
  order: -1; }

.last-xs {
  order: 1; }

@media only screen and (min-width: 640px) {
  .col-sm {
    box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    -webkit-flex-basis: auto;
    -moz-flex-basis: auto;
    -ms-flex-basis: auto;
    flex-basis: auto; }

  .col-sm-1 {
    box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    -webkit-flex-basis: 8.3333333333%;
    -moz-flex-basis: 8.3333333333%;
    -ms-flex-basis: 8.3333333333%;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-sm-2 {
    box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    -webkit-flex-basis: 16.6666666667%;
    -moz-flex-basis: 16.6666666667%;
    -ms-flex-basis: 16.6666666667%;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-sm-3 {
    box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    -webkit-flex-basis: 25%;
    -moz-flex-basis: 25%;
    -ms-flex-basis: 25%;
    flex-basis: 25%;
    max-width: 25%; }

  .col-sm-4 {
    box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    -webkit-flex-basis: 33.3333333333%;
    -moz-flex-basis: 33.3333333333%;
    -ms-flex-basis: 33.3333333333%;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-sm-5 {
    box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    -webkit-flex-basis: 41.6666666667%;
    -moz-flex-basis: 41.6666666667%;
    -ms-flex-basis: 41.6666666667%;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%; }

  .col-sm-6 {
    box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%; }

  .col-sm-7 {
    box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    -webkit-flex-basis: 58.3333333333%;
    -moz-flex-basis: 58.3333333333%;
    -ms-flex-basis: 58.3333333333%;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-sm-8 {
    box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    -webkit-flex-basis: 66.6666666667%;
    -moz-flex-basis: 66.6666666667%;
    -ms-flex-basis: 66.6666666667%;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%; }

  .col-sm-9 {
    box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    -webkit-flex-basis: 75%;
    -moz-flex-basis: 75%;
    -ms-flex-basis: 75%;
    flex-basis: 75%;
    max-width: 75%; }

  .col-sm-10 {
    box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    -webkit-flex-basis: 83.3333333333%;
    -moz-flex-basis: 83.3333333333%;
    -ms-flex-basis: 83.3333333333%;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-sm-11 {
    box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    -webkit-flex-basis: 91.6666666667%;
    -moz-flex-basis: 91.6666666667%;
    -ms-flex-basis: 91.6666666667%;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%; }

  .col-sm-12 {
    box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%; }

  .col-sm-offset-0 {
    box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    margin-left: 0; }

  .col-sm-offset-1 {
    box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    margin-left: 8.3333333333%; }

  .col-sm-offset-2 {
    box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    margin-left: 16.6666666667%; }

  .col-sm-offset-3 {
    box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    margin-left: 25%; }

  .col-sm-offset-4 {
    box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    margin-left: 33.3333333333%; }

  .col-sm-offset-5 {
    box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    margin-left: 41.6666666667%; }

  .col-sm-offset-6 {
    box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    margin-left: 50%; }

  .col-sm-offset-7 {
    box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    margin-left: 58.3333333333%; }

  .col-sm-offset-8 {
    box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    margin-left: 66.6666666667%; }

  .col-sm-offset-9 {
    box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    margin-left: 75%; }

  .col-sm-offset-10 {
    box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    margin-left: 83.3333333333%; }

  .col-sm-offset-11 {
    box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    margin-left: 91.6666666667%; }

  .col-sm-offset-12 {
    box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    margin-left: 100%; }

  .col-sm {
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-basis: 0;
    -moz-flex-basis: 0;
    -ms-flex-basis: 0;
    flex-basis: 0;
    max-width: 100%; }

  .start-sm {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
    text-align: left; }

  .center-sm {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    text-align: center; }

  .end-sm {
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: flex-end;
    text-align: right; }

  .top-sm {
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start; }

  .middle-sm {
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; }

  .bottom-sm {
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    align-items: flex-end; }

  .around-sm {
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    justify-content: space-around;
    -ms-flex-pack: space-around; }

  .between-sm {
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between; }

  .first-sm {
    order: -1; }

  .last-sm {
    order: 1; } }
@media only screen and (min-width: 900px) {
  .col-md {
    box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    -webkit-flex-basis: auto;
    -moz-flex-basis: auto;
    -ms-flex-basis: auto;
    flex-basis: auto; }

  .col-md-1 {
    box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    -webkit-flex-basis: 8.3333333333%;
    -moz-flex-basis: 8.3333333333%;
    -ms-flex-basis: 8.3333333333%;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-md-2 {
    box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    -webkit-flex-basis: 16.6666666667%;
    -moz-flex-basis: 16.6666666667%;
    -ms-flex-basis: 16.6666666667%;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-md-3 {
    box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    -webkit-flex-basis: 25%;
    -moz-flex-basis: 25%;
    -ms-flex-basis: 25%;
    flex-basis: 25%;
    max-width: 25%; }

  .col-md-4 {
    box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    -webkit-flex-basis: 33.3333333333%;
    -moz-flex-basis: 33.3333333333%;
    -ms-flex-basis: 33.3333333333%;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-md-5 {
    box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    -webkit-flex-basis: 41.6666666667%;
    -moz-flex-basis: 41.6666666667%;
    -ms-flex-basis: 41.6666666667%;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%; }

  .col-md-6 {
    box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%; }

  .col-md-7 {
    box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    -webkit-flex-basis: 58.3333333333%;
    -moz-flex-basis: 58.3333333333%;
    -ms-flex-basis: 58.3333333333%;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-md-8 {
    box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    -webkit-flex-basis: 66.6666666667%;
    -moz-flex-basis: 66.6666666667%;
    -ms-flex-basis: 66.6666666667%;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%; }

  .col-md-9 {
    box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    -webkit-flex-basis: 75%;
    -moz-flex-basis: 75%;
    -ms-flex-basis: 75%;
    flex-basis: 75%;
    max-width: 75%; }

  .col-md-10 {
    box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    -webkit-flex-basis: 83.3333333333%;
    -moz-flex-basis: 83.3333333333%;
    -ms-flex-basis: 83.3333333333%;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-md-11 {
    box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    -webkit-flex-basis: 91.6666666667%;
    -moz-flex-basis: 91.6666666667%;
    -ms-flex-basis: 91.6666666667%;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%; }

  .col-md-12 {
    box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%; }

  .col-md-offset-0 {
    box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    margin-left: 0; }

  .col-md-offset-1 {
    box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    margin-left: 8.3333333333%; }

  .col-md-offset-2 {
    box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    margin-left: 16.6666666667%; }

  .col-md-offset-3 {
    box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    margin-left: 25%; }

  .col-md-offset-4 {
    box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    margin-left: 33.3333333333%; }

  .col-md-offset-5 {
    box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    margin-left: 41.6666666667%; }

  .col-md-offset-6 {
    box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    margin-left: 50%; }

  .col-md-offset-7 {
    box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    margin-left: 58.3333333333%; }

  .col-md-offset-8 {
    box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    margin-left: 66.6666666667%; }

  .col-md-offset-9 {
    box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    margin-left: 75%; }

  .col-md-offset-10 {
    box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    margin-left: 83.3333333333%; }

  .col-md-offset-11 {
    box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    margin-left: 91.6666666667%; }

  .col-md-offset-12 {
    box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    margin-left: 100%; }

  .col-md {
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-basis: 0;
    -moz-flex-basis: 0;
    -ms-flex-basis: 0;
    flex-basis: 0;
    max-width: 100%; }

  .start-md {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
    text-align: left; }

  .center-md {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    text-align: center; }

  .end-md {
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: flex-end;
    text-align: right; }

  .top-md {
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start; }

  .middle-md {
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; }

  .bottom-md {
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    align-items: flex-end; }

  .around-md {
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    justify-content: space-around;
    -ms-flex-pack: space-around; }

  .between-md {
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between; }

  .first-md {
    order: -1; }

  .last-md {
    order: 1; } }
@media only screen and (min-width: 1600px) {
  .col-lg {
    box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    -webkit-flex-basis: auto;
    -moz-flex-basis: auto;
    -ms-flex-basis: auto;
    flex-basis: auto; }

  .col-lg-1 {
    box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    -webkit-flex-basis: 8.3333333333%;
    -moz-flex-basis: 8.3333333333%;
    -ms-flex-basis: 8.3333333333%;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-lg-2 {
    box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    -webkit-flex-basis: 16.6666666667%;
    -moz-flex-basis: 16.6666666667%;
    -ms-flex-basis: 16.6666666667%;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-lg-3 {
    box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    -webkit-flex-basis: 25%;
    -moz-flex-basis: 25%;
    -ms-flex-basis: 25%;
    flex-basis: 25%;
    max-width: 25%; }

  .col-lg-4 {
    box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    -webkit-flex-basis: 33.3333333333%;
    -moz-flex-basis: 33.3333333333%;
    -ms-flex-basis: 33.3333333333%;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-lg-5 {
    box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    -webkit-flex-basis: 41.6666666667%;
    -moz-flex-basis: 41.6666666667%;
    -ms-flex-basis: 41.6666666667%;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%; }

  .col-lg-6 {
    box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%; }

  .col-lg-7 {
    box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    -webkit-flex-basis: 58.3333333333%;
    -moz-flex-basis: 58.3333333333%;
    -ms-flex-basis: 58.3333333333%;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-lg-8 {
    box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    -webkit-flex-basis: 66.6666666667%;
    -moz-flex-basis: 66.6666666667%;
    -ms-flex-basis: 66.6666666667%;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%; }

  .col-lg-9 {
    box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    -webkit-flex-basis: 75%;
    -moz-flex-basis: 75%;
    -ms-flex-basis: 75%;
    flex-basis: 75%;
    max-width: 75%; }

  .col-lg-10 {
    box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    -webkit-flex-basis: 83.3333333333%;
    -moz-flex-basis: 83.3333333333%;
    -ms-flex-basis: 83.3333333333%;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-lg-11 {
    box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    -webkit-flex-basis: 91.6666666667%;
    -moz-flex-basis: 91.6666666667%;
    -ms-flex-basis: 91.6666666667%;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%; }

  .col-lg-12 {
    box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%; }

  .col-lg-offset-0 {
    box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    margin-left: 0; }

  .col-lg-offset-1 {
    box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    margin-left: 8.3333333333%; }

  .col-lg-offset-2 {
    box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    margin-left: 16.6666666667%; }

  .col-lg-offset-3 {
    box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    margin-left: 25%; }

  .col-lg-offset-4 {
    box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    margin-left: 33.3333333333%; }

  .col-lg-offset-5 {
    box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    margin-left: 41.6666666667%; }

  .col-lg-offset-6 {
    box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    margin-left: 50%; }

  .col-lg-offset-7 {
    box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    margin-left: 58.3333333333%; }

  .col-lg-offset-8 {
    box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    margin-left: 66.6666666667%; }

  .col-lg-offset-9 {
    box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    margin-left: 75%; }

  .col-lg-offset-10 {
    box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    margin-left: 83.3333333333%; }

  .col-lg-offset-11 {
    box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    margin-left: 91.6666666667%; }

  .col-lg-offset-12 {
    box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    margin-left: 100%; }

  .col-lg {
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-basis: 0;
    -moz-flex-basis: 0;
    -ms-flex-basis: 0;
    flex-basis: 0;
    max-width: 100%; }

  .start-lg {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
    text-align: left; }

  .center-lg {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    text-align: center; }

  .end-lg {
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: flex-end;
    text-align: right; }

  .top-lg {
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start; }

  .middle-lg {
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; }

  .bottom-lg {
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    align-items: flex-end; }

  .around-lg {
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    justify-content: space-around;
    -ms-flex-pack: space-around; }

  .between-lg {
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between; }

  .first-lg {
    order: -1; }

  .last-lg {
    order: 1; } }
@media only screen and (min-width: 2048px) {
  .col-xl {
    box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    -webkit-flex-basis: auto;
    -moz-flex-basis: auto;
    -ms-flex-basis: auto;
    flex-basis: auto; }

  .col-xl-1 {
    box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    -webkit-flex-basis: 8.3333333333%;
    -moz-flex-basis: 8.3333333333%;
    -ms-flex-basis: 8.3333333333%;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-xl-2 {
    box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    -webkit-flex-basis: 16.6666666667%;
    -moz-flex-basis: 16.6666666667%;
    -ms-flex-basis: 16.6666666667%;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-xl-3 {
    box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    -webkit-flex-basis: 25%;
    -moz-flex-basis: 25%;
    -ms-flex-basis: 25%;
    flex-basis: 25%;
    max-width: 25%; }

  .col-xl-4 {
    box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    -webkit-flex-basis: 33.3333333333%;
    -moz-flex-basis: 33.3333333333%;
    -ms-flex-basis: 33.3333333333%;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-xl-5 {
    box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    -webkit-flex-basis: 41.6666666667%;
    -moz-flex-basis: 41.6666666667%;
    -ms-flex-basis: 41.6666666667%;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%; }

  .col-xl-6 {
    box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%; }

  .col-xl-7 {
    box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    -webkit-flex-basis: 58.3333333333%;
    -moz-flex-basis: 58.3333333333%;
    -ms-flex-basis: 58.3333333333%;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-xl-8 {
    box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    -webkit-flex-basis: 66.6666666667%;
    -moz-flex-basis: 66.6666666667%;
    -ms-flex-basis: 66.6666666667%;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%; }

  .col-xl-9 {
    box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    -webkit-flex-basis: 75%;
    -moz-flex-basis: 75%;
    -ms-flex-basis: 75%;
    flex-basis: 75%;
    max-width: 75%; }

  .col-xl-10 {
    box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    -webkit-flex-basis: 83.3333333333%;
    -moz-flex-basis: 83.3333333333%;
    -ms-flex-basis: 83.3333333333%;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-xl-11 {
    box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    -webkit-flex-basis: 91.6666666667%;
    -moz-flex-basis: 91.6666666667%;
    -ms-flex-basis: 91.6666666667%;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%; }

  .col-xl-12 {
    box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%; }

  .col-xl-offset-0 {
    box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    margin-left: 0; }

  .col-xl-offset-1 {
    box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    margin-left: 8.3333333333%; }

  .col-xl-offset-2 {
    box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    margin-left: 16.6666666667%; }

  .col-xl-offset-3 {
    box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    margin-left: 25%; }

  .col-xl-offset-4 {
    box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    margin-left: 33.3333333333%; }

  .col-xl-offset-5 {
    box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    margin-left: 41.6666666667%; }

  .col-xl-offset-6 {
    box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    margin-left: 50%; }

  .col-xl-offset-7 {
    box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    margin-left: 58.3333333333%; }

  .col-xl-offset-8 {
    box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    margin-left: 66.6666666667%; }

  .col-xl-offset-9 {
    box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    margin-left: 75%; }

  .col-xl-offset-10 {
    box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    margin-left: 83.3333333333%; }

  .col-xl-offset-11 {
    box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    margin-left: 91.6666666667%; }

  .col-xl-offset-12 {
    box-sizing: border-box;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    margin-left: 100%; }

  .col-xl {
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-basis: 0;
    -moz-flex-basis: 0;
    -ms-flex-basis: 0;
    flex-basis: 0;
    max-width: 100%; }

  .start-xl {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
    text-align: left; }

  .center-xl {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    text-align: center; }

  .end-xl {
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: flex-end;
    text-align: right; }

  .top-xl {
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start; }

  .middle-xl {
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; }

  .bottom-xl {
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    align-items: flex-end; }

  .around-xl {
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    justify-content: space-around;
    -ms-flex-pack: space-around; }

  .between-xl {
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between; }

  .first-xl {
    order: -1; }

  .last-xl {
    order: 1; } }
.p-0 {
  padding: 0px; }

.pt-0 {
  padding-top: 0px; }

.pr-0 {
  padding-right: 0px; }

.pb-0 {
  padding-bottom: 0px; }

.pl-0 {
  padding-left: 0px; }

.m-0 {
  margin: 0px; }

.mt-0 {
  margin-top: 0px; }

.mr-0 {
  margin-right: 0px; }

.mb-0 {
  margin-bottom: 0px; }

.ml-0 {
  margin-left: 0px; }

.p-xs-0 {
  padding: 0px; }

.pt-xs-0 {
  padding-top: 0px; }

.pr-xs-0 {
  padding-right: 0px; }

.pb-xs-0 {
  padding-bottom: 0px; }

.pl-xs-0 {
  padding-left: 0px; }

.m-xs-0 {
  margin: 0px; }

.mt-xs-0 {
  margin-top: 0px; }

.mr-xs-0 {
  margin-right: 0px; }

.mb-xs-0 {
  margin-bottom: 0px; }

.ml-xs-0 {
  margin-left: 0px; }

.p-1 {
  padding: 15px; }

.pt-1 {
  padding-top: 15px; }

.pr-1 {
  padding-right: 15px; }

.pb-1 {
  padding-bottom: 15px; }

.pl-1 {
  padding-left: 15px; }

.m-1 {
  margin: 15px; }

.mt-1 {
  margin-top: 15px; }

.mr-1 {
  margin-right: 15px; }

.mb-1 {
  margin-bottom: 15px; }

.ml-1 {
  margin-left: 15px; }

.p-xs-1 {
  padding: 15px; }

.pt-xs-1 {
  padding-top: 15px; }

.pr-xs-1 {
  padding-right: 15px; }

.pb-xs-1 {
  padding-bottom: 15px; }

.pl-xs-1 {
  padding-left: 15px; }

.m-xs-1 {
  margin: 15px; }

.mt-xs-1 {
  margin-top: 15px; }

.mr-xs-1 {
  margin-right: 15px; }

.mb-xs-1 {
  margin-bottom: 15px; }

.ml-xs-1 {
  margin-left: 15px; }

.p-2 {
  padding: 25px; }

.pt-2 {
  padding-top: 25px; }

.pr-2 {
  padding-right: 25px; }

.pb-2 {
  padding-bottom: 25px; }

.pl-2 {
  padding-left: 25px; }

.m-2 {
  margin: 25px; }

.mt-2 {
  margin-top: 25px; }

.mr-2 {
  margin-right: 25px; }

.mb-2 {
  margin-bottom: 25px; }

.ml-2 {
  margin-left: 25px; }

.p-xs-2 {
  padding: 25px; }

.pt-xs-2 {
  padding-top: 25px; }

.pr-xs-2 {
  padding-right: 25px; }

.pb-xs-2 {
  padding-bottom: 25px; }

.pl-xs-2 {
  padding-left: 25px; }

.m-xs-2 {
  margin: 25px; }

.mt-xs-2 {
  margin-top: 25px; }

.mr-xs-2 {
  margin-right: 25px; }

.mb-xs-2 {
  margin-bottom: 25px; }

.ml-xs-2 {
  margin-left: 25px; }

.p-3 {
  padding: 30px; }

.pt-3 {
  padding-top: 30px; }

.pr-3 {
  padding-right: 30px; }

.pb-3 {
  padding-bottom: 30px; }

.pl-3 {
  padding-left: 30px; }

.m-3 {
  margin: 30px; }

.mt-3 {
  margin-top: 30px; }

.mr-3 {
  margin-right: 30px; }

.mb-3 {
  margin-bottom: 30px; }

.ml-3 {
  margin-left: 30px; }

.p-xs-3 {
  padding: 30px; }

.pt-xs-3 {
  padding-top: 30px; }

.pr-xs-3 {
  padding-right: 30px; }

.pb-xs-3 {
  padding-bottom: 30px; }

.pl-xs-3 {
  padding-left: 30px; }

.m-xs-3 {
  margin: 30px; }

.mt-xs-3 {
  margin-top: 30px; }

.mr-xs-3 {
  margin-right: 30px; }

.mb-xs-3 {
  margin-bottom: 30px; }

.ml-xs-3 {
  margin-left: 30px; }

.p-4 {
  padding: 40px; }

.pt-4 {
  padding-top: 40px; }

.pr-4 {
  padding-right: 40px; }

.pb-4 {
  padding-bottom: 40px; }

.pl-4 {
  padding-left: 40px; }

.m-4 {
  margin: 40px; }

.mt-4 {
  margin-top: 40px; }

.mr-4 {
  margin-right: 40px; }

.mb-4 {
  margin-bottom: 40px; }

.ml-4 {
  margin-left: 40px; }

.p-xs-4 {
  padding: 40px; }

.pt-xs-4 {
  padding-top: 40px; }

.pr-xs-4 {
  padding-right: 40px; }

.pb-xs-4 {
  padding-bottom: 40px; }

.pl-xs-4 {
  padding-left: 40px; }

.m-xs-4 {
  margin: 40px; }

.mt-xs-4 {
  margin-top: 40px; }

.mr-xs-4 {
  margin-right: 40px; }

.mb-xs-4 {
  margin-bottom: 40px; }

.ml-xs-4 {
  margin-left: 40px; }

.p-5 {
  padding: 60px; }

.pt-5 {
  padding-top: 60px; }

.pr-5 {
  padding-right: 60px; }

.pb-5 {
  padding-bottom: 60px; }

.pl-5 {
  padding-left: 60px; }

.m-5 {
  margin: 60px; }

.mt-5 {
  margin-top: 60px; }

.mr-5 {
  margin-right: 60px; }

.mb-5 {
  margin-bottom: 60px; }

.ml-5 {
  margin-left: 60px; }

.p-xs-5 {
  padding: 60px; }

.pt-xs-5 {
  padding-top: 60px; }

.pr-xs-5 {
  padding-right: 60px; }

.pb-xs-5 {
  padding-bottom: 60px; }

.pl-xs-5 {
  padding-left: 60px; }

.m-xs-5 {
  margin: 60px; }

.mt-xs-5 {
  margin-top: 60px; }

.mr-xs-5 {
  margin-right: 60px; }

.mb-xs-5 {
  margin-bottom: 60px; }

.ml-xs-5 {
  margin-left: 60px; }

@media only screen and (min-width: 640px) {
  .p-sm-0 {
    padding: 0px; }

  .pt-sm-0 {
    padding-top: 0px; }

  .pr-sm-0 {
    padding-right: 0px; }

  .pb-sm-0 {
    padding-bottom: 0px; }

  .pl-sm-0 {
    padding-left: 0px; }

  .m-sm-0 {
    margin: 0px; }

  .mt-sm-0 {
    margin-top: 0px; }

  .mr-sm-0 {
    margin-right: 0px; }

  .mb-sm-0 {
    margin-bottom: 0px; }

  .ml-sm-0 {
    margin-left: 0px; }

  .p-sm-1 {
    padding: 15px; }

  .pt-sm-1 {
    padding-top: 15px; }

  .pr-sm-1 {
    padding-right: 15px; }

  .pb-sm-1 {
    padding-bottom: 15px; }

  .pl-sm-1 {
    padding-left: 15px; }

  .m-sm-1 {
    margin: 15px; }

  .mt-sm-1 {
    margin-top: 15px; }

  .mr-sm-1 {
    margin-right: 15px; }

  .mb-sm-1 {
    margin-bottom: 15px; }

  .ml-sm-1 {
    margin-left: 15px; }

  .p-sm-2 {
    padding: 25px; }

  .pt-sm-2 {
    padding-top: 25px; }

  .pr-sm-2 {
    padding-right: 25px; }

  .pb-sm-2 {
    padding-bottom: 25px; }

  .pl-sm-2 {
    padding-left: 25px; }

  .m-sm-2 {
    margin: 25px; }

  .mt-sm-2 {
    margin-top: 25px; }

  .mr-sm-2 {
    margin-right: 25px; }

  .mb-sm-2 {
    margin-bottom: 25px; }

  .ml-sm-2 {
    margin-left: 25px; }

  .p-sm-3 {
    padding: 30px; }

  .pt-sm-3 {
    padding-top: 30px; }

  .pr-sm-3 {
    padding-right: 30px; }

  .pb-sm-3 {
    padding-bottom: 30px; }

  .pl-sm-3 {
    padding-left: 30px; }

  .m-sm-3 {
    margin: 30px; }

  .mt-sm-3 {
    margin-top: 30px; }

  .mr-sm-3 {
    margin-right: 30px; }

  .mb-sm-3 {
    margin-bottom: 30px; }

  .ml-sm-3 {
    margin-left: 30px; }

  .p-sm-4 {
    padding: 40px; }

  .pt-sm-4 {
    padding-top: 40px; }

  .pr-sm-4 {
    padding-right: 40px; }

  .pb-sm-4 {
    padding-bottom: 40px; }

  .pl-sm-4 {
    padding-left: 40px; }

  .m-sm-4 {
    margin: 40px; }

  .mt-sm-4 {
    margin-top: 40px; }

  .mr-sm-4 {
    margin-right: 40px; }

  .mb-sm-4 {
    margin-bottom: 40px; }

  .ml-sm-4 {
    margin-left: 40px; }

  .p-sm-5 {
    padding: 60px; }

  .pt-sm-5 {
    padding-top: 60px; }

  .pr-sm-5 {
    padding-right: 60px; }

  .pb-sm-5 {
    padding-bottom: 60px; }

  .pl-sm-5 {
    padding-left: 60px; }

  .m-sm-5 {
    margin: 60px; }

  .mt-sm-5 {
    margin-top: 60px; }

  .mr-sm-5 {
    margin-right: 60px; }

  .mb-sm-5 {
    margin-bottom: 60px; }

  .ml-sm-5 {
    margin-left: 60px; } }
@media only screen and (min-width: 900px) {
  .p-md-0 {
    padding: 0px; }

  .pt-md-0 {
    padding-top: 0px; }

  .pr-md-0 {
    padding-right: 0px; }

  .pb-md-0 {
    padding-bottom: 0px; }

  .pl-md-0 {
    padding-left: 0px; }

  .m-md-0 {
    margin: 0px; }

  .mt-md-0 {
    margin-top: 0px; }

  .mr-md-0 {
    margin-right: 0px; }

  .mb-md-0 {
    margin-bottom: 0px; }

  .ml-md-0 {
    margin-left: 0px; }

  .p-md-1 {
    padding: 15px; }

  .pt-md-1 {
    padding-top: 15px; }

  .pr-md-1 {
    padding-right: 15px; }

  .pb-md-1 {
    padding-bottom: 15px; }

  .pl-md-1 {
    padding-left: 15px; }

  .m-md-1 {
    margin: 15px; }

  .mt-md-1 {
    margin-top: 15px; }

  .mr-md-1 {
    margin-right: 15px; }

  .mb-md-1 {
    margin-bottom: 15px; }

  .ml-md-1 {
    margin-left: 15px; }

  .p-md-2 {
    padding: 25px; }

  .pt-md-2 {
    padding-top: 25px; }

  .pr-md-2 {
    padding-right: 25px; }

  .pb-md-2 {
    padding-bottom: 25px; }

  .pl-md-2 {
    padding-left: 25px; }

  .m-md-2 {
    margin: 25px; }

  .mt-md-2 {
    margin-top: 25px; }

  .mr-md-2 {
    margin-right: 25px; }

  .mb-md-2 {
    margin-bottom: 25px; }

  .ml-md-2 {
    margin-left: 25px; }

  .p-md-3 {
    padding: 30px; }

  .pt-md-3 {
    padding-top: 30px; }

  .pr-md-3 {
    padding-right: 30px; }

  .pb-md-3 {
    padding-bottom: 30px; }

  .pl-md-3 {
    padding-left: 30px; }

  .m-md-3 {
    margin: 30px; }

  .mt-md-3 {
    margin-top: 30px; }

  .mr-md-3 {
    margin-right: 30px; }

  .mb-md-3 {
    margin-bottom: 30px; }

  .ml-md-3 {
    margin-left: 30px; }

  .p-md-4 {
    padding: 40px; }

  .pt-md-4 {
    padding-top: 40px; }

  .pr-md-4 {
    padding-right: 40px; }

  .pb-md-4 {
    padding-bottom: 40px; }

  .pl-md-4 {
    padding-left: 40px; }

  .m-md-4 {
    margin: 40px; }

  .mt-md-4 {
    margin-top: 40px; }

  .mr-md-4 {
    margin-right: 40px; }

  .mb-md-4 {
    margin-bottom: 40px; }

  .ml-md-4 {
    margin-left: 40px; }

  .p-md-5 {
    padding: 60px; }

  .pt-md-5 {
    padding-top: 60px; }

  .pr-md-5 {
    padding-right: 60px; }

  .pb-md-5 {
    padding-bottom: 60px; }

  .pl-md-5 {
    padding-left: 60px; }

  .m-md-5 {
    margin: 60px; }

  .mt-md-5 {
    margin-top: 60px; }

  .mr-md-5 {
    margin-right: 60px; }

  .mb-md-5 {
    margin-bottom: 60px; }

  .ml-md-5 {
    margin-left: 60px; } }
@media only screen and (min-width: 1600px) {
  .p-lg-0 {
    padding: 0px; }

  .pt-lg-0 {
    padding-top: 0px; }

  .pr-lg-0 {
    padding-right: 0px; }

  .pb-lg-0 {
    padding-bottom: 0px; }

  .pl-lg-0 {
    padding-left: 0px; }

  .m-lg-0 {
    margin: 0px; }

  .mt-lg-0 {
    margin-top: 0px; }

  .mr-lg-0 {
    margin-right: 0px; }

  .mb-lg-0 {
    margin-bottom: 0px; }

  .ml-lg-0 {
    margin-left: 0px; }

  .p-lg-1 {
    padding: 15px; }

  .pt-lg-1 {
    padding-top: 15px; }

  .pr-lg-1 {
    padding-right: 15px; }

  .pb-lg-1 {
    padding-bottom: 15px; }

  .pl-lg-1 {
    padding-left: 15px; }

  .m-lg-1 {
    margin: 15px; }

  .mt-lg-1 {
    margin-top: 15px; }

  .mr-lg-1 {
    margin-right: 15px; }

  .mb-lg-1 {
    margin-bottom: 15px; }

  .ml-lg-1 {
    margin-left: 15px; }

  .p-lg-2 {
    padding: 25px; }

  .pt-lg-2 {
    padding-top: 25px; }

  .pr-lg-2 {
    padding-right: 25px; }

  .pb-lg-2 {
    padding-bottom: 25px; }

  .pl-lg-2 {
    padding-left: 25px; }

  .m-lg-2 {
    margin: 25px; }

  .mt-lg-2 {
    margin-top: 25px; }

  .mr-lg-2 {
    margin-right: 25px; }

  .mb-lg-2 {
    margin-bottom: 25px; }

  .ml-lg-2 {
    margin-left: 25px; }

  .p-lg-3 {
    padding: 30px; }

  .pt-lg-3 {
    padding-top: 30px; }

  .pr-lg-3 {
    padding-right: 30px; }

  .pb-lg-3 {
    padding-bottom: 30px; }

  .pl-lg-3 {
    padding-left: 30px; }

  .m-lg-3 {
    margin: 30px; }

  .mt-lg-3 {
    margin-top: 30px; }

  .mr-lg-3 {
    margin-right: 30px; }

  .mb-lg-3 {
    margin-bottom: 30px; }

  .ml-lg-3 {
    margin-left: 30px; }

  .p-lg-4 {
    padding: 40px; }

  .pt-lg-4 {
    padding-top: 40px; }

  .pr-lg-4 {
    padding-right: 40px; }

  .pb-lg-4 {
    padding-bottom: 40px; }

  .pl-lg-4 {
    padding-left: 40px; }

  .m-lg-4 {
    margin: 40px; }

  .mt-lg-4 {
    margin-top: 40px; }

  .mr-lg-4 {
    margin-right: 40px; }

  .mb-lg-4 {
    margin-bottom: 40px; }

  .ml-lg-4 {
    margin-left: 40px; }

  .p-lg-5 {
    padding: 60px; }

  .pt-lg-5 {
    padding-top: 60px; }

  .pr-lg-5 {
    padding-right: 60px; }

  .pb-lg-5 {
    padding-bottom: 60px; }

  .pl-lg-5 {
    padding-left: 60px; }

  .m-lg-5 {
    margin: 60px; }

  .mt-lg-5 {
    margin-top: 60px; }

  .mr-lg-5 {
    margin-right: 60px; }

  .mb-lg-5 {
    margin-bottom: 60px; }

  .ml-lg-5 {
    margin-left: 60px; } }
@media only screen and (min-width: 2048px) {
  .p-xl-0 {
    padding: 0px; }

  .pt-xl-0 {
    padding-top: 0px; }

  .pr-xl-0 {
    padding-right: 0px; }

  .pb-xl-0 {
    padding-bottom: 0px; }

  .pl-xl-0 {
    padding-left: 0px; }

  .m-xl-0 {
    margin: 0px; }

  .mt-xl-0 {
    margin-top: 0px; }

  .mr-xl-0 {
    margin-right: 0px; }

  .mb-xl-0 {
    margin-bottom: 0px; }

  .ml-xl-0 {
    margin-left: 0px; }

  .p-xl-1 {
    padding: 15px; }

  .pt-xl-1 {
    padding-top: 15px; }

  .pr-xl-1 {
    padding-right: 15px; }

  .pb-xl-1 {
    padding-bottom: 15px; }

  .pl-xl-1 {
    padding-left: 15px; }

  .m-xl-1 {
    margin: 15px; }

  .mt-xl-1 {
    margin-top: 15px; }

  .mr-xl-1 {
    margin-right: 15px; }

  .mb-xl-1 {
    margin-bottom: 15px; }

  .ml-xl-1 {
    margin-left: 15px; }

  .p-xl-2 {
    padding: 25px; }

  .pt-xl-2 {
    padding-top: 25px; }

  .pr-xl-2 {
    padding-right: 25px; }

  .pb-xl-2 {
    padding-bottom: 25px; }

  .pl-xl-2 {
    padding-left: 25px; }

  .m-xl-2 {
    margin: 25px; }

  .mt-xl-2 {
    margin-top: 25px; }

  .mr-xl-2 {
    margin-right: 25px; }

  .mb-xl-2 {
    margin-bottom: 25px; }

  .ml-xl-2 {
    margin-left: 25px; }

  .p-xl-3 {
    padding: 30px; }

  .pt-xl-3 {
    padding-top: 30px; }

  .pr-xl-3 {
    padding-right: 30px; }

  .pb-xl-3 {
    padding-bottom: 30px; }

  .pl-xl-3 {
    padding-left: 30px; }

  .m-xl-3 {
    margin: 30px; }

  .mt-xl-3 {
    margin-top: 30px; }

  .mr-xl-3 {
    margin-right: 30px; }

  .mb-xl-3 {
    margin-bottom: 30px; }

  .ml-xl-3 {
    margin-left: 30px; }

  .p-xl-4 {
    padding: 40px; }

  .pt-xl-4 {
    padding-top: 40px; }

  .pr-xl-4 {
    padding-right: 40px; }

  .pb-xl-4 {
    padding-bottom: 40px; }

  .pl-xl-4 {
    padding-left: 40px; }

  .m-xl-4 {
    margin: 40px; }

  .mt-xl-4 {
    margin-top: 40px; }

  .mr-xl-4 {
    margin-right: 40px; }

  .mb-xl-4 {
    margin-bottom: 40px; }

  .ml-xl-4 {
    margin-left: 40px; }

  .p-xl-5 {
    padding: 60px; }

  .pt-xl-5 {
    padding-top: 60px; }

  .pr-xl-5 {
    padding-right: 60px; }

  .pb-xl-5 {
    padding-bottom: 60px; }

  .pl-xl-5 {
    padding-left: 60px; }

  .m-xl-5 {
    margin: 60px; }

  .mt-xl-5 {
    margin-top: 60px; }

  .mr-xl-5 {
    margin-right: 60px; }

  .mb-xl-5 {
    margin-bottom: 60px; }

  .ml-xl-5 {
    margin-left: 60px; } }
body.khaki h1, body.khaki h2 {
  font-family: 'khaki', serif !important; }

body.stronger h1, body.stronger h2 {
  font-family: 'stronger', serif !important; }

body.AmisPro h1, body.AmisPro h2 {
  font-family: 'AmisPro', serif !important; }

* {
  font-family: nunito, sans-serif;
  color: #343434; }

body {
  scroll-behavior: smooth;
  overflow-x: hidden; }

@media screen and (max-width: 900px) {
  section {
    max-width: 100%;
    overflow-x: hidden; } }

html.no-scrolling,
html.no-scrolling body {
  max-height: 100%;
  overflow: hidden; }

h1,
.h1 {
  font-size: 56px;
  line-height: 1.3em;
  font-weight: 400;
  margin: 0; }
  @media only screen and (max-width: 900px) {
    h1,
    .h1 {
      font-size: 33px; } }

h1.large {
  font-size: 44px;
  text-shadow: 3px 3px 5px #333; }
  @media only screen and (max-width: 900px) {
    h1.large {
      font-size: 32px; } }

h2,
.h2 {
  font-size: 36px;
  line-height: 1.3em;
  font-weight: 400;
  margin: 0;
  color: #e44938; }
  @media only screen and (max-width: 900px) {
    h2,
    .h2 {
      font-size: 29px; } }
  h2.color-\#e44938,
  .h2.color-\#e44938 {
    color: #e44938 !important; }
  h2.color-\#f17e2f,
  .h2.color-\#f17e2f {
    color: #f17e2f !important; }

.stronger h2 {
  font-size: 52px; }
  @media only screen and (max-width: 900px) {
    .stronger h2 {
      font-size: 36px; } }

h2.text--large {
  font-size: 32px; }
  @media only screen and (max-width: 900px) {
    h2.text--large {
      font-size: 28px; } }

h3,
.h3 {
  font-size: 18px;
  letter-spacing: .5px;
  line-height: 1.3em;
  font-family: nunito, sans-serif;
  font-weight: 800;
  margin: 0; }
  @media only screen and (max-width: 900px) {
    h3,
    .h3 {
      font-size: 18px; } }
  h3.color-\#e44938,
  .h3.color-\#e44938 {
    color: #e44938 !important; }
  h3.color-\#f17e2f,
  .h3.color-\#f17e2f {
    color: #f17e2f !important; }

h3.text--large {
  font-size: 23px; }
  @media only screen and (max-width: 900px) {
    h3.text--large {
      font-size: 20px; } }

h4, .h4 {
  font-size: 22px;
  line-height: 1.4em;
  font-family: "AmisPro", serif !important;
  font-weight: 700;
  margin: 0;
  color: #90b453; }
  @media only screen and (max-width: 900px) {
    h4, .h4 {
      font-size: 18px; } }

h5 {
  font-size: 18px;
  line-height: 1.4em;
  font-family: "AmisPro", serif !important;
  font-weight: 400;
  margin: 0;
  margin-bottom: 10px;
  color: #90b453; }
  @media only screen and (max-width: 900px) {
    h5 {
      font-size: 16px; } }

h6 {
  font-size: 17px;
  line-height: 1.5em;
  font-family: nunito, sans-serif;
  font-weight: 400;
  margin: 0;
  margin-bottom: 0px;
  color: #90b453; }

.fade-in {
  animation: fadeIn .35s forwards;
  animation-delay: .2s;
  animation-timing-function: ease-in;
  opacity: 0; }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
p,
.text,
.text p {
  font-size: 16px;
  line-height: 1.4em;
  font-family: nunito, sans-serif;
  font-weight: 400;
  margin-bottom: 15px;
  margin-top: 0px; }
  @media screen and (max-width: 900px) {
    p,
    .text,
    .text p {
      font-size: 16px; } }
  p.color-\#e44938,
  .text.color-\#e44938,
  .text p.color-\#e44938 {
    color: #e44938; }
  p.color-\#f17e2f,
  .text.color-\#f17e2f,
  .text p.color-\#f17e2f {
    color: #f17e2f !important; }

p:last-of-type,
.text:last-of-type {
  margin-bottom: 0; }

.text--large,
.text--large p {
  font-size: 26px; }
  @media screen and (max-width: 900px) {
    .text--large,
    .text--large p {
      font-size: 18px; } }

.text--large.strong, .text--large.strong p {
  font-weight: 400; }

p:empty {
  margin: 0 !important; }

.row ul {
  margin-bottom: 15px; }

a {
  color: #e44938; }

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

.title-font {
  font-family: "AmisPro", serif !important; }

.text-font {
  font-family: nunito, sans-serif; }

.text--blue {
  color: #3652a4; }

.text--darkblue {
  color: #3652a4; }

.text--white {
  color: white; }

.text--red {
  color: #D11D2B; }

.text--green {
  color: #90b453; }

.text--primary {
  color: #e44938; }

.text--bold {
  font-weight: bold; }

.text--light {
  font-weight: 300; }

.text--small {
  font-size: 12px; }

.text--uppercase {
  text-transform: uppercase;
  letter-spacing: 1px; }

blockquote,
blockquote p {
  font-size: 35px;
  line-height: 1.3em;
  font-weight: 900;
  margin-left: 0; }
  @media screen and (max-width: 640px) {
    blockquote,
    blockquote p {
      font-size: 22px; } }

.rel {
  position: relative; }

.rel-10 {
  position: relative;
  z-index: 10; }

@media screen and (max-width: 640px) {
  .mobile-0 {
    padding-left: 0;
    padding-right: 0; } }

.section-pad {
  padding-top: 80px; }
  @media screen and (max-width: 640px) {
    .section-pad {
      padding-top: 40px; } }

.bg-color {
  margin-top: 80px;
  padding-top: 80px;
  padding-bottom: 80px; }
  @media screen and (max-width: 640px) {
    .bg-color {
      margin-top: 40px;
      padding-top: 40px;
      padding-bottom: 40px; } }

.bg-color + .bg-color {
  margin-top: 0px; }

.bg-color + .footer {
  margin-top: 0; }

.m-t-10 {
  margin-top: 10px !important; }

.p-t-10 {
  padding-top: 10px !important; }

.m-b-10 {
  margin-bottom: 10px !important; }

.p-b-10 {
  padding-bottom: 10px !important; }

.m-l-10 {
  margin-left: 10px !important; }

.p-l-10 {
  padding-left: 10px !important; }

.m-r-10 {
  margin-right: 10px !important; }

.p-r-10 {
  padding-right: 10px !important; }

.m-t-15 {
  margin-top: 15px !important; }

.p-t-15 {
  padding-top: 15px !important; }

.m-b-15 {
  margin-bottom: 15px !important; }

.p-b-15 {
  padding-bottom: 15px !important; }

.m-l-15 {
  margin-left: 15px !important; }

.p-l-15 {
  padding-left: 15px !important; }

.m-r-15 {
  margin-right: 15px !important; }

.p-r-15 {
  padding-right: 15px !important; }

.m-t-30 {
  margin-top: 30px !important; }

.p-t-30 {
  padding-top: 30px !important; }

.m-b-30 {
  margin-bottom: 30px !important; }

.p-b-30 {
  padding-bottom: 30px !important; }

.m-l-30 {
  margin-left: 30px !important; }

.p-l-30 {
  padding-left: 30px !important; }

.m-r-30 {
  margin-right: 30px !important; }

.p-r-30 {
  padding-right: 30px !important; }

.m-t-60 {
  margin-top: 60px !important; }

.p-t-60 {
  padding-top: 60px !important; }

.m-b-60 {
  margin-bottom: 60px !important; }

.p-b-60 {
  padding-bottom: 60px !important; }

.m-l-60 {
  margin-left: 60px !important; }

.p-l-60 {
  padding-left: 60px !important; }

.m-r-60 {
  margin-right: 60px !important; }

.p-r-60 {
  padding-right: 60px !important; }

.m-t-80 {
  margin-top: 80px !important; }

.p-t-80 {
  padding-top: 80px !important; }

.m-b-80 {
  margin-bottom: 80px !important; }

.p-b-80 {
  padding-bottom: 80px !important; }

.m-l-80 {
  margin-left: 80px !important; }

.p-l-80 {
  padding-left: 80px !important; }

.m-r-80 {
  margin-right: 80px !important; }

.p-r-80 {
  padding-right: 80px !important; }

.link {
  text-decoration: none;
  color: #93d500;
  font-size: 20px;
  font-family: nunito, sans-serif;
  font-weight: 700;
  border: none;
  background: none;
  position: relative;
  padding-right: 30px; }
  .link:after {
    content: '\276F';
    color: #D11D2B;
    padding-left: 8px;
    font-size: 16px;
    line-height: 20px; }
  .link:hover {
    text-decoration: underline; }
  .link .link__wrap {
    display: flex;
    justify-content: space-between; }

.button {
  letter-spacing: .5px;
  color: #fff;
  border: 2px solid #e44938;
  padding: 6px 15px;
  background: #e44938;
  transition: background .15s ease-in, box-shadow .25s ease-out;
  font-weight: 600;
  font-size: 16px;
  font-family: nunito, sans-serif;
  display: inline-block;
  cursor: pointer;
  text-decoration: none; }
  .button:hover {
    background: transparent;
    color: #e44938;
    font-weight: 600; }
  @media screen and (max-width: 640px) {
    .button {
      font-size: 14px; } }
  .button.button--ghost {
    color: #fff;
    background: transparent;
    font-weight: bold;
    border-color: #fff; }
    .button.button--ghost:hover {
      background: #93d500;
      border-color: #93d500; }
    .button.button--ghost.color-\#e44938 {
      border-color: #e44938;
      color: #e44938 !important;
      background: transparent !important; }
      .button.button--ghost.color-\#e44938:hover {
        background: #e44938;
        color: #fff; }
    .button.button--ghost.color-\#f17e2f {
      border-color: #f17e2f;
      color: #f17e2f !important;
      background: transparent !important;
      border-radius: 20px; }
      .button.button--ghost.color-\#f17e2f:hover {
        background: #f17e2f;
        color: #fff; }
  .button.color-\#e44938 {
    background-color: #e44938;
    border-color: #e44938; }
    .button.color-\#e44938:hover {
      background: transparent;
      color: #e44938; }
  .button.color-\#f17e2f {
    background-color: #f17e2f;
    border-color: #f17e2f;
    border-radius: 20px; }
    .button.color-\#f17e2f:hover {
      background: transparent;
      color: #f17e2f; }
  .button.color-\#95c93d {
    background-color: #95c93d;
    border-color: #95c93d;
    border-radius: 20px; }
    .button.color-\#95c93d:hover {
      background: #fff;
      color: #95c93d; }
  .button.color-\#93d500 {
    background-color: #93d500;
    border-color: #93d500; }
    .button.color-\#93d500:hover {
      background: #fff;
      color: #93d500; }

ul {
  margin: 10px 0 0 0;
  padding-left: 25px; }
  ul li {
    padding: 3px 0;
    line-height: 1.3em;
    font-family: nunito, sans-serif; }
    ul li ul {
      margin: 3px 0 0; }

ol {
  margin: 10px 0 30px 0;
  padding-left: 40px;
  list-style: none;
  counter-reset: item; }
  ol li {
    padding: 10px;
    margin: 0 0 20px 0;
    background-color: rgba(54, 82, 164, 0.2);
    color: #3652a4;
    text-transform: uppercase;
    counter-increment: item;
    position: relative; }
    ol li:before {
      margin-right: 10px;
      content: counter(item);
      background: #3652a4;
      border-radius: 100%;
      color: white;
      width: 1.2em;
      text-align: center;
      display: block;
      position: absolute;
      left: -38px;
      width: 38px;
      height: 100%;
      top: 0;
      border-radius: 0;
      line-height: 38px;
      font-size: 1.2em;
      font-weight: bold; }

.bg-l-gray {
  background-color: #f5f5f5; }

.bg-red {
  background-color: #D11D2B; }

.image__sizer {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 75%; }
  .image__sizer.image__sizer--16x9 {
    padding-top: 56.25%; }
  .image__sizer.image__sizer--21x9 {
    padding-top: 42.857%; }
  .image__sizer.image__sizer--1x1 {
    padding-top: 100%; }
  .image__sizer .image__wrap {
    overflow: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }
    .image__sizer .image__wrap img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center top; }

@media screen and (max-width: 900px) {
  .alignright,
  .alignleft {
    float: none;
    width: 100%;
    height: auto; } }
@media screen and (max-width: 640px) {
  .alignright,
  .alignleft {
    float: none;
    width: 100%;
    height: auto; } }

.form__wrap .gform_wrapper ul.gform_fields li.gfield {
  padding-right: 0; }

.form__wrap .gform_wrapper .top_label li.gfield.gf_left_half {
  margin-right: 2%; }
  @media screen and (max-width: 640px) {
    .form__wrap .gform_wrapper .top_label li.gfield.gf_left_half {
      margin-right: 0; } }

.form__wrap .gform_wrapper .top_label li.gfield.gf_left_half,
.form__wrap .gform_wrapper .top_label li.gfield.gf_right_half {
  width: 49%; }
  @media screen and (max-width: 640px) {
    .form__wrap .gform_wrapper .top_label li.gfield.gf_left_half,
    .form__wrap .gform_wrapper .top_label li.gfield.gf_right_half {
      width: 100%; } }

input[type],
select {
  border-radius: 0;
  -webkit-appearance: none;
  padding: 0 10px; }

input[type="tel"] {
  border: 1px solid #ccc; }

header {
  position: relative;
  z-index: 10; }

main {
  position: relative;
  z-index: 5; }
  main section {
    position: relative;
    z-index: 5;
    background: #fff; }

footer {
  position: relative;
  z-index: 2; }

.logo-text, .logo-link {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
  line-height: 1.15em;
  font-family: nunito, sans-serif;
  font-size: 16px;
  color: #e44938;
  font-weight: bold; }
  .logo-text.color-\#e44938, .logo-link.color-\#e44938 {
    color: #e44938 !important; }
  .logo-text.color-\#f17e2f, .logo-link.color-\#f17e2f {
    color: #f17e2f !important; }

@media screen and (max-width: 640px) {
  .logo-text {
    display: none; } }

@media screen and (max-width: 1140px) {
  .logo-wrap {
    height: 70px;
    display: flex;
    align-items: center; } }

.fixer {
  position: fixed;
  width: 100%;
  background: #fff;
  z-index: 20;
  top: 0;
  left: 0;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 0;
  padding-bottom: 0;
  transition: .25s ease-in-out; }
  @media screen and (max-width: 640px) {
    .fixer {
      padding-left: 20px;
      padding-right: 20px; } }
  .fixer.at-top {
    background: #fff; }
    .fixer.at-top .desktop ul li * {
      color: #343434; }
    .fixer.at-top .hamburger-inner, .fixer.at-top .hamburger-inner::before, .fixer.at-top .hamburger-inner::after {
      background-color: #343434; }
  .fixer:not(.at-top) .logo--white {
    opacity: 0; }
  .fixer:not(.at-top) .logo--dark {
    opacity: 1; }
  .fixer:not(.at-top) .hamburger-inner, .fixer:not(.at-top) .hamburger-inner::before, .fixer:not(.at-top) .hamburger-inner::after {
    background-color: #e44938; }
  .fixer .logo--dark {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    transition: .15s; }
  .fixer .logo--white {
    opacity: 1;
    transition: .15s; }

header.header {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  padding: 10px 0;
  left: 0;
  width: 100%;
  z-index: 10; }
  header.header .header--left {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
    z-index: 10; }
    header.header .header--left img {
      display: block;
      height: auto;
      width: auto;
      max-width: 200px;
      max-height: 80px; }
      @media only screen and (max-width: 640px) {
        header.header .header--left img {
          max-height: 70px;
          width: auto; } }
  header.header .header--right {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: flex-end;
    z-index: 10; }
    header.header .header--right .current-menu-item a {
      display: inline-block;
      position: relative; }
  header.header .desktop {
    display: block; }
    @media screen and (max-width: 1140px) {
      header.header .desktop {
        display: none; } }
    header.header .desktop .menu {
      display: inline-block;
      padding-right: 15px; }
    header.header .desktop ul {
      list-style: none; }
      header.header .desktop ul li {
        padding: 0 15px;
        display: inline-block; }
        @media screen and (max-width: 1400px) {
          header.header .desktop ul li {
            padding: 0 10px; } }
        header.header .desktop ul li * {
          color: #343434;
          text-decoration: none;
          font-family: nunito, sans-serif;
          text-transform: uppercase;
          font-size: 16px;
          letter-spacing: .5px; }
  header.header nav {
    display: none; }
    @media screen and (max-width: 1140px) {
      header.header nav {
        display: block; } }
    header.header nav .menu {
      display: block;
      padding: 0;
      margin: 0;
      list-style: none;
      width: 1280px;
      max-width: 100%; }
      header.header nav .menu.hide {
        display: none; }
      header.header nav .menu ul {
        margin: 0;
        padding: 0;
        list-style: none; }
      header.header nav .menu li {
        padding: 15px 30px;
        border-top: 2px solid #ccc; }
        header.header nav .menu li a {
          display: block;
          font-size: 30px;
          line-height: 1.5em;
          color: #343434;
          text-decoration: none;
          font-weight: bold;
          font-family: nunito, sans-serif; }
          @media screen and (max-width: 640px) {
            header.header nav .menu li a {
              font-size: 16px;
              line-height: 1.5em;
              font-weight: bold; } }
    header.header nav .mega-menu {
      display: inline-block;
      vertical-align: middle; }
      header.header nav .mega-menu.open .burg-1 {
        transform: translate(-5px, 5px) rotate(45deg);
        transform-origin: center center; }
      header.header nav .mega-menu.open .burg-2 {
        opacity: 0; }
      header.header nav .mega-menu.open .burg-3 {
        transform: translate(-5px, -6px) rotate(-45deg);
        transform-origin: center center; }
      header.header nav .mega-menu .burg-1,
      header.header nav .mega-menu .burg-2,
      header.header nav .mega-menu .burg-3 {
        transition: .35s; }
      header.header nav .mega-menu .mega-menu__button {
        width: 40px;
        height: 26px;
        padding: 0px;
        text-align: right;
        position: relative;
        z-index: 5;
        background: transparent;
        cursor: pointer;
        margin-left: 5px; }
      header.header nav .mega-menu .mega-menu__menu {
        position: fixed;
        top: 90px;
        left: 0px;
        background: #fff;
        width: 100%;
        height: calc(100% - 125px);
        min-height: 600px; }
        @media screen and (max-width: 640px) {
          header.header nav .mega-menu .mega-menu__menu {
            top: 90px;
            height: calc(100% - 90px); } }
        header.header nav .mega-menu .mega-menu__menu .mega-menu__social {
          position: absolute;
          top: 0;
          left: 0; }
  header.header .social-icons {
    display: block;
    padding: 0 35px;
    list-style: none;
    position: relative;
    top: 30px;
    width: 1280px;
    max-width: 100%;
    left: 50%;
    transform: translateX(-100%); }
    header.header .social-icons div {
      display: inline-block;
      padding-right: 15px; }
  header.header .sponsored {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #3652a4;
    padding: 15px 35px;
    width: 100%;
    text-align: center; }
    @media screen and (max-width: 640px) {
      header.header .sponsored {
        text-align: left;
        padding: 15px 35px 35px 35px; } }
    header.header .sponsored h3 {
      padding-bottom: 10px; }
    header.header .sponsored img {
      display: inline-block;
      max-width: calc(33.333% - 14px);
      width: 100px;
      height: auto;
      vertical-align: middle;
      padding: 10px 0;
      margin: 0 10px 0 10px; }
      @media screen and (max-width: 640px) {
        header.header .sponsored img {
          margin: 0 10px 0 0; } }

.mega-menu .mega-menu__menu {
  transform: scale(0, 1);
  transform-origin: center center;
  opacity: 0;
  transition: transform 0s, opacity .45s;
  transition-property: transform, opacity;
  transition-delay: .65s, .25s; }
.mega-menu.open .mega-menu__menu {
  transform: scale(1, 1);
  opacity: 1;
  transition: transform 0s, opacity .45s;
  transition-property: transform, opacity;
  transition-delay: 0s, 0s; }
.mega-menu.open .social-icons {
  animation: sRightSoc forwards;
  animation-duration: .65s;
  animation-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  animation-delay: 1.4s; }
.mega-menu:not(.open) .social-icons {
  animation: sLeftSoc backwards;
  animation-duration: .65s;
  animation-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  animation-delay: 1s; }
.mega-menu .menu-item {
  transform: translateX(-100%); }
.mega-menu.open li.menu-item:nth-of-type(1) {
  animation: sRight forwards;
  animation-duration: .65s;
  animation-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  animation-delay: 0.2s; }
.mega-menu.open li.menu-item:nth-of-type(2) {
  animation: sRight forwards;
  animation-duration: .65s;
  animation-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  animation-delay: 0.4s; }
.mega-menu.open li.menu-item:nth-of-type(3) {
  animation: sRight forwards;
  animation-duration: .65s;
  animation-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  animation-delay: 0.6s; }
.mega-menu.open li.menu-item:nth-of-type(4) {
  animation: sRight forwards;
  animation-duration: .65s;
  animation-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  animation-delay: 0.8s; }
.mega-menu.open li.menu-item:nth-of-type(5) {
  animation: sRight forwards;
  animation-duration: .65s;
  animation-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  animation-delay: 1s; }
.mega-menu.open li.menu-item:nth-of-type(6) {
  animation: sRight forwards;
  animation-duration: .65s;
  animation-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  animation-delay: 1.2s; }
.mega-menu.open li.menu-item:nth-of-type(7) {
  animation: sRight forwards;
  animation-duration: .65s;
  animation-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  animation-delay: 1.4s; }
.mega-menu.open li.menu-item:nth-of-type(8) {
  animation: sRight forwards;
  animation-duration: .65s;
  animation-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  animation-delay: 1.6s; }
.mega-menu.open li.menu-item:nth-of-type(9) {
  animation: sRight forwards;
  animation-duration: .65s;
  animation-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  animation-delay: 1.8s; }
.mega-menu.open li.menu-item:nth-of-type(10) {
  animation: sRight forwards;
  animation-duration: .65s;
  animation-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  animation-delay: 2s; }
.mega-menu:not(.open) li.menu-item:nth-of-type(1) {
  animation: sLeft backwards;
  animation-duration: .65s;
  animation-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  animation-delay: 0.1s; }
.mega-menu:not(.open) li.menu-item:nth-of-type(2) {
  animation: sLeft backwards;
  animation-duration: .65s;
  animation-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  animation-delay: 0.2s; }
.mega-menu:not(.open) li.menu-item:nth-of-type(3) {
  animation: sLeft backwards;
  animation-duration: .65s;
  animation-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  animation-delay: 0.3s; }
.mega-menu:not(.open) li.menu-item:nth-of-type(4) {
  animation: sLeft backwards;
  animation-duration: .65s;
  animation-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  animation-delay: 0.4s; }
.mega-menu:not(.open) li.menu-item:nth-of-type(5) {
  animation: sLeft backwards;
  animation-duration: .65s;
  animation-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  animation-delay: 0.5s; }
.mega-menu:not(.open) li.menu-item:nth-of-type(6) {
  animation: sLeft backwards;
  animation-duration: .65s;
  animation-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  animation-delay: 0.6s; }
.mega-menu:not(.open) li.menu-item:nth-of-type(7) {
  animation: sLeft backwards;
  animation-duration: .65s;
  animation-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  animation-delay: 0.7s; }
.mega-menu:not(.open) li.menu-item:nth-of-type(8) {
  animation: sLeft backwards;
  animation-duration: .65s;
  animation-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  animation-delay: 0.8s; }
.mega-menu:not(.open) li.menu-item:nth-of-type(9) {
  animation: sLeft backwards;
  animation-duration: .65s;
  animation-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  animation-delay: 0.9s; }
.mega-menu:not(.open) li.menu-item:nth-of-type(10) {
  animation: sLeft backwards;
  animation-duration: .65s;
  animation-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  animation-delay: 1s; }
@keyframes sRight {
  0% {
    transform: translateX(-100%); }
  100% {
    transform: translateX(0); } }
@keyframes sLeft {
  0% {
    transform: translateX(0); }
  100% {
    transform: translateX(-100%); } }
@keyframes sRightSoc {
  0% {
    transform: translateX(-100%); }
  100% {
    transform: translateX(-50%); } }
@keyframes sLeftSoc {
  0% {
    transform: translateX(-50%); }
  100% {
    transform: translateX(-100%); } }
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 0;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }
  .hamburger:focus {
    outline: none; }

 /*
	.hamburger:hover {
   opacity: 0.7; }
  .hamburger.is-active:hover {
   opacity: 0.7; }
*/
.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 40px;
  height: 4px;
  background-color: #fff;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease; }

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block; }

.hamburger-inner::before {
  top: -10px; }

.hamburger-inner::after {
  bottom: -10px; }

/*
* Spin
*/
.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; }

.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out; }

.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

footer {
  background: #fff;
  padding: 80px 0;
  text-align: center;
  position: relative;
  z-index: 2; }
  @media screen and (max-width: 640px) {
    footer {
      padding: 40px 0; } }
  footer h3 {
    padding-bottom: 15px; }
  footer a {
    color: #333;
    text-decoration: none; }
  footer .rights {
    padding: 15px 0 15px 0; }
  footer .mid * {
    vertical-align: middle;
    display: inline-block;
    margin: 0px 2px; }
  footer .email {
    padding-top: 2px; }
    @media screen and (max-width: 640px) {
      footer .email {
        font-size: 12px; } }
  footer .footer-logo {
    max-width: 200px;
    height: auto;
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translate(0, -50%); }
    @media screen and (max-width: 640px) {
      footer .footer-logo {
        position: static;
        transform: none;
        margin-top: 20px; } }

        .hero {
          overflow: hidden;
          background: #e44938;
          height: calc(100vh - 320px);
          min-height: 800px;
          display: flex;
          align-items: center;
          background-size: cover;
          background-repeat: no-repeat;
          background-position: center bottom;
          position: relative;
          min-height: 650px;
        }
        @media screen and (max-width: 640px) {
          .hero {
            min-height: 400px;
            height: auto;
          }
        }
        .hero.bg-color {
          padding-top: 0;
          padding-bottom: 0;
          margin-top: 0;
          margin-top: 66.5px;
        }
        .hero .info {
          max-width: 1024px;
          text-align: center;
          margin: 0 auto;
        }
        @media screen and (max-width: 640px) {
          .hero .info {
            padding: 210px 0 80px;
          }
        }
        @media screen and (max-width: 500px) {
          .hero .info {
            padding: 160px 0 40px;
          }
        }
        .hero .row {
          flex: 1;
        }

.sub-hero {
  height: 200px;
  background: #e44938; }

.stronger .slider .text,
.stronger .slider p {
  color: #fff; }

.slider {
  position: relative;
  z-index: 2;
  background: #93d500;
  background-size: cover; }
  @media screen and (max-width: 640px) {
    .slider {
      background: #93d500;
       } }
  .slider .full-width-row [class^='col-'] {
    padding-left: 1.25rem;
    padding-right: 1.25rem; }
    @media screen and (max-width: 640px) {
      .slider .full-width-row [class^='col-'] {
        padding-left: 0;
        padding-right: 0; } }
  .slider h3 {
    margin-bottom: 5px; }
    @media screen and (max-width: 640px) {
      .slider h3 {
        margin-top: 20px; } }
  @media screen and (max-width: 640px) {
    .slider .button {
      margin-bottom: 20px; } }
 
  .slider .prev a {
    display: block;
    width: 30px;
    height: 50px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 5; }
    @media screen and (max-width: 640px) {
      .slider .prev a {
        top: 50%;
        /* bottom: 0; */
        transform: translateY(-50%);
        left: 1rem; } }
  .slider .next a {
    display: block;
    width: 30px;
    height: 50px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: 5; }
    @media screen and (max-width: 640px) {
      .slider .next a {
        top: 50%;
        /* bottom: 0; */
        transform: translateY(-50%);
        right: 1rem; } }
  .slider .prev a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='far' data-icon='chevron-left' class='svg-inline--fa fa-chevron-left fa-w-8' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 512'%3E%3Cpath fill='%23ffffff' d='M231.293 473.899l19.799-19.799c4.686-4.686 4.686-12.284 0-16.971L70.393 256 251.092 74.87c4.686-4.686 4.686-12.284 0-16.971L231.293 38.1c-4.686-4.686-12.284-4.686-16.971 0L4.908 247.515c-4.686 4.686-4.686 12.284 0 16.971L214.322 473.9c4.687 4.686 12.285 4.686 16.971-.001z'%3E%3C/path%3E%3C/svg%3E"); }
  .slider .next a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='far' data-icon='chevron-right' class='svg-inline--fa fa-chevron-right fa-w-8' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 512'%3E%3Cpath fill='%23ffffff' d='M24.707 38.101L4.908 57.899c-4.686 4.686-4.686 12.284 0 16.971L185.607 256 4.908 437.13c-4.686 4.686-4.686 12.284 0 16.971L24.707 473.9c4.686 4.686 12.284 4.686 16.971 0l209.414-209.414c4.686-4.686 4.686-12.284 0-16.971L41.678 38.101c-4.687-4.687-12.285-4.687-16.971 0z'%3E%3C/path%3E%3C/svg%3E"); }
  @media screen and (max-width: 640px) {
    .slider .image__sizer.image__sizer--1x1 {
      padding-top: 56.25%; } }

.image-links .row {
  margin-left: 1.25em;
  margin-right: 1.25em;
  flex-wrap: nowrap; }
  @media screen and (max-width: 640px) {
    .image-links .row {
      margin-left: .75em;
      margin-right: .75em;
      overflow-x: scroll; } }
.image-links .image__item {
  position: relative;
  flex: 1;
  margin: 0 1.25em;
  max-height: 400px;
  overflow: hidden; }
  @media screen and (max-width: 640px) {
    .image-links .image__item {
      min-width: 80vw;
      margin: 0 0;
      margin: 0 .75em 15px .75em; } }
  .image-links .image__item:before {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    opacity: .3;
    z-index: 5;
    transition: .25s ease-in; }
  .image-links .image__item:hover:before {
    opacity: 0; }
  .image-links .image__item:hover .image__sizer img {
    filter: grayscale(0%); }
  .image-links .image__item .image__sizer {
    padding-top: 100%; }
    .image-links .image__item .image__sizer img {
      transition: .35s ease-in;
      filter: grayscale(100%); }
  .image-links .image__item h3 {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 80%;
    width: 500px;
    z-index: 10;
    text-transform: uppercase;
    text-shadow: 2px 2px 5px #333; }

.image-row {
  padding: 80px 0;
  background: #93d500; }
  @media screen and (max-width: 640px) {
    .image-row {
      padding: 40px 0; } }
  .image-row[style*='eaf3d6'] .title {
    color: #343434; }
  .image-row .rel {
    position: relative; }
  .image-row .row [class^="col"]:first-of-type {
    border-left: 1px solid #fff; }
    @media screen and (max-width: 900px) {
      .image-row .row [class^="col"]:first-of-type {
        border-left: none; } }
  @media screen and (max-width: 900px) {
    .image-row .row [class^="col"]:nth-of-type(odd) {
      border-right: 1px solid #fff; } }
  @media screen and (max-width: 900px) {
    .image-row .row [class^="col"]:nth-of-type(1),
    .image-row .row [class^="col"]:nth-of-type(2) {
      border-bottom: 1px solid #fff; } }
  .image-row .row [class^="col"] {
    border-right: 1px solid #fff; }
    @media screen and (max-width: 900px) {
      .image-row .row [class^="col"] {
        border-right: none; } }
  .image-row .image__item {
    padding: 0 15px;
    text-align: center; }
    @media screen and (max-width: 900px) {
      .image-row .image__item {
        padding: 15px; } }
  .image-row .title {
    padding: 30px 0 0 0;
    color: #fff;
    width: 100%;
    text-align: center;
    font-weight: bold; }
  .image-row.bg-color {
    margin-top: 0; }
  .image-row .image__sizer .image__wrap img {
    max-width: 80%;
    object-fit: contain; }
  .image-row .icon-wrap {
    max-width: 120px;
    margin: 0 auto; }

.pdf-downloads .embed__wrap {
  position: relative; }
  .pdf-downloads .embed__wrap .embed {
    width: 100%;
    height: auto;
    margin: 0 auto; }
.pdf-downloads .downloads {
  display: flex;
  justify-content: space-between; }
  @media screen and (max-width: 640px) {
    .pdf-downloads .downloads {
      display: block; } }
  .pdf-downloads .downloads > * {
    display: block;
    width: 280px;
    text-align: center; }
    @media screen and (max-width: 640px) {
      .pdf-downloads .downloads > * {
        display: block;
        width: 320px;
        text-align: center;
        margin: 0 auto 15px auto; }
        .pdf-downloads .downloads > *:last-of-type {
          margin-bottom: 0; } }
.pdf-downloads .button__container {
  text-align: center; }

.border--green .border {
  height: 2px;
  width: 100%;
  background: #90b453; }

.accordion.section-pad {
  padding-top: 40px; }
  @media screen and (max-width: 640px) {
    .accordion.section-pad {
      padding-top: 40px; } }
.accordion div[class*='-section'] {
  padding: 0 0 15px 0; }
.accordion .gallery-section {
  margin-top: 30px; }
  .accordion .gallery-section .text--red {
    text-align: center; }
  .accordion .gallery-section h5 {
    padding-bottom: 15px; }
  .accordion .gallery-section .text--red {
    font-weight: bold; }
.accordion .text-section {
  column-gap: 40px; }
  @media screen and (max-width: 640px) {
    .accordion .text-section {
      columns: 1 !important; } }
  .accordion .text-section h5 {
    padding-top: 10px; }
  .accordion .text-section h6 * {
    color: #90b453; }
.accordion .list-section .entry__title {
  color: #D11D2B;
  margin: 15px 0 0 0;
  font-weight: bold; }
.accordion .list-section .text * {
  margin: 0 0 0 0; }
.accordion div.image-text-split-section {
  padding-top: 30px; }
  .accordion div.image-text-split-section div[class*="col-"] {
    display: flex;
    align-items: center; }
  .accordion div.image-text-split-section .image__sizer {
    position: relative;
    width: 100%;
    height: 100%;
    padding-top: 0;
    min-height: 360px; }
    .accordion div.image-text-split-section .image__sizer img {
      object-position: center center; }
    @media screen and (max-width: 640px) {
      .accordion div.image-text-split-section .image__sizer {
        height: 0;
        min-height: auto;
        padding-top: 75%; } }
  .accordion div.image-text-split-section .info {
    padding: 30px 0; }
    @media screen and (max-width: 640px) {
      .accordion div.image-text-split-section .info {
        padding: 0; } }
    @media screen and (max-width: 640px) {
      .accordion div.image-text-split-section .info h5 {
        padding-top: 15px; } }
.accordion .ac {
  overflow: hidden;
  border-top: 2px solid #90b453; }
  .accordion .ac:last-of-type {
    border-bottom: 2px solid #90b453; }
  .accordion .ac:focus {
    outline: none; }
  .accordion .ac.is-active .ac-q .plus-minus div:last-of-type {
    height: 3px;
    width: 20px;
    background: #D11D2B;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  .accordion .ac.is-active .ac-a {
    margin: 15px 0 30px; }
  .accordion .ac .ac-a {
    padding-left: 45px; }
    @media screen and (max-width: 640px) {
      .accordion .ac .ac-a {
        padding-left: 0; } }
  .accordion .ac .ac-q {
    padding: 15px 0 15px 45px;
    cursor: pointer;
    vertical-align: middle;
    position: relative; }
    .accordion .ac .ac-q:focus {
      outline: none; }
    .accordion .ac .ac-q .plus-minus {
      position: absolute;
      left: 2px;
      top: 17px;
      height: 20px;
      width: 20px;
      z-index: -1; }
      .accordion .ac .ac-q .plus-minus div:first-of-type {
        height: 3px;
        width: 20px;
        background: #D11D2B;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
      .accordion .ac .ac-q .plus-minus div:last-of-type {
        height: 3px;
        width: 20px;
        background: #D11D2B;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) rotate(270deg);
        transition: .35s ease-in; }

.short-hero {
  margin-top: 125px; }
  @media screen and (max-width: 640px) {
    .short-hero {
      margin-top: 110px; } }

.pdf-calendar {
  background: #ececec; }
  .pdf-calendar .embed__wrap {
    position: relative; }
    .pdf-calendar .embed__wrap .embed {
      width: 100%;
      height: auto;
      margin: 0 auto; }
  .pdf-calendar .calendar__controls {
    background: #fff;
    padding: 0px;
    margin-top: 60px;
    display: block;
    justify-content: space-between;
    align-items: center; }
    @media screen and (max-width: 640px) {
      .pdf-calendar .calendar__controls {
        padding: 30px 0; } }
    .pdf-calendar .calendar__controls button:focus, .pdf-calendar .calendar__controls button:active {
      outline: none;
      border: none; }
    .pdf-calendar .calendar__controls [data-direction="prev"] span {
      display: inline-block;
      font-weight: bold;
      font-family: "AmisPro", serif !important;
      font-size: 14px; }
      .pdf-calendar .calendar__controls [data-direction="prev"] span:before {
        content: '\276E';
        color: #fff;
        padding-right: 8px;
        font-size: 16px;
        line-height: 20px; }
        @media screen and (max-width: 640px) {
          .pdf-calendar .calendar__controls [data-direction="prev"] span:before {
            content: ''; } }
    .pdf-calendar .calendar__controls [data-direction="next"] span {
      display: inline-block;
      font-weight: bold;
      font-family: "AmisPro", serif !important;
      font-size: 14px; }
      .pdf-calendar .calendar__controls [data-direction="next"] span:after {
        content: '\276F';
        color: #fff;
        padding-left: 8px;
        font-size: 16px;
        line-height: 20px; }
        @media screen and (max-width: 640px) {
          .pdf-calendar .calendar__controls [data-direction="next"] span:after {
            content: ''; } }
    @media screen and (max-width: 640px) {
      .pdf-calendar .calendar__controls .cal-button {
        width: auto; } }
    .pdf-calendar .calendar__controls .cal-button .desktop {
      display: inline;
      color: #fff; }
      @media screen and (max-width: 640px) {
        .pdf-calendar .calendar__controls .cal-button .desktop {
          display: none; } }
    .pdf-calendar .calendar__controls .cal-button .mobile {
      display: none; }
      @media screen and (max-width: 640px) {
        .pdf-calendar .calendar__controls .cal-button .mobile {
          display: inline-block;
          height: 37px; } }
    .pdf-calendar .calendar__controls .calendar-buttons {
      width: 100%;
      background: #D11D2B;
      display: flex;
      justify-content: space-between; }
  .pdf-calendar .date-filter {
    display: flex;
    align-items: center;
    padding: 30px; }
    @media screen and (max-width: 640px) {
      .pdf-calendar .date-filter {
        display: block;
        text-align: center; } }
    @media screen and (max-width: 640px) {
      .pdf-calendar .date-filter .select-css {
        margin: 0 auto;
        width: 80%; } }
    .pdf-calendar .date-filter .preview-pdf {
      margin-left: auto; }
    .pdf-calendar .date-filter .current-month, .pdf-calendar .date-filter .preview-pdf {
      cursor: pointer;
      padding-left: 10px;
      font-weight: bold;
      color: #D11D2B;
      font-size: 14px;
      text-decoration: none; }
      @media screen and (max-width: 640px) {
        .pdf-calendar .date-filter .current-month, .pdf-calendar .date-filter .preview-pdf {
          padding-top: 20px;
          padding-bottom: 0px;
          color: #D11D2B; } }
  .pdf-calendar .button__container {
    text-align: center; }
    @media screen and (max-width: 640px) {
      .pdf-calendar .button__container {
        background: #fff;
        margin-top: -6px; } }
  .pdf-calendar .select-css {
    display: block;
    font-size: 16px;
    font-family: nunito, sans-serif;
    font-weight: 700;
    color: #999;
    line-height: 1.3em;
    padding: 11px;
    width: 200px;
    max-width: 100%;
    box-sizing: border-box;
    margin: 0;
    border: 1px solid #ddd;
    border-radius: 3px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAbCAYAAABiFp9rAAAABGdBTUEAALGPC/xhBQAAADhlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAAqACAAQAAAABAAAAGqADAAQAAAABAAAAGwAAAABSYb2AAAAAo0lEQVRIDe2VUQ6AIAiGs3UkT+F99RTeqaSlslSCB31osLXRz1/AV5vbNogYo4drUG7kL//RPFEFV1NWRvrNMzVpYrWhTWFP9dlNYARX0FlrDR4qbXrC/VvHHpyP/FmHjZZE2ajTLSTt3qpT60mkH34Gyct6DVjaenTcj84aH5kysWUbaSNEX5YqOhkv5FZ0CIYsVXQyXsj9P3RLT1g462eHvwBdVy16xxxLpQAAAABJRU5ErkJggg==");
    background-repeat: no-repeat, repeat;
    background-position: right .7em top 50%, 0 0;
    background-size: 20px 20px; }
  .pdf-calendar .select-css::-ms-expand {
    display: none; }
  .pdf-calendar .select-css:hover {
    border-color: #888; }
  .pdf-calendar .select-css:focus {
    border-color: #aaa;
    box-shadow: 0 0 1px 3px rgba(59, 153, 252, 0.7);
    box-shadow: 0 0 0 3px -moz-mac-focusring;
    color: #222;
    outline: none; }
  .pdf-calendar .select-css option {
    font-weight: normal; }
    .news-sec {
      margin-top: 66.5px;
    }
    .news-sec.section-pad {
      padding-top: 40px;
    }
    .news-sec .color-wrap {
      background: #e44938;
      padding: 30px 10px;
    }
    .news-sec .news-search {
      padding: 40px 10px;
    }
    .news-sec .title-row {
      display: flex;
      align-items: center;
    }
    @media screen and (max-width: 900px) {
      .news-sec .title-row {
        display: block;
      }
    }
    .news-sec .title-row h1 {
      min-width: 270px;
    }
    .news-sec .news__item {
      height: 100%;
      background: #ececec;
      position: relative;
    }
    @media screen and (max-width: 900px) {
      .news-sec .news__item .image__sizer {
        height: 300px;
      }
    }
    .news-sec .news__item .info {
      padding: 15px 15px 30px 15px;
      background: #ececec;
    }
    .news-sec .news__item .date {
      margin: 7px 0;
      font-weight: 700;
    }
    .news-sec .news__item .excerpt {
      padding-bottom: 15px;
    }
    .news-sec .grid-item {
      float: left;
      width: 33%;
      padding: 10px;
      height: auto;
    }
    @media screen and (max-width: 900px) {
      .news-sec .grid-item {
        width: 50%;
      }
    }
    @media screen and (max-width: 640px) {
      .news-sec .grid-item {
        width: 100%;
      }
    }
    .news-sec .hide {
      display: none !important;
    }
    .news-sec form {
      width: 500px;
      max-width: 100%;
      padding: 0 20px;
      position: relative;
    }
    .news-sec form .spinner {
      position: absolute;
      right: -70px;
      top: 15px;
      display: none;
    }
    @media screen and (max-width: 640px) {
      .news-sec form .spinner {
        left: 50%;
        right: unset;
        top: unset;
        bottom: -100%;
        transform: translateX(-50%);
      }
    }
    .news-sec form .spinner.active {
      display: block;
    }
    .news-sec .load-more-row .spinner {
      position: absolute;
      left: calc(50% - 35px);
      bottom: 0;
      display: none;
    }
    .news-sec .load-more-row .spinner.active {
      display: block;
    }
    .news-sec #search {
      border: 2px solid #ccc;
      padding: 10px 52px 10px 12px;
      border-radius: 1px;
      width: 100%;
      height: 46px;
      display: block;
    }
    .news-sec [type="submit"] {
      border: none;
      background: #fff;
      display: block;
      padding: 9px 16px;
      position: absolute;
      right: 22px;
      height: 42px;
      top: 2px;
      z-index: 5;
    }
    .news-sec .spinner {
      width: 70px;
      text-align: center;
    }
    .news-sec .spinner > div {
      width: 18px;
      height: 18px;
      background-color: #e44938;
      border-radius: 100%;
      display: inline-block;
      -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
      animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    }
    .news-sec .spinner .bounce1 {
      -webkit-animation-delay: -0.32s;
      animation-delay: -0.32s;
    }
    .news-sec .spinner .bounce2 {
      -webkit-animation-delay: -0.16s;
      animation-delay: -0.16s;
    }
    @-webkit-keyframes sk-bouncedelay {
      0%, 80%, 100% {
        -webkit-transform: scale(0);
      }
      40% {
        -webkit-transform: scale(1);
      }
    }
    @keyframes sk-bouncedelay {
      0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
      }
      40% {
        -webkit-transform: scale(1);
        transform: scale(1);
      }
    }
.lists-columns {
  background: #f3f3f3; }
  @media screen and (max-width: 640px) {
    .lists-columns {
      margin-top: 0; } }
  .lists-columns h2 {
    padding-bottom: 30px; }
  .lists-columns ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    .lists-columns ul li {
      padding: 0 0 10px 0; }

      .news-single {
        padding-bottom: 80px;
        border-bottom: 1px solid #999;
      }
      .news-single .super {
        display: inline-block;
        margin-bottom: 20px;
        padding-bottom: 10px;
        text-transform: uppercase;
        position: relative;
      }
      @media screen and (max-width: 640px) {
        .news-single .super {
          font-size: 16px;
        }
      }
      .news-single .date {
        font-size: 0.9em;
        font-style: italic;
        margin: 15px 0;
        font-weight: bold;
      }
      .single-hero {
        margin-top: 66.5px;
      }
      .image__sizer.image__sizer--600 {
        padding-top: 0;
        height: 600px;
      }
      .image__sizer.image__sizer--600 img {
        object-position: center center;
      }
      @media screen and (max-width: 640px) {
        .image__sizer.image__sizer--600 {
          min-height: 400px;
          height: auto;
        }
      }

.text-image {
  position: relative;
z-index: 2; }
  .text-image .row {
    position: relative;
    z-index: 5; }
  .text-image .info {
    display: flex;
    height: 100%; }
    @media screen and (max-width: 900px) {
      .text-image .info {
        padding-bottom: 30px;
        text-align: center; } }
  .text-image .order-2 {
    order: 2; }
    @media screen and (max-width: 900px) {
      .text-image .order-2 {
        order: 0; } }
  .text-image .image {
    margin: 0 auto;
    display: block;
    max-width: 100%;
    height: auto; }
    @media screen and (max-width: 900px) {
      .text-image .image {
        max-width: 90%; } }

.tabs-section {
  text-align: center; }
  .tabs-section .tabs-wrap {
    position: relative;
    padding: 45px 0; }
    .tabs-section .tabs-wrap:before {
      content: '';
      position: absolute;
      top: 0;
      left: 50%;
      width: 200px;
      height: 2px;
      background: #e44938;
      transform: translate(-50%, 0);
      z-index: 10; }
    .tabs-section .tabs-wrap:after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 50%;
      width: 200px;
      height: 2px;
      background: #e44938;
      transform: translate(-50%, 0);
      z-index: 10; }
    @media screen and (max-width: 640px) {
      .tabs-section .tabs-wrap {
        margin-bottom: 60px; } }
  .tabs-section .tabs {
    max-width: 900px;
    margin: 0 auto;
    position: relative; }
    @media screen and (max-width: 1100px) and (min-width: 640px) {
      .tabs-section .tabs {
        max-width: 86%; } }
  .tabs-section .slick-arrow.prev {
    position: absolute;
    opacity: .4;
    bottom: 50%;
    left: 0;
    transform: translate(-150%, -50%);
    width: 60px;
    height: 30px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='fal' data-icon='long-arrow-left' class='svg-inline--fa fa-long-arrow-left fa-w-14' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='currentColor' d='M136.97 380.485l7.071-7.07c4.686-4.686 4.686-12.284 0-16.971L60.113 273H436c6.627 0 12-5.373 12-12v-10c0-6.627-5.373-12-12-12H60.113l83.928-83.444c4.686-4.686 4.686-12.284 0-16.971l-7.071-7.07c-4.686-4.686-12.284-4.686-16.97 0l-116.485 116c-4.686 4.686-4.686 12.284 0 16.971l116.485 116c4.686 4.686 12.284 4.686 16.97-.001z'%3E%3C/path%3E%3C/svg%3E"); }
    @media screen and (max-width: 640px) {
      .tabs-section .slick-arrow.prev {
        display: none !important; } }
  .tabs-section .slick-arrow.next {
    position: absolute;
    opacity: .4;
    bottom: 50%;
    right: 0;
    transform: translate(150%, -50%);
    width: 60px;
    height: 30px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='fal' data-icon='long-arrow-right' class='svg-inline--fa fa-long-arrow-right fa-w-14' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='currentColor' d='M311.03 131.515l-7.071 7.07c-4.686 4.686-4.686 12.284 0 16.971L387.887 239H12c-6.627 0-12 5.373-12 12v10c0 6.627 5.373 12 12 12h375.887l-83.928 83.444c-4.686 4.686-4.686 12.284 0 16.971l7.071 7.07c4.686 4.686 12.284 4.686 16.97 0l116.485-116c4.686-4.686 4.686-12.284 0-16.971L328 131.515c-4.686-4.687-12.284-4.687-16.97 0z'%3E%3C/path%3E%3C/svg%3E"); }
    @media screen and (max-width: 640px) {
      .tabs-section .slick-arrow.next {
        bottom: 0;
        right: 50%;
        transform: translate(50%, 105px); } }
  .tabs-section .quote * {
    font-family: "AmisPro", serif !important;
    font-size: 36px;
    line-height: 1.3em;
    font-style: italic; }
    @media screen and (max-width: 900px) {
      .tabs-section .quote * {
        font-size: 21px; } }
  .tabs-section .attribution {
    color: #90b453;
    font-size: 16px;
    text-transform: uppercase;
    padding-top: 30px;
    font-weight: 600; }
  .tabs-section .slick-track {
    display: flex;
    align-items: center; }

.parallax-fixed {
  margin-top: 80px; }
  @media screen and (max-width: 640px) {
    .parallax-fixed {
      margin-top: 40px; } }
  .parallax-fixed .parallax-window {
    background: transparent;
    min-height: 800px;
    position: relative;
    opacity: 0;
    animation: fadeIn .25s ease-out;
    animation-fill-mode: forwards; }
    @media screen and (max-width: 900px) {
      .parallax-fixed .parallax-window {
        min-height: 400px; } }
    @media screen and (max-width: 640px) {
      .parallax-fixed .parallax-window {
        min-height: 300px; } }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
    .parallax-fixed .parallax-window.full-height {
      min-height: 100vh; }
    .parallax-fixed .parallax-window.none {
      height: 300px; }
    .parallax-fixed .parallax-window .info {
      position: absolute;
      z-index: 99;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      text-align: center;
      width: calc(100% - 40px);
      max-width: 1024px; }
      .parallax-fixed .parallax-window .info p, .parallax-fixed .parallax-window .info p * {
        color: #90b453;
        text-align: left; }
      .parallax-fixed .parallax-window .info h1, .parallax-fixed .parallax-window .info h2, .parallax-fixed .parallax-window .info h1 *, .parallax-fixed .parallax-window .info h2 * {
        color: #fff; }
      .parallax-fixed .parallax-window .info .button {
        margin-top: 20px; }

.content[white-text="true"] p, .content[white-text="true"] * {
  color: #fff; }
.content.bg-color h2, .content.bg-color h3 {
  color: #fff; }
.content hr {
  max-width: 100px;
  margin: 30px auto;
  display: block;
  height: auto;
  border: none;
  border-top: 2px solid #e44938; }
.content .side-image-1 {
  position: absolute;
  max-width: 300px;
  height: auto; }
  @media screen and (max-width: 900px) {
    .content .side-image-1 {
      display: none; } }
  .content .side-image-1.right {
    right: calc(50% - 450px);
    top: 50%;
    transform: translate(110%, -50%); }
  .content .side-image-1.right-bottom {
    right: calc(50% - 450px);
    bottom: 30px;
    transform: translate(110%, 0); }
  .content .side-image-1.left-top {
    left: calc(50% - 450px);
    top: 0;
    transform: translate(-110%, -30%); }
  .content .side-image-1.left-center {
    left: calc(50% - 450px);
    top: 10%;
    transform: translate(-110%, 0); }

.contact-form {
  background: #f5f5f5;
  position: relative;
  z-index: 2; }
  .contact-form .text {
    text-align: center; }
    @media screen and (max-width: 640px) {
      .contact-form .text {
        text-align: left; } }
    .contact-form .text a {
      text-decoration-color: #333; }
  .contact-form h2 {
    color: #e44938;
    text-align: center; }
  @media screen and (max-width: 900px) {
    .contact-form label {
      font-size: 12px !important; } }
  @media screen and (max-width: 640px) {
    .contact-form label {
      font-size: 16px !important; } }
  .contact-form .gform_footer {
    text-align: center; }
  .contact-form input[type="submit"] {
    display: inline-block;
    margin-right: 0;
    padding: 6px 15px; }
    @media screen and (max-width: 640px) {
      .contact-form input[type="submit"] {
        max-width: 160px; } }
  .contact-form .color-\#e44938 input[type="submit"] {
    background: #e44938 !important;
    border-color: #e44938 !important; }
    .contact-form .color-\#e44938 input[type="submit"]:hover {
      background: #fff !important;
      color: #e44938 !important; }
  .contact-form .color-\#f17e2f input[type="submit"] {
    background: #f17e2f !important;
    border-color: #f17e2f !important;
    border-radius: 20px; }
    .contact-form .color-\#f17e2f input[type="submit"]:hover {
      background: #fff !important;
      color: #f17e2f !important; }
  .contact-form input[type="text"],
  .contact-form select {
    height: 32px;
    border: 1px solid #cccccc;
    border-radius: 8;
    background: #fff; }
  .contact-form .gfield_required {
    color: #333 !important; }

    .contact-form li#field_1_22 {
      width: 49%;
      float: left;
      margin-right: 16px;
    }

    @media screen and (max-width: 640px) {
      .contact-form li#field_1_22 {
        width: 100%;
        float: none;
        margin-right: 0;
      } }

      .contact-form input#input_1_5{
        line-height: normal;
      }

.contact-sticky {
  margin-top: -35px;
  display: none; }
  @media screen and (max-width: 640px) {
    .contact-sticky {
      border-top: 2px solid #fff;
      display: block;
      position: sticky;
      bottom: 0;
      right: 0;
      z-index: 5;
      animation: slideIn .25s ease-out;
      animation-fill-mode: forwards;
      transform: translateY(100%);
      animation-delay: 1s; } }
  .contact-sticky .button {
    width: 100%;
    text-align: center;
    padding: 9px 15px; }
    .contact-sticky .button.color-\#95c93d {
      background: #95c93d; }
    .contact-sticky .button.color-\#93d500 {
      background: #93d500; }

@keyframes slideIn {
  0% {
    transform: translateY(100%); }
  100% {
    transform: translateY(0%); } }
.stat-cards {
  position: relative;
  z-index: 2;
  padding: 80px 0 120px;
  overflow: hidden; }
  @media screen and (max-width: 640px) {
    .stat-cards {
      padding: 40px 0; } }
  .stat-cards h2.color-\#f17e2f {
    color: #fff !important; }
  .stat-cards .row--small {
    max-width: 800px;
    position: relative;
    z-index: 5; }
  .stat-cards .row > div .stat-card {
    margin-top: 0px; }
    @media screen and (max-width: 640px) {
      .stat-cards .row > div .stat-card {
        margin-top: 40px; } }
  .stat-cards .row > div:nth-of-type(n + 3) .stat-card {
    margin-top: 40px; }
  @media screen and (max-width: 640px) {
    .stat-cards .row > div:nth-of-type(1) .stat-card {
      margin-top: 0px; } }
  .stat-cards .stat-card {
    position: relative;
    box-shadow: 3px 3px 15px rgba(55, 55, 55, 0.7);
    padding: 25px 20px;
    background: #fff; }
    .stat-cards .stat-card.color-\#5b6670 {
      background: #5b6670; }
      .stat-cards .stat-card.color-\#5b6670 .info * {
        color: #fff; }
    .stat-cards .stat-card .icon {
      position: absolute;
      top: 50%;
      left: 20px;
      transform: translateY(-50%); }
      .stat-cards .stat-card .icon img {
        width: 50px;
        height: auto;
        display: block; }
    .stat-cards .stat-card .info {
      margin-left: 70px; }
    .stat-cards .stat-card .stat {
      font-size: 28px; }
  .stat-cards .bg-large {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0; }
    .stat-cards .bg-large img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: right bottom; }
      @media screen and (max-width: 640px) {
        .stat-cards .bg-large img {
          object-position: left top; } }
  .stat-cards .bg-small {
    width: 300px;
    height: auto;
    position: absolute;
    z-index: 2;
    top: -5%;
    left: calc(50% - 450px);
    transform: translateX(-90%); }
    @media screen and (max-width: 640px) {
      .stat-cards .bg-small {
        display: none; } }
    .stat-cards .bg-small.bottom-left {
      top: unset;
      bottom: 0;
      width: auto; }
      .stat-cards .bg-small.bottom-left img {
        width: auto;
        height: auto;
        max-width: 240px;
        max-height: 440px;
        display: block; }
    .stat-cards .bg-small img {
      width: 100%;
      height: auto;
      display: block; }
  .stat-cards .bg-small-2 {
    width: 300px;
    height: auto;
    position: absolute;
    z-index: 2;
    bottom: -10%;
    right: calc(50% - 450px);
    transform: translateX(90%); }
    @media screen and (max-width: 640px) {
      .stat-cards .bg-small-2 {
        display: none; } }
    .stat-cards .bg-small-2.top-right {
      bottom: unset;
      top: -10%; }
    .stat-cards .bg-small-2 img {
      width: 100%;
      height: auto;
      display: block; }

.video-row .splash-image a {
  position: relative;
  display: block; }
  .video-row .splash-image a:hover {
    cursor: pointer; }
  .video-row .splash-image a:before {
    position: absolute;
    background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='fad' data-icon='play-circle' class='svg-inline--fa fa-play-circle fa-w-16' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cg class='fa-group'%3E%3Cpath class='fa-secondary' fill='%23ffffff' d='M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm115.7 272l-176 101c-15.8 8.8-35.7-2.5-35.7-21V152c0-18.4 19.8-29.8 35.7-21l176 107c16.4 9.2 16.4 32.9 0 42z' opacity='0.4'%3E%3C/path%3E%3Cpath class='fa-primary' fill='%23666666' d='M371.7 280l-176 101c-15.8 8.8-35.7-2.5-35.7-21V152c0-18.4 19.8-29.8 35.7-21l176 107c16.4 9.2 16.4 32.9 0 42z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
    width: 80px;
    height: 80px;
    background-size: contain;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
    content: ''; }
@media screen and (max-width: 900px) {
  .video-row .video-card {
    margin-bottom: 40px; } }
@media screen and (max-width: 900px) {
  .video-row .row [class^="col"]:last-of-type .video-card {
    margin-bottom: 0px; } }

.card-row {
  background-size: cover;
  z-index: 2;
  background-position: center; }
  .card-row .image__container {
    max-width: 200px;
    margin: 0 auto 30px auto;
    border-radius: 100%;
    overflow: hidden; }
    @media screen and (max-width: 900px) {
      .card-row .image__container {
        margin: 0 auto; } }
  .card-row .title {
    color: #e44938; }
    .card-row .title.color-\#f17e2f {
      color: #95c93d; }
  .card-row .card .circular.shadow {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.35); }
  .card-row .card .circular .image__sizer .image__wrap {
    border-radius: 50%;
    background-color: black; }
  @media screen and (max-width: 900px) {
    .card-row .card {
      margin-bottom: 40px; } }
  @media screen and (max-width: 900px) {
    .card-row .row [class^='col']:last-of-type .card {
      margin-bottom: 0px; } }

.card-row .reveal {
  display: none; }

.card-row .btn_reveal a svg {
  width: 10px;
  height: 10px; }

.card-row .btn_reveal a {
  transition: all 0.25s;
  outline: none;
  padding: 0;
  height: 40px;
  width: 120px;
  padding: 6PX; }

.card-row .btn_reveal a:hover svg .cls-1 {
  fill: #e44938; }

.card-row .btn_reveal a:focus {
  outline: none; }

.card-row .btn_reveal .arrow {
  /*border-radius: 50%;*/
  /*padding: 8px;*/
  margin-top: 15px; }

@media screen and (max-width: 640px) {
  .card-row .btn_reveal a {
    padding: 9px; } }

    @media screen and (max-width: 900px) {
      .card.slider-card {
          padding: 0 40px;
      }
  }
  
  .row.row-wrapper.card-container{
    max-width: 1200px;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
  
  @media screen and (max-width: 1200px) {
    .row.row-wrapper.card-container{
      max-width: 1200px;
      margin-right: 1.25rem;
      margin-left: 1.25rem;
    }
   
  }

.timeline {
  background: #f5ac1e;
  position: relative;
  z-index: 2;
  overflow-x: hidden; }
  .timeline[white-text="true"] p, .timeline[white-text="true"] .text {
    color: #fff; }
  .timeline h2 {
    padding-bottom: 60px; }
    @media screen and (max-width: 640px) {
      .timeline h2 {
        padding-bottom: 20px; } }
  .timeline .time {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    position: relative; }
    @media screen and (max-width: 640px) {
      .timeline .time {
        flex-direction: column;
        width: 200px;
        margin: 0 auto; } }
    .timeline .time:after {
      content: '';
      width: 100%;
      height: 8px;
      background: #e44938;
      position: absolute;
      z-index: 1;
      top: calc(50% - 3px);
      left: 0; }
      @media screen and (max-width: 640px) {
        .timeline .time:after {
          width: 3px;
          height: 100%;
          top: 0;
          left: 20px; } }
    .timeline .time.color-\#93d500:after {
      background: #93d500; }
    .timeline .time.color-\#95c93d:after {
      background: #95c93d; }
    .timeline .time.color-\#f17e2f:after {
      background: #f17e2f; }
  .timeline .item {
    position: relative;
    width: 16.666%;
    z-index: 5;
    height: 180px; }
    @media screen and (max-width: 640px) {
      .timeline .item {
        width: 200px;
        height: 100px;
        padding-left: 20px; } }
    .timeline .item .wrap {
      position: relative;
      height: 50%;
      top: 0;
      left: 0; }
      @media screen and (max-width: 640px) {
        .timeline .item .wrap {
          height: 100%;
          top: 0; } }
    .timeline .item .dot {
      width: 26px;
      height: 26px;
      background: #fff;
      border-radius: 100%;
      position: absolute;
      bottom: -12px;
      left: 0;
      z-index: 5; }
      .timeline .item .dot:before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 12px;
        height: 12px;
        background: #f5ac1e;
        z-index: 5;
        border-radius: 100%; }
      @media screen and (max-width: 640px) {
        .timeline .item .dot {
          top: 0;
          left: -12px; } }
    .timeline .item .line {
      height: 100%;
      border-left: 1px dashed #fff;
      position: absolute;
      bottom: 0;
      left: 12px;
      z-index: 4; }
      @media screen and (max-width: 640px) {
        .timeline .item .line {
          border-left: none;
          border-top: 1px dashed #fff;
          width: 150px;
          top: 12px; } }
    .timeline .item .text {
      color: #333;
      position: absolute;
      top: 0;
      left: 25px;
      max-width: 200px;
      width: 170px;
      font-weight: 700;
      font-size: 18px;
      line-height: 1.25em; }
      @media screen and (max-width: 640px) {
        .timeline .item .text {
          top: 15px;
          font-size: 16px;
          padding-top: 5px; } }
    .timeline .item:nth-of-type(even) .wrap {
      top: 50%; }
      @media screen and (max-width: 640px) {
        .timeline .item:nth-of-type(even) .wrap {
          height: 100%;
          top: 0; } }
    .timeline .item:nth-of-type(even) .dot {
      bottom: unset;
      top: -12px;
      left: 0;
      z-index: 5; }
      @media screen and (max-width: 640px) {
        .timeline .item:nth-of-type(even) .dot {
          top: 0;
          left: -12px; } }
    .timeline .item:nth-of-type(even) .text {
      top: unset;
      bottom: 0; }
      @media screen and (max-width: 640px) {
        .timeline .item:nth-of-type(even) .text {
          top: 15px; } }
  .timeline .floating-image {
    position: absolute;
    top: 50%;
    left: calc(50% - 450px);
    transform: translate(-103%, -50%);
    z-index: 1; }
    @media screen and (max-width: 900px) {
      .timeline .floating-image {
        display: none; } }
  .timeline .icon {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-110%); }
    @media screen and (max-width: 640px) {
      .timeline .icon {
        top: unset;
        bottom: -50px;
        right: unset;
        left: 40%;
        transform: none; } }
  
.home-hero .full-width-row{
  padding-left: 40px;
  padding-right: 40px;
  justify-content: space-between;
}

@media screen and (max-width: 900px) {
  .home-hero .full-width-row{
    padding-right: 0;
    padding-left: 0;
  }
}
.home-hero {
  background: #efefef;
  /* height: calc(100vh - 160px); */
  background-size: cover;
  background-position: center center;
  position: relative;
  min-height: 750px;
  overflow: hidden; }
  @media screen and (max-width: 640px) {
    .home-hero {
      min-height: 500px;
      height: auto; }
    
      .home-hero h1{
        font-size: 32px !important;
      }}


      .home-hero h1{
        font-size: 52px;
      }
  
      @media screen and (min-width: 1024px) {
        .home-hero h1 {
         /* font-size: 64px; */
        }
      }
      
      @media screen and (max-width: 640px) {
        .home-hero {
          min-height: 700px;
          height: auto;
        }
  
        .home-hero h1 {
         font-size: 52px;
         padding: 0 .5em;
        }
      }

  .home-hero.bg-color {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0; }
  .home-hero:before {
    content: '';
    height: 125px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
    background: -o-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
    background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%); }
    @media only screen and (max-width: 640px) {
      .home-hero:before {
        content: unset; } }

  .home-hero .col-md-9{
    position: relative;
  }

  .home-hero .info {
   position: absolute;
   padding: 40px 10px 0px;
   width: 75%;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
   background: #fec52d;
 }

 .home-hero .info:before, .home-hero .info:after {
  background: inherit;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  z-index: -1;
  -webkit-backface-visibility: hidden;
}
.home-hero .info:before {
  top: 0;
  transform: skewY(1.5deg);
  transform-origin: 100% 0;
}
.home-hero .info:after {
  bottom: 0;
  transform: skewY(-2deg);
  transform-origin: 100%;
}

 .home-hero .info-wrapper{
   position: relative;
   margin-top: 300px;
 }

 @media screen and (max-width: 900px) {
  .home-hero .info-wrapper{
    margin-top: 0px;
  } }

    @media screen and (max-width: 1024px) {
      .home-hero .info {
        position: static;
        margin: 0 auto;
        width: 95%;
      } }

      @media screen and (max-width: 640px) {
        .home-hero .info {
          width: 100%;
        } }


    .home-hero .info .button {
      background: #b8218c;
      border-radius: 20px;
      padding: 5px 30px;
      font-size: 22px;
      border-color: #fff;
      white-space: nowrap; }

      .home-hero h1 {
        line-height: 1em;
      }
      @media screen and (max-width: 1024px) {
        .home-hero .info {
          z-index: 10;
          max-width: 100%;
          position: static;
          top: 0;
          text-align: center;
          margin-top: 130px;
          transform: none;
        }

        .home-hero .info-wrapper{
          position: relative;
          width: 95%;
          margin: 0 auto;
        }
      }
      
      @media screen and (min-width: 1024px) {
        .home-hero .info {
          text-align: center;
        }
      }

      .home-hero .info .button:hover {
        color: #fff;
        background: #80cbb1; }

        .home-hero .contact-form-wrapper {
          z-index: 10;
          right: 0;
          margin-top: 66.5px;
          max-width: 450px;
          height: 100%;
          min-height: 750px;
        }

     

        @media screen and (max-width: 1024px) {
          .home-hero .contact-form-wrapper {
            z-index: 10;
            padding-right: 0;
            position: static;
            max-width: 400px;
            margin: 0 auto;
          }
        }

       

        .home-hero .contact-form-wrapper .contact-form{
          position: relative;
          padding: 0 3em;
          background: transparent;
          padding-bottom: 2em;
          height: 100%;
        }

        @media screen and (max-width: 640px) {
          .home-hero .contact-form-wrapper .contact-form{
            height: auto;
          }
        }

        .home-hero .contact-form-wrapper .contact-form::before{
          content: '';
          height: 100%;
          width: 100%;
          background:rgba(255,255,255, 0.9);
          position: absolute;
          z-index: -1;
          top: 0;
          left: 0;
        }
        
        .home-hero .contact-form-wrapper .contact-form-text {
          background: #313e48;
          padding: 1em 3em;
          font-weight: bold;
          color: #fec52d;
        }

        .home-hero .contact-form-wrapper .contact-form-text a {
          color: #fff;
        }

        @media screen and (max-width: 1024px) {
          .home-hero .contact-form-wrapper {
            margin-top: 90px;
          }

          .home-hero .contact-form-wrapper .contact-form-text{
            padding: 1em 3em;
          }
      }

        .home-hero .contact-form-wrapper .title-font {
          color: #dd6951;
          padding-top: 15px;
          font-family: 'AmisPro', serif !important;
        }

        .home-hero .contact-form-wrapper .contact-form .small-print{
          text-align: center;
          font-size: 12px; 
        }

        .home-hero .contact-form-wrapper .contact-form input#gform_submit_button_2 {
          border-radius: 20px;
          margin: 0;
          padding: 6px 15px;
      }

        .home-hero .contact-form-wrapper .contact-form .gform_body{
          margin-top: -10px !important;
        }

        .home-hero .contact-form-wrapper .contact-form .gfield{
         width: 100% !important;
         padding-right: 0 !important;
         font-size: 14px !important;
         margin-top: 10px !important;
        }

        .home-hero .contact-form-wrapper .contact-form .gfield_label{
          font-size: 14px !important;
         }

        .home-hero .contact-form-wrapper .contact-form .gfield_required{
          display: none;
        }

        .home-hero .contact-form-wrapper .contact-form .ginput_container{
          margin-top: 0 !important;
        }
      

  .home-hero .video-wrap {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    overflow: hidden; }
    .home-hero .video-wrap video {
      position: absolute;
      top: 0;
      left: 50%;
      transform: translateX(-50%);
      min-width: 100%;
      min-height: 100%; }
  .home-hero .scroll-down {
    position: absolute;
    bottom: 30px;
    left: calc(50% - 7.5px);
    z-index: 5; }
    @media screen and (max-width: 640px) {
      .home-hero .scroll-down {
        display: none; } }
    .home-hero .scroll-down .mouse {
      width: 18px;
      height: 30px;
      border: 2px solid #fff;
      border-radius: 9px;
      position: relative; }
    .home-hero .scroll-down .down {
      position: absolute;
      border-radius: 1px;
      top: 4px;
      left: calc(50% - 1px);
      width: 2px;
      background: #fff;
      height: 5px;
      animation: scrollDown 1s ease-out;
      animation-iteration-count: infinite;
      animation-delay: .15s; }

@keyframes scrollDown {
  0% {
    transform: translateY(0);
    opacity: 0; }
  10% {
    opacity: 1;
    transform: translateY(0); }
  80% {
    opacity: 1; }
  100% {
    transform: translateY(5px);
    opacity: 0; } }
.image-cards {
  background-size: cover;
  background-position: center;
  z-index: 2;
  margin-top: 20px;
  padding-bottom: 65px; }
  @media screen and (max-width: 640px) {
    .image-cards {
      padding-bottom: 25px; } }
  .image-cards h2.white {
    color: #fff; }
  .image-cards .card__wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start; }
  .image-cards .card__item {
    width: 33.333%;
    padding: 0 10px 15px 10px; }
    @media screen and (max-width: 900px) {
      .image-cards .card__item {
        width: 50%; } }
    @media screen and (max-width: 640px) {
      .image-cards .card__item {
        width: 100%; } }
    .image-cards .card__item div {
      padding-top: 10px;
      font-size: 18px;
      font-weight: 700; }
  .image-cards.white * {
    color: #fff; }

/* .stronger .slider-2 .name {
  color: #95c93d !important; } */

.slider-2 {
  position: relative;
  z-index: 2;
  background: #efefef;
  background-size: cover; }
  @media screen and (max-width: 640px) {
    .slider-2 {
      background: #93d500;
      background: linear-gradient(180deg, #93d500 calc(100% - 120px), #93d500 calc(100% - 121px), #66a28d calc(100% - 122px), #66a28d 100%); } }
  .slider-2 .full-width-row [class^='col-'] {
    padding-left: 1.25rem;
    padding-right: 1.25rem; }
    @media screen and (max-width: 640px) {
      .slider-2 .full-width-row [class^='col-'] {
        padding-left: 0;
        padding-right: 0; } }
  @media screen and (max-width: 640px) {
    .slider-2 h2 {
      margin-top: 20px; } }
  @media screen and (max-width: 640px) {
    .slider-2 .button {
      margin-bottom: 20px; } }

  @media screen and (max-width: 640px) {
    .slider-2 .info {
      padding-bottom: 30px; } }
  .slider-2 .info .name {
    padding: 15px 0 10px;
    font-weight: 600;
    font-size: 18px; }
  .slider-2 .prev-3 a {
    display: block;
    width: 30px;
    height: 50px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 5; }
    @media screen and (max-width: 640px) {
      .slider-2 .prev-3 a {
        top: 50%;
        /* bottom: 0; */
        transform: translateY(-50%);
        left: 1rem; } }
  .slider-2 .next-3 a {
    display: block;
    width: 30px;
    height: 50px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: 5; }
    @media screen and (max-width: 640px) {
      .slider-2 .next-3 a {
        top: 50%;
        /* bottom: 0; */
        transform: translateY(-50%);
        right: 1rem; } }
  .slider-2 .prev-3 a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='far' data-icon='chevron-left' class='svg-inline--fa fa-chevron-left fa-w-8' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 512'%3E%3Cpath fill='%23333333' d='M231.293 473.899l19.799-19.799c4.686-4.686 4.686-12.284 0-16.971L70.393 256 251.092 74.87c4.686-4.686 4.686-12.284 0-16.971L231.293 38.1c-4.686-4.686-12.284-4.686-16.971 0L4.908 247.515c-4.686 4.686-4.686 12.284 0 16.971L214.322 473.9c4.687 4.686 12.285 4.686 16.971-.001z'%3E%3C/path%3E%3C/svg%3E"); }
  .slider-2 .next-3 a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='far' data-icon='chevron-right' class='svg-inline--fa fa-chevron-right fa-w-8' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 512'%3E%3Cpath fill='%23333333' d='M24.707 38.101L4.908 57.899c-4.686 4.686-4.686 12.284 0 16.971L185.607 256 4.908 437.13c-4.686 4.686-4.686 12.284 0 16.971L24.707 473.9c4.686 4.686 12.284 4.686 16.971 0l209.414-209.414c4.686-4.686 4.686-12.284 0-16.971L41.678 38.101c-4.687-4.687-12.285-4.687-16.971 0z'%3E%3C/path%3E%3C/svg%3E"); }
  .slider-2 .image__sizer.image__sizer--1x1 .image__wrap img {
    object-position: center center; }

    .slider-2 .bx-wrapper {
      padding: 0px;
      margin: 0 auto; }
      @media screen and (max-width: 768px) {
        .slider-2 .bx-wrapper {
          padding: 0; } }
  @media screen and (max-width: 640px) {
      .slider .slide__item, .slider .info {
          max-width: calc(100% - 100px);
          margin: 0 auto;
        }
  
        .slider-2 .info {
          /* text-align: center; */
          padding-bottom: 40px;
      }
      
  }

.slide-card{
  padding: 0 15px;
}

@media screen and (max-width: 640px) {
  .slide-card{
    padding: 0 40px;
  } }

.cta-row {
  text-align: center;
  background: #dd6951;
  position: relative;
  overflow: hidden;
  z-index: 2;}
  .cta-row h2, .cta-row a {
    position: relative;
    z-index: 15; }
  .cta-row .image--left {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-450px, -50%);
    z-index: 5; }
    @media screen and (max-width: 900px) {
      .cta-row .image--left {
        left: 0;
        transform: translate(0, -50%); } }
    .cta-row .image--left img {
      width: auto;
      height: 100%;
      transform: translateX(-100%); }
      @media screen and (max-width: 900px) {
        .cta-row .image--left img {
          transform: translateX(-65%); } }
  .cta-row .image--right {
    position: absolute;
    right: 50%;
    top: 50%;
    transform: translate(450px, -50%);
    z-index: 5; }
    @media screen and (max-width: 900px) {
      .cta-row .image--right {
        right: 0;
        transform: translate(0, -50%); } }
    .cta-row .image--right img {
      width: auto;
      height: 100%;
      transform: translateX(100%); }
      @media screen and (max-width: 900px) {
        .cta-row .image--right img {
          transform: translateX(65%); } }

          section.slider-testimonials.bg-color.rel{
            z-index: 2;
          }

.slider-testimonials .slide-card .rel {
  position: relative;
z-index: 2; }
.slider-testimonials .slide-card .image__sizer {
  width: 200px;
  height: 200px;
  padding-top: 0;
  display: inline-block;
  vertical-align: top; }
  @media screen and (max-width: 900px) {
    .slider-testimonials .slide-card .image__sizer {
      display: block;
      width: 100%;
      text-align: center; } }
.slider-testimonials .slide-card .image__wrap {
  border-radius: 100%;
  width: 200px;
  height: 200px;
  overflow: hidden; }
  @media screen and (max-width: 900px) {
    .slider-testimonials .slide-card .image__wrap {
      left: 50%;
      transform: translateX(-50%); } }
.slider-testimonials .slide-card .info {
  display: inline-block;
  width: calc(100% - 210px);
  vertical-align: top;
  padding-left: 30px; }
  @media screen and (max-width: 900px) {
    .slider-testimonials .slide-card .info {
      display: block;
      width: 100%; } }
  .slider-testimonials .slide-card .info .quote {
    font-family: "AmisPro", serif !important;
    font-size: 24px;
    color: #5B6670;
    font-weight: 100;
    padding-bottom: 5px; }
    @media screen and (max-width: 900px) {
      .slider-testimonials .slide-card .info .quote {
        padding-top: 15px; } }
  .slider-testimonials .slide-card .info .name {
    font-family: "AmisPro", serif !important;
    font-size: 20px;
    font-weight: 700;
    color: #e44938;
    padding-bottom: 15px; }
  .slider-testimonials .slide-card .info .desc {
    font-size: 18px; }
.slider-testimonials .bx-wrapper {
  padding: 0 60px; }
  @media screen and (max-width: 900px) {
    .slider-testimonials .bx-wrapper {
      padding: 0 30px; } }
.slider-testimonials .prev-test a:before {
  content: "";
  position: absolute;
  top: calc(50% - 30px);
  left: 0;
  z-index: 10;
  width: 60px;
  height: 60px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='far' data-icon='chevron-left' class='svg-inline--fa fa-chevron-left fa-w-8' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 512'%3E%3Cpath fill='%23333333' d='M231.293 473.899l19.799-19.799c4.686-4.686 4.686-12.284 0-16.971L70.393 256 251.092 74.87c4.686-4.686 4.686-12.284 0-16.971L231.293 38.1c-4.686-4.686-12.284-4.686-16.971 0L4.908 247.515c-4.686 4.686-4.686 12.284 0 16.971L214.322 473.9c4.687 4.686 12.285 4.686 16.971-.001z'%3E%3C/path%3E%3C/svg%3E"); }
  @media screen and (max-width: 900px) {
    .slider-testimonials .prev-test a:before {
      width: 45px;
      height: 45px; } }
.slider-testimonials .next-test a:before {
  content: "";
  position: absolute;
  top: calc(50% - 30px);
  right: 0;
  z-index: 10;
  width: 60px;
  height: 60px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='far' data-icon='chevron-right' class='svg-inline--fa fa-chevron-right fa-w-8' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 512'%3E%3Cpath fill='%23333333' d='M24.707 38.101L4.908 57.899c-4.686 4.686-4.686 12.284 0 16.971L185.607 256 4.908 437.13c-4.686 4.686-4.686 12.284 0 16.971L24.707 473.9c4.686 4.686 12.284 4.686 16.971 0l209.414-209.414c4.686-4.686 4.686-12.284 0-16.971L41.678 38.101c-4.687-4.687-12.285-4.687-16.971 0z'%3E%3C/path%3E%3C/svg%3E"); }
  @media screen and (max-width: 900px) {
    .slider-testimonials .next-test a:before {
      width: 45px;
      height: 45px; } }

      section.accolades.section-pad{
        z-index: 2;
      }

.accolades .row-wrapper {
  max-width: 1200px; }
.accolades .images__wrapper {
  display: flex;
  justify-content: center; }
  @media screen and (max-width: 1240px) {
    .accolades .images__wrapper {
      flex-wrap: wrap; } }
  .accolades .images__wrapper > div {
    padding: 0px 10px;
    max-width: 100%;
    display: flex;
    justify-content: center; }
    @media screen and (max-width: 900px) {
      .accolades .images__wrapper > div {
        padding: 30px;
        width: 32%; } }
    @media screen and (max-width: 640px) {
      .accolades .images__wrapper > div {
        padding: 0 10px 20px 10px;
        width: 100%; } }
  .accolades .images__wrapper img {
    width: auto;
    height: 160px;
    padding: 0 20px;
    margin: 0 auto 40px auto; }
    
    @media screen and (max-width: 640px) {
      .mobile-text-left {
        text-align: left !important;
           } }
