/* breakpoints */
#footer .footer-top,
#footer .footer-mid,
#footer .footer-bottom {
  padding: 1.25rem 0;
}

@media only screen and (max-width: 61.9375em) {
  #footer .footer-top,
  #footer .footer-mid,
  #footer .footer-bottom {
    padding-left: 15px;
    padding-right: 15px;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

#footer .footer-top > div,
#footer .footer-mid > div,
#footer .footer-bottom > div {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 576px) {
  #footer .footer-top > div,
  #footer .footer-mid > div,
  #footer .footer-bottom > div {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  #footer .footer-top > div,
  #footer .footer-mid > div,
  #footer .footer-bottom > div {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  #footer .footer-top > div,
  #footer .footer-mid > div,
  #footer .footer-bottom > div {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  #footer .footer-top > div,
  #footer .footer-mid > div,
  #footer .footer-bottom > div {
    max-width: 1200px;
  }
}

#footer .footer-top p,
#footer .footer-mid p,
#footer .footer-bottom p {
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.5;
  margin-bottom: 0;
}

#footer .footer-top a,
#footer .footer-mid a,
#footer .footer-bottom a {
  font-weight: 400;
}

#footer .footer-top {
  position: relative;
}

#footer .footer-mid {
  background: #ECECEC;
}

#footer .footer-mid.shaded {
  background-color: #ECECEC;
}

#footer .footer-mid.shaded > .component-content {
  padding: 1rem;
}

#footer .footer-mid.shaded > .component-content h3 {
  font-size: 1.5625rem;
  font-weight: 600;
  margin-bottom: 1em;
}

#footer .footer-mid.shaded > .component-content ul li[class^="item"] .field-link a {
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-property: background-color, color, border-color, border-width, box-shadow;
  transition-property: background-color, color, border-color, border-width, box-shadow;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  background-color: transparent;
  text-decoration: none;
  border-bottom-width: 0;
  border-bottom-style: solid;
  border-bottom-color: transparent;
  font-size: 1em;
  font-weight: 600;
  color: #003798;
  box-shadow: 0 0 0 0 transparent;
  border-bottom-width: 3px;
  border-bottom-style: solid;
  border-bottom-color: transparent;
  display: block;
  font-size: 1.5625rem;
  font-weight: 300;
  line-height: 1.2;
  padding: 0;
  margin-bottom: 1em;
}

@media (prefers-reduced-motion) {
  #footer .footer-mid.shaded > .component-content ul li[class^="item"] .field-link a {
    -webkit-transition-duration: 0 !important;
    transition-duration: 0 !important;
    -webkit-transition-delay: 0 !important;
    transition-delay: 0 !important;
  }
}

#footer .footer-mid.shaded > .component-content ul li[class^="item"] .field-link a:hover, #footer .footer-mid.shaded > .component-content ul li[class^="item"] .field-link a.hover {
  color: #03335F;
  background-color: rgba(0, 149, 67, 0.2);
  box-shadow: 0 0 0 4px rgba(0, 149, 67, 0.2);
  text-decoration: none;
  border-bottom-width: 3px;
  border-bottom-color: #009543;
}

#footer .footer-mid.shaded > .component-content ul li[class^="item"] .field-link a:focus, #footer .footer-mid.shaded > .component-content ul li[class^="item"] .field-link a.focus {
  outline: 0;
  box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #009543;
}

#footer .footer-mid.shaded > .component-content ul li[class^="item"] .field-link a:focus:hover, #footer .footer-mid.shaded > .component-content ul li[class^="item"] .field-link a.focus.hover, #footer .footer-mid.shaded > .component-content ul li[class^="item"] .field-link a.focus:hover, #footer .footer-mid.shaded > .component-content ul li[class^="item"] .field-link a.hover:focus {
  color: #03335F;
  outline: 0;
  box-shadow: 0 0 0 2px #d7ffe9, 0 0 0 4px #009543;
  border-bottom-width: 0;
}

#footer .footer-mid.shaded > .component-content ul li[class^="item"] .field-link a:before {
  content: none;
}

#footer .footer-mid.shaded > .component-content ul li[class^="item"] .field-link a:focus {
  border-bottom-width: 3px !important;
  border-bottom-color: transparent;
}

#footer .footer-mid.shaded > .component-content ul li[class^="item"].last .field-link a {
  margin-bottom: 0;
}

#footer .footer-mid.social-icons > .component-content ul {
  background: transparent;
  padding: 1rem 0 0;
}

#footer .footer-mid.social-icons > .component-content li {
  position: relative;
  display: inline-block;
  margin-bottom: 1rem;
  margin-right: 1em;
}

@media only screen and (max-width: 23.75em) {
  #footer .footer-mid.social-icons > .component-content li {
    margin-right: 0;
  }
}

#footer .footer-mid.social-icons .field-icon em {
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-property: border-color, border-width, box-shadow;
  transition-property: border-color, border-width, box-shadow;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  cursor: pointer;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 2em;
  height: 2em;
  font-size: 2rem;
  text-align: center;
  border-radius: 50%;
  background: #3a87ce;
}

@media (prefers-reduced-motion) {
  #footer .footer-mid.social-icons .field-icon em {
    -webkit-transition-duration: 0 !important;
    transition-duration: 0 !important;
    -webkit-transition-delay: 0 !important;
    transition-delay: 0 !important;
  }
}

#footer .footer-mid.social-icons .field-icon em[class*="twitter"] {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1fc9fb+0,0999fc+50,0776fc+100 */
  background: #1fc9fb;
  /* Old browsers */
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #1fc9fb 0%, #0999fc 50%, #0776fc 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#1fc9fb), color-stop(50%, #0999fc), to(#0776fc));
  background: linear-gradient(to bottom, #1fc9fb 0%, #0999fc 50%, #0776fc 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1fc9fb', endColorstr='#0776fc',GradientType=0 );
  /* IE6-9 */
}

#footer .footer-mid.social-icons .field-icon em[class*="facebook"] {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4e69a2+0,3b5998+50,3b5998+100 */
  background: #3b5998;
  /* Old browsers */
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #4e69a2 0%, #3b5998 50%, #3b5998 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#4e69a2), color-stop(50%, #3b5998), to(#3b5998));
  background: -webkit-linear-gradient(#4e69a2, #3b5998 50%, #3b5998 100%);
  background: linear-gradient(#4e69a2, #3b5998 50%, #3b5998 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4e69a2', endColorstr='#3b5998',GradientType=0 );
  /* IE6-9 */
}

#footer .footer-mid.social-icons .field-icon em[class*="youtube"] {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff0000+50,ff0000+50,cc0000+100 */
  background: #ff0000;
  /* Old browsers */
}

#footer .footer-mid.social-icons .field-icon em[class*="instagram"] {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3771c8+0,6600ff+22,c837ab+50,ff543e+71,ffdd55+100 */
  background: #ff543e;
  /* Old browsers */
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #3771c8 0%, #6600ff 22%, #c837ab 50%, #ff543e 71%, #ffdd55 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#3771c8), color-stop(22%, #6600ff), color-stop(50%, #c837ab), color-stop(71%, #ff543e), to(#ffdd55));
  background: linear-gradient(to bottom, #3771c8 0%, #6600ff 22%, #c837ab 50%, #ff543e 71%, #ffdd55 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3771c8', endColorstr='#ffdd55',GradientType=0 );
  /* IE6-9 */
}

#footer .footer-mid.social-icons .field-icon em[class*="pinterest"] {
  background: #bd081a;
}

#footer .footer-mid.social-icons .field-icon em[class*="comment"] {
  background: #00933F;
  padding-left: 0.083333em;
}

#footer .footer-mid.social-icons .field-link a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  color: transparent;
  border-radius: 50%;
  z-index: auto;
}

#footer .footer-mid.social-icons .field-link a:hover, #footer .footer-mid.social-icons .field-link a:focus, #footer .footer-mid.social-icons .field-link a:active {
  color: transparent;
  background: none;
  border-width: 0;
  outline: 0;
  box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #009543;
}

#footer .footer-bottom {
  background: #B2B2B2;
}

#footer .footer-bottom p, #footer .footer-bottom a {
  display: block;
  font-size: 1.25rem;
  padding: 0;
  margin: 0;
  border-width: 0 !important;
}

@media only screen and (max-width: 48em) {
  #footer .footer-bottom p, #footer .footer-bottom a {
    font-size: 0.9375rem;
  }
}

#footer.container {
  width: 100%;
  max-width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

#footer .thpg-footer .footer-top {
  margin-top: 3rem;
  background: #03335F;
  padding: 0.5rem 0 0;
}

#footer .thpg-footer .footer-top .scEmptyPlaceholder {
  display: none;
}

#footer .thpg-footer .footer-mid p {
  font-size: 0.9375rem;
}

@media only screen and (max-width: 48em) {
  #footer .thpg-footer .footer-mid p {
    text-align: center;
  }
}

#footer .thpg-footer .footer-mid .thpg-logo figure {
  max-width: 21rem;
  margin-top: 3rem;
}

@media only screen and (max-width: 48em) {
  #footer .thpg-footer .footer-mid .thpg-logo figure {
    margin-top: 1.25rem;
    margin-right: auto;
    margin-bottom: 1.25rem;
    margin-left: auto;
  }
}

#footer .thpg-footer .footer-mid .thr-logo figure {
  margin-top: 1.25rem;
  margin-right: 3rem;
  margin-bottom: 1.25rem;
  margin-left: 0;
  max-width: 14rem;
}

@media only screen and (max-width: 48em) {
  #footer .thpg-footer .footer-mid .thr-logo figure {
    margin-left: auto;
    margin-right: auto;
  }
}

#footer .thr-footer .footer-top {
  background-color: #4D4D4D;
  position: relative;
  margin-top: 6rem;
  padding-top: 0;
}

#footer .thr-footer .footer-top:after {
  content: '';
  background-color: #4D4D4D;
  position: absolute;
  top: -6rem;
  left: 0;
  right: 0;
  z-index: -1;
  background-image: url("../images/footer-curve-large.svg");
  background-position-y: bottom;
  background-position-x: 40%;
  background-size: 200vw;
  background-repeat: no-repeat;
  padding-top: 6rem;
}

@media only screen and (min-width: 75em) {
  #footer .thr-footer .footer-top:after {
    background-size: 300vw;
  }
}

@media only screen and (min-width: 170em) {
  #footer .thr-footer .footer-top:after {
    background-size: 700vw;
    background-position-x: 35%;
  }
}

@media only screen and (max-width: 61.9375em) {
  #footer .thr-footer .footer-top:after {
    content: '';
    background-image: url("../images/footer-curve-small.svg");
    background-size: 150vw;
  }
}

#footer .thr-footer .footer-top h3, #footer .thr-footer .footer-top p, #footer .thr-footer .footer-top label {
  color: #ffffff;
}

#footer .thr-footer .footer-top .sitecore-form form {
  margin-left: 0;
}

#footer .thr-footer .footer-top .sitecore-form > .component-content > .row {
  margin-left: 0;
  margin-right: 0;
}

#footer .thr-footer .footer-top .form label {
  font-size: 1.5625rem;
  font-weight: 300;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
  text-transform: initial;
}

#footer .thr-footer .footer-top .form .input-validation-error + span[class*="field-validation"] {
  color: #ffffff;
}

#footer .thr-footer .footer-top .form input[type=submit] {
  margin-top: 3.75625rem;
  margin-left: 0;
  border-radius: 0;
  box-shadow: none;
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
  border-width: 0;
}

#footer .thr-footer .footer-top .form input[type=submit]:focus {
  outline: 0;
  box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #009543;
}

#footer .thr-footer .footer-mid h6 {
  font-weight: 600;
  margin-bottom: 1.25rem;
}

@media only screen and (max-width: 61.9375em) {
  #footer .thr-footer .footer-mid h6 {
    font-size: 1.5625rem;
  }
}

#footer .thr-footer .footer-mid a {
  font-weight: 300;
}

@media only screen and (max-width: 35.9375em) {
  #footer .thr-footer .footer-mid .column-splitter .col-12 {
    margin-bottom: 2rem;
  }
  #footer .thr-footer .footer-mid .column-splitter .col-12:last-child {
    margin-bottom: 0;
  }
}

_:-webkit-full-screen:not(:root:root), #footer .thr-footer .footer-top .form input[type=submit] {
  margin-top: 4rem !important;
  padding-top: 1.1rem !important;
  padding-bottom: 1.1rem !important;
}
