/*! HTML5 Boilerplate v7.2.0 | MIT License | https://html5boilerplate.com/ */

/* main.css 2.0.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
  resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

img {
  max-width: 100%;
}

html {
  scroll-behavior: smooth;
}

.btn {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  padding: 15px 40px;
  border-radius: 50px;
  width: 280px;
  max-width: 100%;
  text-transform: uppercase;
  position: relative;
  border: 0;
}

.btn.btn-style-1 {
  background-color: #FED702;
  background: -webkit-linear-gradient(#FED702, #e4a600);
  background: linear-gradient(#FED702, #e4a600);
  color: #fff;
}

.btn.btn-style-1:hover {
  background-color: #f1c602;
  background: -webkit-linear-gradient(#f1c602, #d99500);
  background: linear-gradient(#f1c602, #d99500);
  color: #fff;
}

.btn.btn-style-2 {
  background-color: #EF7E01;
  background: -webkit-linear-gradient(#EF7E01, #c83d00);
  background: linear-gradient(#EF7E01, #c83d00);
  color: #fff;
  margin-right: 30px;
}

.btn.btn-style-2:hover {
  background-color: #e36c01;
  background: -webkit-linear-gradient(#e36c01, #be3200);
  background: linear-gradient(#e36c01, #be3200);
  color: #fff;
}

header#main-header .mid-header .header-cta-container.float-right.text-center
 a.btn.btn-style-1 {
  color: #fff;
 }

a {
  text-decoration: none;
  color: #384258;
}

a:hover {
  text-decoration: underline;
  color: #384258;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: 'Rubik', sans-serif;
  font-weight: 800;
  line-height: 1.3;
}

h1, .h1 {
  font-size: 40px;
}

h2, .h2 {
  font-size: 36px;
}

h3, .h3 {
  font-size: 32px;
}

h4, .h4 {
  font-size: 28px;
}

h5, .h5 {
  font-size: 24px;
}

h6, .h6 {
  font-size: 18px;
}

.form-control {
    border: 1px #bbbbbb solid;
    background-color: #fff;
    padding: 7px 12px;
    height: auto;
    border-radius: 0;
    box-shadow: inset 0px 2px 3px #dddddd;
}

.form-group {
  margin-bottom: 20px;
}

.form-group label {
  display: block;
  color: #3c3c3c;
  font-size: 15px;
  margin-bottom: 5px;
  font-weight: 400;
}

body {
  font-family: 'Rubik', sans-serif;
  font-size: 16px;
  line-height: 1.45;
  color: #505050;
}

p:last-of-type {
  margin-bottom: 0;
}

a, input[type=button], input[type=submit], button, .btn {
  transition: all .4s ease;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
}

ol, ul, dl {
  margin-bottom: 0;
}

ul li, ol li {
  margin-bottom: 5px;
}

ul li:last-child, ol li:last-child {
  margin-bottom: 0;
}

audio, canvas, iframe, img, svg, video {
  border: 0;
  background-color: transparent;
}

.section-header-container {
  text-align: center;
  margin-bottom: 40px;
}

.section-header-container .section-header {
  margin: 0;
  font-size: 36px;
  font-weight: 500;
  color: #333;
}
}

header#main-header .mid-header {
  background-color: #fff;
}

header#main-header .mid-header * {
  color: #3d3d3d;
}

header#main-header .mid-header .logo-container {
  padding-top: 25px;
}

.accreditation-container {
  margin-top: 7px;
}

ul.accreditation-list {
  list-style-type: none;
  display: block;
  margin: 0;
  padding: 0;
}

ul.accreditation-list li.accreditation-entry {
  display: inline-block;
  margin-right: 20px;
}

ul.accreditation-list li.accreditation-entry:last-child {
  margin-right: 0;
}

.header-cta-container {
  margin-top: 15px;
}

.header-cta-container p {
  font-size: 16px;
  font-weight: 400;
}

#headline-section {
  background-image: url(../img/movers-hero-01.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

#headline-section:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(38,15,86,0.65);
}

#headline-section > .container {
  position: relative;
  z-index: 1;
}

#headline-section .headline-text .header-text {
  font-size: 72px;
  font-weight: 500;
}

#headline-section .headline-text {
  font-size: 22px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  position: relative;
}

#headline-section .headline-text * {
  color: #fff;
}

#headline-section .headline-text .par-container {
  width: 610px;
  max-width: 100%;
  font-size: 24px;
  font-weight: 300;
}

#headline-section .headline-text ul.checklist {
  font-size: 18px;
  padding-left: 0;
  list-style-type: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 525px;
  max-width: 100%;
}

#headline-section .headline-text ul.checklist li {
  max-width: 50%;
  flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  margin-bottom: 15px;
  padding-left: 38px;
  position: relative;
  line-height: 1.6;
  padding-right: 15px;
}

#headline-section .headline-text ul.checklist li:before {
  background-image: url(../img/check.png);
  position: absolute;
  background-repeat: no-repeat;
  background-size: 13px;
  background-position: center;
  width: 28px;
  height: 28px;
  left: 0;
  background-color: #8EE5E7;
  border-radius: 100%;
  content: '';
}

#headline-section .headline-text .hero-img-container {
  position: absolute;
  bottom: -3rem;
  right: 0;
}

#headline-section .headline-form {
  background-color: #fff;
}

#headline-section .headline-form .form-text {
  margin: 0;
  background-color: #260f56;
  padding: 20px;
}

#headline-section .headline-form .form-text * {
  color: #fff;
}

#headline-section .headline-form .form-text h2.form-header {
  margin: 0;
  font-size: 20px;
  font-weight: 500;
}

#headline-section .headline-form .contact-form {
  padding: 30px;
}

#headline-section .headline-form .contact-form form#contact-form button {
  width: 100%;
  margin-top: 5px;
}

div#headline-section .contact-form .form-group select#what_size_is_your_space {
  width: 100%;
  padding: 12px;
  font-family: Arial;
  font-size: 13px;
  border-color: #c3c3c3;
}

#offer-banner-section {
  background-color: #29335C;
}

#offer-banner-section * {
  color: #fff;
  font-size: 22px;
}

#offer-banner-section .cta-header {
  margin: 0;
}

#accreditation-section {
  background-color: #c12c90;
}

#accreditation-section * {
  color: #fff;
}

#accreditation-section .accreditation-entry {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 330px;
  max-width: 100%;
}

#accreditation-section .accreditation-entry .icon-container {
  max-width: 100%;
  flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  text-align: center;
  margin-bottom: 20px;
}

#accreditation-section .accreditation-entry .icon-container img {
  height: 34px;
}

#accreditation-section .accreditation-entry .desc-container {
  max-width: 100%;
  flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  text-align: center;
}

#accreditation-section .accreditation-entry .desc-container h3 {
  font-family: 'Rubik', sans-serif;
  font-size: 20px;
  margin: 0;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-weight: 500;
  padding-bottom: 20px;
}

#accreditation-section .accreditation-entry .desc-container p{
  font-size: 14px;
  font-weight: 300;
}

#about-section {
  background-color: #fff;
}

#about-section .text-content {
  font-size: 18px;
}

#about-section .image-content img {
  border-radius: 10px;
}

div#about-section .text-content h2 {
  font-size: 36px;
  font-weight: 500;
  color: #333;
}

div#about-section .text-content p.mb-2{
  font-size: 16px;
  font-weight: 300;
  color: #000000;
}

#divider-section {
  background-image: url(../img/roofing-houses-bg.jpg);
  height: 250px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

#divider-section:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(17,17,17,0.5);
}

#services-section .section-header {
  font-size: 18px;
  width: 910px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.service-entry {
  margin-bottom: 30px;
}

.service-entry .service-img img {
  width: 100%;
}

.service-entry .service-title {
  background-color: #e45f4b;
  padding: 10px 15px;
  text-align: center;
}

.service-entry .service-title * {
  color: #fff;
  font-size: 18px;
  margin: 0;
}

.cta-banner-section.cta-banner-section-1:before{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(38,15,86,0.8);
}

div#cta-banner-section-1 {
  background-image: url(../img/divider-02.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
  font-size: 18px;
}

div#cta-banner-section-2{
  background-image: url(../img/divider-01.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
  font-size: 18px;
}

.cta-banner-section *, .cta-banner-section.cta-banner-section-1 * {
  color: #fff;
}

.cta-banner-section.cta-banner-section-2 {
  background-color: #260f56;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  padding-top: 15px;
  padding-bottom: 15px;
}

.cta-banner-section .or-text {
  width: 65px;
  display: inline-block;
}

div#cta-banner-section-2 .content h2.text-center.mb-3 {
  font-size: 36px;
  font-weight: 500;
}

div#cta-banner-section-1 .content h2.text-center.mb-3 {
  font-size: 36px;
  font-weight: 500;
}

#testimonials-section .testimonials-row .col-md-6 {
  margin-bottom: 30px;
}

.testimonial-entry {
  padding: 45px 50px;
  border: 1px solid #e2e2e2;
  position: relative;
  height: 100%;
  text-align: center;
  border-radius: 25px;
  background-color: #fafafa;
}

.testimonial-entry .star-container {
  margin-bottom: 25px;
}

.testimonial-entry .star-container img {
  height: 30px;
}

.testimonial-entry .testimonial-details {
  margin-top: 40px;
}

.testimonial-entry .testimonial-details .author-name * {
  font-family: 'Rubik', sans-serif;
  font-weight: 500;
  font-size: 18px;
  display: block;
  color: #333333;
  margin-top: 7px;
}

.testimonial-entry .testimonial-details .star-container {
  margin-top: 10px;
}

div#testimonials-section .row.testimonials-row .testimonial-entry .testimonial-par p {
  font-style: italic;
  font-size: 16px;
  font-weight: 300;
  color: #888;
}

#wcu-section {
  background-color: #fff;
}

.wcu-entry {
  text-align: center;
  border: 1px solid #e2e2e2;
  padding: 50px 30px;
  position: relative;
  height: 100%;
  background-color: #fff;
  border-radius: 20px;
}

.wcu-entry .wcu-img {
  margin-bottom: 30px;
}

.wcu-entry .wcu-img img {
  border-radius: 10px;
}

div#wcu-section .wcu-entry .wcu-desc h3 {
  font-size: 22px;
  margin-bottom: 20px;
  font-weight: 500;
  color: #c12c90;
}

div#wcu-section .wcu-entry .wcu-desc p {
  font-size: 16px;
  font-weight: 300;
  color: #333333;
}

#map-section {
  height: 500px;
  background-color: #e2e2e2;
  position: relative;
}

#map-section .container-fluid, #map-section .container-fluid .row {
  position: relative;
  height: 100%;
}

#map-section .content {
  position: relative;
  height: 100%;
}

footer#main-footer {
  margin-bottom: 78px;
}

footer#main-footer * {
  color: #fff;
}

footer#main-footer .footer-top {
  background-color: #260f56;
  font-size: 18px;
}

footer#main-footer .footer-bottom {
  background-color:#260f56;
}

footer#main-footer .footer-bottom * {
  font-size: 12px;
  font-weight: 400;
}

footer#main-footer.privacy-policy,
footer#main-footer.thank-you {
  margin-bottom: 0;
}

ul.footer-menu {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

ul.footer-menu li {
  display: inline-block;
  padding-right: 10px;
  border-right: 1px solid #fff;
  margin-right: 10px;
}

ul.footer-menu li:last-child {
  border-right: 0;
  margin-right: 0;
  padding-right: 0;
}

ul.footer-menu li a {
  text-decoration: underline;
}

#form-section {
  background-color: #f2f2f2;
  display: none;
}

#form-section .form-content {
  background-color: #fff;
  width: 360px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

#form-section .form-content .form-text {
  margin: 0;
  padding: 25px 30px;
  background-color: #e45f4b;
}

#form-section .form-content .form-text * {
  margin: 0;
  color: #fff;
  font-size: 18px;
  width: 270px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

#form-section .form-content .contact-form {
  padding: 30px;
}

#form-section .form-content .contact-form .btn {
  width: 100%;
}

footer#main-footer .footer-top .detail-header {
  font-size: 16px;
  font-weight: 700;
}

footer#main-footer .footer-top p.text-center{
  font-size: 16px;
  font-weight: 400;
}

footer#main-footer .address-content, footer#main-footer .calendar-content {
  border: 1px solid #fff;
  border-radius: 30px;
  padding: 20px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

footer#main-footer .footer-top.pt-5.pb-4 .address-content p.text-center.mb-3.detail-header {
  font-style: italic;
  font-weight: 400;
}

div#privacy-policy-section {
  background-color: #f2f2f2;
}

div#thank-you-section {
  background-color: #f2f2f2;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
  display: none !important;
}

/*
* Hide only visually, but have it available for screen readers:
* https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
*
* 1. For long content, line feeds are not interpreted as spaces and small width
*    causes content to wrap 1 word per line:
*    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
*/

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

/*
* Extends the .sr-only class to allow the element
* to be focusable when navigated to via the keyboard:
* https://www.drupal.org/node/897638
*/

.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
* Hide visually and from screen readers, but maintain layout
*/

.invisible {
  visibility: hidden;
}

/*
* Clearfix: contain floats
*
* For modern browsers
* 1. The space content is one way to avoid an Opera bug when the
*    `contenteditable` attribute is included anywhere else in the document.
*    Otherwise it causes space to appear at the top and bottom of elements
*    that receive the `clearfix` class.
* 2. The use of `table` rather than `block` is only necessary if using
*    `:before` to contain the top-margins of child elements.
*/

.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.clearfix:after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}

@media (max-width: 1199px) {
  #headline-section .headline-form {
      width: 500px;
      max-width: 100%;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 60px;
  }

  #headline-section .headline-form .form-text {
      padding: 20px;
  }

  #form-section {
      display: block;
  }

  #headline-section .headline-text .par-container {
      width: 100%;
  }

  #headline-section .headline-text .hero-img-container {
      width: 260px;
      right: -50px;
  }

  #headline-section .headline-form .form-text * {
      font-size: 16px;
  }

  #headline-section .col-md-8 {
      position: relative;
      z-index: 1;
  }

  #about-section .text-content {
      margin-top: 0;
      font-size: 16px;
  }

  #about-section .video-content {
      height: 383px;
      margin-bottom: 20px;
  }

  #services-section .col-md-4 {
      max-width: 50%;
      flex: 0 0 50%;
      -ms-flex: 0 0 50%;
  }

  #headline-section .headline-form .contact-form {
      padding: 20px;
  }
}

@media (max-width: 991px) {
  #headline-section .headline-text {
      top: auto;
      transform: none;
      -webkit-transform: none;
      -moz-transform: none;
      -o-transform: none;
      padding-top: 40px;
  }

  #headline-section .col-md-8 {
      max-width: 100%;
      flex: 0 0 100%;
      -ms-flex: 0 0 100%;
      margin-bottom: 30px;
  }

  #headline-section .col-md-4 {
      max-width: 100%;
      flex: 0 0 100%;
      -ms-flex: 0 0 100%;
  }

  #accreditation-section .col-md-3 {
      max-width: 50%;
      flex: 0 0 50%;
      -ms-flex: 0 0 50%;
      margin-bottom: 30px;
  }

  #accreditation-section .col-md-3:nth-child(3), #accreditation-section .col-md-3:nth-child(4) {
      margin-bottom: 0;
  }

  #about-section .col-md-5 {
      max-width: 100%;
      flex: 0 0 100%;
      -ms-flex: 0 0 100%;
      margin-bottom: 30px;
  }

  #about-section .image-content {
      text-align: center;
  }

  #about-section .col-md-7 {
      max-width: 100%;
      flex: 0 0 100%;
      -ms-flex: 0 0 100%;
  }

  #testimonials-section .testimonials-row .col-md-4 {
      max-width: 100%;
      flex: 0 0 100%;
      -ms-flex: 0 0 100%;
      margin-bottom: 30px;
  }
  
  #testimonials-section .testimonials-row .col-md-4:last-child {
      margin-bottom: 0;
  }

  #wcu-section .col-md-4 {
      max-width: 100%;
      flex: 0 0 100%;
      -ms-flex: 0 0 100%;
      margin-bottom: 30px;
  }

  #wcu-section .wcu-entry {
      width: 450px;
      max-width: 100%;
      margin-left: auto;
      margin-right: auto;
  }

  div#about-section .row{
    display: block;
  }

  div#about-section .col-md-6{
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  div#about-section .text-content{
    text-align: center;
    padding-top: 30px;
  }
}

@media (max-width: 767px) {
  header#main-header .mid-header {
      text-align: center;
  }

  header#main-header .mid-header .header-cta-container {
      display: none;
  }

  #headline-section .headline-text .header-text {
      font-size: 30px;
  }

  #headline-section .headline-text {
      font-size: 18px;
      text-align: center;
      padding-top: 100px;
  }

  #accreditation-section .col-md-3 {
      max-width: 100%;
      flex: 0 0 100%;
      -ms-flex: 0 0 100%;
  }

  #about-section .image-content {
      text-align: center;
      margin-bottom: 20px;
  }

  #about-section .text-content {
      width: 469px;
      max-width: 100%;
      margin-left: auto;
      margin-right: auto;
      text-align: center;
  }

  body {
      font-size: 14px;
  }

  h1, .h1 {
      font-size: 32px;
  }

  h2, .h2 {
      font-size: 28px;
  }

  .h3, .h3 {
      font-size: 24px;
  }

  h4, .h4 {
      font-size: 20px;
  }

  h5, .h5 {
      font-size: 16px;
  }

  h6, .h6 {
      font-size: 14px;
  }

  #services-section .section-header {
      font-size: 16px;
  }

  #services-section .col-md-4 {
      max-width: 100%;
      flex: 0 0 100%;
      -ms-flex: 0 0 100%;
  }

  .service-entry {
      width: 300px;
      max-width: 100%;
      margin-left: auto;
      margin-right: auto;
  }

  #services-section .col-md-4:last-of-type .service-entry {
      margin-bottom: 0;
  }
  .service-entry .service-title * {
      font-size: 16px;
  }

  footer#main-footer .footer-top .address-content, footer#main-footer .footer-top .calendar-content {
      width: 300px;
      max-width: 100%;
      margin-left: auto;
      margin-right: auto;
  }

  footer#main-footer .footer-top .col-md-6 {
      margin-bottom: 30px;
  }

  footer#main-footer .footer-top .col-md-6:last-of-type {
      margin-bottom: 0;
  }

  #map-section {
      height: 300px;
  }

  .cta-banner-section .or-text {
      display: none;
  }

  .cta-banner-section.cta-banner-section-2 .btn.email-btn {
      margin-bottom: 15px;
  }

  footer#main-footer {
      margin-bottom: 143px;
  }

  footer#main-footer .footer-bottom * {
      text-align: center!important;
  }

  .footer-menu-content {
      margin-bottom: 10px;
  }

  #accreditation-section .accreditation-entry {
      width: 100%;
  }

  #accreditation-section .col-md-3:last-of-type {
    margin-bottom: 0;
  }

  #accreditation-section .col-md-4 {
      margin-bottom: 20px;
  }

  #accreditation-section .col-md-4:last-child {
      margin-bottom: 0;
  }

  .cta-banner-section .btn {
      display: block;
      margin: 15px;
      margin-left: auto;
      margin-right: auto;
  }

  .cta-banner-section.cta-banner-section-2 {
      padding-top: 0;
      padding-bottom: 0;
  }

  #wcu-section .col-md-4 {
      margin-bottom: 30px;
  }

  #wcu-section .col-md-4:last-child {
      margin-bottom: 0;
  }

  .testimonial-entry {
      padding: 30px;
  }

  .wcu-entry {
      padding: 30px;
  }

  footer#main-footer .footer-top .detail-header {
      font-size: 28px;
  }

  footer#main-footer .footer-top {
      font-size: 16px;
  }


}

@media (max-width: 575px) {
  #headline-section .headline-text ul.checklist li {
      max-width: 100%;
      flex: 0 0 100%;
      -ms-flex: 0 0 100%;
  }

  #headline-section .headline-text ul.checklist {
      width: 250px;
      max-width: 100%;
  }

  div#headline-section .headline-text {
    text-align: center;
    padding-top: 100px;
}
div#about-section .text-content{
  text-align: center;
}
}

@media print,
  (-webkit-min-device-pixel-ratio: 1.25),
  (min-resolution: 1.25dppx),
  (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster */
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /*
     * Printing Tables:
     * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
     */
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}

