.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;
    }
}
.fc {
  display: flex;
}
.header-wrap {
  max-width: 1030px;
  width: 100%;
  margin: 0 auto;
}
.header.dbp {
  padding:30px 0 24px;
  background: #fff url("../../images/dbp-header-bg.jpg") center center / cover no-repeat;
}
.dbp .logo {
  max-width: 197px;
  width: 100%;
  height: auto;
  margin: 0;
}

.header.iyg {
  padding:50px 0 41px;
  background: #fff url("../../images/iyg-header.png") center center / cover no-repeat;
}
.iyg .logo {
  max-width: 213px;
  width: 100%;
  height: auto;
  margin: 0;
}

.header.wtl {
  padding:29px 0 28px;
  background: #fff url("../../images/wtl-header-bg.jpg") center center / cover no-repeat;
}
.wtl .logo {
  max-width: 168px;
  width: 100%;
  height: auto;
  margin: 0;
}

.header.lmp {
  padding:29px 0 28px;
  background: #000 url("../../images/lmp-header-bg.jpg") 200px center / cover no-repeat;
}
.lmp .logo {
  max-width: 165px;
  width: 100%;
  height: auto;
  margin: 0;
}

.ios-mobile-notice {
    display: none;
}

/* universal footer */
.universal-footer {
  border-top: 15px solid #4876FF;
  padding: 40px 0;
  background-color: #04034B;
}
.universal-footer-wrap {
  max-width: 1030px;
  margin: 0 auto;
  justify-content: space-between;
  align-items: center;
}
.universal-footer-logo {
  max-width:315px;
  width: 100%;
  height: auto;
}
.universal-copyright {
  font-family: "Roboto Condensed", Arial, Verdana, Helvetica, sans-serif;
  color: #9A9BB8;
  font-size: 15px;
  letter-spacing: -0.15px;
  text-align: right;
  line-height: 1.4;
}
.universal-copyright .line {
  display: block;
}
@media (max-width: 1500px) {
  .header.lmp {
    background-position: center center;
  }
}
@media(max-width: 1100px) {
  .universal-footer-wrap {
    padding: 0 10px;
  }
  .header-wrap {
    padding: 0 20px;
  }
}
@media (max-width: 980px) {
  .header.lmp {
    background-position: -200px center;
  }
}
@media (max-width: 768px) {
    .ios-mobile-notice {
        display: block;
        font-family: "Roboto Condensed", Arial, Verdana, sans-serif;
        font-weight: 700;
        text-align: center;
        color: #04034B;
        margin-bottom: 25px;
    }
  .universal-footer-wrap {
    flex-direction: column;
    gap:25px;
  }
  .universal-footer {
    padding: 33px 0;
  }
  .universal-copyright {
    text-align: center;
  }

  .lmp .logo {
    max-width: 125px;
  }
  .header.lmp {
    padding:37px 0 41px;
    background: #fff url("../../images/lmp-header-mobile-bg.jpg") center center / cover no-repeat;
  }
}
@media (max-width: 660px) {
  .dbp .logo {
    max-width: 168px;
  }
  .header.dbp {
    padding:29px 0 33px;
    background: #fff url("../../images/dbp-header-mobile-bg.jpg") center center / cover no-repeat;
  }
  .iyg .logo {
    max-width: 166px;
  }
  .header.iyg {
    padding:52px 0 48px;
    background: #fff url("../../images/iyg-header-mobile-bg.jpg") center center / cover no-repeat;
  }

  .wtl .logo {
    max-width: 124px;
  }
  .header.wtl {
    padding:42px 0 38px;
    background: #fff url("../../images/wtl-header-mobile-bg.jpg") center center / cover no-repeat;
  }
}

                body{
                          display: block;
                      }

.panel{
    background-color: white;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin: 30px 0px;
}

.panel .panel-heading{
    background-color: #dff0d8;
    color: #990000;
    font-size: 24px;
}

.panel .panel-heading,.panel-body{
    padding: 20px;
}

.panel .table{
    padding: 20px;
    width: 100%;
    word-wrap:break-word;
    table-layout: fixed;
}

.panel .table .filename, .available, .actions{
    text-align: left;
}

.label{
    padding: 3px 12px;
    border-radius: 50%;
    color: white;
    max-width: 33px;
}

.btn{
    background-color: #337ab7;
    border-color: #2e6da4;
    border: 1px solid transparent;
    border-radius: 4px;
    padding: 6px 12px;
    cursor: pointer;
    color: white;
}

.btn:hover{
    opacity: 0.7;
}

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

.row-file{
    display: flex;
    /*border: 1px solid black;*/
    margin-bottom: 20px;
}

.row-file .number{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 20px;
}

.row-file .number p{
    font-weight: 800;
    font-size: 20px;
    color: white;
}

.row-file .row-file-right{
    display: flex;
    flex-direction: column;
    flex: 1;
}

.row-file .row-file-right .field{
    display: flex;
    flex-direction: column;
}

.row-file-right .field p{
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.row-file-right .field > p:first-child{
    color: black;
    padding-left: 10px;
    font-weight: 700;
}

.cont{
    padding: 10px;
}

@media (min-width: 1100px){
    .row-file .row-file-right{
        flex-direction: row;
    }

    .row-file{
        margin-bottom: 0px;
    }

    .row-file .row-file-right .field{
        flex: 1;
    }

    .row-file .row-file-right .field:first-child{
        flex: 2;
    }

    .panel .table .filename, .available, .actions{
        text-align: center;
    }

    .available{
        height: 100%;
    }

    .row-file .number{
        min-width: 62px;
    }

    .actions.cont{
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .row-file-right .field > p:first-child{
        display: none;
    }

    .cont{
        height: 100%;
    }

    .row-file:first-child .row-file-right .field p{
        display: block;
    }

    .row-file .row-file-right .field > p{
        text-align: center;
    }

    .available.cont{
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .panel .panel-heading{
        margin-bottom:5px;
        font-size:24px;
    }
    .row-file{
        box-shadow:none;
    }
    .row-file .numer{
        border: none;
        border-right:1px solid #ccc;
    }
    .available.cont{
        border-right:1px solid #ccc;
        border-left:1px solid #ccc;
    }
    .panel .table{
        border-top:1px solid #ccc;
        padding:0;
        margin-top:20px;
    }
    .row-file .row-file-right .field:last-of-type{
        border:none;
    }
    .row-file-right .field > p:first-child{
        border:none;
        border-bottom:1px solid #ccc;
    }
    .row-file{
        border:1px solid #ccc;
        border-top:none;
    }
    .row-file:first-child .row-file-right .field:nth-of-type(2) p {
        border-left: 1px solid #ccc;
        border-right: 1px solid #ccc;
    }
}

.panel .panel-heading {
    background-color: #eeeeee;
    text-align: center;
    font-weight: bold;
    color: #990000;
    font-size: 24px;
}
/* Add a class to the .panel-body parent of the "Keep in mind..." <p> called note, then: */
.panel-body.note {
    padding-bottom: 0;
}
.panel-body.note p {
    text-align: center;
    padding:0 20px;
}
.row-file .number {
    /* background-color:#bb9b52; */
}
.row-file .number p {
    color: #333333;
}
.cont {
    /* background-color: #fff; */
}
.row-file:nth-of-type(2n) {
    /* background: #fff4d6; */
    background: #f9f9f9;
}
.label {
    /* background-color: #8FC913; */
    background-color: #1149b7;
    display:block;
    text-align:center;
}
.row-file-right .field > p:first-child{
    padding:10px;
}
.panel .table{
    padding:20px 0 0 0;
}
.row-file-right .field > p:first-child{
    border-top:1px solid #ccc;
    border-bottom:1px solid #ccc;

}
.cont{
    padding:20px 10px;
}
.row-file .number{
    background:#eee;
}
.row-file{
    box-shadow:0 2px 5px rgba(0,0,0,0.2);
    border-left:1px solid #ccc;
    border-right:1px solid #ccc;
}
.panel{
    border:none;
}
.panel .panel-heading{
    background:#fff;
}
.panel .panel-heading, .panel-body{
    padding:0;
}
.btn{
    padding: 10px 30px;
    cursor: pointer;
    color: white;
    font-weight: 600;
    letter-spacing: 1px;
}
@media (max-width: 1100px){
    .row-file-right .field p{
        font-size:15px;
    }
    .note p {
        font-size: 15px;
    }
    .tdbp-footer-new .tdbp-copyright-new{
        font-size: 14px;
        padding: 0 20px;
        margin-top: 20px;
        margin-bottom: 20px;
    }
}


.main-wrap {
    padding: 0;
    max-width: 1030px;
}

.panel .panel-heading {
    font-size: 30px;
    letter-spacing: -0.15px;
    margin-bottom: 8px;
    color: #3D60D5;
    font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
    border-bottom: 0;
}
.panel .panel-body p:first-of-type {
    font-size: 18px;
    letter-spacing: -0.2px;
    line-height: 1.44;
    color: #04034B;
    font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
    margin-bottom: 36px;
}
.panel .table {
    border: 1px solid #707070;
    font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
    padding: 0;
    margin: 0;
}
.bold {
    font-weight: 700;
}
.flex-container {
    display: flex;
}
.iyg .header-wrap {
    justify-content: space-between;
    align-items: flex-end;
}
.mobile-label {
    display: none;
}
.iyg .unlocking {
    font-size: 26px;
    color: #fff;
    font-weight: 400;
    font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
}
.table.iyg-table>thead>tr>th, .table.wwtl-table>thead>tr>th {
    background: #4876FF;
    color: #fff;
    padding-left: 26px;
    vertical-align: middle;
    border-left: 1px solid #ccc;
}
.table.iyg-table>thead>tr>th.text-center, .table.wwtl-table>thead>tr>th.text-center,
.table.lmp-table>thead>tr>th.text-center{
    padding: 17px;
    width: 130px;
    font-size: 18px;
}
.table.lmp-table>thead>tr>th.text-center{
    font-size: 17px;
}
.lesson-header {
    width: 75%;
}
.table>tbody>tr>td {
    vertical-align: middle;
    border-right: 1px solid #707070;
    padding: 15px 25px;
}
.table tr.odd {
    background: rgba(72, 118, 255, 0.1)
}
.download-icon {
    position: relative;
}
.download-icon img {
    margin: auto;
    display: block;
}
.label-success {
    position: absolute;
    width: 25px;
    height: 25px;
    background: #3D60D5;
    top: -5px;
    left: -10px;
    padding: 0;
    line-height: 25px;
}
.workbook-icon {
    width: 38px;
    height: 42px;
}
.ebook-icon {
    width: 36px;
    height: 46px;
}
.table.wwtl-table>tbody>tr>td:first-of-type {
    border-right: none;
}
.table.wwtl-table>tbody>tr>td {
    border-top: 1px solid #707070;
}
.table.wwtl-table>tbody>tr.row0>td:first-of-type {
    border-right: 1px solid #707070;
}
.lmp .header-wrap {
    justify-content: space-between;
    align-items: flex-end;
}
.lmp .right-headline {
    font-size: 22px;
    color: #fff;
    font-weight: 400;
    font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
    text-align: right;
    line-height: 1.31;
}
.lmp .right-headline .line {
    display: block;
}
.uppercase {
    text-transform: uppercase;
}
.table.lmp-table {
    margin-bottom: 46px;
}
.table.lmp-table>thead>tr>th {
    color: #fff;
    padding-left: 24px;
    vertical-align: middle;
    border-left: 1px solid #ccc;
}
.table.lmp-table.intention>thead>tr>th {
    background: #5FAF5A;
}
.table.lmp-table.health>thead>tr>th {
    background: #41946A;
}
.table.lmp-table.abundance>thead>tr>th {
    background: #438D90;
}
.table.lmp-table.manifestation>thead>tr>th {
    background: #4584B4;
}
.table.lmp-table.love>thead>tr>th {
    background: #467DDA;
}
.table.lmp-table.transformation>thead>tr>th {
    background: #4876FF;
}
.lmp-table th.lesson-header {
    font-size: 24px;
}
.lmp-table th.lesson-header .larger {
    font-size: 28px;
}
.lmp-table .line {
    display: block;
}
.lmp-table.intention .odd {
    background: rgba(95, 175, 90, 0.11)
}
.lmp-table.health .odd {
    background: rgba(65, 148, 106, 0.11)
}
.lmp-table.abundance .odd {
    background: rgba(67, 141, 144, 0.11)
}
.lmp-table.manifestation .odd {
    background: rgba(69, 132, 180, 0.11)
}
.lmp-table.love .odd {
    background: rgba(70, 125, 218, 0.11)
}
.lmp-table.transformation .odd {
    background: rgba(72, 118, 255, 0.11)
}
.table>tbody>tr>td {
    border-bottom: 1px solid #707070;
}
.panel .dbp-table {
    flex-direction: column;
    border: 1px solid #707070;
    border-bottom: 0;
    border-right: 0;
    max-width: 1030px;
    color: #04034B;
}
.dbp-table * {
    font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
}
.dbp-table .custom-row {
    display: grid;
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 24.25% 43.6% 10.7% 10.7% 10.7%;
    margin: 0;
    grid-column-gap: 0;
    grid-row-gap: 0;
}
.dbp2-table .custom-row {
    grid-template-columns: 8.6% 34.4% 10.6% 10.7% 10.7% 10.7% 14.3%;
}
.tc.gold-nugget {
    grid-area: 1 / 7 / 4 / 8;
    display: flex;
    align-items: center;
    justify-content: center;
}
.dbp-table .th.custom-row {
    display: flex;
    background: #4876FF;
    color: #fff;
    font-size: 18px;
    line-height: 1.33;
    grid-template-rows: 1fr;
}
.dbp-table .tc.week { grid-area: 1 / 1 / 3 / 2; }
.dbp-table .lesson-wrap { grid-area: 1 / 2 / 2 / 6; }
.dbp-table .lesson-wrap.lw-2 { grid-area: 2 / 2 / 3 / 6; }
.dbp-table .row-2, .dbp-table .row-6, .dbp-table .row-7, .dbp-table .row-8, .dbp-table .row-9, .dbp-table .row-10, .dbp-table .row-11, .dbp-table .row-12 {
    grid-template-rows: 1fr;
}
.dbp-table .odd {
    background: rgba(72, 118, 255, 0.1)
}
.th div {
    padding: 14px 13px;
    border-right: 1px solid rgba(255, 255, 255, 0.65);
}
.week-header, .week {
    max-width: 85px;
    width: 100%;
}
.week-header {
    width: 24.25%;
}
.dbp2-table .week-header {
    width: 9%;
}
.dbp2-table .download-gn-header {
    width: 14.25%;
}
.lesson-name-header, .lesson-name {
    max-width: 449px;
    width: 100%;
}
.dbp-table .lesson-name {
    display: flex;
    align-items: center;
}
.download-audio-header, .download-audio, .download-workbook-header, .download-workbook, .download-meditation-header, .download-meditation {
    max-width: 110px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.dbp-table .lesson-name-header {
    flex: 2;
}
.dbp2-table .download-gn-header {
    border-right: none;
}
.th .download-transcript {
    border-left: 1px solid rgba(255, 255, 255, 0.65);
}
.tc {
    border-right: 1px solid #707070;
    border-bottom: 1px solid #707070;
    padding: 14px 13px;
    font-size: 18px;
    letter-spacing: -0.18px;
    line-height: 1.33;
}
.tc.week {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.lesson-wrap {
    display: flex;
    height: 100%;
}
.asset-dn-cell {
    min-width: 110px;
    max-width: 110px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.popup .popup-bg{
    position:fixed;
    opacity:0.7;
    background:#000;
    top:0;
    left:0;
    z-index:9998;
    width:100%;
    height:100%;
}
.popup .popup-content{
    position:fixed;
    width:100%;
    height:auto;
    transform:translate(-50%,-50%);
    -webkit-transform:translate(-50%,-50%);
    background:#fff;
    max-width:740px;
    left:50%;
    top:50%;
    z-index:999999999;
    box-shadow:0 8px 9px rgba(26,28,42,0.5);
    max-height:calc(100% - 160px);
}

.popup .close{
    float:right;
    font-size:12px;
    text-transform:uppercase;
    font-weight:700;
    opacity:0.5;
    vertical-align:middle;
    cursor:pointer;
    top:-10px;
    right:-10px;
    z-index: 9999;
    position: absolute;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 50%;
}
.popup .close:hover{
    opacity:1;
}
.popup .close-icon{
    font-size:32px;
    line-height: 24px;
    position:relative;
    top:-1px;
    padding: 0 5px;
}
.video-wrap {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
}
.video-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media (max-width: 1060px) {
    .main-wrap {
        padding: 0 10px;
    }
}
@media (max-width: 768px) {
    .iyg .unlocking, .lmp .right-headline {
        display: none;
    }
    .table.wwtl-table {
        border: none;
    }
    .wwtl-table thead {
        display: none;
    }
    .table.wwtl-table>tbody {
        display: flex;
        flex-direction: column;
        gap: 32px;
    }
    .table.wwtl-table>tbody>tr {
        display: flex;
        flex-wrap: wrap;
        border-bottom: 1px solid #707070;
        border-left: 1px solid #707070;
    }
    .table.wwtl-table>tbody>tr>td:first-of-type {
        width: 100%;
        text-align:center;
        background: #4876FF;
        color: #fff;
        padding: 8px 0;
    }
    .wwtl-table .row0 .half {
        width: 33.33%;
    }
    .wwtl-table tr:not(.row0) .half.left {
        display: none;
    }
    .wwtl-table .half {
        width: 50%;
    }
    .wwtl-table .row0 .mobile-line-wwtl {
        display: block;
    }
}
@media(max-width: 740px) {
    .table.dbp-table {
        gap: 25px;
        border: none;
    }
    .dbp-table .th.custom-row {
        display: none;
    }
    .dbp-table .custom-row {
        border-top: 1px solid #707070;
        border-left: 1px solid #707070;
    }
    .dbp-table .custom-row,.dbp2-table .custom-row.rowspan-3 {
        grid-template-rows: 3fr;
        grid-template-columns: 3fr;
    }
    .dbp-table .odd {
        background: transparent;
    }
    .dbp-table .tc.week {
        grid-area: 1 / 1 / 2 / 4;
        max-width: 100%;
        text-align: center;
        background: #4876FF;
        color: #fff;
    }
    .dbp-table .lesson-wrap {
        grid-area: 2 / 1 / 3 / 4;
        width: 100%;
        flex-wrap: wrap;
    }
    .dbp-table .mobile-label {
        display: flex;
        justify-content: center;
        align-items: center;
        min-height: 50px;
        font-size: 15px;
        width: 100%;
        color: #04034B;
        font-weight: 700;
        background: rgba(72, 118, 255, 0.2);
        text-align: center;
        padding: 5px 0;
    }
    .dbp-table .label-success {
        left: 12%;
    }
    .dbp-table .lesson-name {
        width: 100%;
        max-width: 100%;
        justify-content: center;
        text-align: center;
        font-size: 16px;
        line-height: 1.4;
    }
    .panel .panel-heading {
        font-size: 26px;
    }
    .dbp-table .lesson-wrap.lw-2 {
        grid-area: 3 / 1 / 4 / 4;
    }
    .asset-dn-cell {
        padding: 0 0 13px;
        flex-direction: column;
        justify-content: flex-start;
        width: 25%;
        gap: 14px;
        min-width: unset;
        max-width: unset;
    }
    .dbp-table .download-icon {
        width: 100%;
    }
    .table.lmp-table {
        border: none;
    }
    .lmp-table th.text-center {
        display: none;
    }
    .table.lmp-table>tbody>tr {
        display: flex;
        flex-wrap: wrap;
        border-bottom: 1px solid #707070;
        border-left: 1px solid #707070;
    }
    body .lmp-table>tbody>tr>td:first-of-type {
        width: 100%;
        text-align:center;
        background: #fff;
        padding: 8px 0;
        border-bottom: 1px solid #707070;
        color: #04034B;
        font-size: 17px;
    }
    .lmp-table .label-success {
        left: 5%;
    }
    .lmp-table>tbody>tr>td {
        width: 33.33%;
        border-bottom: 0;
        padding: 0 0 17px;
    }
    .lmp-table th.lesson-header .larger {
        display: block;
        font-size: 25px;
    }
    .lmp-table th.lesson-header {
        text-align: center;
        font-size: 18px;
        border-bottom: 0;
    }
    table.table.lmp-table .odd {
        background: transparent;
    }
    .lmp-table .mobile-label {
        display: block;
        font-size: 16px;
    }
    .lmp-table.intention .mobile-label {
        background: rgba(95, 175, 90, 0.1)
    }
    .lmp-table.health .mobile-label {
        background: rgba(65, 148, 106, 0.1)
    }
    .lmp-table.abundance .mobile-label {
        background: rgba(67, 141, 144, 0.1)
    }
    .lmp-table.manifestation .mobile-label {
        background: rgba(69, 132, 180, 0.1)
    }
    .lmp-table.love .mobile-label {
        background: rgba(70, 125, 218, 0.1)
    }
    .lmp-table.transformation .mobile-label {
        background: rgba(72, 118, 255, 0.1)
    }
}
@media (max-width: 550px) {
    .table.iyg-table {
        border: none;
    }
    .iyg-table thead {
        display: none;
    }
    .table.iyg-table>tbody {
        display: flex;
        flex-direction: column;
        gap: 32px;
    }
    .table.iyg-table>tbody>tr {
        display: flex;
        flex-wrap: wrap;
        border-bottom: 1px solid #707070;
        border-left: 1px solid #707070;
    }
    .table>tbody>tr>td:first-of-type {
        width: 100%;
        text-align:center;
        background: #4876FF;
        color: #fff;
        padding: 8px 0;
    }
    .half {
        width: 50%;
    }
    .mobile-line {
        display: block;
    }
    .label-success {
        left: 25%;
    }
    .wwtl-table .row0 .label-success {
        left: 5%;
    }
    .mobile-label {
        display: block;
        font-size: 16px;
        letter-spacing: -0.16px;
        line-height: 1.18;
        padding: 5px 0 7px;
        text-align: center;
        background: rgba(72, 118, 255, 0.2);
        color: #04034B;
        font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
        font-weight: 700;
        margin-bottom: 15px;
        border-bottom: 0.5px solid #707070;
    }
    .mobile-label.right {
        border-right: 0;
    }
    .table>tbody>tr>td.half {
        padding: 0 0 17px;
        border-right: 0;
    }
    .table>tbody>tr>td.half {
        border-right: 0.5px solid #707070;
    }
    .table>tbody>tr>td.half:first-of-type {
        border-right: 0.5px solid #707070;
    }
    .table>tbody>tr {
        border-right: 1px solid #707070;
    }
    .table tr.odd {
        background: #fff;
    }
    .panel .panel-body p:first-of-type {
        font-size: 17px;
        margin-bottom: 27px;
    }
}
@media (max-width: 450px) {
    .label-success {
        left: 18%;
    }
}
.header.dbp2 {
    background: url('../../images/dbp2-header.png') center top / cover no-repeat;
    padding: 22px 10px;
}
.dbp2 .logo {
    max-width: 220px;
    margin: 0;
}
@media (max-width: 660px) {
    .dbp2 .logo {
        max-width: 168px;
    }
    .header.dbp2 {
        background-position: right top;
    }
}
@media (max-width: 560px) {
    .header.dbp2 {
        background-position: 75% top;
    }
}
.dbp2-table .lesson-name-header, .dbp2-table .lesson-name {
    max-width: unset;
}
.dbp2-table .custom-row.rowspan-2 {
    grid-template-rows: 1fr 1fr;
}
.dbp2-table .custom-row.rowspan-1 {
    grid-template-rows: 1fr;
}
.dbp2-table .lesson-wrap.lw-1 {
    grid-area: 1 / 2 / 2 / 7;
}
.dbp2-table .lesson-wrap.lw-2 {
    grid-area: 2 / 2 / 3 / 7;
}
.dbp2-table .lesson-wrap.lw-3 {
    grid-area: 3 / 2 / 4 / 7;
}
.dbp2-table .rowspan-3 .tc.gold-nugget {
    grid-area: 1 / 7 / 4 / 8;
    min-width: 14.25%;
}
.dbp2-table .rowspan-3 .tc.week {
    grid-area: 1 / 1 / 4 / 2;
}
.dbp2-table .rowspan-2 .tc.week {
    grid-area: 0 / 1 / 4 / 2;
}
.page-watch .main-wrap {
    display: block;
    margin: 5% auto;
}
@media (max-width: 910px) {
    .table.dbp2-table {
        gap: 25px;
        border: none;
    }
    .dbp2-table .th.custom-row {
        display: none;
    }
    .dbp2-table .custom-row {
        border-top: 1px solid #707070;
        border-left: 1px solid #707070;
    }
    .dbp2-table .custom-row,.dbp2-table .custom-row.rowspan-3 {
        grid-template-rows: 3fr;
        grid-template-columns: 3fr;
    }
    .dbp2-table .odd {
        background: transparent;
    }
    .dbp2-table .tc.week {
        grid-area: 1 / 1 / 2 / 4;
        max-width: 100%;
        text-align: center;
        background: #4876FF;
        color: #fff;
    }
    .dbp2-table .lesson-wrap {
        grid-area: 2 / 1 / 3 / 4;
        width: 100%;
        flex-wrap: wrap;
    }
    .dbp2-table .mobile-label {
        display: flex;
        justify-content: center;
        align-items: center;
        min-height: 50px;
        font-size: 15px;
        width: 100%;
        color: #04034B;
        font-weight: 700;
        background: rgba(72, 118, 255, 0.2);
        text-align: center;
        padding: 5px 0;
    }
    .dbp2-table .label-success {
        left: 12%;
    }
    .dbp2-table .lesson-name {
        width: 100%;
        max-width: 100%;
        justify-content: center;
        text-align: center;
        font-size: 16px;
        line-height: 1.4;
    }
    .dbp2-table .panel .panel-heading {
        font-size: 26px;
    }
    .dbp2-table .lesson-wrap.lw-2 {
        grid-area: 3 / 1 / 4 / 4;
    }
    .dbp2-table .asset-dn-cell {
        padding: 0 0 13px;
        flex-direction: column;
        justify-content: flex-start;
        width: 25%;
        gap: 14px;
        min-width: unset;
        max-width: unset;
    }
    .dbp2-table .download-icon {
        width: 100%;
    }
    .dbp2-table .tc.week {
        max-width: 100%;
        text-align: center;
        background: #4876FF;
        color: #fff;
    }
    .dbp2-table .th.custom-row {
        display: none;
    }
    .dbp2-table .rowspan-3 .tc.week, .dbp2-table .rowspan-2 .tc.week, .dbp2-table .rowspan-1 .tc.week {
        grid-area: 1 / 1 / 2 / 6;
    }
    .dbp2-table .custom-row.rowspan-3 {
        grid-template-rows: 5fr;
        grid-template-columns: 3fr;
    }
    .tc.gold-nugget {
        display: block;
        padding:0;
    }
    .dbp2-table .gn-icon img{
        margin: 10px auto;
    }
    .dbp2-table .rowspan-3 .tc.gold-nugget, .dbp2-table .rowspan-2 .tc.gold-nugget, .dbp2-table .rowspan-1 .tc.gold-nugget {
        grid-area: 5 / 1 / 6 / 6;
    }

    .dbp2-table .custom-row.rowspan-2 {
        grid-template-rows: 4fr;
    }
    .dbp2-table .custom-row.rowspan-1 {
        grid-template-rows: 2fr;
    }
    .dbp2-table .lesson-wrap.lw-1 {
        grid-area: 2 / 1 / 3 / 6;
    }
    .dbp2-table .lesson-wrap.lw-2 {
        grid-area: 3 / 1 / 4 / 6;
    }
    .dbp2-table .lesson-wrap.lw-3 {
        grid-area: 4 / 1 / 5 / 6;
    }
    .dbp2-table .asset-dn-cell {
        width: 20%;
    }
}
@media (max-width: 500px) {
    .play-icon {
        width: 50px;
        height: 50px;
    }
}
