.banner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: center;
  min-height: 238px; }
  @media screen and (min-width: 768px) {
    .banner {
      min-height: 346px; } }
  .banner .banner-image {
    position: absolute;
    width: 100%;
    height: 100%; }
    .banner .banner-image:after {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.77)));
      background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.77)); }
  .banner .banner-content {
    position: relative;
    margin: 62px auto 0;
    max-width: 530px; }
    @media screen and (max-width: 767px) {
      .banner .banner-content {
        padding: 0 20px; } }

#page .page-content {
  background: url("../../images/page/bg-mobile.png") top center repeat-y;
  background-size: contain;
  position: relative;
  /*@include bp($s-sm) {
			// background-image: image-url('page/bg-bottom.png');
			background-position: bottom right;
			background-size: auto;
			// &:before {
			// 	@include before;
			// 	background: image-url('page/bg-top.png') top center no-repeat;
			// 	background-size: 100% auto;
			// }
			// background:
			// 	image-url('page/bg-top.png') top center no-repeat,
			// 	image-url('page/bg-bottom.png') bottom right no-repeat;
		}*/ }
  @media screen and (min-width: 768px) {
    #page .page-content {
      background-image: url("../../images/page/bg-desktop.png"); } }

@media screen and (min-width: 768px) {
  #page .page-content {
    padding-top: 105px; } }

#page .page-content h1, #page .page-content h2, #page .page-content h3, #page .page-content h4, #page .page-content h5, #page .page-content h6, #page .page-content p {
  margin: 24px auto; }

#page .page-content h1, #page .page-content h2, #page .page-content h3, #page .page-content h4, #page .page-content h5, #page .page-content h6 {
  font-family: "FSMillbank-BoldItalic";
  font-size: 24px;
  color: #8c233d; }

#page .page-content p {
  font-family: "OpenSans-Regular";
  font-size: 14px;
  font-weight: 300;
  line-height: 1.57;
  color: rgba(39, 39, 39, 0.8); }
  @media screen and (min-width: 768px) {
    #page .page-content p {
      margin-bottom: 60px; } }

#page .page-content figure, #page .page-content img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto; }
  @media screen and (min-width: 768px) {
    #page .page-content figure.alignleft, #page .page-content img.alignleft {
      float: left; }
    #page .page-content figure.alignright, #page .page-content img.alignright {
      float: right; }
    #page .page-content figure.aligncenter, #page .page-content figure.alignnone, #page .page-content img.aligncenter, #page .page-content img.alignnone {
      float: none; } }
  @media screen and (min-width: 992px) {
    #page .page-content figure.alignleft, #page .page-content figure.alignright, #page .page-content img.alignleft, #page .page-content img.alignright {
      max-width: 50%; }
    #page .page-content figure.alignleft, #page .page-content img.alignleft {
      margin-right: 100px; }
    #page .page-content figure.alignright, #page .page-content img.alignright {
      margin-left: 100px; } }

#page .page-content figure figcaption {
  text-align: center;
  margin: 6px auto 12px; }

@media screen and (min-width: 768px) {
  #page .page-content figure {
    max-width: 50%;
    margin-bottom: 60px; } }

#page .page-content .wp-block-embed {
  margin: 24px auto;
  max-width: 100%;
  text-align: center; }
  @media screen and (min-width: 768px) {
    #page .page-content .wp-block-embed {
      margin-bottom: 60px; } }
  #page .page-content .wp-block-embed .twitter-tweet {
    margin: 0 auto; }
  #page .page-content .wp-block-embed iframe {
    max-width: 100%;
    margin: 0 auto !important; }
