.form-submit:active, .form-submit:focus, .form-submit:hover, .form-submit:target{
  outline:none;
}

@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');

html, body{
	height: 100%;
	background: none;
}

body{
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

.main-wrap{
	flex: 1;
	display: flex;
	justify-content: center;
	align-items: center;
}

.blue-button {
    border: 1px solid #3565aa;
    background: rgb(99,143,206);
    background: -moz-linear-gradient(top, rgba(99,143,206,1) 0%, rgba(50,98,167,1) 100%);
    background: -webkit-linear-gradient(top, rgba(99,143,206,1) 0%,rgba(50,98,167,1) 100%);
    background: linear-gradient(to bottom, rgba(99,143,206,1) 0%,rgba(50,98,167,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#638fce', endColorstr='#3262a7',GradientType=0 );
}

/*****************************/
/*****************************/
/*****************************/

#footer-outer{
	height: auto;
	padding: 10px;
	position: relative;
	z-index: 10;
	background: linear-gradient(to bottom, #a52329 0%, #630006 100%);
	color: #ccc;
	overflow: hidden;
}	

#footer-outer a {
    color: #ccc;
}

.footer-inner{
	width: 960px;
	margin: 0 auto;
}

.tdbp-footer-left {
    float: left;
}

.tdbp-footer-logo {
    float: left;
    margin-top: 15px;
    margin-right: 45px;
}

.tdbp-footer-new .tdbp-copyright-new {
    float: right;
    margin-top: 40px;
}

/************MEDIAS************/

@media only screen and (max-width: 1000px) and (min-width: 1px){
	#footer-outer {
	    height: auto;
	}
}

@media only screen and (max-width: 1000px) and (min-width: 1px){
	.leaves-bg img, .pp-inner-wrap, .footer-inner {
	    width: 100%;
	}
}

@media (max-width: 760px){
	.tdbp-footer-new .tdbp-footer-logo {
	    float: none;
	    margin-top: 15px;
	    margin-right: 0;
	    margin-left: 0;
	    width: 100%;
	    display: block;
	}

	.tdbp-footer-new .tdbp-footer-left {
	    float: none;
	}

	.tdbp-footer-new .tdbp-footer-logo img {
	    display: block;
	    margin: 0 auto;
	    float: none;
	}

	.tdbp-footer-new .tdbp-copyright-new {
	    float: none;
	    width: 100%;
	    text-align: center;
	}
}

/*****************************/
/*****************************/
/*****************************/

#header-outer.tdbp-header-outer {
    height: 197px;
    background-image: url(https://www.dreambuilderprogram.com/assets/pp3os/images/headerbg.jpg);
    background-repeat: repeat-x;
    padding: 0px !important;
    position: relative;
    margin: 0px;
    top: 0px;
    background-size: contain;
    border-bottom: 3px solid #bb9b52;
}

.tdbp-clouds-wrap {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(https://www.dreambuilderprogram.com/assets/pp3os/images/headerbg.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 2;
    background-position: center bottom;
}

.tdbp-clouds-wrap img{
	max-height: 193px;
}

.tdbp-logo {
    display: block;
    margin: 0 auto;
	position: relative;
	z-index: 5;
}

@media (max-width: 1000px){
	.tdbp-logo {
	    width: 100%;
	    position: relative;
	    top: 18px;
	}

	.tdbp-clouds-wrap {
	    position: relative;
	}
}

@media (min-width: 1001px){
	.tdbp-logo {
		top: 0px;
	}
}

@media only screen and (max-width: 1000px) and (min-width: 1px){
	header#top, #header-outer {
	    height: auto !important;
		position: relative!important;
	}
}

@media (max-width: 900px)
{
    .tdbp-logo
    {
        top:16px;
    }
}
@media (max-width: 600px)
{
    .tdbp-logo
    {
        top:11px;
    }
}

@media (max-width: 1000px){
	.tdbp-logo-new {
	    top: 0;
	}
}

.download-box{
	padding: 60px 60px;
	background-color: #f3f3f3;
	box-shadow: 2px 3px 14px #888888c4;
	border-radius: 6px;
}

.download-box p{
	margin-bottom: 10px;
	text-align: center;
}

#download-box-form{
	display: flex;
	flex-direction: column;
}

#download-box-form input{
	height: 40px;
    border-radius: 6px;
    border: 2px solid #cecece;
    margin-bottom: 10px;
    padding: 0px 15px;
    font-size: 14px;
}

#download-box-form button.btn{
	height: 40px;
	border-radius: 6px;
	background-color: #fe6d15;
	color: white;
	text-transform: uppercase;
	border: none;
	font-size: 18px;
	cursor: pointer;
}	

#download-box-form button.btn:hover{
	opacity: 0.7;
}

@media (max-width: 500px){
	.download-box{
		padding: 40px;
	}
}

/**********************************/
/**********************************/
/**********************************/

.footer {
    padding: 20px 50px 35px 50px;
  	overflow: hidden;
}

.red-gradient {
    background: #a52329;
    background: -moz-linear-gradient(top, #a52329 0%, #630006 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a52329), color-stop(100%, #630006));
    background: -webkit-linear-gradient(top, #a52329 0%, #630006 100%);
    background: -o-linear-gradient(top, #a52329 0%, #630006 100%);
    background: -ms-linear-gradient(top, #a52329 0%, #630006 100%);
    background: linear-gradient(to bottom, #a52329 0%, #630006 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a52329', endColorstr='#630006', GradientType=0);
}

.footer-inner-wrap {
    font-size: 14px;
    float: left;
}

.copyright {
    float: left;
}

.op-70 {
    opacity: 0.7;
}
.white {
    color: #ffffff;
}

.social {
	display: none;
    float: right;
    opacity: 0.7;
}

.social a {
    display: block;
    margin-left: 20px;
    float: left;
}

a {
    color: #337ab7;
    text-decoration: none;
}
a {
    background-color: transparent;
}

.disclaimer {
    margin-top: 70px;
}

.op-70 {
    opacity: 0.7;
}
.white {
    color: #ffffff;
}

.bold {
    font-weight: bold;
}

.footer .container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 10px;
    padding-right: 10px;
}

.white a {
    color: #ffffff;
}

a {
    color: #337ab7;
    text-decoration: none;
}
a {
    background-color: transparent;
}

@media (min-width: 768px)
{.footer .container {
    width: 740px;
}}

@media (min-width: 1200px)
{.footer .container {
    width: 980px;
}}

@media (min-width: 992px)
{.footer .container {
    width: 960px;
}}

@media (max-width: 500px){
	body {
		display: block;
	}
}

/* Add those lines */
.row-file:first-of-type .number {
  border-top: 1px solid #ccc;
}
.row-file .number{
  border-right:1px solid #ccc;
}
.label{
  max-width: 35px;
  max-height: 35px;
  line-height: 29px;
  width: 100%;
  font-weight:700;
}
.panel-body > p{
  font-size:17px;
}
@media (min-width: 1000px) and (max-width: 1265px){
  .tdbp-logo {
    width: 100%;
  }
  #header-outer.tdbp-header-outer{
    height:0;
    padding-bottom:15.2391%!important;
  }
}
@media (max-width: 1100px){
  .row-file .number{
    border-top:1px solid #ccc;
  }
}
@media (max-width: 768px){
  .footer{
    padding:20px 10px;
  }
  .copyright{
    text-align:center;
    width:100%;
  }
}

@media (max-height: 720px) {
    body {
        display: block;
    }
    .download-box{
        margin: 20px 0px;
    }   
}