.ulrc400283 .header-menu-cta a {
  font-size: 1.2rem;
  display: inline-block;
  text-align: center;
  box-sizing: border-box;
  margin: 4vw 6vw 6vw;
  min-width: 210px;
}
.ulrc400283 .parallax-section {
  position: relative;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  min-height: 100vh;
  font-family: sans-serif; 
}

.ulrc400283 .section-background, .ulrc400283 .section-background .section-background-content, .ulrc400283 .section-background .section-background-canvas, .ulrc400283 .section-background .section-background-overlay {
  position: absolute;

  top: 0;

  right: 0;

  bottom: 0;

  left: 0;

}
.ulrc400283 .parallax-section > .content-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}
.ulrc400283 .parallax-section > .content-wrapper {
  display: flex;
}
.ulrc400283 .parallax-section:not(.full-bleed-section) > .content-wrapper {
  padding-right: 3vw;
  padding-left: 3vw;
  margin: 0 auto;
  box-sizing: content-box;
  width: 100%;
}
.ulrc400283 .parallax-section.horizontal-alignment--center > .content-wrapper {
  justify-content: center;
  padding-top: calc(170vmax / 10);
  padding-bottom: calc(100vmax / 5);
}


.ulrc400283 .section-background img {
  position: relative;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.ulrc400283 .section-background-overlay {
  background-color: rgba(0,0,0,0.7);
}
.ulrc400283 .sqs-html-content h1 {
  color: #f0f0f0;
  font-size: 60px;
  text-align: center;
  font-weight: 700;
}
.ulrc400283 .btn-primary{
border: 1px solid #fff;
  padding: 10px 22px;
  color: #000;
  font-size: 25px;
  font-weight:700;
  border-radius: 0;
  background: #ffcc28;
  text-decoration: none !important;
  transition: 0.3s;
  display: inline-block;
  line-height: 25px;
  /*font-family: "Poppins";*/
  text-transform: uppercase;
}
.ulrc400283 .btn-primary:hover {
  background: #fff;
  color: #000;
  border-color: #fff;
}
.ulrc400283 .btn-wrap{
  margin-top: 30px;
  text-align:left !important;
}
.ulrc400283 .tweak-fixed-header {
  position: fixed;
  background: #000;
  transition: background 140ms ease-in-out 140ms,transform 140ms ease-in-out;
}
.ulrc400283 .tweak-fixed-header .header-announcement-bar-wrapper{
  padding-top: 1.8vw;
  padding-bottom: 1.8vw;
}

.ulrc400283 .inner{
	min-height: 80vh;
	padding-top: 0;
	}

.ulrc400283 .correction{
	min-height: 50vh;
	padding-top: 0;
	}
	
.ulrc400283 .header .underline {border-bottom: 1px solid #FFF;}

.ulrc400283 .dropdown-toggle {
    width: 12px;
    margin-left: 5px;
    display: flex;
}
.ulrc400283 .dropdown-toggle svg {
    filter: invert(100%);
    cursor: pointer;
}
.ulrc400283 a.dropdown-item:hover {
	  color: #fcc016;
	  transition: 0.3s;
	  background: transparent;
}
.ulrc400283 .header-nav-item.dropdown, .header-menu-nav-item.dropdown {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}
.ulrc400283 .dropdown-toggle:after {
    font-size: 0;
}

.ulrc400283 .text-correction {
	font-size: 64px !important; 
}
.ulrc400283 .sub-text{
	color:#fff;
	text-align:center;
	padding:3% 15%; 
	font-weight: 200;	
    font-size: 25px;
}
.ulrc400283 .bg-color{
	background-image:linear-gradient(90deg, rgba(255, 160, 40, 0.5) 0%, rgba(157, 106, 49, 0.00) 100%);
	border-left: #ffcc28 10px solid;
	padding: 35px 40px 50px 45px;
}
.ulrc400283 .phone-num{
	text-align: center;
    color: #fff;
    font-size: 30px;
    font-weight: 600;
}