/*
  Theme Name: Regna
  Theme URL: https://bootstrapmade.com/regna-bootstrap-onepage-template/
  Author: BootstrapMade.com
  License: https://bootstrapmade.com/license/
*/

:root {
  --mainColor: rgb(234, 168, 26);
}

/*--------------------------------------------------------------
# added for LSS site
--------------------------------------------------------------*/
.video-responsive{
  overflow:hidden;
  padding-top: 25px;
  padding-bottom:56.25%;  /* 16:9 */
  position:relative;
  height:0;
}
.video-responsive iframe{
  left:0;
  top:0;
  height:100%;
  width:100%;
  position:absolute;
}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  /*background-color: #FF3CAC;
  background-image: linear-gradient(to bottom, red, yellow);
  background-repeat: no-repeat;
  background-repeat: no-repeat;
  background-size: cover;
  min-width: 100%;
  min-height: 100vh;
  */
  font-family: 'Open Sans', sans-serif;
  overflow-x: hidden;
  background: #fff;
  color: #666666;
}

a {
  color: var(--mainColor);
}

a:hover,
a:active,
a:focus {
  color: #fd7b15;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  margin: 0 0 0px 0;
  padding: 0;
}

.main-font {
  font-family: 'Open Sans';
}

/* Back to top button */
.back-to-top {
  position: fixed;
  display: none;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  padding: 6px 12px 9px 12px;
  font-size: 16px;
  border-radius: 2px;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }
}

.back-to-top:focus {
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  outline: none;
}

.back-to-top:hover {
  background: var(--mainColor);
  color: #fff;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  padding: 30px 0;
  height: 60px;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 997;
}

#header #logo img {
  padding: 0;
  margin: 0;
}

#logo {
  margin-left: 5rem;
  line-height: 60px;
}

@media (max-width: 768px) {
  #header #logo img {
    max-height: 40px;
  }

  #logo {
    margin-left: 3rem;
  }
}

#header.header-fixed {
  background: rgba(255, 255, 255, 0.75);
  padding: 0 0 20px 0;
  transition: all 0.5s;
}

#header .dropdown-menu {
  left: -30px !important;
}

@media (min-width: 1225px) {
  #header .dropdown-menu .dropdown-item:nth-child(-n + 6) {
    display: none;
  }

  #header .dropdown-menu .dropdown-divider {
    display: none;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Nav Menu Essentials */
.nav-menu,
.nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}

.nav-menu li {
  position: relative;
  white-space: nowrap;
}

.nav-menu > li {
  float: left;
}

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
  display: block;
}

.nav-menu ul ul {
  top: 0;
  left: 100%;
}

.nav-menu ul li {
  min-width: 180px;
}

/* Nav Menu Arrows */
.sf-arrows .sf-with-ul {
  padding-right: 30px;
}

.sf-arrows .sf-with-ul:after {
  content: '\f107';
  position: absolute;
  right: 15px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
  content: '\f105';
}

/* Nav Meu Styling */
.nav-menu a {
  padding: 0 8px 10px 8px;
  text-decoration: none;
  display: inline-block;
  color: #666666;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 13px;
  outline: none;
}

.nav-menu > li {
  margin-left: 10px;
}

.nav-menu > li > a:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 25px;
  left: 0;
  background-color: var(--mainColor);
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.nav-menu a:hover:before,
.nav-menu li:hover > a:before,
.nav-menu .menu-active > a:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.nav-menu ul {
  margin: 4px 0 0 0;
  border: 1px solid #e7e7e7;
}

.nav-menu ul li {
  background: #fff;
}

.nav-menu ul li:first-child {
  border-top: 0;
}

.nav-menu ul li a {
  padding: 10px;
  color: #333;
  transition: 0.3s;
  display: block;
  font-size: 13px;
  text-transform: none;
}

.nav-menu ul ul {
  margin: 0;
}

/* Mobile Nav Toggle */
#mobile-nav-toggle {
  position: relative;
  right: 0;
  top: 10px;
  z-index: 999;
  margin: 0 20px 0 0;
  border: 0;
  background-color: transparent;
  font-size: 24px;
  transition: all 0.4s;
  outline: none;
  cursor: pointer;
}

#main-nav-menu {
  line-height: 60px;
  align-items: center;
  margin-left: 5rem;
}

#phone-number {
  line-height: 60px;
}

#x-link {
  line-height: 60px;
}

@media (max-width: 1224px) {
  #main-nav-menu {
    display: none;
  }
}

@media (min-width: 1225px) {
  #mobile-nav ul li:nth-child(-n + 6) {
    display: none !important;
  }
}

/* Mobile Nav Styling */
#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  background: rgba(52, 59, 64, 0.9);
  left: -260px;
  width: 260px;
  overflow-y: auto;
  transition: 0.4s;
}

#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#mobile-nav ul li {
  position: relative;
}

#mobile-nav ul li a {
  color: #fff;
  font-size: 16px;
  overflow: hidden;
  padding: 10px 22px 10px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
}

#mobile-nav ul li a:hover {
  color: #fff;
}

#mobile-nav ul li li {
  padding-left: 30px;
}

#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: var(--mainColor);
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(52, 59, 64, 0.9);
  display: none;
}

/* Mobile Nav body classes */
body.mobile-nav-active {
  overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
  left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
  color: #fff;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
/* Sections Header
--------------------------------*/
.section-header .section-title {
  font-size: 3.6em;
  color: #111;
  text-align: center;
  font-weight: 700;
  margin-bottom: 5px;
  font-family: 'Open Sans';
  font-weight: 300;
}
.section-title-2 {
    font-size: 3.6em;
    color: #111;
    text-align: center;
    font-weight: 700;
    margin-bottom: 5px;
    font-family: 'Open Sans';
    font-weight: 300;
    padding: 30px 0 40px 0;
}

.section-header .section-title-irsform {
    font-family: "Open Sans";  
    position: relative;
    font-size: 56.7px;
    color: #000;
    font-weight: 300;
    text-align: center;
    margin-bottom: 20px;
}


.section-header .section-description {
  text-align: center;
  padding-bottom: 40px;
  color: #999;
}

.section-header .seo-description {
  text-align: left;
  color: #999;
}

.section-header .section-description-irsform {
  font-family: "Open Sans";  
  font-weight: 400;
  font-size: 24px;
  text-align: start;
  color: #000;
  margin-bottom: 2rem;
}

.list-section-irs li {
    font-family: "Open Sans";  
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    /* letter-spacing: 0.05rem; */
    margin-bottom: 1.125rem;
    color: black; 
    /* text-align: justify;*/ 
    text-align: left;
    
}


/* Carousel section
--------------------------------*/

#main-picture {		
	/*background-image: url(../img/bk_gradient.png); 
	background-position: center top;
	background-repeat:repeat-x; */
	background-image: linear-gradient(to bottom, #01779B, #1DCCC3);
	padding-top: 110px;
	/*padding-bottom: 40px;*/	
	font-family: "Open Sans";  
    font-size: 16px;
    font-weight: 400;
	color: #000;
	/*height: 70vh;*/
	height: auto;	
	min-height: 100%;	
    width: 100%;    
}

/*
#main-picture-container
{
	height: 70vh;	
}*/

#as-see-on {		
    background: #f7f7f7;
	background-size: cover;
	padding: 20px 0 20px 0; 
	min-height: 100%
	width: 100%;    
}
 
/* Document Library Section
--------------------------------*/
#document-library {
  background: #ffffff;
  padding: 80px 0 60px 0;
}

#document-library .box {
  margin-bottom: 50px;
  border: 1px solid #e6e6e6;
  position: relative;
  background: #fafafa;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 200px;
}

#document-library .box video {
  width: 100%;
  height: 100%;
}

#document-library .box video::-webkit-media-controls {
  display: none !important;
}

#document-library #how-to-docs {
  max-height: 460px;
  overflow-y: auto;
}

/* Reports Section
--------------------------------*/
#reports-area {
  background: #f7f7f7;
  overflow-x: hidden;
}

#reports-area .row {
  height: 450px;
}

#reports-area .section-name {
  background-color: var(--mainColor);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: calc(0.5em + 4vw);
  color: black;
  font-family: 'Open Sans';
  font-weight: 300;
}

#help-faq-section {
  background: #f7f7f7;
  background-size: cover;
  padding: 20px 0 60px 0;
}

.tabs ul li label {
  transition: all 0.3s ease-in-out;
  color: #000 !important;
  padding: 5px auto;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  white-space: nowrap;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* Orgs Uses LSS Section
--------------------------------*/
#orgs-use-lss {
  background: #fff;
  background-size: cover;
  padding: 20px 0 60px 0;
}

#orgs-use-lss .box {
  margin-bottom: 50px;
  border: 1px solid #e6e6e6;
  position: relative;
  background: #fafafa;
  display: flex;
  align-items: center;
  justify-content: center;
}

#orgs-use-lss .title {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 15px;
  text-transform: uppercase;
}

#orgs-use-lss .title a {
  color: #111;
}

#orgs-use-lss .description {
  font-size: 14px;
  line-height: 24px;
}

#orgs-use-lss .carousel-indicators li {
  background-color: #dedede;
}

#orgs-use-lss .carousel-indicators .active {
  background-color: #343a40;
}

/* Video container
--------------------------------*/
#video-container video {
  width: 100%;
  height: 100%;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #343b40;
  padding: 0;
  color: #fff;
  font-size: 14px;
}

#footer .contact-section {
  padding-left: 55px;
  padding-top: 55px;
}

#footer .copyright {
  text-align: center;
}

#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #ccc;
}

/* Loan Servicing Section
--------------------------------*/
#loan-servicing {
  background: #ffffff;
  padding: 80px 0 60px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 300;
}

/* loan servicing call to action
--------------------------------*/
#loan-servicing-call-to-action {
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
    url(../img/call-to-action-bg.jpg) fixed center center;
  background-size: cover;
  padding: 80px 0;
}

#loan-servicing-call-to-action .cta-title {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

#loan-servicing-call-to-action .cta-text {
  color: #fff;
}

@media (min-width: 769px) {
  #loan-servicing-call-to-action .cta-btn-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}

#loan-servicing-call-to-action .cta-btn {
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 30px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid #fff;
  color: #fff;
}

#loan-servicing-call-to-action .cta-btn:hover {
  background: var(--mainColor);
  border: 2px solid var(--mainColor);
} 

.validation { color: red; /*background-color: #acf;*/ }

div.imgshadow 
{
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	text-align: center;
}

.moreInfoButton {
    background-color: #EAA81A;
    border-color: #EAA81A;
	color: white;
}


/*--------------------------------------------------------------
# added for Pop-up Dialog from first page
--------------------------------------------------------------*/

.three-link-container {
  position: relative;
  display: inline-block;
}

.three-link-container img {
  display: block;
  width: 100%; /* Adjust to your size */
  height: auto;
}

.three-link {
  position: absolute;
  bottom: 0; 
  height: 50%; /* Bottom half of the image */
  width: 33.33%; /* 3 equal sections */
  text-indent: -9999px; /* hide text */
}

.TTAlink { left: 0; }
.VAlink { left: 33.33%; }
.DDlink { left: 66.66%; }

.three-link:hover {
  background-color: rgba(255, 255, 255, 0.2); /* highlight on hover */
}
