@charset "utf-8";
/* CSS Document */
/*
font-family:'Avenir Next W01 Light', sans-serif;
font-family:'AvenirNextLTW01-Medium', sans-serif;
font-family:'Avenir Next LT W01 Demi', sans-serif;
font-family:'Avenir Next LT W01 Bold', sans-serif;
font-family:'AvenirNextLTW01-Regular', sans-serif;
font-family:'AvenirNextLTW01-Italic', sans-serif;

font-family: proxima-nova, sans-serif;
font-weight: 300;
font-style: normal;

font-family: proxima-nova, sans-serif;
font-weight: 400;
font-style: normal;

font-family: proxima-nova, sans-serif;
font-weight: 400;
font-style: italic;

font-family: proxima-nova, sans-serif;
font-weight: 600;
font-style: normal;

font-family: proxima-nova, sans-serif;
font-weight: 700;
font-style: normal;
*/
.grecaptcha-badge {
  visibility: hidden;
}
html, body {
  background-color: #0f203c;
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  font-style: normal;
}
#page {
  overflow-x: hidden;
  max-width: 1920px;
  margin: 0 auto;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.35);
}
.navbar-toggler {
  outline: none !important;
}
@media (max-width: 991.98px) {
  .offcanvas-collapse {
    position: fixed;
    top: 50px; /* Height of navbar */
    bottom: 0;
    left: 100%;
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    overflow-y: auto;
    visibility: hidden;
    background-color: #0f203c;
    transition: visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out, visibility .3s ease-in-out;
    transition: transform .3s ease-in-out, visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
  }
  .offcanvas-collapse.open {
    visibility: visible;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
#header-nav {}
#mobile-nav {
  display: none;
}
/* Menu Icon */
#nav-icon {
  width: 30px;
  height: 20px;
  position: relative;
  margin: 4px 0 0 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  outline: none !important;
}
#nav-icon span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #d3531a;
  border-radius: 3px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  outline: none !important;
}
#nav-icon span:nth-child(1) {
  top: 0px;
}
#nav-icon span:nth-child(2) {
  top: 8px;
}
#nav-icon span:nth-child(3) {
  top: 16px;
}
#nav-icon.open span:nth-child(1) {
  top: 8px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
#nav-icon.open span:nth-child(2) {
  opacity: 0;
  left: -30px;
}
#nav-icon.open span:nth-child(3) {
  top: 8px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
}
@media (max-width: 991px) {
  #header-nav {
    display: none;
  }
  .navbar-toggler {
    border: none;
  }
  .navbar-toggler i {
    color: #a87e22;
    font-size: 1.75rem;
  }
  #mobile-nav {
    display: block;
    background-color: #f9be2d;
  }
  #mobile-nav .nav-item {
    font-size: 1.45rem;
  }
  #mobile-nav .nav-link {
    font-family: proxima-nova, sans-serif;
    font-weight: 600;
    font-style: normal;
    color: #fff;
    padding: .65rem .5rem;
  }
  #mobile-nav #mobile-contact .nav-link {
    color: #03b0d8 !important;
  }
  #mobile-nav .navbar-nav {
    padding-top: 1rem;
  }
  .navbar-brand {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    margin: 0 auto;
    width: 60px;
    text-align: center;
  }
  #navbar-phone {
    display: block;
    position: absolute;
    right: 45px;
    top: 0;
    width: 30px;
    padding: 11px 0;
    color: #a87e22;
    text-align: center;
    font-size: 20px;
  }
  #navbar-email {
    display: block;
    position: absolute;
    right: 10px;
    top: 0;
    width: 30px;
    padding: 11px 0;
    color: #a87e22;
    text-align: center;
    font-size: 20px;
  }
}
.text-gold {
  color: #f9be2d;
}
#nav-brand {
  margin-left: 1.35rem;
}
body #nav-phone {
  font-family: proxima-nova, sans-serif;
  font-weight: 600;
  font-style: normal;
  margin-bottom: 0;
  color: #f9be2d;
  margin-right: 0.75rem;
  font-size: 1rem;
}
body #nav-phone a {
  color: #f9be2d;
  font-size: 1rem;
}
body #nav-hotline {
  font-family: proxima-nova, sans-serif;
  font-weight: 600;
  font-style: normal;
  margin-bottom: 0;
  color: #f9be2d;
  margin-right: 5px;
  font-size: 1rem;
}
body #nav-hotline a {
  color: #f9be2d;
  font-size: 1rem;
}
#primary-nav {
  position: relative;
  padding-right: 5px;
}
#primary-nav:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 3px;
  background-position: 0 0;
  background-repeat: repeat-x;
  background-image: url("/img/dashed-border-yellow-01.svg");
}
#primary-nav a {
  color: #fff;
  padding: 1rem .75rem;
  text-transform: uppercase;
  font-family: proxima-nova, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: .95rem;
}
#header {
  position: relative;
  background-image: url("/img/weld-intro-landing-page-01.jpg");
  background-attachment: fixed;
  background-size: cover;
  background-size: 1920px 1109px;
  background-position: top center;
  border-bottom: 30px solid #efb025;
}
#header:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(top, rgba(15, 32, 60, 0.5) 0%, rgba(15, 32, 60, 0.7) 30%, rgba(15, 32, 60, 0.93) 71%, rgba(15, 32, 60, 1) 100%);
  background: -webkit-linear-gradient(top, rgba(15, 32, 60, 0.5) 0%, rgba(15, 32, 60, 0.7) 30%, rgba(15, 32, 60, 0.93) 71%, rgba(15, 32, 60, 1) 100%);
  background: linear-gradient(to bottom, rgba(15, 32, 60, 0.5) 0%, rgba(15, 32, 60, 0.7) 30%, rgba(15, 32, 60, 0.93) 71%, rgba(15, 32, 60, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#800f203c', endColorstr='#0f203c', GradientType=0);
}
#intro {
  padding: 250px 0;
}
@media (max-width: 1199px) {
  #intro {
    padding: 170px 0;
  }
}
@media (max-width: 1199px) {
  #intro.secondary-intro {
    padding: 110px 0;
  }
}
@media (max-width: 767px) {
  #intro {
    padding: 100px 0 200px 0;
  }
}
#intro h1 {
  text-transform: uppercase;
  color: #f9be2d;
  font-family: proxima-nova, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 2.25rem;
}
#intro h2 {
  color: #fff;
  font-family: proxima-nova, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 5.25rem;
}
h2 {
  color: #fff;
  font-family: proxima-nova, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 5.25rem;
}
#intro p {
  color: #fff;
  font-size: 1.375rem;
}
h3 {
  font-size: 2.35rem;
  color: #164676;
}
h3.job-board {
  font-size: 1.5rem !important;
  color: #164676;
  text-transform: uppercase;
}
h3 span {
  font-family: proxima-nova, sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #efb025;
  font-size: 1rem;
  text-transform: uppercase;
}
h3 strong {
  font-family: proxima-nova, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-weight: normal;
}
h4 {
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.45rem;
  color: #0f203c;
  text-transform: uppercase;
}
p {
  font-size: 1.375rem;
  color: #5f6970;
}
#sidebar-contact p, address {
  font-size: 1rem;
  color: #5f6970;
}
.bg-gold {
  background-color: #efb025;
}
.border-gold {
  border: 10px solid #efb025;
}
@media (max-width: 1199px) {
  #intro h1 {
    font-size: 1.5rem;
  }
  #intro h2 {
    font-size: 3.25rem;
  }
  #intro p {
    font-size: 1rem;
  }
  h3 {
    font-size: 2rem;
  }
  h3 span {
    font-size: 1rem;
  }
  h4 {
    font-size: 1.15rem;
  }
  p {
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  #intro h1 {
    font-size: 1rem;
    text-align: center;
  }
  #intro h2 {
    font-size: 2.75rem;
    text-align: center;
  }
  #intro p {
    font-size: 1rem;
    text-align: center;
  }
  h3 {
    font-size: 1.5rem;
  }
  h3 span {
    font-size: .75rem;
    letter-spacing: 2px;
  }
  h4 {
    font-size: 1.15rem;
  }
  p {
    font-size: 1rem;
  }
}
#content {
  background-color: #fff;
  padding: 3rem 0;
}
#services-landing {
  position: relative;
  padding-top: 5.5rem;
  padding-left: 3.5rem;
}
#services-img {
  background-image: url("/img/weld-landing-services-img-01.jpg");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 900px 900px;
  position: absolute;
  top: -300px;
  left: -200px;
  border-bottom-right-radius: 15px;
}
#service-logo {
  position: absolute;
  bottom: 2rem;
  right: 2rem;
}
h3.header {
  display: inline-block;
  width: auto;
  background-color: #fff;
  padding: .5rem 3.5rem 1.25rem 3.25rem;
  border-top-right-radius: 80px;
  box-shadow: 2px 2px 25px rgba(84, 129, 142, .30);
}
#services-landing h3.header {
  position: absolute;
  top: 150px;
  right: -370px;
}
#services-landing h3.header:before {
  position: absolute;
  content: '';
  top: 46px;
  left: -40px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #efb025;
  background-image: url("/img/icon-weld-01.svg");
  background-size: 80px 80px;
  background-repeat: no-repeat;
  background-position: 0 0;
  box-shadow: 2px 2px 25px rgba(84, 129, 142, .30);
}
.quarter-circle-bottom-right {
  width: 700px;
  height: 700px;
  background: #fff;
  border-radius: 700px 0 0 0;
  -moz-border-radius: 700px 0 0 0;
  -webkit-border-radius: 700px 0 0 0;
  box-shadow: 2px 2px 25px rgba(84, 129, 142, .30);
}
.new-header {
  top: -40px;
  left: -10px;
  font-size: 3.5rem;
  background-color: white;
  padding: 0rem 1rem 0rem .5rem;
}
#lab {
  position: relative;
}
#lab-inspection-img {
  display: block;
  width: 700px;
  height: 700px;
  background-image: url("/img/weld-landing-lab-inspections-img-01.jpg");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 750px 750px;
  position: absolute;
  top: 30px;
  left: -0px;
  border-top-right-radius: 15px;
  box-shadow: 2px 2px 25px rgba(84, 129, 142, .30);
}
.quarter-circle-top-left {
  width: 600px;
  height: 600px;
  background: #efb025;
  border-radius: 0 0 600px 0;
  -moz-border-radius: 0 0 600px 0;
  -webkit-border-radius: 0 0 600px 0;
}
#training {
  position: relative;
}
#weld-training {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 700px;
  height: 300px;
  background-color: #efb025;
  border-bottom-left-radius: 60px;
  background-image: url("/img/weld-landing-training-dimes-01.jpg");
  background-position: center;
  background-size: 960px 960px;
}
#weld-training:before {
  content: '';
  position: absolute;
  top: 15px;
  left: -40px;
  display: block;
  width: 80px;
  height: 80px;
  background-color: #efb025;
  border-radius: 40px;
  background-image: url("/img/icon-80-iron-weld-01.svg");
  background-position: 0 0;
  background-size: 80px 80px;
}
#consulation {
  padding: 10rem 0;
  position: relative;
}
#consulation:before {
  content: '';
  position: absolute;
  margin: 0 auto;
  top: 33%;
  left: 0;
  right: 0;
  width: 160px;
  height: 160px;
  border-radius: 80px;
  background-color: #f4f8f9;
}
.contact-icon {
  position: relative;
}
.contact-icon:before {
  position: absolute;
  content: '';
  top: -65px;
  left: 0px;
  right: 0;
  margin: 0 auto;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #efb025;
  background-image: url("/img/icon-speech-bubble-01.svg");
  background-size: 80px 80px;
  background-repeat: no-repeat;
  background-position: 0 0;
  box-shadow: 2px 2px 25px rgba(84, 129, 142, .30);
}
@media (max-width: 1770px) {
  #services-landing {
    padding-top: 5.5rem;
    padding-left: 3.5rem;
  }
  #services-img {
    background-position: 0 0;
    background-size: 700px 700px;
    top: -260px;
    left: -200px;
  }
  #service-logo {
    bottom: 2rem;
    right: 2rem;
  }
  h3.header {
    font-size: 2rem;
    padding: .5rem 3.5rem 1.25rem 3.25rem;
    border-top-right-radius: 80px;
  }
  #services-landing h3.header {
    top: 120px;
    right: -370px;
  }
  #services-landing h3.header:before {
    top: 46px;
    left: -40px;
    width: 80px;
    height: 80px;
    background-size: 80px 80px;
  }
  .quarter-circle-bottom-right {
    width: 550px;
    height: 550px;
    border-radius: 550px 0 0 0;
    -moz-border-radius: 550px 0 0 0;
    -webkit-border-radius: 550px 0 0 0;
  }
  #lab-inspection-img {
    display: block;
    width: 550px;
    height: 550px;
    background-image: url("/img/weld-landing-lab-inspections-img-01.jpg");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 600px 600px;
    position: absolute;
    top: 30px;
    left: -0px;
    border-top-right-radius: 15px;
  }
  .quarter-circle-top-left {
    width: 450px;
    height: 450px;
    background: red;
    border-radius: 0 0 450px 0;
    -moz-border-radius: 0 0 450px 0;
    -webkit-border-radius: 0 0 450px 0;
  }
  #weld-training {
    width: 600px;
    height: 250px;
    border-bottom-left-radius: 50px;
    background-size: 800px 800px;
  }
}
@media (max-width: 1450px) {
  #services-landing {
    padding-top: 5.5rem;
    padding-left: 3.5rem;
  }
  #services-img {
    background-position: 0 0;
    background-size: 700px 700px;
    top: -260px;
    left: -200px;
  }
  #service-logo {
    bottom: 2rem;
    right: 2rem;
  }
  h3.header {
    font-size: 2rem;
    padding: .5rem 3.5rem 1.25rem 3.25rem;
    border-top-right-radius: 80px;
  }
  #services-landing h3.header {
    top: 120px;
    right: -370px;
  }
  #services-landing h3.header:before {
    top: 46px;
    left: -40px;
    width: 80px;
    height: 80px;
    background-size: 80px 80px;
  }
  .quarter-circle-bottom-right {
    width: 450px;
    height: 450px;
    border-radius: 450px 0 0 0;
    -moz-border-radius: 450px 0 0 0;
    -webkit-border-radius: 450px 0 0 0;
  }
  #weld-training {
    width: 500px;
    height: 210px;
    border-bottom-left-radius: 45px;
    background-size: 600px 600px;
  }
}
@media (max-width: 1199px) {
  #services-landing {
    padding-top: 3.5rem;
    padding-left: 2.5rem;
  }
  #services-img {
    background-position: 0 0;
    background-size: 600px 600px;
    top: -260px;
    left: -200px;
  }
  #service-logo {
    bottom: 2rem;
    right: 2rem;
  }
  h3.header {
    font-size: 2rem;
    padding: .5rem 3.5rem 1.25rem 3.25rem;
    border-top-right-radius: 80px;
  }
  #services-landing h3.header {
    top: 120px;
    right: -370px;
  }
  #services-landing h3.header:before {
    top: 40px;
    left: -30px;
    width: 60px;
    height: 60px;
    background-size: 60px 60px;
  }
  .quarter-circle-bottom-right {
    width: 400px;
    height: 400px;
    border-radius: 400px 0 0 0;
    -moz-border-radius: 400px 0 0 0;
    -webkit-border-radius: 400px 0 0 0;
  }
  #lab-inspection-img {
    display: block;
    width: 450px;
    height: 450px;
    background-image: url("/img/weld-landing-lab-inspections-img-01.jpg");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 500px 500px;
    position: absolute;
    top: 30px;
    left: -0px;
    border-top-right-radius: 15px;
  }
  .quarter-circle-top-left {
    width: 350px;
    height: 350px;
    background: red;
    border-radius: 0 0 350px 0;
    -moz-border-radius: 0 0 350px 0;
    -webkit-border-radius: 0 0 350px 0;
  }
  #weld-training {
    width: 400px;
    height: 180px;
    border-bottom-left-radius: 35px;
    background-size: 500px 500px;
  }
}
@media (max-width: 991px) {
  #services-landing {
    padding-top: 7.5rem;
    padding-left: 0;
  }
  .quarter-circle-bottom-right {
    width: 250px;
    height: 250px;
    border-radius: 250px 0 0 0;
    -moz-border-radius: 250px 0 0 0;
    -webkit-border-radius: 250px 0 0 0;
  }
  #services-img {
    background-size: 250px 250px;
    top: -210px;
    left: -50px;
  }
  #service-logo {
    display: none !important;
  }
  h3.header {
    font-size: 1.675rem;
    padding: .5rem 3.5rem 1.25rem 3.25rem;
    border-top-right-radius: 70px;
  }
  #services-landing h3.header {
    top: 110px;
    right: -300px;
  }
  #services-landing h3.header:before {
    top: 40px;
    left: -30px;
    width: 60px;
    height: 60px;
    background-size: 60px 60px;
  }
  #lab-inspection-img {
    display: block;
    width: 350px;
    height: 350px;
    background-image: url("/img/weld-landing-lab-inspections-img-01.jpg");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 400px 400px;
    position: absolute;
    top: 30px;
    left: -0px;
    border-top-right-radius: 15px;
  }
  .quarter-circle-top-left {
    width: 250px;
    height: 250px;
    background: red;
    border-radius: 0 0 250px 0;
    -moz-border-radius: 0 0 250px 0;
    -webkit-border-radius: 0 0 250px 0;
  }
}
@media (max-width: 767px) {
  .quarter-circle-bottom-right {
    width: 190px;
    height: 190px;
    border-radius: 190px 0 0 0;
    -moz-border-radius: 190px 0 0 0;
    -webkit-border-radius: 190px 0 0 0;
  }
  #services-img {
    background-size: 190px 190px;
    top: -150px;
    left: -80px;
  }
  #services-landing {
    padding-top: 4.5rem;
    padding-left: 0;
  }
  #service-logo {
    display: none !important;
  }
  #services-landing h3.header {
    font-size: 1.375rem;
    top: 60px;
    right: -240px;
  }
  #services-landing h3.header:before {
    top: 29px;
    left: -25px;
    width: 50px;
    height: 50px;
    background-size: 50px 50px;
  }
}
.text-yellow {
  color: #efb025 !important;
}
.text-dark-blue {
  color: #164676 !important;
}
.float-effect {
  animation: float 1.5s;
  animation-direction: alternate;
  animation-timing-function: cubic-bezier(.5, .5, .5, .5);
  animation-iteration-count: infinite;
}
@keyframes float {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(0, 15px, 0);
  }
}
.btn {
  border-radius: 4rem;
  padding: 1rem 2.65rem;
  text-transform: uppercase;
  font-family: proxima-nova, sans-serif;
  font-weight: 600;
  font-style: normal;
}
.btn-primary {
  border-radius: 4rem;
  padding: 1rem 2rem;
  text-transform: uppercase;
  background-color: #efb025;
  border-color: #efb025;
}
.btn-primary:hover {
  background-color: #03b0d8;
  border-color: #03b0d8;
}
.btn-secondary {
  border-radius: 4rem;
  padding: 1rem 2rem;
  text-transform: uppercase;
  background-color: #0f203c;
  border-color: #0f203c;
}
.btn-secondary:hover {
  background-color: #03b0d8;
  border-color: #03b0d8;
}
.text-link {
  font-size: 1rem;
}
.link-arrow {
  position: relative;
  font-family: proxima-nova, sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #efb025;
  text-transform: uppercase;
  transition: color ease-in-out .35s;
}
.link-arrow:before {
  font-family: 'Material-Design-Iconic-Font';
  content: '\f301';
  position: absolute;
  top: -2.5px;
  right: -15px;
  display: inline-block;
  color: #efb025;
  transition: all ease-in-out .35s;
}
.link-arrow:hover {
  color: #03b0d8;
  text-decoration: none;
}
.link-arrow:hover:before {
  right: -25px;
  color: #03b0d8;
}
.square-marker {
  position: relative;
  padding-bottom: 2rem;
  xxxbackground-color: green;
  display: block;
}
.square-marker:before {
  position: absolute;
  content: '';
  top: 3px;
  left: -40px;
  width: 20px;
  height: 20px;
  background-color: #03b0d8;
  display: block;
}
@media (max-width: 1199px) {
  .square-marker:before {
    top: 0px;
  }
}
#sidebar-contact, #service-nav {
  margin-top: 24rem;
}
#service-nav .nav-item {}
#service-nav .nav-link {
  color: #5f6970;
}
#service-nav .nav-link:hover {
  background-color: #f8f9fa;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
}
@media (min-width: 1500px) {
  #sidebar-contact, #service-nav {
    margin-left: -8rem;
    margin-right: 2rem;
  }
}
@media (max-width: 1770px) {
  #sidebar-contact, #service-nav {
    margin-top: 16rem;
  }
}
@media (max-width: 1199px) {
  #sidebar-contact, #service-nav {
    margin-top: 10rem;
  }
}
@media (max-width: 991px) {
  #sidebar-contact, #service-nav {
    margin-top: 1rem;
  }
}
#footer-cta {
  background-color: #efb025;
  padding: 2rem 0;
}
#footer-cta h6 {
  font-size: 2.1rem;
  font-family: proxima-nova, sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #164676;
  text-align: center;
}
#footer-cta h6 a {
  color: #164676;
}
@media (max-width: 767px) {
  #footer-cta {
    padding: 1.5rem 0;
  }
  #footer-cta h6 {
    font-size: 1.5rem;
  }
}
#footer {
  padding: 4rem 0;
}
#footer .nav {}
body #footer .nav li {
  color: #fff;
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
}
#footer .nav .nav-item .nav-link {
  color: #efb025;
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  font-style: normal;
  padding-left: 0;
  text-transform: none;
}
.dashed-border-top {
  position: relative;
}
.dashed-border-top:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 3px;
  background-position: 0 0;
  background-repeat: repeat-x;
  background-image: url("/img/dashed-border-yellow-01.svg");
}
@media (max-width: 767px) {
  #footer {
    padding: 50px 0;
  }
  #footer img {
    margin: 0 auto !important;
    display: block;
    padding-bottom: 3rem;
  }
}
.form-control {
  border-radius: 0;
  height: calc(2em + .75rem + 2px);
  padding: .375rem .75rem;
  border-color: #fff;
  background-color: #edf4f7;
  box-shadow: 0 0 0 rgba(0, 0, 0, .0);
  transition: box-shadow ease-in-out .35s, border-color ease-in-out .35s, background-color ease-in-out .35s;
}
.form-control:focus {
  color: #495057;
  border-color: #efb025;
  border-radius: 0;
  background-color: #fff;
  box-shadow: 0 0.5rem 1rem rgba(49, 68, 86, 0.15) !important;
}
.help-block {
  color: darkred;
  padding: 5px 7.5px;
  display: block;
  background-color: #efb025;
}
#footer .nav-link:focus, #footer .nav-link:hover {
  text-decoration: underline;
}
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(49, 68, 86, 0.075) !important;
}
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(49, 68, 86, 0.15) !important;
}
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(49, 68, 86, 0.175) !important;
}
.border-radius-sm {
  border-radius: 3px;
}
.border-radius {
  border-radius: 7px;
}
.border-radius-lg {
  border-radius: 14px;
}
.text-light-blue {
  color: #03b0d8 !important;
}
.p-6 {
  padding: 3.5rem !important;
}
.pt-6, .py-6 {
  padding-top: 3.5rem !important;
}
.pr-6, .px-6 {
  padding-right: 3.5rem !important;
}
.pb-6, .py-6 {
  padding-bottom: 3.5rem !important;
}
.pl-6, .px-6 {
  padding-left: 3.5rem !important;
}
.p-7 {
  padding: 4rem !important;
}
.pt-7, .py-7 {
  padding-top: 4rem !important;
}
.pr-7, .px-7 {
  padding-right: 4rem !important;
}
.pb-7, .py-7 {
  padding-bottom: 4rem !important;
}
.pl-7, .px-7 {
  padding-left: 4rem !important;
}
.p-8 {
  padding: 4.5rem !important;
}
.pt-8, .py-8 {
  padding-top: 4.5rem !important;
}
.pr-8, .px-8 {
  padding-right: 4.5rem !important;
}
.pb-8, .py-8 {
  padding-bottom: 4.5rem !important;
}
.pl-8, .px-8 {
  padding-left: 4.5rem !important;
}
.p-9 {
  padding: 5rem !important;
}
.pt-9, .py-9 {
  padding-top: 5rem !important;
}
.pr-9, .px-9 {
  padding-right: 5rem !important;
}
.pb-9, .py-9 {
  padding-bottom: 5rem !important;
}
.pl-9, .px-9 {
  padding-left: 5rem !important;
}
.m-6 {
  margin: 3.5rem !important;
}
.mt-6, .my-6 {
  margin-top: 3.5rem !important;
}
.mr-6, .mx-6 {
  margin-right: 3.5rem !important;
}
.mb-6, .my-6 {
  margin-bottom: 3.5rem !important;
}
.ml-6, .mx-6 {
  margin-left: 3.5rem !important;
}
.m-7 {
  margin: 4rem !important;
}
.mt-7, .my-7 {
  margin-top: 4rem !important;
}
.mr-7, .mx-7 {
  margin-right: 4rem !important;
}
.mb-7, .my-7 {
  margin-bottom: 4rem !important;
}
.ml-7, .mx-7 {
  margin-left: 4rem !important;
}
.m-8 {
  margin: 4.5rem !important;
}
.mt-8, .my-8 {
  margin-top: 4.5rem !important;
}
.mr-8, .px-8 {
  margin-right: 4.5rem !important;
}
.mb-8, .my-8 {
  margin-bottom: 4.5rem !important;
}
.ml-8, .mx-8 {
  margin-left: 4.5rem !important;
}
.m-9 {
  margin: 5rem !important;
}
.mt-9, .my-9 {
  margin-top: 5rem !important;
}
.mr-9, .mx-9 {
  margin-right: 5rem !important;
}
.mb-9, .my-9 {
  margin-bottom: 5rem !important;
}
.ml-9, .mx-9 {
  margin-left: 5rem !important;
}