body {
    background:#000;
}
.navbar {
    z-index:10000;
    display:none;
}
#searchsocial {
    z-index:1000;
    position:relative;
    display:none;
}
#systemnotification {
    display:none;
}
h1 {
    font-weight: 800;
    font-size: 6em;
    -webkit-text-shadow: 0 .3rem .9rem rgba(0,0,0,.4);
    text-shadow: 0 0.3rem 0.9rem rgba(0,0,0,.4);
    letter-spacing: -3px;
    line-height:.8em;
}
h2 {
    font-weight: 800;
    font-size: 4.5em;
    -webkit-text-shadow: 0 .3rem .9rem rgba(0,0,0,.4);
    text-shadow: 0 0.3rem 0.9rem rgba(0,0,0,.4);
    letter-spacing: -3px;
    line-height:.88em;
    color: #fff;
}
h3 {
    font-weight: 800;
    font-size: 2em;
    -webkit-text-shadow: 0 .3rem .9rem rgba(0,0,0,.4);
    text-shadow: 0 0.3rem 0.9rem rgba(0,0,0,.4);
    letter-spacing: -2px;
    line-height:.8em;
    color: #ffb600;
}
h1, .intro p {
    color: #fff;
    font-family: 'Source Sans Pro', sans-serif;
}
.blackcol {
    color:#000 !important;
    text-shadow: -1px 1px 2px rgba(255, 255, 255, 1) !important;
}
.bluecol {
    color:#2638c4 !important;
    text-shadow: -1px 1px 2px rgba(255, 255, 255, 0) !important;
}
.intro {
    display:block;
    margin:0 auto 40px auto;
    max-width:1048px;
    padding:0px 20px 40px 20px;
    box-sizing:border-box;
}
.intro p {
    text-shadow: -1px 1px 8px rgba(0,0,0,.8);
    font-size:24px;
    line-height:30px;
}
.intro a {
    color:#f7f4d1;
    font-weight:700;
}
.introlong {
    display:block;
    margin:0 auto 10px auto;
    max-width:908px;
    box-sizing:border-box;
    padding:0 20px;
}
.introlong p {
    text-shadow: -1px 1px 8px rgba(0,0,0,.8);
    font-size:24px;
    line-height:30px;
}
.introlong a {
    color:#f7f4d1;
    font-weight:700;
}
.textar, .textar2 {
    display:block;
    margin:0 auto 40px auto;
    max-width:1648px;	
    padding:0px 20px 40px 20px;
    box-sizing:border-box;
    text-align:left;
    color:#fff;
}
.toppad {
    padding-top:80px;
}
.toppadshort {
    padding-top:80px;
}
.textar p {
    text-shadow: -1px 1px 4px rgba(0,0,0,28);
    font-size:20px;
    line-height:28px;
    color:#fff;
}
.textar a {
    color:#f7f4d1;
    font-weight:700;
}
.textar2 p {
    text-shadow: -1px 1px 4px rgba(0,0,0,28);
    font-size:22px;
    line-height:28px;
    color:#fff;
}
.textar2 a {
    color:#f7f4d1;
    font-weight:700;
}
.dartext {
    display:block;
    margin:0 auto 0px auto;
    text-align:left;
    padding:0 10px;
}
.darwhite {
    padding:10px;
    background:rgba(255,255,255,.8);
    display:inline-block;
}
.darblack {
    padding:10px;
    background:rgba(0,0,0,.8);
    display:inline-block;
}
.darpink {
	background:rgba(102, 65, 65, 0.58);
	padding:10px;
	display:inline-block;
}
.dargreen {
    background: rgba(79, 145, 69, 0.58);
    padding:10px;
    display:inline-block;
}
.darteal {
    background: rgba(71, 111, 119, 0.49);
    padding:10px;
    display:inline-block;
}
.darkids {
    background: rgba(38, 56, 196, 0.78);
    padding:10px;
    display:inline-block;
}
.restrict {
    max-width:848px;
    margin:0 auto 0 40px;
}
.darbtns {
    display:block;
    margin:10px 0;
}
.darbtns a {
    padding:8px 20px;
    background:rgba(255,255,255,.8);
    color:#000;
    font-weight:800;
    font-size:24px;
    transition:ease all .3s;
    margin:5px 10px 0 0;
    border-radius:4px;
    display:inline-block;
}
.darbtns a:active, .darbtns a:focus, .darbtns a:hover {    
    background:rgba(000,000,000,1);
    color:#fff;
    text-decoration: none;
}
.darbtnsrev a {
    padding:8px 20px;
    background:rgba(255,255,255,1);
    color:#000;
    font-weight:800;
    font-size:24px;
    transition:ease all .3s;
    margin:5px 10px 0 0;
    border-radius:4px;
    display:inline-block;
}
.darbtnsrev a:active, .darbtnsrev a:focus, .darbtnsrev a:hover {    
    background:rgba(0,0,0,1);
    color:#fff;
    text-decoration: none;
}
.darimage {
    display:block;
    margin:0px auto 20px auto;
    text-align:center;
    max-width:500px;
    padding:0 20px;
}
.darimagesm {
    display:block;    
    margin:0px auto 20px auto;
    text-align:center;
    max-width:400px;
    padding:0px;
}
.darimagelg {
    display:block;    
    margin:0px auto 20px auto;
    text-align:center;
    padding:0;
}
.layerd {
    position: absolute;
    z-index: 4;
    width: 100%;
    left: 0;
    top: 25%;
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.layershort {
    position: absolute;
    z-index: 4;
    width: 100%;
    left: 0;
    top: 40vh;
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.layer {
    position: absolute;
    z-index: 4;
    width: 100%;
    left: 0;
    top: 18vh;
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.layer2 {
    position: absolute;
    z-index: 4;
    width: 100%;
    left: 0;
    top: 26vh;
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.layer3 {
    position: absolute;
    z-index: 4;
    width: 100%;
    left: 0;
    top: 36vh;
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.layer4 {
    position: absolute;
    z-index: 4;
    width: 100%;
    left: 0;    
    top: 36vh;
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.layer5 {
    position: absolute;
    z-index: 4;
    width: 100%;
    left: 0;
    top: 10vh;
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.biglogo {
    display:block;
    max-width:700px;
    margin:0 auto;
}
.layerbottom {
    position: absolute;
    z-index: 4;
    width: 100%;
    left: 0;
    bottom: 5%;
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.layerstill {
    position: absolute;
    z-index: 4;
    width: 100%;
    left: 0;
    top: 20%;
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
#myContainer {
    text-align:center;
}
#section2 h1 {
    color: #fff;
}
.logobox {
    max-width:940px;
    display:block;
    margin:0 auto;
    background: rgba(0, 40, 255, 0.5);
    padding: 30px 10px 40px 10px;
    border-radius:12px;
}
.logobox img {
    margin:0 auto 25px auto;
    width:90%;
    max-width:548px;
}
#section0 h1 {
    font-weight: 800;
    font-size: 6em;
}
.artype {
    padding:3px 14px;
    background:rgba(255,255,255,.7);
    color:#302f2d;
    font-size:14px;
    font-weight:800;
    line-height:18px;
    margin:0 auto 20px auto;
    display:inline-block;
    text-transform: uppercase;
    max-width:120px;
}
.artypeimg {    
    margin:0 auto 10px auto;
    display:inline-block;
    max-width:200px;
}
.podtypeimg {    
    margin:5px auto 15px auto;
    display:inline-block;
    max-width:150px;
}
.fnxlogo {
    max-width:400px;
    display:block;
    margin:20px auto;
}
.finblock {
    margin:18px auto;
}
.fininfo {
    font-weight:700;
    display:block;
    font-size:20px;
    line-height:24px;
    color:#fff;
    text-align:center;
    margin-top:5px;
}
.fininfo span {
    font-size:42px;
    line-height:44px;
    text-align:center;
    font-weight:700;
    display:block;
}
.fingreen {
    color:#3cc63c;
}
.finred {
    color:#c54646;
}
.finimg img {
    display:block;
    max-height:270px;
    margin:20px auto;
}
.finsize {
    display:block;
    width:90%;
    margin:0 auto;
}
.findetails {
    display:block;
    text-align:left;
    font-size:18px;
    line-height:28px;
    color:#fff;
    width:96%;
    margin:0 auto;
}
.finbox {
    height:15px;
    width:15px;
    display:inline-block;
    overflow: hidden;
    margin-right:10px;
}
.finlink {
    font-size:24px;
    line-height:28px;
    color:#000;
    font-weight:700;
    text-align:center;
}
.finlink a {
    color:#313c88;
    font-weight:700;
}
.finlink span {
    font-size:12px;
    line-height:16px;
    display:block;
    font-weight:300;
    color:#3e404f;
    margin-top:2px;
}
.savcap {
    font-size:16px;
    line-height:20px;
    display:block;
    font-weight:300;
    color:#d6f1e9;
    margin-top:18px;
}
.vidsizer {
	display:block;
	max-width:550px;
	margin:0 auto;
}
.sourcing {
    font-size:12px;
    line-height:16px;
    display:block;
    font-weight:300;
    color:#b3b6bd;
    margin-top:2px;
}
.sourcing a {
    background:#6eff70;
    padding:2px 6px;
    border-radius:4px;
    overflow:hidden;
    color:#000;
    transition:ease all .3s;
    text-decoration:none;
    font-size:14px;
    font-weight:800;
}
.sourcing a:active, .sourcing a:focus, .sourcing a:hover {
    background:#000;
    color:#fff;
    text-decoration:none;
}
.awardbox {
    display:block;
    color:#fff;
    text-align:center;
    padding:0;
}
.darkslide {
    padding:20px 15px 5px 15px;
    background:rgba(8, 28, 136, 0.66);
    display:block;
    border-radius:6px;
    color:#fff;
    text-align:center;
}
.awardcaption {
    font-style:italic;
    color:#7dc0c3;
    font-size:18px;
    line-height: 22px;
    display:block;
}
.awardimg {
    display:block;
}
.awardimg a {
    color:#e0b742;
    font-size:20px;
    line-height:22px;
    text-align:center;
    margin:0 auto 20px auto;
    display:block;
}
.awardimg img {
    border-radius:6px;
    transition: ease all .3s;
    margin-bottom:10px;
}
.awardimg img:active, .awardimg img:focus, .awardimg img:hover {
    transform: translateY(-5px);
}
.rockylogo {
    display:block;
    margin:0 auto 20px auto;
}
.rockylogo img {
    max-height:210px;
    margin:0 auto;
}
.radiospace {
    margin-top:70px;
    display:block;
}
.statlogo {
    display:block;
    max-width:550px;
    margin-bottom:10px;
}
.statlogosm {
    display:block;
    max-width:300px;
    margin-bottom:14px;
}
/* Setting the backgrounds for each section / slide */
#section1 .fp-bg:before, #section6 .fp-bg:before {
    content: '';
    position: absolute;
    display: block;
    background: rgba(173, 173, 173, 0.2);
    top:0;
    bottom:0;
    height: 100%;
    width: 100%;
}
.fp-bg {
    background-size: cover;
    transform: translate3d(0,0,0);
    -webkit-backface-visibility: hidden; /* Chrome, Safari, Opera */
    backface-visibility: hidden;
    top:0;
    bottom:0;
    position:absolute;
    z-index:-1;
    height:100%;
}
#section0 .fp-bg {
    background-image: url('https://media.azpm.org/master/image/2025/11/14/element/kidslook.jpg');
    background-position: center 62%;
}
#section1 .fp-bg {
    background-image: url('https://media.azpm.org/master/image/2025/7/14/element/jack-ceo-message.jpg');
    background-position: center 60%;
}
#slide2-2 .fp-bg {
    background: none;
}
#slide2-3 .fp-bg {
    background-image: url('https://media.azpm.org/master/image/2018/3/29/element/bgmoney.jpg');
    background-position: center 50%;
}
#slide2-4 .fp-bg {
    background: none;
}
#slide2-5 .fp-bg {
    background-image: url('https://media.azpm.org/master/image/2025/11/4/hero/swab.jpg');
    background-position: center 50%;
}
#slide2-6 .fp-bg {
    background-image: url('https://media.azpm.org/master/image/2025/10/31/hero/last-affordable.jpg');
    background-position: center 50%;
}
#slide2-7 .fp-bg {
    background-image: url('https://media.azpm.org/master/image/2025/11/24/hero/waterwall3.jpg');
    background-position: center 50%;
}
#slide2-8 .fp-bg {
    background-image: url('https://media.azpm.org/master/image/2025/11/25/hero/snow1.jpg');
    background-position: center 60%;
}
#slide2-9 .fp-bg {
    background-image: url('https://media.azpm.org/master/image/2025/10/31/hero/fclassical.jpg');
    background-position: center 50%;
}
#slide2-10 .fp-bg {
    background-image: url('https://media.azpm.org/master/image/2025/10/31/element/storycorpdark.jpg');
    background-position: center 60%;
}
#section2 {
    background: none;
}
#slide3-1 .fp-bg {
    background: none;
}
#slide3-2 .fp-bg {
    background-image: url('https://media.azpm.org/master/image/2023/4/14/element/azpm-bluebg.jpg');
    background-position: center 60%;
}
#slide3-3 .fp-bg {
    background-image: url('https://media.azpm.org/master/image/2025/11/4/hero/graham-county.jpg');
    background-position: center 60%;
}
#slide3-4 .fp-bg {
    background-image: url('https://media.azpm.org/master/image/2025/11/3/hero/debate3.jpg');
    background-position: center 60%;
}
#slide3-5 .fp-bg {
    background: none;
}
#slide3-6 .fp-bg {
    background: none;
}
#slide3-7 .fp-bg {
    background-image: url('https://media.azpm.org/master/image/2024/12/18/element/the-pressroom-bg.jpg');
    background-position: center 60%;
}
#section3 {
    background: none;
}
#slide4-1 .fp-bg {
    background-image: url('https://media.azpm.org/master/image/2023/11/4/hero/dianna-carletta.jpg');
    background-position: center 80%;
}
#slide4-2 .fp-bg {
    background-image: url('https://media.azpm.org/master/image/2024/10/10/unsized-image/monument-valley-leadi.jpg');
    background-position: bottom center;
}
#slide4-3 .fp-bg {
    background-image: url('https://media.azpm.org/master/image/2025/11/13/element/conductor3.jpg');
    background-position: center 60%;
}
#slide4-4 .fp-bg {
    background-image: url('https://media.azpm.org/master/image/2025/11/4/hero/performancedarker.jpg');
    background-position: center 60%;
}
#slide4-5 .fp-bg {
    background-image: url('https://media.azpm.org/master/image/2025/10/31/hero/thriviing-dark.jpg');
    background-position: center 60%;
}
#slide4-6 .fp-bg {
    background-image: url('https://media.azpm.org/master/image/2025/11/25/hero/azpmorg.jpg');
    background-position: center 60%;
}
#section4 {
    background: none;
}
#slide5-1 .fp-bg {
    background-image: url('https://media.azpm.org/master/image/2024/12/19/element/count2.jpg');	
    background-position: center 60%;
}
#slide5-2 .fp-bg {
    background-image: url('https://media.azpm.org/master/image/2025/11/13/hero/enrichment.jpg');
    background-position: center 60%;
}
#slide5-3 .fp-bg {
    background-image: url('https://media.azpm.org/master/image/2025/11/14/hero/maigret1.jpg');
    background-position: center 50%;
}
#slide5-4 .fp-bg {
    background-image: url('https://media.azpm.org/master/image/2025/11/14/hero/radiobg.jpg');
    background-position: center 50%;
}
#slide5-5 .fp-bg {
    background-image: url('https://media.azpm.org/master/image/2024/8/22/element/passport-quil2t.jpg');
    background-position: center top;
}
#slide5-6 .fp-bg {
    background-image: url('https://media.azpm.org/master/image/2025/11/14/element/kidsfinal.png');
    background-position: center 50%;
}
#slide5-7 .fp-bg {
    background-image: url('https://media.azpm.org/master/image/2025/11/15/hero/redlight.jpg');
    background-position: center 50%;
}
#slide5-8 .fp-bg {
    background-image: url('https://media.azpm.org/master/image/2025/11/14/element/podcastsazpm.jpg');
    background-position: center 50%;
}
#slide5-9 .fp-bg {
    background-image: url('https://media.azpm.org/master/image/2025/11/14/hero/azpmblk.jpg');
    background-position: center 50%;
}
#section5 {
    background: none;
}
#section6 .fp-bg {
    background-image: url('https://media.azpm.org/master/image/2024/12/20/element/grey1a.jpg');
    background-position: center 50%;
}
#slide7-1 .fp-bg {
    background: none;
}
#slide7-2 .fp-bg {
    background-image: url('https://media.azpm.org/master/image/2025/11/19/hero/pinata-1.jpg');
    background-position: center 60%;
}
#slide7-3 .fp-bg {
    background-image: url('https://media.azpm.org/master/image/2025/8/13/hero/bg-bluecirclepbs.jpg');
    background-position: center 60%;
}
#slide7-4 .fp-bg {
    background-image: url('https://media.azpm.org/master/image/2025/11/19/element/emmbg-bg.jpg');
    background-position: center 60%;
}
#slide7-5 .fp-bg {
    background: none;
}
#slide7-6 .fp-bg {
    background-image: url('https://media.azpm.org/master/image/2025/11/20/hero/studio-bg.jpg');
    background-position: center 60%;
}
#section7 {
    background: none;
}
#slide8-1 .fp-bg {
    background-image: url('https://media.azpm.org/master/image/2025/11/14/hero/sunsetpoint.jpg');
	background-position: center 60%;
}
#slide8-2 .fp-bg {
    background: radial-gradient(circle, rgba(46,144,99,1) 0%, rgba(24,66,46,1) 100%);
}
#slide8-3 .fp-bg {
    background: radial-gradient(circle, rgba(74,110,209,1) 0%, rgba(31,47,90,1) 100%);
}
#slide8-4 .fp-bg {
    background: radial-gradient(circle, rgba(116,40,49,1) 0%, rgba(65,26,31,1) 100%);
}
#slide8-5 .fp-bg {
    background: radial-gradient(circle, rgba(94,71,112,1) 0%, rgba(51,33,53,1) 100%);
}
#slide8-6 .fp-bg {
    background: radial-gradient(circle, rgba(94,71,112,1) 0%, rgba(51,33,53,1) 100%);
}
#slide8-7 .fp-bg {
    background: radial-gradient(circle, rgba(26,78,85,1) 0%, rgba(30,26,85,1) 100%);
}
#slide8-8 .fp-bg {
    background: radial-gradient(circle, rgba(26,78,85,1) 0%, rgba(30,26,85,1) 100%);
}
#slide8-9 .fp-bg {
    background: radial-gradient(circle, rgba(94,71,112,1) 0%, rgba(51,33,53,1) 100%);
}
#slide8-10 .fp-bg {
    background: radial-gradient(circle, rgba(90,113,49,1) 0%, rgba(39,47,26,1) 100%);
}
#slide8-11 .fp-bg {
    background: radial-gradient(circle, rgba(90,113,49,1) 0%, rgba(39,47,26,1) 100%);
}
#slide8-12 .fp-bg {
    background: radial-gradient(circle, rgba(167,100,37,1) 0%, rgba(72,49,27,1) 100%);
}
#slide8-13 .fp-bg {
    background: radial-gradient(circle, rgba(167,100,37,1) 0%, rgba(72,49,27,1) 100%);
}
#section8 {
    background: none;
}
.button a.button-purchase:hover {
    background-color: #3cc63c !important;
    color: #fff !important;
}
.documentation a {
    font-size: 13px;
    margin: 20px 0;
    padding: 0;
    color: #222;
}
/* Video Configuration */
#newVideo{
    position: absolute;
    right: 0;
    bottom: 0;
    top:0;
    right:0;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    background: url(https://media.azpm.org/master/image/2025/11/4/hero/newmid.jpg) no-repeat;
    background-image: /* our video */;
    background-position: center center;
    background-size: cover;
    object-fit: cover; /*cover video background */
    z-index:3;
}
#bakerVideo{
    position: absolute;
    right: 0;
    bottom: 0;
    top:0;
    right:0;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    background: url(https://media.azpm.org/master/image/2025/11/4/hero/bk1.jpg) no-repeat;
    background-image: /* our video */;
    background-position: center center;
    background-size: cover;
    object-fit: cover; /*cover video background */
    z-index:3;
}
#betterVideo{
    position: absolute;
    right: 0;
    bottom: 0;
    top:0;
    right:0;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    background: url(https://media.azpm.org/master/image/2025/11/3/hero/improvedbg.jpg) no-repeat;
    background-image: /* our video */;
    background-position: center center;
    background-size: cover;
    object-fit: cover; /*cover video background */
    z-index:3;
}
#sotaVideo{
    position: absolute;
    right: 0;
    bottom: 0;
    top:0;
    right:0;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    background: url(https://media.azpm.org/master/image/2025/11/20/hero/sotanew.jpg) no-repeat;
    background-image: /* our video */;
    background-position: center center;
    background-size: cover;
    object-fit: cover; /*cover video background */
    z-index:3;
}
#kidsdayVideo{
    position: absolute;
    right: 0;
    bottom: 0;
    top:0;
    right:0;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    background: url(https://media.azpm.org/master/image/2025/11/20/hero/kidsdaythumb.jpg) no-repeat;
    background-image: /* our video */;
    background-position: center center;
    background-size: cover;
    object-fit: cover; /*cover video background */
    z-index:3;
}
#eventVideo{
    position: absolute;
    right: 0;
    bottom: 0;
    top:0;
    right:0;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    background: url(https://media.azpm.org/master/image/2025/11/4/hero/event1.jpg) no-repeat;
    background-image: /* our video */;
    background-position: center center;
    background-size: cover;
    object-fit: cover; /*cover video background */
    z-index:3;
}
#transVideo{
    position: absolute;
    right: 0;
    bottom: 0;
    top:0;
    right:0;
    width: 100%;
    height: 100%;
    background-size: 100% 100%; 
    background: #29e8d1;
        background-image: /* our video */;
        background-position: center center;
        background-size: cover;
        object-fit: cover; /*cover video background */
        z-index:3;
}
#cothVideo{
    position: absolute;
    right: 0;
    bottom: 0;
    top:0;
    right:0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background: radial-gradient(circle, rgb(3, 2, 6) 0%, rgba(5,3,3,1) 100%);
        background-image: /* our video */;
        background-position: center center;
        background-size: cover;
        object-fit: cover; /*cover video background */
        z-index:3;
}
#comingVideo{
    position: absolute;
    right: 0;
    bottom: 0;
    top:0;
    right:0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background: url(https://media.azpm.org/master/image/2025/11/3/hero/comingbg.jpg) no-repeat;
    background-image: /* our video */;
    background-position: center center;
    background-size: cover;
    object-fit: cover; /*cover video background */
    z-index:3;
}
#bakerVideo{
    position: absolute;
    right: 0;
    bottom: 0;
    top:0;
    right:0;
    width: 100%;
    height: 100%;
    background-size: 100% 100%; 
    background: url(https://media.azpm.org/master/image/2025/11/4/hero/baker1.jpg) no-repeat;
    background-image: /* our video */;
    background-position: center center;
    background-size: cover;
    object-fit: cover; /*cover video background */
    z-index:3;
}
#fnxVideo, #fnxVideo2 {
    position: absolute;
    right: 0;
    bottom: 0;
    top:0;
    right:0;
    width: 100%;
    height: 100%;
    background-size: 100% 100%; 
    background: radial-gradient(circle, rgba(38,16,20,1) 0%, rgba(1,1,1,1) 100%);
        background-image: /* our video */;
        background-position: center center;
        background-size: cover;
        object-fit: cover; /*cover video background */
        z-index:3;
}
#awardVideo{
    position: absolute;
    right: 0;
    bottom: 0;
    top:0;
    right:0;
    width: 100%;
    height: 100%;
    background-size: 100% 100%; 
    background: url(https://media.azpm.org/master/image/2025/11/19/hero/awards1.jpg) no-repeat;
    background-image: /* our video */;
    background-position: center center;
    background-size: cover;
    object-fit: cover; /*cover video background */
    z-index:3;
}
#dbbVideo{
    position: absolute;
    right: 0;
    bottom: 0;
    top:0;
    right:0;
    width: 100%;
    height: 100%;
    background-size: 100% 100%; 
    background: url(https://media.azpm.org/master/image/2025/11/19/hero/dbb1.jpg) no-repeat;
    background-image: /* our video */;
    background-position: center center;
    background-size: cover;
    object-fit: cover; /*cover video background */
    z-index:3;
}
#savVideo {
	margin-top:20px;
}
/* Solves problem with overflowing video in Mac with Chrome */
#section3 {
    overflow: hidden;
}
#section3 {
    overflow: hidden;
}
#section4 {
    overflow: hidden;
}
#section5 {
    overflow: hidden;
}
#section7 {
    overflow: hidden;
}
video::-webkit-media-controls {
    display:none !important;
}
/* Configurations */
#actions {
    position:fixed;
    top: 173px;
    left: 30px;
    z-index: 99999;
}
#menu li {
    display:inline-block;
    margin:5px;
    color:#000;
    background:#fff;
    background:rgba(255,255,255,.4);
    -webkit-border-radius:10px;
    border-radius:10px;
    font-size:16px;
}
#menu li.active {
    background:#666;
    background:rgba(0,0,0,.5);
    color:#fff
}
#menu li a {
    text-decoration:none;color:#000
}
#menu li.active a:hover {
    color:#000
}
#menu li:hover {
    background:rgba(255,255,255,.8)
}
#menu li a, #menu li.active a {
    padding:7px 16px;
    display:block 
}
#menu li.active a {
    color:#fff;
}
#menu {
    position:fixed;
    top:10px;
    left:15px;
    height:40px;
    z-index:70;
    width:100%;
    padding:0;
    margin:0;
}
#actions li {
    background: rgba(0,0,0,0.8);
    padding: 6px;
    margin: 2px;
    color: #ccc;
    display: inline-block;
    cursor: pointer;
}
#actions li:hover {
    color: #fff;
    background: #81A140;
}
#actions .active {
    color: #fff;
    background: #81A140;
}
.fp-section {
    position:relative;
    overflow:hidden;
}
.fp-slidesNav.fp-bottom {
    bottom: 50px;
}
.fp-slide, .fp-section {
    background-position 1000ms ease;
}
.fp-controlArrow {
    margin-top:-28px;
}
#fp-nav ul li, .fp-slidesNav ul li {
    width:14px;
    height:14px;
}
.fp-slidesNav ul li a span {
    height: 14px;
    width: 14px;
    background: #939393;
}
#fp-nav ul li a.active span, .fp-slidesNav ul li a.active span, #fp-nav ul li:hover a.active span, .fp-slidesNav ul li:hover a.active span {
    width:18px;
    height:18px;
    background:#fff;
}
.fp-watermark {
    display:none;
}
.fp-arrow.fp-prev {
    border-width:48px 34px 48px 0;
    border-color:transparent #ffb600 transparent transparent;
}	
.fp-arrow.fp-next {    
    border-width:48px 0 48px 34px;
    border-color:transparent transparent transparent #ffb600;
}
.delete {
    display:block;
}
.laphide {
    display:block;
}
.investment {
    font-size:18px;
    line-height:22px;
    display:block;
    font-style: italic;
    color:#ecbd75;
    margin-bottom:10px;
}
.resizep {
    font-size:16px !important;
    line-height:20px !important;
}
.financialimage {
	display:flex;
	max-height:56vh;
	text-align:center;
	margin: 0 auto;
}
.financialimage img {
	display:block;
	max-height:56vh;
	margin:0 auto;
}
@media(max-width:1418px) {
    h1 {
        font-weight: 800;
        font-size: 5.5em;
    }
    #section0 h1 {
        font-weight: 800;
        font-size: 5.5em;
    }
    .textar {
        margin:0 auto 30px auto;
        padding:0px 80px 20px 80px;
    }
	.textar2 {
        margin:0 auto 30px auto;
        padding:0px 80px 20px 80px;
    }    
    .textar2 p {        
        font-size:20px;
        line-height:26px;
    }
    .intro {
        padding:0px 80px 20px 80px;
    }
    .toppad {
        padding-top:160px !important;
    }    
    .toppadshort {
        padding-top:100px;
    }
    .layer3 {
        left: 0;
        top: 35vh;
    }
    .layer2 {
        left: 0;
        top: 30vh;
    }
}
@media(max-width:1218px) {
    #menu {
        position:fixed;
        top:10px;
        left:10px;
    }
    h1 {
        font-weight: 800;
        font-size: 4em;
    }
    h2 {
        font-weight: 800;
        font-size: 3.0em;
    }
    .logobox img {
        margin:0 auto 35px auto;
        width:90%;
        max-width:748px;
    }
    #section0 h1 {
        font-weight: 800;
        font-size: 4.5em;
    }
    .textar {
        margin:0 auto 30px auto;
        padding:40px 80px 20px 80px;
    }
    .textar2 {
        margin:0 auto 30px auto;
        padding:0px 80px 20px 80px;
    }
    .textar2 p {        
        font-size:20px;
        line-height:24px;
    }
    .intro {
        padding:40px 80px 20px 80px;
    }
    .intro p {        
        font-size:20px;
        line-height:28px;
    }
    .introlong {
        margin:14px auto 10px auto;
    }
    .toppad {
        padding-top:140px !important;
    }    
    .toppadshort {
        padding-top:80px;
    }
    .darbtns a {
        padding:8px 18px;
        font-size:20px;
        line-height:24px;
        transition:ease all .3s;
        margin:5px 0;
        border-radius:4px;
        display:block;
        text-align:center;
    }
    .darimage {
        display:block;
        margin:0px auto 20px auto;
        text-align:center;
        max-width:340px;
        padding:0 40px 30px 40px;
    }
	.statlogosm {
		max-width:220px;
		margin-bottom:10px;
	}       
    .podtypeimg {    
        max-width:120px;
    } 
    .layershort {
        top: 30vh;
    }
    .layer {
        top: 9vh;
    }
    .layerd {
        top: 15vh;
    }
    .layer2 {
        top: 10vh;
    }
    .layer3 {
        left: 0;
        top: 12vh;
    }
    .layer4 {
        left: 0;
        top: 18vh;
    }
    .fp-arrow.fp-prev {
        border-width:38px 34px 38px 0;
    }	
    .fp-arrow.fp-next {
        border-width:38px 0 38px 34px;
    }    
    .fp-slidesNav.fp-bottom {
        bottom: 20px;
    }
    .restrict {
        max-width:848px;
        margin:0 auto 0 20px;
    }
    .radiospace {
        margin-top:20px;
    }
    .awardimg img {
        display:none;
    }
    .darimagesm {
        display:block;
    }
    .darimagelg {
        display:block;
    }    
    .artypeimg {
        max-width:120px;
    }
    .biglogo {
        max-width:400px;
    }    
    .fnxlogo {
        max-width:300px;
        margin:10px auto;
    }
    .delete {
        display:none !important;
    }
    .laphide {
        display:none;
    }
}
@media (min-width:992px) {
    .row.col-centered > [class*='col-'] { 
        display: inline-block;
        float: none;
        min-height:150px;
        vertical-align: top;
    }
}
@media(max-width:988px) {
    .darimagesm {
        display:none;
    }
    .darimagelg {
        display:none;
    }
    .radiospace {
        margin-top:0px;
        display:block;
    }
	.statlogosm {
		max-width:180px;
		margin-bottom:10px;
	}    
    .rockylogo img {
        max-height:100px;
        margin:0 auto;
    }    
    .awardimg img {
        display:none;
    }
    .artypeimg {    
        margin:0 auto 10px auto;
        display:inline-block;
        max-width:100px;
    }    
    .laphide {
        display:block;
    }
}
@media(max-width:748px) {
    #menu {
        display:none;
    }
    .logobox img {
        margin-bottom:35px;
    }
    h1 {
        font-size: 3em;
    }
    h2 {
        font-weight: 800;
        font-size: 2.3em;
    }
    h3 {
        font-weight: 800;
        font-size: 1.5em;
        line-height:1em;
    }	
    #section0 h1 {
        font-weight: 800;
        font-size: 3em;
    }
    .textar, .textar2 {		
        margin:0 auto 10px auto;		
        padding:0px 50px 30px 50px;
    }
    .textar2 p {        
        font-size:18px;
        line-height:22px;
    }
    .toppad {
        padding-top:30px !important;
    }    
    .toppadshort {
        padding-top:30px;
    }
    .intro {
        padding:30px 50px 20px 50px;
    }    
    #section0 .intro {
        padding:30px 30px 20px 30px;
    }
    .intro p {
        text-shadow: -1px 1px 8px rgba(0,0,0,.8);
        font-size:18px;
        line-height:24px;
    }
    .darwhite {
        padding:5px;
    }
    .darimage {
        max-width:180px;
        padding:0 40px 0px 40px;
    }
    .darbtns a {
        padding:4px 16px;
        font-size:20px;
        line-height:24px;
        margin:5px 10px 0 0;
    }
    .darbtnsrev a {
        padding:4px 16px;
        font-size:20px;
        line-height:24px;
        margin:5px 10px 0 0;
    }
    .layer {
        top:5%;
    }
    .layershort {
        top: 20vh;
    }
    .layer {
        top: 5vh;
    }
    .layerbottom {
        bottom:20%;
    }
    .layerd {
        top: 5%;
    }
    .layer2 {
        top: 5vh;
    }
    .layer3 {
        left: 0;
        top: 15vh;
    }    
    .layer4 {
        left: 0;
        top: 8vh;
    }
    .layer5 {
        top: 8vh;
    }
    .fp-arrow.fp-prev {
        border-width:38px 24px 38px 0;
    }
    .fp-arrow.fp-next {
        border-width:38px 0 38px 24px;
    }
    .finsize {
        width:96%;
    }
    .restrict {
        max-width:848px;
        margin:0 auto 0 0px;
    }
    .awardimg img {
        display:none;
    }
    .darimagesm {
        display:none;
    }
    .darimagelg {
        display:none;
    }    
    .podtypeimg {    
        max-width:100px;
    }    
	.statlogosm {
		max-width:150px;
		margin-bottom:10px;
	}   
    .introlong p {
        text-shadow: -1px 1px 8px rgba(0,0,0,.8);
        font-size:20px;
        line-height:24px;
    }
    .textar p {
        text-shadow: -1px 1px 4px rgba(0,0,0,28);
        font-size:18px;
        line-height:22px;
    }    
    .awardbox {
        padding:0 20px;
    }
}