#formhouse {
  display: none;
}
* {
  box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6, p, ul {
  margin-top: 0;
}

@media screen and (max-width: 980px) {

  .insidepage > main #gallery-1 {
    display: flex;
    flex-wrap: wrap;
  }
  .insidepage > main #gallery-1 .gallery-item {
    width: 50%;
    float: none;
  }

}


@media screen and (max-width: 980px) {

  .insidepage > main #gallery-1 .gallery-item {
    width: 100%;
    float: none;
  }

}

.insidepage > main .container-full,
.insidepage > main .container {
  padding-left: 15px;
  padding-right: 15px;
}

.insidepage header {
  height: 275px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  position: relative;
  background-size: cover;
  background-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 1601px) {
  .insidepage header {
    height: auto;
    padding-top: 17%;
  }
}

@media screen and (max-width: 767px) {
  .insidepage header {
    margin-top: 70px;
    height: auto;
    padding-top: 45%;
  }
}

@media screen and (min-width: 768px) and (max-width: 980px) {
  .insidepage header {
    height: auto;
    padding-top: 21%;
  }
}

.insidepage header .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
}

.insidepage header .headingContainer {
  position: relative;
  z-index: 2;
}

@media (min-width: 1601px) {
  .insidepage header .headingContainer {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

@media screen and (max-width: 980px) {
  .insidepage header .headingContainer {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            width: calc(100% - 30px);
  }
}

.insidepage header h1 {
  display: block;
  text-align: center;
  color: white;
  font-weight: 300;
  margin-bottom: 0;
  margin-top: 0;
  font-size: 40px;
  letter-spacing: 4px;
  text-transform: uppercase;
}
/* BUTT */

@media screen and (max-width: 767px) {
  .page-id-6103.insidepage header h1 {
    font-size: 1rem;
  }
  .page-id-6103.insidepage header h1 sup{
    top: 0;
  }
}



@media screen and (max-width: 767px) {
  .insidepage header h1 {
    font-size: 30px;
  }
}

.insidepage header h1 sup {
  top: -1em;
  left: .2em;
  font-size: 14px;
}

.insidepage header h1::after {
  content: " ";
  display: block;
  height: 2px;
  width: 100%;
  max-width: 30vw;
  background: #01a2e4;
  background: -webkit-gradient(linear, left top, right top, from(#01a2e4), to(#0c519a));
  background: -webkit-linear-gradient(left, #01a2e4 0%, #0c519a 100%);
  background: linear-gradient(to right, #01a2e4 0%, #0c519a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#01a2e4', endColorstr='#0c519a',GradientType=1 );
  margin: 0 auto;
  margin-top: 15px;
}

body.thispage-sitemap.insidepage header {
  display: none;
}

body.thispage-sitemap.insidepage main .justContent ul {
  margin: 0 auto;
}
body.thispage-sitemap.insidepage main .justContent ul li {
  list-style-type: none;
  font-size: 16px;
}

body.thispage-sitemap.insidepage main ul li::before {
  display: none;
}
body.thispage-sitemap.insidepage main ul li b {
  font-weight: 400;
}

.insidepage main a {
  color: #168ebe;
}

.insidepage main a.button {
  color: #fff;
}

.insidepage main a.button.white {
  font-family: futura-pt, Verdana, sans-serif;
  font-weight: 300;
  border: 1px solid #fff;
  background-color: white;

}

.breadcrumb p {
  margin-top: 30px;
  margin-bottom: 30px;
  margin-left: 7vw;
}

@media screen and (max-width: 767px) {
  .breadcrumb p {
    margin-top: 15px;
    margin-bottom: 30px;
    margin-left: 0;
    word-break: break-word;
  }
}

.breadcrumb span {
  font-size: 16px;
  font-family: futura-pt, Verdana, sans-serif;
  letter-spacing: 0.64px;
}
.breadcrumb br,
.breadcrumb span br{
  display: none;
}

.breadcrumb span.currentpage {
  color: #168ebe;
}

@media screen and (max-width: 767px) {
  .breadcrumb span {
    font-size: 14px;
    margin-right: .3rem;
    word-break: break-word;
  }
}

@media screen and (max-width: 374px) {
  .breadcrumb span {
    margin-right: .15rem;
    font-size: 13.2px;
    word-break: break-word;
  }
}

.breadcrumb span:last-child a {
  color: #168ebe;
}

.breadcrumb span a {
  color: #4c4c4c;
  text-decoration: none;
}

.breadcrumb span a:hover {
  text-decoration: underline;
}

.justContent {
  padding-top: calc(60px - 1em);
  padding-bottom: calc(60px - 1em);
}

@media screen and (max-width: 767px) {
  .justContent {
    padding-top: calc(30px - 1em);
    padding-bottom: calc(30px - 1em);
  }
}

.justContent .container-padded {
  padding-left: 7vw;
  padding-right: 7vw;
}

@media screen and (max-width: 767px) {
  .justContent iframe {
    max-width: 100%;
  }

}

.justContent h2 {
  font-size: 40px;
  color: #168ebe;
  letter-spacing: 1.6px;
  font-weight: 300;
  line-height: 1.2em;
}

@media screen and (max-width: 767px) {
  .justContent h2 {
    font-size: 35px;
  }
}

@media screen and (max-width: 374px) {
  .justContent h2 {
    font-size: 25px;
  }
}

.justContent h2 sup {
  font-size: 16px;
  top: -.7em;
}

.justContent p {
  color: #4c4c4c;
  font-size: 20px;
  font-family: futura-pt, Verdana, sans-serif;
  letter-spacing: 0.8px;
  line-height: 1.9865;
  margin-bottom: 1em;
}

@media screen and (max-width: 767px) {
  .justContent p {
    font-size: 16px;
  }
}

.justContent p:last-child {
  margin-bottom: 0;
}

.justContent p sup {
  top: -2px;
}


/* JUST CONTENT BUTTON */
.button.blue,
.button {
  display: inline-block;
}

/* video */
.embed-responsive {
  position: relative;
  max-height: 597px;
  max-width: 60%;
  margin: 0 auto;
}

@media screen and (max-width: 980px) {
  .embed-responsive {
    max-width: 100%;
  }
}

.embed-responsive::after {
  content: "";
  display: block;
  padding-bottom: 56.25%;
  /* 16:9 */
}

.embed-responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.videosection {
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 7vw;
  padding-right: 7vw;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  align-content: center;
}

@media screen and (max-width: 767px) {
  .videosection {
    padding-left: 15px;
    padding-right: 15px;
  }
}

h1, h2, h3, h4, h5 {
  font-family: futura-pt, Verdana, sans-serif;
  margin-bottom: 1em;
  clear: both;
}

.justContent h1 {
  font-size: 40px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 4px;
  line-height: 1.175;
  word-break: break-word;
}

@media screen and (max-width: 767px) {
  .justContent h1 {
    font-size: 30px;
  }
}

h2 {
  font-size: 40px;
  font-weight: 300;
  color: #168ebe;
  letter-spacing: 1.6px;
}

h2 sup {
  font-size: 15px;
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 30px;
  }
}

h3 {
  font-size: 35px;
  text-transform: uppercase;
  font-weight: 300;
  color: #4c4c4c;
  letter-spacing: 1.4px;
  line-height: 1.2em;
}

h3 sup {
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  h3 {
    font-size: 25px;
  }
}

h4 {
  font-size: 25px;
  text-transform: uppercase;
  font-weight: 300;
  color: #4c4c4c;
  letter-spacing: 1px;
}

@media screen and (max-width: 767px) {
  h4 {
    font-size: 18px;
  }
}

h5 {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
  color: #4c4c4c;
  letter-spacing: 0.8px;
}

@media screen and (max-width: 767px) {
  h5 {
    font-size: 16px;
  }
}

p {
  display: block;
  color: #4c4c4c;
  font-size: 20px;
  letter-spacing: 0.8px;
  font-weight: 400;
  margin-bottom: 1em;
}

@media screen and (max-width: 767px) {
  p {
    font-size: 16px;
  }
}

/* Sub Headings */
.heading_one_sub {
  font-size: 24px;
  letter-spacing: 4px;
  font-weight: 300;
  line-height: 1em;
}

.heading_two_sub {
  font-weight: 300;
  font-size: 30px;
  line-height: 1em;
}

.heading_three_sub {
  font-size: 25px;
  font-weight: 300;
  line-height: 1em;
}

.heading_four_sub {
  font-size: 20px;
  font-weight: 300;
  line-height: 1em;
}

.heading_five_sub {
  font-size: 20px;
  font-weight: 300;
  line-height: 1em;
}

.justContent h1.nopad {
  margin-bottom: 0;
}

.justContent h2.nopad {
  margin-bottom: 0;
}

.justContent h3.nopad {
  margin-bottom: 0;
}

.justContent h4.nopad {
  margin-bottom: 0;
}

.justContent h5.nopad {
  margin-bottom: 0;
}

.justContent p.bna {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
}

.justContent p.bna span {
  margin: 7.5px;
}

.justContent p.bna img {
  max-width: 100%;
  height: auto;
  border: 3px solid #168ebe;
  box-shadow: 0px 5px 10px 5px rgba(0, 0, 0, 0.1);
}

/* HALF IMAGE */
article.halftextimg {
  padding-top: 130px;
  padding-bottom: 130px;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  padding-left: 10%;
  padding-right: 10%;
}

@media screen and (max-width: 980px) {
  article.halftextimg {
    padding-top: 100px;
    padding-bottom: 100px;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 640px) {
  article.halftextimg {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.halfImgWrap {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
}

.halfImgWrap img {
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 980px) {
  .halfImgWrap img {
    max-width: 100%;
    height: auto;
  }
}

.halfImgContent.addsfont * {
  color: inherit !important;
}

.halfImgContent p {
  line-height: 1.9865;
}

@media screen and (max-width: 980px) {
  .halfImgContent {
    padding-top: 60px;
  }
}

.insidepage main ul {
  list-style: none;
  margin-left: 1em;
  padding-left: 0;
  list-style-position: inside;
  display: block;
  margin-bottom: 30px;
  padding-top: 30px;
}

.insidepage main ul li {
  font-size: 20px;
  color: #4c4c4c;
  padding-bottom: 24px;
  letter-spacing: 0.8px;
  line-height: 1.9865;
  position: relative;
  padding-left: 20px;
  line-height: 1.2em;
}

@media screen and (max-width: 767px) {
  .insidepage main ul li {
    font-size: 16px;
    line-height: 1.5em;
    padding-bottom: 16px;
  }
}

.insidepage main ul li:before {
  content: "•";
  display: inline-block;
  color: #168ebe;
  position: absolute;
  font-size: 20px;
  left: 0;
}

.insidepage main .justContent ul {
  margin-left: 15vw;
  margin-right: 15vw;
}

@media screen and (max-width: 1170px) {
  .insidepage main .justContent ul {
    margin-left: 10vw;
    margin-right: 10vw;
  }
}

@media screen and (max-width: 768px) {
  .insidepage main .justContent ul {
    margin-left: 5vw;
    margin-right: 5vw;
  }
}

@media screen and (max-width: 767px) {
  .insidepage main .justContent ul {
    margin-left: 1vw;
    margin-right: 1vw;
  }
}

.iconSet {
  padding-top: 90px;
  padding-bottom: 90px;
}

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

.iconSet .heading > * {
  margin-bottom: 60px;
}

.iconSet .icons {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
          justify-content: center;
}

.iconSet .iconSingle {
  width: calc(100%/3);
  position: relative;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
          justify-content: center;
  margin-bottom: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

@media screen and (max-width: 1024px) {
  .iconSet .iconSingle {
    width: 33%;
  }
}

@media screen and (max-width: 767px) {
  .iconSet .iconSingle {
    width: 48%;
  }
}

@media screen and (max-width: 374px) {
  .iconSet .iconSingle {
    width: 100%;
  }
}

.iconSet .iconSingle p {
  display: block;
  text-align: center;
  font-size: 25px;
  color: #4c4c4c;
  width: 100%;
  padding-top: 30px;
  margin: 0 auto;
  padding-left: 4vw;
  padding-right: 4vw;
}

@media screen and (max-width: 767px) {
  .iconSet .iconSingle p {
    font-size: 18px;
  }
}

.iconSet img {
  align-self: center;
  max-width: 100%;
  height: auto;
  display: block;
}

.bnaPageSection {
  background-color: #19428e;
  padding-top: 75px;
  padding-bottom: 90px;
  color: #fff;
}

.bnaPageSection .bnaContentBox {
  color: #fff;
  padding-left: 50px;
}

@media screen and (max-width: 980px) {
  .bnaPageSection .bnaContentBox {
    padding-left: 0;
  }
}

.bnaPageSection .bnaContentBox > * {
  color: #fff;
}

.bnaPageSection .bnaContentBox strong {
  font-weight: 500;
}

.bnaPageSection .bnaContentBox a {
  color: #fff;
  text-decoration: none;
}

.bnaPageSection .bnaPageWrap {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
}

@media screen and (max-width: 980px) {
  .bnaPageSection .bnaPageWrap {
    flex-wrap: wrap;
    -webkit-box-pack: center;
            justify-content: center;
  }
}

@media (min-width: 1600px) {
  .bnaPageSection .bnaPageWrap.container {
    max-width: 1200px;
  }
}

.bnaPageSection .bnaimgbox {
  padding-right: 50px;
}

@media screen and (max-width: 980px) {
  .bnaPageSection .bnaimgbox {
    padding-right: 0;
    padding-bottom: 30px;
  }
}

.bnaPageSection .bnaimgbox p {
  color: #fff;
  font-size: 14px;
  text-align: center;
}

@media screen and (max-width: 980px) {
  .bnaPageSection .bnaimgbox img {
    max-width: 100%;
  }
}

.bnaPageSection .bnaPageImages {
  display: -webkit-box;
  display: flex;
}

.bnaPageSection .bnaPageBefore {
  margin-right: 44px;
  margin-bottom: 27px;
}

.bnaPageSection .bnaPageBefore span {
  font-size: 20px;
  display: block;
  margin-bottom: 20px;
  padding-left: 10px;
}

.bnaPageSection .bnaPageAfter span {
  font-size: 20px;
  display: block;
  margin-bottom: 20px;
  text-align: right;
  padding-right: 10px;
}

/* SPECIALS */
.specialsRotator {
  padding-top: 60px;
  padding-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .specialsRotator {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media (min-width: 1800px) {
  .specialsRotator .swiper-button-next, .specialsRotator .swiper-container-rtl .swiper-button-prev {
    right: 15%;
  }
  .specialsRotator .swiper-button-prev, .specialsRotator .swiper-container-rtl .swiper-button-next {
    left: 15%;
  }
}

.specialsRotator h3 {
  text-align: center;
  font-weight: 500;
  margin-bottom: 0;
}

.specialsRotator p {
  text-align: center;
  padding-top: 70px;
}

@media screen and (max-width: 767px) {
  .specialsRotator p {
    padding-top: 25px;
  }
}

.specialsRotator .button {
  display: inline-block;
  margin: 0 auto;
}

.swiper-specials {
  height: 350px;
  width: 100%;
}
.specialsRotator .swiper-button-prev {
  left: 0;
}

.specialsRotator .swiper-button-next {
  right: 0;
}

@media screen and (min-width: 1350px) {
  .swiper-specials {
    height: 350px;
    width: 1350px;
  }
}

@media screen and (max-width: 767px) {
  .swiper-specials {
    height: 350px;
    width: auto;
  }
}


.swiper-specials .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
}

.swiper-specials .swiper-wrapper img {
  max-width: 100%;
  display: block;
}

.swiper-specials .swiper-wrapper a {
  display: block;
  cursor: pointer;
}

.specialsRotator .swiper-button-prev {
  left: 0;
}

.specialsRotator .swiper-button-next {
  right: 0;
}

@media screen and (max-width: 1199px) {
  .swiper-specials .swiper-wrapper img {
    padding:0 3em;
  }
}

.insidepage main .justContent .twolist {
  display: -webkit-box;
  display: flex;
  max-width: 1024px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .insidepage main .justContent .twolist {
    flex-wrap: wrap;
  }
}

.insidepage main .justContent .twolist ul {
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .insidepage main .justContent .twolist ul {
    width: 100%;
  }
  .insidepage main .justContent .twolist ul:last-child {
    padding-top: 0;
  }
}

.reviewsSection {
  width: 100%;
  background-color: #fff;
  position: relative;
}

.reviewsSection .swiper-container {
  height: inherit;
}

.reviewsSection.rsBgimage {
  background-size: cover;
  background-attachment: fixed;
}

.reviewsSection .singleReview {
  padding-top: calc(14.5% / 2);
  padding-bottom: calc(14.5% / 2);
  max-width: 1024px;
  padding-left: 5%;
  padding-right: 5%;
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 768px) {
  .reviewsSection .singleReview {
    padding-top: calc(29% / 2);
    padding-bottom: calc(29% / 2);
  }
}

.reviewsSection .singleReview p {
  font-size: 25px;
  font-family: futura-pt, Verdana, sans-serif;
  line-height: 1.68;
  padding: 0 120px;
  color: #333333;
}

@media screen and (max-width: 767px) {
  .reviewsSection .singleReview p {
    font-size: 16px;
    padding: 0 30px;
  }
}

.reviewsSection .singleReview p.quote {
  position: relative;
}

.reviewsSection .singleReview p.quote:before {
  content: " ";
  background-image: url(images/quote.png);
  width: 83px;
  height: 63px;
  position: absolute;
  top: -30px;
  left: 0;
}

@media screen and (max-width: 768px) {
  .reviewsSection .singleReview p.quote:before {
    width: 43px;
    height: 33px;
    background-size: cover;
    top: -40px;
  }
}

.reviewsSection .singleReview p.quote:after {
  content: " ";
  background-image: url(images/quote.png);
  width: 83px;
  height: 63px;
  position: absolute;
  bottom: -30px;
  right: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transform-origin: center;
          transform-origin: center;
}

@media screen and (max-width: 768px) {
  .reviewsSection .singleReview p.quote:after {
    width: 43px;
    height: 33px;
    background-size: cover;
    bottom: -20px;
  }
}

.reviewsSection .stars {
  text-align: center;
  display: block;
}

.reviewsSection .stars span {
  color: #ba9341;
  display: inline-block;
}

.reviewsSection p.cite {
  display: block;
  text-align: center;
}

.reviewsSection .reviewButton {
  text-align: center;
  margin: 0 auto;
  width: 100%;
  display: block;
  position: absolute;
  bottom: 5%;
  z-index: 10;
}

.reviewsSection .reviewButton .button {
  display: block;
  max-width: 366px;
  margin: 0 auto;
}

@media screen and (max-width: 640px) {
  .reviewsSection .reviewButton .button {
    max-width: 80%;
    bottom: 1%;
  }
}

.insidepage main ul li.nobullet {
  padding-left: 0;
}

.insidepage main ul li.nobullet:before {
  display: none;
}

.insidepage .lgImgHalf {
  width: 100%;
  display: block;
}

.insidepage .lgImgHalf .lgImgTxtWrap {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .insidepage .lgImgHalf .lgImgTxtWrap {
    flex-wrap: wrap;
    -webkit-box-align: start;
            align-items: flex-start;
  }
}

.insidepage .lgImgHalf .lgImgWrap {
  width: 50%;
  min-width: 50%;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .insidepage .lgImgHalf .lgImgWrap {
    width: 100%;
  }
}

.insidepage .lgImgHalf .lgImgWrap img {
  width: 100%;
  height: 100%;
  display: block;
}

@media screen and (max-width: 767px) {
  .insidepage .lgImgHalf .lgImgWrap img {
    height: auto;
    max-width: 100%;
  }
}

.insidepage .lgImgHalf .lgIgContentWrap {
  width: 50%;
  display: block;
  padding: calc(2.5vw + 2em);
  max-width: 760px;
  margin: 0 auto;
}

@media screen and (max-width: 1024px) {
  .insidepage .lgImgHalf .lgIgContentWrap {
    padding: calc(1vw + 2em);
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .insidepage .lgImgHalf .lgIgContentWrap {
    width: 100%;
    padding: calc(1vw + 2em) 15px;
  }
}
.insidepage .lgImgHalf .lgIgContentWrap .button.blue {
  box-sizing: border-box;
  color: #fff;
  font-size: 22px;
  font-weight: 300;
  text-decoration: none;
  display: block;
  text-align: center;
  box-shadow: 0 5px 10px 5px rgba(0, 0, 0, 0.3);
  border-radius: 30px;
  padding: 15px 40px;
  min-width: 280px;
  background: #19428e;
  letter-spacing: 0.88px;
  margin-bottom: .5em;
  -webkit-transition: border .3s ease;
  transition: border .3s ease;
  background: #19428e;
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  text-transform: uppercase;
  border: 1px solid #19428e;
}
.insidepage .lgImgHalf .lgIgContentWrap .button {
  display: inline-block;
  width: 100%;
  padding: 10px 30px;
  border: 1px solid white;
  box-shadow: none;
  margin-top: 1em;
  margin-bottom: 0;
}



@media screen and (max-width: 1200px) {
  .insidepage .lgImgHalf .lgIgContentWrap .button {
    max-width: 100%;
    font-size: 16px;
    padding: 10px 20px;
  }
}

@media screen and (max-width: 980px) {
  .insidepage .lgImgHalf .lgIgContentWrap .button {
    max-width: 80%;
    display: block;
    margin: 1em auto;
  }
}

@media screen and (max-width: 767px) {
  .insidepage .lgImgHalf .lgIgContentWrap .button {
    max-width: 100%;
    display: block;
    margin: 1em auto;
    font-size: 14px;
  }
.insidepage .lgImgHalf .lgIgContentWrap .button.blue {
  font-size: 14px;
}

}

.insidepage .lgImgHalf .lgIgContentWrap p:last-child {
  margin-bottom: 0;
}

.insidepage .lgImgHalf .lgIgContentWrap.fontInherit > * {
  color: inherit;
}

.insidepage .lgImgHalf .lgImgWrap.orderReverse {
  -webkit-box-ordinal-group: 2;
          order: 1;
}

.insidepage .lgImgHalf .lgIgContentWrap.orderReverse {
  -webkit-box-ordinal-group: 1;
          order: 0;
}

.insidepage .homesocial {
  padding-top: 30px;
}


.homesocial a {
  display: block;
  cursor: pointer;
}

.homesocial img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0;
  width: 100%;
}

.homesocial .socialWrap {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.homesocial .homesocialgrid {
  width: 16.66666666%;
}

@media screen and (max-width: 767px) {
  .homesocial .homesocialgrid {
    width: 33.33333%;
  }
}

@media screen and (max-width: 767px) {
  .homesocial .homesocialgrid:nth-of-type(1n+7) {
    display: none;
  }
}

.homesocial h2 {
  color: #56524b;
  font-size: 35px;
  text-transform: uppercase;
  font-weight: 300;
  text-align: center;
  letter-spacing: 1.4px;
}

@media screen and (max-width: 767px) {
  .homesocial h2 {
    font-size: 20px;
  }
}

.specialBar {
  background-color: #4c4c4c;
  width: 100%;
  min-height: 112px;
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  overflow: hidden;
  padding: 0 15px;
}

@media screen and (max-width: 640px) {
  .specialBar {
    flex-wrap: wrap;
  }
}

#aform-7032 .field-wrap {
  margin-bottom: 10px;
}
.specialBar .sbarImageWrap {
  background-color: #21dedc;
  border-radius: 50%;
  width: 143px;
  height: 143px;
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: start;
          align-items: flex-start;
  bottom: -46px;
}

@media screen and (max-width: 767px) {
  .specialBar .sbarImageWrap {
    width: 120px;
    height: 120px;
  }
}

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

.specialBar .sbarImageWrap img {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .specialBar .sbarImageWrap img {
    max-width: 100%;
    height: auto;
    margin-top: .5em;
  }
}

.specialBar p {
  color: #fff;
  font-size: 25px;
  margin-bottom: 0;
  margin-left: 15px;
}

@media screen and (max-width: 1010px) {
  .specialBar .aform {
    margin-left: 0;
    flex-direction: column;
  }
}

@media screen and (max-width: 810px) {
  .specialBar p {
    font-size: 20px;
    line-height: 1.2em;
  }
}

@media screen and (max-width: 640px) {
  .specialBar p {
    margin-left: 0;
  }
}

.specialBar .aform {
  margin-left: 25px;
  display: -webkit-box;
  display: flex;
}

@media screen and (max-width: 560px) {
  .specialBar .aform {
    margin-left: 0;
    flex-direction: column;
  }
}

.specialBar .aform input {
  height: 35px;
  font-size: 16px;
}

.specialBar .aform input[type="email"] {
  text-indent: 10px;
  width: 262px;
}

@media screen and (max-width: 810px) {
  .specialBar .aform input[type="email"] {
    max-width: 100%;
  }
}

@media screen and (max-width: 640px) {
  .specialBar .aform input[type="email"] {
    max-width: calc(262px - 40px);
  }
}

.specialBar .aform input::-webkit-input-placeholder {
  color: #3f4241;
  opacity: 1;
}

.specialBar .aform input:-moz-placeholder {
  color: #3f4241;
  opacity: 1;
}

.specialBar .aform input::-moz-placeholder {
  color: #3f4241;
  opacity: 1;
}

.specialBar .aform input:-ms-input-placeholder {
  color: #3f4241;
  opacity: 1;
}

.specialBar .aform input[type="submit"] {
  background-color: #21dedc;
  border: none;
  text-transform: uppercase;
  color: #fff;
  margin-left: 10px;
}

.specialBar .aform .field-383 {
  flex-direction: column-reverse;
  max-width: 400px;
}
.specialBar .aform .field-383 small {
  font-size: 65%;
  color: #fff;
  margin: 10px;
}
.specialBar .aform label {
  color: #fff!important;
  font-size: 16px!important;
}
.specialBar .aform .field-7 {
  width: 300px;
}

/*
 * Default WP Alignment Classes
 *****************************************************************************/
img.alignright, img.alignleft, img.aligncenter, img.alignnone, .caption {
  display: block;
  height: auto;
  margin: 0 auto 1em;
  max-width: 100%;
}

.aligncenter, .alignleft, .alignright {
  display: block;
  padding: 0;
}

.aligncenter {
  float: none;
  margin: .5em auto 1em;
}

.alignright {
  float: right;
  margin: .5em 0 1em 1em;
}

.alignleft {
  float: left;
  margin: .5em 1em 1em 0;
}

.wp-caption {
  padding: 5px 0;
  border: 1px solid #555;
  background: #444;
  text-align: center;
}

.wp-caption img {
  display: inline;
}

.wp-caption p.wp-caption-text {
  margin: 5px 0 0;
  padding: 0;
  text-align: center;
  font-size: 75%;
}

img.alignright, img.alignleft {
  float: none;
}

@media (min-width: 768px) {
  img.alignright, img.alignleft {
    margin-bottom: 1em;
    max-width: 50%;
  }
}

@media (min-width: 768px) {
  img.alignleft {
    float: left;
    margin-right: 2.5em;
  }
}

@media (min-width: 768px) {
  img.alignright {
    float: right;
    margin-left: 2.5em;
  }
}

/* BLOG */
.insidepage main .filterWrap {
  text-align: center;
}

.insidepage main .filterWrap a {
  text-decoration: none;
  color: #168ebe;
  font-size: 20px;
  color: #168ebe;
  text-transform: uppercase;
}

.insidepage main .filterWrap a.is-active span {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transform-origin: center;
          transform-origin: center;
}

.insidepage main .filterWrap a span {
  display: inline-block;
}

.insidepage main .filterWrap ul#catlist {
  list-style-type: none;
  text-align: left;
  display: none;
  flex-wrap: wrap;
  justify-content: space-around;
  font-size: 12px;
  padding: 40px 0;
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .insidepage main .filterWrap ul#catlist {
    padding-bottom: 15px;
  }
}

.insidepage main .filterWrap ul#catlist.is-active {
  display: -webkit-box;
  display: flex;
}

.insidepage main .filterWrap ul#catlist li {
  opacity: 0;
  font-size: 12px;
  padding: 0 15px 30px 0;
  list-style-type: none;
  width: 33%;
}

@media screen and (max-width: 767px) {
  .insidepage main .filterWrap ul#catlist li {
    width: 100%;
    padding-bottom: 20px;
  }
}

.insidepage main .filterWrap ul#catlist li:before {
  display: none;
}

.insidepage main .filterWrap ul#catlist li a {
  display: inline-block;
  color: #4c4c4c;
  font-size: 20px;
}

@media screen and (max-width: 767px) {
  .insidepage main .filterWrap ul#catlist li a {
    font-size: 16px;
  }
}

.bloglandingWrap {
  padding-top: 60px;
}

@media (min-width: 1600px) {
  .bloglandingWrap {
    max-width: 1400px;
  }
}

@media screen and (max-width: 767px) {
  .bloglandingWrap {
    padding-top: 30px;
  }
}

.bloglandingWrap .hblogHolder {
  display: -webkit-box;
  display: flex;
  flex-basis: 0;
  -webkit-box-flex: 1;
          flex-grow: 1;
  max-width: 100%;
  -webkit-box-pack: justify;
          justify-content: space-between;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .bloglandingWrap .hblogHolder {
    padding: 0 15px;
  }
}

.bloglandingWrap .card {
  border: 2px solid #f4f4f4;
  box-shadow: 0 2px 30px #e3e3e3;
  padding: 30px;
  max-width: 427px;
  margin-bottom: 60px;
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  width: calc(100% / 3.3);
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

@media screen and (max-width: 1170px) {
  .bloglandingWrap .card {
    padding: 15px;
  }
}

@media screen and (max-width: 980px) {
  .bloglandingWrap .card {
    width: calc(100% / 2.1);
  }
}

@media screen and (max-width: 640px) {
  .bloglandingWrap .card {
    width: 100%;
    margin-bottom: 30px;
  }
}

.bloglandingWrap .card:hover {
  border: 2px solid #20dedc;
  box-shadow: 0 2px 30px #cdcaca;
}

.bloglandingWrap .card .cardTitle {
  font-size: 20px;
  color: #168ebe;
  text-transform: uppercase;
  font-weight: 300;
}

.bloglandingWrap .card img {
  border-radius: 0;
  text-align: center;
  margin: 0 auto;
  width: 90%;
  display: block;
  max-width: 100%;
  height: auto;
}

.bloglandingWrap .card .card-body {
  -webkit-box-flex: 1;
          flex: 1 1 auto;
  padding: 1.25rem;
}

.bloglandingWrap .card .card-body p {
  text-align: left;
}

.bloglandingWrap .meta {
  font-size: 12px;
}

.bloglandingWrap .meta a {
  color: #168ebe;
  text-decoration: none;
}

.bloglandingWrap .meta a:hover {
  text-decoration: underline;
}

.bloglandingWrap .button {
  width: 100%;
  max-width: 220px;
  min-width: 0;
  font-size: 15px;
  padding: 10px 15px;
  margin: 0 auto;
  box-shadow: 1px 1px 7px 3px rgba(0, 0, 0, 0.3);
  text-transform: uppercase;
}

.blogPost p.meta {
  font-size: 16px;
}

.blogPost p.meta a {
  color: #168ebe;
  text-decoration: none;
}

.nav-links {
  margin: 0 auto;
  text-align: center;
  color: #4c4c4c;
  overflow: hidden;
  margin-bottom: 150px;
}

@media screen and (max-width: 767px) {
  .nav-links {
    margin-bottom: 30px;
  }
}

.nav-links a {
  color: #4c4c4c;
  font-size: 20px;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .nav-links a {
    font-size: 16px;
  }
}

.nav-links span {
  color: #4c4c4c;
  font-size: 20px;
}

@media screen and (max-width: 767px) {
  .nav-links span {
    font-size: 16px;
  }
}

.nav-links span.current {
  color: #168ebe;
}

.nav-links a.next.page-numbers {
  float: right;
}

.nav-links a.prev.page-numbers {
  float: left;
}

.single-post .justContent p {
  overflow: initial;
}

.single-post .justContent img.alignleft,
.single-post .justContent img.alignright {
  margin-top: 1.5em;
}

.single-post .singleNavLink {
  padding-top: 30px;
  padding-bottom: 30px;
}
.single-news-room .grid,
.single-post .singleNavLink .grid {
  -webkit-box-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.single-news-room .singleNavLink .prevlink,
.single-post .singleNavLink .prevlink {
  float: left;
  padding-left: 7vw;
  color: #4c4c4c;
}

.single-news-room .singleNavLink .prevlink a,
.single-post .singleNavLink .prevlink a {
  color: #4c4c4c;
}

.single-news-room .singleNavLink .prevlink a:hover,
.single-post .singleNavLink .prevlink a:hover {
  color: #168ebe;
}

.single-news-room .singleNavLink .nextlink,
.single-post .singleNavLink .nextlink {
  float: right;
  padding-right: 7vw;
  color: #4c4c4c;
}

.single-news-room .singleNavLink .nextlink a,
.single-post .singleNavLink .nextlink a {
  color: #4c4c4c;
}

.single-news-room .singleNavLink .nextlink a:hover,
.single-post .singleNavLink .nextlink a:hover {
  color: #168ebe;
}

/* AFORM SPECIALS */
.specialFormWrap {
  background-image: url(images/LIPSG_DBMS.jpg);
  background-size: cover;
  background-attachment: fixed;
  padding-top: 60px;
  padding-bottom: 60px;
  background-position: 50%;
}

.specialFormWrap h2 {
  text-align: center;
  display: block;
  line-height: 1em;
}

.specialFormWrap p {
  text-align: center;
  margin-bottom: 30px;
}

.specialFormArea {
  width: 100%;
  margin: 0 auto;
}

.specialFormArea .aform {
  background-color: #fff;
  box-shadow: 1px 3px 7px 2px rgba(0, 0, 0, 0.2);
  padding: 60px 10%;
}

@media screen and (max-width: 1199px) {
  .specialFormArea .aform {
    padding: 30px 30px;
  }
}

.specialFormWrap .disclaimer p {
  font-size: 14px;
  font-style: italic;
  padding-top: 20px;
  max-width: 980px;
  margin: 0 auto;
}

.specialsForm {
  display: -webkit-box;
  display: flex;
  /* radio buttons */
}

@media screen and (max-width: 767px) {
  .specialsForm {
    flex-wrap: wrap;
  }
}

.specialsForm fieldset {
  display: -webkit-box;
  display: flex;
  -webkit-box-flex: 0;
          flex: 0 1 50%;
  border: none;
  margin: 0;
  padding: 0 30px;
}

@media screen and (max-width: 767px) {
  .specialsForm fieldset {
    padding: 0 15px;
    -webkit-box-flex: 0;
            flex: 0 1 100%;
    width: 100%;
  }
}

.specialsForm .field-required label::after {
  content: "*";
  display: inline-block;
}

.specialsForm label {
  font-size: 16px;
  display: block;
  margin-bottom: 10px;
  font-weight: 500;
  color: #4c4c4c;
}

.specialsForm input[type="text"],
.specialsForm input[type="email"],
.specialsForm textarea,
.specialsForm select {
  border: 1px solid #4c4c4c;
  width: 100%;
  display: block;
  text-indent: 3px;
}

.specialsForm input[type="text"],
.specialsForm input[type="email"] {
  height: 30px;
}

.specialsForm .cancellation p {
  padding-top: 30px;
  text-align: left;
  font-size: 14px;
  line-height: 1em;
  margin-bottom: 0;
}

.specialsForm .type-radiobuttons div {
  display: -webkit-box;
  display: flex;
}

.specialsForm .type-radiobuttons div label {
  font-weight: 400;
}

.specialsForm .type-radiobuttons div input {
  margin-right: 10px;
  border: 1px solid #4c4c4c;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: inline-block;
  position: relative;
  background-color: white;
  height: 14px;
  width: 14px;
  border-radius: 50px;
  cursor: pointer;
  outline: none;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.specialsForm .type-radiobuttons div input:checked::before {
  position: absolute;
  content: ' ';
  color: #168ebe;
  width: 14px;
  height: 14px;
  background-color: #168ebe;
  border-radius: 50%;
  top: -1px;
  left: -1px;
}

.specialsForm .field-wrap {
  margin-bottom: 20px;
}

.specialsForm select {
  width: auto;
}

.specialsForm .type-checkbox {
  display: -webkit-box;
  display: flex;
}

.specialsForm .type-checkbox label {
  margin-right: 10px;
  margin-bottom: 0;
  margin-left: 10px;
  line-height: 1;

}

.specialsForm .type-checkbox input {
  border: 1px solid #4c4c4c;
}

.specialsForm .submit-btn {
  font-size: 16px;
  padding: 10px 10px;
  min-width: 0;
  width: 230px;
  box-shadow: -1px 2px 7px 0px rgba(0, 0, 0, 0.3);
}

/* inline radio circles */
.specialsForm .type-radiobuttons.field-wrap {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

.specialsForm .type-radiobuttons.field-wrap > label {
  width: 100%;
}

.specialsForm .type-radiobuttons.field-wrap > div {
  align-self: flex-start;
  -webkit-box-flex: 0;
          flex: 0 1 auto;
}

@media screen and (max-width: 980px) {
  .specialsForm .type-radiobuttons.field-wrap > div {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .specialsForm .type-radiobuttons.field-wrap > div {
    -webkit-box-flex: 0;
            flex: 0 1 100%;
    margin-bottom: 15px;
    -webkit-box-align: start;
            align-items: flex-start;
  }
}

.specialsForm .type-radiobuttons.field-wrap > div input {
  margin-right: 2px;
}

@media screen and (max-width: 767px) {
  .specialsForm .type-radiobuttons.field-wrap > div input {
    margin-right: 10px;
  }
}

.specialsForm .type-radiobuttons.field-wrap > div label {
  margin-bottom: 0;
  margin-right: 10px;
}

.specialsForm .type-radiobuttons.field-wrap > div label span {
  display: block;
  font-size: 12px;
  font-style: italic;
}


.contactUsForm {
  flex-direction: column;
}

.insidepage main .aform:not(.specialsForm) label {
  font-size: 20px;
  display: block;
  width: 100%;
  margin-bottom: 5px;
  color: #4c4c4c;
}

@media screen and (max-width: 767px) {
  .insidepage main .aform:not(.specialsForm) label {
    font-size: 16px;
  }
}

.insidepage main .aform:not(.specialsForm) select {
  padding-top: 5px;
}

.insidepage main .aform:not(.specialsForm) select option {
  margin-right: 1em;
}

.insidepage main .aform:not(.specialsForm) input[type="text"],
.insidepage main .aform:not(.specialsForm) input[type="email"],
.insidepage main .aform:not(.specialsForm) textarea {
  border: 1px solid black;
  width: 100%;
  display: block;
  color: #4c4c4c;
}

.insidepage main .aform:not(.specialsForm) input[type="text"],
.insidepage main .aform:not(.specialsForm) input[type="email"] {
  height: 35px;
  text-indent: 3px;
  color: #4c4c4c;
}

.insidepage main .aform:not(.specialsForm) .field-wrap {
  margin-bottom: 1em;
}

.insidepage main .aform:not(.specialsForm) .button.blue {
  font-size: 14px;
  min-width: 100px;
  box-shadow: 0px 2px 9px 1px rgba(0, 0, 0, 0.3);
}

.insidepage main .aform:not(.specialsForm) .type-checkbox {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}

.insidepage main .aform:not(.specialsForm) .type-checkbox label {
  width: auto;
  margin-bottom: 0;
  margin-right: 10px;
}

.insidepage main .aform:not(.specialsForm) input[type='checkbox'] {
  margin-top: -30px;
}

.insidepage main .aform:not(.specialsForm) input[type='checkbox'] {
  text-rendering: optimizeSpeed;
  width: 15px;
  height: 15px;
  margin: 0;
  margin-right: 1px;
  display: block;
  float: left;
  position: relative;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.insidepage main .aform:not(.specialsForm) input[type='checkbox']:after {
  content: "";
  vertical-align: middle;
  text-align: center;
  line-height: 15px;
  position: absolute;
  cursor: pointer;
  height: 15px;
  width: 15px;
  left: 0px;
  font-size: 10px;
  background: #fff;
  border: 1px solid black;
  top: 1px;
}

.insidepage main .aform:not(.specialsForm) input[type='checkbox']:checked:after {
  background: #1a428e;
  content: '\2713';
  color: #fff;
  font-family: sans-serif;
}

.insidepage main .aform:not(.specialsForm) .disclaimer {
  line-height: 1;
  font-size: 16px;
  display: block;
  font-style: italic;
}

@media screen and (max-width: 767px) {
  .insidepage main .aform:not(.specialsForm) .disclaimer {
    font-size: 14px;
  }
}

.insidepage main .aform:not(.specialsForm) h2, .insidepage main .aform:not(.specialsForm) h3, .insidepage main .aform:not(.specialsForm) h4 {
  margin-top: 1em;
}

.insidepage main .aform:not(.specialsForm) .type-radiobuttons div {
  display: -webkit-box;
  display: flex;
}

.insidepage main .aform:not(.specialsForm) .type-radiobuttons div label {
  font-weight: 400;
}

.insidepage main .aform:not(.specialsForm) .type-radiobuttons div input {
  margin-right: 10px;
  border: 1px solid #4c4c4c;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: inline-block;
  position: relative;
  background-color: white;
  height: 14px;
  width: 14px;
  border-radius: 50px;
  cursor: pointer;
  outline: none;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.insidepage main .aform:not(.specialsForm) .type-radiobuttons div input:checked::before {
  position: absolute;
  content: ' ';
  color: #168ebe;
  width: 14px;
  height: 14px;
  background-color: #168ebe;
  border-radius: 50%;
  top: -1px;
  left: -1px;
}

.insidepage main .aform:not(.specialsForm) .type-radiobuttons.field-wrap {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

.insidepage main .aform:not(.specialsForm) .type-radiobuttons.field-wrap > label {
  width: 100%;
  margin-bottom: 10px;
}

.insidepage main .aform:not(.specialsForm) .type-radiobuttons.field-wrap > div {
  align-self: flex-start;
  -webkit-box-flex: 0;
          flex: 0 1 auto;
  -webkit-box-align: center;
          align-items: center;
}

@media screen and (max-width: 980px) {
  .insidepage main .aform:not(.specialsForm) .type-radiobuttons.field-wrap > div {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .insidepage main .aform:not(.specialsForm) .type-radiobuttons.field-wrap > div {
    -webkit-box-flex: 0;
            flex: 0 1 100%;
    margin-bottom: 15px;
    -webkit-box-align: center;
            align-items: center;
  }
}

.insidepage main .aform:not(.specialsForm) .type-radiobuttons.field-wrap > div input {
  margin-right: 2px;
}

@media screen and (max-width: 767px) {
  .insidepage main .aform:not(.specialsForm) .type-radiobuttons.field-wrap > div input {
    margin-right: 10px;
  }
}

.insidepage main .aform:not(.specialsForm) .type-radiobuttons.field-wrap > div label {
  margin-bottom: 0;
  margin-right: 15px;
  width: auto;
}

.insidepage main .aform:not(.specialsForm) .type-radiobuttons.field-wrap > div label span {
  display: block;
  font-size: 12px;
  font-style: italic;
}

/* wrap widths */
.max-100 {
  max-width: 100%;
  margin: 0 auto;
}

.max-75 {
  max-width: 75%;
  margin: 0 auto;
}

.max-50 {
  max-width: 50%;
  margin: 0 auto;
}

.max-48 {
  max-width: 48%;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .max-100,
  .max-75,
  .max-50 {
    max-width: 100%;
  }
}
.external-reviews-tab {
  margin-right: 1em;
}
.external-review {
  margin-bottom: 30px;
}
.external-review img {
  margin-right: auto;
  margin-left: 0;
}

/* Testimmonial Page */

.onPageTestimonial article.container > div > .col-12 {
 display: flex;
 justify-content: center;
 flex-direction: column;
 width: 100%;
 margin: 0 auto;
 flex-wrap: wrap;
 align-content: center;
 max-width: 820px;
}
.onPageTestimonial article.container > div > .col-12 * {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.onPageTestimonial article.container > div > .col-12 p {
  font-size: 25px;
  color: #333333;
  line-height: 1.5;
  margin-bottom: 1em;
}
.onPageTestimonial article.container > div > .col-12 br {
  margin-bottom: 1em;
}

.wp-video {
  border: 10px solid #f4f2f2;
}

.quote-sep {
  width: 520px;
  border: none;
  position: relative;
  margin: 150px auto 100px auto!important;
  display: block;
  height: 5px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#01a2e4+0,0c519a+50,01a2e4+50,0c519a+100 */
  background: #01a2e4; /* Old browsers */
 background: linear-gradient(to right,  #01a2e4 0%,#0c519a 40%,#01a2e4 60%,#0c519a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.quote-sep::before {
  background-image: url("images/quotes.jpg");
  content: " ";
  background-repeat: no-repeat;
  background-position: center;
  padding: 25px 32px;
  width: 63px;
  height: 63px;
  background-color: #ffffff;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  top: -63px;
}

@media screen and (max-width: 767px) {
  .quote-sep {
    width: 100%;
    margin: 100px auto 60px auto!important;
  }
  .onPageTestimonial article.container > div > .col-12 p {
    font-size: 18px;
  }
}
.page-id-25124 header {
  display: none;
}