/*
 Theme Name:   Frameworks Child
 Description:  Frameworks Child Theme
 Author:       Anonymous
 Template:     Frameworks
*/

body {
  font-family: "Work Sans", sans-sans-serif;
  background-color: #F5F5F5;
  height:auto;
  min-height:100vh;
}

h1, .section-media h1, .wp-block-media-text .wrapp-text h1, .wp-block-media-text .wp-block-media-text__content h1, .section-contact h1, #section-resources-block_5d9cd6f64d23c h2, #section-descrip-block_5d9ce5fe5b6c8 h2, #section-descrip-block_5d9cdb1548825 h2, .wrapp-news-inner h2, #section-descrip-block_5d9cda5f48824 h2 {
  font-size: 46px;
  line-height: 1.05em;
  font-weight: 700;
  color: #222222;
  letter-spacing: 0;
}

.bg-video {
  display: none;
}
.bg-image {
  height: calc(100vh - 66px);
  width: 100%;
  background-size: cover;
  background-position: center;
  margin-top: 41px;
}
@media (min-width: 768px) {
  h1, .section-media h1, .wp-block-media-text .wrapp-text h1, .wp-block-media-text .wp-block-media-text__content h1, .section-contact h1, #section-resources-block_5d9cd6f64d23c h2, #section-descrip-block_5d9ce5fe5b6c8 h2, #section-descrip-block_5d9cdb1548825 h2, .wrapp-news-inner h2 {
    font-size: 66px;
  }
  .bg-video {
    display: block;
  }
  .bg-image {
    display: none;
  }
}

h2, .wrapp-news-items .item:first-child .card-body .h1 {
  font-size: 32px;
  line-height: 37px;
  color: #2A2A2A;
  letter-spacing: 0;
}

h3, .wrapp-news-items .item .card-body .h1 {
  font-size: 25px;
  line-height: 30px;
  color: #2A2A2A;
  letter-spacing: 0;
  font-weight: 700;
}

/* "Header", nav items */
h4 {
  font-size: 16px;
  line-height: 19px;
  font-weight: 600;
  color: #2A2A2A;
}

h5, h6 {
  font-size: 24px;
  line-height: 1.4em;
  font-weight: 400;
  letter-spacing: 0;
}

p, .wrapp-descrip ul li, .wp-block-media-text .wrapp-text p, .wp-block-media-text .wp-block-media-text__content p, .section-contact p, #section-descrip-block_5d9ce5fe5b6c8 p, #section-descrip-block_5d9ce5fe5b6c8 ul li, #section-descrip-block_5d9ce157a8c11 p, #section-descrip-block_5d9cdb1548825 p, .wrapp-news-items .card-body p, .section-news-inner .card-body p, .wrapp-team-inner p, .wrapp-news-inner p {
  font-family: "PT Serif", serif;
  font-size: 20px;
  line-height: 30px;
  color: #2A2A2A;
  text-align: left;
  letter-spacing: 0;
}

#section-descrip-block_5d9cdb1548825 p img {
    height: 200px;
    display: block;
}

.btn, .btn-holder a, .wrapp-btn a, .wrapp-news-items .wrapp-btn .btn, .section-news-inner .wrapp-btn .btn, input[type="submit"].gform_button  {
  background-color: #507475;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  line-height: 30px;
  padding: 16px 32px;
  border-radius: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btn:hover, .btn-holder a:hover, .wrapp-btn a:hover, .wrapp-news-items .wrapp-btn .btn:hover, .section-news-inner .wrapp-btn .btn:hover, input[type="submit"].gform_button:hover {
  background-color: #507475 !important;
  opacity: 0.6;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}


/*/////////// HEADER ////////////*/

#header {
  background-color: #507475;
}

.sticky-wrap-header.fixed-position #header {
  background-color: #507475;
}

@media only screen and (max-width: 1023px) {
  #header .container {
    padding-right: 24px;
    padding-left: 24px;
  }
}

.sticky-wrap-header {
  z-index: 5000;
}

.nav-opener span, .nav-opener:before, .nav-opener:after {
  background-color: #fff;
}

.nav-active .nav-opener:hover {
  background-color: #222;
}

.nav-active .nav-opener {
  border: 3px solid #222;
}

.wrapp-menu-container {
  background: linear-gradient(125deg, #383838, #222);
}

@media (min-width: 768px) {
  .nav-opener {
    display: none;
  }

  .header .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 1282px;
  }

  .wrapp-menu-container {
    -webkit-transform: none;
            transform: none;
    background: rgba(0,0,0,0);
    width: auto;
    padding-top: 0;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .nav {
    margin: 0;
  }

  .nav li {
    display: inline-block;
    height: 0px;
  }

  .nav li a {
    font-size: 16px;
    font-weight: 600;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    margin: 0 16px;
    border-bottom: 2px solid rgba(255,255,255,0);
    padding-bottom: 2px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  .nav li a:before {
    display: none;
  }

  .nav li a:hover {
    border-bottom: 2px solid rgba(255,255,255,1);
    padding-bottom: 7px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  .section-intro {
    padding: 350px 0 50px;
    height: 495px;
  }
}

.home-custom .logo.logo {
  display: block !important;
}

.header .logo {
  max-width: 161px;
}



/*////////// FOOTER /////////*/

footer {
  padding-top: 16px !important;
  background-color: #fff;
}

@media (min-width: 768px) {
  footer {
    padding-top: 0 !important;
  }

  footer .container {
    max-width: 1282px;
  }

  .bottom-line {
    padding: 0 !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
}

@media (max-width: 767px) {
  .bottom-line {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
}

@media (min-width: 540px) and (max-width: 767px) {
  .footer {
    padding: 56px 0 32px;
  }
}

.bottom-line {
  min-height: 170px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}


@media print {
  .wrapp-footer .bottom-line {
    display: block;
  }
}

.footer-section {
  height: auto;
  margin: 16px 0;
  width: 250px;
}

@media (min-width: 768px) {
  .footer-section {
    width: auto;
    height: 80px;
  }
}

.footer-label {
  font-size: 16px;
  font-weight: 600;
  color: #2A2A2A;
}






.logo-footer strong {
  color: #2A2A2A;
}

.logo-footer img {
  margin-bottom: 17px;
  max-width: 161px;
}

.footer-copyright {
  color: #4C4C4C;
  font-size: 12px;
}

.footer-copyright a {
  color: #4C4C4C;
  text-decoration: underline !important;
}

.footer-copyright a:hover {
  color: #222;
}





footer .wrapp-footer .list-social {
  margin-top: 15px;
}

footer .wrapp-footer .list-social a i {
  color: #2A2A2A;
}

@media (min-width: 768px) {

  footer .wrapp-footer .list-social {
    margin-top: 25px;
  }

}




.form-footer .gform_wrapper {
  margin: 0;
}

.form-footer .gform_body input {
  background-color: #f2f2f2;
  padding: 7px 15px !important;
  line-height: normal !important;
  margin-top: 0 !important;
}

.form-footer .gform_body::after {
  content:"";
  border-left: 2px solid #2a2a2a;
  border-top: 2px solid #2a2a2a;
  -webkit-transform:rotate(135deg);
          transform:rotate(135deg);
  width:9px;
  height:9px;
  margin-left: 220px;
  margin-top: -21px;
  position: absolute;
}

.form-footer .gform_wrapper ul li.gfield {
  margin: 0;
}

.form-footer .gform_footer {
  visibility: hidden;
  height: 0;
  padding: 0 !important;
  margin: 0 !important;
}

@media (min-width: 768px) {
  .form-footer .gform_body input {
    margin-top: 12px !important;
  }

  .form-footer .gform_body::after {
    margin-left: 178px;
  }
}





/*////////// HOMEPAGE /////////*/

@media (max-width: 375px) {
  .section-intro {
    margin-bottom: 50px;
  }
}
.section-intro .wrapp-intro {
  max-width: 1150px;
}

.section-intro .card-logo {
  display: none;
}

.home .section-intro .card-title h1 {
  color: #fff;
  text-align: left;
  font-weight: 400;
  margin-top: 15vh;
  font-size: 40px;
  line-height: 1.1em;
}

@media (min-width: 768px) {
  .home .section-intro .card-title h1 {
    font-size: 64px;
  }
}

.home .section-intro .bg-holder {
  background-position: center;
}

.link-bottom {
  display: none;
}

#section-descrip-block_5d567fd4da131 {
  background-color: #fff;
}

.section-descrip p {
  font-size: 24px;
  line-height: 36px;
  color: #2A2A2A;
  letter-spacing: 0;
}

.section-descrip .wrapp-btn {
  margin-top: 40px;
}

#section-descrip-block_5d567fd4da131::after {
  content: "";
  height: 1px;
  width: 80%;
  position: absolute;
  left: 10%;
  right: 10%;
  background-color: #2A2A2A;
  margin-top: 45px;
}

@media (min-width: 768px) {
  #section-descrip-block_5d567fd4da131::after {
    margin-top: 85px;
  }
}

#section-resources-block_5d9cd6f64d23c {
  background-image: url("images/homepage-bg-2.png");
  background-position: top;
  background-size: cover;
  padding-bottom: 30em;
}

.section-resources .wrapp-resources-items {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

@media (min-width: 550px) {
  .section-resources .wrapp-resources-items .item {
    width: 47%;
  }
}

.section-resources .wrapp-resources-items .item .card-img {
  border-radius: 0;
  width: auto;
  height: auto;
  margin-bottom: 0;
}

.section-resources .wrapp-resources-items .item .card-body {
  padding: 25px 20px 28px;
  background-color: #fff;
  border-left: 1px solid #E7E7E7;
  border-right: 1px solid #E7E7E7;
  border-bottom: 1px solid #E7E7E7;
  border-radius: 0px 0px 4px 4px;
  margin: 0;
  max-width: 100%;
}

.section-resources .wrapp-resources-items .card-body h4 {
  color: #2A2A2A;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
}

.section-resources .wrapp-resources-items .card-body p {
  color: #2A2A2A;
  font-size: 18px;
  line-height: 26px;
}

#section-descrip-block_5da0aebcefe06 {
  padding: 0;
}

#section-descrip-block_5da0aebcefe06 .container {
  position: absolute;
  margin-top: -450px;
  height: auto;
}

@media (min-width: 768px) {
  #section-descrip-block_5da0aebcefe06 .container {
    margin-top: -500px;
  }
}

#section-descrip-block_5da0aebcefe06 .wrapp-descrip {
  max-width: 320px;
}

a.homepage-video-btn {
  padding: 25px;
  background-color: #ffffff40;
  border-radius: 100%;
  font-size: 0;
  line-height: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

a.homepage-video-btn::after {
  content: "\25BA";
  position: absolute;
  color: white;
  font-size: 30px;
  margin-top: 23px;
  margin-left: -11px;
}

a.homepage-video-btn:hover {
  background-color: #ffffff70;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

a.homepage-video-btn:active {
  background-color: #ffffff85;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (min-width: 768px) and (max-width: 999px) {
  a.homepage-video-btn {
    padding: 40px;
    background-color: #ffffff40;
    border-radius: 100%;
    font-size: 0;
    line-height: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  a.homepage-video-btn::after {
    content: "\25BA";
    position: absolute;
    color: white;
    font-size: 50px;
    margin-top: 23px;
    margin-left: -16px;
  }
}


@media (min-width: 1000px) {
  a.homepage-video-btn {
    height: 180px;
    width: 180px;
    padding: 0;
    position: absolute;
    top: calc(50% - 30px);
    right: 100px;
  }

  a.homepage-video-btn::after {
    content: "\25BA";
    position: absolute;
    color: white;
    font-size: 120px;
    margin-top: 93px;
    margin-left: 45px;
  }
}


/*////////// INTERIOR PAGES /////////*/

.section-intro .card-title h1 {
  font-weight: 700;
  color: #fff;
  text-align: left;
}

#section-descrip-block_5d9ce5fe5b6c8 .wrapp-descrip {
  display: block;
}

@media (min-width: 768px) {
  #section-descrip-block_5d9ce5fe5b6c8 .wrapp-descrip {
  }
}

#section-descrip-block_5d9ce5fe5b6c8 hr {
  margin: 50px 0;
}

#section-descrip-block_5d9ce5fe5b6c8 h2 {
  text-align: left;
  grid-column-start: title ;
  grid-column-end: span end ;
}

#section-descrip-block_5d9ce5fe5b6c8 p {
  color: #2A2A2A;
  text-align: left;
  letter-spacing: 0;
  grid-column-start: title ;
  grid-column-end: span end;
  padding:0;
}

@media screen and (min-width: 768px) {
  #section-descrip-block_5d9ce5fe5b6c8 .reformsul {
    -moz-column-count: 2;
         -webkit-column-count: 2;
            column-count: 2;
    padding: 0 0 0 22px;
  }
  #section-descrip-block_5d9ce5fe5b6c8 .twocolul {
      width: 50%;
      float: left;
      padding: 0 20px 0 0;
  }
  #section-descrip-block_5d9ce5fe5b6c8 .threecolul {
      width: 33%;
      float: left;
      padding: 0 20px 0 0;
      margin-top: 24px;
  }
}

#section-descrip-block_5d9ce5fe5b6c8 ul {
  padding: 0 0 0 16px;
}

#section-descrip-block_5d9ce5fe5b6c8 ul li {
  text-align: left;
  letter-spacing: 0;
  margin-bottom: 26px;
  margin-right: 30px;
  color: #2A2A2A;
  /* -moz-column-break-inside: avoid;
       break-inside: avoid-column; */
}

#section-descrip-block_5d9ce5fe5b6c8 ul li strong {
  font-size: 24px;
  font-family: "Work Sans", sans-sans-serif;
}

#section-descrip-block_5d9ce5fe5b6c8 ul.jumplinks {
  list-style: none;
  padding:0;
  font-family: "Work Sans", sans-sans-serif;
}

#section-descrip-block_5d9ce5fe5b6c8 ul.jumplinks li {
  margin:0 10px 20px 0;
  font-family: "Work Sans", sans-sans-serif;
  font-size: 16px;
  line-height: 20px;
}

#section-descrip-block_5d9ce5fe5b6c8 ul.jumplinks li a {
  color: #507475;
  text-decoration: none;
}

#section-descrip-block_5d9ce5fe5b6c8 ul.jumplinks li a:hover {
  color: #2A2A2A;
  text-decoration: none;
}

#section-descrip-block_5d9ce157a8c11 {
  background-color: #F5F5F5;
}

#section-descrip-block_5d9cda5f48824 {
  background-image: url("images/about-bg-3.jpg");
  background-size: cover;
}

#section-descrip-block_5d9cda5f48824 .wrapp-descrip .wrapp-btn {
  grid-column-start: 1;
  grid-column-end: 3;
}

#section-descrip-block_5d9ce157a8c11 .wrapp-descrip, #section-descrip-block_5d9cda5f48824 .wrapp-descrip, #section-descrip-block_5d9cdb1548825 .wrapp-descrip {
  display: block;
}

@media (min-width: 768px) {
  #section-descrip-block_5d9cda5f48824 .wrapp-descrip, #section-descrip-block_5d9cdb1548825 .wrapp-descrip {
    display: grid;
    grid-template-columns: [fist] 1fr [second] 1fr [end];
    grid-template-rows: [row-1] auto [row-2] auto [row-3] auto;
  }
}
@media print {
  #section-descrip-block_5d9cda5f48824 .wrapp-descrip, #section-descrip-block_5d9cdb1548825 .wrapp-descrip {
    -webkit-column-break-inside: avoid;
       -moz-column-break-inside: avoid;
            break-inside: avoid;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

#section-descrip-block_5d9cda5f48824 p {
  font-size: 26px;
  line-height: 1.4em;
  letter-spacing: 0;
}

@media (min-width: 768px) {
  #section-descrip-block_5d9cda5f48824 p, #section-descrip-block_5d9ce157a8c11 p, #section-descrip-block_5d9cdb1548825 p {
    padding: 0 40px 0 0;
  }
}

#section-descrip-block_5d9cda5f48824 h2 {
  color: #fff;
  font-size:52px;
  margin-top:40px;
  text-align: left;
}

#section-descrip-block_5d9cda5f48824 blockquote {
  border-left: 2px solid #fff;
  padding-left: 15px;
}

#section-descrip-block_5d9cda5f48824 blockquote p {
  font-size: 25px;
  line-height: 1.4em;
  font-weight: 700;
  letter-spacing: 0;
  color: #fff;
}

#section-descrip-block_5d9cdb1548825 {
  background-color: #F5F5F5;
}

#section-descrip-block_5d9cdb1548825 h2 {
  text-align: left;
  padding-right: 20px;
}

@media (min-width: 768px) {
  .page-id-10 .section-intro {
    padding: 170px 0 0;
  }
}

.page-id-10 .section-intro .card-title h1 {
  color: #222222;
  text-align: center;
}

.page-id-10 .contact-line {
  color: #222222;
  text-align: center;
  margin-bottom: 80px !important;
}

.page-id-10 .print{
	display: none !important;
}
.print .btn {
  display: none;
}

#contact-block_5d9ce7f2e0942 {
  background-color: rgba(0,0,0,0);
  padding-top: 0;
}

#contact-block_5d9ce7f2e0942 p {
  text-align: center;
}


/*////////// NEWS /////////*/

@media (min-width: 768px) {
  .wrapp-news-items .item:first-child {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(42,42,42,0.5);
    margin-bottom: 30px;
  }

  .wrapp-news-items .item:first-child .card-img {
    width: 50%;
    height: 100%;
    -ms-flex-item-align: center;
        align-self: center;
    border-radius: 0;
  }

  .wrapp-news-items .item:first-child .card-img img {
    width: 100%;
    height: 100%;
    top: 0;
    -webkit-transform: none;
            transform: none;
  }

  .wrapp-news-items .item:first-child .card-body {
    width: 50%;
    border: 0 solid;
    background-color: rgba(255,255,255,0);
  }

  .wrapp-news-items .item:first-child .wrapp-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .wrapp-news-items .item:first-child .card-body .card-time {
    padding-bottom: 40px;
  }
}
@media print {
  .wrapp-news-items .item:first-child {
    display: block;
  }
  .wrapp-news-items .item:first-child .wrapp-btn {
    display: none;
  }
}

.wrapp-news-items .item {
  cursor: pointer;
}

.wrapp-news-items .item .card-img {
  border-radius: 4px 4px 0 0;
}

.wrapp-news-items .item .card-body {
  background-color: #fff;
  border: 1px solid #E7E7E7;
  border-top: 0 solid;
  border-radius: 0 0 4px 4px;
}

.wrapp-news-items .card-body .card-time {
  color: #2A2A2A;
  padding-bottom: 10px;
  font-weight: 600;
}

.wrapp-news-items .item .wrapp-btn {
  display: none;
}

@media print {
  .wrapp-news-items .item .card-body {
    border: 0;
    border-radius: 0;
    padding: 0;
    page-break-inside: avoid;
  }
  .wrapp-news-items .item .card-img {
    height: 250px;
    page-break-inside: avoid;
  }
  .wrapp-news-items .item .card-img img {
    page-break-inside: avoid;
  }
}

.single-post .wrapp-intro .card-title p {
  display: none;
}

.single-post .wrapp-news-inner h1, .single-post .wrapp-news-inner h2, .single-post .wrapp-news-inner h3, .single-post .wrapp-news-inner h4, .single-post .wrapp-news-inner h5, .single-post .wrapp-news-inner h6, .single-post .wrapp-news-inner p, .single-post .wrapp-news-inner ul, .single-post .wrapp-news-inner ol {
  max-width: 700px;
}

.print button.btn {
  font-size: 14px;
  line-height: 14px;
  padding: 5px 7px;
  font-weight: 600;
}

.print button.btn:hover {
  color: white;
  background-color: #507475 !important;
}


@media print {
  * {
    max-height: none;
  }
  html, body {
    height: auto;
    max-height: none;
    background: none;
  }
  .page-id-7 .wrapp-descrip img {
    display: none;
  }
  .no-print {
    display: none;
  }
  body, .container {
    overflow: auto !important;
    /* page-break-inside: auto !important; */
    max-height: none;
    height: auto;
  }
  #wrapper {
    display: block;
  }

  .nav li {
    display: block;
  }

  #main {
    margin: 0 !important;
    height: auto;
    max-height: none;
  }

  #header {
    display: none;
  }

  #wrapper {
    overflow: auto !important;
    /* page-break-inside: auto !important; */
    height: auto;
    max-height: none;
  }

  .print, .btn, .wrapp-back-link, .wp-block-file{
  	  display: none !important;
  }

  .section-descrip,
  .section-news-inner,
  .wrapp-news-inner {
    padding: 0 !important;
  }

  .section-intro {
    padding-top: 20px;
    padding-bottom: 0;
    height: auto;
  }
  .section-intro .wrapp-intro {
    height: auto;
  }
  .section-intro .bg {
    display: none;
  }

  .card-title h1 {
    color: black !important;
    line-height: 1.2 !important;
    font-size: 40px;
    position: relative;
  }

  .section-descrip img,
  .section-news-inner img {
    max-width: 3in;
  }
  .section-descrip.h2l-pr .wrapp-descrip {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .section-descrip h2,
  .section-news-inner h2 {
    padding-top: 30px;
    font-size: 24px !important;
    /* page-break-before: always; */
  }

  .section-descrip li, .section-descrip p, .section-descrip li strong,
  .section-news-inner li, .section-news-inner p,.section-news-inner li strong {
    font-size: 14px !important;
    line-height: 23px !important;
  }

  ul.jumplinks li {
    margin-bottom: 10px !important;
    line-height: 18px !important;
  }

  .header .logo {
    visibility: none;
  }

  .section-intro .card-title h1:before {
    content: "Thoroughbred Safety Coalition";
    color: black;
    font-size: 20px;
    display: block;
  }

  .footer-section:nth-of-type(2),
  .footer-section:nth-of-type(3),
  .footer-copyright a {
    display: none;
  }

  #section-descrip-block_5d9cda5f48824 {
    background-image: none;
  }

  #section-descrip-block_5d9cda5f48824 .wrapp-descrip {
    display: block;
  }

  #section-descrip-block_5d9cda5f48824 h2 {
    color: black;
    /* page-break-before: avoid !important; */
    margin-top: 0;
  }

  #section-descrip-block_5d9cda5f48824 blockquote p {
    color: black;
  }

  #section-descrip-block_5d9cda5f48824 blockquote {
    margin: 0;
    border-left: 3px black solid;
  }

  #section-descrip-block_5d9ce5fe5b6c8 .threecolul {
    width: 100% !important;
  }

  /* #section-descrip-block_5d9ce5fe5b6c8 ul li {
    -moz-column-break-inside: auto;
         break-inside: auto;
  } */

  #section-descrip-block_5da0aebcefe06 .container {
    position: static;
  }

  .bg-holder {
    display: none;
  }

  .footer img {
    height: 56px;
    width: 161px;
  }
/*
  #section-descrip-block_5d9cdb1548825 .wrapp-descript {
    display: grid;
    grid-template-columns: [fist] 1fr [second] 1fr [end];
    grid-template-rows: [row-1] auto [row-2] auto [row-3] auto;
  } */
}

.privacy-policy [name="termly-embed"] {
  max-width: 1150px;
  margin: auto;
}

.ww-page-wrapper {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 600px;
}

.ww-header__container {
  max-width: 940px;
  display: none !important;
}

.ww-dsar {
  max-width: 940px;
}

.ww-header__container svg {
  display: none;
}

.ww-company-logo {
  max-width: 200px;
}

.ww-dsar__main .image-holder {
  display: none;
}

.ww-dsar__branding .text-holder {
  width: 100% !important;
  text-align: center;
}
.ww-dsar__branding .text-holder h1 {
  font-size: 46px;
}

.ww-dsar__form-container {
  max-width: 600px;
  margin: 0 auto;
}

.ww-dsar__fields-grid {
  margin: 20px 0;
}

.ww-dsar__fields-grid label {
  visibility: hidden;
  width: 0;
  height: 0;
  display: block;
}

.ww-dsar__fields-grid input {
  border: 0 solid;
  -webkit-box-shadow: 0 0 0 #000 !important;
          box-shadow: 0 0 0 #000 !important;
  padding: 15px;
  outline: none !important;
  width: 100%;
  border-radius: 4px;
}

.ww-dsar__email-label {
  font-weight: normal !important;
  text-align: center;
}

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

.ww-dsar__form-contents .selection-container {
  margin: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.ww-dsar__form-contents .selection-container .item-box {
  -webkit-box-shadow: 0 0 0 #000 !important;
          box-shadow: 0 0 0 #000 !important;
  background-color: white;
}

.ww-dsar__submission-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
}

.ww-dsar__submission-container div:nth-child(2) {
  width: 100%;
}

.ww-dsar__submission-container .p-btn {
  background-color: #507475;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
  padding: 16px 32px;
  cursor: pointer;
  color: #fff;
  font-weight: 600;
  line-height: 30px;
  border: 0 solid;
}