/*! 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-family: Nunito;
  font-size: 16px;
  line-height: 1;
  padding: 15px 20px;
  border-radius: 10px;
  width: 300px;
  max-width: 100%;
  text-transform: uppercase;
  position: relative;
  border: 0;
}

a.btn.btn-style-1 {
  background: rgba(244,141,7,1);
  color: #ffffff;
}

 .btn.btn-style-1 {
  font-style: normal;
  font-weight: 700;
}

 .btn.btn-style-1:hover {
  background:rgba(232,122,5,1);
}

.btn.btn-style-1:active {
  background:rgba(220,110,4,1);
}

.btn.btn-style-2 {
  background-color: rgb(253,206,9);
  color: #23282e;
  font-weight: bolder;
}

.btn.btn-style-2:hover {
  background-color: rgba(240,188,7,1);
  
}

.btn.btn-style-1:active {
  background:rgba(228,175,6,1);
}

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: 'Nunito', 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 #ddd solid;
  background-color: #f2f2f2;
  padding: 7px 12px;
  height: auto;
  border-radius: 5px;
}

.form-group {
  margin-bottom: 20px;
}

.form-group label {
  display: block;
  color: #2b2e32;
  font-size: 15px;
  margin-bottom: 5px;
  font-weight: 500;
}

body {
  font-family: 'Nunito', 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;
}

#wcu-section .section-header-container h2{
  font-family: 'Nunito', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
}

#wcu-section  .wcu-desc h3{
  font-family: 'Nunito', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
}

#wcu-section  .wcu-desc p{
  font-family: 'Nunito', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
}

.section-header-container .section-header {
  margin: 0;
}


#headline-section {
  color: rgb(255, 255, 255);
  font-family: 'Nunito', sans-serif;
  
}

.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-style: normal;
  font-weight: 400;
}

#headline-section {
  background-image: url(../img/sun-fusion-header-bg-image.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(41,51,92,0.8);
} */


#headline-section > .container {
  position: relative;
  z-index: 1;
}

#headline-section .headline-text .header-text {
  max-width: 100%;
  font-size: 64px;
  font-weight: 400;

}


#headline-section .headline-text * {
  color: #fff;
  font-family: 'Nunito', sans-serif;
  color: rgb(255, 255, 255);
}

#headline-section .headline-text .par-container {
  width: 610px;
  max-width: 100%;
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
}

#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:#ffffff;
}

#headline-section .headline-form .form-text {
  margin: 0;
  background-color:rgba(35,40,46,1);
  padding: 20px;
}

#headline-section .headline-form .form-text * {
  font-family: 'Nunito';
  font-weight: 700;
}

#headline-section .headline-form .form-text h2.form-header {
  margin: 0;
  font-size: 20px;
}

#headline-section .headline-form .contact-form {
  padding: 30px;
}

#headline-section .headline-form .contact-form form#contact-form button {
  width: 100%;
  margin-top: 5px;
}

#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:#152e5b;
}

#accreditation-section * {
  color: #fff;
  font-family: 'Nunito',sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}


#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 .col-md-2 {
  max-width: 70px;
  flex: 0 0 70px;
  -ms-flex: 0 0 70px;
  margin-bottom: 20px;
}


#accreditation-section .accreditation-entry .icon-container img {
  height: auto;
}

#accreditation-section .accreditation-entry .col-md-10 {
  max-width: calc(100% - 70px);
  flex: 0 0 calc(100% - 70px);
  -ms-flex: 0 0 calc(100% - 70px);
  
}

#accreditation-section .accreditation-entry .desc-container h3 {
  font-family: 'Nunito', sans-serif;
  font-size: 20px;
  font-weight: 700;
}

#about-section {
  background-color: #fafafa;
}

#about-section .text-content {
  text-align: center;
  color: #23282e;
  font-family: 'Nunito', sans-serif;
  font-style: normal;
  padding-top: 3em;
}

#about-section .text-content strong{
  font-size: 18px;
  font-weight: 700;
}

#about-section .text-content p{
  font-size: 16px;
  font-weight: 400;
  width: 100%;
}


#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.cta-banner-section-1 {
  background-color: rgba(21,46,91,1);
}

.cta-banner-section h2 , p{
  font-family: 'Nunito', sans-serif;
    font-style: normal;
}

.cta-banner-section h2{
  font-size: 36px;
  font-weight: 700;
}

.cta-banner-section p{
  font-size: 26px;
  font-weight: 400;
}

.cta-banner-section *, .cta-banner-section.cta-banner-section-1 * {
  color: #fff;
}

.cta-banner-section.cta-banner-section-2 {
  background-color: rgba(63,119,202,0.8);
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  padding-top: 17px;
  padding-bottom: 17px;
  border-top: 1px solid #2B2E32;
}

.cta-banner-section .or-text {
  width: 65px;
  display: inline-block;
  font-size: 18px;
}

#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;
  background-color: #fafafa;  
}

.testimonial-entry .star-container {
  margin-bottom: 25px;
}

.testimonial-entry .star-container img {
  height: 30px;
}

.testimonial-entry .testimonial-details {
  margin-top: 40px;
}

#testimonials-section h2.section-header , #testimonials-section .testimonial-header , #testimonials-section .testimonial-par , #testimonials-section  .testimonial-details {
  font-family: 'Nunito', sans-serif;
  font-style: normal;
}

#testimonials-section h2.section-header{
  font-size: 36px;
  font-weight: 700;
}

#testimonials-section .testimonial-header strong{
  font-size: 20px;
  font-weight: 700;
}

#testimonials-section .testimonial-header{
  padding-bottom: 10px;
}

#testimonials-section .testimonial-par p{
  font-style: italic;
  font-size: 16px;
  font-weight: 400;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  padding-bottom: 20px;
  color: rgb(136, 136, 136);
}

#testimonials-section .testimonial-details .author-name{
  font-size: 16px;
  font-weight: 700;
}


.testimonial-entry .testimonial-details .author-name * {
  display: block;
  margin-top: 7px;
}

.testimonial-entry .testimonial-details .star-container {
  margin-top: 10px;
}

#testimonials-section{
  color: rgb(43, 46, 50)
}

#wcu-section {
  color: #2b2e32;
  background-color: #fff;
}

.wcu-entry {
  text-align: center;

  padding: 50px 30px;
  position: relative;
  height: 100%;
  background-color: #fff;
}

.wcu-entry .wcu-img {
  margin-bottom: 30px;
}

.wcu-entry .wcu-img img {
  height: 80px;
}

.wcu-entry .wcu-desc h3 {
  font-size: 26px;
  margin-bottom: 20px;
}

#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 * {
  color: #fff;
}

footer#main-footer .footer-top {
  background-color: #152e5b;
  font-size: 18px;
}

footer#main-footer .footer-bottom {
  background-color: #152e5b;
  font-family: 'Nunito', sans-serif;
  font-style: normal;
  padding: 1.5rem 0 110px 0;
}

footer#main-footer .footer-bottom * {
  font-size: 12px;
}

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-text {
  font-size: 16px;
  font-weight: 400;
}

footer#main-footer .footer-top  .detail-header {
  font-size: 16px;
  font-weight: 700;
}


footer#main-footer .address-content, footer#main-footer .calendar-content {
  border-radius: 10px;
  padding: 20px;
  width: 380px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}



#service-section , #service-section h3{
  font-family: 'Nunito', sans-serif;
  font-style: normal;
  color: #2b2e32;
}


#service-section .service-column{
  width: 460px;
  height: 567px;
  display: block;
  background: rgba(250,250,250,1);
  text-align: center;
}

#service-section h3 {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  padding-bottom: 30px;
}

#service-section .service-text p{
  font-size: 16px;
  font-weight: 400;
}

#service-section .service-text strong{
  font-size: 22px;
  font-weight: 700;

}

#service-section .service-image{
  max-width: 100%;
  height: 290px;
}

#service-section .service-text{
  padding-top: 30px;
  width: 370px;
  margin-left: auto;
  margin-right: auto
}

#service-section .service-text .headline{
  padding-bottom: 15px;
}

#service-section .text-container {
  height: 278px;
  width: 100%;
  border: 1px solid #e2e2e2;
  border-top: 0;
}

#fixed-bg-section{
  background-image: url(../img/sun-fusion-body-bg-image.jpg);
  height: 200px;
  max-width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  background-attachment: fixed;
}

#main-header {
  background-color: #152e5b;
}



/* ==========================================================================
   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;
  }
  #service-section .container{
    max-width: 1020px;
  }
}

@media (max-width: 1199px) {
  #headline-section .headline-form {
      width: 360px;
      max-width: 100%;
      margin-left: auto;
      margin-right: auto;
  }

  #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 .col-md-8 {
    max-width: calc(100% - 360px);
    flex: 0 0 calc(100% - 360px);
    -ms-flex: 0 0 calc(100% - 360px);
      margin-bottom: 30px;
  }

  #headline-section .col-md-4 {
      max-width: 360px;
      flex: 0 0 360px;
      -ms-flex: 0 0 360px;
  }


  #headline-section .headline-text .header-text {
    font-size: 46px;
  }  

  #headline-section .headline-text .par-container {
    font-size: 21px;
  }

  #about-section .text-content strong {
    font-size: 16px;
    font-weight: 700;
  }

  #about-section .text-content p{
    font-size: 14px;
  }

  #about-section .text-content{
    padding-top: 10px;
  }

  #about-section .image-content img {
    padding-top: 17px;
  }

  #about-section .col-md-6{
    max-width: 100%;
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
  }

  #headline-section .headline-form .form-text * {
    font-size: 15px;
  }

  #headline-section .headline-form .form-text h2.form-header {
    font-size: 19px;
  }


  #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;
      margin-bottom: 10px;
  }

  #about-section{
    padding: 30px 0 30px 0;
  }

  #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;
      padding: 10px 0;
  }

  #service-section .service-column {
    width: 100%;
    height: auto;
  }

  #service-section .service-image {
    height: auto;
  }

  #service-section .service-text {
    width: 80%;
  }

  .section-header-container {
    padding-bottom: 30px;
  }

  .cta-banner-section h2 {
    font-size: 30px;
  }

  .cta-banner-section p {
    font-size: 25px;
  }

  div#cta-banner-section-2 {
    height: 170px;
  }
  footer#main-footer .calendar-content{
    padding: 0;
  }

}

@media (max-width: 767px) {
  header#main-header .mid-header {
      text-align: center;
  }

  #headline-section .logo-container{
    text-align: center;
  }

  #headline-section > .container:first-child {
    margin-bottom: 20px;
  }

  #headline-section .col-md-8.logo-col{
    margin-bottom: 10px;
  }

  #headline-section .col-md-8 {
    max-width: 100%;
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
  }

  #headline-section .col-md-4 {
    max-width: 100%;
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
  }

  #headline-section .header-cta-container {
    width: 100%;
  }

  #service-section .service-column {
    margin-bottom: 40px;
  }

  #service-section{
    padding-bottom: 0 !important;
  }

  .cta-banner-section h2 {
    font-size: 23px;
  }

  .cta-banner-section p {
    font-size: 20px;
  }

  div#cta-banner-section-1 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  div#cta-banner-section-2 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    height: 120px;
  }

  #service-section img {
    width: 100%;
  }


  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;
  }

  #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 .image-content img {
    padding-top: 0px;
  }

  #about-section .text-content strong {
    font-size: 19px;
}

#about-section .text-content p {
  font-size: 15px;
}

  #about-section .text-content {
      width: 469px;
      max-width: 100%;
      margin-left: auto;
      margin-right: auto;
  }

  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: 145px;
  }

  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;
  }

  footer#main-footer .footer-bottom {
    padding: 1.5rem 0 158px 0;
  }

  footer#main-footer {
    margin-bottom: 0;
  }

}

@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%;
  }
}

@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;
  }
}

