{
  "settings": {
    "currentPage": "news.html",
    "theme": {
      "name": "simpleamp",
      "title": "SimpleAMP",
      "styling": {
        "primaryColor": "#cd201f",
        "secondaryColor": "#cd201f",
        "successColor": "#00876e",
        "infoColor": "#ffffff",
        "warningColor": "#ffc300",
        "dangerColor": "#b2ccd2",
        "mainFont": "Didact Gothic",
        "display1Font": "Didact Gothic",
        "display1Size": 3.2,
        "display2Font": "Didact Gothic",
        "display2Size": 2.5,
        "display5Font": "Didact Gothic",
        "display5Size": 1.5,
        "display7Font": "Didact Gothic",
        "display7Size": 1,
        "display4Font": "Didact Gothic",
        "display4Size": 0.85,
        "isRoundedButtons": false,
        "isScrollToTopButton": false,
        "arrowColor": "#000000"
      },
      "titlePreset": "Furniture Agency",
      "nameSelectPreset": "furniture",
      "additionalSetColors": [
        "#feff87",
        "#00876e",
        "#e96188",
        "#870000",
        "#ffc300",
        "#004b4b",
        "#002929"
      ]
    },
    "path": "@PROJECT_PATH@",
    "name": "Site-05-08_1400",
    "versionFirst": "4.12.3",
    "siteFonts": [
      {
        "css": "'Didact Gothic', sans-serif",
        "name": "Didact Gothic",
        "url": "https://fonts.googleapis.com/css?family=Didact+Gothic:400"
      }
    ],
    "imageResize": true,
    "uniqCompNum": 96,
    "versionPublish": "4.12.3",
    "screenshot": "screenshot.png"
  },
  "pages": {
    "index.html": {
      "settings": {
        "main": true,
        "title": "Home",
        "meta_descr": "",
        "header_custom": "",
        "footer_custom": "",
        "html_before": ""
      },
      "components": [
        {
          "alias": false,
          "_styles": {
            "background-color": "@menuBgColor",
            "overflow": "visible",
            ".navbar": {
              "background": "@menuBgColor"
            },
            "section": {
              "padding": "0 !important"
            },
            "section.menu, .menu-container": {
              "min-height": "50px !important"
            },
            "& when not (@showBrand) and not (@showLogo)": {
              ".navbar > .container, .navbar > .container-fluid": {
                "justify-content": "flex-end !important"
              }
            },
            "& when (@showLogo)": {
              ".navbar-brand": {
                ".navbar-logo": {
                  "amp-img, img": {
                    "width": "~\"@{logoWidth}px\"",
                    "height": "~\"@{logoHeight}px\"",
                    "object-fit": "contain"
                  }
                }
              }
            },
            "& when (@showBrand)": {
              ".navbar-caption": {
                "line-height": "inherit !important"
              }
            },
            ".navbar .navbar-collapse": {
              "@media (max-width: 991px)": {
                "background": "@menuBgColor",
                "& when (@sidebarSide = 'left')": {
                  "right": "auto",
                  "left": "0"
                }
              }
            },
            "& when (@showItems)": {
              ".nav-link": {
                "height": "70px",
                "margin": ".667em 1em !important",
                "padding": "0 !important",
                "transition": "0.3s",
                "&:hover": {
                  "color": "@primaryColor"
                }
              },
              ".dropdown-item.active, .dropdown-item:active": {
                "background-color": "transparent"
              },
              ".dropdown-menu": {
                "margin-top": "0",
                "background": "@menuBgColor",
                "border-top": "2px solid @primaryColor",
                "box-shadow": "0 6px 12px rgba(0, 0, 0, 0.175)",
                "transition": "all 0.3s",
                ".dropdown-item": {
                  "justify-content": "flex-start !important"
                },
                ".dropdown-item:hover": {
                  "padding-left": "40px"
                },
                "a:hover": {
                  "color": "@primaryColor"
                }
              }
            },
            ".hamburger span": {
              "background-color": "@hamburgerColor"
            },
            ".builder-sidebar": {
              "background-color": "@menuBgColor"
            },
            ".close-sidebar": {
              "&:focus": {
                "outline": "2px auto @primaryColor"
              },
              "span": {
                "background-color": "@hamburgerColor"
              }
            },
            "& when (@showSocial)": {
              "& when (@showItems)": {
                ".menu-social-list": {
                  "@media (min-width: 992px)": {
                    "padding-left": "1rem"
                  },
                  "@media (max-width: 991px)": {
                    "padding-top": ".5rem"
                  }
                }
              },
              "& when (@showButtons)": {
                ".menu-social-list": {
                  "@media (max-width: 991px)": {
                    "padding-bottom": ".5rem"
                  }
                }
              }
            },
            ".amp-iconfont": {
              "font-size": "1.3rem",
              "width": "1.3rem",
              "color": "@iconsColor"
            },
            ".btn": {
              "padding": "5px 30px"
            }
          },
          "_name": "menu1",
          "_customHTML": "<section class=\"menu1 menu horizontal-menu\" group=\"Menu\" plugins=\"DropDown, amp-main, amp-sidebar\" always-top=\"\" global=\"\" once=\"menu\">\n\t<mbr-parameters>\n\t<!-- Block parameters controls (Blue \"Gear\" panel) -->\n\t<!--  -->\n\t<header>Size</header>\n\t<input type=\"checkbox\" title=\"Full Width\" name=\"fullWidth\">\n\t<input type=\"checkbox\" title=\"Sticky Position\" name=\"sticky\" checked=\"\">\n\t<!--  -->\n\t<header>Show/Hide</header>\t\n\t<input type=\"checkbox\" title=\"Show Logo\" name=\"showLogo\" checked=\"\">\n\t<input type=\"range\" title=\"Logo Height\" inline=\"\" name=\"logoHeight\" min=\"30\" max=\"200\" value=\"59\" step=\"1\" condition=\"showLogo\">\n\t<input type=\"range\" title=\"Logo Width\" inline=\"\" name=\"logoWidth\" min=\"30\" max=\"200\" value=\"200\" step=\"1\" condition=\"showLogo\">\n\t<input type=\"checkbox\" title=\"Show Brand Name\" name=\"showBrand\" checked=\"\">\n\t<input type=\"checkbox\" title=\"Show Menu Items\" name=\"showItems\" checked=\"\">\n\t<input type=\"checkbox\" title=\"Show Button(s)\" name=\"showButtons\">\n\t<header>Icons</header>\n\t<input type=\"checkbox\" title=\"Show Social\" name=\"showSocial\">\n\t<input type=\"range\" inline=\"\" title=\"Icons Count\" name=\"socialCount\" min=\"1\" max=\"6\" value=\"3\" step=\"1\" condition=\"showSocial\">\n\t<input type=\"color\" title=\"Icons Color\" name=\"iconsColor\" value=\"#cd201f\">\n\t<header>Sidebar</header>\n\t<select title=\"Side\" name=\"sidebarSide\">\n\t\t<option value=\"left\">Left</option>\n\t\t<option value=\"right\" selected=\"\">Right</option>\n\t</select>\n\t<input type=\"color\" title=\"Hamburger Color\" name=\"hamburgerColor\" value=\"#ffc300\">\n\t<header>Background</header>\n\t<input type=\"color\" title=\"Background Color\" name=\"menuBgColor\" value=\"#002929\" required=\"\">\n\t<!-- End block parameters -->\n\t</mbr-parameters>\n\t<!-- <div class=\"menu-wrapper\"> -->\n\t<nav class=\"navbar navbar-dropdown navbar-expand-lg navbar-short\" mbr-class=\"{'navbar-fixed-top': sticky}\">\n\t\t<div class=\"menu-container\" mbr-class=\"{'container': !fullWidth,\n\t\t\t\t\t\t'container-fluid': fullWidth,\n\t\t\t\t\t\t'mbr-jc-e': !showLogo &amp;&amp; !showBrand}\">\n\t\t\t<!-- SHOW LOGO -->\n\t\t\t<div class=\"navbar-brand\" mbr-if=\"showLogo || showBrand\">\n\t\t\t\t<div mbr-if=\"showLogo\" class=\"navbar-logo\">\n\t\t\t\t\t<amp-img src=\"@PROJECT_PATH@/assets/images/logochoice-240x85.png\" layout=\"responsive\" height=\"59\" width=\"166.58823529411765\" alt=\"image\" class=\"mobirise-loader\">\n\t\t\t\t\t\t<div placeholder=\"\" class=\"placeholder\"></div>\n\t\t\t\t\t\t<img class=\"mbr-temp\" src=\"@PROJECT_PATH@/assets/images/logochoice-240x85.png\" alt=\"\" title=\"\">\n\t\t\t\t\t</amp-img>\n\t\t\t\t</div>\n\t\t\t\t<span mbr-if=\"showBrand\" mbr-buttons=\"\" mbr-theme-style=\"display-5\" class=\"navbar-caption-wrap\" data-toolbar=\"-mbrBtnMove,-mbrBtnAdd,-mbrBtnRemove\"><a class=\"navbar-caption mbr-bold text-warning\" data-app-selector=\".navbar-caption\" href=\"#\" data-app-placeholder=\"Type Text\">PNGCBN</a></span>\n\t\t\t</div>\n\t\t\t<!-- SHOW LOGO END -->\n\t\t\t<!-- COLLAPSED MENU -->\n\t\t\t<div class=\"collapse navbar-collapse\" id=\"navbarSupportedContent\">\n\t\t\t\t<button class=\"navbar-toggler\" type=\"button\" data-toggle=\"collapse\" data-target=\"#navbarSupportedContent\" aria-controls=\"navbarNavAltMarkup\" aria-expanded=\"false\" aria-label=\"Toggle navigation\" mbr-if=\"showItems || showSocial || showButtons\">\n\t\t\t\t<div class=\"hamburger\">\n\t\t\t\t\t<span></span>\n\t\t\t\t\t<span></span>\n\t\t\t\t\t<span></span>\n\t\t\t\t\t<span></span>\n\t\t\t\t</div>\n\t\t\t\t</button>\n\t\t\t\t<!-- NAVBAR ITEMS -->\n\t\t\t\t<ul mbr-menu=\"\" class=\"navbar-nav nav-dropdown\" mbr-theme-style=\"display-4\" mbr-if=\"showItems\" mbr-class=\"{'nav-right': !showButtons,'navbar-nav-top-padding': isPublish &amp;&amp; !showBrand &amp;&amp; !showLogo}\"><li class=\"nav-item dropdown\">\n\t\t\t\t\t\t<a class=\"nav-link link mbr-bold text-warning\" href=\"index.html\" data-app-selector=\".nav-link,.dropdown-item\" aria-expanded=\"false\" data-app-placeholder=\"Type Text\">Home</a>\n\n\t\t\t\t\t</li>\n\t\t\t\t\t<li class=\"nav-item dropdown\">\n\t\t\t\t\t\t<a class=\"nav-link mbr-bold link text-warning\" href=\"aboutus.html\" data-app-selector=\".nav-link,.dropdown-item\" aria-expanded=\"false\" data-app-placeholder=\"Type Text\">About Us</a>\n                   <div class=\"dropdown-menu\">\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t<a class=\"mbr-bold dropdown-item text-warning\" href=\"histrorypics.html\" data-app-selector=\".nav-link,.dropdown-item\" data-app-placeholder=\"Type Text\">Gallery-History</a>\n\t\t\t\t\t\t</div>\n\t\t\t\t\t</li><li class=\"nav-item\"><a class=\"nav-link mbr-bold link text-warning\" href=\"partners.html\" data-app-selector=\".nav-link,.dropdown-item\" aria-expanded=\"false\" data-app-placeholder=\"Type Text\">Partners</a></li>\n\t\t\t\t\t<li class=\"nav-item dropdown\">\n\t\t\t\t\t\t<a class=\"nav-link mbr-bold link text-warning\" href=\"programs.html\" data-app-selector=\".nav-link,.dropdown-item\" aria-expanded=\"false\" data-app-placeholder=\"Type Text\">Programs</a>\n\n\t\t\t\t\t</li><li class=\"nav-item\"><a class=\"nav-link mbr-bold link text-warning\" href=\"projects.html\" data-app-selector=\".nav-link,.dropdown-item\" aria-expanded=\"false\" data-app-placeholder=\"Type Text\">Projects</a>\n       \n                    </li><li class=\"nav-item\"><a class=\"nav-link mbr-bold link text-warning\" href=\"coverage.html\" data-app-selector=\".nav-link,.dropdown-item\" aria-expanded=\"false\" data-app-placeholder=\"Type Text\">Coverage</a></li><li class=\"nav-item\"><a class=\"nav-link mbr-bold link text-warning\" href=\"news.html\" data-app-selector=\".nav-link,.dropdown-item\" aria-expanded=\"false\" data-app-placeholder=\"Type Text\">News</a></li>\n\t\t\t\t\t<li class=\"nav-item dropdown\">\n\t\t\t\t\t\t<a class=\"nav-link mbr-bold link text-warning\" href=\"https://ca7ssl.rcast.net/radio/61643/\" data-app-selector=\".nav-link,.dropdown-item\" aria-expanded=\"false\" data-app-placeholder=\"Type Text\" target=\"_blank\">LiveStream</a>\n\n\t\t\t\t\t</li><li class=\"nav-item\"><a class=\"nav-link mbr-bold link text-warning\" href=\"contact.html\" data-app-selector=\".nav-link,.dropdown-item\" aria-expanded=\"false\" data-app-placeholder=\"Type Text\">Contact</a></li></ul>\n\t\t\t\t<!-- NAVBAR ITEMS END -->\n\t\t\t\t<!-- SOCIAL ICON -->\n\t\t\t\t<div class=\"menu-social-list\" mbr-if=\"showSocial\" mbr-list=\"\" mbr-list-grow=\"socialCount\" mbr-link-type=\"socials\">\n\t\t\t\t\t<a href=\"#\" target=\"_blank\" class=\"iconfont-wrapper\">\n\t\t\t\t\t\t<span mbr-icon=\"\" class=\"amp-iconfont animation-normal fa-twitter fa\"></span>\n\t\t\t\t\t</a>\n\t\t\t\t\t<a href=\"#\" target=\"_blank\" class=\"iconfont-wrapper\">\n\t\t\t\t\t\t<span mbr-icon=\"\" class=\"amp-iconfont animation-normal fa-facebook fa\"></span>\n\t\t\t\t\t</a>\n\t\t\t\t\t<a href=\"#\" target=\"_blank\" class=\"iconfont-wrapper\">\n\t\t\t\t\t\t<span mbr-icon=\"\" class=\"amp-iconfont animation-normal fa-telegram fa\"></span>\n\t\t\t\t\t</a>\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t</div>\n\t\t\t\t<!-- SOCIAL ICON END -->\n\t\t\t\t<!-- SHOW BUTTON -->\n\t\t\t\t<div mbr-if=\"showButtons\" mbr-buttons=\"\" mbr-theme-style=\"display-7\" class=\"navbar-buttons mbr-section-btn\">\n\t\t\t\t\t<a class=\"btn btn-md btn-black mbr-bold\" href=\"#\">Join us</a>\n\t\t\t\t</div>\n\t\t\t\t<!-- SHOW BUTTON END -->\n\t\t\t</div>\n\t\t\t<!-- COLLAPSED MENU END -->\n\t\t\t<button class=\"navbar-toggler hide\" type=\"button\" data-toggle=\"collapse\" data-target=\"#navbarSupportedContent\" aria-controls=\"navbarNavAltMarkup\" aria-expanded=\"false\" aria-label=\"Toggle navigation\" mbr-if=\"showItems || showSocial || showButtons\">\n\t\t\t<div class=\"hamburger\">\n\t\t\t\t<span></span>\n\t\t\t\t<span></span>\n\t\t\t\t<span></span>\n\t\t\t\t<span></span>\n\t\t\t</div>\n\t\t\t</button>\n\t\t\t<button on=\"tap:sidebar.toggle\" class=\"ampstart-btn hamburger\" mbr-if=\"(showItems||showButtons)\">\n\t\t\t\t<span></span>\n\t\t\t\t<span></span>\n\t\t\t\t<span></span>\n\t\t\t\t<span></span>\n\t\t\t</button>\n\t\t</div>\n\t</nav>\n\t<!-- AMP plug -->\n\t<amp-sidebar id=\"sidebar\" layout=\"nodisplay\" side=\"{{sidebarSide}}\">\n\t\t<div class=\"builder-sidebar\" id=\"builder-sidebar\">\n\t\t\t<button on=\"tap:sidebar.close\" class=\"close-sidebar\">\n\t\t\t<span></span>\n\t\t\t<span></span>\n\t\t\t</button>\n\t\t</div>\n\t</amp-sidebar>\n\t<!-- </div> -->\n</section>",
          "_cid": "rx8RugdGc5",
          "_anchor": "menu1-7d",
          "_PHPplaceholders": [],
          "_JSplaceholders": [],
          "_protectedParams": [],
          "_global": true,
          "_once": "menu",
          "_params": {}
        },
        {
          "_styles": {
            "& when not (@fullScreen)": {
              "padding-top": "(@paddingTop * 1rem)",
              "padding-bottom": "(@paddingBottom * 1rem)"
            },
            "& when (@bg-type = 'image')": {
              "background-image": "url(@bg-value)",
              "& when (@overlay)": {
                ".mbr-overlay": {
                  "background": "@overlayColor",
                  "opacity": "@overlayOpacity"
                }
              }
            },
            "& when (@bg-type = 'color')": {
              "background-color": "@bg-value"
            },
            "align-items": "center",
            "display": "flex",
            ".btn": {
              "padding": "5px 50px"
            },
            ".mbr-section-title, .mbr-section-btn": {
              "color": "#ffffff"
            },
            ".mbr-section-subtitle, .mbr-section-btn": {
              "color": "#ffc300"
            }
          },
          "_name": "header1",
          "_customHTML": "<section class=\"header1\" group=\"Headers\" mbr-class=\"{'mbr-fullscreen': fullScreen}\" plugins=\"amp-main\">\n    <mbr-parameters>\n    <!-- Block parameters controls (Blue \"Gear\" panel) -->\n    <header>Size</header>\n    <input type=\"checkbox\" title=\"Full Screen\" name=\"fullScreen\">\n    <input type=\"checkbox\" title=\"Full Width\" name=\"fullWidth\">\n    <input type=\"range\" inline title=\"Top\" name=\"paddingTop\" min=\"0\" max=\"15\" step=\"1\" value=\"10\" condition=\"fullScreen == false\">\n    <input type=\"range\" inline title=\"Bottom\" name=\"paddingBottom\" min=\"0\" max=\"15\" step=\"1\" value=\"10\" condition=\"fullScreen == false\">\n    <input type=\"checkbox\" name=\"halfSize\" title=\"Half Size\">\n    <select title=\"Align\" name=\"alignHalf\" condition=\"halfSize\">\n        <option value=\"1\" selected>Left</option>\n        <option value=\"2\">Center</option>\n        <option value=\"3\">Right</option>\n    </select>\n    <header>Show/Hide</header>\n    <input type=\"checkbox\" title=\"Title\" name=\"showTitle\" checked>\n    <input type=\"checkbox\" title=\"Subtitle\" name=\"showSubtitle\" checked>\n    <input type=\"checkbox\" title=\"Text\" name=\"showText\">\n    <input type=\"checkbox\" title=\"Buttons\" name=\"showButtons\" checked>\n    <select title=\"Align\" name=\"alignTitle\" condition=\"showTitle || showSubtitle || showText || showButtons\">\n        <option value=\"1\" selected>Left</option>\n        <option value=\"2\">Center</option>\n        <option value=\"3\">Right</option>\n    </select>\n    <header>Background</header>\n    <fieldset type=\"background\" name=\"bg\" required>\n        <input type=\"image\" title=\"Background Image\" value=\"@PROJECT_PATH@/assets/images/radiofront1-1920x1018.jpg\" selected>\n        <input type=\"color\" title=\"Background Color\" value=\"#ffffff\">\n    </fieldset>\n    <input type=\"checkbox\" title=\"Overlay\" name=\"overlay\" condition=\"bg.type !== 'color'\" checked>\n    <input type=\"color\" title=\"Overlay Color\" name=\"overlayColor\" value=\"#002929\" condition=\"overlay && bg.type !== 'color'\">\n    <input type=\"range\" inline title=\"Opacity\" name=\"overlayOpacity\" min=\"0\" max=\"1\" step=\"0.1\" value=\"0.9\" condition=\"overlay && bg.type !== 'color'\">\n    <!-- End block parameters -->\n    </mbr-parameters>\n    <div class=\"mbr-overlay\" mbr-if=\"overlay && bg.type !== 'color'\"></div>\n    <div mbr-class=\"{'container':!fullWidth,\n                     'container-fluid': fullWidth}\">\n        <div class=\"mbr-row\" mbr-class=\"{'align-left': alignTitle==1,\n                        'align-center': alignTitle==2,\n                        'align-right': alignTitle==3,\n                        'mbr-jc-c':alignHalf==2,\n                        'mbr-jc-e':alignHalf==3}\" mbr-if=\"showTitle || showSubtitle || showText || showButtons\">\n            <div class=\"title-block mbr-col-sm-12 mbr-col-md-12\" mbr-class=\"{'mbr-col-lg-6': halfSize,\n                             'mbr-col-lg-12': !halfSize}\">\n                <h1 class=\"mbr-section-title mbr-fonts-style mbr-bold\" mbr-theme-style=\"display-1\" mbr-if=\"showTitle\" data-app-selector=\".mbr-section-title, .mbr-section-btn\">Wantok <span style=\"font-weight: normal;\">Radio </span>Light</h1>\n                <h2 class=\"mbr-section-subtitle mbr-fonts-style\" mbr-class=\"{'mbr-pt-3': showTitle}\" mbr-theme-style=\"display-2\" mbr-if=\"showSubtitle\" data-app-selector=\".mbr-section-subtitle, .mbr-section-btn\">Your <b>Inspiration</b> Station</h2>\n                <p class=\"mbr-text mbr-fonts-style\" mbr-class=\"{'mbr-pt-2': showTitle || showSubtitle}\" mbr-theme-style=\"display-7\" mbr-if=\"showText\" data-app-selector=\".mbr-section-btn, .mbr-text\">Click on the text in the block to select it and enter the text you want to show.</p>\n                <div mbr-buttons class=\"mbr-section-btn\" mbr-class=\"{'mbr-pt-4':showSubtitle||showTitle||showText}\" mbr-theme-style=\"display-7\" data-toolbar=\"-mbrBtnMove\" mbr-if=\"showButtons\"><a class=\"btn btn-secondary\" data-app-placeholder=\"Type Text\" href=\"index.html#timeline1-6j\">Brief History</a></div>\n            </div>\n        </div>\n    </div>\n</section>",
          "_cid": "rgIoKxzL6K",
          "_anchor": "header1-6e",
          "_PHPplaceholders": [],
          "_JSplaceholders": [],
          "_protectedParams": [],
          "_global": false,
          "_once": false,
          "_params": {}
        },
        {
          "_styles": {
            "padding-top": "(@paddingTop * 1rem)",
            "padding-bottom": "(@paddingBottom * 1rem)",
            "& when (@bg-type = 'color')": {
              "background-color": "@bg-value"
            },
            "& when (@bg-type = 'image')": {
              "background-image": "url(@bg-value)",
              ".mbr-overlay": {
                "background-color": "@overlayColor",
                "opacity": "@overlayOpacity"
              }
            },
            ".card-box-wrapper": {
              "height": "100%"
            },
            ".card-box1": {
              "padding": "50px",
              "background-color": "@card1Bg",
              "@media (max-width: 767px)": {
                "padding": "20px"
              },
              "@media (max-width: 991px)": {
                "margin-bottom": "2rem"
              }
            },
            ".card-box2": {
              "align-items": "center",
              "height": "100%",
              "padding": "50px",
              "background-color": "@card2Bg",
              "@media (max-width: 767px)": {
                "padding": "30px"
              }
            },
            "& when (@reverseCards)": {
              ".order-col-1": {
                "order": "2"
              },
              ".order-col-2": {
                "order": "1"
              },
              ".card-box1": {
                "@media (max-width: 991px)": {
                  "margin-top": "2rem"
                }
              }
            },
            ".custom-card-text": {
              "text-align": "center",
              "color": "#ffffff"
            },
            ".custom-section-title": {
              "color": "#000000"
            },
            ".custom-text": {
              "color": "#ffffff"
            },
            ".custom-card-title": {
              "color": "#ffc300"
            }
          },
          "_name": "features2",
          "_customHTML": "<section class=\"features2\" group=\"Article\" plugins=\"amp-main\">\n    <mbr-parameters>\n        <header>Size</header>\n        <input type=\"range\" inline title=\"Top\" name=\"paddingTop\" min=\"0\" max=\"10\" step=\"1\" value=\"5\">\n        <input type=\"range\" inline title=\"Bottom\" name=\"paddingBottom\" min=\"0\" max=\"10\" step=\"1\" value=\"0\">\n        <input type=\"checkbox\" title=\"Full Width\" name=\"fullWidth\">\n        <input type=\"checkbox\" title=\"Row/Column\" name=\"flexDirection\" checked>\n        <input type=\"checkbox\" title=\"Reverse Cards\" name=\"reverseCards\">\n        <!-- -->\n        <header>Title</header>\n        <input type=\"checkbox\" title=\"Show Title\" name=\"showTitle\" checked>\n        <input type=\"checkbox\" title=\"Show Subtitle\" name=\"showSubtitle\">\n        <select title=\"Align\" name=\"titleAlign\" condition=\"showTitle || showSubtitle\">\n            <option value=\"1\">Left</option>\n            <option value=\"2\" selected>Center</option>\n            <option value=\"3\">Right</option>\n        </select>\n        <header>Card 1</header>\n        <select title=\"Text Align\" name=\"card1Align\">\n            <option value=\"1\" selected>Left</option>\n            <option value=\"2\">Center</option>\n            <option value=\"3\">Right</option>\n        </select>\n        <input type=\"checkbox\" title=\"Show Title\" name=\"showCardsTitle\" checked>\n        <input type=\"color\" title=\"Color\" name=\"card1Bg\" value=\"#00876e\">\n        <header>Card 2</header>\n        <select title=\"Text Align\" name=\"card2Align\">\n            <option value=\"1\">Left</option>\n            <option value=\"2\">Center</option>\n            <option value=\"3\" selected>Right</option>\n        </select>\n        <input type=\"color\" title=\"Color\" name=\"card2Bg\" value=\"#002929\">\n        <header>Background</header>\n        <fieldset type=\"background\" name=\"bg\" required>\n            <input type=\"color\" title=\"Background Color\" value=\"#f6f9f8\" selected>\n            <input type=\"image\" title=\"Background Image\" value=\"../_images/background3.jpg\">\n        </fieldset>\n        <!--  -->\n        <input type=\"checkbox\" title=\"Overlay\" name=\"overlay\" checked condition=\"bg.type !== 'color'\">\n        <input type=\"color\" title=\"Overlay Color\" name=\"overlayColor\" value=\"#efefef\" condition=\"overlay && bg.type == 'image'\">\n        <input type=\"range\" inline title=\"Opacity\" name=\"overlayOpacity\" min=\"0\" max=\"1\" step=\"0.1\" value=\"0.5\" condition=\"overlay && bg.type == 'image'\">\n    </mbr-parameters>\n\n    <div class=\"mbr-overlay\" mbr-if=\"overlay && bg.type !== 'color'\"></div>\n    <div mbr-class=\"{'container':!fullWidth,\n                     'container-fluid':fullWidth}\">\n        <div class=\"mbr-row mbr-jc-c mbr-pb-5\" mbr-class=\"{'align-center': titleAlign==2,\n                         'align-right': titleAlign==3}\">\n            <div class=\"mbr-col-sm-12 mbr-col-md-12 mbr-col-lg-12 mbr-pb-4\" mbr-if=\"showTitle\">\n                <h3 class=\"mbr-fonts-style mbr-bold text-upper line-title custom-section-title\" mbr-theme-style=\"display-5\" data-app-selector=\".custom-section-title\">Who we are?</h3>\n            </div>\n            <div class=\"mbr-col-sm-12 mbr-col-md-12 mbr-col-lg-12\" mbr-if=\"showSubtitle\">\n                <p class=\"mbr-fonts-style custom-section-subtitle\" mbr-theme-style=\"display-7\" data-app-selector=\".custom-section-subtitle\">Lorem ipsum dolor sit amet consectetur\n                    adipisicing elit. Iure consequatur voluptates, rerum explicabo ex recusandae!</p>\n            </div>\n        </div>\n        <div class=\"mbr-row mbr-jc-c\" mbr-class=\"{'mbr-column': !flexDirection}\">\n            <div class=\"mbr-col-sm-12 mbr-col-md-12 mbr-col-lg-8 order-col-1\" mbr-class=\"{'mbr-col-lg-12': !flexDirection}\">\n                <div class=\"card-box-wrapper\">\n                    <div class=\"card-box1\" mbr-class=\"{'align-center': card1Align==2,\n                                     'align-right': card1Align==3}\">\n                        <div>\n                            <h4 class=\"mbr-fonts-style mbr-bold mbr-pb-2 custom-card-title\" mbr-theme-style=\"display-5\" mbr-if=\"showCardsTitle\" data-app-selector=\".custom-card-title\">Introduction....</h4>\n                            <p class=\"mbr-fonts-style custom-text\" mbr-theme-style=\"display-7\" data-app-selector=\".custom-text\">Papua New Guinea is a country founded on Christian Principles and this is manifested in the preamble of our Constitution:\n<br> “We pledge ourselves to guard and pass on to those who come after us these Christian Principles. We also, as a people, commit ourselves to establish a sovereign nation Papua New Guinea under the guiding hand of God.”\n<br>\n<br>Consistent with this, Christian Churches in PNG for years have always played an important role in the building of this wonderful nation of PNG and will continue to be the major player in partnership with the State in the delivery of essential services. Traditionally the churches have been leading in the areas of Health and Education. The government of PNG has been very supportive of the work of Churches and has continued to support and encourage where possible and we thank God for such leadership in Government.&nbsp;<br></p>\n                        </div>\n                    </div>\n                </div>\n            </div>\n            <div class=\"mbr-col-sm-12 mbr-col-md-12 mbr-col-lg-4 order-col-2\" mbr-class=\"{'mbr-col-lg-12': !flexDirection,\n                             'mbr-pt-4': !flexDirection}\">\n                <div class=\"card-box-wrapper\">\n                    <div class=\"card-box2 mbr-flex\" mbr-class=\"{'align-center': card2Align==2,\n                                     'align-right': card2Align==3}\">\n                        <div class=\"mbr-white\">\n                            <p class=\"mbr-fonts-style mbr-bold custom-card-text\" mbr-theme-style=\"display-5\" data-app-selector=\".custom-card-text\">God hears our prayers when we call on him</p>\n                        </div>\n                    </div>\n                </div>\n            </div>\n        </div>\n    </div>\n</section>",
          "_cid": "rgIqVzdwRn",
          "_anchor": "features2-6f",
          "_PHPplaceholders": [],
          "_JSplaceholders": [],
          "_protectedParams": [],
          "_global": false,
          "_once": false,
          "_params": {}
        },
        {
          "_styles": {
            "padding-top": "(@paddingTop * 1rem)",
            "padding-bottom": "(@paddingBottom * 1rem)",
            "& when (@bg-type = 'color')": {
              "background-color": "@bg-value"
            },
            "& when (@bg-type = 'image')": {
              "background-image": "url(@bg-value)",
              ".mbr-overlay": {
                "background-color": "@overlayColor",
                "opacity": "@overlayOpacity"
              }
            },
            ".card-box-wrapper": {
              "height": "100%"
            },
            ".card-box1": {
              "@media (max-width: 991px)": {
                "margin-top": "2rem"
              }
            },
            ".card-box2": {
              "align-items": "center",
              "height": "100%",
              "padding": "50px",
              "background-color": "@cardBg",
              "@media (max-width: 767px)": {
                "padding": "30px"
              }
            },
            "& when (@reverseCards)": {
              ".order-col-1": {
                "order": "2"
              },
              ".order-col-2": {
                "order": "1"
              },
              ".card-box1": {
                "@media (max-width: 991px)": {
                  "margin-bottom": "2rem"
                }
              }
            },
            ".custom-card-text": {
              "color": "#ffffff"
            }
          },
          "_name": "features9",
          "_customHTML": "<section class=\"features9\" group=\"Article\" plugins=\"amp-main\">\n    <mbr-parameters>\n        <header>Size</header>\n        <input type=\"range\" inline=\"\" title=\"Top\" name=\"paddingTop\" min=\"0\" max=\"10\" step=\"1\" value=\"0\">\n        <input type=\"range\" inline=\"\" title=\"Bottom\" name=\"paddingBottom\" min=\"0\" max=\"10\" step=\"1\" value=\"5\">\n        <input type=\"checkbox\" title=\"Full Width\" name=\"fullWidth\">\n        <input type=\"checkbox\" title=\"Row/Column\" name=\"flexDirection\">\n        <input type=\"checkbox\" title=\"Reverse Cards\" name=\"reverseCards\">\n        <header>Title</header>\n        <input type=\"checkbox\" title=\"Show Title\" name=\"showTitle\">\n        <input type=\"checkbox\" title=\"Show Subtitle\" name=\"showSubtitle\">\n        <select title=\"Align\" name=\"titleAlign\" condition=\"showTitle || showSubtitle\">\n            <option value=\"1\">Left</option>\n            <option value=\"2\" selected=\"\">Center</option>\n            <option value=\"3\">Right</option>\n        </select>\n        <header>Cards</header>\n        <select title=\"Card Align\" name=\"cardAlign\">\n            <option value=\"1\">Left</option>\n            <option value=\"2\" selected=\"\">Center</option>\n            <option value=\"3\">Right</option>\n        </select>\n        <input type=\"checkbox\" title=\"Show Title\" name=\"showCardsTitle\">\n        <input type=\"checkbox\" title=\"Show Text\" name=\"showCardsText\" checked=\"\">\n        <input type=\"color\" title=\"Color\" name=\"cardBg\" value=\"#870000\">\n        <header>Background</header>\n        <fieldset type=\"background\" name=\"bg\" required=\"\">\n            <input type=\"color\" title=\"Background Color\" value=\"#ffffff\" selected=\"\">\n            <input type=\"image\" title=\"Background Image\" value=\"../_images/background3.jpg\">\n        </fieldset>\n        <!--  -->\n        <input type=\"checkbox\" title=\"Overlay\" name=\"overlay\" checked=\"\" condition=\"bg.type !== 'color'\">\n        <input type=\"color\" title=\"Overlay Color\" name=\"overlayColor\" value=\"#efefef\" condition=\"overlay &amp;&amp; bg.type == 'image'\">\n        <input type=\"range\" inline=\"\" title=\"Opacity\" name=\"overlayOpacity\" min=\"0\" max=\"1\" step=\"0.1\" value=\"0.5\" condition=\"overlay &amp;&amp; bg.type == 'image'\">\n    </mbr-parameters>\n\n    <div class=\"mbr-overlay\" mbr-if=\"overlay &amp;&amp; bg.type !== 'color'\"></div>\n    <div mbr-class=\"{'container':!fullWidth,\n                     'container-fluid':fullWidth}\">\n        <div class=\"mbr-row mbr-jc-c mbr-pb-5\" mbr-class=\"{'align-center': titleAlign==2,\n                         'align-right': titleAlign==3}\">\n            <div class=\"mbr-col-sm-12 mbr-col-md-12 mbr-col-lg-12 mbr-pb-4\" mbr-if=\"showTitle\">\n                <h3 class=\"mbr-fonts-style mbr-bold text-upper line-title\" mbr-theme-style=\"display-5\">Our Mission\n                </h3>\n            </div>\n            <div class=\"mbr-col-sm-12 mbr-col-md-12 mbr-col-lg-12\" mbr-if=\"showSubtitle\">\n                <p class=\"mbr-fonts-style\" mbr-theme-style=\"display-7\">Lorem ipsum dolor sit amet consectetur\n                    adipisicing elit. Iure consequatur voluptates, rerum explicabo ex recusandae!</p>\n            </div>\n        </div>\n        <div class=\"mbr-row mbr-jc-c\">\n             <div class=\"mbr-col-sm-12 mbr-col-md-12 mbr-col-lg-4 order-col-1\">\n                <div class=\"card-box-wrapper\">\n                    <div class=\"card-box2 mbr-flex\" mbr-class=\"{'align-center': cardAlign==2,\n                                     'align-right': cardAlign==3}\">\n                        <div class=\"mbr-white\">\n                            <h4 class=\"mbr-fonts-style mbr-bold mbr-pb-2 custom-card-title\" mbr-theme-style=\"display-2\" mbr-if=\"showCardsTitle\" data-app-selector=\".custom-card-title\">Title</h4>\n                            <p class=\"mbr-fonts-style mbr-bold custom-card-text\" mbr-theme-style=\"display-5\" mbr-if=\"showCardsText\" data-app-selector=\".custom-card-text\">We get Financial Support From Prayer partners, sponsers and those who support through our share-a-thon fundraising drive.</p>\n                        </div>\n                    </div>\n                </div>\n            </div>\n            <div class=\"mbr-col-sm-12 mbr-col-md-12 mbr-col-lg-8 order-col-2\">\n                <div class=\"card-box-wrapper\">\n                    <div class=\"card-box1\">\n                        <amp-img class=\"placeholder-loader\" src=\"@PROJECT_PATH@/assets/images/share-table-1456x855.jpg\" layout=\"responsive\" height=\"428\" width=\"728.8514619883041\" alt=\"image\">\n                            <div placeholder=\"\" class=\"placeholder\"></div>\n                            <img class=\"mbr-temp\" src=\"@PROJECT_PATH@/assets/images/share-table-1456x855.jpg\" alt=\"\" title=\"\">\n                        </amp-img>\n                    </div>\n                </div>\n            </div>\n        </div>\n    </div>\n</section>",
          "_cid": "rgIzAjaT1J",
          "_anchor": "features9-6r",
          "_PHPplaceholders": [],
          "_JSplaceholders": [],
          "_protectedParams": [],
          "_global": false,
          "_once": false,
          "_params": {}
        },
        {
          "_styles": {
            "padding-top": "(@paddingTop * 1rem)",
            "padding-bottom": "(@paddingBottom * 1rem)",
            "& when (@bg-type = 'color')": {
              "background-color": "@bg-value"
            },
            "& when (@bg-type = 'image')": {
              "background-image": "url(@bg-value)",
              ".mbr-overlay": {
                "background-color": "@overlayColor",
                "opacity": "@overlayOpacity"
              }
            },
            ".card-box": {
              "width": "100%",
              "padding": "50px",
              "display": "flex",
              "background-color": "@cardBg",
              "transition": "0.5s",
              "&:hover": {
                "transform": "translateY(-15px)",
                "box-shadow": "0 25px 45px rgba(0, 0, 0, 0.2)",
                ".iconfont-wrapper": {
                  "opacity": "0.9"
                }
              }
            },
            ".iconfont-wrapper": {
              "transition": "0.5s",
              "opacity": "0.5"
            },
            ".amp-iconfont": {
              "font-size": "~\"@{iconsSize}rem\"",
              "width": "~\"@{iconsSize}rem\"",
              "color": "@iconsColor"
            },
            ".card-box-wrapper": {
              "margin-bottom": "2rem"
            },
            ".card-text, h4": {
              "padding-left": "30px"
            },
            ".custom-section-title": {
              "color": "#ffffff"
            }
          },
          "_name": "features4",
          "_customHTML": "<section class=\"features4\" group=\"Article\" plugins=\"amp-main\">\n    <mbr-parameters>\n    <header>Size</header>\n    <input type=\"range\" inline title=\"Top\" name=\"paddingTop\" min=\"0\" max=\"10\" step=\"1\" value=\"5\">\n    <input type=\"range\" inline title=\"Bottom\" name=\"paddingBottom\" min=\"0\" max=\"10\" step=\"1\" value=\"5\">\n    <input type=\"checkbox\" title=\"Full Width\" name=\"fullWidth\">\n    <input type=\"checkbox\" title=\"Row/Column\" name=\"flexDirection\" checked>\n    <header>Title</header>\n    <input type=\"checkbox\" title=\"Show Title\" name=\"showTitle\" checked>\n    <input type=\"checkbox\" title=\"Show Subtitle\" name=\"showSubtitle\">\n    <select title=\"Align\" name=\"titleAlign\" condition=\"showTitle || showSubtitle\">\n        <option value=\"1\">Left</option>\n        <option value=\"2\" selected>Center</option>\n        <option value=\"3\">Right</option>\n    </select>\n    <header>Cards</header>\n    <input type=\"range\" inline title=\"Cards Count\" name=\"cardsCount\" min=\"1\" max=\"6\" step=\"1\" value=\"1\" required>\n    <select title=\"Align\" name=\"cardsAlign\">\n        <option value=\"1\" selected>Left</option>\n        <option value=\"2\">Center</option>\n        <option value=\"3\">Right</option>\n    </select>\n    <!-- -->   \n    <input type=\"checkbox\" title=\"Show Title\" name=\"showCardsTitle\">\n    <input type=\"checkbox\" title=\"Show Icons\" name=\"showIcons\" checked>\n    <input type=\"range\" title=\"Icons Size\" name=\"iconsSize\" min=\"1\" max=\"4\" step=\"0.1\" value=\"3\" condition=\"showIcons\">\n    <input type=\"color\" title=\"Icons Color\" name=\"iconsColor\" value=\"#cd201f\" condition=\"showIcons\">\n    <input type=\"color\" title=\"Color\" name=\"cardBg\" value=\"#ffffff\">\n    <header>Background</header>\n    <fieldset type=\"background\" name=\"bg\" required>\n        <input type=\"color\" title=\"Background Color\" value=\"#00876e\" selected>\n        <input type=\"image\" title=\"Background Image\" value=\"../_images/background3.jpg\">\n    </fieldset>\n    <!--  -->\n    <input type=\"checkbox\" title=\"Overlay\" name=\"overlay\" checked condition=\"bg.type !== 'color'\">\n    <input type=\"color\" title=\"Overlay Color\" name=\"overlayColor\" value=\"#efefef\" condition=\"overlay && bg.type == 'image'\">\n    <input type=\"range\" inline title=\"Opacity\" name=\"overlayOpacity\" min=\"0\" max=\"1\" step=\"0.1\" value=\"0.5\" condition=\"overlay && bg.type == 'image'\">\n    </mbr-parameters>\n\n    <div class=\"mbr-overlay\" mbr-if=\"overlay && bg.type !== 'color'\"></div>\n    <div mbr-class=\"{'container':!fullWidth,\n                     'container-fluid':fullWidth}\">\n        <div class=\"mbr-row mbr-jc-c mbr-pb-5\" mbr-class=\"{'align-center': titleAlign==2,\n                         'align-right': titleAlign==3}\">\n            <div class=\"mbr-col-sm-12 mbr-col-md-12 mbr-col-lg-12 mbr-pb-4\" mbr-if=\"showTitle\">\n                <h3 class=\"mbr-fonts-style mbr-bold text-upper line-title custom-section-title\" mbr-theme-style=\"display-5\" data-app-selector=\".custom-section-title\">A TESTIMONY</h3>\n            </div>\n            <div class=\"mbr-col-sm-12 mbr-col-md-12 mbr-col-lg-12 custom-section-subtitle\" mbr-if=\"showSubtitle\">\n                <p class=\"mbr-fonts-style\" mbr-theme-style=\"display-7\" data-app-selector=\".custom-section-subtitle\">Lorem ipsum dolor sit amet consectetur adipisicing elit. Iure consequatur voluptates, rerum explicabo ex recusandae!</p>\n            </div>\n        </div>\n        <div class=\"mbr-row mbr-jc-c\" mbr-class=\"{'mbr-column': !flexDirection}\">\n            <div class=\"mbr-col-sm-12 mbr-col-md-6 mbr-col-lg-4\" mbr-class=\"{'mbr-col-lg-12': cardsCount == 1 || !flexDirection,\n                             'mbr-col-lg-6': cardsCount == 2}\">\n                <div class=\"card-box-wrapper\">\n                    <div class=\"card-box\">\n                        <div class=\"iconfont-wrapper\" mbr-if=\"showIcons\">\n                            <span mbr-icon class=\"amp-iconfont animation-normal fa fa-quote-right\"></span>\n                        </div>\n                        <div mbr-class=\"{'align-center': cardsAlign==2,\n                                         'align-right': cardsAlign==3}\">\n                            <h4 class=\"mbr-fonts-style mbr-bold mbr-pb-2 custom-card-title\" mbr-theme-style=\"display-5\" mbr-if=\"showCardsTitle\" data-app-selector=\".custom-card-title\">Title</h4>\n                            <p class=\"mbr-fonts-style card-text custom-card-text\" mbr-theme-style=\"display-7\" data-app-selector=\".custom-card-text\">It was around 7.20 am this morning when I switched on to Wantok Radio Light Station, not even a clue on what the program was. There was a particualr lady (expatriate) being interviewed by a certain popular gentlemen who is a very familiar Radio Presenter. Mind I'm not a regular listener to this Godly station but I broke down crying softly in my car when I was hearing the Lady going through the ordeal she went throught while ministering to the orphans and sexually abused woman in Sudan - Africa. The severe Brutality, shame and ridicule these women have to go through everyday as expressed by the lady is just unimaginable I broke down when the lady confessed to have been raped by some muslim extremist whilst searching for a child...for nearly four years she never told her husband of the incident out of reasons only known to her. I have fallen from Grace backlided and this story just opened my stubborn mind and heart. regards.<br><b>Eddie Siavor - Port Moresby, PNG</b></p>\n                        </div>\n                    </div>\n                </div>\n            </div>\n            <div class=\"mbr-col-sm-12 mbr-col-md-6 mbr-col-lg-4\" mbr-class=\"{'mbr-col-lg-6': cardsCount == 2,\n                             'mbr-col-lg-12': !flexDirection}\" mbr-if=\"cardsCount > 1\">\n                <div class=\"card-box-wrapper\">\n                    <div class=\"card-box\" mbr-class=\"{'align-center': cardsAlign==2,\n                                     'align-right': cardsAlign==3}\">\n                        <div class=\"iconfont-wrapper\" mbr-if=\"showIcons\">\n                            <span mbr-icon class=\"amp-iconfont animation-normal fa fa-quote-right\"></span>\n                        </div>\n                        <div mbr-class=\"{'align-center': cardsAlign==2,\n                                         'align-right': cardsAlign==3}\">\n                            <h4 class=\"mbr-fonts-style mbr-bold mbr-pb-2 custom-card-title\" mbr-theme-style=\"display-5\" mbr-if=\"showCardsTitle\" data-app-selector=\".custom-card-title\">Title</h4>\n                            <p class=\"mbr-fonts-style card-text custom-card-text\" mbr-theme-style=\"display-7\" data-app-selector=\".custom-card-text\">I am always blessed by the preachings.<br><b>Maria from Lae, PNG</b></p>\n                        </div>\n                    </div>\n                </div>\n            </div>\n            <div class=\"mbr-col-sm-12 mbr-col-md-6 mbr-col-lg-4\" mbr-class=\"{'mbr-col-lg-12': !flexDirection}\" mbr-if=\"cardsCount > 2\">\n                <div class=\"card-box-wrapper\">\n                    <div class=\"card-box\" mbr-class=\"{'align-center': cardsAlign==2,\n                                     'align-right': cardsAlign==3}\">\n                        <div class=\"iconfont-wrapper\" mbr-if=\"showIcons\">\n                            <span mbr-icon class=\"amp-iconfont animation-normal fa fa-quote-right\"></span>\n                        </div>\n                        <div mbr-class=\"{'align-center': cardsAlign==2,\n                                         'align-right': cardsAlign==3}\">\n                            <h4 class=\"mbr-fonts-style mbr-bold mbr-pb-2 custom-card-title\" mbr-theme-style=\"display-5\" mbr-if=\"showCardsTitle\" data-app-selector=\".custom-card-title\">Title</h4>\n                            <p class=\"mbr-fonts-style card-text custom-card-text\" mbr-theme-style=\"display-7\" data-app-selector=\".custom-card-text\">Lorem ipsum dolor sit amet consectetur adipisicing elit. Minus alias modi quis id vero assumenda, enim necessitatibus corporis quidem eius!<br><br><b>LY Times</b></p>\n                        </div>\n                    </div>\n                </div>\n            </div>\n            <div class=\"mbr-col-sm-12 mbr-col-md-6 mbr-col-lg-4\" mbr-class=\"{'mbr-col-lg-12': !flexDirection}\" mbr-if=\"cardsCount > 3\">\n                <div class=\"card-box-wrapper\">\n                    <div class=\"card-box\" mbr-class=\"{'align-center': cardsAlign==2,\n                                     'align-right': cardsAlign==3}\">\n                        <div class=\"iconfont-wrapper\" mbr-if=\"showIcons\">\n                            <span mbr-icon class=\"amp-iconfont animation-normal fa fa-quote-right\"></span>\n                        </div>\n                        <div mbr-class=\"{'align-center': cardsAlign==2,\n                                         'align-right': cardsAlign==3}\">\n                            <h4 class=\"mbr-fonts-style mbr-bold mbr-pb-2 custom-card-title\" mbr-theme-style=\"display-5\" mbr-if=\"showCardsTitle\" data-app-selector=\".custom-card-title\">Title</h4>\n                            <p class=\"mbr-fonts-style card-text custom-card-text\" mbr-theme-style=\"display-7\" data-app-selector=\".custom-card-text\">Lorem ipsum dolor sit amet consectetur adipisicing elit. Minus alias modi quis id vero assumenda, enim necessitatibus corporis quidem eius!</p>\n                        </div>\n                    </div>\n                </div>\n            </div>\n            <div class=\"mbr-col-sm-12 mbr-col-md-6 mbr-col-lg-4\" mbr-class=\"{'mbr-col-lg-12': !flexDirection}\" mbr-if=\"cardsCount > 4\">\n                <div class=\"card-box-wrapper\">\n                    <div class=\"card-box\" mbr-class=\"{'align-center': cardsAlign==2,\n                                     'align-right': cardsAlign==3}\">\n                        <div class=\"iconfont-wrapper\" mbr-if=\"showIcons\">\n                            <span mbr-icon class=\"amp-iconfont animation-normal fa fa-quote-right\"></span>\n                        </div>\n                        <div mbr-class=\"{'align-center': cardsAlign==2,\n                                         'align-right': cardsAlign==3}\">\n                            <h4 class=\"mbr-fonts-style mbr-bold mbr-pb-2 custom-card-title\" mbr-theme-style=\"display-5\" mbr-if=\"showCardsTitle\" data-app-selector=\".custom-card-title\">Title</h4>\n                            <p class=\"mbr-fonts-style card-text custom-card-text\" mbr-theme-style=\"display-7\" data-app-selector=\".custom-card-text\">Lorem ipsum dolor sit amet consectetur adipisicing elit. Minus alias modi quis id vero assumenda, enim necessitatibus corporis quidem eius!</p>\n                        </div>\n                    </div>\n                </div>\n            </div>\n            <div class=\"mbr-col-sm-12 mbr-col-md-6 mbr-col-lg-4\" mbr-class=\"{'mbr-col-lg-12': !flexDirection}\" mbr-if=\"cardsCount > 5\">\n                <div class=\"card-box-wrapper\">\n                    <div class=\"card-box\" mbr-class=\"{'align-center': cardsAlign==2,\n                                     'align-right': cardsAlign==3}\">\n                        <div class=\"iconfont-wrapper\" mbr-if=\"showIcons\">\n                            <span mbr-icon class=\"amp-iconfont animation-normal fa fa-quote-right\"></span>\n                        </div>\n                        <div mbr-class=\"{'align-center': cardsAlign==2,\n                                         'align-right': cardsAlign==3}\">\n                            <h4 class=\"mbr-fonts-style mbr-bold mbr-pb-2 custom-card-title\" mbr-theme-style=\"display-5\" mbr-if=\"showCardsTitle\" data-app-selector=\".custom-card-title\">Title</h4>\n                            <p class=\"mbr-fonts-style card-text custom-card-text\" mbr-theme-style=\"display-7\" data-app-selector=\".custom-card-text\">Lorem ipsum dolor sit amet consectetur adipisicing elit. Minus alias modi quis id vero assumenda, enim necessitatibus corporis quidem eius!</p>\n                        </div>\n                    </div>\n                </div>\n            </div>\n        </div>\n    </div>\n</section>",
          "_cid": "rgIrYJPDJ8",
          "_anchor": "features4-6g",
          "_PHPplaceholders": [],
          "_JSplaceholders": [],
          "_protectedParams": [],
          "_global": false,
          "_once": false,
          "_params": {}
        },
        {
          "_styles": {
            "padding-top": "(@paddingTop * 1rem)",
            "padding-bottom": "(@paddingBottom * 1rem)",
            "& when (@bg-type = 'color')": {
              "background-color": "@bg-value"
            },
            "& when (@bg-type = 'image')": {
              "background-image": "url(@bg-value)",
              "& when (@overlay)": {
                ".mbr-overlay": {
                  "background-color": "@overlayColor",
                  "opacity": "@overlayOpacity"
                }
              }
            },
            ".iconBackground": {
              "background-color": "@timelineColor"
            },
            ".iconBackground, .mbr-timeline-title, .timeline-item-panel": {
              "transition": "0.5s"
            },
            ".timeline-wrap:hover": {
              ".iconBackground": {
                "background-color": "@timelineHoverColor",
                "transform": "scale(1.2)"
              },
              ".mbr-timeline-title": {
                "color": "@timelineHoverColor"
              }
            },
            ".timeline-element:nth-child(odd):hover": {
              ".timeline-item-panel": {
                "transform": "translateX(15px)"
              }
            },
            ".timeline-element:nth-child(even):hover": {
              ".timeline-item-panel": {
                "transform": "translateX(-15px)"
              }
            },
            ".separline:before": {
              "background-color": "@timelineColor"
            },
            "& when not (@showImages)": {
              ".timeline-item": {
                "width": "100%",
                "position": "relative"
              },
              ".timeline-date-panel": {
                "display": "inline-block"
              },
              ".timeline-date, .timeline-text-content": {
                "& when (@checkItemsBg)": {
                  "background-color": "@timelineColor"
                }
              },
              ".timeline-element:nth-child(odd)": {
                ".timeline-date-panel": {
                  "margin-right": "2rem"
                },
                ".timeline-text-content": {
                  "margin-left": "2rem"
                }
              },
              ".timeline-element:nth-child(even)": {
                ".timeline-date-panel": {
                  "margin-left": "2rem"
                },
                ".timeline-text-content": {
                  "margin-right": "2rem"
                }
              }
            },
            "& when (@showImages)": {
              ".timeline-wrap": {
                "width": "100%"
              },
              ".timeline-img-wrap": {
                "display": "inline-block"
              },
              "& when (@checkItemsBg)": {
                ".timeline-item": {
                  "background-color": "@timelineColor"
                }
              },
              ".timeline-element:nth-child(odd)": {
                ".timeline-img-panel": {
                  "margin-right": "2rem"
                },
                ".timeline-item-panel": {
                  "margin-left": "2rem"
                }
              },
              ".timeline-element:nth-child(even)": {
                ".timeline-img-panel": {
                  "margin-left": "2rem"
                },
                ".timeline-item-panel": {
                  "margin-right": "2rem"
                }
              }
            },
            "@media (min-width: 768px)": {
              ".mbr-col-md-6": {
                "padding": "0"
              }
            },
            "& when (@checkItemsBg)": {
              ".timeline-date, .timeline-text-content": {
                "padding": "1.5rem 2rem",
                "@media (max-width: 992px)": {
                  "padding": "1rem"
                }
              }
            },
            "@media (max-width: 767px)": {
              "& when not (@showImages)": {
                ".timeline-element": {
                  ".timeline-wrap": {
                    ".timeline-item": {
                      "flex-direction": "column",
                      ".timeline-date-panel": {
                        "width": "100%",
                        "margin": "0",
                        "margin-bottom": "1rem"
                      },
                      ".timeline-text-content": {
                        "width": "100%",
                        "margin": "0"
                      }
                    }
                  }
                }
              },
              "& when (@showImages)": {
                ".timelines-container": {
                  ".timeline-element": {
                    ".timeline-wrap": {
                      "height": "100%",
                      "flex-direction": "column",
                      ".timeline-img-panel": {
                        "width": "100%",
                        "margin": "0",
                        "margin-bottom": "1rem"
                      },
                      ".timeline-item-panel": {
                        "width": "100%",
                        "margin": "0"
                      }
                    }
                  }
                }
              }
            },
            ".mbr-section-title": {
              "color": "#cd201f"
            },
            ".timeline-date": {
              "color": "#cd201f"
            },
            ".mbr-timeline-title": {
              "color": "#004b4b"
            }
          },
          "_name": "timeline1",
          "_customHTML": "<section class=\"timeline1\" group=\"Timeline\" plugins=\"amp-main\">\n    <mbr-parameters>\n        <!-- Block parameters controls (Blue \"Gear\" panel)-->\n        <header>Size</header>\n        <input type=\"range\" inline=\"\" title=\"Top\" name=\"paddingTop\" min=\"0\" max=\"10\" step=\"1\" value=\"4\">\n        <input type=\"range\" inline=\"\" title=\"Bottom\" name=\"paddingBottom\" min=\"0\" max=\"10\" step=\"1\" value=\"4\">\n        <input type=\"checkbox\" title=\"Full Width\" name=\"fullWidth\">\n\n        <header>Title</header>\n        <input type=\"checkbox\" title=\"Show Title\" name=\"showTitle\" checked=\"\">\n        <input type=\"checkbox\" title=\"Show Subtitle\" name=\"showSubtitle\" checked=\"\">\n        <select title=\"Align\" name=\"titleAlign\" condition=\"showTitle || showSubtitle\">\n            <option value=\"1\">Left</option>\n            <option value=\"2\" selected=\"\">Center</option>\n            <option value=\"3\">Right</option>\n        </select>\n\n        <header>Items</header>\n        <input type=\"range\" inline=\"\" title=\"Cards Count\" name=\"itemsCount\" min=\"1\" max=\"8\" step=\"1\" value=\"4\" required=\"\">\n        <input type=\"checkbox\" title=\"Show Images\" name=\"showImages\">\n        <input type=\"checkbox\" title=\"Show Dates\" name=\"showDates\" condition=\"showImages\" checked=\"\">\n        <input type=\"checkbox\" title=\"Show Card Title\" name=\"showCardTitle\" checked=\"\">\n        <input type=\"checkbox\" title=\"Show Card Text\" name=\"showCardText\" checked=\"\">\n        <!-- -->\n        <input type=\"checkbox\" title=\"Items Bg\" name=\"checkItemsBg\">\n        <input type=\"color\" title=\"Timelines Color\" name=\"timelineColor\" value=\"#ffc300\">\n        <input type=\"color\" title=\"Timelines Hover Color\" name=\"timelineHoverColor\" value=\"#cd201f\">\n\n        <header>Background</header>\n        <fieldset type=\"background\" name=\"bg\" required=\"\">\n            <input type=\"image\" title=\"Background Image\" value=\"@PROJECT_PATH@/assets/images/overpasshb-1349x900.jpg\" selected=\"\">\n            <input type=\"color\" title=\"Background Color\" value=\"#ffffff\">\n        </fieldset>\n        <input type=\"checkbox\" title=\"Overlay\" name=\"overlay\" checked=\"\" condition=\"bg.type !== 'color'\">\n        <input type=\"color\" title=\"Overlay Color\" name=\"overlayColor\" value=\"#ececec\" condition=\"overlay &amp;&amp; bg.type !== 'color'\">\n        <input type=\"range\" inline=\"\" title=\"Opacity\" name=\"overlayOpacity\" min=\"0\" max=\"1\" step=\"0.1\" value=\"0.8\" condition=\"overlay &amp;&amp; bg.type !== 'color'\">\n        <!-- End block parameters -->\n    </mbr-parameters>\n\n    <div class=\"mbr-overlay\" mbr-if=\"overlay &amp;&amp; bg.type !== 'color'\"></div>\n    <div mbr-class=\"{'container':!fullWidth,\n                     'container-fluid':fullWidth}\">\n        <div class=\"title\" mbr-if=\"showTitle || showSubtitle\" mbr-class=\"{'align-center': titleAlign == 2,\n                         'align-right': titleAlign == 3}\">\n            <h3 class=\"mbr-section-title mbr-fonts-style mbr-bold\" mbr-theme-style=\"display-5\" mbr-if=\"showTitle\" data-app-selector=\".mbr-section-title\" mbr-class=\"{'mbr-pb-2':showSubtitle}\">Our Story in Brief</h3>\n            <h4 class=\"mbr-section-subtitle mbr-fonts-style\" mbr-theme-style=\"display-7\" mbr-if=\"showSubtitle\" data-app-selector=\".mbr-section-subtitle\">Stories Behind the Scenes to Where we are Today.</h4>\n        </div>\n        <div class=\"timelines-container mbr-pt-4\">\n            <div class=\"timeline-element separline\" mbr-class=\"{'last-child': itemsCount == 1,\n                             'mbr-pb-4': itemsCount > 1}\">\n                <div class=\"timeline-wrap\" mbr-class=\"{'mbr-flex': showImages}\">\n                    <div class=\"timeline-img-wrap mbr-col-sm-12 mbr-col-md-6 mbr-flex align-right\" mbr-if=\"showImages\">\n                        <div class=\"timeline-img-panel\">\n                            <amp-img class=\"placeholder-loader timeline-img\" src=\"@PROJECT_PATH@/assets/images/background1.jpg\" layout=\"responsive\" height=\"100\" width=\"148.49187935034803\" alt=\"image\">\n                                <div placeholder=\"\" class=\"placeholder\"></div>\n                                <img class=\"mbr-temp\" src=\"@PROJECT_PATH@/assets/images/background1.jpg\" alt=\"\" title=\"\">\n                            </amp-img>\n                        </div>\n                    </div>\n                    <div class=\"timeline-item-wrap\" mbr-class=\"{'mbr-col-sm-12 mbr-col-md-6 mbr-flex mbr-column align-left': showImages}\">\n                        <div class=\"timeline-item-panel\">\n                            <div class=\"timeline-item\" mbr-class=\"{'mbr-flex': !showImages, 'mbr-pt-4 mbr-pb-4': showImages}\">\n                                <div class=\"timeline-date-wrap\" mbr-class=\"{'mbr-col-sm-12 mbr-col-md-6 align-right': !showImages}\">\n                                    <div class=\"timeline-date-panel\">\n                                        <p class=\"timeline-date mbr-fonts-style mbr-bold\" mbr-theme-style=\"display-2\" mbr-if=\"showDates\" data-app-selector=\".timeline-date\" mbr-class=\"{'mbr-pb-2': showImages,\n                                                       'mbr-pt-4 mbr-pb-4': !showImages}\">January 14th 2002</p>\n                                    </div>\n                                </div>\n                                <div class=\"timeline-text-wrap\" mbr-class=\"{'mbr-col-sm-12 mbr-col-md-6 align-left': !showImages}\">\n                                    <div class=\"timeline-text-content\" mbr-class=\"{'mbr-pt-4 mbr-pb-4': !showImages}\">\n                                        <h4 class=\"mbr-timeline-title mbr-fonts-style mbr-bold\" mbr-class=\"{'mbr-pb-2':showCardText}\" mbr-theme-style=\"display-5\" mbr-if=\"showCardTitle\" data-app-selector=\".mbr-timeline-title\">Radio Light Launches in Port Moresby</h4>\n                                        <p class=\"mbr-timeline-text mbr-fonts-style\" mbr-theme-style=\"display-7\" mbr-if=\"showCardText\" data-app-selector=\".mbr-timeline-text\">It was during this time that the Dream of Christian Radio was Realised.<br>The very first giving came all over PNG Bible Churches in PNG after we Got the Licsence to Broadcast in PNG By NICTA previous known as PANGTEL for the very first time.<br>We Started Broadcasting in a Rented Office Space in Heritage Centre Building Along Waigani Drive.<br>People came in Numbers to support the cause.<br>We had the First very successful Share-a-thon Drive.</p>\n                                    </div>\n                                </div>\n                            </div>\n                        </div>\n                    </div>\n                    <span class=\"iconBackground\"></span>\n                </div>\n            </div>\n\n            <div class=\"timeline-element separline\" mbr-class=\"{'last-child': itemsCount == 2,\n                             'mbr-pb-4': itemsCount > 2}\" mbr-if=\"itemsCount > 1\">\n                <div class=\"timeline-wrap\" mbr-class=\"{'mbr-flex mbr-row-reverse': showImages}\">\n                    <div class=\"timeline-img-wrap mbr-col-sm-12 mbr-col-md-6 mbr-flex align-left\" mbr-if=\"showImages\">\n                        <div class=\"timeline-img-panel\">\n                            <amp-img class=\"placeholder-loader timeline-img\" src=\"@PROJECT_PATH@/assets/images/background2.jpg\" layout=\"responsive\" height=\"100\" width=\"150.58823529411765\" alt=\"image\">\n                                <div placeholder=\"\" class=\"placeholder\"></div>\n                                <img class=\"mbr-temp\" src=\"@PROJECT_PATH@/assets/images/background2.jpg\" alt=\"\">\n                            </amp-img>\n                        </div>\n                    </div>\n                    <div class=\"timeline-item-wrap\" mbr-class=\"{'mbr-col-sm-12 mbr-col-md-6 mbr-flex mbr-column align-right': showImages}\">\n                        <div class=\"timeline-item-panel\">\n                            <div class=\"timeline-item\" mbr-class=\"{'mbr-flex mbr-row-reverse': !showImages, 'mbr-pt-4 mbr-pb-4': showImages}\">\n                                <div class=\"timeline-date-wrap\" mbr-class=\"{'mbr-col-sm-12 mbr-col-md-6 align-left': !showImages}\">\n                                    <div class=\"timeline-date-panel\">\n                                        <p class=\"timeline-date mbr-fonts-style mbr-bold\" mbr-theme-style=\"display-2\" mbr-if=\"showDates\" data-app-selector=\".timeline-date\" mbr-class=\"{'mbr-pb-2': showImages,\n                                                        'mbr-pt-4 mbr-pb-4': !showImages}\">2005</p>\n                                    </div>\n                                </div>\n                                <div class=\"timeline-text-wrap\" mbr-class=\"{'mbr-col-sm-12 mbr-col-md-6 align-right': !showImages}\">\n                                    <div class=\"timeline-text-content\" mbr-class=\"{'mbr-pt-4 mbr-pb-4': !showImages}\">\n                                        <h4 class=\"mbr-timeline-title mbr-fonts-style mbr-bold\" mbr-class=\"{'mbr-pb-2':showCardText}\" mbr-theme-style=\"display-5\" mbr-if=\"showCardTitle\" data-app-selector=\".mbr-timeline-title\">Radio Relocates to Monian Tower ground floor - Downtown Port Moresby</h4>\n                                        <p class=\"mbr-timeline-text mbr-fonts-style\" mbr-theme-style=\"display-7\" mbr-if=\"showCardText\" data-app-selector=\".mbr-timeline-text\">We Left Heritage Center and moved to a new Location in Town. The Ground Floor of Monian Tower.<br>People would come to support us in providing lunch for the staff members and announcers.<br>For the Two years, God was very Good to us.</p>\n                                    </div>\n                                </div>\n                            </div>\n                        </div>\n                    </div>\n                    <span class=\"iconBackground\"></span>\n                </div>\n            </div>\n\n            <div class=\"timeline-element separline\" mbr-class=\"{'last-child': itemsCount == 3,\n                             'mbr-pb-4': itemsCount > 3}\" mbr-if=\"itemsCount > 2\">\n                <div class=\"timeline-wrap\" mbr-class=\"{'mbr-flex': showImages}\">\n                    <div class=\"timeline-img-wrap mbr-col-sm-12 mbr-col-md-6 mbr-flex align-right\" mbr-if=\"showImages\">\n                        <div class=\"timeline-img-panel\">\n                            <amp-img class=\"placeholder-loader timeline-img\" src=\"@PROJECT_PATH@/assets/images/background3.jpg\" layout=\"responsive\" height=\"100\" width=\"138.52813852813853\" alt=\"image\">\n                                <div placeholder=\"\" class=\"placeholder\"></div>\n                                <img class=\"mbr-temp\" src=\"@PROJECT_PATH@/assets/images/background3.jpg\" alt=\"\">\n                            </amp-img>\n                        </div>\n                    </div>\n                    <div class=\"timeline-item-wrap\" mbr-class=\"{'mbr-col-sm-12 mbr-col-md-6 mbr-flex mbr-column align-left': showImages}\">\n                        <div class=\"timeline-item-panel\">\n                            <div class=\"timeline-item\" mbr-class=\"{'mbr-flex': !showImages, 'mbr-pt-4 mbr-pb-4': showImages}\">\n                                <div class=\"timeline-date-wrap\" mbr-class=\"{'mbr-col-sm-12 mbr-col-md-6 align-right': !showImages}\">\n                                    <div class=\"timeline-date-panel\">\n                                        <p class=\"timeline-date mbr-fonts-style mbr-bold\" mbr-theme-style=\"display-2\" mbr-if=\"showDates\" data-app-selector=\".timeline-date\" mbr-class=\"{'mbr-pb-2': showImages, 'mbr-pt-4 mbr-pb-4': !showImages}\">2007</p>\n                                    </div>\n                                </div>\n                                <div class=\"timeline-text-wrap\" mbr-class=\"{'mbr-col-sm-12 mbr-col-md-6 align-left': !showImages}\">\n                                    <div class=\"timeline-text-content\" mbr-class=\"{'mbr-pt-4 mbr-pb-4': !showImages}\">\n                                        <h4 class=\"mbr-timeline-title mbr-fonts-style mbr-bold\" mbr-class=\"{'mbr-pb-2':showCardText}\" mbr-theme-style=\"display-5\" mbr-if=\"showCardTitle\" data-app-selector=\".mbr-timeline-title\">Radio Secured Land in Gerehu Stage 2. Now the Home of Wantok Radio Light Studios</h4>\n                                        <p class=\"mbr-timeline-text mbr-fonts-style\" mbr-theme-style=\"display-7\" mbr-if=\"showCardText\" data-app-selector=\".mbr-timeline-text\">We moved Again, this Time we had a different approach. With the funding we go from the Christian Partners and Sponsers we decided to Buy a Land and properties. Thats how we transited to Gerehu Stage 2 along Sivari Road, &nbsp;which is now the Home of Wantok Radio Light. We renovated the old Country Club Building (Moale Gabuna) To Christain Radio Campus.</p>\n                                    </div>\n                                </div>\n                            </div>\n                        </div>\n                    </div>\n                    <span class=\"iconBackground\"></span>\n                </div>\n            </div>\n\n            <div class=\"timeline-element separline\" mbr-class=\"{'last-child': itemsCount == 4,\n                             'mbr-pb-4': itemsCount > 4}\" mbr-if=\"itemsCount > 3\">\n                <div class=\"timeline-wrap\" mbr-class=\"{'mbr-flex mbr-row-reverse': showImages}\">\n                    <div class=\"timeline-img-wrap mbr-col-sm-12 mbr-col-md-6 mbr-flex align-left\" mbr-if=\"showImages\">\n                        <div class=\"timeline-img-panel\">\n                            <amp-img class=\"placeholder-loader timeline-img\" src=\"@PROJECT_PATH@/assets/images/background4.jpg\" layout=\"responsive\" height=\"100\" width=\"150.0586166471278\" alt=\"image\">\n                                <div placeholder=\"\" class=\"placeholder\"></div>\n                                <img class=\"mbr-temp\" src=\"@PROJECT_PATH@/assets/images/background4.jpg\" alt=\"\">\n                            </amp-img>\n                        </div>\n                    </div>\n                    <div class=\"timeline-item-wrap\" mbr-class=\"{'mbr-col-sm-12 mbr-col-md-6 mbr-flex mbr-column align-right': showImages}\">\n                        <div class=\"timeline-item-panel\">\n                            <div class=\"timeline-item\" mbr-class=\"{'mbr-flex mbr-row-reverse': !showImages,\n                                             'mbr-pt-4 mbr-pb-4': showImages}\">\n                                <div class=\"timeline-date-wrap\" mbr-class=\"{'mbr-col-sm-12 mbr-col-md-6 align-left': !showImages}\">\n                                    <div class=\"timeline-date-panel\">\n                                        <p class=\"timeline-date mbr-fonts-style mbr-bold\" mbr-theme-style=\"display-2\" mbr-if=\"showDates\" data-app-selector=\".timeline-date\" mbr-class=\"{'mbr-pb-2': showImages, \n                                                       'mbr-pt-4 mbr-pb-4': !showImages}\">31, November 2010</p>\n                                    </div>\n                                </div>\n                                <div class=\"timeline-text-wrap\" mbr-class=\"{'mbr-col-sm-12 mbr-col-md-6 align-right': !showImages}\">\n                                    <div class=\"timeline-text-content\" mbr-class=\"{'mbr-pt-4 mbr-pb-4': !showImages}\">\n                                        <h4 class=\"mbr-timeline-title mbr-fonts-style mbr-bold\" mbr-class=\"{'mbr-pb-2':showCardText}\" mbr-theme-style=\"display-5\" mbr-if=\"showCardTitle\" data-app-selector=\".mbr-timeline-title\">Wantok Radio Light Migrate to New Sattelite System &amp; Discontinue EMTV SERVICE Contract</h4>\n                                        <p class=\"mbr-timeline-text mbr-fonts-style\" mbr-theme-style=\"display-7\" mbr-if=\"showCardText\" data-app-selector=\".mbr-timeline-text\">We Bought Sattelite &amp; Hub uplink/ downlink from USA and Shiped to PNG. Erected it on 4th of November 2010 with the help of big team of diggers and two enginners from the US. By December 31st we were running on the Sattelite link.</p>\n                                    </div>\n                                </div>\n                            </div>\n                        </div>\n                    </div>\n                    <span class=\"iconBackground\"></span>\n                </div>\n            </div>\n\n            <div class=\"timeline-element separline\" mbr-class=\"{'last-child': itemsCount == 5,\n                             'mbr-pb-4': itemsCount > 5}\" mbr-if=\"itemsCount > 4\">\n                <div class=\"timeline-wrap\" mbr-class=\"{'mbr-flex': showImages}\">\n                    <div class=\"timeline-img-wrap mbr-col-sm-12 mbr-col-md-6 mbr-flex align-right\" mbr-if=\"showImages\">\n                        <div class=\"timeline-img-panel\">\n                            <amp-img class=\"placeholder-loader timeline-img\" src=\"@PROJECT_PATH@/assets/images/background5.jpg\" layout=\"responsive\" height=\"100\" width=\"177.77777777777777\" alt=\"image\">\n                                <div placeholder=\"\" class=\"placeholder\"></div>\n                                <img class=\"mbr-temp\" src=\"@PROJECT_PATH@/assets/images/background5.jpg\" alt=\"\">\n                            </amp-img>\n                        </div>\n                    </div>\n                    <div class=\"timeline-item-wrap\" mbr-class=\"{'mbr-col-sm-12 mbr-col-md-6 mbr-flex mbr-column align-left': showImages}\">\n                        <div class=\"timeline-item-panel\">\n                            <div class=\"timeline-item\" mbr-class=\"{'mbr-flex': !showImages, 'mbr-pt-4 mbr-pb-4': showImages}\">\n                                <div class=\"timeline-date-wrap\" mbr-class=\"{'mbr-col-sm-12 mbr-col-md-6 align-right': !showImages}\">\n                                    <div class=\"timeline-date-panel\">\n                                        <p class=\"timeline-date mbr-fonts-style mbr-bold\" mbr-theme-style=\"display-2\" mbr-if=\"showDates\" data-app-selector=\".timeline-date\" mbr-class=\"{'mbr-pb-2': showImages,\n                                                       'mbr-pt-4 mbr-pb-4': !showImages}\">5\n                                            may 2021</p>\n                                    </div>\n                                </div>\n                                <div class=\"timeline-text-wrap\" mbr-class=\"{'mbr-col-sm-12 mbr-col-md-6 align-left': !showImages}\">\n                                    <div class=\"timeline-text-content\" mbr-class=\"{'mbr-pt-4 mbr-pb-4': !showImages}\">\n                                        <h4 class=\"mbr-timeline-title mbr-fonts-style mbr-bold\" mbr-class=\"{'mbr-pb-2':showCardText}\" mbr-theme-style=\"display-5\" mbr-if=\"showCardTitle\" data-app-selector=\".mbr-timeline-title\">Awesome\n                                            Reports</h4>\n                                        <p class=\"mbr-timeline-text mbr-fonts-style\" mbr-theme-style=\"display-7\" mbr-if=\"showCardText\" data-app-selector=\".mbr-timeline-text\">Lorem ipsum dolor sit amet,\n                                            consectetur adipiscing elit. Nam erat libero, bibendum in libero tempor,\n                                            luctus volutpat ligula. Integer fringilla porttitor pretium. Nam erat\n                                            felis, iaculis id justo ut, ullamcorper feugiat elit. Proin vel lectus\n                                            auctor, porttitor ligula vitae, convallis leo. In eget massa elit.</p>\n                                    </div>\n                                </div>\n                            </div>\n                        </div>\n                    </div>\n                    <span class=\"iconBackground\"></span>\n                </div>\n            </div>\n\n            <div class=\"timeline-element separline\" mbr-class=\"{'last-child': itemsCount == 6,\n                             'mbr-pb-4': itemsCount > 6}\" mbr-if=\"itemsCount > 5\">\n                <div class=\"timeline-wrap\" mbr-class=\"{'mbr-flex mbr-row-reverse': showImages}\">\n                    <div class=\"timeline-img-wrap mbr-col-sm-12 mbr-col-md-6 mbr-flex align-left\" mbr-if=\"showImages\">\n                        <div class=\"timeline-img-panel\">\n                            <amp-img class=\"placeholder-loader timeline-img\" src=\"@PROJECT_PATH@/assets/images/background6.jpg\" layout=\"responsive\" height=\"100\" width=\"150.0586166471278\" alt=\"image\">\n                                <div placeholder=\"\" class=\"placeholder\"></div>\n                                <img class=\"mbr-temp\" src=\"@PROJECT_PATH@/assets/images/background6.jpg\" alt=\"\">\n                            </amp-img>\n                        </div>\n                    </div>\n                    <div class=\"timeline-item-wrap\" mbr-class=\"{'mbr-col-sm-12 mbr-col-md-6 mbr-flex mbr-column align-right': showImages}\">\n                        <div class=\"timeline-item-panel\">\n                            <div class=\"timeline-item\" mbr-class=\"{'mbr-flex mbr-row-reverse': !showImages,\n                                             'mbr-pt-4 mbr-pb-4': showImages}\">\n                                <div class=\"timeline-date-wrap\" mbr-class=\"{'mbr-col-sm-12 mbr-col-md-6 align-left': !showImages}\">\n                                    <div class=\"timeline-date-panel\">\n                                        <p class=\"timeline-date mbr-fonts-style mbr-bold\" mbr-theme-style=\"display-2\" mbr-if=\"showDates\" data-app-selector=\".timeline-date\" mbr-class=\"{'mbr-pb-2': showImages, 'mbr-pt-4 mbr-pb-4': !showImages}\">6\n                                            june 2021</p>\n                                    </div>\n                                </div>\n                                <div class=\"timeline-text-wrap\" mbr-class=\"{'mbr-col-sm-12 mbr-col-md-6 align-right': !showImages}\">\n                                    <div class=\"timeline-text-content\" mbr-class=\"{'mbr-pt-4 mbr-pb-4': !showImages}\">\n                                        <h4 class=\"mbr-timeline-title mbr-fonts-style mbr-bold\" mbr-class=\"{'mbr-pb-2':showCardText}\" mbr-theme-style=\"display-5\" mbr-if=\"showCardTitle\" data-app-selector=\".mbr-timeline-title\">Multi\n                                            Homepages</h4>\n                                        <p class=\"mbr-timeline-text mbr-fonts-style\" mbr-theme-style=\"display-7\" mbr-if=\"showCardText\" data-app-selector=\".mbr-timeline-text\">Lorem ipsum dolor sit amet,\n                                            consectetur adipiscing elit. Nam erat libero, bibendum in libero tempor,\n                                            luctus volutpat ligula. Integer fringilla porttitor pretium. Nam erat\n                                            felis, iaculis id justo ut, ullamcorper feugiat elit. Proin vel lectus\n                                            auctor, porttitor ligula vitae, convallis leo. In eget massa elit.</p>\n                                    </div>\n                                </div>\n                            </div>\n                        </div>\n                    </div>\n                    <span class=\"iconBackground\"></span>\n                </div>\n            </div>\n\n            <div class=\"timeline-element separline\" mbr-class=\"{'last-child': itemsCount == 7,\n                             'mbr-pb-4': itemsCount > 7}\" mbr-if=\"itemsCount > 6\">\n                <div class=\"timeline-wrap\" mbr-class=\"{'mbr-flex': showImages}\">\n                    <div class=\"timeline-img-wrap mbr-col-sm-12 mbr-col-md-6 mbr-flex align-right\" mbr-if=\"showImages\">\n                        <div class=\"timeline-img-panel\">\n                            <amp-img class=\"placeholder-loader timeline-img\" src=\"@PROJECT_PATH@/assets/images/background7.jpg\" layout=\"responsive\" height=\"100\" width=\"150.0586166471278\" alt=\"image\">\n                                <div placeholder=\"\" class=\"placeholder\"></div>\n                                <img class=\"mbr-temp\" src=\"@PROJECT_PATH@/assets/images/background7.jpg\" alt=\"\">\n                            </amp-img>\n                        </div>\n                    </div>\n                    <div class=\"timeline-item-wrap\" mbr-class=\"{'mbr-col-sm-12 mbr-col-md-6 mbr-flex mbr-column align-left': showImages}\">\n                        <div class=\"timeline-item-panel\">\n                            <div class=\"timeline-item\" mbr-class=\"{'mbr-flex': !showImages, 'mbr-pt-4 mbr-pb-4': showImages}\">\n                                <div class=\"timeline-date-wrap\" mbr-class=\"{'mbr-col-sm-12 mbr-col-md-6 align-right': !showImages}\">\n                                    <div class=\"timeline-date-panel\">\n                                        <p class=\"timeline-date mbr-fonts-style mbr-bold\" mbr-theme-style=\"display-2\" mbr-if=\"showDates\" data-app-selector=\".timeline-date\" mbr-class=\"{'mbr-pb-2': showImages,\n                                                       'mbr-pt-4 mbr-pb-4': !showImages}\">7\n                                            july 2021</p>\n                                    </div>\n                                </div>\n                                <div class=\"timeline-text-wrap\" mbr-class=\"{'mbr-col-sm-12 mbr-col-md-6 align-left': !showImages}\">\n                                    <div class=\"timeline-text-content\" mbr-class=\"{'mbr-pt-4 mbr-pb-4': !showImages}\">\n                                        <h4 class=\"mbr-timeline-title mbr-fonts-style mbr-bold\" mbr-class=\"{'mbr-pb-2':showCardText}\" mbr-theme-style=\"display-5\" mbr-if=\"showCardTitle\" data-app-selector=\".mbr-timeline-title\">Responsive\n                                            Design</h4>\n                                        <p class=\"mbr-timeline-text mbr-fonts-style\" mbr-theme-style=\"display-7\" mbr-if=\"showCardText\" data-app-selector=\".mbr-timeline-text\">Lorem ipsum dolor sit amet,\n                                            consectetur adipiscing elit. Nam erat libero, bibendum in libero tempor,\n                                            luctus volutpat ligula. Integer fringilla porttitor pretium. Nam erat\n                                            felis, iaculis id justo ut, ullamcorper feugiat elit. Proin vel lectus\n                                            auctor, porttitor ligula vitae, convallis leo. In eget massa elit.</p>\n                                    </div>\n                                </div>\n                            </div>\n                        </div>\n                    </div>\n                    <span class=\"iconBackground\"></span>\n                </div>\n            </div>\n\n            <div class=\"timeline-element separline\" mbr-class=\"{'last-child': itemsCount == 8}\" mbr-if=\"itemsCount > 7\">\n                <div class=\"timeline-wrap\" mbr-class=\"{'mbr-flex mbr-row-reverse': showImages}\">\n                    <div class=\"timeline-img-wrap mbr-col-sm-12 mbr-col-md-6 mbr-flex align-left\" mbr-if=\"showImages\">\n                        <div class=\"timeline-img-panel\">\n                            <amp-img class=\"placeholder-loader timeline-img\" src=\"@PROJECT_PATH@/assets/images/background8.jpg\" layout=\"responsive\" height=\"100\" width=\"149.88290398126466\" alt=\"image\">\n                                <div placeholder=\"\" class=\"placeholder\"></div>\n                                <img class=\"mbr-temp\" src=\"@PROJECT_PATH@/assets/images/background8.jpg\" alt=\"\">\n                            </amp-img>\n                        </div>\n                    </div>\n                    <div class=\"timeline-item-wrap\" mbr-class=\"{'mbr-col-sm-12 mbr-col-md-6 mbr-flex mbr-column align-right': showImages}\">\n                        <div class=\"timeline-item-panel\">\n                            <div class=\"timeline-item\" mbr-class=\"{'mbr-flex mbr-row-reverse': !showImages,\n                                             'mbr-pt-4 mbr-pb-4': showImages}\">\n                                <div class=\"timeline-date-wrap\" mbr-class=\"{'mbr-col-sm-12 mbr-col-md-6 align-left': !showImages}\">\n                                    <div class=\"timeline-date-panel\">\n                                        <p class=\"timeline-date mbr-fonts-style\" mbr-theme-style=\"display-2\" mbr-if=\"showDates\" data-app-selector=\".timeline-date\" mbr-class=\"{'mbr-pb-2': showImages,\n                                                       'mbr-pt-4 mbr-pb-4': !showImages}\">8\n                                            august 2020</p>\n                                    </div>\n                                </div>\n                                <div class=\"timeline-text-wrap\" mbr-class=\"{'mbr-col-sm-12 mbr-col-md-6 align-right': !showImages}\">\n                                    <div class=\"timeline-text-content\" mbr-class=\"{'mbr-pt-4 mbr-pb-4': !showImages}\">\n                                        <h4 class=\"mbr-timeline-title mbr-fonts-style mbr-bold\" mbr-class=\"{'mbr-pb-2':showCardText}\" mbr-theme-style=\"display-5\" mbr-if=\"showCardTitle\" data-app-selector=\".mbr-timeline-title\">Smart\n                                            Watch</h4>\n                                        <p class=\"mbr-timeline-text mbr-fonts-style\" mbr-theme-style=\"display-7\" mbr-if=\"showCardText\" data-app-selector=\".mbr-timeline-text\">Lorem ipsum dolor sit amet,\n                                            consectetur adipiscing elit. Nam erat libero, bibendum in libero tempor,\n                                            luctus volutpat ligula. Integer fringilla porttitor pretium. Nam erat\n                                            felis, iaculis id justo ut, ullamcorper feugiat elit. Proin vel lectus\n                                            auctor, porttitor ligula vitae, convallis leo. In eget massa elit.</p>\n                                    </div>\n                                </div>\n                            </div>\n                        </div>\n                    </div>\n                    <span class=\"iconBackground\"></span>\n                </div>\n            </div>\n        </div>\n    </div>\n</section>",
          "_cid": "rgIv4RPyGE",
          "_anchor": "timeline1-6j",
          "_PHPplaceholders": [],
          "_JSplaceholders": [],
          "_protectedParams": [],
          "_global": false,
          "_once": false,
          "_params": {}
        },
        {
          "alias": "amp-blocks/components",
          "_isSecondary": true,
          "typeCompatible": "isAMP",
          "_styles": {
            "padding-top": "(@paddingTop * 15px)",
            "padding-bottom": "(@paddingBottom * 15px)",
            "& when (@bg-type = 'color')": {
              "background-color": "@bg-value",
              ".mbr-overlay when (@twoBgColor)": {
                "padding": "0",
                "background": "@twoColor",
                "opacity": "1"
              }
            },
            "& when (@bg-type = 'image')": {
              "background-image": "url(@bg-value)",
              ".mbr-overlay": {
                "background": "@overlayColor",
                "opacity": "@overlayOpacity"
              }
            },
            "amp-carousel .slide": {
              "align-self": "flex-start"
            },
            ".slider-box": {
              "padding": "0"
            },
            ".slider-box, amp-carousel": {
              "height": "~\"@{slideHeight}px\" !important",
              "position": "relative"
            },
            ".slide, .slider-box, amp-carousel, .dots-wrapper, .img-with-overlay:before": {
              "width": "100%"
            },
            ".dots span, .amp-carousel-button": {
              "background-color": "@buttonsColor",
              "border": "@buttonsColor"
            },
            "amp-img,img": {
              "object-fit": "cover"
            },
            "& when not (@typeSlide = 'carousel')": {
              ".slide": {
                "height": "~\"calc(@{slideHeight}px - 35px)\"",
                "margin-bottom": "35px"
              },
              ".dots-wrapper": {
                "position": "absolute",
                "bottom": "0"
              },
              ".amp-carousel-button": {
                "display": "none"
              }
            },
            "& when not (@showBullets), (@typeSlide = 'carousel')": {
              ".slide when (@typeSlide = 'carousel'), not (@showCenter)": {
                "height": "~\"calc(@{slideHeight}px - 85px)\"",
                "margin-bottom": "85px"
              },
              ".slide when (@typeSlide = 'slides') and (@showCenter)": {
                "height": "~\"@{slideHeight}px\"",
                "margin-bottom": "0"
              },
              ".amp-carousel-button": {
                "display": "block",
                "opacity": "0.8",
                "&:after": {
                  "border-color": "contrast(@buttonsColor, darken(@buttonsColor, 50%), #ffffff, 60%) !important"
                },
                "&:hover": {
                  "opacity": "1"
                }
              },
              ".amp-carousel-button when (@typeSlide = 'carousel'), not (@showCenter)": {
                "top": "~\"calc(100% - 27px)\"",
                "&.amp-carousel-button-prev": {
                  "left": "15px"
                },
                "&.amp-carousel-button-next": {
                  "left": "70px"
                },
                "@media (min-width: 1200px)": {
                  "& when (@cardsAmount = 2) and (@typeSlide = 'carousel')": {
                    "&.amp-carousel-button-prev": {
                      "left": "30px"
                    },
                    "&.amp-carousel-button-next": {
                      "left": "(30px + 55px)"
                    }
                  }
                }
              },
              ".dots-wrapper": {
                "display": "none"
              },
              "@media (max-width: 767px)": {
                "& when not (@showBullets) and not (@typeSlide = 'carousel')": {
                  ".dots-wrapper": {
                    "display": "flex"
                  },
                  ".amp-carousel-button": {
                    "display": "none"
                  },
                  ".slide": {
                    "height": "~\"calc(@{slideHeight}px - 35px)\"",
                    "margin-bottom": "35px"
                  }
                }
              }
            },
            ".gallery-img-wrap": {
              "&:hover:after": {
                "opacity": "@imgOverlayOpacity"
              },
              "&:after": {
                "background": "@imgOverlayColor"
              },
              ".icon-wrap": {
                "background-color": "transparent",
                "span": {
                  "font-size": "~\"@{imgIconsSize}rem\"",
                  "width": "~\"@{imgIconsSize}rem\"",
                  "height": "~\"@{imgIconsSize}rem\"",
                  "padding": "0",
                  "color": "fade(@imgIconsColor, @imgIconsOpacity * 100)"
                }
              }
            },
            ".title-wrap .mbr-section-title": {
              "color": "#004b4b"
            }
          },
          "_name": "ampSlider3",
          "_customHTML": "<section class=\"ampSlider3 slider slider-with-bullets\" group=\"Gallery &amp; Slider\" plugins=\"amp-main, amp-carousel, amp-bind, amp-image-lightbox\">\n    <mbr-parameters>\n    <!-- Block parameters controls (Blue \"Gear\" panel) -->\n    <header mbr-if=\"showTitle\">Size</header>\n        <input type=\"checkbox\" title=\"Full Width\" name=\"fullWidth\">\n        <input type=\"range\" inline=\"\" title=\"Top\" name=\"paddingTop\" min=\"0\" max=\"10\" step=\"1\" value=\"5\">\n        <input type=\"range\" inline=\"\" title=\"Bottom\" name=\"paddingBottom\" min=\"0\" max=\"10\" step=\"1\" value=\"5\">\n        <input type=\"range\" inline=\"\" title=\"Padding Slide\" name=\"slideWidth\" min=\"0\" max=\"5\" step=\"1\" value=\"0\" condition=\"typeSlide == 'slides'\">\n\n    <header>Title</header>\n        <input type=\"checkbox\" title=\"Show Title\" name=\"showTitle\" checked=\"\">\n        <input type=\"checkbox\" title=\"Show Subtitle\" name=\"showSubtitle\">\n        <select title=\"Align\" name=\"titleAlign\" condition=\"showTitle || showSubtitle\">\n            <option value=\"1\">Left</option>\n            <option value=\"2\" selected=\"\">Center</option>\n            <option value=\"3\">Right</option>\n        </select>\n    <header>Icons</header>\n        <input type=\"color\" title=\"Image Overlay Color\" name=\"imgOverlayColor\" value=\"#ffc300\">\n        <input type=\"range\" inline=\"\" title=\"Image Overlay Opacity\" name=\"imgOverlayOpacity\" min=\"0\" max=\"1\" step=\"0.1\" value=\"0.3\">\n        <input type=\"range\" inline=\"\" title=\"Icons Size\" name=\"imgIconsSize\" min=\"1\" max=\"3\" step=\"0.1\" value=\"2.5\">\n        <input type=\"color\" title=\"Icons Color\" name=\"imgIconsColor\" value=\"#ffffff\">\n        <input type=\"range\" title=\"Icons Opacity\" name=\"imgIconsOpacity\" min=\"0\" max=\"1\" step=\"0.1\" value=\"0.7\">\n    <header>Sliders</header>\n        <input type=\"checkbox\" title=\"Autoplay\" name=\"autoplay\" checked=\"\" condition=\"imagesAmount > 1 &amp;&amp; typeSlide != 'carousel'\">\n            <input type=\"range\" inline=\"\" title=\"Delay\" name=\"delay\" min=\"1000\" max=\"5000\" step=\"1000\" value=\"3000\" condition=\"autoplay &amp;&amp; imagesAmount > 1 &amp;&amp; typeSlide != 'carousel'\">\n        <input type=\"range\" inline=\"\" title=\"Slider Height\" name=\"slideHeight\" min=\"250\" max=\"1000\" step=\"10\" value=\"250\">\n        <select title=\"Type Slide\" name=\"typeSlide\">\n            <option value=\"slides\">Slides</option>\n            <option value=\"carousel\" selected=\"\">Carousel</option>\n        </select>\n        <input type=\"range\" inline=\"\" title=\"Count Card Slider\" name=\"cardsAmount\" min=\"1\" max=\"4\" step=\"1\" value=\"4\" condition=\"typeSlide == 'carousel'\">\n        <select title=\"Sliders Count\" name=\"imagesAmount\">\n            <option value=\"2\">2</option>\n            <option value=\"3\">3</option>\n            <option value=\"4\">4</option>\n            <option value=\"5\" selected=\"\">5</option>\n            <option value=\"6\">6</option>\n            <option value=\"7\">7</option>\n            <option value=\"8\">8</option>\n        </select>\n        <input type=\"checkbox\" title=\"Show Buttons/Bullets\" name=\"showBullets\" condition=\"typeSlide == 'slides'\">\n            <input type=\"color\" title=\"Color\" name=\"buttonsColor\" value=\"#273272\">\n        <input type=\"checkbox\" title=\"Show Center Buttons\" name=\"showCenter\" condition=\"typeSlide == 'slides' &amp;&amp; !showBullets\" checked=\"\">\n        \n    <header>Background</header>\n        <input type=\"checkbox\" title=\"2 Background Color\" name=\"twoBgColor\" condition=\"bg.type == 'color'\" checked=\"\"> \n        <input type=\"range\" inline=\"\" title=\"Width 2 Bg\" name=\"width2Bg\" min=\"1\" max=\"5\" step=\"1\" value=\"3\" condition=\"twoBgColor &amp;&amp; bg.type == 'color'\">    \n        <fieldset type=\"background\" name=\"bg\">\n            <input type=\"image\" title=\"Background Image\" value=\"../_images/background1.jpg\">\n            <input type=\"color\" title=\"Background Color\" value=\"#ffc300\" selected=\"\">\n        </fieldset>\n        <input type=\"color\" title=\"2 Color\" name=\"twoColor\" value=\"#ffffff\" condition=\"twoBgColor &amp;&amp; bg.type == 'color'\">  \n        <input type=\"checkbox\" title=\"Overlay\" name=\"overlay\" condition=\"bg.type !== 'color'\" checked=\"\">\n        <input type=\"color\" title=\"Overlay Color\" name=\"overlayColor\" value=\"#ffffff\" condition=\"overlay &amp;&amp; bg.type !== 'color'\">\n        <input type=\"range\" inline=\"\" title=\"Opacity\" name=\"overlayOpacity\" min=\"0\" max=\"1\" step=\"0.1\" value=\"0.5\" condition=\"overlay &amp;&amp; bg.type !== 'color'\">\n    </mbr-parameters>\n\n    <div class=\"mbr-overlay\" mbr-if=\"(overlay &amp;&amp; bg.type !== 'color') || (twoBgColor &amp;&amp; bg.type == 'color')\" mbr-class=\"{'mbr-col-md-4': width2Bg == 1 &amp;&amp; twoBgColor &amp;&amp; bg.type == 'color',\n                     'mbr-col-md-5': width2Bg == 2 &amp;&amp; twoBgColor &amp;&amp; bg.type == 'color',\n                     'mbr-col-md-6': width2Bg == 3 &amp;&amp; twoBgColor &amp;&amp; bg.type == 'color',\n                     'mbr-col-md-7': width2Bg == 4 &amp;&amp; twoBgColor &amp;&amp; bg.type == 'color',\n                     'mbr-col-md-8': width2Bg == 5 &amp;&amp; twoBgColor &amp;&amp; bg.type == 'color'}\"></div>\n    <div mbr-class=\"{'container':!fullWidth,\n                     'container-fluid':fullWidth}\">\n        <div class=\"title-wrap mbr-pb-4\" mbr-if=\"showTitle || showSubtitle\" mbr-class=\"{'align-left': titleAlign==1,\n                         'align-center': titleAlign==2,\n                         'align-right': titleAlign==3, 'mbr-px-2': fullWidth}\">\n            <h1 class=\"mbr-section-title mbr-fonts-style mbr-bold\" mbr-theme-style=\"display-2\" mbr-if=\"showTitle\" data-app-selector=\".title-wrap .mbr-section-title\">WRL - Picture &nbsp;- Storyboard</h1>\n            <h2 class=\"mbr-section-subtitle mbr-fonts-style\" mbr-theme-style=\"display-7\" mbr-if=\"showSubtitle\" data-app-selector=\".title-wrap .mbr-section-subtitle\">Lorem ipsum dolor sit amet, consectetur adipisicing elit.</h2>\n        </div>\n        <div class=\"mbr-row mbr-jc-c\" mbr-class=\"{'cardsAmount2': cardsAmount == 2 &amp;&amp; typeSlide == 'carousel'}\">\n             <div class=\"slider-box mbr-col-md-12\" data-autoplay=\"{{autoplay}}\" data-delay=\"{{delay}}\" mbr-class=\"{'mbr-col-lg-10': slideWidth == 1 &amp;&amp; typeSlide != 'carousel', 'mbr-col-lg-8': slideWidth == 2 &amp;&amp; typeSlide != 'carousel', 'mbr-col-lg-7': slideWidth == 3 &amp;&amp; typeSlide != 'carousel', 'mbr-col-lg-6': slideWidth == 4 &amp;&amp; typeSlide != 'carousel', 'mbr-col-lg-5': slideWidth == 5 &amp;&amp; typeSlide != 'carousel', 'mbr-m-auto': typeSlide != 'carousel' &amp;&amp; slideWidth != 0}\"><amp-carousel class=\"carousel\" height=\"{{slideHeight}}\" layout=\"fixed-height\" type=\"{{typeSlide}}\" id=\"carousel1\" loop=\"\" on=\"slideChange:AMP.setState({selectedSlide: event.index})\"><div class=\"slide mbr-col-sm-12\" mbr-class=\"{'mbr-col-md-6 mbr-col-lg-6': (cardsAmount == 2 &amp;&amp; typeSlide == 'carousel'), 'mbr-col-md-4': (cardsAmount == 3 &amp;&amp; typeSlide == 'carousel'), 'mbr-col-md-6 mbr-col-lg-3': (cardsAmount == 4 &amp;&amp; typeSlide == 'carousel'), 'mbr-col-md-12': cardsAmount == 1 || typeSlide != 'carousel'}\">\n                        <div class=\"gallery-img-wrap\">\n                            <amp-img class=\"mobirise-loader\" on=\"tap:lightbox1\" role=\"button\" tabindex=\"0\" src=\"@PROJECT_PATH@/assets/images/studioera-696x438.jpg\" layout=\"responsive\" height=\"250\" width=\"397.2602739726027\" alt=\"image\">\n                                <div placeholder=\"\" class=\"placeholder\"></div>\n                                <img class=\"mbr-temp\" src=\"@PROJECT_PATH@/assets/images/studioera-696x438.jpg\" alt=\"\" title=\"\">\n                            </amp-img>\n                            <div class=\"icon-wrap\" on=\"tap:lightbox1\" role=\"button\" tabindex=\"0\">\n                                <span mbr-icon=\"\" class=\"amp-iconfont fa-arrows-alt fa\"></span>\n                            </div>\n                        </div>\n                    </div><div class=\"slide mbr-col-sm-12\" mbr-class=\"{'mbr-col-md-6 mbr-col-lg-6': (cardsAmount == 2 &amp;&amp; typeSlide == 'carousel'), 'mbr-col-md-4': (cardsAmount == 3 &amp;&amp; typeSlide == 'carousel'), 'mbr-col-md-6 mbr-col-lg-3': (cardsAmount == 4 &amp;&amp; typeSlide == 'carousel'), 'mbr-col-md-12': cardsAmount == 1 || typeSlide != 'carousel', 'super-hide': imagesAmount < 2 &amp;&amp; typeSlide == 'carousel'}\" mbr-if=\"imagesAmount > 1\">\n                        <div class=\"gallery-img-wrap\">\n                            <amp-img class=\"mobirise-loader\" on=\"tap:lightbox1\" role=\"button\" tabindex=\"0\" src=\"@PROJECT_PATH@/assets/images/cgc-696x404.jpg\" layout=\"responsive\" height=\"250\" width=\"430.6930693069307\" alt=\"image\">\n                                <div placeholder=\"\" class=\"placeholder\"></div>\n                                <img class=\"mbr-temp\" src=\"@PROJECT_PATH@/assets/images/cgc-696x404.jpg\" alt=\"\" title=\"\">\n                            </amp-img>\n                            <div class=\"icon-wrap\" on=\"tap:lightbox1\" role=\"button\" tabindex=\"0\">\n                                <span mbr-icon=\"\" class=\"amp-iconfont fa-arrows-alt fa\"></span>\n                            </div>\n                        </div>\n                    </div><div class=\"slide mbr-col-sm-12\" mbr-class=\"{'mbr-col-md-6 mbr-col-lg-6': (cardsAmount == 2 &amp;&amp; typeSlide == 'carousel'), 'mbr-col-md-4': (cardsAmount == 3 &amp;&amp; typeSlide == 'carousel'), 'mbr-col-md-6 mbr-col-lg-3': (cardsAmount == 4 &amp;&amp; typeSlide == 'carousel'), 'mbr-col-md-12': cardsAmount == 1 || typeSlide != 'carousel', 'super-hide': imagesAmount < 3 &amp;&amp; typeSlide == 'carousel'}\" mbr-if=\"imagesAmount > 2\">\n                        <div class=\"gallery-img-wrap\">\n                            <amp-img class=\"mobirise-loader\" on=\"tap:lightbox1\" role=\"button\" tabindex=\"0\" src=\"@PROJECT_PATH@/assets/images/dish-setup-696x365.jpg\" layout=\"responsive\" height=\"250\" width=\"476.71232876712327\" alt=\"image\">\n                                <div placeholder=\"\" class=\"placeholder\"></div>\n                                <img class=\"mbr-temp\" src=\"@PROJECT_PATH@/assets/images/dish-setup-696x365.jpg\" alt=\"\" title=\"\">\n                            </amp-img>\n                            <div class=\"icon-wrap\" on=\"tap:lightbox1\" role=\"button\" tabindex=\"0\">\n                                <span mbr-icon=\"\" class=\"amp-iconfont fa-arrows-alt fa\"></span>\n                            </div>\n                        </div>\n                    </div><div class=\"slide mbr-col-sm-12\" mbr-class=\"{'mbr-col-md-6 mbr-col-lg-6': (cardsAmount == 2 &amp;&amp; typeSlide == 'carousel'), 'mbr-col-md-4': (cardsAmount == 3 &amp;&amp; typeSlide == 'carousel'), 'mbr-col-md-6 mbr-col-lg-3': (cardsAmount == 4 &amp;&amp; typeSlide == 'carousel'), 'mbr-col-md-12': cardsAmount == 1 || typeSlide != 'carousel', 'super-hide': imagesAmount < 4 &amp;&amp; typeSlide == 'carousel'}\" mbr-if=\"imagesAmount > 3\">\n                        <div class=\"gallery-img-wrap\">\n                            <amp-img class=\"mobirise-loader\" on=\"tap:lightbox1\" role=\"button\" tabindex=\"0\" src=\"@PROJECT_PATH@/assets/images/share-table-696x409.jpg\" layout=\"responsive\" height=\"250\" width=\"425.4278728606357\" alt=\"image\">\n                                <div placeholder=\"\" class=\"placeholder\"></div>\n                                <img class=\"mbr-temp\" src=\"@PROJECT_PATH@/assets/images/share-table-696x409.jpg\" alt=\"\" title=\"\">\n                            </amp-img>\n                            <div class=\"icon-wrap\" on=\"tap:lightbox1\" role=\"button\" tabindex=\"0\">\n                                <span mbr-icon=\"\" class=\"amp-iconfont fa-arrows-alt fa\"></span>\n                            </div>\n                        </div>\n                    </div><div class=\"slide mbr-col-sm-12\" mbr-class=\"{'mbr-col-md-6 mbr-col-lg-6': (cardsAmount == 2 &amp;&amp; typeSlide == 'carousel'), 'mbr-col-md-4': (cardsAmount == 3 &amp;&amp; typeSlide == 'carousel'), 'mbr-col-md-6 mbr-col-lg-3': (cardsAmount == 4 &amp;&amp; typeSlide == 'carousel'), 'mbr-col-md-12': cardsAmount == 1 || typeSlide != 'carousel', 'super-hide': imagesAmount < 5 &amp;&amp; typeSlide == 'carousel'}\" mbr-if=\"imagesAmount > 4\">\n                        <div class=\"gallery-img-wrap\">\n                            <amp-img class=\"mobirise-loader\" on=\"tap:lightbox1\" role=\"button\" tabindex=\"0\" src=\"@PROJECT_PATH@/assets/images/dobel-ladies-696x344.jpg\" layout=\"responsive\" height=\"250\" width=\"505.8139534883721\" alt=\"image\">\n                                <div placeholder=\"\" class=\"placeholder\"></div>\n                                <img class=\"mbr-temp\" src=\"@PROJECT_PATH@/assets/images/dobel-ladies-696x344.jpg\" alt=\"\" title=\"\">\n                            </amp-img>\n                            <div class=\"icon-wrap\" on=\"tap:lightbox1\" role=\"button\" tabindex=\"0\">\n                                <span mbr-icon=\"\" class=\"amp-iconfont fa-arrows-alt fa\"></span>\n                            </div>\n                        </div>\n                    </div></amp-carousel>\n                \n                 <div class=\"dots-wrapper mbr-flex mbr-jc-c\">\n                    <p class=\"dots\">\n                        <span role=\"button\" tabindex=\"0\" class=\"current\" on=\"tap:carousel1.goToSlide(index=0)\" [class]=\"selectedSlide == 0 ? 'current' : ''\"></span>\n                    </p>\n                    <p class=\"dots\" mbr-if=\"imagesAmount > 1\">\n                        <span role=\"button\" tabindex=\"1\" on=\"tap:carousel1.goToSlide(index=1)\" [class]=\"selectedSlide == 1 ? 'current' : ''\"></span>\n                    </p>\n                    <p class=\"dots\" mbr-if=\"imagesAmount > 2\">\n                        <span role=\"button\" tabindex=\"2\" on=\"tap:carousel1.goToSlide(index=2)\" [class]=\"selectedSlide == 2 ? 'current' : ''\"></span>\n                    </p>\n                    <p class=\"dots\" mbr-if=\"imagesAmount > 3\">\n                        <span role=\"button\" tabindex=\"3\" on=\"tap:carousel1.goToSlide(index=3)\" [class]=\"selectedSlide == 3 ? 'current' : ''\"></span>\n                    </p>\n                    <p class=\"dots\" mbr-if=\"imagesAmount > 4\">\n                        <span role=\"button\" tabindex=\"4\" on=\"tap:carousel1.goToSlide(index=4)\" [class]=\"selectedSlide == 4 ? 'current' : ''\"></span>\n                    </p>\n                    <p class=\"dots\" mbr-if=\"imagesAmount > 5\">\n                        <span role=\"button\" tabindex=\"5\" on=\"tap:carousel1.goToSlide(index=5)\" [class]=\"selectedSlide == 5 ? 'current' : ''\"></span>\n                    </p>\n                    <p class=\"dots\" mbr-if=\"imagesAmount > 6\">\n                        <span role=\"button\" tabindex=\"6\" on=\"tap:carousel1.goToSlide(index=6)\" [class]=\"selectedSlide == 6 ? 'current' : ''\"></span>\n                    </p>\n                    <p class=\"dots\" mbr-if=\"imagesAmount > 7\">\n                        <span role=\"button\" tabindex=\"7\" on=\"tap:carousel1.goToSlide(index=7)\" [class]=\"selectedSlide == 7 ? 'current' : ''\"></span>\n                    </p>\n                </div>\n            </div>\n        </div>\n    </div>\n    <amp-image-lightbox id=\"lightbox1\" layout=\"nodisplay\">\n        <a class=\"control\" data-close-button-aria-label=\"Close\">\n            <span class=\"close\"></span>\n        </a>\n    </amp-image-lightbox>\n</section>",
          "_cid": "rYMu2XvJ6A",
          "_anchor": "ampSlider3-4",
          "_protectedParams": [],
          "_global": false,
          "_once": false,
          "_params": {}
        },
        {
          "alias": "amp-blocks/components",
          "_isSecondary": true,
          "typeCompatible": "isAMP",
          "_styles": {
            "padding-top": "(@paddingTop * 1rem)",
            "padding-bottom": "(@paddingBottom * 1rem)",
            "& when (@bg-type = 'color')": {
              "background-color": "@bg-value"
            },
            "& when (@bg-type = 'image')": {
              "background-image": "url(@bg-value)",
              "& when (@overlay)": {
                ".mbr-overlay": {
                  "background": "@overlayColor",
                  "opacity": "@overlayOpacity"
                }
              }
            },
            ".iconfont-wrapper": {
              "width": "(@iconsSize * 1rem)",
              "height": "(@iconsSize * 1rem)",
              "margin": "0 1rem!important",
              "display": "inline-block"
            },
            ".amp-iconfont": {
              "vertical-align": "middle",
              "font-size": "(@iconsSize * 1rem)",
              "width": "(@iconsSize * 1rem)",
              "color": "@IconColor"
            },
            ".fLink": {
              "width": "auto"
            },
            ".mbr-row": {
              "flex-direction": "row"
            },
            ".icons-list a:last-child": {
              "margin-left": "1rem"
            }
          },
          "_name": "ampContacts13",
          "_customHTML": "<section class=\"ampContacts13\" group=\"Contacts\" plugins=\"amp-main\">\n\t<mbr-parameters>\n\t\t<!-- Block parameters controls (Blue \"Gear\" panel) -->\n\t\t<header>Size</header>\n\t\t<input type=\"checkbox\" title=\"Full Width\" name=\"fullWidth\">\n\t\t<input type=\"range\" inline title=\"Top\" name=\"paddingTop\" min=\"0\" max=\"10\" step=\"1\" value=\"3\">\n\t\t<input type=\"range\" inline title=\"Bottom\" name=\"paddingBottom\" min=\"0\" max=\"10\" step=\"1\" value=\"3\">\n\t\t<header>Title</header>\n\t\t<input type=\"checkbox\" title=\"Title\" name=\"showTitle\">\n\t\t<input type=\"checkbox\" title=\"Subtitle\" name=\"showSubtitle\">\n\t\t<select title=\"Title\" name=\"titleAlign\" condition=\"showTitle || showSubtitle\">\n\t\t\t<option value=\"1\">Left</option>\n\t\t\t<option value=\"2\" selected>Center</option>\n\t\t\t<option value=\"3\">Right</option>\n\t\t</select>\n\t\t<header>Contacts</header>\n\t\t<input type=\"checkbox\" title=\"Items\" name=\"showItems\">\n\t\t<input type=\"range\" inline title=\"Items Count\" name=\"itemsCount\" min=\"1\" max=\"7\" step=\"1\" value=\"4\" condition=\"showItems\">\n\t\t<header>Icons</header>\n\t\t<input type=\"checkbox\" title=\"Show Social\" name=\"showSocial\" required>\n\t\t<input type=\"color\" title=\"Color\" name=\"IconColor\" value=\"#3a3a3a\" condition=\"showSocial\">\n\t\t<input type=\"range\" inline title=\"Count\" name=\"socialCount\" min=\"1\" max=\"10\" value=\"5\" step=\"1\" condition=\"showSocial\">\n\t\t<input type=\"range\" inline title=\"Size\" name=\"iconsSize\" min=\"1\" max=\"4\" step=\"0.1\" value=\"1.8\" condition=\"showSocial\">\n\t\t<header>Background</header>\n\t\t<fieldset type=\"background\" name=\"bg\" required>\n\t\t\t<input type=\"image\" title=\"Background Image\" value=\"../_images/background1.jpg\">\n\t\t\t<input type=\"color\" title=\"Background Color\" value=\"#ffffff\" selected>\n\t\t</fieldset>\n\t\t<input type=\"checkbox\" title=\"Overlay\" name=\"overlay\" checked condition=\"bg.type !== 'color'\">\n\t\t<input type=\"color\" title=\"Overlay Color\" name=\"overlayColor\" value=\"#efefef\" condition=\"overlay && bg.type == 'image'\">\n\t\t<input type=\"range\" inline title=\"Opacity\" name=\"overlayOpacity\" min=\"0\" max=\"1\" step=\"0.1\" value=\"0.5\" condition=\"overlay && bg.type == 'image'\">\n\t</mbr-parameters>\n\t<!-- Block parameters controls (Blue \"Gear\" panel) -->\n\t<div class=\"mbr-overlay\" mbr-if=\"overlay && bg.type !== 'color'\"></div>\n\t<div mbr-class=\"{'container': !fullWidth, 'container-fluid': fullWidth}\">\n\t\t<div class=\"title mbr-pb-4\" mbr-if=\"showTitle||showSubtitle\" mbr-class=\"{'align-center':titleAlign==2,\n\t\t\t\t\t\t 'align-right':titleAlign==3}\">\n\t\t\t<h3 class=\"mbr-section-title mbr-bold mbr-fonts-style\" mbr-theme-style=\"display-1\" mbr-if=\"showTitle\" data-app-selector=\".mbr-section-title\">Contacts</h3>\n\t\t\t<h4 class=\"mbr-section-subtitle mbr-fonts-style mbr-pt-2\" mbr-theme-style=\"display-2\" mbr-if=\"showSubtitle\" data-app-selector=\".mbr-section-subtitle\">Enter your block subtitle here</h4>\n\t\t</div>\n\t\t<div class=\"contacts-block mbr-flex mbr-jc-c mbr-column align-center\">\n\t\t\t<div mbr-list mbr-list-grow=\"itemsCount\" class=\"mbr-row link-items mbr-jc-c mbr-fonts-style\" mbr-if=\"showItems\" mbr-theme-style=\"display-7\">\n\t\t\t\t<p class=\"mbr-text fLink mbr-px-1\" data-app-selector=\".fLink\">health,</p>\n\n\t\t\t\t<p class=\"mbr-text fLink mbr-px-1\" data-app-selector=\".fLink\">lifestyle,</p>\n\t\t\t\t<p class=\"mbr-text fLink mbr-px-1\" data-app-selector=\".fLink\">fashion,</p>\n\t\t\t\t<p class=\"mbr-text fLink mbr-px-1\" data-app-selector=\".fLink\">travel</p>\n\t\t\t</div>\n\t\t\t<div class=\"icons-list social mbr-pt-4\" mbr-if=\"showSocial\" mbr-list mbr-list-grow=\"socialCount\" mbr-link-type=\"socials\">\n\t\t\t\t<a href=\"https://mobirise.com\" target=\"_blank\" class=\"iconfont-wrapper\">\n\t\t\t\t\t<span mbr-icon class=\"amp-iconfont fa-facebook-f fa\"></span>\n\t\t\t\t</a>\n\t\t\t\t<a href=\"https://mobirise.com\" target=\"_blank\" class=\"iconfont-wrapper\">\n\t\t\t\t\t<span mbr-icon class=\"amp-iconfont fa-twitter fa\"></span>\n\t\t\t\t</a>\n\t\t\t\t<a href=\"https://mobirise.com\" target=\"_blank\" class=\"iconfont-wrapper\">\n\t\t\t\t\t<span mbr-icon class=\"amp-iconfont fa-google-plus fa\"></span>\n\t\t\t\t</a>\n\t\t\t\t<a href=\"https://mobirise.com\" target=\"_blank\" class=\"iconfont-wrapper\">\n\t\t\t\t\t<span mbr-icon class=\"amp-iconfont fa-linkedin fa\"></span>\n\t\t\t\t</a>\n\t\t\t\t<a href=\"https://mobirise.com\" target=\"_blank\" class=\"iconfont-wrapper\">\n\t\t\t\t\t<span mbr-icon class=\"amp-iconfont fa-pinterest fa\"></span>\n\t\t\t\t</a></div>\n\t\t</div>\n\t</div>\n</section>",
          "_cid": "rYnKDaw5EB",
          "_anchor": "ampContacts13-3",
          "_protectedParams": [],
          "_global": false,
          "_once": false,
          "_params": {}
        },
        {
          "alias": "amp-blocks/components",
          "_isSecondary": true,
          "typeCompatible": "isAMP",
          "_styles": {
            "padding-top": "(@paddingTop * 10px)",
            "padding-bottom": "(@paddingBottom * 10px)",
            "& when (@bg-type = 'image')": {
              "background-image": "url(@bg-value)",
              ".mbr-overlay": {
                "background-color": "@overlayColor",
                "opacity": "@overlayOpacity"
              }
            },
            "& when (@bg-type = 'color')": {
              "background-color": "@bg-value"
            },
            ".group-title": {
              "margin": "15px 0 18px",
              "padding-bottom": "15px",
              "line-height": "1.4",
              "color": "#ffc300"
            },
            ".items": {
              "padding-bottom": "25px",
              ".item": {
                "margin-top": "10px",
                "margin-right": "15px",
                "opacity": ".75",
                "transition": "opacity .3s ease",
                "&:hover": {
                  "opacity": "1"
                }
              }
            },
            "& when (@showLogo)": {
              ".image-block": {
                "amp-img, img": {
                  "object-fit": "contain",
                  "width": "(@heightImg * 1px)",
                  "height": "auto"
                }
              }
            },
            ".dragArea": {
              "margin": "0",
              "flex-wrap": "nowrap"
            },
            "& when (@subscribe)": {
              ".field": {
                "padding": "0",
                "position": "relative",
                "margin-top": "10px",
                "input": {
                  "padding": "6px 12px",
                  "font-size": "15px",
                  "height": "45px",
                  "border": "1px solid lighten(@primaryColor, 30%)"
                },
                ".btn": {
                  "height": "100%",
                  "&.btn-white:hover": {
                    "background-color": "#fff !important",
                    "border-color": "#fff !important",
                    "color": "#000 !important"
                  }
                }
              },
              ".mbr-section-btn": {
                "margin-right": "0"
              }
            },
            ".footer-wrap": {
              "padding-top": "80px"
            },
            ".contacts__bottom": {
              "margin-top": "45px",
              "padding-bottom": "17px"
            },
            ".bottom__left": {
              ".phone": {
                "opacity": ".75",
                "transition": "opacity 0.3s ease",
                "display": "inline-block",
                "&:hover": {
                  "opacity": "1"
                }
              },
              ".mbr-iconfont": {
                "margin-right": "20px",
                "font-size": "20px",
                "width": "20px",
                "height": "20px",
                "color": "@primaryColor",
                "@media (max-width: 767px)": {
                  "margin-right": "0",
                  "margin-bottom": "10px"
                }
              },
              "color": "#ffc300"
            },
            ".amp-iconfont": {
              "font-size": "15px",
              "width": "15px",
              "text-align": "center",
              "& when (@bg-type = 'color')": {
                "color": "contrast(@bg-value) !important"
              },
              "& when (@bg-type = 'image')": {
                "color": "@primaryColor !important"
              },
              "opacity": ".5",
              "&:hover": {
                "opacity": "1"
              }
            },
            ".footer-container": {
              "padding-bottom": "50px",
              "margin-top": "19px",
              "align-items": "center",
              "opacity": ".75",
              "letter-spacing": "0"
            },
            ".divider__foot": {
              "border-top": "1px solid @borderColor",
              "opacity": ".15",
              "width": "100%"
            },
            "@media (max-width: 991px)": {
              ".items": {
                "padding-top": "0"
              },
              ".group-title": {
                "margin-bottom": "5px"
              }
            },
            "@media (max-width: 768px)": {
              ".image-block amp-img": {
                "max-width": "60%",
                "margin": "auto",
                "height": "100%"
              },
              ".image-block": {
                "margin-bottom": "20px"
              },
              ".bottom__left, .contacts__bottom": {
                "flex-direction": "column",
                "align-items": "center",
                "padding-bottom": "15px"
              },
              ".dragArea": {
                "justify-content": "center"
              }
            },
            ".copyright .mbr-text": {
              "color": "#ffffff"
            },
            ".item, .items": {
              "color": "#ffffff"
            }
          },
          "_name": "ampFooter14",
          "_customHTML": "<section class=\"ampFooter14\" group=\"Footers\" once=\"footer\" plugins=\"amp-main, amp-form, amp-mustache\" global=\"\" always-bottom=\"\">\n\n      <mbr-parameters>\n    <!-- Block parameters controls (Blue \"Gear\" panel) -->\n        <input type=\"range\" inline=\"\" title=\"Top\" name=\"paddingTop\" min=\"0\" max=\"10\" step=\"1\" value=\"0\">\n        <input type=\"range\" inline=\"\" title=\"Bottom\" name=\"paddingBottom\" min=\"0\" max=\"10\" step=\"1\" value=\"0\">\n        <header>Menu</header>\n        <input type=\"checkbox\" title=\"Show Column Title\" name=\"showTitle\" checked=\"\">\n          <input type=\"checkbox\" title=\"Show Subscribe\" name=\"subscribe\" checked=\"\">\n          <input type=\"checkbox\" title=\"Show Logo\" name=\"showLogo\" checked=\"\">\n        <input type=\"range\" inline=\"\" title=\"Logo Width\" name=\"heightImg\" min=\"10\" max=\"150\" step=\"10\" value=\"150\" condition=\"showLogo\">\n        <select title=\"Columns\" name=\"columnsCount\">\n            <option value=\"1\">1</option>\n            <option value=\"2\">2</option>\n            <option value=\"3\" selected=\"\">3</option>\n        </select>\n        <input type=\"range\" inline=\"\" title=\"Column 1 Items\" name=\"columnItems1\" min=\"1\" max=\"6\" value=\"2\">\n        <input type=\"range\" inline=\"\" title=\"Column 2 Items\" name=\"columnItems2\" min=\"1\" max=\"6\" value=\"3\" condition=\"columnsCount > 1\">\n        <input type=\"range\" inline=\"\" title=\"Column 3 Items\" name=\"columnItems3\" min=\"1\" max=\"6\" value=\"3\" condition=\"columnsCount > 2\">\n          <header>Bottom</header>\n          <input type=\"checkbox\" title=\"Show Phone\" name=\"showPhone\" checked=\"\">\n          <input type=\"checkbox\" title=\"Show Social\" name=\"showSocial\" checked=\"\">\n           <input type=\"range\" inline=\"\" title=\"Icons Count\" name=\"iconsCount\" min=\"1\" max=\"6\" value=\"4\" step=\"1\" condition=\"showSocial\">\n          <input type=\"color\" title=\"Border Color\" name=\"borderColor\" value=\"#000000\">\n    <input type=\"checkbox\" title=\"Copyright\" name=\"showCopyright\" checked=\"\">\n    <!--  -->\n        <header>Background</header>\n        <fieldset type=\"background\" name=\"bg\">\n            <input type=\"image\" title=\"Background Image\" value=\"@PROJECT_PATH@/assets/images/footers4-1920x564.jpg\" selected=\"\">\n            <input type=\"color\" title=\"Background Color\" value=\"#ffffff\">\n        </fieldset>\n        <input type=\"checkbox\" title=\"Overlay\" name=\"overlay\" condition=\"bg.type !== 'color'\" checked=\"\">\n    <input type=\"color\" title=\"Overlay Color\" name=\"overlayColor\" value=\"#002929\" condition=\"overlay &amp;&amp; bg.type == 'image'\">\n    <input type=\"range\" inline=\"\" title=\"Opacity\" name=\"overlayOpacity\" min=\"0\" max=\"1\" step=\"0.1\" value=\"0.9\" condition=\"overlay &amp;&amp; bg.type == 'image'\">\n    </mbr-parameters>\n\n<div class=\"mbr-overlay\" mbr-if=\"overlay &amp;&amp; bg.type !== 'color'\"></div>\n    <div class=\"container\">\n        <div class=\"mbr-row footer-wrap mbr-jc-c\">\n            <div class=\"image-block align-left mbr-col-sm-12 mbr-col-lg-2\" mbr-class=\"{'mbr-col-md-4' : columnsCount == 2, 'mbr-col-md-3' : columnsCount == 3, 'mbr-col-md-6' : columnsCount <= 1}\" mbr-if=\"showLogo\">\n                    <amp-img src=\"@PROJECT_PATH@/assets/images/logo-260x94.png\" layout=\"responsive\" width=\"149.36170212765958\" height=\"54\" alt=\"Mobirise\" class=\"mobirise-loader\">\n                        <div placeholder=\"\" class=\"placeholder\"></div>\n                        <img class=\"mbr-temp\" src=\"@PROJECT_PATH@/assets/images/logo-260x94.png\" alt=\"Mobirise\" title=\"\">\n                    </amp-img>\n            </div>\n\n            <div class=\"items-col mbr-col-sm-12 align-left\" mbr-class=\"{'mbr-col-lg-2': columnsCount == 3, 'mbr-col-lg-3': ((columnsCount <= 2) &amp;&amp; (showLogo)) || (columnsCount == 2), 'mbr-col-md-4' : columnsCount == 2, 'mbr-col-md-3' : columnsCount == 3, 'mbr-col-md-6' : columnsCount <= 1, 'mbr-col-lg-6 mbr-col-md-6 align-center' : ((columnsCount < 2) &amp;&amp; (!showLogo)) }\">\n                <h3 class=\"mbr-fonts-style group-title mbr-bold\" mbr-theme-style=\"display-7\" mbr-if=\"showTitle\" data-app-selector=\".group-title\">Quick Links</h3>\n                <div class=\"items\" mbr-list=\"\" mbr-list-grow=\"columnItems1\">\n                    <p class=\"item mbr-fonts-style\" mbr-theme-style=\"display-4\" data-app-selector=\".item, .items\"></p><p>\n                        <a href=\"index.html\"></a><a href=\"index.html\" class=\"text-warning\">Home</a></p>\n                    \n                    \n                </div>\n            </div>\n\n            <div class=\"items-col mbr-col-sm-12 align-left\" mbr-class=\"{'mbr-col-lg-2': columnsCount == 3, 'mbr-col-lg-3': columnsCount <= 2, 'mbr-col-md-4' : columnsCount == 2, 'mbr-col-md-3' : columnsCount == 3}\" mbr-if=\"columnsCount > 1\">\n                <h3 class=\"mbr-fonts-style group-title mbr-bold\" mbr-theme-style=\"display-7\" mbr-if=\"showTitle\" data-app-selector=\".group-title\">Location</h3>\n                <div class=\"items\" mbr-list=\"\" mbr-list-grow=\"columnItems2\">\n                    <p class=\"item mbr-fonts-style\" mbr-theme-style=\"display-4\" data-app-selector=\".item, .items\">\n                        Gerehu Stage 2</p>\n                    <p class=\"item mbr-fonts-style\" mbr-theme-style=\"display-4\" data-app-selector=\".item, .items\">\n                        Sivari Road</p>\n                    \n                <p class=\"item mbr-fonts-style\" mbr-theme-style=\"display-4\" data-app-selector=\".item, .items\">\n                        Port Moresby</p></div>\n            </div>\n\n            <div class=\"items-col mbr-col-sm-12 align-left\" mbr-class=\"{'mbr-col-lg-2': columnsCount == 3, 'mbr-col-lg-3': columnsCount <= 2, 'mbr-col-md-4' : columnsCount == 2, 'mbr-col-md-3' : columnsCount == 3}\" mbr-if=\"columnsCount > 2\">\n                <h3 class=\"mbr-fonts-style group-title mbr-bold\" mbr-theme-style=\"display-7\" mbr-if=\"showTitle\" data-app-selector=\".group-title\">\n                    Important Details</h3>\n                <div class=\"items\" mbr-list=\"\" mbr-list-grow=\"columnItems3\">\n                    <p class=\"item mbr-fonts-style\" mbr-theme-style=\"display-4\" data-app-selector=\".item, .items\">\n                        Phone: 675 326 0946</p>\n                    <p class=\"item mbr-fonts-style\" mbr-theme-style=\"display-4\" data-app-selector=\".item, .items\"></p><p>\n                        Fax: (675)3261104</p>\n                    \n                </div>\n            </div>\n            <div class=\"align-left mbr-col-sm-12 \" mbr-if=\"subscribe\" mbr-class=\"{'mbr-col-md-12 mbr-col-lg-4' : ((columnsCount >= 2) || (showLogo)), 'mbr-col-md-6 mbr-col-lg-6' : ((columnsCount < 2) &amp;&amp; (!showLogo))}\">\n                <h3 class=\"mbr-fonts-style group-title mbr-bold\" mbr-theme-style=\"display-7\" mbr-if=\"showTitle\" data-app-selector=\".group-title\">\n                    Let Us Know you visited</h3>\n                <div class=\"items\" mbr-form=\"\">\n<!--Formbuilder Form-->\n<form action=\"\" name=\"Mobirise Form\" method=\"POST\" class=\"mbr-form align-center\">\n<div class=\"mbr-row\">\n<div submit-success=\"\" class=\"mbr-col-lg-12 mbr-col-md-12 mbr-col-sm-12\">\n<template data-form-alert=\"\" type=\"amp-mustache\">Subscription successful!</template>\n</div>\n<div submit-error=\"\" class=\"mbr-col-lg-12 mbr-col-md-12 mbr-col-sm-12\">\n<template data-form-alert=\"\" type=\"amp-mustache\">Subscription failed! {{error}}</template>\n</div>\n</div>\n<div class=\"dragArea mbr-row\">\n<div data-for=\"form[data][0][1]\" class=\"mbr-col field\">\n<input type=\"hidden\" name=\"form[data][0][0]\" value=\"Email\">\n<input type=\"email\" name=\"form[data][0][1]\" placeholder=\"Enter your email\" data-form-field=\"Email\" mbr-theme-style=\"display-5\" required=\"required\" class=\"field-input\" value=\"\">\n</div>\n<div mbr-buttons=\"true\" mbr-theme-style=\"display-4\" data-toolbar=\"-mbrBtnMove,-mbrLink,-mbrBtnRemove,-mbrBtnAdd\" class=\"mbr-col-auto mbr-section-btn field\"><a type=\"submit\" class=\"btn btn-sm btn-form btn-white\" data-app-placeholder=\"Type Text\"><span class=\"mbri-right mbr-iconfont mbr-iconfont-btn\"></span></a></div>\n</div>\n</form><!--Formbuilder Form-->\n</div>\n        </div>\n        </div>\n    <div class=\"contacts__bottom mbr-flex flex-wrap\">\n        <div class=\"mbr-col-sm-12 bottom__left\" mbr-if=\"showPhone\" mbr-class=\"{'mbr-col-md-6' : showSocial, 'mbr-col-md-12' : !showSocial}\">\n            <span class=\"mbr-iconfont mbr-iconfont-btn fa-phone fa\" mbr-icon=\"\"></span>\n           <p class=\"mbr-fonts-style phone mbr-semibold\" mbr-theme-style=\"display-7\" data-app-selector=\".bottom__left\"><a href=\"#\" class=\"text-warning\">(</a>675) 326 0946</p>\n        </div>\n        <div class=\"mbr-col-sm-12 mbr-flex mbr-jc-e bottom__right\" mbr-if=\"showSocial\" mbr-class=\"{'mbr-col-md-6' : showPhone, 'mbr-col-md-12' : !showPhone}\">\n            <!-- SOCIAL ICON -->\n                <div class=\"menu-social-list\" mbr-list=\"\" mbr-list-grow=\"iconsCount\" mbr-link-type=\"socials\">\n                    <a href=\"http://www.youtube.com/channel/UCt_tncVAetpK5JeM8L-8jyw\" target=\"_blank\">\n                        <span mbr-icon=\"\" class=\"amp-iconfont fa-youtube-play fa\"></span>\n                    </a>\n                    <a href=\"https://www.facebook.com/pages/Mobirise/1616226671953247\" target=\"_blank\">\n                        <span mbr-icon=\"\" class=\"amp-iconfont fa-facebook-f fa\"></span>\n                    </a>\n                    \n                <a href=\"https://www.facebook.com/pages/Mobirise/1616226671953247\" target=\"_blank\">\n                        <span mbr-icon=\"\" class=\"amp-iconfont fa-linkedin fa\"></span>\n                    </a><a href=\"https://www.facebook.com/pages/Mobirise/1616226671953247\" target=\"_blank\">\n                        <span mbr-icon=\"\" class=\"amp-iconfont fa-vimeo-square fa\"></span>\n                    </a></div>\n                <!-- SOCIAL ICON END -->\n        </div>\n    </div>\n        \n    \n    <div class=\"divider__foot\" mbr-if=\"showCopyright\"></div>\n    <div class=\"footer-container container\" mbr-if=\"showCopyright\">\n        <div class=\"copyright align-left\">\n            <p class=\"mbr-text mbr-fonts-style\" mbr-theme-style=\"display-4\" data-app-selector=\".copyright .mbr-text\" data-app-placeholder=\"Type Text\">© Copyright Wantok Radio Light 2020 - All Rights Reserved</p>\n        </div>\n    </div>\n</div></section>",
          "_cid": "rZjAc2Ota7",
          "_anchor": "ampFooter14-1o",
          "_protectedParams": [],
          "_global": true,
          "_once": "footer",
          "_params": {}
        }
      ]
    },
    "donate.html": {
      "settings": {
        "title": "Donate",
        "order": 1
      },
      "components": [
        {
          "alias": false,
          "_styles": {
            "background-color": "@menuBgColor",
            "overflow": "visible",
            ".navbar": {
              "background": "@menuBgColor"
            },
            "section": {
              "padding": "0 !important"
            },
            "section.menu, .menu-container": {
              "min-height": "50px !important"
            },
            "& when not (@showBrand) and not (@showLogo)": {
              ".navbar > .container, .navbar > .container-fluid": {
                "justify-content": "flex-end !important"
              }
            },
            "& when (@showLogo)": {
              ".navbar-brand": {
                ".navbar-logo": {
                  "amp-img, img": {
                    "width": "~\"@{logoWidth}px\"",
                    "height": "~\"@{logoHeight}px\"",
                    "object-fit": "contain"
                  }
                }
              }
            },
            "& when (@showBrand)": {
              ".navbar-caption": {
                "line-height": "inherit !important"
              }
            },
            ".navbar .navbar-collapse": {
              "@media (max-width: 991px)": {
                "background": "@menuBgColor",
                "& when (@sidebarSide = 'left')": {
                  "right": "auto",
                  "left": "0"
                }
              }
            },
            "& when (@showItems)": {
              ".nav-link": {
                "height": "70px",
                "margin": ".667em 1em !important",
                "padding": "0 !important",
                "transition": "0.3s",
                "&:hover": {
                  "color": "@primaryColor"
                }
              },
              ".dropdown-item.active, .dropdown-item:active": {
                "background-color": "transparent"
              },
              ".dropdown-menu": {
                "margin-top": "0",
                "background": "@menuBgColor",
                "border-top": "2px solid @primaryColor",
                "box-shadow": "0 6px 12px rgba(0, 0, 0, 0.175)",
                "transition": "all 0.3s",
                ".dropdown-item": {
                  "justify-content": "flex-start !important"
                },
                ".dropdown-item:hover": {
                  "padding-left": "40px"
                },
                "a:hover": {
                  "color": "@primaryColor"
                }
              }
            },
            ".hamburger span": {
              "background-color": "@hamburgerColor"
            },
            ".builder-sidebar": {
              "background-color": "@menuBgColor"
            },
            ".close-sidebar": {
              "&:focus": {
                "outline": "2px auto @primaryColor"
              },
              "span": {
                "background-color": "@hamburgerColor"
              }
            },
            "& when (@showSocial)": {
              "& when (@showItems)": {
                ".menu-social-list": {
                  "@media (min-width: 992px)": {
                    "padding-left": "1rem"
                  },
                  "@media (max-width: 991px)": {
                    "padding-top": ".5rem"
                  }
                }
              },
              "& when (@showButtons)": {
                ".menu-social-list": {
                  "@media (max-width: 991px)": {
                    "padding-bottom": ".5rem"
                  }
                }
              }
            },
            ".amp-iconfont": {
              "font-size": "1.3rem",
              "width": "1.3rem",
              "color": "@iconsColor"
            },
            ".btn": {
              "padding": "5px 30px"
            }
          },
          "_name": "menu1",
          "_customHTML": "<section class=\"menu1 menu horizontal-menu\" group=\"Menu\" plugins=\"DropDown, amp-main, amp-sidebar\" always-top=\"\" global=\"\" once=\"menu\">\n\t<mbr-parameters>\n\t<!-- Block parameters controls (Blue \"Gear\" panel) -->\n\t<!--  -->\n\t<header>Size</header>\n\t<input type=\"checkbox\" title=\"Full Width\" name=\"fullWidth\">\n\t<input type=\"checkbox\" title=\"Sticky Position\" name=\"sticky\" checked=\"\">\n\t<!--  -->\n\t<header>Show/Hide</header>\t\n\t<input type=\"checkbox\" title=\"Show Logo\" name=\"showLogo\" checked=\"\">\n\t<input type=\"range\" title=\"Logo Height\" inline=\"\" name=\"logoHeight\" min=\"30\" max=\"200\" value=\"59\" step=\"1\" condition=\"showLogo\">\n\t<input type=\"range\" title=\"Logo Width\" inline=\"\" name=\"logoWidth\" min=\"30\" max=\"200\" value=\"200\" step=\"1\" condition=\"showLogo\">\n\t<input type=\"checkbox\" title=\"Show Brand Name\" name=\"showBrand\" checked=\"\">\n\t<input type=\"checkbox\" title=\"Show Menu Items\" name=\"showItems\" checked=\"\">\n\t<input type=\"checkbox\" title=\"Show Button(s)\" name=\"showButtons\">\n\t<header>Icons</header>\n\t<input type=\"checkbox\" title=\"Show Social\" name=\"showSocial\">\n\t<input type=\"range\" inline=\"\" title=\"Icons Count\" name=\"socialCount\" min=\"1\" max=\"6\" value=\"3\" step=\"1\" condition=\"showSocial\">\n\t<input type=\"color\" title=\"Icons Color\" name=\"iconsColor\" value=\"#cd201f\">\n\t<header>Sidebar</header>\n\t<select title=\"Side\" name=\"sidebarSide\">\n\t\t<option value=\"left\">Left</option>\n\t\t<option value=\"right\" selected=\"\">Right</option>\n\t</select>\n\t<input type=\"color\" title=\"Hamburger Color\" name=\"hamburgerColor\" value=\"#ffc300\">\n\t<header>Background</header>\n\t<input type=\"color\" title=\"Background Color\" name=\"menuBgColor\" value=\"#002929\" required=\"\">\n\t<!-- End block parameters -->\n\t</mbr-parameters>\n\t<!-- <div class=\"menu-wrapper\"> -->\n\t<nav class=\"navbar navbar-dropdown navbar-expand-lg navbar-short\" mbr-class=\"{'navbar-fixed-top': sticky}\">\n\t\t<div class=\"menu-container\" mbr-class=\"{'container': !fullWidth,\n\t\t\t\t\t\t'container-fluid': fullWidth,\n\t\t\t\t\t\t'mbr-jc-e': !showLogo &amp;&amp; !showBrand}\">\n\t\t\t<!-- SHOW LOGO -->\n\t\t\t<div class=\"navbar-brand\" mbr-if=\"showLogo || showBrand\">\n\t\t\t\t<div mbr-if=\"showLogo\" class=\"navbar-logo\">\n\t\t\t\t\t<amp-img src=\"@PROJECT_PATH@/assets/images/logochoice-240x85.png\" layout=\"responsive\" height=\"59\" width=\"166.58823529411765\" alt=\"image\" class=\"mobirise-loader\">\n\t\t\t\t\t\t<div placeholder=\"\" class=\"placeholder\"></div>\n\t\t\t\t\t\t<img class=\"mbr-temp\" src=\"@PROJECT_PATH@/assets/images/logochoice-240x85.png\" alt=\"\" title=\"\">\n\t\t\t\t\t</amp-img>\n\t\t\t\t</div>\n\t\t\t\t<span mbr-if=\"showBrand\" mbr-buttons=\"\" mbr-theme-style=\"display-5\" class=\"navbar-caption-wrap\" data-toolbar=\"-mbrBtnMove,-mbrBtnAdd,-mbrBtnRemove\"><a class=\"navbar-caption mbr-bold text-warning\" data-app-selector=\".navbar-caption\" href=\"#\" data-app-placeholder=\"Type Text\">PNGCBN</a></span>\n\t\t\t</div>\n\t\t\t<!-- SHOW LOGO END -->\n\t\t\t<!-- COLLAPSED MENU -->\n\t\t\t<div class=\"collapse navbar-collapse\" id=\"navbarSupportedContent\">\n\t\t\t\t<button class=\"navbar-toggler\" type=\"button\" data-toggle=\"collapse\" data-target=\"#navbarSupportedContent\" aria-controls=\"navbarNavAltMarkup\" aria-expanded=\"false\" aria-label=\"Toggle navigation\" mbr-if=\"showItems || showSocial || showButtons\">\n\t\t\t\t<div class=\"hamburger\">\n\t\t\t\t\t<span></span>\n\t\t\t\t\t<span></span>\n\t\t\t\t\t<span></span>\n\t\t\t\t\t<span></span>\n\t\t\t\t</div>\n\t\t\t\t</button>\n\t\t\t\t<!-- NAVBAR ITEMS -->\n\t\t\t\t<ul mbr-menu=\"\" class=\"navbar-nav nav-dropdown\" mbr-theme-style=\"display-4\" mbr-if=\"showItems\" mbr-class=\"{'nav-right': !showButtons,'navbar-nav-top-padding': isPublish &amp;&amp; !showBrand &amp;&amp; !showLogo}\"><li class=\"nav-item dropdown\">\n\t\t\t\t\t\t<a class=\"nav-link link mbr-bold text-warning\" href=\"index.html\" data-app-selector=\".nav-link,.dropdown-item\" aria-expanded=\"false\" data-app-placeholder=\"Type Text\">Home</a>\n\n\t\t\t\t\t</li>\n\t\t\t\t\t<li class=\"nav-item dropdown\">\n\t\t\t\t\t\t<a class=\"nav-link mbr-bold link text-warning\" href=\"aboutus.html\" data-app-selector=\".nav-link,.dropdown-item\" aria-expanded=\"false\" data-app-placeholder=\"Type Text\">About Us</a>\n                   <div class=\"dropdown-menu\">\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t<a class=\"mbr-bold dropdown-item text-warning\" href=\"histrorypics.html\" data-app-selector=\".nav-link,.dropdown-item\" data-app-placeholder=\"Type Text\">Gallery-History</a>\n\t\t\t\t\t\t</div>\n\t\t\t\t\t</li><li class=\"nav-item\"><a class=\"nav-link mbr-bold link text-warning\" href=\"partners.html\" data-app-selector=\".nav-link,.dropdown-item\" aria-expanded=\"false\" data-app-placeholder=\"Type Text\">Partners</a></li>\n\t\t\t\t\t<li class=\"nav-item dropdown\">\n\t\t\t\t\t\t<a class=\"nav-link mbr-bold link text-warning\" href=\"programs.html\" data-app-selector=\".nav-link,.dropdown-item\" aria-expanded=\"false\" data-app-placeholder=\"Type Text\">Programs</a>\n\n\t\t\t\t\t</li><li class=\"nav-item\"><a class=\"nav-link mbr-bold link text-warning\" href=\"projects.html\" data-app-selector=\".nav-link,.dropdown-item\" aria-expanded=\"false\" data-app-placeholder=\"Type Text\">Projects</a>\n       \n                    </li><li class=\"nav-item\"><a class=\"nav-link mbr-bold link text-warning\" href=\"coverage.html\" data-app-selector=\".nav-link,.dropdown-item\" aria-expanded=\"false\" data-app-placeholder=\"Type Text\">Coverage</a></li><li class=\"nav-item\"><a class=\"nav-link mbr-bold link text-warning\" href=\"news.html\" data-app-selector=\".nav-link,.dropdown-item\" aria-expanded=\"false\" data-app-placeholder=\"Type Text\">News</a></li>\n\t\t\t\t\t<li class=\"nav-item dropdown\">\n\t\t\t\t\t\t<a class=\"nav-link mbr-bold link text-warning\" href=\"https://ca7ssl.rcast.net/radio/61643/\" data-app-selector=\".nav-link,.dropdown-item\" aria-expanded=\"false\" data-app-placeholder=\"Type Text\" target=\"_blank\">LiveStream</a>\n\n\t\t\t\t\t</li><li class=\"nav-item\"><a class=\"nav-link mbr-bold link text-warning\" href=\"contact.html\" data-app-selector=\".nav-link,.dropdown-item\" aria-expanded=\"false\" data-app-placeholder=\"Type Text\">Contact</a></li></ul>\n\t\t\t\t<!-- NAVBAR ITEMS END -->\n\t\t\t\t<!-- SOCIAL ICON -->\n\t\t\t\t<div class=\"menu-social-list\" mbr-if=\"showSocial\" mbr-list=\"\" mbr-list-grow=\"socialCount\" mbr-link-type=\"socials\">\n\t\t\t\t\t<a href=\"#\" target=\"_blank\" class=\"iconfont-wrapper\">\n\t\t\t\t\t\t<span mbr-icon=\"\" class=\"amp-iconfont animation-normal fa-twitter fa\"></span>\n\t\t\t\t\t</a>\n\t\t\t\t\t<a href=\"#\" target=\"_blank\" class=\"iconfont-wrapper\">\n\t\t\t\t\t\t<span mbr-icon=\"\" class=\"amp-iconfont animation-normal fa-facebook fa\"></span>\n\t\t\t\t\t</a>\n\t\t\t\t\t<a href=\"#\" target=\"_blank\" class=\"iconfont-wrapper\">\n\t\t\t\t\t\t<span mbr-icon=\"\" class=\"amp-iconfont animation-normal fa-telegram fa\"></span>\n\t\t\t\t\t</a>\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t</div>\n\t\t\t\t<!-- SOCIAL ICON END -->\n\t\t\t\t<!-- SHOW BUTTON -->\n\t\t\t\t<div mbr-if=\"showButtons\" mbr-buttons=\"\" mbr-theme-style=\"display-7\" class=\"navbar-buttons mbr-section-btn\">\n\t\t\t\t\t<a class=\"btn btn-md btn-black mbr-bold\" href=\"#\">Join us</a>\n\t\t\t\t</div>\n\t\t\t\t<!-- SHOW BUTTON END -->\n\t\t\t</div>\n\t\t\t<!-- COLLAPSED MENU END -->\n\t\t\t<button class=\"navbar-toggler hide\" type=\"button\" data-toggle=\"collapse\" data-target=\"#navbarSupportedContent\" aria-controls=\"navbarNavAltMarkup\" aria-expanded=\"false\" aria-label=\"Toggle navigation\" mbr-if=\"showItems || showSocial || showButtons\">\n\t\t\t<div class=\"hamburger\">\n\t\t\t\t<span></span>\n\t\t\t\t<span></span>\n\t\t\t\t<span></span>\n\t\t\t\t<span></span>\n\t\t\t</div>\n\t\t\t</button>\n\t\t\t<button on=\"tap:sidebar.toggle\" class=\"ampstart-btn hamburger\" mbr-if=\"(showItems||showButtons)\">\n\t\t\t\t<span></span>\n\t\t\t\t<span></span>\n\t\t\t\t<span></span>\n\t\t\t\t<span></span>\n\t\t\t</button>\n\t\t</div>\n\t</nav>\n\t<!-- AMP plug -->\n\t<amp-sidebar id=\"sidebar\" layout=\"nodisplay\" side=\"{{sidebarSide}}\">\n\t\t<div class=\"builder-sidebar\" id=\"builder-sidebar\">\n\t\t\t<button on=\"tap:sidebar.close\" class=\"close-sidebar\">\n\t\t\t<span></span>\n\t\t\t<span></span>\n\t\t\t</button>\n\t\t</div>\n\t</amp-sidebar>\n\t<!-- </div> -->\n</section>",
          "_cid": "rx8RugdGc5",
          "_PHPplaceholders": [],
          "_JSplaceholders": [],
          "_anchor": "menu1-2d",
          "_protectedParams": [],
          "_global": true,
          "_once": "menu",
          "_params": {}
        },
        {
          "alias": "amp-blocks/components",
          "_isSecondary": true,
          "typeCompatible": "isAMP",
          "_styles": {
            "padding-top": "(@paddingTop * 10px)",
            "padding-bottom": "(@paddingBottom * 10px)",
            "& when (@bg-type = 'image')": {
              "background-image": "url(@bg-value)",
              ".mbr-overlay": {
                "background-color": "@overlayColor",
                "opacity": "@overlayOpacity"
              }
            },
            "& when (@bg-type = 'color')": {
              "background-color": "@bg-value"
            },
            ".group-title": {
              "margin": "15px 0 18px",
              "padding-bottom": "15px",
              "line-height": "1.4",
              "color": "#ffc300"
            },
            ".items": {
              "padding-bottom": "25px",
              ".item": {
                "margin-top": "10px",
                "margin-right": "15px",
                "opacity": ".75",
                "transition": "opacity .3s ease",
                "&:hover": {
                  "opacity": "1"
                }
              }
            },
            "& when (@showLogo)": {
              ".image-block": {
                "amp-img, img": {
                  "object-fit": "contain",
                  "width": "(@heightImg * 1px)",
                  "height": "auto"
                }
              }
            },
            ".dragArea": {
              "margin": "0",
              "flex-wrap": "nowrap"
            },
            "& when (@subscribe)": {
              ".field": {
                "padding": "0",
                "position": "relative",
                "margin-top": "10px",
                "input": {
                  "padding": "6px 12px",
                  "font-size": "15px",
                  "height": "45px",
                  "border": "1px solid lighten(@primaryColor, 30%)"
                },
                ".btn": {
                  "height": "100%",
                  "&.btn-white:hover": {
                    "background-color": "#fff !important",
                    "border-color": "#fff !important",
                    "color": "#000 !important"
                  }
                }
              },
              ".mbr-section-btn": {
                "margin-right": "0"
              }
            },
            ".footer-wrap": {
              "padding-top": "80px"
            },
            ".contacts__bottom": {
              "margin-top": "45px",
              "padding-bottom": "17px"
            },
            ".bottom__left": {
              ".phone": {
                "opacity": ".75",
                "transition": "opacity 0.3s ease",
                "display": "inline-block",
                "&:hover": {
                  "opacity": "1"
                }
              },
              ".mbr-iconfont": {
                "margin-right": "20px",
                "font-size": "20px",
                "width": "20px",
                "height": "20px",
                "color": "@primaryColor",
                "@media (max-width: 767px)": {
                  "margin-right": "0",
                  "margin-bottom": "10px"
                }
              },
              "color": "#ffc300"
            },
            ".amp-iconfont": {
              "font-size": "15px",
              "width": "15px",
              "text-align": "center",
              "& when (@bg-type = 'color')": {
                "color": "contrast(@bg-value) !important"
              },
              "& when (@bg-type = 'image')": {
                "color": "@primaryColor !important"
              },
              "opacity": ".5",
              "&:hover": {
                "opacity": "1"
              }
            },
            ".footer-container": {
              "padding-bottom": "50px",
              "margin-top": "19px",
              "align-items": "center",
              "opacity": ".75",
              "letter-spacing": "0"
            },
            ".divider__foot": {
              "border-top": "1px solid @borderColor",
              "opacity": ".15",
              "width": "100%"
            },
            "@media (max-width: 991px)": {
              ".items": {
                "padding-top": "0"
              },
              ".group-title": {
                "margin-bottom": "5px"
              }
            },
            "@media (max-width: 768px)": {
              ".image-block amp-img": {
                "max-width": "60%",
                "margin": "auto",
                "height": "100%"
              },
              ".image-block": {
                "margin-bottom": "20px"
              },
              ".bottom__left, .contacts__bottom": {
                "flex-direction": "column",
                "align-items": "center",
                "padding-bottom": "15px"
              },
              ".dragArea": {
                "justify-content": "center"
              }
            },
            ".copyright .mbr-text": {
              "color": "#ffffff"
            },
            ".item, .items": {
              "color": "#ffffff"
            }
          },
          "_name": "ampFooter14",
          "_customHTML": "<section class=\"ampFooter14\" group=\"Footers\" once=\"footer\" plugins=\"amp-main, amp-form, amp-mustache\" global=\"\" always-bottom=\"\">\n\n      <mbr-parameters>\n    <!-- Block parameters controls (Blue \"Gear\" panel) -->\n        <input type=\"range\" inline=\"\" title=\"Top\" name=\"paddingTop\" min=\"0\" max=\"10\" step=\"1\" value=\"0\">\n        <input type=\"range\" inline=\"\" title=\"Bottom\" name=\"paddingBottom\" min=\"0\" max=\"10\" step=\"1\" value=\"0\">\n        <header>Menu</header>\n        <input type=\"checkbox\" title=\"Show Column Title\" name=\"showTitle\" checked=\"\">\n          <input type=\"checkbox\" title=\"Show Subscribe\" name=\"subscribe\" checked=\"\">\n          <input type=\"checkbox\" title=\"Show Logo\" name=\"showLogo\" checked=\"\">\n        <input type=\"range\" inline=\"\" title=\"Logo Width\" name=\"heightImg\" min=\"10\" max=\"150\" step=\"10\" value=\"150\" condition=\"showLogo\">\n        <select title=\"Columns\" name=\"columnsCount\">\n            <option value=\"1\">1</option>\n            <option value=\"2\">2</option>\n            <option value=\"3\" selected=\"\">3</option>\n        </select>\n        <input type=\"range\" inline=\"\" title=\"Column 1 Items\" name=\"columnItems1\" min=\"1\" max=\"6\" value=\"2\">\n        <input type=\"range\" inline=\"\" title=\"Column 2 Items\" name=\"columnItems2\" min=\"1\" max=\"6\" value=\"3\" condition=\"columnsCount > 1\">\n        <input type=\"range\" inline=\"\" title=\"Column 3 Items\" name=\"columnItems3\" min=\"1\" max=\"6\" value=\"3\" condition=\"columnsCount > 2\">\n          <header>Bottom</header>\n          <input type=\"checkbox\" title=\"Show Phone\" name=\"showPhone\" checked=\"\">\n          <input type=\"checkbox\" title=\"Show Social\" name=\"showSocial\" checked=\"\">\n           <input type=\"range\" inline=\"\" title=\"Icons Count\" name=\"iconsCount\" min=\"1\" max=\"6\" value=\"4\" step=\"1\" condition=\"showSocial\">\n          <input type=\"color\" title=\"Border Color\" name=\"borderColor\" value=\"#000000\">\n    <input type=\"checkbox\" title=\"Copyright\" name=\"showCopyright\" checked=\"\">\n    <!--  -->\n        <header>Background</header>\n        <fieldset type=\"background\" name=\"bg\">\n            <input type=\"image\" title=\"Background Image\" value=\"@PROJECT_PATH@/assets/images/footers4-1920x564.jpg\" selected=\"\">\n            <input type=\"color\" title=\"Background Color\" value=\"#ffffff\">\n        </fieldset>\n        <input type=\"checkbox\" title=\"Overlay\" name=\"overlay\" condition=\"bg.type !== 'color'\" checked=\"\">\n    <input type=\"color\" title=\"Overlay Color\" name=\"overlayColor\" value=\"#004b4b\" condition=\"overlay &amp;&amp; bg.type == 'image'\">\n    <input type=\"range\" inline=\"\" title=\"Opacity\" name=\"overlayOpacity\" min=\"0\" max=\"1\" step=\"0.1\" value=\"0.9\" condition=\"overlay &amp;&amp; bg.type == 'image'\">\n    </mbr-parameters>\n\n<div class=\"mbr-overlay\" mbr-if=\"overlay &amp;&amp; bg.type !== 'color'\"></div>\n    <div class=\"container\">\n        <div class=\"mbr-row footer-wrap mbr-jc-c\">\n            <div class=\"image-block align-left mbr-col-sm-12 mbr-col-lg-2\" mbr-class=\"{'mbr-col-md-4' : columnsCount == 2, 'mbr-col-md-3' : columnsCount == 3, 'mbr-col-md-6' : columnsCount <= 1}\" mbr-if=\"showLogo\">\n                    <amp-img src=\"@PROJECT_PATH@/assets/images/logo-260x94.png\" layout=\"responsive\" width=\"149.36170212765958\" height=\"54\" alt=\"Mobirise\" class=\"mobirise-loader\">\n                        <div placeholder=\"\" class=\"placeholder\"></div>\n                        <img class=\"mbr-temp\" src=\"@PROJECT_PATH@/assets/images/logo-260x94.png\" alt=\"Mobirise\" title=\"\">\n                    </amp-img>\n            </div>\n\n            <div class=\"items-col mbr-col-sm-12 align-left\" mbr-class=\"{'mbr-col-lg-2': columnsCount == 3, 'mbr-col-lg-3': ((columnsCount <= 2) &amp;&amp; (showLogo)) || (columnsCount == 2), 'mbr-col-md-4' : columnsCount == 2, 'mbr-col-md-3' : columnsCount == 3, 'mbr-col-md-6' : columnsCount <= 1, 'mbr-col-lg-6 mbr-col-md-6 align-center' : ((columnsCount < 2) &amp;&amp; (!showLogo)) }\">\n                <h3 class=\"mbr-fonts-style group-title mbr-bold\" mbr-theme-style=\"display-7\" mbr-if=\"showTitle\" data-app-selector=\".group-title\">Quick Links</h3>\n                <div class=\"items\" mbr-list=\"\" mbr-list-grow=\"columnItems1\">\n                    <p class=\"item mbr-fonts-style\" mbr-theme-style=\"display-4\" data-app-selector=\".item, .items\"></p><p>\n                        <a href=\"index.html\"></a><a href=\"index.html\" class=\"text-warning\">Home</a></p><p></p>\n                    \n                    \n                <p class=\"item mbr-fonts-style\" mbr-theme-style=\"display-4\" data-app-selector=\".item, .items\">\n                        <a href=\"page1.html\" class=\"text-warning\">About Us</a>\n                    </p></div>\n            </div>\n\n            <div class=\"items-col mbr-col-sm-12 align-left\" mbr-class=\"{'mbr-col-lg-2': columnsCount == 3, 'mbr-col-lg-3': columnsCount <= 2, 'mbr-col-md-4' : columnsCount == 2, 'mbr-col-md-3' : columnsCount == 3}\" mbr-if=\"columnsCount > 1\">\n                <h3 class=\"mbr-fonts-style group-title mbr-bold\" mbr-theme-style=\"display-7\" mbr-if=\"showTitle\" data-app-selector=\".group-title\">Location</h3>\n                <div class=\"items\" mbr-list=\"\" mbr-list-grow=\"columnItems2\">\n                    <p class=\"item mbr-fonts-style\" mbr-theme-style=\"display-4\" data-app-selector=\".item, .items\">\n                        Gerehu Stage 2</p>\n                    <p class=\"item mbr-fonts-style\" mbr-theme-style=\"display-4\" data-app-selector=\".item, .items\">\n                        Sivari Road</p>\n                    \n                <p class=\"item mbr-fonts-style\" mbr-theme-style=\"display-4\" data-app-selector=\".item, .items\">\n                        Port Moresby</p></div>\n            </div>\n\n            <div class=\"items-col mbr-col-sm-12 align-left\" mbr-class=\"{'mbr-col-lg-2': columnsCount == 3, 'mbr-col-lg-3': columnsCount <= 2, 'mbr-col-md-4' : columnsCount == 2, 'mbr-col-md-3' : columnsCount == 3}\" mbr-if=\"columnsCount > 2\">\n                <h3 class=\"mbr-fonts-style group-title mbr-bold\" mbr-theme-style=\"display-7\" mbr-if=\"showTitle\" data-app-selector=\".group-title\">\n                    Important Details</h3>\n                <div class=\"items\" mbr-list=\"\" mbr-list-grow=\"columnItems3\">\n                    <p class=\"item mbr-fonts-style\" mbr-theme-style=\"display-4\" data-app-selector=\".item, .items\">\n                        Phone: 675 326 0946</p>\n                    <p class=\"item mbr-fonts-style\" mbr-theme-style=\"display-4\" data-app-selector=\".item, .items\"></p><p>\n                        Fax: (675)3261104</p><p></p>\n                    \n                <p class=\"item mbr-fonts-style\" mbr-theme-style=\"display-4\" data-app-selector=\".item, .items\">Email: wantok@wantokradio.org</p></div>\n            </div>\n            <div class=\"align-left mbr-col-sm-12 \" mbr-if=\"subscribe\" mbr-class=\"{'mbr-col-md-12 mbr-col-lg-4' : ((columnsCount >= 2) || (showLogo)), 'mbr-col-md-6 mbr-col-lg-6' : ((columnsCount < 2) &amp;&amp; (!showLogo))}\">\n                <h3 class=\"mbr-fonts-style group-title mbr-bold\" mbr-theme-style=\"display-7\" mbr-if=\"showTitle\" data-app-selector=\".group-title\">\n                    Let Us Know you visited</h3>\n                <div class=\"items\" mbr-form=\"\">\n<!--Formbuilder Form-->\n<form action=\"\" name=\"Mobirise Form\" method=\"POST\" class=\"mbr-form align-center\">\n<div class=\"mbr-row\">\n<div submit-success=\"\" class=\"mbr-col-lg-12 mbr-col-md-12 mbr-col-sm-12\">\n<template data-form-alert=\"\" type=\"amp-mustache\">Subscription successful!</template>\n</div>\n<div submit-error=\"\" class=\"mbr-col-lg-12 mbr-col-md-12 mbr-col-sm-12\">\n<template data-form-alert=\"\" type=\"amp-mustache\">Subscription failed! {{error}}</template>\n</div>\n</div>\n<div class=\"dragArea mbr-row\">\n<div data-for=\"form[data][0][1]\" class=\"mbr-col field\">\n<input type=\"hidden\" name=\"form[data][0][0]\" value=\"Email\">\n<input type=\"email\" name=\"form[data][0][1]\" placeholder=\"Enter your email\" data-form-field=\"Email\" mbr-theme-style=\"display-5\" required=\"required\" class=\"field-input\" value=\"\">\n</div>\n<div mbr-buttons=\"true\" mbr-theme-style=\"display-4\" data-toolbar=\"-mbrBtnMove,-mbrLink,-mbrBtnRemove,-mbrBtnAdd\" class=\"mbr-col-auto mbr-section-btn field\"><a type=\"submit\" class=\"btn btn-sm btn-form btn-white\" data-app-placeholder=\"Type Text\"><span class=\"mbri-right mbr-iconfont mbr-iconfont-btn\"></span></a></div>\n</div>\n</form><!--Formbuilder Form-->\n</div>\n        </div>\n        </div>\n    <div class=\"contacts__bottom mbr-flex flex-wrap\">\n        <div class=\"mbr-col-sm-12 bottom__left\" mbr-if=\"showPhone\" mbr-class=\"{'mbr-col-md-6' : showSocial, 'mbr-col-md-12' : !showSocial}\">\n            <span class=\"mbr-iconfont mbr-iconfont-btn fa-phone fa\" mbr-icon=\"\"></span>\n           <p class=\"mbr-fonts-style phone mbr-semibold\" mbr-theme-style=\"display-7\" data-app-selector=\".bottom__left\"><a href=\"#\" class=\"text-warning\">(</a>675) 326 0946</p>\n        </div>\n        <div class=\"mbr-col-sm-12 mbr-flex mbr-jc-e bottom__right\" mbr-if=\"showSocial\" mbr-class=\"{'mbr-col-md-6' : showPhone, 'mbr-col-md-12' : !showPhone}\">\n            <!-- SOCIAL ICON -->\n                <div class=\"menu-social-list\" mbr-list=\"\" mbr-list-grow=\"iconsCount\" mbr-link-type=\"socials\">\n                    <a href=\"http://www.youtube.com/channel/UCt_tncVAetpK5JeM8L-8jyw\" target=\"_blank\">\n                        <span mbr-icon=\"\" class=\"amp-iconfont fa-youtube-play fa\"></span>\n                    </a>\n                    <a href=\"https://www.facebook.com/pages/Mobirise/1616226671953247\" target=\"_blank\">\n                        <span mbr-icon=\"\" class=\"amp-iconfont fa-facebook-f fa\"></span>\n                    </a>\n                    \n                <a href=\"https://www.facebook.com/pages/Mobirise/1616226671953247\" target=\"_blank\">\n                        <span mbr-icon=\"\" class=\"amp-iconfont fa-linkedin fa\"></span>\n                    </a><a href=\"https://www.facebook.com/pages/Mobirise/1616226671953247\" target=\"_blank\">\n                        <span mbr-icon=\"\" class=\"amp-iconfont fa-vimeo-square fa\"></span>\n                    </a></div>\n                <!-- SOCIAL ICON END -->\n        </div>\n    </div>\n        \n    \n    <div class=\"divider__foot\" mbr-if=\"showCopyright\"></div>\n    <div class=\"footer-container container\" mbr-if=\"showCopyright\">\n        <div class=\"copyright align-left\">\n            <p class=\"mbr-text mbr-fonts-style\" mbr-theme-style=\"display-4\" data-app-selector=\".copyright .mbr-text\" data-app-placeholder=\"Type Text\">© Copyright Wantok Radio Light 2020 - All Rights Reserved</p>\n        </div>\n    </div>\n</div></section>",
          "_cid": "rZjAc2Ota7",
          "_anchor": "ampFooter14-2e",
          "_protectedParams": [],
          "_global": true,
          "_once": "footer",
          "_params": {}
        },
        {
          "alias": false,
          "_styles": {
            "& when not (@fullScreen)": {
              "padding-top": "(@paddingTop * 1rem)",
              "padding-bottom": "(@paddingBottom * 1rem)"
            },
            "& when (@bg-type = 'image')": {
              "background-image": "url(@bg-value)",
              "& when (@overlay)": {
                ".mbr-overlay": {
                  "background": "@overlayColor",
                  "opacity": "@overlayOpacity"
                }
              }
            },
            "& when (@bg-type = 'color')": {
              "background-color": "@bg-value"
            },
            "align-items": "center",
            "display": "flex",
            ".btn": {
              "padding": "5px 50px"
            },
            ".mbr-section-subtitle, .mbr-section-btn": {
              "color": "#870000"
            }
          },
          "_name": "header1",
          "_customHTML": "<section class=\"header1\" group=\"Headers\" mbr-class=\"{'mbr-fullscreen': fullScreen}\" plugins=\"amp-main\">\n    <mbr-parameters>\n    <!-- Block parameters controls (Blue \"Gear\" panel) -->\n    <header>Size</header>\n    <input type=\"checkbox\" title=\"Full Screen\" name=\"fullScreen\">\n    <input type=\"checkbox\" title=\"Full Width\" name=\"fullWidth\">\n    <input type=\"range\" inline title=\"Top\" name=\"paddingTop\" min=\"0\" max=\"15\" step=\"1\" value=\"15\" condition=\"fullScreen == false\">\n    <input type=\"range\" inline title=\"Bottom\" name=\"paddingBottom\" min=\"0\" max=\"15\" step=\"1\" value=\"10\" condition=\"fullScreen == false\">\n    <input type=\"checkbox\" name=\"halfSize\" title=\"Half Size\">\n    <select title=\"Align\" name=\"alignHalf\" condition=\"halfSize\">\n        <option value=\"1\" selected>Left</option>\n        <option value=\"2\">Center</option>\n        <option value=\"3\">Right</option>\n    </select>\n    <header>Show/Hide</header>\n    <input type=\"checkbox\" title=\"Title\" name=\"showTitle\" checked>\n    <input type=\"checkbox\" title=\"Subtitle\" name=\"showSubtitle\" checked>\n    <input type=\"checkbox\" title=\"Text\" name=\"showText\">\n    <input type=\"checkbox\" title=\"Buttons\" name=\"showButtons\" checked>\n    <select title=\"Align\" name=\"alignTitle\" condition=\"showTitle || showSubtitle || showText || showButtons\">\n        <option value=\"1\">Left</option>\n        <option value=\"2\" selected>Center</option>\n        <option value=\"3\">Right</option>\n    </select>\n    <header>Background</header>\n    <fieldset type=\"background\" name=\"bg\" required>\n        <input type=\"image\" title=\"Background Image\" value=\"@PROJECT_PATH@/assets/images/logo-970x350.png\" selected>\n        <input type=\"color\" title=\"Background Color\" value=\"#ffffff\">\n    </fieldset>\n    <input type=\"checkbox\" title=\"Overlay\" name=\"overlay\" condition=\"bg.type !== 'color'\" checked>\n    <input type=\"color\" title=\"Overlay Color\" name=\"overlayColor\" value=\"#ffffff\" condition=\"overlay && bg.type !== 'color'\">\n    <input type=\"range\" inline title=\"Opacity\" name=\"overlayOpacity\" min=\"0\" max=\"1\" step=\"0.1\" value=\"0.8\" condition=\"overlay && bg.type !== 'color'\">\n    <!-- End block parameters -->\n    </mbr-parameters>\n    <div class=\"mbr-overlay\" mbr-if=\"overlay && bg.type !== 'color'\"></div>\n    <div mbr-class=\"{'container':!fullWidth,\n                     'container-fluid': fullWidth}\">\n        <div class=\"mbr-row\" mbr-class=\"{'align-left': alignTitle==1,\n                        'align-center': alignTitle==2,\n                        'align-right': alignTitle==3,\n                        'mbr-jc-c':alignHalf==2,\n                        'mbr-jc-e':alignHalf==3}\" mbr-if=\"showTitle || showSubtitle || showText || showButtons\">\n            <div class=\"title-block mbr-col-sm-12 mbr-col-md-12\" mbr-class=\"{'mbr-col-lg-6': halfSize,\n                             'mbr-col-lg-12': !halfSize}\">\n                <h1 class=\"mbr-section-title mbr-fonts-style mbr-bold\" mbr-theme-style=\"display-1\" mbr-if=\"showTitle\" data-app-selector=\".mbr-section-title, .mbr-section-btn\">DONATE</h1>\n                <h2 class=\"mbr-section-subtitle mbr-fonts-style\" mbr-class=\"{'mbr-pt-3': showTitle}\" mbr-theme-style=\"display-2\" mbr-if=\"showSubtitle\" data-app-selector=\".mbr-section-subtitle, .mbr-section-btn\"><b>Your support goes a long way in keeping us on Air.</b><br><b>We thank you all.</b></h2>\n                <p class=\"mbr-text mbr-fonts-style\" mbr-class=\"{'mbr-pt-2': showTitle || showSubtitle}\" mbr-theme-style=\"display-7\" mbr-if=\"showText\" data-app-selector=\".mbr-section-btn, .mbr-text\">Click on the text in the block to select it and enter the text you want to show.</p>\n                <div mbr-buttons class=\"mbr-section-btn\" mbr-class=\"{'mbr-pt-4':showSubtitle||showTitle||showText}\" mbr-theme-style=\"display-7\" data-toolbar=\"-mbrBtnMove\" mbr-if=\"showButtons\">\n                    <a class=\"btn-primary btn\">Learn How</a>\n                </div>\n            </div>\n        </div>\n    </div>\n</section>",
          "_cid": "rZvfJjuvid",
          "_anchor": "header1-2i",
          "_protectedParams": [],
          "_global": false,
          "_once": false,
          "_params": {}
        },
        {
          "alias": "amp-blocks/components",
          "_isSecondary": true,
          "typeCompatible": "isAMP",
          "_styles": {
            "& when not (@fullScreen)": {
              "padding-top": "(@paddingTop * 1rem)",
              "padding-bottom": "(@paddingBottom * 1rem)"
            },
            "& when (@bg-type = \"image\")": {
              "background-image": "url(@bg-value)",
              "& when (@overlay)": {
                ".mbr-overlay": {
                  "background": "@overlayColor",
                  "opacity": "@overlayOpacity"
                }
              }
            },
            "& when (@bg-type = \"color\")": {
              "background-color": "@bg-value"
            },
            "& when not (@blockDirection)": {
              ".title-block": {
                "margin": "auto",
                "width": "100%"
              },
              ".title-wrap": {
                "padding-left": "0",
                "padding-right": "0",
                "@media (max-width: 992px)": {
                  "margin-bottom": "2rem"
                }
              }
            },
            ".form-block": {
              "& when not (@transparentForm)": {
                "@media (min-width: 992px)": {
                  "padding": "0"
                }
              },
              ".mbr-overlay": {
                "opacity": "@formBgOpacity",
                "background": "@formBgColor !important"
              },
              ".mbr-form": {
                "flex-wrap": "wrap"
              },
              ".field-input": {
                "color": "contrast(@inputBg)",
                "&:not([type=\"checkbox\"]):not([type=\"radio\"])": {
                  "border-width": "2px",
                  "border-color": "(@inputBg * 1.1)",
                  "background": "(@inputBg * 0.9)",
                  "transition": "0.2s",
                  "&:hover, &:focus": {
                    "transform": "scale(1.01)"
                  }
                }
              },
              "input::-webkit-input-placeholder": {
                "color": "contrast(@inputBg)"
              },
              "input::-moz-placeholder": {
                "color": "contrast(@inputBg)"
              },
              "textarea::-webkit-input-placeholder": {
                "color": "contrast(@inputBg)"
              },
              "textarea::-moz-placeholder": {
                "color": "contrast(@inputBg)"
              }
            },
            "align-items": "center",
            "display": "flex",
            ".btn-primary": {
              "background-color": "(@primaryColor * 1.1) !important",
              "border-color": "(@primaryColor * 1.1) !important"
            },
            ".btn": {
              "width": "50px",
              "height": "50px"
            },
            ".btn-form .mbr-iconfont-btn": {
              "font-size": "(@iconsSize * 0.8rem)",
              "width": "(@iconsSize * 0.8rem)",
              "color": "currentColor",
              "margin-left": "0 !important"
            },
            ".custom-section-text1": {
              "padding-bottom": "2rem",
              "@media (max-width: 991px)": {
                "padding-bottom": "0"
              }
            },
            "h3, h4, p": {
              "margin-left": "0"
            },
            ".mbr-section-title": {
              "color": "#870000"
            }
          },
          "_name": "ampInfo3",
          "_customHTML": "<section class=\"ampInfo3\" group=\"Info\" mbr-class=\"{'mbr-fullscreen': fullScreen}\" plugins=\"amp-main, amp-form, amp-mustache\">\n    <mbr-parameters>\n    <!-- Block parameters controls (Blue \"Gear\" panel) -->\n    <header>Size</header>\n    <input type=\"checkbox\" title=\"Row/Column\" name=\"blockDirection\">\n    <input type=\"checkbox\" title=\"Full Screen\" name=\"fullScreen\">\n    <input type=\"checkbox\" title=\"Full Width\" name=\"fullWidth\">\n    <input type=\"checkbox\" title=\"Reverse Content\" name=\"reverseContent\" condition=\"!blockDirection\">\n    <input type=\"range\" inline title=\"Top\" name=\"paddingTop\" min=\"0\" max=\"15\" step=\"1\" value=\"6\" condition=\"fullScreen == false\">\n    <input type=\"range\" inline title=\"Bottom\" name=\"paddingBottom\" min=\"0\" max=\"15\" step=\"1\" value=\"6\" condition=\"fullScreen == false\">\n    <input type=\"range\" inline title=\"Left/Right\" name=\"columnWidth\" min=\"1\" max=\"5\" step=\"1\" value=\"4\" condition=\"!blockDirection\">\n    <header>Show/Hide</header>\n    <input type=\"checkbox\" title=\"Title\" name=\"showTitle\" checked>\n    <input type=\"checkbox\" title=\"Subtitle\" name=\"showSubtitle\">\n    <input type=\"checkbox\" title=\"Text\" name=\"showText\" checked>\n    <header>Icons</header>\n    <input type=\"range\" inline title=\"Icons Size\" name=\"iconsSize\" min=\"1\" max=\"3\" step=\"0.25\" value=\"2\">\n    <header>Align</header>\n    <select title=\"Title\" name=\"alignTitle\" condition=\"(showTitle || showSubtitle || showText || showButtons) && blockDirection\">\n        <option value=\"1\">Left</option>\n        <option value=\"2\" selected>Center</option>\n        <option value=\"3\">Right</option>\n    </select>\n    <select title=\"Form\" name=\"alignForm\" condition=\"(showTitle || showSubtitle || showText || showButtons) && blockDirection\">\n        <option value=\"1\">Left</option>\n        <option value=\"2\" selected>Center</option>\n        <option value=\"3\">Right</option>\n    </select>\n    <select title=\"Text\" name=\"alignContent\" condition=\"(showTitle || showSubtitle || showText || showButtons) && !blockDirection\">\n        <option value=\"1\" selected>Left</option>\n        <option value=\"2\">Center</option>\n        <option value=\"3\">Right</option>\n    </select>\n    <select title=\"Text Form\" name=\"alignText\">\n        <option value=\"1\">Left</option>\n        <option value=\"2\" selected>Center</option>\n        <option value=\"3\">Right</option>\n    </select>\n    <header>Form</header>\n    <input type=\"checkbox\" title=\"Show Form Title\" name=\"showFormTitle\">\n    <input type=\"checkbox\" title=\"Show Form Subtitle\" name=\"showFormSubtitle\">\n    <input type=\"checkbox\" title=\"Show Form Text\" name=\"showFormText\">\n    \n    <input type=\"color\" title=\"input Bg\" name=\"inputBg\" value=\"#004b4b\">\n    <input type=\"checkbox\" title=\"Color Form\" name=\"transparentForm\">\n    <input type=\"color\" title=\"Form Bg Color\" name=\"formBgColor\" value=\"#ffffff\" condition=\"transparentForm\" required>\n    <input type=\"range\" inline title=\"Form Bg Opacity\" name=\"formBgOpacity\" min=\"0\" max=\"1\" step=\"0.1\" value=\"0.6\" condition=\"transparentForm\">\n    <header condition=\"blockDirection\">Content</header>\n    <input type=\"range\" inline title=\"Content Width\" name=\"contentWidth\" min=\"1\" max=\"6\" step=\"1\" value=\"3\" condition=\"blockDirection\">\n    <header>Background</header>\n    <fieldset type=\"background\" name=\"bg\">\n            <input type=\"image\" title=\"Background Image\" value=\"../_images/img/24.jpg\">\n            <input type=\"color\" title=\"Background Color\" value=\"#ffc300\" selected>\n        </fieldset>\n        <input type=\"checkbox\" title=\"Overlay\" name=\"overlay\" condition=\"bg.type !== 'color'\">\n        <input type=\"color\" title=\"Overlay Color\" name=\"overlayColor\" value=\"#333333\" condition=\"overlay && bg.type !== 'color'\">\n        <input type=\"range\" inline title=\"Opacity\" name=\"overlayOpacity\" min=\"0\" max=\"1\" step=\"0.1\" value=\"0.7\" condition=\"overlay && bg.type !== 'color'\">\n    <!-- End block parameters -->\n    </mbr-parameters>\n    <div class=\"mbr-overlay\" mbr-if=\"overlay && bg.type !== 'color'\"></div>\n    <div mbr-class=\"{'container':!fullWidth,\n        'container-fluid': fullWidth}\">\n        <div class=\"mbr-row mbr-black\" mbr-class=\"{'mbr-row-reverse': reverseContent}\">\n            <div class=\"title-wrap mbr-col-md-12 mbr-col-sm-12\" mbr-class=\"{'mbr-col-lg-3':columnWidth==1 && !blockDirection,\n                'mbr-col-lg-4':columnWidth==2 && !blockDirection,\n                'mbr-col-lg-6':columnWidth==3 && !blockDirection,\n                'mbr-col-lg-8':columnWidth==4 && !blockDirection,\n                'mbr-col-lg-9':columnWidth==5 && !blockDirection,\n                'mbr-col-lg-12':blockDirection,\n                'align-center':(alignTitle==2 && blockDirection) || (alignContent==2 && !blockDirection),\n                'align-right':(alignTitle==3 && blockDirection) || (alignContent==3 && !blockDirection),\n                'mbr-pb-4': blockDirection,\n                'mbr-flex': !blockDirection}\" mbr-if=\"showTitle || showSubtitle || showText || showButtons\">\n                <div class=\"title-block mbr-col-sm-12 mbr-col-md-12\">\n                    <h3 class=\"mbr-section-title mbr-fonts-style mbr-bold\" mbr-theme-style=\"display-1\" mbr-if=\"showTitle\" data-app-selector=\".mbr-section-title\">TELL US YOUR STORY</h3>\n                    <h4 class=\"mbr-section-subtitle mbr-fonts-style\" mbr-class=\"{'mbr-pt-2': showTitle}\" mbr-theme-style=\"display-5\" mbr-if=\"showSubtitle\" data-app-selector=\".mbr-section-subtitle\">Enter your subtitle here</h4>\n                    <p class=\"mbr-text mbr-fonts-style mbr-pt-2 custom-section-text1\" mbr-class=\"{'mbr-pt-2': showTitle || showSubtitle}\" mbr-theme-style=\"display-5\" mbr-if=\"showText\" data-app-selector=\".mbr-text\">We believe that recording and remembering what God does in our lives is an essential part of being a Christian.</p>\n                    <div mbr-buttons class=\"mbr-section-btn mbr-pt-4\" mbr-class=\"{'mbr-pt-4': showTitle || showSubtitle || showText}\" mbr-theme-style=\"display-7\" data-toolbar=\"-mbrBtnMove\" mbr-if=\"showButtons\">\n                        <a class=\"btn-primary btn\">Learn How</a>\n                    </div>\n                </div>\n            </div>\n            <div class=\"form-wrap mbr-col-md-12 mbr-col-sm-12\" mbr-class=\"{'mbr-col-lg-3':columnWidth==5 && !blockDirection,\n                'mbr-col-lg-4':columnWidth==4 && !blockDirection,\n                'mbr-col-lg-6':columnWidth==3 && !blockDirection,\n                'mbr-col-lg-8':columnWidth==2 && !blockDirection,\n                'mbr-col-lg-9':columnWidth==1 && !blockDirection,\n                'mbr-col-lg-12':blockDirection,\n                'mbr-flex':!blockDirection}\">\n                <div class=\"form-block mbr-col-md-12 mbr-col-sm-12\" mbr-class=\"{'mbr-col-lg-3':contentWidth==1 && blockDirection,\n                    'mbr-col-lg-4':contentWidth==2 && blockDirection,\n                    'mbr-col-lg-6':contentWidth==3 && blockDirection,\n                    'mbr-col-lg-8':contentWidth==4 && blockDirection,\n                    'mbr-col-lg-9':contentWidth==5 && blockDirection,\n                    'mbr-col-lg-12': !blockDirection,\n                    'align-center': alignText == 2,\n                    'align-right': alignText == 3,\n                    'mbr-mr-auto':alignForm==1,\n                    'mbr-m-auto':alignForm==2,\n                    'mbr-ml-auto':alignForm==3}\">\n                    <div class=\"mbr-overlay\" mbr-if=\"transparentForm\"></div>\n                    <h3 class=\"form-title mbr-fonts-style mbr-pb-2\" mbr-theme-style=\"display-2\" mbr-if=\"showFormTitle\" data-app-selector=\".form-title\">Subscribe Now</h3>\n                    <h4 class=\"mbr-fonts-style form-subtitle mbr-pb-4\" mbr-if=\"showFormSubtitle\" mbr-theme-style=\"display-7\" data-app-selector=\".form-subtitle, input.field\">Click on a form field to set your notification email.</h4>\n                    <div mbr-form>\n                    <form action name=\"Mobirise Form\" method=\"POST\" class=\"mbr-form mbr-jc-c mbr-flex custom-form\" target=\"_top\" novalidate>\n                        <div class=\"mbr-form-row\">\n                            <div submit-success class=\"mbr-col-lg-12 mbr-col-md-12 mbr-col-sm-12\">\n                                <template data-form-alert type=\"amp-mustache\">Subscription successful!</template>\n                            </div>\n                            <div submit-error class=\"mbr-col-lg-12 mbr-col-md-12 mbr-col-sm-12\">\n                                <template data-form-alert type=\"amp-mustache\">Subscription failed! {{error}}</template>\n                            </div>\n                        </div>\n                        <div class=\"fieldset mbr-form-row\">\n                            <div class=\"mbr-col-md-6 mbr-col field mbr-col-sm-12\" data-for=\"form[data][0][1]\">\n                                <input type=\"hidden\" name=\"form[data][0][0]\" value=\"First Name\">\n                                <input type=\"text\" name=\"form[data][0][1]\" data-form-field=\"Name\" placeholder=\"Name\" required class=\"field-input\">\n                            </div>\n                            <div class=\"mbr-col-md-6 mbr-col field mbr-col-sm-12\" data-for=\"form[data][1][1]\">\n                                <input type=\"hidden\" name=\"form[data][1][0]\" value=\"Last Name\">\n                                <input type=\"text\" name=\"form[data][1][1]\" data-form-field=\"Last Name\" placeholder=\"Last Name\" class=\"field-input\">\n                            </div>\n                            <div class=\"mbr-col-md-6 mbr-col field mbr-col-sm-12\" data-for=\"form[data][2][1]\">\n                                <input type=\"hidden\" name=\"form[data][2][0]\" value=\"E-mail\">\n                                <input type=\"email\" name=\"form[data][2][1]\" data-form-field=\"E-mail\" placeholder=\"E-mail Address\" required class=\"field-input\">\n                            </div>\n                            <div class=\"mbr-col-md-6 mbr-col field mbr-col-sm-12\" data-for=\"form[data][3][1]\">\n                                <input type=\"hidden\" name=\"form[data][3][0]\" value=\"Phone\">\n                                <input type=\"tel\" name=\"form[data][3][1]\" data-form-field=\"Phone\" placeholder=\"Your Phone\" class=\"field-input\">\n                            </div>\n                            <div class=\"text-field mbr-col-md-12 field mbr-col-sm-12\" data-for=\"form[data][4][1]\">\n                                <input type=\"hidden\" name=\"form[data][4][0]\" value=\"Message\">\n                                <textarea name=\"form[data][4][1]\" data-form-field=\"Message\" placeholder=\"Message\" class=\"field-input\"></textarea>\n                            </div>\n                            <div mbr-buttons=\"true\" mbr-theme-style=\"display-7\" data-toolbar=\"-mbrBtnMove,-mbrBtnLink,-mbrBtnAdd\" class=\"mbr-col-md-12 field mbr-col-sm-12 mbr-section-btn\"><a type=\"submit\" class=\"btn btn-md send-button btn-form btn-primary\" data-app-placeholder=\"Type Text\"><span class=\"fa fa-send mbr-iconfont mbr-iconfont-btn\"></span></a></div>\n                        </div>\n                    </form>\n                    </div>\n                    <p class=\"mbr-fonts-style form-text mbr-pt-2\" mbr-if=\"showFormText\" mbr-theme-style=\"display-7\" data-app-selector=\".form-text, .mbr-form, .mbr-section-btn\">Write some info about your form for your site visitors here.</p>\n                </div>\n            </div>\n        </div>\n    </div>\n</section>",
          "_cid": "rZvfasqwXy",
          "_anchor": "ampInfo3-2f",
          "_protectedParams": [],
          "_global": false,
          "_once": false,
          "_params": {}
        },
        {
          "alias": "amp-blocks/components",
          "_isSecondary": true,
          "typeCompatible": "isAMP",
          "_styles": {
            "& when not (@fullScreen)": {
              "padding-top": "(@paddingTop * 1rem)",
              "padding-bottom": "(@paddingBottom * 1rem)"
            },
            "& when (@bg-type = 'image')": {
              "background-image": "url(@bg-value)",
              "& when (@overlay)": {
                ".mbr-overlay": {
                  "background": "@overlayColor",
                  "opacity": "@overlayOpacity"
                }
              }
            },
            "& when (@bg-type = 'color')": {
              "background-color": "@bg-value"
            },
            ".title-wrap, .title-block": {
              "@media (max-width: 767px)": {
                "padding-left": "0",
                "padding-right": "0"
              }
            },
            "align-items": "center",
            "display": "flex",
            ".mbr-section-btn": {
              "margin-top": "40px",
              ".btn": {
                "width": "-webkit-fill-available"
              }
            },
            ".donate-box": {
              "padding": "30px",
              "background-color": "@boxColor"
            },
            ".progress-wrap": {
              "height": "10px",
              "width": "100%",
              "background-color": "darken(@boxColor, 11.5%)"
            },
            ".progress": {
              "width": "~\"@{progress}%\"",
              "height": "100%",
              "border-radius": "0",
              "background-color": "@primaryColor"
            },
            ".progress1-top-value:before": {
              "content": "\"@{progress}\""
            },
            ".progress1": {
              "align-items": "center"
            },
            ".progress1-main-value, .progress1-main-title, .progress1-bottom-value, .progress1-bottom-title, .progress1-bottom-value": {
              "display": "inline"
            },
            ".progress1-main-value, .progress1-bottom-value": {
              "color": "@primaryColor"
            },
            ".progress1-top-title": {
              "text-transform": "uppercase"
            },
            ".custom-donate-row": {
              "@media (min-width: 768px) and (max-width: 991px)": {
                "padding-left": "1rem",
                "padding-right": "1rem",
                ".mbr-title": {
                  "padding-right": "10px"
                },
                "bottom": "-180px"
              },
              "@media (max-width: 767px)": {
                "background-color": "@primaryColor",
                "padding": "30px 15px",
                "bottom": "-180"
              },
              "position": "relative",
              "bottom": "-160px"
            },
            "@media (max-width: 991px)": {
              ".mbr-col-sm-12": {
                "padding-left": "0",
                "padding-right": "0"
              }
            },
            ".mbr-pb-8": {
              "padding-bottom": "2.5rem"
            },
            ".mbr-jc-b": {
              "justify-content": "space-between"
            }
          },
          "_name": "ampInfo6",
          "_customHTML": "<section class=\"ampInfo6\" group=\"Info\" mbr-class=\"{'mbr-fullscreen': fullScreen}\" plugins=\"amp-main\">\n    <mbr-parameters>\n    <!-- Block parameters controls (Blue \"Gear\" panel) -->\n    <header>Size</header>\n    <input type=\"checkbox\" title=\"Full Screen\" name=\"fullScreen\">\n    <input type=\"checkbox\" title=\"Full Width\" name=\"fullWidth\">\n    <input type=\"range\" inline title=\"Top\" name=\"paddingTop\" min=\"0\" max=\"15\" step=\"1\" value=\"6\" condition=\"fullScreen == false\">\n    <input type=\"range\" inline title=\"Bottom\" name=\"paddingBottom\" min=\"10\" max=\"15\" step=\"1\" value=\"10\" condition=\"fullScreen == false\">\n    <header>Show/Hide</header> \n    <input type=\"checkbox\" title=\"Show Reverse\" name=\"showReverse\" condition=\"showTitle || showText\" checked>\n    <input type=\"checkbox\" title=\"Show Title\" name=\"showTitle\" checked>\n    <input type=\"checkbox\" title=\"Show Text\" name=\"showText\" checked>\n    <select title=\"Align\" name=\"alignTitle\" condition=\"showTitle || showText\">\n        <option value=\"1\">Left</option>\n        <option value=\"2\">Center</option>\n        <option value=\"3\" selected>Right</option>\n    </select>\n    <input type=\"checkbox\" title=\"Show Buttons\" name=\"showCardsButtons\" checked>\n    <header>Progress bar</header>\n    <input type=\"range\" inline title=\"Progress\" name=\"progress\" min=\"0\" max=\"100\" step=\"1\" value=\"35\">\n    <header>Background</header>\n    <input type=\"color\" title=\"Donate Box Color\" name=\"boxColor\" value=\"#f8f8f8\">\n    <fieldset type=\"background\" name=\"bg\" required>\n        <input type=\"image\" title=\"Background Image\" value=\"@PROJECT_PATH@/assets/images/footer2-1920x619.jpg\" selected>\n        <input type=\"color\" title=\"Background Color\" value=\"#ffffff\">\n    </fieldset>\n    <input type=\"checkbox\" title=\"Overlay\" name=\"overlay\" condition=\"bg.type !== 'color'\" checked>\n    <input type=\"color\" title=\"Overlay Color\" name=\"overlayColor\" value=\"#333333\" condition=\"overlay && bg.type !== 'color'\">\n    <input type=\"range\" inline title=\"Opacity\" name=\"overlayOpacity\" min=\"0\" max=\"1\" step=\"0.1\" value=\"0.3\" condition=\"overlay && bg.type !== 'color'\">\n    <!-- End block parameters -->\n    </mbr-parameters>\n    <div class=\"mbr-overlay\" mbr-if=\"overlay && bg.type !== 'color'\"></div>\n    <div mbr-class=\"{'container':!fullWidth,\n                     'container-fluid': fullWidth}\">\n        <div class=\"mbr-row custom-donate-row\" mbr-class=\"{'mbr-row-reverse': showReverse && (showTitle || showText)}\">\n            <div class=\"mbr-col-sm-12 mbr-col-md-6 mbr-col-lg-8 mbr-flex mbr-column mbr-jc-e\" mbr-class=\"{'align-center': alignTitle == '2', 'align-right': alignTitle == '3'}\">\n                <div>\n                    <h3 class=\"mbr-title mbr-white mbr-bold mbr-text-cap mbr-pb-3 mbr-fonts-style\" mbr-theme-style=\"display-2\" mbr-if=\"showTitle\" data-app-selector=\".mbr-title\">Share-a-thon 2020 Updated figures</h3>\n                    <p class=\"mbr-text mbr-white mbr-pb-8 mbr-fonts-style\" mbr-theme-style=\"display-7\" mbr-if=\"showText\" data-app-selector=\".mbr-text\">Running Total Pleadges and the Actual amount received.</p>\n                </div>\n            </div>\n            <div class=\"mbr-col-sm-12 mbr-col-md-6 mbr-col-lg-4\">\n                <div class=\"donate-box\">\n                    <div class=\"progress1-main\">\n                        <p class=\"progress1-main-value mbr-bold mbr-fonts-style\" mbr-theme-style=\"display-5\" data-app-selector=\".progress1-main-value\">$ 5,400</p>\n                        <p class=\"progress1-main-title mbr-fonts-style mbr-text-i\" mbr-theme-style=\"display-4\" data-app-selector=\".progress1-main-title\">Remaining to helps</p>\n                    </div>\n                    <div>\n                        <div class=\"mbr-text mbr-pt-2 progress1 mbr-flex mbr-jc-b\">\n                            <div class=\"donate-info-left\">\n                                <p class=\"progress1-top-title mbr-fonts-styles\" mbr-theme-style=\"display-7\" data-app-selector=\".progress1-top-title\">Donated</p>\n                            </div>\n                            <div class=\"donate-info-right\">\n                                <p class=\"progress1-top-value mbr-bold mbr-fonts-style\" mbr-the`me-style=\"display-5\" data-app-selector=\".progress1-top-value\">%</p>\n                            </div>\n                        </div>\n                        <div class=\"donate-progress1\">\n                            <div class=\"progress-wrap\">\n                              <div class=\"progress\"></div>\n                            </div>\n                        </div>\n                        <div class=\"mbr-text progress1-bottom mbr-flex mbr-jc-b\">\n                            <div class=\"donate-info-left\">\n                                <p class=\"progress1-bottom-title mbr-fonts-style\" mbr-theme-style=\"display-7\" data-app-selector=\".progress1-bottom-title\">Raised: </p>\n                                <p class=\"progress1-bottom-value mbr-fonts-style\" mbr-theme-style=\"display-7\" data-app-selector=\".progress1-bottom-value\">$ 4,600</p>\n                            </div>\n                            <div class=\"donate-info-right\">\n                                <p class=\"progress1-bottom-title mbr-fonts-style\" mbr-theme-style=\"display-7\" data-app-selector=\".progress1-bottom-title\">Goal: </p>\n                                <p class=\"progress1-bottom-value mbr-fonts-style\" mbr-theme-style=\"display-7\" data-app-selector=\".progress1-bottom-value\">$ 10,000</p>\n                            </div>\n                        </div>\n                    </div>\n                    <div mbr-buttons mbr-theme-style=\"display-7\" mbr-if=\"showCardsButtons\" data-toolbar=\"-mbrBtnMove\" class=\"mbr-section-btn\"><a href=\"#\" class=\"btn btn-sm btn-primary\" data-app-placeholder=\"Type Text\">Donate Now</a></div>\n                </div>\n            </div>\n        </div>\n    </div>\n</section>",
          "_cid": "rZvfdPzlRq",
          "_anchor": "ampInfo6-2h",
          "_protectedParams": [],
          "_global": false,
          "_once": false,
          "_params": {}
        },
        {
          "alias": "amp-blocks/components",
          "_isSecondary": true,
          "typeCompatible": "isAMP",
          "_styles": {
            "padding-top": "(@paddingTop * 1rem)",
            "padding-bottom": "(@paddingBottom * 1rem)",
            "background-color": "@bg",
            "@media (max-width: 768px)": {
              ".title-wrap": {
                "padding-bottom": "2rem"
              }
            },
            ".mbr-section-btn": {
              "width": "100%",
              "margin": "0"
            },
            ".donate-button-box": {
              "position": "relative",
              "bottom": "0px",
              "padding": "30px 10px",
              "text-align": "center",
              "background-color": "(@bg * 0.9)"
            },
            ".progress1-main-value, .progress1-main-title, .progress1-bottom-value, .progress1-top-title, .progress1-bottom-title, .progress1-bottom-value": {
              "display": "inline"
            },
            ".progress-wrap": {
              "height": "10px",
              "width": "100%",
              "background-color": "(@primaryColor * 1.2)"
            },
            ".progress": {
              "width": "~\"@{progress}%\"",
              "height": "100%",
              "border-radius": "0",
              "background-color": "contrast(@primaryColor)"
            },
            ".progress1-top-value:before": {
              "content": "\"@{progress}\""
            },
            ".progress1-main-title": {
              "color": "#555"
            },
            ".progress1-top-title": {
              "text-transform": "uppercase"
            },
            ".mbr-jc-b": {
              "justify-content": "space-between"
            }
          },
          "_name": "ampInfo5",
          "_customHTML": "<section class=\"ampInfo5\" group=\"Info\" plugins=\"amp-main\">\n    <mbr-parameters>\n    <!--Block parameters controls (Blue \"Gear\" panel) -->\n    <header>Size</header>\n    <input type=\"range\" inline title=\"Top\" name=\"paddingTop\" min=\"0\" max=\"10\" step=\"1\" value=\"0\">\n    <input type=\"range\" inline title=\"Bottom\" name=\"paddingBottom\" min=\"0\" max=\"10&quot;\" step=\"1\" value=\"0\">\n    <header>Show/Hide</header> \n    <input type=\"checkbox\" title=\"Show Buttons\" name=\"showCardsButtons\" checked>\n    <header>Progress bar</header>\n    <input type=\"range\" inline title=\"Progress\" name=\"progress\" min=\"0\" max=\"100\" step=\"1\" value=\"35\">\n        <header>Background</header>\n    <input type=\"color\" title=\"Color\" name=\"bg\" value=\"#cf4a46\">\n    </mbr-parameters>\n    <!--Block parameters controls (Blue \"Gear\" panel) -->\n    <div class=\"mbr-overlay\" mbr-if=\"overlay && bg.type !== 'color'\"></div>\n    <div class=\"container\">\n        <div class=\"mbr-row\">\n            <div class=\"mbr-col-sm-12 mbr-col-md-6 mbr-col-lg-4\">\n                <div class=\"donate-button-box\">\n                    <div>\n                        <p class=\"mbr-title mbt-text-i mbr-bold mbr-white mbr-pb-2 mbr-fonts-style\" mbr-theme-style=\"display-2\" data-app-selector=\".mbr-title\">$ 5,400</p>\n                        <p class=\"mbr-subtitle mbr-text-i mbr-white mbr-fonts-style\" mbr-theme-style=\"display-4\" data-app-selector=\".mbr-subtitle\">Remaining to help</p>\n                    </div>\n                    <div mbr-buttons mbr-theme-style=\"display-7\" mbr-if=\"showCardsButtons\" data-toolbar=\"-mbrBtnMove\" class=\"mbr-pt-3\"><a href=\"#\" class=\"btn  btn-white-outline\" data-app-placeholder=\"Type Text\">Donate Now</a></div>\n                </div>\n            </div>\n            <div class=\"mbr-col-sm-12 mbr-col-md-6 mbr-col-lg-8 mbr-flex mbr-column mbr-jc-c\">\n                <div>\n                    <div class=\"mbr-text mbr-white mbr-flex mbr-jc-b\">\n                        <div class=\"donate-info-left\">\n                            <p class=\"mbr-text progress1-top-title mbr-fonts-style\" mbr-theme-style=\"display-7\" data-app-selector=\".mbr-text\">Donated</p>\n                        </div>\n                        <div class=\"donate-info-right\">\n                            <p class=\"mbr-text progress1-top-value mbr-bold mbr-fonts-style\" mbr-theme-style=\"display-5\" data-app-selector=\".mbr-text\">%</p>\n                        </div>\n                    </div>\n                    <div class=\"donate-progress1\">\n                        <div class=\"progress-wrap\">\n                            <div class=\"progress\"></div>\n                        </div>\n                    </div>\n                    <div class=\"mbr-text progress1-bottom mbr-white mbr-flex mbr-jc-b\">\n                        <div class=\"donate-info-left\">\n                            <p class=\"mbr-text progress1-bottom-title mbr-fonts-style\" mbr-theme-style=\"display-7\" data-app-selector=\".mbr-text\">Raised: </p>\n                            <p class=\"mbr-text progress1-bottom-value mbr-fonts-style\" mbr-theme-style=\"display-7\" data-app-selector=\".mbr-text\">$ 4,600</p>\n                        </div>\n                        <div class=\"donate-info-right\">\n                            <p class=\"mbr-text progress1-bottom-title mbr-fonts-style\" mbr-theme-style=\"display-7\" data-app-selector=\".mbr-text\">Goal: </p>\n                            <p class=\"mbr-text progress1-bottom-value mbr-fonts-style\" mbr-theme-style=\"display-7\" data-app-selector=\".mbr-text\">$ 10,000</p>\n                        </div>\n                    </div>\n                </div>\n            </div>\n        </div>\n    </div>\n</section>",
          "_cid": "rZvfbgoeRF",
          "_anchor": "ampInfo5-2g",
          "_PHPplaceholders": [],
          "_JSplaceholders": [],
          "_protectedParams": [],
          "_global": false,
          "_once": false,
          "_params": {}
        }
      ]
    },
    "partners.html": {
      "settings": {
        "title": "Partners",
        "order": 2
      },
      "components": [
        {
          "alias": false,
          "_styles": {
            "& when not (@fullScreen)": {
              "padding-top": "(@paddingTop * 1rem)",
              "padding-bottom": "(@paddingBottom * 1rem)"
            },
            "& when (@bg-type = 'image')": {
              "background-image": "url(@bg-value)",
              "& when (@overlay)": {
                ".mbr-overlay": {
                  "background": "@overlayColor",
                  "opacity": "@overlayOpacity"
                }
              }
            },
            "& when (@bg-type = 'color')": {
              "background-color": "@bg-value"
            },
            "align-items": "center",
            "display": "flex",
            ".btn": {
              "padding": "5px 50px"
            },
            ".mbr-section-title, .mbr-section-btn": {
              "color": "#002929"
            },
            ".mbr-section-subtitle, .mbr-section-btn": {
              "color": "#00876e"
            }
          },
          "_name": "header1",
          "_customHTML": "<section class=\"header1\" group=\"Headers\" mbr-class=\"{'mbr-fullscreen': fullScreen}\" plugins=\"amp-main\">\n    <mbr-parameters>\n    <!-- Block parameters controls (Blue \"Gear\" panel) -->\n    <header>Size</header>\n    <input type=\"checkbox\" title=\"Full Screen\" name=\"fullScreen\">\n    <input type=\"checkbox\" title=\"Full Width\" name=\"fullWidth\">\n    <input type=\"range\" inline title=\"Top\" name=\"paddingTop\" min=\"0\" max=\"15\" step=\"1\" value=\"5\" condition=\"fullScreen == false\">\n    <input type=\"range\" inline title=\"Bottom\" name=\"paddingBottom\" min=\"0\" max=\"15\" step=\"1\" value=\"4\" condition=\"fullScreen == false\">\n    <input type=\"checkbox\" name=\"halfSize\" title=\"Half Size\">\n    <select title=\"Align\" name=\"alignHalf\" condition=\"halfSize\">\n        <option value=\"1\" selected>Left</option>\n        <option value=\"2\">Center</option>\n        <option value=\"3\">Right</option>\n    </select>\n    <header>Show/Hide</header>\n    <input type=\"checkbox\" title=\"Title\" name=\"showTitle\" checked>\n    <input type=\"checkbox\" title=\"Subtitle\" name=\"showSubtitle\" checked>\n    <input type=\"checkbox\" title=\"Text\" name=\"showText\">\n    <input type=\"checkbox\" title=\"Buttons\" name=\"showButtons\" checked>\n    <select title=\"Align\" name=\"alignTitle\" condition=\"showTitle || showSubtitle || showText || showButtons\">\n        <option value=\"1\">Left</option>\n        <option value=\"2\">Center</option>\n        <option value=\"3\" selected>Right</option>\n    </select>\n    <header>Background</header>\n    <fieldset type=\"background\" name=\"bg\" required>\n        <input type=\"image\" title=\"Background Image\" value=\"@PROJECT_PATH@/assets/images/wild-nuts-2000x1078.jpeg\" selected>\n        <input type=\"color\" title=\"Background Color\" value=\"#ffffff\">\n    </fieldset>\n    <input type=\"checkbox\" title=\"Overlay\" name=\"overlay\" condition=\"bg.type !== 'color'\" checked>\n    <input type=\"color\" title=\"Overlay Color\" name=\"overlayColor\" value=\"#ffffff\" condition=\"overlay && bg.type !== 'color'\">\n    <input type=\"range\" inline title=\"Opacity\" name=\"overlayOpacity\" min=\"0\" max=\"1\" step=\"0.1\" value=\"0.9\" condition=\"overlay && bg.type !== 'color'\">\n    <!-- End block parameters -->\n    </mbr-parameters>\n    <div class=\"mbr-overlay\" mbr-if=\"overlay && bg.type !== 'color'\"></div>\n    <div mbr-class=\"{'container':!fullWidth,\n                     'container-fluid': fullWidth}\">\n        <div class=\"mbr-row\" mbr-class=\"{'align-left': alignTitle==1,\n                        'align-center': alignTitle==2,\n                        'align-right': alignTitle==3,\n                        'mbr-jc-c':alignHalf==2,\n                        'mbr-jc-e':alignHalf==3}\" mbr-if=\"showTitle || showSubtitle || showText || showButtons\">\n            <div class=\"title-block mbr-col-sm-12 mbr-col-md-12\" mbr-class=\"{'mbr-col-lg-6': halfSize,\n                             'mbr-col-lg-12': !halfSize}\">\n                <h1 class=\"mbr-section-title mbr-fonts-style mbr-bold\" mbr-theme-style=\"display-1\" mbr-if=\"showTitle\" data-app-selector=\".mbr-section-title, .mbr-section-btn\">PARTNERS</h1>\n                <h2 class=\"mbr-section-subtitle mbr-fonts-style\" mbr-class=\"{'mbr-pt-3': showTitle}\" mbr-theme-style=\"display-2\" mbr-if=\"showSubtitle\" data-app-selector=\".mbr-section-subtitle, .mbr-section-btn\">List of Partners who support us</h2>\n                <p class=\"mbr-text mbr-fonts-style\" mbr-class=\"{'mbr-pt-2': showTitle || showSubtitle}\" mbr-theme-style=\"display-7\" mbr-if=\"showText\" data-app-selector=\".mbr-section-btn, .mbr-text\">Click on the text in the block to select it and enter the text you want to show.</p>\n                <div mbr-buttons class=\"mbr-section-btn\" mbr-class=\"{'mbr-pt-4':showSubtitle||showTitle||showText}\" mbr-theme-style=\"display-7\" data-toolbar=\"-mbrBtnMove\" mbr-if=\"showButtons\">\n                    <a class=\"btn-primary btn\">Learn How</a>\n                </div>\n            </div>\n        </div>\n    </div>\n</section>",
          "_cid": "rZpze1ApgP",
          "_anchor": "header1-24",
          "_protectedParams": [],
          "_global": false,
          "_once": false,
          "_params": {}
        },
        {
          "alias": false,
          "_styles": {
            "background-color": "@menuBgColor",
            "overflow": "visible",
            ".navbar": {
              "background": "@menuBgColor"
            },
            "section": {
              "padding": "0 !important"
            },
            "section.menu, .menu-container": {
              "min-height": "50px !important"
            },
            "& when not (@showBrand) and not (@showLogo)": {
              ".navbar > .container, .navbar > .container-fluid": {
                "justify-content": "flex-end !important"
              }
            },
            "& when (@showLogo)": {
              ".navbar-brand": {
                ".navbar-logo": {
                  "amp-img, img": {
                    "width": "~\"@{logoWidth}px\"",
                    "height": "~\"@{logoHeight}px\"",
                    "object-fit": "contain"
                  }
                }
              }
            },
            "& when (@showBrand)": {
              ".navbar-caption": {
                "line-height": "inherit !important"
              }
            },
            ".navbar .navbar-collapse": {
              "@media (max-width: 991px)": {
                "background": "@menuBgColor",
                "& when (@sidebarSide = 'left')": {
                  "right": "auto",
                  "left": "0"
                }
              }
            },
            "& when (@showItems)": {
              ".nav-link": {
                "height": "70px",
                "margin": ".667em 1em !important",
                "padding": "0 !important",
                "transition": "0.3s",
                "&:hover": {
                  "color": "@primaryColor"
                }
              },
              ".dropdown-item.active, .dropdown-item:active": {
                "background-color": "transparent"
              },
              ".dropdown-menu": {
                "margin-top": "0",
                "background": "@menuBgColor",
                "border-top": "2px solid @primaryColor",
                "box-shadow": "0 6px 12px rgba(0, 0, 0, 0.175)",
                "transition": "all 0.3s",
                ".dropdown-item": {
                  "justify-content": "flex-start !important"
                },
                ".dropdown-item:hover": {
                  "padding-left": "40px"
                },
                "a:hover": {
                  "color": "@primaryColor"
                }
              }
            },
            ".hamburger span": {
              "background-color": "@hamburgerColor"
            },
            ".builder-sidebar": {
              "background-color": "@menuBgColor"
            },
            ".close-sidebar": {
              "&:focus": {
                "outline": "2px auto @primaryColor"
              },
              "span": {
                "background-color": "@hamburgerColor"
              }
            },
            "& when (@showSocial)": {
              "& when (@showItems)": {
                ".menu-social-list": {
                  "@media (min-width: 992px)": {
                    "padding-left": "1rem"
                  },
                  "@media (max-width: 991px)": {
                    "padding-top": ".5rem"
                  }
                }
              },
              "& when (@showButtons)": {
                ".menu-social-list": {
                  "@media (max-width: 991px)": {
                    "padding-bottom": ".5rem"
                  }
                }
              }
            },
            ".amp-iconfont": {
              "font-size": "1.3rem",
              "width": "1.3rem",
              "color": "@iconsColor"
            },
            ".btn": {
              "padding": "5px 30px"
            }
          },
          "_name": "menu1",
          "_customHTML": "<section class=\"menu1 menu horizontal-menu\" group=\"Menu\" plugins=\"DropDown, amp-main, amp-sidebar\" always-top=\"\" global=\"\" once=\"menu\">\n\t<mbr-parameters>\n\t<!-- Block parameters controls (Blue \"Gear\" panel) -->\n\t<!--  -->\n\t<header>Size</header>\n\t<input type=\"checkbox\" title=\"Full Width\" name=\"fullWidth\">\n\t<input type=\"checkbox\" title=\"Sticky Position\" name=\"sticky\" checked=\"\">\n\t<!--  -->\n\t<header>Show/Hide</header>\t\n\t<input type=\"checkbox\" title=\"Show Logo\" name=\"showLogo\" checked=\"\">\n\t<input type=\"range\" title=\"Logo Height\" inline=\"\" name=\"logoHeight\" min=\"30\" max=\"200\" value=\"59\" step=\"1\" condition=\"showLogo\">\n\t<input type=\"range\" title=\"Logo Width\" inline=\"\" name=\"logoWidth\" min=\"30\" max=\"200\" value=\"200\" step=\"1\" condition=\"showLogo\">\n\t<input type=\"checkbox\" title=\"Show Brand Name\" name=\"showBrand\" checked=\"\">\n\t<input type=\"checkbox\" title=\"Show Menu Items\" name=\"showItems\" checked=\"\">\n\t<input type=\"checkbox\" title=\"Show Button(s)\" name=\"showButtons\">\n\t<header>Icons</header>\n\t<input type=\"checkbox\" title=\"Show Social\" name=\"showSocial\">\n\t<input type=\"range\" inline=\"\" title=\"Icons Count\" name=\"socialCount\" min=\"1\" max=\"6\" value=\"3\" step=\"1\" condition=\"showSocial\">\n\t<input type=\"color\" title=\"Icons Color\" name=\"iconsColor\" value=\"#cd201f\">\n\t<header>Sidebar</header>\n\t<select title=\"Side\" name=\"sidebarSide\">\n\t\t<option value=\"left\">Left</option>\n\t\t<option value=\"right\" selected=\"\">Right</option>\n\t</select>\n\t<input type=\"color\" title=\"Hamburger Color\" name=\"hamburgerColor\" value=\"#ffc300\">\n\t<header>Background</header>\n\t<input type=\"color\" title=\"Background Color\" name=\"menuBgColor\" value=\"#002929\" required=\"\">\n\t<!-- End block parameters -->\n\t</mbr-parameters>\n\t<!-- <div class=\"menu-wrapper\"> -->\n\t<nav class=\"navbar navbar-dropdown navbar-expand-lg navbar-short\" mbr-class=\"{'navbar-fixed-top': sticky}\">\n\t\t<div class=\"menu-container\" mbr-class=\"{'container': !fullWidth,\n\t\t\t\t\t\t'container-fluid': fullWidth,\n\t\t\t\t\t\t'mbr-jc-e': !showLogo &amp;&amp; !showBrand}\">\n\t\t\t<!-- SHOW LOGO -->\n\t\t\t<div class=\"navbar-brand\" mbr-if=\"showLogo || showBrand\">\n\t\t\t\t<div mbr-if=\"showLogo\" class=\"navbar-logo\">\n\t\t\t\t\t<amp-img src=\"@PROJECT_PATH@/assets/images/logochoice-240x85.png\" layout=\"responsive\" height=\"59\" width=\"166.58823529411765\" alt=\"image\" class=\"mobirise-loader\">\n\t\t\t\t\t\t<div placeholder=\"\" class=\"placeholder\"></div>\n\t\t\t\t\t\t<img class=\"mbr-temp\" src=\"@PROJECT_PATH@/assets/images/logochoice-240x85.png\" alt=\"\" title=\"\">\n\t\t\t\t\t</amp-img>\n\t\t\t\t</div>\n\t\t\t\t<span mbr-if=\"showBrand\" mbr-buttons=\"\" mbr-theme-style=\"display-5\" class=\"navbar-caption-wrap\" data-toolbar=\"-mbrBtnMove,-mbrBtnAdd,-mbrBtnRemove\"><a class=\"navbar-caption mbr-bold text-warning\" data-app-selector=\".navbar-caption\" href=\"#\" data-app-placeholder=\"Type Text\">PNGCBN</a></span>\n\t\t\t</div>\n\t\t\t<!-- SHOW LOGO END -->\n\t\t\t<!-- COLLAPSED MENU -->\n\t\t\t<div class=\"collapse navbar-collapse\" id=\"navbarSupportedContent\">\n\t\t\t\t<button class=\"navbar-toggler\" type=\"button\" data-toggle=\"collapse\" data-target=\"#navbarSupportedContent\" aria-controls=\"navbarNavAltMarkup\" aria-expanded=\"false\" aria-label=\"Toggle navigation\" mbr-if=\"showItems || showSocial || showButtons\">\n\t\t\t\t<div class=\"hamburger\">\n\t\t\t\t\t<span></span>\n\t\t\t\t\t<span></span>\n\t\t\t\t\t<span></span>\n\t\t\t\t\t<span></span>\n\t\t\t\t</div>\n\t\t\t\t</button>\n\t\t\t\t<!-- NAVBAR ITEMS -->\n\t\t\t\t<ul mbr-menu=\"\" class=\"navbar-nav nav-dropdown\" mbr-theme-style=\"display-4\" mbr-if=\"showItems\" mbr-class=\"{'nav-right': !showButtons,'navbar-nav-top-padding': isPublish &amp;&amp; !showBrand &amp;&amp; !showLogo}\"><li class=\"nav-item dropdown\">\n\t\t\t\t\t\t<a class=\"nav-link link mbr-bold text-warning\" href=\"index.html\" data-app-selector=\".nav-link,.dropdown-item\" aria-expanded=\"false\" data-app-placeholder=\"Type Text\">Home</a>\n\n\t\t\t\t\t</li>\n\t\t\t\t\t<li class=\"nav-item dropdown\">\n\t\t\t\t\t\t<a class=\"nav-link mbr-bold link text-warning\" href=\"aboutus.html\" data-app-selector=\".nav-link,.dropdown-item\" aria-expanded=\"false\" data-app-placeholder=\"Type Text\">About Us</a>\n                   <div class=\"dropdown-menu\">\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t<a class=\"mbr-bold dropdown-item text-warning\" href=\"histrorypics.html\" data-app-selector=\".nav-link,.dropdown-item\" data-app-placeholder=\"Type Text\">Gallery-History</a>\n\t\t\t\t\t\t</div>\n\t\t\t\t\t</li><li class=\"nav-item\"><a class=\"nav-link mbr-bold link text-warning\" href=\"partners.html\" data-app-selector=\".nav-link,.dropdown-item\" aria-expanded=\"false\" data-app-placeholder=\"Type Text\">Partners</a></li>\n\t\t\t\t\t<li class=\"nav-item dropdown\">\n\t\t\t\t\t\t<a class=\"nav-link mbr-bold link text-warning\" href=\"programs.html\" data-app-selector=\".nav-link,.dropdown-item\" aria-expanded=\"false\" data-app-placeholder=\"Type Text\">Programs</a>\n\n\t\t\t\t\t</li><li class=\"nav-item\"><a class=\"nav-link mbr-bold link text-warning\" href=\"projects.html\" data-app-selector=\".nav-link,.dropdown-item\" aria-expanded=\"false\" data-app-placeholder=\"Type Text\">Projects</a>\n       \n                    </li><li class=\"nav-item\"><a class=\"nav-link mbr-bold link text-warning\" href=\"coverage.html\" data-app-selector=\".nav-link,.dropdown-item\" aria-expanded=\"false\" data-app-placeholder=\"Type Text\">Coverage</a></li><li class=\"nav-item\"><a class=\"nav-link mbr-bold link text-warning\" href=\"news.html\" data-app-selector=\".nav-link,.dropdown-item\" aria-expanded=\"false\" data-app-placeholder=\"Type Text\">News</a></li>\n\t\t\t\t\t<li class=\"nav-item dropdown\">\n\t\t\t\t\t\t<a class=\"nav-link mbr-bold link text-warning\" href=\"https://ca7ssl.rcast.net/radio/61643/\" data-app-selector=\".nav-link,.dropdown-item\" aria-expanded=\"false\" data-app-placeholder=\"Type Text\" target=\"_blank\">LiveStream</a>\n\n\t\t\t\t\t</li><li class=\"nav-item\"><a class=\"nav-link mbr-bold link text-warning\" href=\"contact.html\" data-app-selector=\".nav-link,.dropdown-item\" aria-expanded=\"false\" data-app-placeholder=\"Type Text\">Contact</a></li></ul>\n\t\t\t\t<!-- NAVBAR ITEMS END -->\n\t\t\t\t<!-- SOCIAL ICON -->\n\t\t\t\t<div class=\"menu-social-list\" mbr-if=\"showSocial\" mbr-list=\"\" mbr-list-grow=\"socialCount\" mbr-link-type=\"socials\">\n\t\t\t\t\t<a href=\"#\" target=\"_blank\" class=\"iconfont-wrapper\">\n\t\t\t\t\t\t<span mbr-icon=\"\" class=\"amp-iconfont animation-normal fa-twitter fa\"></span>\n\t\t\t\t\t</a>\n\t\t\t\t\t<a href=\"#\" target=\"_blank\" class=\"iconfont-wrapper\">\n\t\t\t\t\t\t<span mbr-icon=\"\" class=\"amp-iconfont animation-normal fa-facebook fa\"></span>\n\t\t\t\t\t</a>\n\t\t\t\t\t<a href=\"#\" target=\"_blank\" class=\"iconfont-wrapper\">\n\t\t\t\t\t\t<span mbr-icon=\"\" class=\"amp-iconfont animation-normal fa-telegram fa\"></span>\n\t\t\t\t\t</a>\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t</div>\n\t\t\t\t<!-- SOCIAL ICON END -->\n\t\t\t\t<!-- SHOW BUTTON -->\n\t\t\t\t<div mbr-if=\"showButtons\" mbr-buttons=\"\" mbr-theme-style=\"display-7\" class=\"navbar-buttons mbr-section-btn\">\n\t\t\t\t\t<a class=\"btn btn-md btn-black mbr-bold\" href=\"#\">Join us</a>\n\t\t\t\t</div>\n\t\t\t\t<!-- SHOW BUTTON END -->\n\t\t\t</div>\n\t\t\t<!-- COLLAPSED MENU END -->\n\t\t\t<button class=\"navbar-toggler hide\" type=\"button\" data-toggle=\"collapse\" data-target=\"#navbarSupportedContent\" aria-controls=\"navbarNavAltMarkup\" aria-expanded=\"false\" aria-label=\"Toggle navigation\" mbr-if=\"showItems || showSocial || showButtons\">\n\t\t\t<div class=\"hamburger\">\n\t\t\t\t<span></span>\n\t\t\t\t<span></span>\n\t\t\t\t<span></span>\n\t\t\t\t<span></span>\n\t\t\t</div>\n\t\t\t</button>\n\t\t\t<button on=\"tap:sidebar.toggle\" class=\"ampstart-btn hamburger\" mbr-if=\"(showItems||showButtons)\">\n\t\t\t\t<span></span>\n\t\t\t\t<span></span>\n\t\t\t\t<span></span>\n\t\t\t\t<span></span>\n\t\t\t</button>\n\t\t</div>\n\t</nav>\n\t<!-- AMP plug -->\n\t<amp-sidebar id=\"sidebar\" layout=\"nodisplay\" side=\"{{sidebarSide}}\">\n\t\t<div class=\"builder-sidebar\" id=\"builder-sidebar\">\n\t\t\t<button on=\"tap:sidebar.close\" class=\"close-sidebar\">\n\t\t\t<span></span>\n\t\t\t<span></span>\n\t\t\t</button>\n\t\t</div>\n\t</amp-sidebar>\n\t<!-- </div> -->\n</section>",
          "_cid": "rx8RugdGc5",
          "_PHPplaceholders": [],
          "_JSplaceholders": [],
          "_anchor": "menu1-22",
          "_protectedParams": [],
          "_global": true,
          "_once": "menu",
          "_params": {}
        },
        {
          "alias": "amp-blocks/components",
          "_isSecondary": true,
          "typeCompatible": "isAMP",
          "_styles": {
            "padding-top": "0",
            "padding-bottom": "0",
            ".mbr-overlay": {
              "background-color": "@overlayColor",
              "opacity": "@overlayOpacity",
              "z-index": "1",
              "pointer-events": "none"
            },
            ".carousel": {
              "position": "relative",
              ".container": {
                "position": "absolute",
                "top": "50%!important",
                "transform": "translateY(-50%) !important",
                "left": "0",
                "right": "0",
                "z-index": "1"
              }
            },
            ".carousel, .image, img, amp-img": {
              "width": "100%",
              "height": "(@carouselHeight * 1px)",
              "object-fit": "cover!important",
              "@media (max-width: 768px)": {
                "height": "100%"
              }
            },
            ".slider-box": {
              "position": "relative",
              "width": "100%",
              "overflow": "hidden",
              "height": "((@carouselHeight * 1px) - 20px)"
            },
            ".amp-carousel-button": {
              "& when not (@enableArrow)": {
                "display": "none"
              },
              "& when (@enableArrow)": {
                "opacity": "@controlsOpacity",
                "background-color": "@controlsBg",
                "&:hover": {
                  "opacity": "1"
                }
              }
            },
            ".dots-wrapper when (@enableBullets)": {
              "position": "absolute",
              "bottom": "5%",
              "width": "100%",
              "z-index": "11",
              ".dots span": {
                "border-color": "@controlsBg",
                "background-color": "@controlsColor",
                "opacity": "@controlsOpacity"
              },
              "span.current, span:hover": {
                "opacity": "1"
              }
            },
            "@fillSVG": "replace(\"@{controlsColor}\", \"#\", \"%23\")",
            ".amp-carousel-button-next": {
              "background-image": "url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='@{fillSVG}' viewBox='0 0 24 24'%3E%3Cpath d='M4.6 22.6L15.2 12 4.6 1.4 6 0l12 12L6 24z'/%3E%3C/svg%3E\")",
              "right": "2rem"
            },
            ".amp-carousel-button-prev": {
              "background-image": "url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='@{fillSVG}' viewBox='0 0 24 24'%3E%3Cpath d='M19.4 1.4L8.8 12l10.6 10.6L18 24 6 12 18 0z'/%3E%3C/svg%3E\")",
              "left": "2rem"
            }
          },
          "_name": "ampHeader5",
          "_customHTML": "<section class=\"ampHeader5 slider slider-with-bullets\" group=\"Headers\" plugins=\"amp-main,amp-carousel,amp-bind\">\n    <mbr-parameters>\n        <!-- Block parameters controls (Blue \"Gear\" panel) -->\n        <header>Show/Hide</header>\n        <input type=\"checkbox\" title=\"Show Title\" name=\"showTitle\" checked=\"\">\n        <input type=\"checkbox\" title=\"Show Subtitle\" name=\"showSubTitle\">\n        <input type=\"checkbox\" title=\"Show Text\" name=\"showText\" checked=\"\">\n        <input type=\"checkbox\" title=\"Show Buttons\" name=\"showButtons\" checked=\"\">\n        <header>Slider</header>\n        <input type=\"checkbox\" title=\"Autoplay\" name=\"autoplay\" checked=\"\">\n        <input type=\"range\" inline=\"\" title=\"Delay\" name=\"delay\" min=\"1000\" max=\"10000\" step=\"1000\" value=\"7000\" condition=\"autoplay\">\n        <input type=\"range\" min=\"300\" max=\"1200\" value=\"700\" step=\"50\" title=\"Height\" name=\"carouselHeight\">\n        <input type=\"range\" min=\"3\" max=\"10\" value=\"3\" step=\"1\" title=\"Images Amount\" name=\"imagesAmount\" required=\"\">\n        <select title=\"Align\" name=\"captionAlign\" condition=\"showTitle || showSubtitle || showText || showButtons\">\n            <option value=\"1\">Left</option>\n            <option value=\"2\" selected=\"\">Center</option>\n            <option value=\"3\">Right</option>\n        </select>\n        <input type=\"checkbox\" title=\"Overlay\" name=\"overlay\" condition=\"bg.type!='color'\" checked=\"\">\n        <input type=\"color\" title=\"Overlay Color\" name=\"overlayColor\" value=\"#000000\" condition=\"bg.type!='color' &amp;&amp; overlay\">\n        <input type=\"range\" inline=\"\" title=\"Overlay Opacity\" name=\"overlayOpacity\" min=\"0\" max=\"1\" step=\"0.1\" value=\"0.8\" condition=\"bg.type!='color' &amp;&amp; overlay\">\n        <header>Controls</header>\n        <input type=\"checkbox\" title=\"Enable Arrow\" name=\"enableArrow\" required=\"\" checked=\"\">\n        <input type=\"checkbox\" title=\"Enable Bullets\" name=\"enableBullets\" checked=\"\">\n        <input type=\"color\" title=\"Controls Color\" name=\"controlsColor\" value=\"#767676\" condition=\"enableArrow || enableBullets\">\n        <input type=\"color\" title=\"Controls Bg Color\" name=\"controlsBg\" value=\"#cccccc\" condition=\"enableArrow || enableBullets\">\n        <input type=\"range\" min=\"0\" max=\"1\" value=\"0.5\" step=\"0.1\" title=\"Controls Opacity\" name=\"controlsOpacity\">\n        <!-- End block parameters -->\n    </mbr-parameters>\n    <div class=\"slider-box\" data-autoplay=\"{{autoplay}}\" data-delay=\"{{delay}}\"><amp-carousel class=\"carousel\" mbr-list=\"\" mbr-list-grow=\"imagesAmount\" height=\"3\" width=\"4\" layout=\"responsive\" type=\"slides\" loop=\"\"><div class=\"image\">\n                <amp-img class=\"carousel-img mobirise-loader\" src=\"@PROJECT_PATH@/assets/images/holinesscamp-1920x1078.jpg\" layout=\"fill\" alt=\"image\" width=\"5.343228200371057\" height=\"3\">\n                    <div class=\"mbr-overlay\" mbr-if=\"overlay &amp;&amp; bg.type !== 'color'\"></div>\n                    <div class=\"container\" mbr-class=\"{'align-center': captionAlign == 2,\n                                     'align-right': captionAlign == 3}\">\n                        <h3 mbr-if=\"showTitle\" class=\"mbr-section-title mbr-fonts-style mbr-bold mbr-white\" mbr-theme-style=\"display-1\">Be our Partner by listening, praying &amp; sharing the love of God to others</h3>\n                        <h4 mbr-if=\"showSubTitle\" data-app-selector=\".mbr-section-subtitle\" class=\"mbr-section-subtitle mbr-fonts-style mbr-white mbr-pt-2\" mbr-theme-style=\"display-5\">\n                            Slider Subtitle\n                        </h4>\n                        <p class=\"mbr-text mbr-fonts-style mbr-white mbr-pt-3\" data-app-selector=\".mbr-text, .mbr-section-btn\" mbr-if=\"showText\" mbr-theme-style=\"display-7\">It only takes a few to move the hand of God<br>No Matter what age race or status<br>God Needs Us</p>\n                        <div class=\"mbr-section-btn mbr-pt-4\" mbr-if=\"showButtons\" data-toolbar=\"-mbrBtnMove\" mbr-buttons=\"\" mbr-theme-style=\"display-4\"><a class=\"btn btn-white-outline\" href=\"https://mobirise.com\" data-app-placeholder=\"Type Text\">VIEW MORE</a></div>\n                    </div>\n                    <div placeholder=\"\" class=\"placeholder\"></div>\n                    <img class=\"mbr-temp\" src=\"@PROJECT_PATH@/assets/images/holinesscamp-1920x1078.jpg\" alt=\"\" title=\"\">\n                </amp-img>\n            </div><div class=\"image\">\n                <amp-img class=\"carousel-img mobirise-loader\" src=\"@PROJECT_PATH@/assets/images/header3-1920x827.jpg\" mbr-class=\"{'super-hide': imagesAmount < 2}\" layout=\"fill\" alt=\"image\" width=\"6.964933494558647\" height=\"3\">\n                    <div class=\"mbr-overlay\" mbr-if=\"overlay &amp;&amp; bg.type !== 'color'\"></div>\n                    <div class=\"container\" mbr-class=\"{'align-center': captionAlign == 2,\n                                     'align-right': captionAlign == 3}\">\n                        <h2 mbr-if=\"showTitle\" class=\"mbr-section-title mbr-fonts-style mbr-bold mbr-white\" mbr-theme-style=\"display-1\">Thank you for your Support</h2>\n                        <h3 mbr-if=\"showSubTitle\" data-app-selector=\".mbr-section-subtitle\" class=\"mbr-section-subtitle mbr-fonts-style mbr-white mbr-pt-2\" mbr-theme-style=\"display-5\">\n                            Slider Subtitle\n                        </h3>\n                        <p class=\"mbr-text mbr-fonts-style mbr-white mbr-pt-3\" data-app-selector=\".mbr-text, .mbr-section-btn\" mbr-if=\"showText\" mbr-theme-style=\"display-7\">We are Always Blessed by People who come and freely Give from their hearts to see the work of God Flourish.<br>Pictured here are friends of Radio Light during our Share-a-thon fundraising in october, 2019.</p>\n                        <div class=\"mbr-section-btn mbr-pt-4\" mbr-if=\"showButtons\" data-toolbar=\"-mbrBtnMove\" mbr-buttons=\"\" mbr-theme-style=\"display-4\"><a class=\"btn btn-white-outline\" href=\"https://mobirise.com\" data-app-placeholder=\"Type Text\">VIEW MORE</a></div>\n                    </div>\n                    <div placeholder=\"\" class=\"placeholder\"></div>\n                    <img class=\"mbr-temp\" src=\"@PROJECT_PATH@/assets/images/header3-1920x827.jpg\" alt=\"\" title=\"\">\n                </amp-img>\n            </div><div class=\"image\">\n                <amp-img class=\"carousel-img mobirise-loader\" src=\"@PROJECT_PATH@/assets/images/allan-676x327.jpg\" mbr-class=\"{'super-hide': imagesAmount < 3}\" layout=\"fill\" alt=\"image\" width=\"6.201834862385322\" height=\"3\">\n                    <div class=\"mbr-overlay\" mbr-if=\"overlay &amp;&amp; bg.type !== 'color'\"></div>\n                    <div class=\"container\" mbr-class=\"{'align-center': captionAlign == 2,\n                                     'align-right': captionAlign == 3}\">\n                        <h2 mbr-if=\"showTitle\" class=\"mbr-section-title mbr-fonts-style mbr-bold mbr-white\" mbr-theme-style=\"display-1\">Sonset Solutions</h2>\n                        <h3 mbr-if=\"showSubTitle\" data-app-selector=\".mbr-section-subtitle\" class=\"mbr-section-subtitle mbr-fonts-style mbr-white mbr-pt-2\" mbr-theme-style=\"display-5\">\n                            Slider Subtitle\n                        </h3>\n                        <p class=\"mbr-text mbr-fonts-style mbr-white mbr-pt-3\" data-app-selector=\".mbr-text, .mbr-section-btn\" mbr-if=\"showText\" mbr-theme-style=\"display-7\">Alan Good in Mt Hagen.<br>Alan and Sarah visited and helped us with the Shortwave installation in Mt. Hagen<br>The Couple are attached with Sonset Solutions in Elkart. USA<br>Pictured is Allan Good with the Microphone and Chairperson of Wantok Radio Light, Fred Tulia looking on.<br>Picture Courtesy of Sarah Good.</p>\n                        <div class=\"mbr-section-btn mbr-pt-4\" mbr-if=\"showButtons\" data-toolbar=\"-mbrBtnMove\" mbr-buttons=\"\" mbr-theme-style=\"display-4\"><a class=\"btn btn-white-outline\" href=\"https://mobirise.com\" data-app-placeholder=\"Type Text\">VIEW MORE</a></div>\n                    </div>\n                    <div placeholder=\"\" class=\"placeholder\"></div>\n                    <img class=\"mbr-temp\" src=\"@PROJECT_PATH@/assets/images/allan-676x327.jpg\" alt=\"\" title=\"\">\n                </amp-img>\n            </div></amp-carousel>\n        \n\n    </div>\n    <div class=\"dots-wrapper mbr-flex mbr-jc-c\" mbr-if=\"enableBullets\">\n        <p class=\"dots\" mbr-if=\"imagesAmount>1\">\n            <span class=\"current\" role=\"on\" tabindex=\"on\" on=\"tap:carousel3.goToSlide(index=0)\" [class]=\"selected1.slide == 0 ? 'current' : ''\"></span>\n        </p>\n        <p class=\"dots\" mbr-if=\"imagesAmount>1\">\n            <span role=\"on\" tabindex=\"on\" on=\"tap:carousel3.goToSlide(index=1)\" [class]=\"selected1.slide == 1 ? 'current' : ''\" class=\"\"></span>\n        </p>\n        <p class=\"dots\" mbr-if=\"imagesAmount>2\">\n            <span role=\"on\" tabindex=\"on\" on=\"tap:carousel3.goToSlide(index=2)\" [class]=\"selected1.slide == 2 ? 'current' : ''\" class=\"\"></span>\n        </p>\n        <p class=\"dots\" mbr-if=\"imagesAmount>3\">\n            <span role=\"on\" tabindex=\"on\" on=\"tap:carousel3.goToSlide(index=3)\" [class]=\"selected1.slide == 3 ? 'current' : ''\"></span>\n        </p>\n        <p class=\"dots\" mbr-if=\"imagesAmount>4\">\n            <span role=\"on\" tabindex=\"on\" on=\"tap:carousel3.goToSlide(index=4)\" [class]=\"selected1.slide == 4 ? 'current' : ''\"></span>\n        </p>\n        <p class=\"dots\" mbr-if=\"imagesAmount>5\">\n            <span role=\"on\" tabindex=\"on\" on=\"tap:carousel3.goToSlide(index=5)\" [class]=\"selected1.slide == 5 ? 'current' : ''\"></span>\n        </p>\n        <p class=\"dots\" mbr-if=\"imagesAmount>6\">\n            <span role=\"on\" tabindex=\"on\" on=\"tap:carousel3.goToSlide(index=6)\" [class]=\"selected1.slide == 6 ? 'current' : ''\"></span>\n        </p>\n        <p class=\"dots\" mbr-if=\"imagesAmount>7\">\n            <span role=\"on\" tabindex=\"on\" on=\"tap:carousel3.goToSlide(index=7)\" [class]=\"selected1.slide == 7 ? 'current' : ''\"></span>\n        </p>\n        <p class=\"dots\" mbr-if=\"imagesAmount>8\">\n            <span role=\"on\" tabindex=\"on\" on=\"tap:carousel3.goToSlide(index=8)\" [class]=\"selected1.slide == 8 ? 'current' : ''\"></span>\n        </p>\n        <p class=\"dots\" mbr-if=\"imagesAmount>9\">\n            <span role=\"on\" tabindex=\"on\" on=\"tap:carousel3.goToSlide(index=9)\" [class]=\"selected1.slide == 9 ? 'current' : ''\"></span>\n        </p>\n    </div>\n</section>",
          "_cid": "s0U3m7A0mf",
          "_anchor": "ampHeader5-2k",
          "_protectedParams": [],
          "_global": false,
          "_once": false,
          "_params": {}
        },
        {
          "alias": "amp-blocks/components",
          "_isSecondary": true,
          "typeCompatible": "isAMP",
          "_styles": {
            "& when not (@fullScreen)": {
              "padding-top": "(@paddingTop * 1rem)",
              "padding-bottom": "(@paddingBottom * 1rem)",
              "align-items": "center",
              "display": "flex"
            },
            "& when (@bg-type = 'image')": {
              "background-image": "url(@bg-value)",
              "& when (@overlay)": {
                ".mbr-overlay": {
                  "background": "@overlayColor",
                  "opacity": "@overlayOpacity"
                }
              }
            },
            "& when (@bg-type = 'color')": {
              "background-color": "@bg-value"
            },
            ".mbr-row": {
              "& when (@reverseContent)": {
                "flex-wrap": "wrap-reverse"
              },
              "& when (@blockDirection)": {
                "& when not (@reverseContent)": {
                  "flex-wrap": "wrap"
                },
                "& when (@reverseContent)": {
                  ".image-wrap": {
                    "padding-bottom": "2rem"
                  }
                },
                ".image-wrap": {
                  "max-width": "100%",
                  "max-height": "100%",
                  "min-width": "100%",
                  "min-height": "100%"
                }
              },
              "@media (max-width: 992px)": {
                ".image-wrap": {
                  "padding-bottom": "2rem"
                }
              }
            },
            "& when not (@blockDirection)": {
              ".title-block": {
                "margin": "auto",
                "width": "100%"
              },
              ".title-wrap": {
                "@media (max-width: 992px)": {
                  "margin-bottom": "2rem"
                }
              }
            },
            ".mbr-row > *": {
              "@media (max-width: 992px)": {
                "padding-left": "0",
                "padding-right": "0"
              }
            },
            "@media (min-width: 992px)": {
              ".title-block, .image-block": {
                "padding-left": "0",
                "padding-right": "0"
              },
              ".mbr-row > *": {
                "padding-left": "2rem",
                "padding-right": "2rem"
              },
              ".mbr-row": {
                "margin-left": "-2rem",
                "margin-right": "-2rem"
              }
            },
            "& when (@showLine)": {
              ".line": {
                "border-bottom": "1px solid @lineColor",
                "display": "inline-block",
                "width": "50%"
              }
            },
            "img": {
              "object-fit": "cover"
            }
          },
          "_name": "ampHeader16",
          "_customHTML": "<section class=\"ampHeader16\" group=\"Headers\" mbr-class=\"{'mbr-fullscreen': fullScreen}\" plugins=\"amp-main\">\n    <mbr-parameters>\n    <!-- Block parameters controls (Blue \"Gear\" panel) -->\n    <header>Size</header>\n    <input type=\"checkbox\" title=\"Row/Column\" name=\"blockDirection\">\n    <input type=\"checkbox\" title=\"Full Screen\" name=\"fullScreen\">\n    <input type=\"checkbox\" title=\"Full Width\" name=\"fullWidth\">\n    <input type=\"checkbox\" title=\"Reverse Content\" name=\"reverseContent\" checked=\"\">\n    <input type=\"range\" inline=\"\" title=\"Top\" name=\"paddingTop\" min=\"0\" max=\"15\" step=\"1\" value=\"10\" condition=\"fullScreen == false\">\n    <input type=\"range\" inline=\"\" title=\"Bottom\" name=\"paddingBottom\" min=\"0\" max=\"15\" step=\"1\" value=\"15\" condition=\"fullScreen == false\">\n    <input type=\"range\" inline=\"\" title=\"Content Width\" name=\"columnWidth\" min=\"1\" max=\"5\" step=\"1\" value=\"1\" condition=\"!blockDirection\" required=\"\">\n    <header>Show/Hide</header>\n    <input type=\"checkbox\" title=\"Title\" name=\"showTitle\" checked=\"\">\n    <input type=\"checkbox\" title=\"Subtitle\" name=\"showSubtitle\" checked=\"\">\n    <input type=\"checkbox\" title=\"Text\" name=\"showText\" checked=\"\">\n    <input type=\"checkbox\" title=\"Line\" name=\"showLine\" checked=\"\">\n    <input type=\"color\" title=\"Line Color\" name=\"lineColor\" value=\"#000000\" condition=\"showLine\">    \n    <input type=\"checkbox\" title=\"Buttons\" name=\"showButtons\" checked=\"\">\n    <!--  -->\n    <header condition=\"showTitle || showSubtitle || showText || showButtons\">Align</header>\n    <select title=\"All\" name=\"alignTitle\" condition=\"(showTitle || showSubtitle || showText || showButtons) &amp;&amp; blockDirection\">\n        <option value=\"1\" selected=\"\">Left</option>\n        <option value=\"2\">Center</option>\n        <option value=\"3\">Right</option>\n    </select>\n    <select title=\"Text\" name=\"alignContent\" condition=\"(showTitle || showSubtitle || showText || showButtons) &amp;&amp; !blockDirection\">\n        <option value=\"1\">Left</option>\n        <option value=\"2\" selected=\"\">Center</option>\n        <option value=\"3\">Right</option>\n    </select>\n    <header condition=\"blockDirection\">Content</header>\n    <input type=\"range\" inline=\"\" title=\"Content Width\" name=\"contentWidth\" min=\"1\" max=\"6\" step=\"1\" value=\"3\" condition=\"blockDirection\">\n    <header>Background</header>\n    <fieldset type=\"background\" name=\"bg\" required=\"\">\n        <input type=\"image\" title=\"Background Image\" value=\"../_images/background1.jpg\" selected=\"\">\n        <input type=\"color\" title=\"Background Color\" value=\"#cccccc\">\n    </fieldset>\n    <input type=\"checkbox\" title=\"Overlay\" name=\"overlay\" condition=\"bg.type !== 'color'\" checked=\"\">\n    <input type=\"color\" title=\"Overlay Color\" name=\"overlayColor\" value=\"#fffef2\" condition=\"overlay &amp;&amp; bg.type !== 'color'\">\n    <input type=\"range\" inline=\"\" title=\"Opacity\" name=\"overlayOpacity\" min=\"0\" max=\"1\" step=\"0.1\" value=\"0.7\" condition=\"overlay &amp;&amp; bg.type !== 'color'\">\n    <!-- End block parameters -->\n    </mbr-parameters>\n    <div class=\"mbr-overlay\" mbr-if=\"overlay &amp;&amp; bg.type !== 'color'\"></div>\n    <div mbr-class=\"{'container':!fullWidth,\n                     'container-fluid': fullWidth}\">\n        <div class=\"mbr-row\" mbr-class=\"{'mbr-row-reverse': reverseContent}\">\n            <div class=\"title-wrap mbr-col-md-12 mbr-col-sm-12\" mbr-class=\"{'mbr-col-lg-3':columnWidth==1 &amp;&amp; !blockDirection,\n                             'mbr-col-lg-4':columnWidth==2 &amp;&amp; !blockDirection,\n                             'mbr-col-lg-6':columnWidth==3 &amp;&amp; !blockDirection,\n                             'mbr-col-lg-8':columnWidth==4 &amp;&amp; !blockDirection,\n                             'mbr-col-lg-9':columnWidth==5 &amp;&amp; !blockDirection,\n                             'mbr-col-lg-12':blockDirection,\n                             'align-left':(alignTitle==1 &amp;&amp; blockDirection) || (alignContent==1 &amp;&amp; !blockDirection),\n                             'align-center':(alignTitle==2 &amp;&amp; blockDirection) || (alignContent==2 &amp;&amp; !blockDirection),\n                             'align-right':(alignTitle==3 &amp;&amp; blockDirection) || (alignContent==3 &amp;&amp; !blockDirection),\n                             'mbr-pb-4': blockDirection,\n                             'mbr-flex': !blockDirection}\" mbr-if=\"showTitle || showSubtitle || showText || showButtons\">\n                <div class=\"title-block mbr-col-sm-12 mbr-col-md-12\">\n                    <h2 class=\"mbr-section-subtitle mbr-semibold mbr-fonts-style\" mbr-theme-style=\"display-4\" mbr-if=\"showSubtitle\" data-app-selector=\".mbr-section-subtitle, .mbr-section-btn\">Lorem ipsum dolor sit</h2>\n                    <h1 class=\"mbr-section-title mbr-fonts-style mbr-semibold\" mbr-class=\"{'mbr-pt-2': showSubtitle}\" mbr-theme-style=\"display-2\" mbr-if=\"showTitle\" data-app-selector=\".mbr-section-title, .mbr-section-btn\">Technology for Abundant life</h1>                    \n                    <p class=\"mbr-text mbr-fonts-style\" mbr-class=\"{'mbr-pt-2': showTitle || showSubtitle}\" mbr-theme-style=\"display-7\" mbr-if=\"showText\" data-app-selector=\".mbr-section-btn, .mbr-text\">Sonset Solutions provides us with Equipments and Technical Support. They are a vital partner in our existence and longevity.</p>\n                    <div class=\"line mbr-pt-4 mbr-col-md-3\" mbr-if=\"showLine\"></div>                    \n                    <div mbr-buttons=\"\" class=\"mbr-section-btn\" mbr-class=\"{'mbr-pt-4':showSubtitle||showTitle||showText}\" mbr-theme-style=\"display-4\" data-toolbar=\"-mbrBtnMove\" mbr-if=\"showButtons\">\n                        <a class=\"btn-primary btn\">Learn How</a>\n                    </div>\n                </div>\n            </div>\n            <div class=\"image-wrap mbr-col-md-12 mbr-col-sm-12\" mbr-class=\"{'mbr-col-lg-3':columnWidth==5 &amp;&amp; !blockDirection,\n                             'mbr-col-lg-4':columnWidth==4 &amp;&amp; !blockDirection,\n                             'mbr-col-lg-6':columnWidth==3 &amp;&amp; !blockDirection,\n                             'mbr-col-lg-8':columnWidth==2 &amp;&amp; !blockDirection,\n                             'mbr-col-lg-9':columnWidth==1 &amp;&amp; !blockDirection,\n                             'mbr-col-lg-12':blockDirection,\n                             'mbr-flex':!blockDirection}\">\n                <div class=\"image-block mbr-col-md-12 mbr-col-sm-12\" mbr-class=\"{'mbr-col-lg-3':contentWidth==1 &amp;&amp; blockDirection,\n                                 'mbr-col-lg-4':contentWidth==2 &amp;&amp; blockDirection,\n                                 'mbr-col-lg-6':contentWidth==3 &amp;&amp; blockDirection,\n                                 'mbr-col-lg-8':contentWidth==4 &amp;&amp; blockDirection,\n                                 'mbr-col-lg-9':contentWidth==5 &amp;&amp; blockDirection,\n                                 'mbr-mr-auto':alignTitle==1 &amp;&amp; blockDirection,\n                                 'mbr-m-auto':(alignTitle==2 &amp;&amp; blockDirection),\n                                 'mbr-ml-auto':alignTitle==3 &amp;&amp; blockDirection}\">\n                    <amp-img src=\"@PROJECT_PATH@/assets/images/sonset-screen-6-1024x426.png\" layout=\"responsive\" width=\"848.8802816901408\" height=\"447\" alt=\"image\" class=\"mobirise-loader raised\">\n                        <div placeholder=\"\" class=\"placeholder\"></div>\n                        <img class=\"mbr-temp\" src=\"@PROJECT_PATH@/assets/images/sonset-screen-6-1024x426.png\" alt=\"\" title=\"\">\n                    </amp-img>\n                </div>\n            </div>\n        </div>\n    </div>\n</section>",
          "_cid": "rZpACKxVIf",
          "_anchor": "ampHeader16-29",
          "_protectedParams": [],
          "_global": false,
          "_once": false,
          "_params": {}
        },
        {
          "alias": "amp-blocks/components",
          "_isSecondary": true,
          "typeCompatible": "isAMP",
          "_styles": {
            "padding-top": "(@paddingTop * 10px)",
            "padding-bottom": "(@paddingBottom * 10px)",
            "& when (@bg-type = 'color')": {
              "background-color": "@bg-value"
            },
            "& when (@bg-type = 'image')": {
              "background-image": "url(@bg-value)",
              ".mbr-overlay": {
                "background-color": "@overlayColor",
                "opacity": "@overlayOpacity"
              }
            },
            "@media (min-width: 768px)": {
              ".container-fluid": {
                "padding": "0"
              }
            },
            ".mbr-row when (@fullWidth)": {
              "margin": "0"
            },
            "& when (@showSubtext)": {
              ".subtext": {
                "color": "@accentColor",
                "margin-bottom": "15px",
                "background-color": "lighten(@accentColor, 33%)",
                "line-height": "21px",
                "padding": "8px 20px",
                "display": "inline-block"
              }
            },
            "& when (@showDivider) and (@showTitle)": {
              ".divider": {
                "width": "(@divider * 1px)",
                "background-color": "@accentColor"
              }
            },
            "img": {
              "object-fit": "cover"
            },
            "& when (@fullWidth)": {
              ".mbr-row": {
                "margin": "0"
              },
              ".image": {
                "width": "50vw",
                "padding": "0",
                "height": "(@imgHeight * 1vh)"
              },
              "& when not (@reverse)": {
                ".title__block": {
                  "padding": "50px 0 50px ~'calc(30% - 100px)'"
                }
              },
              "& when (@reverse)": {
                ".title__block": {
                  "padding": "50px ~'calc(30% - 100px)' 50px 0"
                }
              }
            },
            "& when not (@fullWidth)": {
              ".title__block": {
                "padding": "50px 0"
              },
              ".image": {
                "width": "100%",
                "height": "(@imgHeight * 1vh)"
              }
            },
            "@media (max-width: 768px)": {
              ".image": {
                "display": "none"
              },
              ".text__block": {
                "padding": "0"
              }
            }
          },
          "_name": "ampHeader19",
          "_customHTML": "<section class=\"ampHeader19\" group=\"Headers\" plugins=\"amp-main\">\n    <mbr-parameters>\n    <!-- Block parameters controls (Blue \"Gear\" panel) -->\n    <input type=\"range\" inline=\"\" title=\"Top\" name=\"paddingTop\" min=\"0\" max=\"10\" step=\"1\" value=\"0\">\n    <input type=\"range\" inline=\"\" title=\"Bottom\" name=\"paddingBottom\" min=\"0\" max=\"10\" step=\"1\" value=\"0\">\n    <!--  -->\n        <input type=\"checkbox\" title=\"Full Width\" name=\"fullWidth\" checked=\"\">\n        <input type=\"checkbox\" title=\"Reverse Content\" name=\"reverse\">\n        <header>Text</header>\n        <input type=\"checkbox\" title=\"Show Title\" name=\"showTitle\" checked=\"\">\n        <input type=\"checkbox\" title=\"Show Subtext\" name=\"showSubtext\" checked=\"\">\n         <input type=\"checkbox\" title=\"Show Text\" name=\"showText\" checked=\"\">\n        <input type=\"checkbox\" title=\"Show Button\" name=\"showButtons\" checked=\"\">\n        <select name=\"alignContent\" title=\"Align Content\">\n            <option value=\"1\" selected=\"\">Left</option>\n            <option value=\"2\">Center</option>\n            <option value=\"3\">Right</option>\n        </select>\n        <input type=\"color\" title=\"Accent Color\" name=\"accentColor\" value=\"#fa584d\" condition=\"(showTitle &amp;&amp; showDivider) || showSubtext\">\n        <input type=\"checkbox\" title=\"Show Divider\" name=\"showDivider\" condition=\"showTitle\" checked=\"\">\n        <input type=\"range\" inline=\"\" title=\"Divider Width\" name=\"divider\" min=\"5\" max=\"250\" step=\"5\" value=\"30\" condition=\"showDivider &amp;&amp; showTitle\">\n        <input type=\"range\" inline=\"\" title=\"Image Height(vh)\" name=\"imgHeight\" min=\"30\" max=\"100\" step=\"1\" value=\"60\">\n        <!--  -->\n        <header>Background</header>\n        <fieldset type=\"background\" name=\"bg\" required=\"\">\n            <input type=\"color\" title=\"Background Color\" value=\"#ffffff\" selected=\"\">\n            <input type=\"image\" title=\"Background Image\" value=\"../_images/background1.jpg\">\n        </fieldset>\n        <!--  -->\n        <input type=\"checkbox\" title=\"Overlay\" name=\"overlay\" condition=\"bg.type !== 'color'\" checked=\"\">\n        <input type=\"color\" title=\"Overlay Color\" name=\"overlayColor\" value=\"#3b7eff\" condition=\"overlay &amp;&amp; bg.type == 'image'\">\n        <input type=\"range\" inline=\"\" title=\"Opacity\" name=\"overlayOpacity\" min=\"0\" max=\"1\" step=\"0.1\" value=\"0.3\" condition=\"overlay &amp;&amp; bg.type == 'image'\">\n</mbr-parameters>\n    \n    <div class=\"mbr-overlay\" mbr-if=\"overlay &amp;&amp; bg.type !== 'color'\"></div>\n<div mbr-class=\"{'container-fluid' : fullWidth, 'container' : !fullWidth}\">\n    <div class=\"mbr-row\" mbr-class=\"{'mbr-row-reverse' : reverse}\">\n    <div class=\"mbr-col-sm-12 mbr-col-md-6 mbr-col-lg-6 mbr-flex text__block align-left\" mbr-class=\"{'align-center' : alignContent == 2, 'align-right' : alignContent == 3}\">\n        <div class=\"title__block mbr-m-auto\">\n            <p class=\"subtext rounded__10 mbr-fonts-style mbr-black\" mbr-theme-style=\"display-4\" mbr-if=\"showSubtext\" data-app-selector=\".subtext\">Expensions</p>\n            <h3 class=\"mbr-section-title mbr-bold mbr-fonts-style mbr-black\" mbr-theme-style=\"display-2\" mbr-if=\"showTitle\" data-app-selector=\".mbr-section-title, .divider\">Bougainville</h3>\n            <span class=\"divider\" mbr-if=\"showDivider\"></span>\n            <p class=\"mbr-text mbr-fonts-style\" mbr-class=\"{'mbr-pt-1' : !showDivider}\" mbr-theme-style=\"display-4\" mbr-if=\"showText\" data-app-selector=\".mbr-text\">The map on bougainville taken from Google Earth Shows Wakunai in the Center.<br>Wantok Radio Light is Set up At Buin in Arawa. Picture Courtesy of Google Earth.</p>\n            <div class=\"mbr-section-btn mbr-pt-4\" mbr-buttons=\"\" data-toolbar=\"-mbrBtnMove\" mbr-theme-style=\"display-4\" mbr-if=\"showButtons\"><a class=\"btn btn-md btn-secondary\" href=\"#\" data-app-placeholder=\"Type Text\">\n            <span class=\"mbrib-right mbr-iconfont mbr-iconfont-btn\"></span>\n            <span class=\"btn__hover\">Read More</span></a></div>\n        </div>\n    </div>\n                <div class=\"image mbr-col-sm-12 mbr-col-md-6 mbr-col-lg-6\">\n                    <amp-img src=\"@PROJECT_PATH@/assets/images/buka-800x420.png\" alt=\"image\" height=\"571\" width=\"1087.6190476190475\" layout=\"responsive\" class=\"mobirise-loader\">\n                        <div placeholder=\"\" class=\"placeholder\"></div>\n                       <img src=\"@PROJECT_PATH@/assets/images/buka-800x420.png\" class=\"mbr-temp\" alt=\"\" title=\"\">\n                    </amp-img>\n                </div>\n</div>\n</div>\n</section>",
          "_cid": "rZpBTDSjrr",
          "_anchor": "ampHeader19-2b",
          "_protectedParams": [],
          "_global": false,
          "_once": false,
          "_params": {}
        },
        {
          "alias": "amp-blocks/components",
          "_isSecondary": true,
          "typeCompatible": "isAMP",
          "_styles": {
            "padding-top": "(@paddingTop * 1rem)",
            "padding-bottom": "(@paddingBottom * 1rem)",
            "& when (@bg-type = 'color')": {
              "background-color": "@bg-value"
            },
            "& when (@bg-type = 'image')": {
              "background-image": "url(@bg-value)",
              ".mbr-overlay": {
                "background-color": "@overlayColor",
                "opacity": "@overlayOpacity"
              }
            },
            "amp-img,img": {
              "height": "auto",
              "width": "100%"
            },
            ".gallery-row": {
              "& when not (@flexDirection)": {
                "padding-left": "0",
                "padding-right": "0"
              },
              "@media (max-width: 992px)": {
                "justify-content": "center"
              }
            },
            ".gallery-item": {
              "& when (@flexDirection)": {
                "padding-left": "0",
                "padding-right": "0"
              }
            },
            ".gallery-row, .gallery-item": {
              "@media (max-width: 768px)": {
                "padding-left": "0rem",
                "padding-right": "0rem"
              }
            },
            "& when not (@flexDirection) and (@showBorders)": {
              ".gallery-wrap > .gallery-row:not(.last-child)": {
                "border-bottom": "1px solid #f0f0f0"
              },
              ".gallery-row > .gallery-item:not(:last-child)": {
                "border-right": "1px solid #f0f0f0"
              }
            },
            ".gallery-img-wrap": {
              "&:hover": {
                "&:after": {
                  "opacity": "@imgOverlayOpacity"
                },
                "@media (min-width: 768px)": {
                  ".img-caption:after": {
                    "opacity": "0"
                  }
                }
              },
              "&:after": {
                "background": "@imgOverlayColor"
              },
              ".img-caption:after": {
                "opacity": "@imgOverlayOpacity",
                "background": "@imgOverlayColor"
              }
            },
            "& when not (@paddingCard)": {
              ".gallery-item, .gallery-row": {
                "padding": "0!important"
              }
            }
          },
          "_name": "ampClient7",
          "_customHTML": "<section class=\"ampClient7\" group=\"Clients\" plugins=\"amp-main\">\n    <mbr-parameters>\n        <header>Size</header>\n        <input type=\"range\" inline=\"\" title=\"Top\" name=\"paddingTop\" min=\"0\" max=\"10\" step=\"1\" value=\"5\">\n        <input type=\"range\" inline=\"\" title=\"Bottom\" name=\"paddingBottom\" min=\"0\" max=\"10\" step=\"1\" value=\"5\">\n        <input type=\"checkbox\" title=\"Full Width\" name=\"fullWidth\">\n        <input type=\"checkbox\" title=\"Row/Column\" name=\"flexDirection\">\n\n        <header>Title</header>\n        <input type=\"checkbox\" title=\"Show Title\" name=\"showTitle\" checked=\"\">\n        <input type=\"checkbox\" title=\"Show Subtitle\" name=\"showSubtitle\" checked=\"\">\n        <select title=\"Align\" name=\"titleAlign\" condition=\"showTitle || showSubtitle\">\n            <option value=\"1\" selected=\"\">Left</option>\n            <option value=\"2\">Center</option>\n            <option value=\"3\">Right</option>\n        </select>\n\n        <header>Gallery</header>\n        <input type=\"range\" inline=\"\" title=\"Containers Count\" name=\"containersCount\" min=\"1\" max=\"4\" step=\"1\" value=\"2\" required=\"\">\n        <input type=\"range\" inline=\"\" title=\"1st Container Items\" name=\"firstCount\" min=\"1\" max=\"4\" step=\"1\" value=\"4\">\n        <input type=\"range\" inline=\"\" title=\"2nd Container Items\" name=\"secondCount\" min=\"1\" max=\"4\" step=\"1\" value=\"4\" condition=\"containersCount > 1\">\n        <input type=\"range\" inline=\"\" title=\"3rd Container Items\" name=\"thirdCount\" min=\"1\" max=\"4\" step=\"1\" value=\"4\" condition=\"containersCount > 2\">\n        <input type=\"range\" inline=\"\" title=\"4th Container Items\" name=\"fourthCount\" min=\"1\" max=\"4\" step=\"1\" value=\"4\" condition=\"containersCount > 3\">\n        <input type=\"checkbox\" title=\"Padding Card\" name=\"paddingCard\" checked=\"\">\n        <input type=\"checkbox\" title=\"Borders\" name=\"showBorders\" condition=\"!flexDirection\" checked=\"\">\n        <input type=\"color\" title=\"Image Overlay Color\" name=\"imgOverlayColor\" value=\"#000000\">\n        <input type=\"range\" inline=\"\" title=\"Image Overlay Opacity\" name=\"imgOverlayOpacity\" min=\"0\" max=\"1\" step=\"0.1\" value=\"0\">\n\n        <header>Caption</header>\n        <input type=\"checkbox\" title=\"Show Img Caption\" name=\"showCaption\">\n        <input type=\"checkbox\" title=\"Caption on Hover\" name=\"captionOnHover\" condition=\"showCaption\">\n        <input type=\"checkbox\" title=\"Caption on Top/Bottom\" name=\"captionPos\" checked=\"\" condition=\"showCaption\">\n        <select title=\"Align\" name=\"captionAlign\" condition=\"showCaption\">\n            <option value=\"1\" selected=\"\">Left</option>\n            <option value=\"2\">Center</option>\n            <option value=\"3\">Right</option>\n        </select>\n\n        <header>Background</header>\n        <fieldset type=\"background\" name=\"bg\" required=\"\">\n            <input type=\"color\" title=\"Background Color\" value=\"#ffffff\" selected=\"\">\n            <input type=\"image\" title=\"Background Image\" value=\"../_images/background6.jpg\">\n        </fieldset>\n        <!--  -->\n        <input type=\"checkbox\" title=\"Overlay\" name=\"overlay\" checked=\"\" condition=\"bg.type !== 'color'\">\n        <input type=\"color\" title=\"Overlay Color\" name=\"overlayColor\" value=\"#ffffff\" condition=\"overlay &amp;&amp; bg.type == 'image'\">\n        <input type=\"range\" inline=\"\" title=\"Opacity\" name=\"overlayOpacity\" min=\"0\" max=\"1\" step=\"0.1\" value=\"0.7\" condition=\"overlay &amp;&amp; bg.type == 'image'\">\n    </mbr-parameters>\n    <div class=\"mbr-overlay\" mbr-if=\"overlay &amp;&amp; bg.type !== 'color'\"></div>\n    <div mbr-class=\"{'container': !fullWidth,\n        'container-fluid': fullWidth}\">\n        <div class=\"title mbr-pb-5\" mbr-if=\"showTitle || showSubtitle\" mbr-class=\"{'align-center': titleAlign == 2,\n                         'align-right': titleAlign == 3}\">\n            <h4 class=\"mbr-section-subtitle mbr-semibold mbr-pb-1 text-primary mbr-fonts-style\" mbr-theme-style=\"display-4\" mbr-if=\"showSubtitle\" data-app-selector=\".mbr-section-subtitle\">Our partners</h4>         \n            <h3 class=\"mbr-section-title mbr-bold mbr-fonts-style\" mbr-theme-style=\"display-2\" mbr-if=\"showTitle\" data-app-selector=\".mbr-section-title\">Other Partners who support us with our weekly and daily programs:</h3>                \n        </div>\n        <div class=\"mbr-row mbr-px-2 gallery-wrap mbr-jc-c\">\n            <div class=\"mbr-col-md-12 mbr-col-sm-12 gallery-row row-first flex-wrap\" mbr-class=\"{'mbr-col-lg-3':containersCount==4 &amp;&amp; flexDirection,\n                            'mbr-col-lg-4':containersCount==3 &amp;&amp; flexDirection,\n                            'mbr-col-lg-6':containersCount==2 &amp;&amp; flexDirection,\n                            'mbr-col-lg-12':containersCount==1 &amp;&amp; flexDirection,\n                            'mbr-col-lg-12 mbr-flex':!flexDirection,\n                            'md-pb':flexDirection}\" mbr-list=\"\" mbr-list-grow=\"firstCount\">\n                <div class=\"gallery-item mbr-col-sm-12\" mbr-class=\"{'mbr-col-lg-3':firstCount==4 &amp;&amp; !flexDirection,\n                                'mbr-col-lg-4':firstCount==3 &amp;&amp; !flexDirection,\n                                'mbr-col-lg-6':firstCount==2 &amp;&amp; !flexDirection,\n                                'mbr-col-lg-12':(firstCount==1 &amp;&amp; !flexDirection) || flexDirection,\n                                'mbr-col-md-12 mbr-py-2':flexDirection,\n                                'mbr-col-md-8 md-pb mbr-p-2':!flexDirection}\">\n                    <div class=\"gallery-img-wrap\">\n                        <amp-img class=\"mobirise-loader\" src=\"@PROJECT_PATH@/assets/images/rbeyond-404x197.png\" layout=\"responsive\" height=\"119\" width=\"244.04060913705584\" alt=\"image\">\n                            <div placeholder=\"\" class=\"placeholder\"></div>\n                            <img class=\"mbr-temp\" src=\"@PROJECT_PATH@/assets/images/rbeyond-404x197.png\" alt=\"\" title=\"\">\n                        </amp-img>\n                        <div class=\"img-caption\" mbr-class=\"{'caption-on-hover': captionOnHover,\n                                         'caption-top': !captionPos,\n                                         'caption-bottom': captionPos,\n                                         'align-center': captionAlign == 2,\n                                         'align-right': captionAlign == 3}\" mbr-if=\"showCaption\">\n                            <p class=\"caption-text mbr-fonts-style mbr-p-1 mbr-white\" mbr-theme-style=\"display-7\" data-app-selector=\".caption-text\">Type caption here</p>\n                        </div>\n                    </div>\n                </div>\n                \n                \n                \n            <div class=\"gallery-item mbr-col-sm-12\" mbr-class=\"{'mbr-col-lg-3':firstCount==4 &amp;&amp; !flexDirection,\n                                'mbr-col-lg-4':firstCount==3 &amp;&amp; !flexDirection,\n                                'mbr-col-lg-6':firstCount==2 &amp;&amp; !flexDirection,\n                                'mbr-col-lg-12':(firstCount==1 &amp;&amp; !flexDirection) || flexDirection,\n                                'mbr-col-md-12 mbr-py-2':flexDirection,\n                                'mbr-col-md-8 md-pb mbr-p-2':!flexDirection}\">\n                    <div class=\"gallery-img-wrap\">\n                        <amp-img class=\"mobirise-loader\" src=\"@PROJECT_PATH@/assets/images/newlifefm1-488x227.png\" layout=\"responsive\" height=\"114\" width=\"245.0748898678414\" alt=\"image\">\n                            <div placeholder=\"\" class=\"placeholder\"></div>\n                            <img class=\"mbr-temp\" src=\"@PROJECT_PATH@/assets/images/newlifefm1-488x227.png\" alt=\"\" title=\"\">\n                        </amp-img>\n                        <div class=\"img-caption\" mbr-class=\"{'caption-on-hover': captionOnHover,\n                                         'caption-top': !captionPos,\n                                         'caption-bottom': captionPos,\n                                         'align-center': captionAlign == 2,\n                                         'align-right': captionAlign == 3}\" mbr-if=\"showCaption\">\n                            <p class=\"caption-text mbr-fonts-style mbr-p-1 mbr-white\" mbr-theme-style=\"display-7\" data-app-selector=\".caption-text\">Type caption here</p>\n                        </div>\n                    </div>\n                </div><div class=\"gallery-item mbr-col-sm-12\" mbr-class=\"{'mbr-col-lg-3':firstCount==4 &amp;&amp; !flexDirection,\n                                'mbr-col-lg-4':firstCount==3 &amp;&amp; !flexDirection,\n                                'mbr-col-lg-6':firstCount==2 &amp;&amp; !flexDirection,\n                                'mbr-col-lg-12':(firstCount==1 &amp;&amp; !flexDirection) || flexDirection,\n                                'mbr-col-md-12 mbr-py-2':flexDirection,\n                                'mbr-col-md-8 md-pb mbr-p-2':!flexDirection}\">\n                    <div class=\"gallery-img-wrap\">\n                        <amp-img class=\"mobirise-loader\" src=\"@PROJECT_PATH@/assets/images/header1-488x111.png\" layout=\"responsive\" height=\"56\" width=\"246.1981981981982\" alt=\"image\">\n                            <div placeholder=\"\" class=\"placeholder\"></div>\n                            <img class=\"mbr-temp\" src=\"@PROJECT_PATH@/assets/images/header1-488x111.png\" alt=\"\" title=\"\">\n                        </amp-img>\n                        <div class=\"img-caption\" mbr-class=\"{'caption-on-hover': captionOnHover,\n                                         'caption-top': !captionPos,\n                                         'caption-bottom': captionPos,\n                                         'align-center': captionAlign == 2,\n                                         'align-right': captionAlign == 3}\" mbr-if=\"showCaption\">\n                            <p class=\"caption-text mbr-fonts-style mbr-p-1 mbr-white\" mbr-theme-style=\"display-7\" data-app-selector=\".caption-text\">Type caption here</p>\n                        </div>\n                    </div>\n                </div><div class=\"gallery-item mbr-col-sm-12\" mbr-class=\"{'mbr-col-lg-3':firstCount==4 &amp;&amp; !flexDirection,\n                                'mbr-col-lg-4':firstCount==3 &amp;&amp; !flexDirection,\n                                'mbr-col-lg-6':firstCount==2 &amp;&amp; !flexDirection,\n                                'mbr-col-lg-12':(firstCount==1 &amp;&amp; !flexDirection) || flexDirection,\n                                'mbr-col-md-12 mbr-py-2':flexDirection,\n                                'mbr-col-md-8 md-pb mbr-p-2':!flexDirection}\">\n                    <div class=\"gallery-img-wrap\">\n                        <amp-img class=\"mobirise-loader\" src=\"@PROJECT_PATH@/assets/images/muslims-turning-t-dr-youssef-338x219.jpg\" layout=\"responsive\" height=\"159\" width=\"245.39726027397262\" alt=\"image\">\n                            <div placeholder=\"\" class=\"placeholder\"></div>\n                            <img class=\"mbr-temp\" src=\"@PROJECT_PATH@/assets/images/muslims-turning-t-dr-youssef-338x219.jpg\" alt=\"\" title=\"\">\n                        </amp-img>\n                        <div class=\"img-caption\" mbr-class=\"{'caption-on-hover': captionOnHover,\n                                         'caption-top': !captionPos,\n                                         'caption-bottom': captionPos,\n                                         'align-center': captionAlign == 2,\n                                         'align-right': captionAlign == 3}\" mbr-if=\"showCaption\">\n                            <p class=\"caption-text mbr-fonts-style mbr-p-1 mbr-white\" mbr-theme-style=\"display-7\" data-app-selector=\".caption-text\">Type caption here</p>\n                        </div>\n                    </div>\n                </div></div>\n            <div class=\"mbr-col-md-12 mbr-col-sm-12 gallery-row row-second flex-wrap\" mbr-class=\"{'mbr-col-lg-3':containersCount==4 &amp;&amp; flexDirection,\n                            'mbr-col-lg-4':containersCount==3 &amp;&amp; flexDirection,\n                            'mbr-col-lg-6':containersCount==2 &amp;&amp; flexDirection,\n                            'mbr-col-lg-12 mbr-flex': !flexDirection,\n                            'md-pb':flexDirection,\n                            'last-child':containersCount==2}\" mbr-if=\"containersCount>1\" mbr-list=\"\" mbr-list-grow=\"secondCount\">\n                <div class=\"gallery-item mbr-col-sm-12\" mbr-class=\"{'mbr-col-lg-3':secondCount==4 &amp;&amp; !flexDirection,\n                                'mbr-col-lg-4':secondCount==3 &amp;&amp; !flexDirection,\n                                'mbr-col-lg-6':secondCount==2 &amp;&amp; !flexDirection,\n                                'mbr-col-lg-12':(secondCount==1 &amp;&amp; !flexDirection) || flexDirection,\n                                'mbr-col-md-12 mbr-py-2':flexDirection,\n                                'mbr-col-md-8 md-pb mbr-p-2':!flexDirection}\">\n                    <div class=\"gallery-img-wrap\">\n                        <amp-img class=\"mobirise-loader\" src=\"@PROJECT_PATH@/assets/images/640x480-488x339.jpg\" layout=\"responsive\" height=\"170\" width=\"244.7197640117994\" alt=\"image\">\n                            <div placeholder=\"\" class=\"placeholder\"></div>\n                            <img class=\"mbr-temp\" src=\"@PROJECT_PATH@/assets/images/640x480-488x339.jpg\" alt=\"\" title=\"\">\n                        </amp-img>\n                        <div class=\"img-caption\" mbr-class=\"{'caption-on-hover': captionOnHover,\n                                         'caption-top': !captionPos,\n                                         'caption-bottom': captionPos,\n                                         'align-center': captionAlign == 2,\n                                         'align-right': captionAlign == 3}\" mbr-if=\"showCaption\">\n                            <p class=\"caption-text mbr-fonts-style mbr-p-1 mbr-white\" mbr-theme-style=\"display-7\" data-app-selector=\".caption-text\">Type caption here</p>\n                        </div>\n                    </div>\n                </div>\n                \n                \n                \n            <div class=\"gallery-item mbr-col-sm-12\" mbr-class=\"{'mbr-col-lg-3':secondCount==4 &amp;&amp; !flexDirection,\n                                'mbr-col-lg-4':secondCount==3 &amp;&amp; !flexDirection,\n                                'mbr-col-lg-6':secondCount==2 &amp;&amp; !flexDirection,\n                                'mbr-col-lg-12':(secondCount==1 &amp;&amp; !flexDirection) || flexDirection,\n                                'mbr-col-md-12 mbr-py-2':flexDirection,\n                                'mbr-col-md-8 md-pb mbr-p-2':!flexDirection}\">\n                    <div class=\"gallery-img-wrap\">\n                        <amp-img class=\"mobirise-loader\" src=\"@PROJECT_PATH@/assets/images/backtothebible-488x266.png\" layout=\"responsive\" height=\"133\" width=\"244\" alt=\"image\">\n                            <div placeholder=\"\" class=\"placeholder\"></div>\n                            <img class=\"mbr-temp\" src=\"@PROJECT_PATH@/assets/images/backtothebible-488x266.png\" alt=\"\" title=\"\">\n                        </amp-img>\n                        <div class=\"img-caption\" mbr-class=\"{'caption-on-hover': captionOnHover,\n                                         'caption-top': !captionPos,\n                                         'caption-bottom': captionPos,\n                                         'align-center': captionAlign == 2,\n                                         'align-right': captionAlign == 3}\" mbr-if=\"showCaption\">\n                            <p class=\"caption-text mbr-fonts-style mbr-p-1 mbr-white\" mbr-theme-style=\"display-7\" data-app-selector=\".caption-text\">Type caption here</p>\n                        </div>\n                    </div>\n                </div><div class=\"gallery-item mbr-col-sm-12\" mbr-class=\"{'mbr-col-lg-3':secondCount==4 &amp;&amp; !flexDirection,\n                                'mbr-col-lg-4':secondCount==3 &amp;&amp; !flexDirection,\n                                'mbr-col-lg-6':secondCount==2 &amp;&amp; !flexDirection,\n                                'mbr-col-lg-12':(secondCount==1 &amp;&amp; !flexDirection) || flexDirection,\n                                'mbr-col-md-12 mbr-py-2':flexDirection,\n                                'mbr-col-md-8 md-pb mbr-p-2':!flexDirection}\">\n                    <div class=\"gallery-img-wrap\">\n                        <amp-img class=\"mobirise-loader\" src=\"@PROJECT_PATH@/assets/images/kbm-488x422.jpg\" layout=\"responsive\" height=\"211\" width=\"244\" alt=\"image\">\n                            <div placeholder=\"\" class=\"placeholder\"></div>\n                            <img class=\"mbr-temp\" src=\"@PROJECT_PATH@/assets/images/kbm-488x422.jpg\" alt=\"\" title=\"\">\n                        </amp-img>\n                        <div class=\"img-caption\" mbr-class=\"{'caption-on-hover': captionOnHover,\n                                         'caption-top': !captionPos,\n                                         'caption-bottom': captionPos,\n                                         'align-center': captionAlign == 2,\n                                         'align-right': captionAlign == 3}\" mbr-if=\"showCaption\">\n                            <p class=\"caption-text mbr-fonts-style mbr-p-1 mbr-white\" mbr-theme-style=\"display-7\" data-app-selector=\".caption-text\">Type caption here</p>\n                        </div>\n                    </div>\n                </div><div class=\"gallery-item mbr-col-sm-12\" mbr-class=\"{'mbr-col-lg-3':secondCount==4 &amp;&amp; !flexDirection,\n                                'mbr-col-lg-4':secondCount==3 &amp;&amp; !flexDirection,\n                                'mbr-col-lg-6':secondCount==2 &amp;&amp; !flexDirection,\n                                'mbr-col-lg-12':(secondCount==1 &amp;&amp; !flexDirection) || flexDirection,\n                                'mbr-col-md-12 mbr-py-2':flexDirection,\n                                'mbr-col-md-8 md-pb mbr-p-2':!flexDirection}\">\n                    <div class=\"gallery-img-wrap\">\n                        <amp-img class=\"mobirise-loader\" src=\"@PROJECT_PATH@/assets/images/cgc-490x365.png\" layout=\"responsive\" height=\"183\" width=\"245.67123287671234\" alt=\"image\">\n                            <div placeholder=\"\" class=\"placeholder\"></div>\n                            <img class=\"mbr-temp\" src=\"@PROJECT_PATH@/assets/images/cgc-490x365.png\" alt=\"\" title=\"\">\n                        </amp-img>\n                        <div class=\"img-caption\" mbr-class=\"{'caption-on-hover': captionOnHover,\n                                         'caption-top': !captionPos,\n                                         'caption-bottom': captionPos,\n                                         'align-center': captionAlign == 2,\n                                         'align-right': captionAlign == 3}\" mbr-if=\"showCaption\">\n                            <p class=\"caption-text mbr-fonts-style mbr-p-1 mbr-white\" mbr-theme-style=\"display-7\" data-app-selector=\".caption-text\">Type caption here</p>\n                        </div>\n                    </div>\n                </div></div>\n            <div class=\"mbr-col-md-12 mbr-col-sm-12 gallery-row row-third flex-wrap\" mbr-class=\"{'mbr-col-lg-3':containersCount==4 &amp;&amp; flexDirection,\n                            'mbr-col-lg-4':containersCount==3 &amp;&amp; flexDirection,\n                            'mbr-col-lg-12 mbr-flex':!flexDirection,\n                            'md-pb':flexDirection,\n                            'last-child':containersCount==3}\" mbr-if=\"containersCount>2\" mbr-list=\"\" mbr-list-grow=\"thirdCount\">\n                <div class=\"gallery-item mbr-col-sm-12\" mbr-class=\"{'mbr-col-lg-3':thirdCount==4 &amp;&amp; !flexDirection,\n                                'mbr-col-lg-4':thirdCount==3 &amp;&amp; !flexDirection,\n                                'mbr-col-lg-6':thirdCount==2 &amp;&amp; !flexDirection,\n                                'mbr-col-lg-12':(thirdCount==1 &amp;&amp; !flexDirection) || flexDirection,\n                                'mbr-col-md-12 mbr-py-2':flexDirection,\n                                'mbr-col-md-8 md-pb mbr-p-2':!flexDirection}\">\n                    <div class=\"gallery-img-wrap\">\n                        <amp-img class=\"mobirise-loader\" src=\"../_images/clients/8.png\" layout=\"responsive\" height=\"203\" width=\"243.6\" alt=\"image\">\n                            <div placeholder=\"\" class=\"placeholder\"></div>\n                            <img class=\"mbr-temp\" src=\"../_images/clients/8.png\" alt=\"\">\n                        </amp-img>\n                        <div class=\"img-caption\" mbr-class=\"{'caption-on-hover': captionOnHover,\n                                         'caption-top': !captionPos,\n                                         'caption-bottom': captionPos,\n                                         'align-center': captionAlign == 2,\n                                         'align-right': captionAlign == 3}\" mbr-if=\"showCaption\">\n                            <p class=\"caption-text mbr-fonts-style mbr-p-1 mbr-white\" mbr-theme-style=\"display-7\" data-app-selector=\".caption-text\">Type caption here</p>\n                        </div>\n                    </div>\n                </div>\n                \n                \n                \n            <div class=\"gallery-item mbr-col-sm-12\" mbr-class=\"{'mbr-col-lg-3':thirdCount==4 &amp;&amp; !flexDirection,\n                                'mbr-col-lg-4':thirdCount==3 &amp;&amp; !flexDirection,\n                                'mbr-col-lg-6':thirdCount==2 &amp;&amp; !flexDirection,\n                                'mbr-col-lg-12':(thirdCount==1 &amp;&amp; !flexDirection) || flexDirection,\n                                'mbr-col-md-12 mbr-py-2':flexDirection,\n                                'mbr-col-md-8 md-pb mbr-p-2':!flexDirection}\">\n                    <div class=\"gallery-img-wrap\">\n                        <amp-img class=\"mobirise-loader\" src=\"../_images/clients/8.png\" layout=\"responsive\" height=\"203\" width=\"243.6\" alt=\"image\">\n                            <div placeholder=\"\" class=\"placeholder\"></div>\n                            <img class=\"mbr-temp\" src=\"../_images/clients/8.png\" alt=\"\">\n                        </amp-img>\n                        <div class=\"img-caption\" mbr-class=\"{'caption-on-hover': captionOnHover,\n                                         'caption-top': !captionPos,\n                                         'caption-bottom': captionPos,\n                                         'align-center': captionAlign == 2,\n                                         'align-right': captionAlign == 3}\" mbr-if=\"showCaption\">\n                            <p class=\"caption-text mbr-fonts-style mbr-p-1 mbr-white\" mbr-theme-style=\"display-7\" data-app-selector=\".caption-text\">Type caption here</p>\n                        </div>\n                    </div>\n                </div><div class=\"gallery-item mbr-col-sm-12\" mbr-class=\"{'mbr-col-lg-3':thirdCount==4 &amp;&amp; !flexDirection,\n                                'mbr-col-lg-4':thirdCount==3 &amp;&amp; !flexDirection,\n                                'mbr-col-lg-6':thirdCount==2 &amp;&amp; !flexDirection,\n                                'mbr-col-lg-12':(thirdCount==1 &amp;&amp; !flexDirection) || flexDirection,\n                                'mbr-col-md-12 mbr-py-2':flexDirection,\n                                'mbr-col-md-8 md-pb mbr-p-2':!flexDirection}\">\n                    <div class=\"gallery-img-wrap\">\n                        <amp-img class=\"mobirise-loader\" src=\"../_images/clients/8.png\" layout=\"responsive\" height=\"203\" width=\"243.6\" alt=\"image\">\n                            <div placeholder=\"\" class=\"placeholder\"></div>\n                            <img class=\"mbr-temp\" src=\"../_images/clients/8.png\" alt=\"\">\n                        </amp-img>\n                        <div class=\"img-caption\" mbr-class=\"{'caption-on-hover': captionOnHover,\n                                         'caption-top': !captionPos,\n                                         'caption-bottom': captionPos,\n                                         'align-center': captionAlign == 2,\n                                         'align-right': captionAlign == 3}\" mbr-if=\"showCaption\">\n                            <p class=\"caption-text mbr-fonts-style mbr-p-1 mbr-white\" mbr-theme-style=\"display-7\" data-app-selector=\".caption-text\">Type caption here</p>\n                        </div>\n                    </div>\n                </div><div class=\"gallery-item mbr-col-sm-12\" mbr-class=\"{'mbr-col-lg-3':thirdCount==4 &amp;&amp; !flexDirection,\n                                'mbr-col-lg-4':thirdCount==3 &amp;&amp; !flexDirection,\n                                'mbr-col-lg-6':thirdCount==2 &amp;&amp; !flexDirection,\n                                'mbr-col-lg-12':(thirdCount==1 &amp;&amp; !flexDirection) || flexDirection,\n                                'mbr-col-md-12 mbr-py-2':flexDirection,\n                                'mbr-col-md-8 md-pb mbr-p-2':!flexDirection}\">\n                    <div class=\"gallery-img-wrap\">\n                        <amp-img class=\"mobirise-loader\" src=\"../_images/clients/8.png\" layout=\"responsive\" height=\"204\" width=\"244.79999999999998\" alt=\"image\">\n                            <div placeholder=\"\" class=\"placeholder\"></div>\n                            <img class=\"mbr-temp\" src=\"../_images/clients/8.png\" alt=\"\">\n                        </amp-img>\n                        <div class=\"img-caption\" mbr-class=\"{'caption-on-hover': captionOnHover,\n                                         'caption-top': !captionPos,\n                                         'caption-bottom': captionPos,\n                                         'align-center': captionAlign == 2,\n                                         'align-right': captionAlign == 3}\" mbr-if=\"showCaption\">\n                            <p class=\"caption-text mbr-fonts-style mbr-p-1 mbr-white\" mbr-theme-style=\"display-7\" data-app-selector=\".caption-text\">Type caption here</p>\n                        </div>\n                    </div>\n                </div></div>\n            <div class=\"mbr-col-md-12 mbr-col-sm-12 gallery-row row-fourth flex-wrap\" mbr-class=\"{'mbr-col-lg-3':containersCount==4 &amp;&amp; flexDirection,\n                            'mbr-col-lg-12 mbr-flex':!flexDirection,\n                            'last-child':containersCount==4}\" mbr-if=\"containersCount==4\" mbr-list=\"\" mbr-list-grow=\"fourthCount\">\n                <div class=\"gallery-item mbr-col-sm-12\" mbr-class=\"{'mbr-col-lg-3':fourthCount==4 &amp;&amp; !flexDirection,\n                                'mbr-col-lg-4':fourthCount==3 &amp;&amp; !flexDirection,\n                                'mbr-col-lg-6':fourthCount==2 &amp;&amp; !flexDirection,\n                                'mbr-col-lg-12':(fourthCount==1 &amp;&amp; !flexDirection) || flexDirection,\n                                'mbr-col-md-12 mbr-py-2':flexDirection,\n                                'mbr-col-md-8 md-pb mbr-p-2':!flexDirection}\">\n                    <div class=\"gallery-img-wrap\">\n                        <amp-img class=\"mobirise-loader\" src=\"../_images/clients/8.png\" layout=\"responsive\" height=\"897\" width=\"1076.3999999999999\" alt=\"image\">\n                            <div placeholder=\"\" class=\"placeholder\"></div>\n                            <img class=\"mbr-temp\" src=\"../_images/clients/8.png\" alt=\"\">\n                        </amp-img>\n                        <div class=\"img-caption\" mbr-class=\"{'caption-on-hover': captionOnHover,\n                                         'caption-top': !captionPos,\n                                         'caption-bottom': captionPos,\n                                         'align-center': captionAlign == 2,\n                                         'align-right': captionAlign == 3}\" mbr-if=\"showCaption\">\n                            <p class=\"caption-text mbr-fonts-style mbr-p-1 mbr-white\" mbr-theme-style=\"display-7\" data-app-selector=\".caption-text\">Type caption here</p>\n                        </div>\n                    </div>\n                </div>\n            <div class=\"gallery-item mbr-col-sm-12\" mbr-class=\"{'mbr-col-lg-3':fourthCount==4 &amp;&amp; !flexDirection,\n                                'mbr-col-lg-4':fourthCount==3 &amp;&amp; !flexDirection,\n                                'mbr-col-lg-6':fourthCount==2 &amp;&amp; !flexDirection,\n                                'mbr-col-lg-12':(fourthCount==1 &amp;&amp; !flexDirection) || flexDirection,\n                                'mbr-col-md-12 mbr-py-2':flexDirection,\n                                'mbr-col-md-8 md-pb mbr-p-2':!flexDirection}\">\n                    <div class=\"gallery-img-wrap\">\n                        <amp-img class=\"mobirise-loader\" src=\"../_images/clients/8.png\" layout=\"responsive\" height=\"897\" width=\"1076.3999999999999\" alt=\"image\">\n                            <div placeholder=\"\" class=\"placeholder\"></div>\n                            <img class=\"mbr-temp\" src=\"../_images/clients/8.png\" alt=\"\">\n                        </amp-img>\n                        <div class=\"img-caption\" mbr-class=\"{'caption-on-hover': captionOnHover,\n                                         'caption-top': !captionPos,\n                                         'caption-bottom': captionPos,\n                                         'align-center': captionAlign == 2,\n                                         'align-right': captionAlign == 3}\" mbr-if=\"showCaption\">\n                            <p class=\"caption-text mbr-fonts-style mbr-p-1 mbr-white\" mbr-theme-style=\"display-7\" data-app-selector=\".caption-text\">Type caption here</p>\n                        </div>\n                    </div>\n                </div><div class=\"gallery-item mbr-col-sm-12\" mbr-class=\"{'mbr-col-lg-3':fourthCount==4 &amp;&amp; !flexDirection,\n                                'mbr-col-lg-4':fourthCount==3 &amp;&amp; !flexDirection,\n                                'mbr-col-lg-6':fourthCount==2 &amp;&amp; !flexDirection,\n                                'mbr-col-lg-12':(fourthCount==1 &amp;&amp; !flexDirection) || flexDirection,\n                                'mbr-col-md-12 mbr-py-2':flexDirection,\n                                'mbr-col-md-8 md-pb mbr-p-2':!flexDirection}\">\n                    <div class=\"gallery-img-wrap\">\n                        <amp-img class=\"mobirise-loader\" src=\"../_images/clients/8.png\" layout=\"responsive\" height=\"897\" width=\"1076.3999999999999\" alt=\"image\">\n                            <div placeholder=\"\" class=\"placeholder\"></div>\n                            <img class=\"mbr-temp\" src=\"../_images/clients/8.png\" alt=\"\">\n                        </amp-img>\n                        <div class=\"img-caption\" mbr-class=\"{'caption-on-hover': captionOnHover,\n                                         'caption-top': !captionPos,\n                                         'caption-bottom': captionPos,\n                                         'align-center': captionAlign == 2,\n                                         'align-right': captionAlign == 3}\" mbr-if=\"showCaption\">\n                            <p class=\"caption-text mbr-fonts-style mbr-p-1 mbr-white\" mbr-theme-style=\"display-7\" data-app-selector=\".caption-text\">Type caption here</p>\n                        </div>\n                    </div>\n                </div><div class=\"gallery-item mbr-col-sm-12\" mbr-class=\"{'mbr-col-lg-3':fourthCount==4 &amp;&amp; !flexDirection,\n                                'mbr-col-lg-4':fourthCount==3 &amp;&amp; !flexDirection,\n                                'mbr-col-lg-6':fourthCount==2 &amp;&amp; !flexDirection,\n                                'mbr-col-lg-12':(fourthCount==1 &amp;&amp; !flexDirection) || flexDirection,\n                                'mbr-col-md-12 mbr-py-2':flexDirection,\n                                'mbr-col-md-8 md-pb mbr-p-2':!flexDirection}\">\n                    <div class=\"gallery-img-wrap\">\n                        <amp-img class=\"mobirise-loader\" src=\"../_images/clients/8.png\" layout=\"responsive\" height=\"897\" width=\"1076.3999999999999\" alt=\"image\">\n                            <div placeholder=\"\" class=\"placeholder\"></div>\n                            <img class=\"mbr-temp\" src=\"../_images/clients/8.png\" alt=\"\">\n                        </amp-img>\n                        <div class=\"img-caption\" mbr-class=\"{'caption-on-hover': captionOnHover,\n                                         'caption-top': !captionPos,\n                                         'caption-bottom': captionPos,\n                                         'align-center': captionAlign == 2,\n                                         'align-right': captionAlign == 3}\" mbr-if=\"showCaption\">\n                            <p class=\"caption-text mbr-fonts-style mbr-p-1 mbr-white\" mbr-theme-style=\"display-7\" data-app-selector=\".caption-text\">Type caption here</p>\n                        </div>\n                    </div>\n                </div></div>\n        </div>\n    </div>\n</section>",
          "_cid": "s03ADZSp2p",
          "_anchor": "ampClient7-2j",
          "_protectedParams": [],
          "_global": false,
          "_once": false,
          "_params": {}
        },
        {
          "alias": "amp-blocks/components",
          "_isSecondary": true,
          "typeCompatible": "isAMP",
          "_styles": {
            "& when not (@fullScreen)": {
              "padding-top": "(@paddingTop * 1rem)",
              "padding-bottom": "(@paddingBottom * 1rem)",
              "align-items": "center",
              "display": "flex"
            },
            "& when (@bg-type = 'image')": {
              "background-image": "url(@bg-value)",
              "& when (@overlay)": {
                ".mbr-overlay": {
                  "background": "@overlayColor",
                  "opacity": "@overlayOpacity"
                }
              }
            },
            "& when (@bg-type = 'color')": {
              "background-color": "@bg-value"
            },
            ".mbr-row": {
              "& when (@reverseContent)": {
                "flex-wrap": "wrap-reverse"
              },
              "& when (@blockDirection)": {
                "& when not (@reverseContent)": {
                  "flex-wrap": "wrap"
                },
                "& when (@reverseContent)": {
                  ".image-wrap": {
                    "padding-bottom": "2rem"
                  }
                },
                ".image-wrap": {
                  "max-width": "100%",
                  "max-height": "100%",
                  "min-width": "100%",
                  "min-height": "100%"
                }
              },
              "@media (max-width: 992px)": {
                ".image-wrap": {
                  "padding-bottom": "2rem"
                }
              }
            },
            "& when not (@blockDirection)": {
              ".title-block": {
                "margin": "auto",
                "width": "100%"
              },
              ".title-wrap": {
                "@media (max-width: 992px)": {
                  "margin-bottom": "2rem"
                }
              }
            },
            ".mbr-row > *": {
              "@media (max-width: 992px)": {
                "padding-left": "0",
                "padding-right": "0"
              }
            },
            "@media (min-width: 992px)": {
              ".title-block, .image-block": {
                "padding-left": "0",
                "padding-right": "0"
              },
              ".mbr-row > *": {
                "padding-left": "2rem",
                "padding-right": "2rem"
              },
              ".mbr-row": {
                "margin-left": "-2rem",
                "margin-right": "-2rem"
              }
            },
            "& when (@showLine)": {
              ".line": {
                "border-bottom": "1px solid @lineColor",
                "display": "inline-block",
                "width": "50%"
              }
            },
            "img": {
              "object-fit": "cover"
            }
          },
          "_name": "ampHeader16",
          "_customHTML": "<section class=\"ampHeader16\" group=\"Headers\" mbr-class=\"{'mbr-fullscreen': fullScreen}\" plugins=\"amp-main\">\n    <mbr-parameters>\n    <!-- Block parameters controls (Blue \"Gear\" panel) -->\n    <header>Size</header>\n    <input type=\"checkbox\" title=\"Row/Column\" name=\"blockDirection\">\n    <input type=\"checkbox\" title=\"Full Screen\" name=\"fullScreen\">\n    <input type=\"checkbox\" title=\"Full Width\" name=\"fullWidth\">\n    <input type=\"checkbox\" title=\"Reverse Content\" name=\"reverseContent\">\n    <input type=\"range\" inline=\"\" title=\"Top\" name=\"paddingTop\" min=\"0\" max=\"15\" step=\"1\" value=\"10\" condition=\"fullScreen == false\">\n    <input type=\"range\" inline=\"\" title=\"Bottom\" name=\"paddingBottom\" min=\"0\" max=\"15\" step=\"1\" value=\"10\" condition=\"fullScreen == false\">\n    <input type=\"range\" inline=\"\" title=\"Content Width\" name=\"columnWidth\" min=\"1\" max=\"5\" step=\"1\" value=\"3\" condition=\"!blockDirection\" required=\"\">\n    <header>Show/Hide</header>\n    <input type=\"checkbox\" title=\"Title\" name=\"showTitle\" checked=\"\">\n    <input type=\"checkbox\" title=\"Subtitle\" name=\"showSubtitle\" checked=\"\">\n    <input type=\"checkbox\" title=\"Text\" name=\"showText\" checked=\"\">\n    <input type=\"checkbox\" title=\"Line\" name=\"showLine\" checked=\"\">\n    <input type=\"color\" title=\"Line Color\" name=\"lineColor\" value=\"#000000\" condition=\"showLine\">    \n    <input type=\"checkbox\" title=\"Buttons\" name=\"showButtons\" checked=\"\">\n    <!--  -->\n    <header condition=\"showTitle || showSubtitle || showText || showButtons\">Align</header>\n    <select title=\"All\" name=\"alignTitle\" condition=\"(showTitle || showSubtitle || showText || showButtons) &amp;&amp; blockDirection\">\n        <option value=\"1\" selected=\"\">Left</option>\n        <option value=\"2\">Center</option>\n        <option value=\"3\">Right</option>\n    </select>\n    <select title=\"Text\" name=\"alignContent\" condition=\"(showTitle || showSubtitle || showText || showButtons) &amp;&amp; !blockDirection\">\n        <option value=\"1\">Left</option>\n        <option value=\"2\" selected=\"\">Center</option>\n        <option value=\"3\">Right</option>\n    </select>\n    <header condition=\"blockDirection\">Content</header>\n    <input type=\"range\" inline=\"\" title=\"Content Width\" name=\"contentWidth\" min=\"1\" max=\"6\" step=\"1\" value=\"3\" condition=\"blockDirection\">\n    <header>Background</header>\n    <fieldset type=\"background\" name=\"bg\" required=\"\">\n        <input type=\"image\" title=\"Background Image\" value=\"../_images/background1.jpg\" selected=\"\">\n        <input type=\"color\" title=\"Background Color\" value=\"#cccccc\">\n    </fieldset>\n    <input type=\"checkbox\" title=\"Overlay\" name=\"overlay\" condition=\"bg.type !== 'color'\" checked=\"\">\n    <input type=\"color\" title=\"Overlay Color\" name=\"overlayColor\" value=\"#fffef2\" condition=\"overlay &amp;&amp; bg.type !== 'color'\">\n    <input type=\"range\" inline=\"\" title=\"Opacity\" name=\"overlayOpacity\" min=\"0\" max=\"1\" step=\"0.1\" value=\"0.7\" condition=\"overlay &amp;&amp; bg.type !== 'color'\">\n    <!-- End block parameters -->\n    </mbr-parameters>\n    <div class=\"mbr-overlay\" mbr-if=\"overlay &amp;&amp; bg.type !== 'color'\"></div>\n    <div mbr-class=\"{'container':!fullWidth,\n                     'container-fluid': fullWidth}\">\n        <div class=\"mbr-row\" mbr-class=\"{'mbr-row-reverse': reverseContent}\">\n            <div class=\"title-wrap mbr-col-md-12 mbr-col-sm-12\" mbr-class=\"{'mbr-col-lg-3':columnWidth==1 &amp;&amp; !blockDirection,\n                             'mbr-col-lg-4':columnWidth==2 &amp;&amp; !blockDirection,\n                             'mbr-col-lg-6':columnWidth==3 &amp;&amp; !blockDirection,\n                             'mbr-col-lg-8':columnWidth==4 &amp;&amp; !blockDirection,\n                             'mbr-col-lg-9':columnWidth==5 &amp;&amp; !blockDirection,\n                             'mbr-col-lg-12':blockDirection,\n                             'align-left':(alignTitle==1 &amp;&amp; blockDirection) || (alignContent==1 &amp;&amp; !blockDirection),\n                             'align-center':(alignTitle==2 &amp;&amp; blockDirection) || (alignContent==2 &amp;&amp; !blockDirection),\n                             'align-right':(alignTitle==3 &amp;&amp; blockDirection) || (alignContent==3 &amp;&amp; !blockDirection),\n                             'mbr-pb-4': blockDirection,\n                             'mbr-flex': !blockDirection}\" mbr-if=\"showTitle || showSubtitle || showText || showButtons\">\n                <div class=\"title-block mbr-col-sm-12 mbr-col-md-12\">\n                    <h2 class=\"mbr-section-subtitle mbr-semibold mbr-fonts-style\" mbr-theme-style=\"display-4\" mbr-if=\"showSubtitle\" data-app-selector=\".mbr-section-subtitle, .mbr-section-btn\">Major Partner</h2>\n                    <h1 class=\"mbr-section-title mbr-fonts-style mbr-semibold\" mbr-class=\"{'mbr-pt-2': showSubtitle}\" mbr-theme-style=\"display-1\" mbr-if=\"showTitle\" data-app-selector=\".mbr-section-title, .mbr-section-btn\">A Major Partner</h1>                    \n                    <p class=\"mbr-text mbr-fonts-style\" mbr-class=\"{'mbr-pt-2': showTitle || showSubtitle}\" mbr-theme-style=\"display-7\" mbr-if=\"showText\" data-app-selector=\".mbr-section-btn, .mbr-text\">New Life FM Founder &amp; Owner Mr. Joe Emert &amp; Wife During our Share-a-thon Fundraising in 2017</p>\n                    <div class=\"line mbr-pt-4 mbr-col-md-3\" mbr-if=\"showLine\"></div>                    \n                    <div mbr-buttons=\"\" class=\"mbr-section-btn\" mbr-class=\"{'mbr-pt-4':showSubtitle||showTitle||showText}\" mbr-theme-style=\"display-4\" data-toolbar=\"-mbrBtnMove\" mbr-if=\"showButtons\">\n                        <a class=\"btn-primary btn\">Learn How</a>\n                    </div>\n                </div>\n            </div>\n            <div class=\"image-wrap mbr-col-md-12 mbr-col-sm-12\" mbr-class=\"{'mbr-col-lg-3':columnWidth==5 &amp;&amp; !blockDirection,\n                             'mbr-col-lg-4':columnWidth==4 &amp;&amp; !blockDirection,\n                             'mbr-col-lg-6':columnWidth==3 &amp;&amp; !blockDirection,\n                             'mbr-col-lg-8':columnWidth==2 &amp;&amp; !blockDirection,\n                             'mbr-col-lg-9':columnWidth==1 &amp;&amp; !blockDirection,\n                             'mbr-col-lg-12':blockDirection,\n                             'mbr-flex':!blockDirection}\">\n                <div class=\"image-block mbr-col-md-12 mbr-col-sm-12\" mbr-class=\"{'mbr-col-lg-3':contentWidth==1 &amp;&amp; blockDirection,\n                                 'mbr-col-lg-4':contentWidth==2 &amp;&amp; blockDirection,\n                                 'mbr-col-lg-6':contentWidth==3 &amp;&amp; blockDirection,\n                                 'mbr-col-lg-8':contentWidth==4 &amp;&amp; blockDirection,\n                                 'mbr-col-lg-9':contentWidth==5 &amp;&amp; blockDirection,\n                                 'mbr-mr-auto':alignTitle==1 &amp;&amp; blockDirection,\n                                 'mbr-m-auto':(alignTitle==2 &amp;&amp; blockDirection),\n                                 'mbr-ml-auto':alignTitle==3 &amp;&amp; blockDirection}\">\n                    <amp-img src=\"@PROJECT_PATH@/assets/images/newlifegift-848x503.jpg\" layout=\"responsive\" width=\"522.624254473161\" height=\"310\" alt=\"image\" class=\"mobirise-loader raised\" title=\"Go to NewLife FM Website\">\n                        <div placeholder=\"\" class=\"placeholder\"></div>\n                        <a href=\"https://newliferadio.com/\" target=\"_blank\"><img class=\"mbr-temp\" src=\"@PROJECT_PATH@/assets/images/newlifegift-848x503.jpg\" alt=\"\" title=\"Go to NewLife FM Website\"></a>\n                    </amp-img>\n                </div>\n            </div>\n        </div>\n    </div>\n</section>",
          "_cid": "rZpBrQ0R34",
          "_anchor": "ampHeader16-2a",
          "_protectedParams": [],
          "_global": false,
          "_once": false,
          "_params": {}
        },
        {
          "alias": "amp-blocks/components",
          "_isSecondary": true,
          "typeCompatible": "isAMP",
          "_styles": {
            "& when not (@fullScreen)": {
              "padding-top": "(@paddingTop * 15px)",
              "padding-bottom": "(@paddingBottom * 15px)"
            },
            "& when (@bg-type = 'color')": {
              "background-color": "@bg-value",
              "> .mbr-overlay when (@twoBgColor)": {
                "padding": "0",
                "background": "@twoColor",
                "opacity": "1"
              }
            },
            "& when (@bg-type = 'image')": {
              "background-image": "url(@bg-value)",
              "> .mbr-overlay": {
                "background": "@overlayColor",
                "opacity": "@overlayOpacity"
              }
            },
            ".second-element-box, .container-elements": {
              "width": "100%"
            },
            ".container-elements, .second-element, .image-wrap": {
              "position": "relative"
            },
            ".second-element when (@showPadding)": {
              "@media (min-width: 992px)": {
                "& when not (@reverseContent)": {
                  "padding-left": "70px"
                },
                "& when (@reverseContent)": {
                  "padding-right": "70px"
                }
              },
              "@media (min-width: 1200px)": {
                "& when (@fullWidth)": {
                  "padding-left": "100px",
                  "padding-right": "100px"
                }
              }
            },
            ".container-elements when not (@transparentBg)": {
              ".mbr-overlay": {
                "background": "@cardBg",
                "opacity": "@cardOpacity"
              },
              ".image-wrap": {
                "padding": "0"
              }
            },
            "amp-img,img": {
              "object-fit": "cover",
              "@media (min-width: 768px)": {
                "height": "~\"@{heightImg}rem\"",
                "& when (@fullScreen) and not (@showTitle) and not (@showSubtitle)": {
                  "height": "100vh"
                }
              }
            },
            ".list1 .marker-wrap:before, .list2 .mbr-text:before": {
              "display": "inline-block"
            },
            ".list1 when (@showCardList1)": {
              "& when (@stylizedCounters1 = \"1\")": {
                "counter-reset": "decimal",
                ".marker-wrap:before": {
                  "counter-increment": "decimal",
                  "content": "\"0\" counter(decimal)",
                  "color": "@primaryColor",
                  "font-size": "~\"@{widthImg1}rem\"",
                  "& when (@countersBorder)": {
                    "border-bottom": "2px solid @primaryColor"
                  }
                }
              },
              ".marker-wrap:before when (@stylizedCounters1 = \"2\")": {
                "content": "\"\"",
                "border": "3px solid @primaryColor",
                "width": "~\"calc(@{widthImg1}rem - 6px)\"",
                "height": "~\"calc(@{widthImg1}rem - 6px)\"",
                "box-sizing": "initial"
              },
              ".items-list": {
                "flex-direction": "row",
                "& when not (@stylizedCounters1 = \"3\")": {
                  "align-items": "baseline"
                },
                ".marker-wrap, .icon-wrap": {
                  "margin-right": "15px"
                },
                "&:not(:last-child)": {
                  "padding-bottom": "10px"
                },
                "& when ((@widthImg1 * 16) > 30)": {
                  ".marker-wrap:before, .icon-wrap .amp-iconfont": {
                    "@media (max-width: 767px)": {
                      "font-size": "30px",
                      "width": "30px",
                      "height": "30px"
                    }
                  }
                }
              },
              ".icon-wrap .amp-iconfont when (@stylizedCounters1 = \"3\")": {
                "color": "@primaryColor",
                "font-size": "~\"@{widthImg1}rem\"",
                "width": "~\"@{widthImg1}rem\""
              }
            },
            ".second-element when (@transparentBg)": {
              "@media (max-width: 767px)": {
                "padding-top": "50px"
              }
            },
            ".list2 when (@showCardList2)": {
              ".mbr-text:before when (@stylizedCounters2 = \"1\")": {
                "content": "\"\"",
                "background-color": "@primaryColor",
                "margin-right": "5px",
                "width": "~\"@{widthImg2}rem\"",
                "height": "3px",
                "vertical-align": "middle"
              },
              ".mbr-text:before when (@stylizedCounters2 = \"2\")": {
                "content": "\"✓\"",
                "font-size": "~\"@{widthImg2}rem\"",
                "margin-right": "13px"
              }
            }
          },
          "_name": "ampHeader30",
          "_customHTML": "<section class=\"ampHeader30\" group=\"Headers\" mbr-class=\"{'mbr-fullscreen': fullScreen}\" plugins=\"amp-main\">\n    <mbr-parameters>\n    <!-- Block parameters controls (Blue \"Gear\" panel) -->\n    <header>Size</header>\n        <input type=\"checkbox\" title=\"Full Screen\" name=\"fullScreen\">\n        <input type=\"checkbox\" title=\"Full Width\" name=\"fullWidth\">\n        <input type=\"range\" inline=\"\" title=\"Top\" name=\"paddingTop\" min=\"0\" max=\"10\" step=\"1\" value=\"5\" condition=\"fullScreen == false\">\n        <input type=\"range\" inline=\"\" title=\"Bottom\" name=\"paddingBottom\" min=\"0\" max=\"10\" step=\"1\" value=\"5\" condition=\"fullScreen == false\">\n        <input type=\"checkbox\" title=\"Reverse Content\" name=\"reverseContent\" condition=\"showCardTitle || showCardSubtitle || showCardList1 || showCardList2 || showCardButtons\" checked=\"\">\n    <header>Title</header>\n        <input type=\"checkbox\" title=\"Title\" name=\"showTitle\">\n        <input type=\"checkbox\" title=\"Subtitle\" name=\"showSubtitle\">\n        <select title=\"Align\" name=\"titleAlign\" condition=\"showTitle || showSubtitle\">\n            <option value=\"1\">Left</option>\n            <option value=\"2\" selected=\"\">Center</option>\n            <option value=\"3\">Right</option>\n        </select>    \n    <header>Text</header>\n        <input type=\"range\" inline=\"\" title=\"Width Image\" name=\"columnWidth\" min=\"1\" max=\"5\" step=\"1\" value=\"5\" condition=\"showCardTitle || showCardSubtitle || showCardList1 || showCardList2 || showCardButtons\">\n        <input type=\"range\" inline=\"\" title=\"Height Image\" name=\"heightImg\" min=\"5\" max=\"50\" step=\"1\" value=\"23\" condition=\"!fullScreen || showTitle || showSubtitle\">\n        <input type=\"checkbox\" title=\"Title\" name=\"showCardTitle\" checked=\"\">\n        <input type=\"checkbox\" title=\"Subtitle\" name=\"showCardSubtitle\" checked=\"\">\n        <input type=\"checkbox\" title=\"Buttons\" name=\"showCardButtons\" checked=\"\">\n        <select title=\"Align\" name=\"cardAlign\" condition=\"showCardTitle || showCardSubtitle || showCardList1 || showCardList2 || showCardButtons\">\n            <option value=\"1\" selected=\"\">Left</option>\n            <option value=\"2\">Center</option>\n            <option value=\"3\">Right</option>\n        </select>\n        <input type=\"checkbox\" title=\"Padding\" name=\"showPadding\" condition=\"showCardTitle || showCardSubtitle || showCardList1 || showCardList2 || showCardButtons\">\n        <input type=\"checkbox\" title=\"Transparent BG\" name=\"transparentBg\" checked=\"\" condition=\"showCardTitle || showCardSubtitle || showCardList1 || showCardList2 || showCardButtons\">\n        <input type=\"color\" title=\"Color\" name=\"cardBg\" value=\"#cccccc\" condition=\"!transparentBg &amp;&amp; (showCardTitle || showCardSubtitle || showCardList1 || showCardList2 || showCardButtons)\">\n        <input type=\"range\" inline=\"\" title=\"Opacity\" name=\"cardOpacity\" min=\"0\" max=\"1\" step=\"0.1\" value=\"0.5\" condition=\"!transparentBg &amp;&amp; (showCardTitle || showCardSubtitle || showCardList1 || showCardList2 || showCardButtons)\">\n    <header>Lists</header>   \n        <input type=\"checkbox\" title=\"List1\" name=\"showCardList1\" checked=\"\">\n            <input type=\"range\" inline=\"\" title=\"Count\" name=\"list1Count\" min=\"1\" max=\"9\" step=\"1\" value=\"1\" condition=\"showCardList1\"> \n            <select title=\"Stylized Counters\" name=\"stylizedCounters1\" condition=\"showCardList1\">\n                <option value=\"1\">Counters</option>\n                <option value=\"2\" selected=\"\">Markers</option>\n                <option value=\"3\">Icons</option>\n            </select>\n            <input type=\"checkbox\" title=\"Border Bottom Counters\" name=\"countersBorder\" checked=\"\" condition=\"showCardList1 &amp;&amp; stylizedCounters1 == 1\">\n            <input type=\"range\" inline=\"\" title=\"Width Marker\" name=\"widthImg1\" min=\"0.8\" max=\"6\" step=\"0.1\" value=\"0.8\" condition=\"showCardList1\">\n            <input type=\"checkbox\" title=\"Title List\" name=\"showCardList1Title\" condition=\"showCardList1\">\n            <input type=\"checkbox\" title=\"Text List\" name=\"showCardList1Text\" checked=\"\" condition=\"showCardList1\">\n        <input type=\"checkbox\" title=\"List2\" name=\"showCardList2\" checked=\"\">\n            <input type=\"range\" inline=\"\" title=\"Count\" name=\"list2Count\" min=\"1\" max=\"9\" step=\"1\" value=\"3\" condition=\"showCardList2\"> \n            <select title=\"Stylized Counters\" name=\"stylizedCounters2\" condition=\"showCardList2\">\n                <option value=\"1\">Line</option>\n                <option value=\"2\" selected=\"\">Marker</option>\n            </select>\n           <input type=\"range\" inline=\"\" title=\"Width Marker\" name=\"widthImg2\" min=\"0.8\" max=\"6\" step=\"0.1\" value=\"0.8\" condition=\"showCardList2\"> \n    <header>Background</header>\n        <input type=\"checkbox\" title=\"2 Background Color\" name=\"twoBgColor\" condition=\"bg.type == 'color'\"> \n        <input type=\"range\" inline=\"\" title=\"Width 2 Bg\" name=\"width2Bg\" min=\"1\" max=\"5\" step=\"1\" value=\"3\" condition=\"twoBgColor &amp;&amp; bg.type == 'color'\">    \n        <fieldset type=\"background\" name=\"bg\">\n            <input type=\"image\" title=\"Background Image\" value=\"../_images/background2.jpg\" selected=\"\">\n            <input type=\"color\" title=\"Background Color\" value=\"#FFFFFF\">\n        </fieldset>\n        <input type=\"color\" title=\"2 Color\" name=\"twoColor\" value=\"#f4f5f7\" condition=\"twoBgColor &amp;&amp; bg.type == 'color'\">\n        <input type=\"checkbox\" title=\"Overlay\" name=\"overlay\" condition=\"bg.type !== 'color'\" checked=\"\">\n        <input type=\"color\" title=\"Overlay Color\" name=\"overlayColor\" value=\"#ffffff\" condition=\"overlay &amp;&amp; bg.type !== 'color'\">\n        <input type=\"range\" inline=\"\" title=\"Opacity\" name=\"overlayOpacity\" min=\"0\" max=\"1\" step=\"0.1\" value=\"0.9\" condition=\"overlay &amp;&amp; bg.type !== 'color'\">\n    </mbr-parameters>\n\n    <div class=\"mbr-overlay\" mbr-if=\"(overlay &amp;&amp; bg.type !== 'color') || (twoBgColor &amp;&amp; bg.type == 'color')\" mbr-class=\"{'mbr-col-md-4': width2Bg == 1 &amp;&amp; twoBgColor &amp;&amp; bg.type == 'color',\n                     'mbr-col-md-5': width2Bg == 2 &amp;&amp; twoBgColor &amp;&amp; bg.type == 'color',\n                     'mbr-col-md-6': width2Bg == 3 &amp;&amp; twoBgColor &amp;&amp; bg.type == 'color',\n                     'mbr-col-md-7': width2Bg == 4 &amp;&amp; twoBgColor &amp;&amp; bg.type == 'color',\n                     'mbr-col-md-8': width2Bg == 5 &amp;&amp; twoBgColor &amp;&amp; bg.type == 'color'}\"></div>\n    <div mbr-class=\"{'container':!fullWidth,\n                     'container-fluid':fullWidth}\">\n        <div class=\"title-wrap mbr-pb-4\" mbr-if=\"showTitle || showSubtitle\" mbr-class=\"{'align-left': titleAlign==1,\n                         'align-center': titleAlign==2,\n                         'align-right': titleAlign==3, 'mbr-px-2': fullWidth}\">\n            <h1 class=\"mbr-section-title mbr-fonts-style mbr-bold\" mbr-theme-style=\"display-2\" mbr-if=\"showTitle\" data-app-selector=\".title-wrap .mbr-section-title\">\n                Header with Image</h1>\n            <h2 class=\"mbr-section-subtitle mbr-fonts-style\" mbr-theme-style=\"display-7\" mbr-if=\"showSubtitle\" data-app-selector=\".title-wrap .mbr-section-subtitle\">Lorem ipsum dolor sit amet, consectetur adipisicing elit.</h2>\n        </div>    \n        <div class=\"mbr-row\" mbr-class=\"{'mbr-px-2': !transparentBg &amp;&amp; (showCardTitle || showCardSubtitle || showCardList1 || showCardList2 || showCardButtons)}\">\n            <div class=\"container-elements mbr-flex flex-wrap\" mbr-class=\"{'mbr-row-reverse':reverseContent &amp;&amp; (showCardTitle || showCardSubtitle || showCardList1 || showCardList2 || showCardButtons)}\">\n                <div class=\"mbr-overlay\" mbr-if=\"!transparentBg &amp;&amp; (showCardTitle || showCardSubtitle || showCardList1 || showCardList2 || showCardButtons)\"></div>\n            <div class=\"image-wrap mbr-flex mbr-col-sm-12\" mbr-class=\"{'mbr-col-md-8':columnWidth==5,\n                                 'mbr-col-md-7':columnWidth==4,\n                                 'mbr-col-md-6':columnWidth==3,\n                                 'mbr-col-md-5':columnWidth==2,\n                                 'mbr-col-md-4':columnWidth==1,\n                                 'mbr-col-md-12 mbr-col-lg-12': !showCardTitle &amp;&amp; !showCardSubtitle &amp;&amp; !showCardText &amp;&amp; !showCardButtons &amp;&amp; !showCardList1 &amp;&amp; !showCardList2}\">\n                <amp-img src=\"@PROJECT_PATH@/assets/images/pngbc-1-850x419.png\" layout=\"responsive\" width=\"746.5393794749403\" height=\"368\" alt=\"Go to PNG Bible Church Website\" class=\"mobirise-loader mbr-m-auto\" title=\"Go to PNG Bible Church Website\">\n                    <div placeholder=\"\" class=\"placeholder\"></div>\n                    <a href=\"http://pngbc.org/\" target=\"_blank\"><img class=\"mbr-temp\" src=\"@PROJECT_PATH@/assets/images/pngbc-1-850x419.png\" alt=\"Go to PNG Bible Church Website\" title=\"Go to PNG Bible Church Website\"></a>\n                </amp-img>\n            </div>\n            <div class=\"second-element mbr-flex mbr-col-sm-12\" mbr-if=\"showCardTitle || showCardSubtitle || showCardList1 || showCardList2 || showCardButtons\" mbr-class=\"{'mbr-col-md-8':columnWidth==1,\n                                 'mbr-col-md-7':columnWidth==2,\n                                 'mbr-col-md-6':columnWidth==3,\n                                 'mbr-col-md-5':columnWidth==4,\n                                 'mbr-col-md-4':columnWidth==5,'mbr-px-5': !transparentBg &amp;&amp; showPadding}\">\n                    <div class=\"second-element-box mbr-m-auto\" mbr-class=\"{'align-center': cardAlign==2,\n                                 'align-right': cardAlign==3, 'mbr-py-4': !transparentBg, 'mbr-px-2': transparentBg &amp;&amp; fullWidth}\">\n                        <h2 class=\"element-title mbr-fonts-style mbr-bold\" mbr-theme-style=\"display-2\" mbr-if=\"showCardTitle\" data-app-selector=\".element-title\">Papua New Guinea</h2>\n                        <h3 class=\"element-subtitle mbr-fonts-style mbr-bold\" mbr-theme-style=\"display-2\" mbr-if=\"showCardSubtitle\" data-app-selector=\".element-subtitle\">Bible Church</h3>\n                        <div class=\"mbr-list list1\" mbr-list=\"\" mbr-list-grow=\"list1Count\" mbr-if=\"showCardList1\" mbr-class=\"{'mbr-pt-4': showCardTitle || showCardSubtitle}\">\n                            <div class=\"mbr-flex items-list\" mbr-class=\"{'mbr-jc-c':cardAlign==2, 'mbr-jc-e': cardAlign==3}\">\n                                <div class=\"marker-wrap\" mbr-if=\"stylizedCounters1 == 1 || stylizedCounters1 == 2\">\n                                </div>\n                                <div class=\"icon-wrap\" mbr-if=\"stylizedCounters1 == 3\">\n                                    <span mbr-icon=\"\" class=\"amp-iconfont fa-check fa\"></span>\n                                </div>\n                                <div class=\"list-box\" mbr-if=\"showCardList1Title || showCardList1Text\">\n                                    <h4 class=\"list-title mbr-fonts-style mbr-bold\" mbr-theme-style=\"display-7\" mbr-if=\"showCardList1Title\" data-app-selector=\".list1 .list-title\" mbr-class=\"{'mbr-pb-1':showCardList1Text}\">\n                                        First Title\n                                    </h4>\n                                    <p class=\"mbr-text mbr-fonts-style mbr-regular\" mbr-theme-style=\"display-7\" mbr-if=\"showCardList1Text\" data-app-selector=\".list1 .mbr-text\">\n                                       Papua New Guinea Bible Church holds the lincense to Broadcast.</p>\n                                 </div>\n                            </div>\n                        </div>\n                        <div class=\"mbr-list list2\" mbr-list=\"\" mbr-list-grow=\"list2Count\" mbr-if=\"showCardList2\" mbr-class=\"{'mbr-pt-3': showCardTitle || showCardSubtitle || showCardList1}\">\n                            <p class=\"mbr-text mbr-fonts-style mbr-regular\" mbr-theme-style=\"display-7\" data-app-selector=\".list2 .mbr-text\">From A Dream To Reality</p>\n                            <p class=\"mbr-text mbr-fonts-style mbr-regular\" mbr-theme-style=\"display-7\" data-app-selector=\".list2 .mbr-text\">Find out more on what the PNG Bible Church is about.</p>                                \n                            <p class=\"mbr-text mbr-fonts-style mbr-regular\" mbr-theme-style=\"display-7\" data-app-selector=\".list2 .mbr-text\">Visit theri Website by clicking the button below</p>\n                        </div>\n                        <div mbr-buttons=\"\" class=\"mbr-section-btn\" mbr-class=\"{'mbr-pt-3':showCardTitle || showCardSubtitle || showCardList2 || showCardList1}\" mbr-theme-style=\"display-4\" data-toolbar=\"-mbrBtnMove\" mbr-if=\"showCardButtons\"><a class=\"btn btn-md btn-success\" data-app-placeholder=\"Type Text\" href=\"http://pngbc.org/\" target=\"_blank\">\n                                LEARN MORE</a></div>\n                    </div>\n                </div>\n            </div>\n        </div>\n    </div>\n</section>",
          "_cid": "rZpCqrnv0V",
          "_anchor": "ampHeader30-2c",
          "_protectedParams": [],
          "_global": false,
          "_once": false,
          "_params": {}
        },
        {
          "alias": "amp-blocks/components",
          "_isSecondary": true,
          "typeCompatible": "isAMP",
          "_styles": {
            "padding-top": "(@paddingTop * 10px)",
            "padding-bottom": "(@paddingBottom * 10px)",
            "& when (@bg-type = 'image')": {
              "background-image": "url(@bg-value)",
              ".mbr-overlay": {
                "background-color": "@overlayColor",
                "opacity": "@overlayOpacity"
              }
            },
            "& when (@bg-type = 'color')": {
              "background-color": "@bg-value"
            },
            ".group-title": {
              "margin": "15px 0 18px",
              "padding-bottom": "15px",
              "line-height": "1.4",
              "color": "#ffc300"
            },
            ".items": {
              "padding-bottom": "25px",
              ".item": {
                "margin-top": "10px",
                "margin-right": "15px",
                "opacity": ".75",
                "transition": "opacity .3s ease",
                "&:hover": {
                  "opacity": "1"
                }
              }
            },
            "& when (@showLogo)": {
              ".image-block": {
                "amp-img, img": {
                  "object-fit": "contain",
                  "width": "(@heightImg * 1px)",
                  "height": "auto"
                }
              }
            },
            ".dragArea": {
              "margin": "0",
              "flex-wrap": "nowrap"
            },
            "& when (@subscribe)": {
              ".field": {
                "padding": "0",
                "position": "relative",
                "margin-top": "10px",
                "input": {
                  "padding": "6px 12px",
                  "font-size": "15px",
                  "height": "45px",
                  "border": "1px solid lighten(@primaryColor, 30%)"
                },
                ".btn": {
                  "height": "100%",
                  "&.btn-white:hover": {
                    "background-color": "#fff !important",
                    "border-color": "#fff !important",
                    "color": "#000 !important"
                  }
                }
              },
              ".mbr-section-btn": {
                "margin-right": "0"
              }
            },
            ".footer-wrap": {
              "padding-top": "80px"
            },
            ".contacts__bottom": {
              "margin-top": "45px",
              "padding-bottom": "17px"
            },
            ".bottom__left": {
              ".phone": {
                "opacity": ".75",
                "transition": "opacity 0.3s ease",
                "display": "inline-block",
                "&:hover": {
                  "opacity": "1"
                }
              },
              ".mbr-iconfont": {
                "margin-right": "20px",
                "font-size": "20px",
                "width": "20px",
                "height": "20px",
                "color": "@primaryColor",
                "@media (max-width: 767px)": {
                  "margin-right": "0",
                  "margin-bottom": "10px"
                }
              },
              "color": "#ffc300"
            },
            ".amp-iconfont": {
              "font-size": "15px",
              "width": "15px",
              "text-align": "center",
              "& when (@bg-type = 'color')": {
                "color": "contrast(@bg-value) !important"
              },
              "& when (@bg-type = 'image')": {
                "color": "@primaryColor !important"
              },
              "opacity": ".5",
              "&:hover": {
                "opacity": "1"
              }
            },
            ".footer-container": {
              "padding-bottom": "50px",
              "margin-top": "19px",
              "align-items": "center",
              "opacity": ".75",
              "letter-spacing": "0"
            },
            ".divider__foot": {
              "border-top": "1px solid @borderColor",
              "opacity": ".15",
              "width": "100%"
            },
            "@media (max-width: 991px)": {
              ".items": {
                "padding-top": "0"
              },
              ".group-title": {
                "margin-bottom": "5px"
              }
            },
            "@media (max-width: 768px)": {
              ".image-block amp-img": {
                "max-width": "60%",
                "margin": "auto",
                "height": "100%"
              },
              ".image-block": {
                "margin-bottom": "20px"
              },
              ".bottom__left, .contacts__bottom": {
                "flex-direction": "column",
                "align-items": "center",
                "padding-bottom": "15px"
              },
              ".dragArea": {
                "justify-content": "center"
              }
            },
            ".copyright .mbr-text": {
              "color": "#ffffff"
            },
            ".item, .items": {
              "color": "#ffffff"
            }
          },
          "_name": "ampFooter14",
          "_customHTML": "<section class=\"ampFooter14\" group=\"Footers\" once=\"footer\" plugins=\"amp-main, amp-form, amp-mustache\" global=\"\" always-bottom=\"\">\n\n      <mbr-parameters>\n    <!-- Block parameters controls (Blue \"Gear\" panel) -->\n        <input type=\"range\" inline=\"\" title=\"Top\" name=\"paddingTop\" min=\"0\" max=\"10\" step=\"1\" value=\"0\">\n        <input type=\"range\" inline=\"\" title=\"Bottom\" name=\"paddingBottom\" min=\"0\" max=\"10\" step=\"1\" value=\"0\">\n        <header>Menu</header>\n        <input type=\"checkbox\" title=\"Show Column Title\" name=\"showTitle\" checked=\"\">\n          <input type=\"checkbox\" title=\"Show Subscribe\" name=\"subscribe\" checked=\"\">\n          <input type=\"checkbox\" title=\"Show Logo\" name=\"showLogo\" checked=\"\">\n        <input type=\"range\" inline=\"\" title=\"Logo Width\" name=\"heightImg\" min=\"10\" max=\"150\" step=\"10\" value=\"150\" condition=\"showLogo\">\n        <select title=\"Columns\" name=\"columnsCount\">\n            <option value=\"1\">1</option>\n            <option value=\"2\">2</option>\n            <option value=\"3\" selected=\"\">3</option>\n        </select>\n        <input type=\"range\" inline=\"\" title=\"Column 1 Items\" name=\"columnItems1\" min=\"1\" max=\"6\" value=\"2\">\n        <input type=\"range\" inline=\"\" title=\"Column 2 Items\" name=\"columnItems2\" min=\"1\" max=\"6\" value=\"3\" condition=\"columnsCount > 1\">\n        <input type=\"range\" inline=\"\" title=\"Column 3 Items\" name=\"columnItems3\" min=\"1\" max=\"6\" value=\"3\" condition=\"columnsCount > 2\">\n          <header>Bottom</header>\n          <input type=\"checkbox\" title=\"Show Phone\" name=\"showPhone\" checked=\"\">\n          <input type=\"checkbox\" title=\"Show Social\" name=\"showSocial\" checked=\"\">\n           <input type=\"range\" inline=\"\" title=\"Icons Count\" name=\"iconsCount\" min=\"1\" max=\"6\" value=\"4\" step=\"1\" condition=\"showSocial\">\n          <input type=\"color\" title=\"Border Color\" name=\"borderColor\" value=\"#000000\">\n    <input type=\"checkbox\" title=\"Copyright\" name=\"showCopyright\" checked=\"\">\n    <!--  -->\n        <header>Background</header>\n        <fieldset type=\"background\" name=\"bg\">\n            <input type=\"image\" title=\"Background Image\" value=\"@PROJECT_PATH@/assets/images/footers4-1920x564.jpg\" selected=\"\">\n            <input type=\"color\" title=\"Background Color\" value=\"#ffffff\">\n        </fieldset>\n        <input type=\"checkbox\" title=\"Overlay\" name=\"overlay\" condition=\"bg.type !== 'color'\" checked=\"\">\n    <input type=\"color\" title=\"Overlay Color\" name=\"overlayColor\" value=\"#002929\" condition=\"overlay &amp;&amp; bg.type == 'image'\">\n    <input type=\"range\" inline=\"\" title=\"Opacity\" name=\"overlayOpacity\" min=\"0\" max=\"1\" step=\"0.1\" value=\"0.9\" condition=\"overlay &amp;&amp; bg.type == 'image'\">\n    </mbr-parameters>\n\n<div class=\"mbr-overlay\" mbr-if=\"overlay &amp;&amp; bg.type !== 'color'\"></div>\n    <div class=\"container\">\n        <div class=\"mbr-row footer-wrap mbr-jc-c\">\n            <div class=\"image-block align-left mbr-col-sm-12 mbr-col-lg-2\" mbr-class=\"{'mbr-col-md-4' : columnsCount == 2, 'mbr-col-md-3' : columnsCount == 3, 'mbr-col-md-6' : columnsCount <= 1}\" mbr-if=\"showLogo\">\n                    <amp-img src=\"@PROJECT_PATH@/assets/images/logo-260x94.png\" layout=\"responsive\" width=\"149.36170212765958\" height=\"54\" alt=\"Mobirise\" class=\"mobirise-loader\">\n                        <div placeholder=\"\" class=\"placeholder\"></div>\n                        <img class=\"mbr-temp\" src=\"@PROJECT_PATH@/assets/images/logo-260x94.png\" alt=\"Mobirise\" title=\"\">\n                    </amp-img>\n            </div>\n\n            <div class=\"items-col mbr-col-sm-12 align-left\" mbr-class=\"{'mbr-col-lg-2': columnsCount == 3, 'mbr-col-lg-3': ((columnsCount <= 2) &amp;&amp; (showLogo)) || (columnsCount == 2), 'mbr-col-md-4' : columnsCount == 2, 'mbr-col-md-3' : columnsCount == 3, 'mbr-col-md-6' : columnsCount <= 1, 'mbr-col-lg-6 mbr-col-md-6 align-center' : ((columnsCount < 2) &amp;&amp; (!showLogo)) }\">\n                <h3 class=\"mbr-fonts-style group-title mbr-bold\" mbr-theme-style=\"display-7\" mbr-if=\"showTitle\" data-app-selector=\".group-title\">Quick Links</h3>\n                <div class=\"items\" mbr-list=\"\" mbr-list-grow=\"columnItems1\">\n                    <p class=\"item mbr-fonts-style\" mbr-theme-style=\"display-4\" data-app-selector=\".item, .items\"></p><p>\n                        <a href=\"index.html\"></a><a href=\"index.html\" class=\"text-warning\">Home</a></p>\n                    \n                    \n                </div>\n            </div>\n\n            <div class=\"items-col mbr-col-sm-12 align-left\" mbr-class=\"{'mbr-col-lg-2': columnsCount == 3, 'mbr-col-lg-3': columnsCount <= 2, 'mbr-col-md-4' : columnsCount == 2, 'mbr-col-md-3' : columnsCount == 3}\" mbr-if=\"columnsCount > 1\">\n                <h3 class=\"mbr-fonts-style group-title mbr-bold\" mbr-theme-style=\"display-7\" mbr-if=\"showTitle\" data-app-selector=\".group-title\">Location</h3>\n                <div class=\"items\" mbr-list=\"\" mbr-list-grow=\"columnItems2\">\n                    <p class=\"item mbr-fonts-style\" mbr-theme-style=\"display-4\" data-app-selector=\".item, .items\">\n                        Gerehu Stage 2</p>\n                    <p class=\"item mbr-fonts-style\" mbr-theme-style=\"display-4\" data-app-selector=\".item, .items\">\n                        Sivari Road</p>\n                    \n                <p class=\"item mbr-fonts-style\" mbr-theme-style=\"display-4\" data-app-selector=\".item, .items\">\n                        Port Moresby</p></div>\n            </div>\n\n            <div class=\"items-col mbr-col-sm-12 align-left\" mbr-class=\"{'mbr-col-lg-2': columnsCount == 3, 'mbr-col-lg-3': columnsCount <= 2, 'mbr-col-md-4' : columnsCount == 2, 'mbr-col-md-3' : columnsCount == 3}\" mbr-if=\"columnsCount > 2\">\n                <h3 class=\"mbr-fonts-style group-title mbr-bold\" mbr-theme-style=\"display-7\" mbr-if=\"showTitle\" data-app-selector=\".group-title\">\n                    Important Details</h3>\n                <div class=\"items\" mbr-list=\"\" mbr-list-grow=\"columnItems3\">\n                    <p class=\"item mbr-fonts-style\" mbr-theme-style=\"display-4\" data-app-selector=\".item, .items\">\n                        Phone: 675 326 0946</p>\n                    <p class=\"item mbr-fonts-style\" mbr-theme-style=\"display-4\" data-app-selector=\".item, .items\"></p><p>\n                        Fax: (675)3261104</p>\n                    \n                </div>\n            </div>\n            <div class=\"align-left mbr-col-sm-12 \" mbr-if=\"subscribe\" mbr-class=\"{'mbr-col-md-12 mbr-col-lg-4' : ((columnsCount >= 2) || (showLogo)), 'mbr-col-md-6 mbr-col-lg-6' : ((columnsCount < 2) &amp;&amp; (!showLogo))}\">\n                <h3 class=\"mbr-fonts-style group-title mbr-bold\" mbr-theme-style=\"display-7\" mbr-if=\"showTitle\" data-app-selector=\".group-title\">\n                    Let Us Know you visited</h3>\n                <div class=\"items\" mbr-form=\"\">\n<!--Formbuilder Form-->\n<form action=\"\" name=\"Mobirise Form\" method=\"POST\" class=\"mbr-form align-center\">\n<div class=\"mbr-row\">\n<div submit-success=\"\" class=\"mbr-col-lg-12 mbr-col-md-12 mbr-col-sm-12\">\n<template data-form-alert=\"\" type=\"amp-mustache\">Subscription successful!</template>\n</div>\n<div submit-error=\"\" class=\"mbr-col-lg-12 mbr-col-md-12 mbr-col-sm-12\">\n<template data-form-alert=\"\" type=\"amp-mustache\">Subscription failed! {{error}}</template>\n</div>\n</div>\n<div class=\"dragArea mbr-row\">\n<div data-for=\"form[data][0][1]\" class=\"mbr-col field\">\n<input type=\"hidden\" name=\"form[data][0][0]\" value=\"Email\">\n<input type=\"email\" name=\"form[data][0][1]\" placeholder=\"Enter your email\" data-form-field=\"Email\" mbr-theme-style=\"display-5\" required=\"required\" class=\"field-input\" value=\"\">\n</div>\n<div mbr-buttons=\"true\" mbr-theme-style=\"display-4\" data-toolbar=\"-mbrBtnMove,-mbrLink,-mbrBtnRemove,-mbrBtnAdd\" class=\"mbr-col-auto mbr-section-btn field\"><a type=\"submit\" class=\"btn btn-sm btn-form btn-white\" data-app-placeholder=\"Type Text\"><span class=\"mbri-right mbr-iconfont mbr-iconfont-btn\"></span></a></div>\n</div>\n</form><!--Formbuilder Form-->\n</div>\n        </div>\n        </div>\n    <div class=\"contacts__bottom mbr-flex flex-wrap\">\n        <div class=\"mbr-col-sm-12 bottom__left\" mbr-if=\"showPhone\" mbr-class=\"{'mbr-col-md-6' : showSocial, 'mbr-col-md-12' : !showSocial}\">\n            <span class=\"mbr-iconfont mbr-iconfont-btn fa-phone fa\" mbr-icon=\"\"></span>\n           <p class=\"mbr-fonts-style phone mbr-semibold\" mbr-theme-style=\"display-7\" data-app-selector=\".bottom__left\"><a href=\"#\" class=\"text-warning\">(</a>675) 326 0946</p>\n        </div>\n        <div class=\"mbr-col-sm-12 mbr-flex mbr-jc-e bottom__right\" mbr-if=\"showSocial\" mbr-class=\"{'mbr-col-md-6' : showPhone, 'mbr-col-md-12' : !showPhone}\">\n            <!-- SOCIAL ICON -->\n                <div class=\"menu-social-list\" mbr-list=\"\" mbr-list-grow=\"iconsCount\" mbr-link-type=\"socials\">\n                    <a href=\"http://www.youtube.com/channel/UCt_tncVAetpK5JeM8L-8jyw\" target=\"_blank\">\n                        <span mbr-icon=\"\" class=\"amp-iconfont fa-youtube-play fa\"></span>\n                    </a>\n                    <a href=\"https://www.facebook.com/pages/Mobirise/1616226671953247\" target=\"_blank\">\n                        <span mbr-icon=\"\" class=\"amp-iconfont fa-facebook-f fa\"></span>\n                    </a>\n                    \n                <a href=\"https://www.facebook.com/pages/Mobirise/1616226671953247\" target=\"_blank\">\n                        <span mbr-icon=\"\" class=\"amp-iconfont fa-linkedin fa\"></span>\n                    </a><a href=\"https://www.facebook.com/pages/Mobirise/1616226671953247\" target=\"_blank\">\n                        <span mbr-icon=\"\" class=\"amp-iconfont fa-vimeo-square fa\"></span>\n                    </a></div>\n                <!-- SOCIAL ICON END -->\n        </div>\n    </div>\n        \n    \n    <div class=\"divider__foot\" mbr-if=\"showCopyright\"></div>\n    <div class=\"footer-container container\" mbr-if=\"showCopyright\">\n        <div class=\"copyright align-left\">\n            <p class=\"mbr-text mbr-fonts-style\" mbr-theme-style=\"display-4\" data-app-selector=\".copyright .mbr-text\" data-app-placeholder=\"Type Text\">© Copyright Wantok Radio Light 2020 - All Rights Reserved</p>\n        </div>\n    </div>\n</div></section>",
          "_cid": "rZjAc2Ota7",
          "_anchor": "ampFooter14-23",
          "_protectedParams": [],
          "_global": true,
          "_once": "footer",
          "_params": {}
        },
        {
          "alias": "amp-blocks/components",
          "_isSecondary": true,
          "typeCompatible": "isAMP",
          "_styles": {
            "& when not (@fullScreen)": {
              "padding-top": "(@paddingTop * 1rem)",
              "padding-bottom": "(@paddingBottom * 1rem)",
              "align-items": "center",
              "display": "flex"
            },
            "& when (@bg-type = 'image')": {
              "background-image": "url(@bg-value)",
              "& when (@overlay)": {
                ".mbr-overlay": {
                  "background": "@overlayColor",
                  "opacity": "@overlayOpacity"
                }
              }
            },
            "& when (@bg-type = 'color')": {
              "background-color": "@bg-value"
            },
            ".mbr-row": {
              "& when (@reverseContent)": {
                "flex-wrap": "wrap-reverse"
              },
              "& when (@blockDirection)": {
                "& when not (@reverseContent)": {
                  "flex-wrap": "wrap"
                },
                "& when (@reverseContent)": {
                  ".image-wrap": {
                    "padding-bottom": "2rem"
                  }
                },
                ".image-wrap": {
                  "max-width": "100%",
                  "max-height": "100%",
                  "min-width": "100%",
                  "min-height": "100%"
                }
              },
              "@media (max-width: 992px)": {
                ".image-wrap": {
                  "padding-bottom": "2rem"
                }
              }
            },
            "& when not (@blockDirection)": {
              ".title-block": {
                "margin": "auto",
                "width": "100%"
              },
              ".title-wrap": {
                "@media (max-width: 992px)": {
                  "margin-bottom": "2rem"
                }
              }
            },
            ".mbr-row > *": {
              "@media (max-width: 992px)": {
                "padding-left": "0",
                "padding-right": "0"
              }
            },
            "@media (min-width: 992px)": {
              ".title-block, .image-block": {
                "padding-left": "0",
                "padding-right": "0"
              },
              ".mbr-row > *": {
                "padding-left": "2rem",
                "padding-right": "2rem"
              },
              ".mbr-row": {
                "margin-left": "-2rem",
                "margin-right": "-2rem"
              }
            },
            "& when (@showLine)": {
              ".line": {
                "border-bottom": "1px solid @lineColor",
                "display": "inline-block",
                "width": "50%"
              }
            },
            "img": {
              "object-fit": "cover"
            },
            ".mbr-section-title, .mbr-section-btn": {
              "color": "#1565c0"
            }
          },
          "_name": "ampHeader16",
          "_customHTML": "<section class=\"ampHeader16\" group=\"Headers\" mbr-class=\"{'mbr-fullscreen': fullScreen}\" plugins=\"amp-main\">\n    <mbr-parameters>\n    <!-- Block parameters controls (Blue \"Gear\" panel) -->\n    <header>Size</header>\n    <input type=\"checkbox\" title=\"Row/Column\" name=\"blockDirection\">\n    <input type=\"checkbox\" title=\"Full Screen\" name=\"fullScreen\">\n    <input type=\"checkbox\" title=\"Full Width\" name=\"fullWidth\">\n    <input type=\"checkbox\" title=\"Reverse Content\" name=\"reverseContent\" checked=\"\">\n    <input type=\"range\" inline=\"\" title=\"Top\" name=\"paddingTop\" min=\"0\" max=\"15\" step=\"1\" value=\"10\" condition=\"fullScreen == false\">\n    <input type=\"range\" inline=\"\" title=\"Bottom\" name=\"paddingBottom\" min=\"0\" max=\"15\" step=\"1\" value=\"10\" condition=\"fullScreen == false\">\n    <input type=\"range\" inline=\"\" title=\"Content Width\" name=\"columnWidth\" min=\"1\" max=\"5\" step=\"1\" value=\"3\" condition=\"!blockDirection\" required=\"\">\n    <header>Show/Hide</header>\n    <input type=\"checkbox\" title=\"Title\" name=\"showTitle\" checked=\"\">\n    <input type=\"checkbox\" title=\"Subtitle\" name=\"showSubtitle\" checked=\"\">\n    <input type=\"checkbox\" title=\"Text\" name=\"showText\" checked=\"\">\n    <input type=\"checkbox\" title=\"Line\" name=\"showLine\" checked=\"\">\n    <input type=\"color\" title=\"Line Color\" name=\"lineColor\" value=\"#000000\" condition=\"showLine\">    \n    <input type=\"checkbox\" title=\"Buttons\" name=\"showButtons\" checked=\"\">\n    <!--  -->\n    <header condition=\"showTitle || showSubtitle || showText || showButtons\">Align</header>\n    <select title=\"All\" name=\"alignTitle\" condition=\"(showTitle || showSubtitle || showText || showButtons) &amp;&amp; blockDirection\">\n        <option value=\"1\" selected=\"\">Left</option>\n        <option value=\"2\">Center</option>\n        <option value=\"3\">Right</option>\n    </select>\n    <select title=\"Text\" name=\"alignContent\" condition=\"(showTitle || showSubtitle || showText || showButtons) &amp;&amp; !blockDirection\">\n        <option value=\"1\">Left</option>\n        <option value=\"2\" selected=\"\">Center</option>\n        <option value=\"3\">Right</option>\n    </select>\n    <header condition=\"blockDirection\">Content</header>\n    <input type=\"range\" inline=\"\" title=\"Content Width\" name=\"contentWidth\" min=\"1\" max=\"6\" step=\"1\" value=\"3\" condition=\"blockDirection\">\n    <header>Background</header>\n    <fieldset type=\"background\" name=\"bg\" required=\"\">\n        <input type=\"image\" title=\"Background Image\" value=\"../_images/background1.jpg\" selected=\"\">\n        <input type=\"color\" title=\"Background Color\" value=\"#cccccc\">\n    </fieldset>\n    <input type=\"checkbox\" title=\"Overlay\" name=\"overlay\" condition=\"bg.type !== 'color'\" checked=\"\">\n    <input type=\"color\" title=\"Overlay Color\" name=\"overlayColor\" value=\"#fffef2\" condition=\"overlay &amp;&amp; bg.type !== 'color'\">\n    <input type=\"range\" inline=\"\" title=\"Opacity\" name=\"overlayOpacity\" min=\"0\" max=\"1\" step=\"0.1\" value=\"0.7\" condition=\"overlay &amp;&amp; bg.type !== 'color'\">\n    <!-- End block parameters -->\n    </mbr-parameters>\n    <div class=\"mbr-overlay\" mbr-if=\"overlay &amp;&amp; bg.type !== 'color'\"></div>\n    <div mbr-class=\"{'container':!fullWidth,\n                     'container-fluid': fullWidth}\">\n        <div class=\"mbr-row\" mbr-class=\"{'mbr-row-reverse': reverseContent}\">\n            <div class=\"title-wrap mbr-col-md-12 mbr-col-sm-12\" mbr-class=\"{'mbr-col-lg-3':columnWidth==1 &amp;&amp; !blockDirection,\n                             'mbr-col-lg-4':columnWidth==2 &amp;&amp; !blockDirection,\n                             'mbr-col-lg-6':columnWidth==3 &amp;&amp; !blockDirection,\n                             'mbr-col-lg-8':columnWidth==4 &amp;&amp; !blockDirection,\n                             'mbr-col-lg-9':columnWidth==5 &amp;&amp; !blockDirection,\n                             'mbr-col-lg-12':blockDirection,\n                             'align-left':(alignTitle==1 &amp;&amp; blockDirection) || (alignContent==1 &amp;&amp; !blockDirection),\n                             'align-center':(alignTitle==2 &amp;&amp; blockDirection) || (alignContent==2 &amp;&amp; !blockDirection),\n                             'align-right':(alignTitle==3 &amp;&amp; blockDirection) || (alignContent==3 &amp;&amp; !blockDirection),\n                             'mbr-pb-4': blockDirection,\n                             'mbr-flex': !blockDirection}\" mbr-if=\"showTitle || showSubtitle || showText || showButtons\">\n                <div class=\"title-block mbr-col-sm-12 mbr-col-md-12\">\n                    <h2 class=\"mbr-section-subtitle mbr-semibold mbr-fonts-style\" mbr-theme-style=\"display-4\" mbr-if=\"showSubtitle\" data-app-selector=\".mbr-section-subtitle, .mbr-section-btn\">Childrens Program</h2>\n                    <h1 class=\"mbr-section-title mbr-fonts-style mbr-semibold\" mbr-class=\"{'mbr-pt-2': showSubtitle}\" mbr-theme-style=\"display-1\" mbr-if=\"showTitle\" data-app-selector=\".mbr-section-title, .mbr-section-btn\">Adventures in Odyssey</h1>                    \n                    <p class=\"mbr-text mbr-fonts-style\" mbr-class=\"{'mbr-pt-2': showTitle || showSubtitle}\" mbr-theme-style=\"display-7\" mbr-if=\"showText\" data-app-selector=\".mbr-section-btn, .mbr-text\">Produced by Focus on the Family<br>Comes on Every Weekdays from 4.30pm to 5pm.</p>\n                    <div class=\"line mbr-pt-4 mbr-col-md-3\" mbr-if=\"showLine\"></div>                    \n                    <div mbr-buttons=\"\" class=\"mbr-section-btn\" mbr-class=\"{'mbr-pt-4':showSubtitle||showTitle||showText}\" mbr-theme-style=\"display-4\" data-toolbar=\"-mbrBtnMove\" mbr-if=\"showButtons\">\n                        <a class=\"btn-primary btn\">Learn How</a>\n                    </div>\n                </div>\n            </div>\n            <div class=\"image-wrap mbr-col-md-12 mbr-col-sm-12\" mbr-class=\"{'mbr-col-lg-3':columnWidth==5 &amp;&amp; !blockDirection,\n                             'mbr-col-lg-4':columnWidth==4 &amp;&amp; !blockDirection,\n                             'mbr-col-lg-6':columnWidth==3 &amp;&amp; !blockDirection,\n                             'mbr-col-lg-8':columnWidth==2 &amp;&amp; !blockDirection,\n                             'mbr-col-lg-9':columnWidth==1 &amp;&amp; !blockDirection,\n                             'mbr-col-lg-12':blockDirection,\n                             'mbr-flex':!blockDirection}\">\n                <div class=\"image-block mbr-col-md-12 mbr-col-sm-12\" mbr-class=\"{'mbr-col-lg-3':contentWidth==1 &amp;&amp; blockDirection,\n                                 'mbr-col-lg-4':contentWidth==2 &amp;&amp; blockDirection,\n                                 'mbr-col-lg-6':contentWidth==3 &amp;&amp; blockDirection,\n                                 'mbr-col-lg-8':contentWidth==4 &amp;&amp; blockDirection,\n                                 'mbr-col-lg-9':contentWidth==5 &amp;&amp; blockDirection,\n                                 'mbr-mr-auto':alignTitle==1 &amp;&amp; blockDirection,\n                                 'mbr-m-auto':(alignTitle==2 &amp;&amp; blockDirection),\n                                 'mbr-ml-auto':alignTitle==3 &amp;&amp; blockDirection}\">\n                    <amp-img src=\"@PROJECT_PATH@/assets/images/adventuresinodyssey-447x303.png\" layout=\"responsive\" width=\"522.2376237623762\" height=\"354\" alt=\"image\" class=\"mobirise-loader raised\">\n                        <div placeholder=\"\" class=\"placeholder\"></div>\n                        <img class=\"mbr-temp\" src=\"@PROJECT_PATH@/assets/images/adventuresinodyssey-447x303.png\" alt=\"\" title=\"\">\n                    </amp-img>\n                </div>\n            </div>\n        </div>\n    </div>\n</section>",
          "_cid": "rZpzNMcZT9",
          "_anchor": "ampHeader16-28",
          "_protectedParams": [],
          "_global": false,
          "_once": false,
          "_params": {}
        }
      ]
    },
    "aboutus.html": {
      "settings": {
        "title": "AboutUs",
        "order": 3
      },
      "components": [
        {
          "alias": false,
          "_styles": {
            "background-color": "@menuBgColor",
            "overflow": "visible",
            ".navbar": {
              "background": "@menuBgColor"
            },
            "section": {
              "padding": "0 !important"
            },
            "section.menu, .menu-container": {
              "min-height": "50px !important"
            },
            "& when not (@showBrand) and not (@showLogo)": {
              ".navbar > .container, .navbar > .container-fluid": {
                "justify-content": "flex-end !important"
              }
            },
            "& when (@showLogo)": {
              ".navbar-brand": {
                ".navbar-logo": {
                  "amp-img, img": {
                    "width": "~\"@{logoWidth}px\"",
                    "height": "~\"@{logoHeight}px\"",
                    "object-fit": "contain"
                  }
                }
              }
            },
            "& when (@showBrand)": {
              ".navbar-caption": {
                "line-height": "inherit !important"
              }
            },
            ".navbar .navbar-collapse": {
              "@media (max-width: 991px)": {
                "background": "@menuBgColor",
                "& when (@sidebarSide = 'left')": {
                  "right": "auto",
                  "left": "0"
                }
              }
            },
            "& when (@showItems)": {
              ".nav-link": {
                "height": "70px",
                "margin": ".667em 1em !important",
                "padding": "0 !important",
                "transition": "0.3s",
                "&:hover": {
                  "color": "@primaryColor"
                }
              },
              ".dropdown-item.active, .dropdown-item:active": {
                "background-color": "transparent"
              },
              ".dropdown-menu": {
                "margin-top": "0",
                "background": "@menuBgColor",
                "border-top": "2px solid @primaryColor",
                "box-shadow": "0 6px 12px rgba(0, 0, 0, 0.175)",
                "transition": "all 0.3s",
                ".dropdown-item": {
                  "justify-content": "flex-start !important"
                },
                ".dropdown-item:hover": {
                  "padding-left": "40px"
                },
                "a:hover": {
                  "color": "@primaryColor"
                }
              }
            },
            ".hamburger span": {
              "background-color": "@hamburgerColor"
            },
            ".builder-sidebar": {
              "background-color": "@menuBgColor"
            },
            ".close-sidebar": {
              "&:focus": {
                "outline": "2px auto @primaryColor"
              },
              "span": {
                "background-color": "@hamburgerColor"
              }
            },
            "& when (@showSocial)": {
              "& when (@showItems)": {
                ".menu-social-list": {
                  "@media (min-width: 992px)": {
                    "padding-left": "1rem"
                  },
                  "@media (max-width: 991px)": {
                    "padding-top": ".5rem"
                  }
                }
              },
              "& when (@showButtons)": {
                ".menu-social-list": {
                  "@media (max-width: 991px)": {
                    "padding-bottom": ".5rem"
                  }
                }
              }
            },
            ".amp-iconfont": {
              "font-size": "1.3rem",
              "width": "1.3rem",
              "color": "@iconsColor"
            },
            ".btn": {
              "padding": "5px 30px"
            }
          },
          "_name": "menu1",
          "_customHTML": "<section class=\"menu1 menu horizontal-menu\" group=\"Menu\" plugins=\"DropDown, amp-main, amp-sidebar\" always-top=\"\" global=\"\" once=\"menu\">\n\t<mbr-parameters>\n\t<!-- Block parameters controls (Blue \"Gear\" panel) -->\n\t<!--  -->\n\t<header>Size</header>\n\t<input type=\"checkbox\" title=\"Full Width\" name=\"fullWidth\">\n\t<input type=\"checkbox\" title=\"Sticky Position\" name=\"sticky\" checked=\"\">\n\t<!--  -->\n\t<header>Show/Hide</header>\t\n\t<input type=\"checkbox\" title=\"Show Logo\" name=\"showLogo\" checked=\"\">\n\t<input type=\"range\" title=\"Logo Height\" inline=\"\" name=\"logoHeight\" min=\"30\" max=\"200\" value=\"59\" step=\"1\" condition=\"showLogo\">\n\t<input type=\"range\" title=\"Logo Width\" inline=\"\" name=\"logoWidth\" min=\"30\" max=\"200\" value=\"200\" step=\"1\" condition=\"showLogo\">\n\t<input type=\"checkbox\" title=\"Show Brand Name\" name=\"showBrand\" checked=\"\">\n\t<input type=\"checkbox\" title=\"Show Menu Items\" name=\"showItems\" checked=\"\">\n\t<input type=\"checkbox\" title=\"Show Button(s)\" name=\"showButtons\">\n\t<header>Icons</header>\n\t<input type=\"checkbox\" title=\"Show Social\" name=\"showSocial\">\n\t<input type=\"range\" inline=\"\" title=\"Icons Count\" name=\"socialCount\" min=\"1\" max=\"6\" value=\"3\" step=\"1\" condition=\"showSocial\">\n\t<input type=\"color\" title=\"Icons Color\" name=\"iconsColor\" value=\"#cd201f\">\n\t<header>Sidebar</header>\n\t<select title=\"Side\" name=\"sidebarSide\">\n\t\t<option value=\"left\">Left</option>\n\t\t<option value=\"right\" selected=\"\">Right</option>\n\t</select>\n\t<input type=\"color\" title=\"Hamburger Color\" name=\"hamburgerColor\" value=\"#ffc300\">\n\t<header>Background</header>\n\t<input type=\"color\" title=\"Background Color\" name=\"menuBgColor\" value=\"#002929\" required=\"\">\n\t<!-- End block parameters -->\n\t</mbr-parameters>\n\t<!-- <div class=\"menu-wrapper\"> -->\n\t<nav class=\"navbar navbar-dropdown navbar-expand-lg navbar-short\" mbr-class=\"{'navbar-fixed-top': sticky}\">\n\t\t<div class=\"menu-container\" mbr-class=\"{'container': !fullWidth,\n\t\t\t\t\t\t'container-fluid': fullWidth,\n\t\t\t\t\t\t'mbr-jc-e': !showLogo &amp;&amp; !showBrand}\">\n\t\t\t<!-- SHOW LOGO -->\n\t\t\t<div class=\"navbar-brand\" mbr-if=\"showLogo || showBrand\">\n\t\t\t\t<div mbr-if=\"showLogo\" class=\"navbar-logo\">\n\t\t\t\t\t<amp-img src=\"@PROJECT_PATH@/assets/images/logochoice-240x85.png\" layout=\"responsive\" height=\"59\" width=\"166.58823529411765\" alt=\"image\" class=\"mobirise-loader\">\n\t\t\t\t\t\t<div placeholder=\"\" class=\"placeholder\"></div>\n\t\t\t\t\t\t<img class=\"mbr-temp\" src=\"@PROJECT_PATH@/assets/images/logochoice-240x85.png\" alt=\"\" title=\"\">\n\t\t\t\t\t</amp-img>\n\t\t\t\t</div>\n\t\t\t\t<span mbr-if=\"showBrand\" mbr-buttons=\"\" mbr-theme-style=\"display-5\" class=\"navbar-caption-wrap\" data-toolbar=\"-mbrBtnMove,-mbrBtnAdd,-mbrBtnRemove\"><a class=\"navbar-caption mbr-bold text-warning\" data-app-selector=\".navbar-caption\" href=\"#\" data-app-placeholder=\"Type Text\">PNGCBN</a></span>\n\t\t\t</div>\n\t\t\t<!-- SHOW LOGO END -->\n\t\t\t<!-- COLLAPSED MENU -->\n\t\t\t<div class=\"collapse navbar-collapse\" id=\"navbarSupportedContent\">\n\t\t\t\t<button class=\"navbar-toggler\" type=\"button\" data-toggle=\"collapse\" data-target=\"#navbarSupportedContent\" aria-controls=\"navbarNavAltMarkup\" aria-expanded=\"false\" aria-label=\"Toggle navigation\" mbr-if=\"showItems || showSocial || showButtons\">\n\t\t\t\t<div class=\"hamburger\">\n\t\t\t\t\t<span></span>\n\t\t\t\t\t<span></span>\n\t\t\t\t\t<span></span>\n\t\t\t\t\t<span></span>\n\t\t\t\t</div>\n\t\t\t\t</button>\n\t\t\t\t<!-- NAVBAR ITEMS -->\n\t\t\t\t<ul mbr-menu=\"\" class=\"navbar-nav nav-dropdown\" mbr-theme-style=\"display-4\" mbr-if=\"showItems\" mbr-class=\"{'nav-right': !showButtons,'navbar-nav-top-padding': isPublish &amp;&amp; !showBrand &amp;&amp; !showLogo}\"><li class=\"nav-item dropdown\">\n\t\t\t\t\t\t<a class=\"nav-link link mbr-bold text-warning\" href=\"index.html\" data-app-selector=\".nav-link,.dropdown-item\" aria-expanded=\"false\" data-app-placeholder=\"Type Text\">Home</a>\n\n\t\t\t\t\t</li>\n\t\t\t\t\t<li class=\"nav-item dropdown\">\n\t\t\t\t\t\t<a class=\"nav-link mbr-bold link text-warning\" href=\"aboutus.html\" data-app-selector=\".nav-link,.dropdown-item\" aria-expanded=\"false\" data-app-placeholder=\"Type Text\">About Us</a>\n                   <div class=\"dropdown-menu\">\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t<a class=\"mbr-bold dropdown-item text-warning\" href=\"histrorypics.html\" data-app-selector=\".nav-link,.dropdown-item\" data-app-placeholder=\"Type Text\">Gallery-History</a>\n\t\t\t\t\t\t</div>\n\t\t\t\t\t</li><li class=\"nav-item\"><a class=\"nav-link mbr-bold link text-warning\" href=\"partners.html\" data-app-selector=\".nav-link,.dropdown-item\" aria-expanded=\"false\" data-app-placeholder=\"Type Text\">Partners</a></li>\n\t\t\t\t\t<li class=\"nav-item dropdown\">\n\t\t\t\t\t\t<a class=\"nav-link mbr-bold link text-warning\" href=\"programs.html\" data-app-selector=\".nav-link,.dropdown-item\" aria-expanded=\"false\" data-app-placeholder=\"Type Text\">Programs</a>\n\n\t\t\t\t\t</li><li class=\"nav-item\"><a class=\"nav-link mbr-bold link text-warning\" href=\"projects.html\" data-app-selector=\".nav-link,.dropdown-item\" aria-expanded=\"false\" data-app-placeholder=\"Type Text\">Projects</a>\n       \n                    </li><li class=\"nav-item\"><a class=\"nav-link mbr-bold link text-warning\" href=\"coverage.html\" data-app-selector=\".nav-link,.dropdown-item\" aria-expanded=\"false\" data-app-placeholder=\"Type Text\">Coverage</a></li><li class=\"nav-item\"><a class=\"nav-link mbr-bold link text-warning\" href=\"news.html\" data-app-selector=\".nav-link,.dropdown-item\" aria-expanded=\"false\" data-app-placeholder=\"Type Text\">News</a></li>\n\t\t\t\t\t<li class=\"nav-item dropdown\">\n\t\t\t\t\t\t<a class=\"nav-link mbr-bold link text-warning\" href=\"https://ca7ssl.rcast.net/radio/61643/\" data-app-selector=\".nav-link,.dropdown-item\" aria-expanded=\"false\" data-app-placeholder=\"Type Text\" target=\"_blank\">LiveStream</a>\n\n\t\t\t\t\t</li><li class=\"nav-item\"><a class=\"nav-link mbr-bold link text-warning\" href=\"contact.html\" data-app-selector=\".nav-link,.dropdown-item\" aria-expanded=\"false\" data-app-placeholder=\"Type Text\">Contact</a></li></ul>\n\t\t\t\t<!-- NAVBAR ITEMS END -->\n\t\t\t\t<!-- SOCIAL ICON -->\n\t\t\t\t<div class=\"menu-social-list\" mbr-if=\"showSocial\" mbr-list=\"\" mbr-list-grow=\"socialCount\" mbr-link-type=\"socials\">\n\t\t\t\t\t<a href=\"#\" target=\"_blank\" class=\"iconfont-wrapper\">\n\t\t\t\t\t\t<span mbr-icon=\"\" class=\"amp-iconfont animation-normal fa-twitter fa\"></span>\n\t\t\t\t\t</a>\n\t\t\t\t\t<a href=\"#\" target=\"_blank\" class=\"iconfont-wrapper\">\n\t\t\t\t\t\t<span mbr-icon=\"\" class=\"amp-iconfont animation-normal fa-facebook fa\"></span>\n\t\t\t\t\t</a>\n\t\t\t\t\t<a href=\"#\" target=\"_blank\" class=\"iconfont-wrapper\">\n\t\t\t\t\t\t<span mbr-icon=\"\" class=\"amp-iconfont animation-normal fa-telegram fa\"></span>\n\t\t\t\t\t</a>\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t</div>\n\t\t\t\t<!-- SOCIAL ICON END -->\n\t\t\t\t<!-- SHOW BUTTON -->\n\t\t\t\t<div mbr-if=\"showButtons\" mbr-buttons=\"\" mbr-theme-style=\"display-7\" class=\"navbar-buttons mbr-section-btn\">\n\t\t\t\t\t<a class=\"btn btn-md btn-black mbr-bold\" href=\"#\">Join us</a>\n\t\t\t\t</div>\n\t\t\t\t<!-- SHOW BUTTON END -->\n\t\t\t</div>\n\t\t\t<!-- COLLAPSED MENU END -->\n\t\t\t<button class=\"navbar-toggler hide\" type=\"button\" data-toggle=\"collapse\" data-target=\"#navbarSupportedContent\" aria-controls=\"navbarNavAltMarkup\" aria-expanded=\"false\" aria-label=\"Toggle navigation\" mbr-if=\"showItems || showSocial || showButtons\">\n\t\t\t<div class=\"hamburger\">\n\t\t\t\t<span></span>\n\t\t\t\t<span></span>\n\t\t\t\t<span></span>\n\t\t\t\t<span></span>\n\t\t\t</div>\n\t\t\t</button>\n\t\t\t<button on=\"tap:sidebar.toggle\" class=\"ampstart-btn hamburger\" mbr-if=\"(showItems||showButtons)\">\n\t\t\t\t<span></span>\n\t\t\t\t<span></span>\n\t\t\t\t<span></span>\n\t\t\t\t<span></span>\n\t\t\t</button>\n\t\t</div>\n\t</nav>\n\t<!-- AMP plug -->\n\t<amp-sidebar id=\"sidebar\" layout=\"nodisplay\" side=\"{{sidebarSide}}\">\n\t\t<div class=\"builder-sidebar\" id=\"builder-sidebar\">\n\t\t\t<button on=\"tap:sidebar.close\" class=\"close-sidebar\">\n\t\t\t<span></span>\n\t\t\t<span></span>\n\t\t\t</button>\n\t\t</div>\n\t</amp-sidebar>\n\t<!-- </div> -->\n</section>",
          "_cid": "rx8RugdGc5",
          "_PHPplaceholders": [],
          "_JSplaceholders": [],
          "_anchor": "menu1-5",
          "_protectedParams": [],
          "_global": true,
          "_once": "menu",
          "_params": {}
        },
        {
          "alias": false,
          "_styles": {
            "& when not (@fullScreen)": {
              "padding-top": "(@paddingTop * 1rem)",
              "padding-bottom": "(@paddingBottom * 1rem)"
            },
            "& when (@bg-type = 'image')": {
              "background-image": "url(@bg-value)",
              "& when (@overlay)": {
                ".mbr-overlay": {
                  "background": "@overlayColor",
                  "opacity": "@overlayOpacity"
                }
              }
            },
            "& when (@bg-type = 'color')": {
              "background-color": "@bg-value"
            },
            "align-items": "center",
            "display": "flex",
            ".btn": {
              "padding": "5px 50px"
            },
            ".mbr-section-title, .mbr-section-btn": {
              "color": "#ffffff"
            },
            ".mbr-section-subtitle, .mbr-section-btn": {
              "color": "#ffffff"
            }
          },
          "_name": "header1",
          "_customHTML": "<section class=\"header1\" group=\"Headers\" mbr-class=\"{'mbr-fullscreen': fullScreen}\" plugins=\"amp-main\">\n    <mbr-parameters>\n    <!-- Block parameters controls (Blue \"Gear\" panel) -->\n    <header>Size</header>\n    <input type=\"checkbox\" title=\"Full Screen\" name=\"fullScreen\">\n    <input type=\"checkbox\" title=\"Full Width\" name=\"fullWidth\">\n    <input type=\"range\" inline title=\"Top\" name=\"paddingTop\" min=\"0\" max=\"15\" step=\"1\" value=\"10\" condition=\"fullScreen == false\">\n    <input type=\"range\" inline title=\"Bottom\" name=\"paddingBottom\" min=\"0\" max=\"15\" step=\"1\" value=\"10\" condition=\"fullScreen == false\">\n    <input type=\"checkbox\" name=\"halfSize\" title=\"Half Size\">\n    <select title=\"Align\" name=\"alignHalf\" condition=\"halfSize\">\n        <option value=\"1\" selected>Left</option>\n        <option value=\"2\">Center</option>\n        <option value=\"3\">Right</option>\n    </select>\n    <header>Show/Hide</header>\n    <input type=\"checkbox\" title=\"Title\" name=\"showTitle\" checked>\n    <input type=\"checkbox\" title=\"Subtitle\" name=\"showSubtitle\" checked>\n    <input type=\"checkbox\" title=\"Text\" name=\"showText\">\n    <input type=\"checkbox\" title=\"Buttons\" name=\"showButtons\" checked>\n    <select title=\"Align\" name=\"alignTitle\" condition=\"showTitle || showSubtitle || showText || showButtons\">\n        <option value=\"1\" selected>Left</option>\n        <option value=\"2\">Center</option>\n        <option value=\"3\">Right</option>\n    </select>\n    <header>Background</header>\n    <fieldset type=\"background\" name=\"bg\" required>\n        <input type=\"image\" title=\"Background Image\" value=\"@PROJECT_PATH@/assets/images/wild-nuts-2000x1078.jpg\" selected>\n        <input type=\"color\" title=\"Background Color\" value=\"#ffffff\">\n    </fieldset>\n    <input type=\"checkbox\" title=\"Overlay\" name=\"overlay\" condition=\"bg.type !== 'color'\" checked>\n    <input type=\"color\" title=\"Overlay Color\" name=\"overlayColor\" value=\"#000000\" condition=\"overlay && bg.type !== 'color'\">\n    <input type=\"range\" inline title=\"Opacity\" name=\"overlayOpacity\" min=\"0\" max=\"1\" step=\"0.1\" value=\"0.6\" condition=\"overlay && bg.type !== 'color'\">\n    <!-- End block parameters -->\n    </mbr-parameters>\n    <div class=\"mbr-overlay\" mbr-if=\"overlay && bg.type !== 'color'\"></div>\n    <div mbr-class=\"{'container':!fullWidth,\n                     'container-fluid': fullWidth}\">\n        <div class=\"mbr-row\" mbr-class=\"{'align-left': alignTitle==1,\n                        'align-center': alignTitle==2,\n                        'align-right': alignTitle==3,\n                        'mbr-jc-c':alignHalf==2,\n                        'mbr-jc-e':alignHalf==3}\" mbr-if=\"showTitle || showSubtitle || showText || showButtons\">\n            <div class=\"title-block mbr-col-sm-12 mbr-col-md-12\" mbr-class=\"{'mbr-col-lg-6': halfSize,\n                             'mbr-col-lg-12': !halfSize}\">\n                <h1 class=\"mbr-section-title mbr-fonts-style mbr-bold\" mbr-theme-style=\"display-1\" mbr-if=\"showTitle\" data-app-selector=\".mbr-section-title, .mbr-section-btn\">About Us</h1>\n                <h2 class=\"mbr-section-subtitle mbr-fonts-style\" mbr-class=\"{'mbr-pt-3': showTitle}\" mbr-theme-style=\"display-5\" mbr-if=\"showSubtitle\" data-app-selector=\".mbr-section-subtitle, .mbr-section-btn\">PNG Christian Broadcasting Network - Trading as Wantok Radio Light</h2>\n                <p class=\"mbr-text mbr-fonts-style\" mbr-class=\"{'mbr-pt-2': showTitle || showSubtitle}\" mbr-theme-style=\"display-7\" mbr-if=\"showText\" data-app-selector=\".mbr-section-btn, .mbr-text\">Click on the text in the block to select it and enter the text you want to show.</p>\n                <div mbr-buttons class=\"mbr-section-btn\" mbr-class=\"{'mbr-pt-4':showSubtitle||showTitle||showText}\" mbr-theme-style=\"display-7\" data-toolbar=\"-mbrBtnMove\" mbr-if=\"showButtons\">\n                    <a class=\"btn-primary btn\">Learn How</a>\n \n\n                </div>\n            </div>\n        </div>\n    </div>\n</section>",
          "_cid": "rYPIwUne62",
          "_anchor": "header1-7",
          "_PHPplaceholders": [],
          "_JSplaceholders": [],
          "_protectedParams": [],
          "_global": false,
          "_once": false,
          "_params": {}
        },
        {
          "alias": "amp-blocks/components",
          "_isSecondary": true,
          "typeCompatible": "isAMP",
          "_styles": {
            "& when not (@fullScreen)": {
              "padding-top": "(@paddingTop * 15px)",
              "padding-bottom": "(@paddingBottom * 15px)"
            },
            "& when (@bg-type = 'color')": {
              "background-color": "@bg-value",
              "> .mbr-overlay when (@twoBgColor)": {
                "padding": "0",
                "background": "@twoColor",
                "opacity": "1"
              }
            },
            "& when (@bg-type = 'image')": {
              "background-image": "url(@bg-value)",
              "> .mbr-overlay": {
                "background": "@overlayColor",
                "opacity": "@overlayOpacity"
              }
            },
            ".container-elements, .second-element-box": {
              "width": "100%"
            },
            ".container-elements, .second-element-box, .image-wrap": {
              "position": "relative"
            },
            ".second-element when (@showPadding)": {
              "@media (min-width: 992px)": {
                "& when not (@reverseContent)": {
                  "padding-left": "70px"
                },
                "& when (@reverseContent)": {
                  "padding-right": "70px"
                }
              },
              "@media (min-width: 1200px)": {
                "& when (@fullWidth)": {
                  "padding-left": "100px",
                  "padding-right": "100px"
                }
              }
            },
            ".container-elements when not (@transparentBg)": {
              ".mbr-overlay": {
                "background": "@cardBg",
                "opacity": "@cardOpacity"
              },
              ".image-wrap": {
                "padding": "0"
              }
            },
            "amp-img,img": {
              "object-fit": "cover",
              "@media (min-width: 768px)": {
                "height": "~\"@{heightImg}rem\"",
                "& when (@fullScreen) and not (@showTitle) and not (@showSubtitle)": {
                  "height": "100vh"
                }
              }
            },
            ".mbr-list when (@showCardList)": {
              ".marker-wrap:before when not (@stylizedCounters = \"3\")": {
                "display": "inline-block"
              },
              "& when (@stylizedCounters = \"1\")": {
                "counter-reset": "decimal",
                ".marker-wrap:before": {
                  "counter-increment": "decimal",
                  "content": "\"0\" counter(decimal)",
                  "color": "@primaryColor",
                  "font-size": "~\"@{widthImg}rem\"",
                  "& when (@countersBorder)": {
                    "border-bottom": "2px solid @primaryColor"
                  }
                }
              },
              ".marker-wrap:before when (@stylizedCounters = \"2\")": {
                "content": "\"\"",
                "border": "3px solid @primaryColor",
                "width": "~\"calc(@{widthImg}rem - 6px)\"",
                "height": "~\"calc(@{widthImg}rem - 6px)\"",
                "box-sizing": "initial"
              },
              ".items-list": {
                "flex-direction": "row",
                "& when not (@stylizedCounters = \"3\")": {
                  "align-items": "baseline"
                },
                ".marker-wrap, .icon-wrap": {
                  "margin-right": "15px"
                },
                "&:not(:last-child)": {
                  "padding-bottom": "10px"
                },
                "& when ((@widthImg * 16) > 30)": {
                  ".marker-wrap:before, .icon-wrap .amp-iconfont": {
                    "@media (max-width: 767px)": {
                      "font-size": "30px",
                      "width": "30px",
                      "height": "30px"
                    }
                  }
                }
              },
              ".icon-wrap .amp-iconfont when (@stylizedCounters = \"3\")": {
                "color": "@primaryColor",
                "font-size": "~\"@{widthImg}rem\"",
                "width": "~\"@{widthImg}rem\""
              }
            },
            ".second-element-box when (@transparentBg)": {
              "@media (max-width: 767px)": {
                "padding-top": "50px"
              }
            },
            ".mbr-list .mbr-text": {
              "color": "#004b4b"
            },
            ".element-title": {
              "color": "#870000"
            },
            ".element-subtitle": {
              "color": "#ffc300"
            }
          },
          "_name": "ampHeader12",
          "_customHTML": "<section class=\"ampHeader12\" group=\"Headers\" mbr-class=\"{'mbr-fullscreen': fullScreen}\" plugins=\"amp-main\">\n    <mbr-parameters>\n    <!-- Block parameters controls (Blue \"Gear\" panel) -->\n    <header>Size</header>\n    <input type=\"checkbox\" title=\"Full Screen\" name=\"fullScreen\">\n    <input type=\"checkbox\" title=\"Full Width\" name=\"fullWidth\">\n    <input type=\"range\" inline=\"\" title=\"Top\" name=\"paddingTop\" min=\"0\" max=\"10\" step=\"1\" value=\"5\" condition=\"fullScreen == false\">\n    <input type=\"range\" inline=\"\" title=\"Bottom\" name=\"paddingBottom\" min=\"0\" max=\"10\" step=\"1\" value=\"5\" condition=\"fullScreen == false\">\n    <input type=\"checkbox\" title=\"Reverse Content\" name=\"reverseContent\" condition=\"showCardTitle || showCardSubtitle || showCardList || showCardText || showCardButtons\" checked=\"\">\n    <header>Title</header>\n    <input type=\"checkbox\" title=\"Title\" name=\"showTitle\">\n    <input type=\"checkbox\" title=\"Subtitle\" name=\"showSubtitle\">\n    <select title=\"Align\" name=\"titleAlign\" condition=\"showTitle || showSubtitle\">\n        <option value=\"1\">Left</option>\n        <option value=\"2\" selected=\"\">Center</option>\n        <option value=\"3\">Right</option>\n    </select>    \n    <header>Text</header>\n        <input type=\"range\" inline=\"\" title=\"Width Image\" name=\"columnWidth\" min=\"1\" max=\"5\" step=\"1\" value=\"4\" condition=\"showCardTitle || showCardSubtitle || showCardList || showCardText || showCardButtons\">\n        <input type=\"range\" inline=\"\" title=\"Height Image\" name=\"heightImg\" min=\"5\" max=\"50\" step=\"1\" value=\"35\" condition=\"!fullScreen || showTitle || showSubtitle\">\n        <input type=\"checkbox\" title=\"Title\" name=\"showCardTitle\" checked=\"\">\n        <input type=\"checkbox\" title=\"Subtitle\" name=\"showCardSubtitle\" checked=\"\">\n        <input type=\"checkbox\" title=\"Text\" name=\"showCardText\">\n        <input type=\"checkbox\" title=\"List\" name=\"showCardList\" checked=\"\">\n            <input type=\"range\" inline=\"\" title=\"Count\" name=\"listCount\" min=\"1\" max=\"9\" step=\"1\" value=\"2\" condition=\"showCardList\"> \n            <select title=\"Stylized Counters\" name=\"stylizedCounters\" condition=\"showCardList\">\n                <option value=\"1\" selected=\"\">Counters</option>\n                <option value=\"2\">Markers</option>\n                <option value=\"3\">Icons</option>\n            </select>\n            <input type=\"checkbox\" title=\"Border Bottom Counters\" name=\"countersBorder\" condition=\"showCardList &amp;&amp; stylizedCounters == 1\">\n            <input type=\"range\" inline=\"\" title=\"Width Marker\" name=\"widthImg\" min=\"0.8\" max=\"6\" step=\"0.1\" value=\"2.3\" condition=\"showCardList\">\n            <input type=\"checkbox\" title=\"Title List\" name=\"showCardListTitle\" condition=\"showCardList\">\n            <input type=\"checkbox\" title=\"Text List\" name=\"showCardListText\" checked=\"\" condition=\"showCardList\">\n        <input type=\"checkbox\" title=\"Buttons\" name=\"showCardButtons\" checked=\"\">\n        <select title=\"Align\" name=\"cardAlign\" condition=\"showCardTitle || showCardSubtitle || showCardList || showCardText || showCardButtons\">\n            <option value=\"1\" selected=\"\">Left</option>\n            <option value=\"2\">Center</option>\n            <option value=\"3\">Right</option>\n        </select>\n        <input type=\"checkbox\" title=\"Padding\" name=\"showPadding\" condition=\"showCardTitle || showCardSubtitle || showCardList || showCardText || showCardButtons\" checked=\"\">\n        <input type=\"checkbox\" title=\"Transparent BG\" name=\"transparentBg\" condition=\"showCardTitle || showCardSubtitle || showCardText || showCardButtons || showCardList\" checked=\"\">\n        <input type=\"color\" title=\"Color\" name=\"cardBg\" value=\"#cccccc\" condition=\"!transparentBg &amp;&amp; (showCardTitle || showCardSubtitle || showCardText || showCardButtons || showCardList)\">\n        <input type=\"range\" inline=\"\" title=\"Opacity\" name=\"cardOpacity\" min=\"0\" max=\"1\" step=\"0.1\" value=\"0.5\" condition=\"!transparentBg &amp;&amp; (showCardTitle || showCardSubtitle || showCardText || showCardButtons || showCardList)\">\n    <header>Background</header>\n            <input type=\"checkbox\" title=\"2 Background Color\" name=\"twoBgColor\" condition=\"bg.type == 'color'\" checked=\"\"> \n            <input type=\"range\" inline=\"\" title=\"Width 2 Bg\" name=\"width2Bg\" min=\"1\" max=\"5\" step=\"1\" value=\"4\" condition=\"twoBgColor &amp;&amp; bg.type == 'color'\">    \n            <fieldset type=\"background\" name=\"bg\">\n                <input type=\"image\" title=\"Background Image\" value=\"../_images/background1.jpg\">\n                <input type=\"color\" title=\"Background Color\" value=\"#ffffff\" selected=\"\">\n            </fieldset>\n            <input type=\"color\" title=\"2 Color\" name=\"twoColor\" value=\"#fffef2\" condition=\"twoBgColor &amp;&amp; bg.type == 'color'\">\n            <input type=\"checkbox\" title=\"Overlay\" name=\"overlay\" condition=\"bg.type !== 'color'\" checked=\"\">\n            <input type=\"color\" title=\"Overlay Color\" name=\"overlayColor\" value=\"#273272\" condition=\"overlay &amp;&amp; bg.type !== 'color'\">\n            <input type=\"range\" inline=\"\" title=\"Opacity\" name=\"overlayOpacity\" min=\"0\" max=\"1\" step=\"0.1\" value=\"0.6\" condition=\"overlay &amp;&amp; bg.type !== 'color'\">\n    </mbr-parameters>\n\n    <div class=\"mbr-overlay\" mbr-if=\"(overlay &amp;&amp; bg.type !== 'color') || (twoBgColor &amp;&amp; bg.type == 'color')\" mbr-class=\"{'mbr-col-md-4': width2Bg == 1 &amp;&amp; twoBgColor &amp;&amp; bg.type == 'color',\n                     'mbr-col-md-5': width2Bg == 2 &amp;&amp; twoBgColor &amp;&amp; bg.type == 'color',\n                     'mbr-col-md-6': width2Bg == 3 &amp;&amp; twoBgColor &amp;&amp; bg.type == 'color',\n                     'mbr-col-md-7': width2Bg == 4 &amp;&amp; twoBgColor &amp;&amp; bg.type == 'color',\n                     'mbr-col-md-8': width2Bg == 5 &amp;&amp; twoBgColor &amp;&amp; bg.type == 'color'}\"></div>\n    <div mbr-class=\"{'container':!fullWidth,\n                     'container-fluid':fullWidth}\">\n        <div class=\"title-wrap mbr-pb-4\" mbr-if=\"showTitle || showSubtitle\" mbr-class=\"{'align-left': titleAlign==1,\n                         'align-center': titleAlign==2,\n                         'align-right': titleAlign==3, 'mbr-px-2': fullWidth}\">\n            <h1 class=\"mbr-section-title mbr-fonts-style mbr-bold\" mbr-theme-style=\"display-2\" mbr-if=\"showTitle\" data-app-selector=\".title-wrap .mbr-section-title\">\n                Header with Image</h1>\n            <h2 class=\"mbr-section-subtitle mbr-fonts-style\" mbr-theme-style=\"display-7\" mbr-if=\"showSubtitle\" data-app-selector=\".title-wrap .mbr-section-subtitle\">Lorem ipsum dolor sit amet, consectetur adipisicing elit.</h2>\n        </div>    \n        <div class=\"mbr-row\" mbr-class=\"{'mbr-px-2': !transparentBg &amp;&amp; (showCardTitle || showCardSubtitle || showCardList || showCardText || showCardButtons)}\">\n            <div class=\"container-elements mbr-flex flex-wrap\" mbr-class=\"{'mbr-row-reverse':reverseContent &amp;&amp; (showCardTitle || showCardSubtitle || showCardList || showCardText || showCardButtons)}\">\n                <div class=\"mbr-overlay\" mbr-if=\"!transparentBg &amp;&amp; (showCardTitle || showCardSubtitle || showCardList || showCardText || showCardButtons)\"></div>\n                <div class=\"image-wrap mbr-flex mbr-col-sm-12\" mbr-class=\"{'mbr-col-md-8':columnWidth==5,\n                                     'mbr-col-md-7':columnWidth==4,\n                                     'mbr-col-md-6':columnWidth==3,\n                                     'mbr-col-md-5':columnWidth==2,\n                                     'mbr-col-md-4':columnWidth==1,\n                                     'mbr-col-md-12': !showCardTitle &amp;&amp; !showCardSubtitle &amp;&amp; !showCardText &amp;&amp; !showCardButtons &amp;&amp; !showCardList}\">\n                    <amp-img src=\"@PROJECT_PATH@/assets/images/girls-1266x728.jpg\" layout=\"responsive\" width=\"973.8461538461538\" height=\"560\" alt=\"Mobirise\" class=\"mobirise-loader mbr-m-auto\">\n                        <div placeholder=\"\" class=\"placeholder\"></div>\n                        <img class=\"mbr-temp\" src=\"@PROJECT_PATH@/assets/images/girls-1266x728.jpg\" alt=\"Mobirise\" title=\"\">\n                    </amp-img>\n                </div>\n                <div class=\"second-element mbr-flex mbr-col-sm-12\" mbr-if=\"showCardTitle || showCardSubtitle || showCardList || showCardText || showCardButtons\" mbr-class=\"{'mbr-col-md-8':columnWidth==1,\n                                     'mbr-col-md-7':columnWidth==2,\n                                     'mbr-col-md-6':columnWidth==3,\n                                     'mbr-col-md-5':columnWidth==4,\n                                     'mbr-col-md-4':columnWidth==5, 'mbr-px-5': !transparentBg &amp;&amp; showPadding}\">\n                    <div class=\"second-element-box mbr-m-auto\" mbr-class=\"{'align-center': cardAlign==2,\n                                 'align-right': cardAlign==3, 'mbr-py-4': !transparentBg, 'mbr-px-2': transparentBg &amp;&amp; fullWidth}\">\n                        <h2 class=\"element-title mbr-fonts-style mbr-bold\" mbr-theme-style=\"display-2\" mbr-if=\"showCardTitle\" data-app-selector=\".element-title\">01 Mission</h2>\n                        <h3 class=\"element-subtitle mbr-fonts-style mbr-bold\" mbr-theme-style=\"display-2\" mbr-if=\"showCardSubtitle\" data-app-selector=\".element-subtitle\">&amp; 02 Vision</h3>\n                        <div class=\"mbr-list\" mbr-list=\"\" mbr-list-grow=\"listCount\" mbr-if=\"showCardList\" mbr-class=\"{'mbr-pt-4': showCardTitle || showCardSubtitle}\">\n                            <div class=\"mbr-flex items-list\" mbr-class=\"{'mbr-jc-c':cardAlign==2, 'mbr-jc-e': cardAlign==3}\">\n                                <div class=\"marker-wrap\" mbr-if=\"stylizedCounters == 1 || stylizedCounters == 2\">\n                                </div>\n                                <div class=\"icon-wrap\" mbr-if=\"stylizedCounters == 3\">\n                                    <span mbr-icon=\"\" class=\"amp-iconfont fa-check fa\"></span>\n                                </div>\n                                <div class=\"list-box\" mbr-if=\"showCardListTitle || showCardListText\">\n                                    <h4 class=\"list-title mbr-fonts-style mbr-bold\" mbr-theme-style=\"display-7\" mbr-if=\"showCardListTitle\" data-app-selector=\".mbr-list .list-title\" mbr-class=\"{'mbr-pb-1':showCardListText}\">\n                                        First Title\n                                    </h4>\n                                    <p class=\"mbr-text mbr-fonts-style mbr-regular\" mbr-theme-style=\"display-7\" mbr-if=\"showCardListText\" data-app-selector=\".mbr-list .mbr-text\">\n                                       To preach JESUS CHRIST to as many Papua New Guineans as possible; people of all walks of life in both the urban and remote communities of Papua New Guinea.  And also, to saturate the airwaves of PNG with Christian programming to counter the work of the devil and demonic forces in the airspace of PNG.\n                                    </p>\n                                 </div>\n                            </div> \n                        <div class=\"mbr-flex items-list\" mbr-class=\"{'mbr-jc-c':cardAlign==2, 'mbr-jc-e': cardAlign==3}\">\n                                <div class=\"marker-wrap\" mbr-if=\"stylizedCounters == 1 || stylizedCounters == 2\">\n                                </div>\n                                <div class=\"icon-wrap\" mbr-if=\"stylizedCounters == 3\">\n                                    <span mbr-icon=\"\" class=\"amp-iconfont fa-check fa\"></span>\n                                </div>\n                                <div class=\"list-box\" mbr-if=\"showCardListTitle || showCardListText\">\n                                    <h4 class=\"list-title mbr-fonts-style mbr-bold\" mbr-theme-style=\"display-7\" mbr-if=\"showCardListTitle\" data-app-selector=\".mbr-list .list-title\" mbr-class=\"{'mbr-pb-1':showCardListText}\">\n                                        First Title\n                                    </h4>\n                                    <p class=\"mbr-text mbr-fonts-style mbr-regular\" mbr-theme-style=\"display-7\" mbr-if=\"showCardListText\" data-app-selector=\".mbr-list .mbr-text\">\n                                       To use electronic communications media to spread the gospel message of JESUS CHRIST to the nation of Papua New Guinea and internationally while at the same time addressing social issues affecting the nation in partnership with Christian Churches, mission organizations, NGOs and Government agencies.\n                                    </p>\n                                 </div>\n                            </div></div>\n                        <p class=\"mbr-text element-text mbr-fonts-style mbr-regular\" mbr-theme-style=\"display-4\" mbr-if=\"showCardText\" data-app-selector=\".element-text\" mbr-class=\"{'mbr-pt-3':showCardTitle || showCardSubtitle || showCardList}\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n                        <div mbr-buttons=\"\" class=\"mbr-section-btn\" mbr-class=\"{'mbr-pt-3':showCardTitle || showCardSubtitle || showCardList || showCardText}\" mbr-theme-style=\"display-4\" data-toolbar=\"-mbrBtnMove\" mbr-if=\"showCardButtons\"><a class=\"btn-primary btn btn-md\" data-app-placeholder=\"Type Text\">\n                                LEARN HOW</a></div>\n                    </div>\n                </div>\n            </div>\n        </div>\n    </div>\n</section>",
          "_cid": "rYPIZGCLHM",
          "_anchor": "ampHeader12-8",
          "_PHPplaceholders": [],
          "_JSplaceholders": [],
          "_protectedParams": [],
          "_global": false,
          "_once": false,
          "_params": {}
        },
        {
          "alias": "amp-blocks/components",
          "_isSecondary": true,
          "typeCompatible": "isAMP",
          "_styles": {
            "padding-top": "(@paddingTop * 10px)",
            "padding-bottom": "(@paddingBottom * 10px)",
            "& when (@bg-type = 'color')": {
              "background-color": "@bg-value"
            },
            "& when (@bg-type = 'image')": {
              "background-image": "url(@bg-value)",
              ".mbr-overlay": {
                "background-color": "@overlayColor",
                "opacity": "@overlayOpacity"
              }
            },
            ".mbr-row": {
              "margin": "0"
            },
            ".image": {
              "height": "(@imgHeight * 1px)",
              "width": "100%",
              "padding": "0",
              "amp-img, img": {
                "border-radius": "10px"
              }
            },
            "& when not (@reverse)": {
              ".text__block": {
                "padding": "60px 0 60px 30px"
              }
            },
            "& when (@reverse)": {
              ".text__block": {
                "padding": "60px 30px 60px 0"
              }
            },
            ".content__wrapper": {
              ".mbr-iconfont": {
                "margin": "7px 15px 0 0",
                "color": "@accentColor",
                "width": "16px",
                "font-size": "16px"
              },
              ".item__service": {
                "width": "100%"
              }
            },
            ".blockquote": {
              ".mbr-iconfont": {
                "margin": "7px 20px 0 0",
                "color": "@accentColor",
                "font-size": "30px",
                "width": "30px"
              }
            },
            "& when (@showDivider) and (@showTitle)": {
              ".divider": {
                "width": "(@divider * 1px)",
                "background-color": "@accentColor"
              }
            },
            "@media (max-width: 991px)": {
              ".text__block": {
                "padding-left": "0",
                "padding-right": "0"
              }
            },
            "@media (max-width: 767px)": {
              ".image": {
                "height": "200px"
              }
            }
          },
          "_name": "ampHeader22",
          "_customHTML": "<section class=\"ampHeader22\" group=\"Headers\" plugins=\"amp-main\">\n\n    <mbr-parameters>\n    <!-- Block parameters controls (Blue \"Gear\" panel) -->\n        <header>Size</header>\n            <input type=\"range\" inline=\"\" title=\"Top\" name=\"paddingTop\" min=\"0\" max=\"10\" step=\"1\" value=\"5\">\n            <input type=\"range\" inline=\"\" title=\"Bottom\" name=\"paddingBottom\" min=\"0\" max=\"10\" step=\"1\" value=\"5\">\n        <input type=\"checkbox\" title=\"Full Width\" name=\"fullWidth\">\n        <input type=\"checkbox\" title=\"Reverse Content\" name=\"reverse\" checked=\"\">\n        <header>Image</header>\n            <input type=\"range\" inline=\"\" title=\"Image Height\" name=\"imgHeight\" min=\"300\" max=\"700\" step=\"50\" value=\"450\">\n        <header>Text</header>\n            <input type=\"checkbox\" title=\"Show Title\" name=\"showTitle\" checked=\"\">\n            <input type=\"checkbox\" title=\"Show Text\" name=\"showText\" checked=\"\">\n        <input type=\"range\" inline=\"\" title=\"Count Services\" name=\"countService\" min=\"0\" max=\"10\" step=\"1\" value=\"2\">\n            <input type=\"checkbox\" title=\"Show Button\" name=\"showButtons\">\n        <input type=\"checkbox\" title=\"Show Quote\" name=\"showQuote\" checked=\"\">\n         <input type=\"color\" title=\"Accent Color\" name=\"accentColor\" value=\"#3b7eff\" condition=\"(showTitle &amp;&amp; showDivider) || countService > 0 || showQuote\">\n        <input type=\"checkbox\" title=\"Show Divider\" name=\"showDivider\" condition=\"showTitle\" checked=\"\">\n        <input type=\"range\" inline=\"\" title=\"Divider Width\" name=\"divider\" min=\"5\" max=\"250\" step=\"5\" value=\"30\" condition=\"showDivider &amp;&amp; showTitle\">\n        <!--  -->\n        <header>Background</header>\n        <fieldset type=\"background\" name=\"bg\" required=\"\">\n            <input type=\"color\" title=\"Background Color\" value=\"#ffffff\" selected=\"\">\n            <input type=\"image\" title=\"Background Image\" value=\"../_images/background1.jpg\">\n        </fieldset>\n        <!--  -->\n        <input type=\"checkbox\" title=\"Overlay\" name=\"overlay\" condition=\"bg.type !== 'color'\" checked=\"\">\n        <input type=\"color\" title=\"Overlay Color\" name=\"overlayColor\" value=\"#3b7eff\" condition=\"overlay &amp;&amp; bg.type == 'image'\">\n        <input type=\"range\" inline=\"\" title=\"Opacity\" name=\"overlayOpacity\" min=\"0\" max=\"1\" step=\"0.1\" value=\"0.3\" condition=\"overlay &amp;&amp; bg.type == 'image'\">\n    </mbr-parameters>\n\n<div class=\"mbr-overlay\" mbr-if=\"overlay &amp;&amp; bg.type !== 'color'\"></div>\n   <div mbr-class=\"{'container-fluid' : fullWidth, 'container' : !fullWidth}\">\n        <div class=\"mbr-row wrapper\" mbr-class=\"{'mbr-row-reverse' : reverse}\">\n            <div class=\"mbr-col-sm-12 mbr-col-md-12 mbr-col-lg-6 image\">\n\n                    <amp-img src=\"@PROJECT_PATH@/assets/images/worktogether-1108x739.jpg\" alt=\"image\" height=\"450\" width=\"674.6955345060893\" layout=\"responsive\" class=\"mobirise-loader\">\n                        <div placeholder=\"\" class=\"placeholder\"></div>\n                       <img src=\"@PROJECT_PATH@/assets/images/worktogether-1108x739.jpg\" class=\"mbr-temp\" alt=\"\" title=\"\">\n                    </amp-img>\n                </div>\n\n            <div class=\"mbr-col-sm-12 mbr-col-md-12 mbr-col-lg-6 mbr-flex\">\n                <div class=\"text__block align-left mbr-m-auto\">\n                    <div class=\"title\">\n                        <h3 mbr-if=\"showTitle\" class=\"mbr-fonts-style card__title mbr-bold mbr-section-title mbr-black\" mbr-theme-style=\"display-2\" data-app-selector=\".title, .card__title\">Rationale</h3>\n                        <span class=\"divider\" mbr-if=\"showDivider\"></span>\n                    </div>\n                   <p class=\"mbr-fonts-style card__text mbr-section-subtitle\" mbr-theme-style=\"display-4\" mbr-if=\"showText\" data-app-selector=\".card__text\">Also manifested in the preamble of the Constitution are the National Goals and \t\n<br>Directive Principles. Principle No.1 – Integral Human Development reads;&nbsp;<br><br></p>\n                    <div class=\"content__wrapper mbr-section-subtitle\" mbr-list=\"\" mbr-list-grow=\"countService\" mbr-if=\"countService > 0\">\n                        <div class=\"mbr-flex\">\n                        <span class=\"fa fa-check mbr-iconfont\" mbr-icon=\"\"></span><p class=\"mbr-fonts-style item__service\" mbr-theme-style=\"display-4\" data-app-selector=\".item__service\">“We declare our first goal to be for every person to be dynamically involved in the process of freeing himself or herself from every form of domination or \toppression so that each man or woman will have the opportunity to develop as a whole person in relationship with others.”<br><br></p></div>\n                    <div class=\"mbr-flex\">\n                        <span class=\"fa fa-check mbr-iconfont\" mbr-icon=\"\"></span><p class=\"mbr-fonts-style item__service\" mbr-theme-style=\"display-4\" data-app-selector=\".item__service\">“In pursuit of the above goal, the Christian Churches emphasis has been in setting man free from the bondage of sin and the clutches of the devil, to be redeemed totally spiritually, mentally and physically. Development of a whole person has been an integral part of any of the Church run programs. A person can be totally set free when he/she realizes the sinful state he/she is in and turn to God and find his/her purpose in life. Everything else changes for the better when a person is set free on the inside. Wantok radio Light as a Christian Radio ministry complements the work of the churches in contributing to spiritual development and progress of our nation.\n<br>\n<br><br></p></div></div>\n                    <div class=\"blockquote mbr-medium\" mbr-if=\"showQuote\">\n                    <div class=\"mbr-flex\">\n                        <span class=\"mbr-iconfont fa-quote-right fa\" mbr-icon=\"\"></span><p class=\"mbr-fonts-style quoter__text mbr-text\" mbr-theme-style=\"display-4\" data-app-selector=\".quoter__text\"><b>Partnership</b>\n<br>Civil society and churches and ministry support\n<br>There was immense support and will continue to be this support from the Civic society, the individuals, churches, organizations and the Government and government agencies to partner and deliver our mission. We are walking toward a generation, rebuilding and mending broken lives, restoring marriages, saving souls, healing the sick and restoring wounded hearts.   In our mission, this partnership adds value to forming the peace in the hearts of those who have a burning desire and are searching. With this partnership we are gearing our talents and resources to energize and motivate someone who feel lost and ignored, someone who resorts to a second thought of delaying suicide, someone who changes the course of direction and finds relieve. This partnership has a Divine calling and the rewards are beneficial to all. &nbsp;<br></p></div></div>\n                    <div class=\"mbr-section-btn mbr-pt-4\" mbr-buttons=\"\" data-toolbar=\"-mbrBtnMove\" mbr-theme-style=\"display-4\" mbr-if=\"showButtons\"><a class=\"btn btn-md btn-primary\" href=\"#\" data-app-placeholder=\"Type Text\">\n                            <span class=\"mbrib-right mbr-iconfont mbr-iconfont-btn\" mbr-icon=\"\"></span>\n                            <span class=\"btn__hover\">Read More</span>\n                        </a></div>\n               </div>\n           </div>\n        </div>\n    </div>\n</section>",
          "_cid": "rZkLLDGAzB",
          "_anchor": "ampHeader22-1x",
          "_protectedParams": [],
          "_global": false,
          "_once": false,
          "_params": {}
        },
        {
          "alias": "amp-blocks/components",
          "_isSecondary": true,
          "typeCompatible": "isAMP",
          "_styles": {
            "padding-top": "(@paddingTop * 1rem)",
            "padding-bottom": "(@paddingBottom * 1rem)",
            "background-color": "@bgColor",
            ".cont-box": {
              "padding": "80px 60px",
              "display": "flex",
              "justify-content": "center",
              "flex-direction": "column"
            },
            ".feature-box": {
              "&:hover": {
                ".amp-iconfont": {
                  "transform": "translateY(-10px)"
                }
              },
              "@media (max-width: 767px)": {
                "margin-bottom": "2rem"
              }
            },
            ".iconfont-wrapper": {
              "width": "~\"@{iconsSize}rem\"",
              "height": "~\"@{iconsSize}rem\""
            },
            ".amp-iconfont": {
              "font-size": "~\"@{iconsSize}rem\"",
              "width": "~\"@{iconsSize}rem\"",
              "color": "@iconsColor !important",
              "vertical-align": "middle",
              "transition": "0.5s"
            },
            "amp-img, img": {
              "object-fit": "cover"
            },
            ".custom-card-title": {
              "color": "#004b4b"
            }
          },
          "_name": "ampHeader25",
          "_customHTML": "<section class=\"ampHeader25\" group=\"Headers\" plugins=\"amp-main\">\n    <mbr-parameters>\n    <!-- Block parameters controls (Blue \"Gear\" panel) -->\n    <input type=\"range\" inline=\"\" title=\"Top\" name=\"paddingTop\" min=\"0\" max=\"10\" step=\"1\" value=\"0\">\n    <input type=\"range\" inline=\"\" title=\"Bottom\" name=\"paddingBottom\" min=\"0\" max=\"10\" step=\"1\" value=\"0\">\n    <input type=\"checkbox\" name=\"rowReverse\" title=\"Reverse\">\n    <header>Cards</header>\n    <input type=\"range\" title=\"Cards Count\" name=\"cardsAmount\" min=\"1\" max=\"4\" value=\"4\">\n    <select title=\"Cards Align\" name=\"alignItems\">\n        <option value=\"1\">Left</option>\n        <option value=\"2\" selected=\"\">Center</option>\n        <option value=\"3\">Right</option>\n    </select>\n    <input type=\"checkbox\" title=\"Show Icons\" name=\"showIcons\" checked=\"\">\n    <input type=\"range\" title=\"Icons Size\" name=\"iconsSize\" min=\"1.5\" max=\"4\" step=\"0.1\" value=\"3\" condition=\"showIcons\">\n    <input type=\"color\" title=\"Icons Color\" name=\"iconsColor\" value=\"#870000\" condition=\"showIcons\">\n    <input type=\"checkbox\" title=\"Show Title\" name=\"showTitle\" checked=\"\">\n    <input type=\"checkbox\" title=\"Show Text\" name=\"showText\" checked=\"\">\n    <input type=\"color\" title=\"Background Color\" name=\"bgColor\" value=\"#f6f9f8\" required=\"\">\n    <!-- End block parameters -->\n    </mbr-parameters>\n        <div class=\"mbr-row\" mbr-class=\"{'mbr-row-reverse': rowReverse}\">\n            <div class=\"image mbr-col-sm-12 mbr-col-md-12 mbr-col-lg-6\">\n                <amp-img src=\"@PROJECT_PATH@/assets/images/radiofront1-1872x993.jpg\" layout=\"responsive\" width=\"1163.166163141994\" height=\"617\" alt=\"image\" class=\"mobirise-loader\">\n                    <div placeholder=\"\" class=\"placeholder\"></div>\n                    <img class=\"mbr-temp\" src=\"@PROJECT_PATH@/assets/images/radiofront1-1872x993.jpg\" alt=\"\" title=\"\">\n                </amp-img>\n            </div>\n            <div class=\"mbr-col-sm-12 mbr-col-md-12 mbr-col-lg-6 cont-box\">\n                <div class=\"mbr-row mbr-pb-4 mbr-jc-c\">\n                    <div class=\"mbr-col-md-6 mbr-col-lg-6 feature-box\" mbr-class=\"{'align-center':alignItems==2,\n                                     'align-right':alignItems==3}\">\n                        <div class=\"iconfont-wrapper\" mbr-if=\"showIcons\">\n                            <span mbr-icon=\"\" class=\"amp-iconfont animation-normal mbri-update\"></span>\n                        </div>\n                        <h4 class=\"mbr-fonts-style mbr-bold mbr-pb-1 mbr-pt-2 custom-card-title\" mbr-theme-style=\"display-5\" mbr-if=\"showTitle\" data-app-selector=\".custom-card-title\">Broadcasting</h4>\n                        <p class=\"mbr-fonts-style custom-card-text\" mbr-class=\"{'mbr-pt-2': !showTitle}\" mbr-theme-style=\"display-7\" mbr-if=\"showText\" data-app-selector=\".custom-card-text\"><b>The Program Director</b> heads this Section. It consists of <b>Productions Staffs &amp; Announcers</b> who share tasks of producing and programing of audio in and out of the Automation system.</p>\n                    </div>\n                    <div class=\"mbr-col-md-6 mbr-col-lg-6 feature-box\" mbr-class=\"{'align-center':alignItems==2,\n                                     'align-right':alignItems==3}\" mbr-if=\"cardsAmount > 1\">\n                        <div class=\"iconfont-wrapper\" mbr-if=\"showIcons\">\n                            <span mbr-icon=\"\" class=\"amp-iconfont animation-normal mbri-star\"></span>\n                        </div>\n                        <h4 class=\"mbr-fonts-style mbr-bold mbr-pb-1 mbr-pt-2 custom-card-title\" mbr-theme-style=\"display-5\" mbr-if=\"showTitle\" data-app-selector=\".custom-card-title\">Engineering</h4>\n                        <p class=\"mbr-fonts-style custom-card-text\" mbr-class=\"{'mbr-pt-2': !showTitle}\" mbr-theme-style=\"display-7\" mbr-if=\"showText\" data-app-selector=\".custom-card-text\">Headed by the Engineer. This Section is responsible for the Technical aspects of the Studio and RF (Radio Frequency). It is where the automation is transmitted to your handset radios and mobile phones.</p>\n                    </div>\n                </div>\n                <div class=\"mbr-row mbr-jc-c\">\n                    <div class=\"mbr-col-md-6 mbr-col-lg-6 feature-box\" mbr-class=\"{'align-center':alignItems==2,\n                                     'align-right':alignItems==3}\" mbr-if=\"cardsAmount > 2\">\n                        <div class=\"iconfont-wrapper\" mbr-if=\"showIcons\">\n                            <span mbr-icon=\"\" class=\"amp-iconfont animation-normal mbri-sale\"></span>\n                        </div>\n                        <h4 class=\"mbr-fonts-style mbr-bold mbr-pb-1 mbr-pt-2 custom-card-title\" mbr-theme-style=\"display-5\" mbr-if=\"showTitle\" data-app-selector=\".custom-card-title\">Adminstration &amp; IT &amp; FINANCE</h4>\n                        <p class=\"mbr-fonts-style custom-card-text\" mbr-class=\"{'mbr-pt-2': !showTitle}\" mbr-theme-style=\"display-7\" mbr-if=\"showText\" data-app-selector=\".custom-card-text\"><b>The General Manager</b> Heads all the Department and is head of Administration &amp; <b>IT</b>. Second in Command is the <b>Finance &amp; Admin</b> Manager followed by the <b>Business Development Manager</b>&nbsp;followed by our Ministry Pastors and the General Support Staff.</p>\n                    </div>\n                    <div class=\"mbr-col-md-6 mbr-col-lg-6 feature-box\" mbr-class=\"{'align-center':alignItems==2,\n                                     'align-right':alignItems==3}\" mbr-if=\"cardsAmount > 3\">\n                        <div class=\"iconfont-wrapper\" mbr-if=\"showIcons\">\n                            <span mbr-icon=\"\" class=\"amp-iconfont animation-normal mbri-smile-face\"></span>\n                        </div>\n                        <h4 class=\"mbr-fonts-style mbr-bold mbr-pb-1 mbr-pt-2 custom-card-title\" mbr-theme-style=\"display-5\" mbr-if=\"showTitle\" data-app-selector=\".custom-card-title\">LaitHaus PNG</h4>\n                        <p class=\"mbr-fonts-style custom-card-text\" mbr-class=\"{'mbr-pt-2': !showTitle}\" mbr-theme-style=\"display-7\" mbr-if=\"showText\" data-app-selector=\".custom-card-text\">Headed by the Tower Operation Manager, the Manager oversees operation on the Tower on Burnspeak. Tower Operations Assistant is next in Command followed by the Accounts which deals with the operation book keeping.&nbsp;</p>\n                    </div>\n                </div>\n            </div>\n        </div>\n</section>",
          "_cid": "rZomTRe6iv",
          "_anchor": "ampHeader25-1y",
          "_protectedParams": [],
          "_global": false,
          "_once": false,
          "_params": {}
        },
        {
          "alias": "amp-blocks/components",
          "_isSecondary": true,
          "typeCompatible": "isAMP",
          "_styles": {
            "& when not (@fullScreen)": {
              "padding-top": "(@paddingTop * 1rem)",
              "padding-bottom": "(@paddingBottom * 1rem)"
            },
            "& when (@bg-type = 'image')": {
              "background-image": "url(@bg-value)",
              "& when (@overlay)": {
                ".mbr-overlay": {
                  "background": "@overlayColor",
                  "opacity": "@overlayOpacity"
                }
              }
            },
            "& when (@bg-type = 'color')": {
              "background-color": "@bg-value"
            },
            "@media (max-width: 992px)": {
              "& when not (@fullScreen)": {
                "padding-top": "(@paddingTop * 0.5rem)",
                "padding-bottom": "(@paddingBottom * 0.5rem)"
              }
            }
          },
          "_name": "ampHeader14",
          "_customHTML": "<section class=\"ampHeader14\" group=\"Headers\" mbr-class=\"{'mbr-fullscreen': fullScreen}\" plugins=\"amp-main\">\n    <mbr-parameters>\n        <!-- Block parameters controls (Blue \"Gear\" panel) -->\n        <header>Size</header>\n        <input type=\"checkbox\" title=\"Full Screen\" name=\"fullScreen\">\n        <input type=\"checkbox\" title=\"Full Width\" name=\"fullWidth\">\n        <input type=\"range\" inline title=\"Top\" name=\"paddingTop\" min=\"0\" max=\"15\" step=\"1\" value=\"10\" condition=\"fullScreen == false\">\n        <input type=\"range\" inline title=\"Bottom\" name=\"paddingBottom\" min=\"0\" max=\"15\" step=\"1\" value=\"10\" condition=\"fullScreen == false\">\n        <header>Show/Hide</header>\n        <input type=\"checkbox\" title=\"Title\" name=\"showTitle\" checked>\n        <input type=\"checkbox\" title=\"Subtitle\" name=\"showSubtitle\">\n        <input type=\"checkbox\" title=\"Text\" name=\"showText\">\n        <input type=\"checkbox\" title=\"Buttons\" name=\"showButtons\">\n        <select title=\"Align\" name=\"alignTitle\" condition=\"showTitle || showSubtitle || showText || showButtons\">\n            <option value=\"1\">Left</option>\n            <option value=\"2\" selected>Center</option>\n            <option value=\"3\">Right</option>\n        </select>\n        <header>Background</header>\n        <fieldset type=\"background\" name=\"bg\" required>\n            <input type=\"image\" title=\"Background Image\" value=\"../_images/img/10.jpg\" selected>\n            <input type=\"color\" title=\"Background Color\" value=\"#0d0d0d\">\n        </fieldset>\n        <input type=\"checkbox\" title=\"Overlay\" name=\"overlay\" condition=\"bg.type !== 'color'\" checked>\n        <input type=\"color\" title=\"Overlay Color\" name=\"overlayColor\" value=\"#fffef2\" condition=\"overlay && bg.type !== 'color'\">\n        <input type=\"range\" inline title=\"Opacity\" name=\"overlayOpacity\" min=\"0\" max=\"1\" step=\"0.1\" value=\"0.7\" condition=\"overlay && bg.type !== 'color'\">\n        <!-- End block parameters -->\n    </mbr-parameters>\n    <div class=\"mbr-overlay\" mbr-if=\"overlay && bg.type !== 'color'\"></div>\n    <div mbr-class=\"{'container':!fullWidth,\n                     'container-fluid': fullWidth}\">\n        <div class=\"mbr-row\" mbr-class=\"{'align-left mbr-jc-s': alignTitle==1,\n                        'align-center mbr-jc-c': alignTitle==2,\n                        'align-right mbr-jc-e': alignTitle==3}\">\n            <div class=\"title-block mbr-col-sm-12 mbr-col-md-12 mbr-col-lg-12\">\n                <h1 class=\"mbr-section-title mbr-fonts-style mbr-bold\" mbr-class=\"{'mbr-pb-5': showTitle || showSubtitle}\" mbr-theme-style=\"display-1\" mbr-if=\"showTitle\" data-app-selector=\".mbr-section-title, .mbr-section-btn\">IT IS BETTER TO GIVE THAN TO RECEIVE</h1>\n                <h2 class=\"mbr-section-subtitle mbr-fonts-style\" mbr-theme-style=\"display-2\" mbr-if=\"showSubtitle\" data-app-selector=\".mbr-section-subtitle, .mbr-section-btn\">Enter your subtitle here</h2>\n            </div>\n            <div class=\"mbr-col-lg-4 mbr-col-md-6 mbr-col-sm-12\">\n                <p class=\"mbr-text mbr-semibold mbr-fonts-style\" mbr-class=\"{'mbr-pt-5': showTitle || showSubtitle}\" mbr-theme-style=\"display-4\" mbr-if=\"showText\" data-app-selector=\".mbr-section-btn, .mbr-text\">Lorem\n                    ipsum dolor sit amet, consectetur adipiscing elit. Curabitur euismod commodo tristique. Sed eget\n                    tristique turpis.</p>\n            </div>\n            <div class=\"mbr-col-lg-4 mbr-col-md-6 mbr-col-sm-12\">\n                <p class=\"mbr-text mbr-semibold mbr-fonts-style\" mbr-class=\"{'mbr-pt-5': showTitle || showSubtitle}\" mbr-theme-style=\"display-4\" mbr-if=\"showText\" data-app-selector=\".mbr-section-btn, .mbr-text\">Lorem\n                    ipsum dolor sit amet, consectetur adipiscing elit. Curabitur euismod commodo tristique. Sed eget\n                    tristique turpis.</p>\n            </div>\n            <div class=\"mbr-col-lg-12 mbr-col-md-12 mbr-col-sm-12\">\n                <div mbr-buttons class=\"mbr-section-btn\" mbr-class=\"{'mbr-pt-4':showSubtitle||showTitle||showText}\" mbr-theme-style=\"display-7\" data-toolbar=\"-mbrBtnMove\" mbr-if=\"showButtons\"><a class=\"btn btn-white-outline\" data-app-placeholder=\"Type Text\">Learn How</a></div>\n            </div>\n        </div>\n    </div>\n</section>",
          "_cid": "rYPJ4RJYtm",
          "_anchor": "ampHeader14-9",
          "_protectedParams": [],
          "_global": false,
          "_once": false,
          "_params": {}
        },
        {
          "alias": "amp-blocks/components",
          "_isSecondary": true,
          "typeCompatible": "isAMP",
          "_styles": {
            "padding-top": "(@paddingTop * 10px)",
            "padding-bottom": "(@paddingBottom * 10px)",
            "& when (@bg-type = 'image')": {
              "background-image": "url(@bg-value)",
              ".mbr-overlay": {
                "background-color": "@overlayColor",
                "opacity": "@overlayOpacity"
              }
            },
            "& when (@bg-type = 'color')": {
              "background-color": "@bg-value"
            },
            ".group-title": {
              "margin": "15px 0 18px",
              "padding-bottom": "15px",
              "line-height": "1.4",
              "color": "#ffc300"
            },
            ".items": {
              "padding-bottom": "25px",
              ".item": {
                "margin-top": "10px",
                "margin-right": "15px",
                "opacity": ".75",
                "transition": "opacity .3s ease",
                "&:hover": {
                  "opacity": "1"
                }
              }
            },
            "& when (@showLogo)": {
              ".image-block": {
                "amp-img, img": {
                  "object-fit": "contain",
                  "width": "(@heightImg * 1px)",
                  "height": "auto"
                }
              }
            },
            ".dragArea": {
              "margin": "0",
              "flex-wrap": "nowrap"
            },
            "& when (@subscribe)": {
              ".field": {
                "padding": "0",
                "position": "relative",
                "margin-top": "10px",
                "input": {
                  "padding": "6px 12px",
                  "font-size": "15px",
                  "height": "45px",
                  "border": "1px solid lighten(@primaryColor, 30%)"
                },
                ".btn": {
                  "height": "100%",
                  "&.btn-white:hover": {
                    "background-color": "#fff !important",
                    "border-color": "#fff !important",
                    "color": "#000 !important"
                  }
                }
              },
              ".mbr-section-btn": {
                "margin-right": "0"
              }
            },
            ".footer-wrap": {
              "padding-top": "80px"
            },
            ".contacts__bottom": {
              "margin-top": "45px",
              "padding-bottom": "17px"
            },
            ".bottom__left": {
              ".phone": {
                "opacity": ".75",
                "transition": "opacity 0.3s ease",
                "display": "inline-block",
                "&:hover": {
                  "opacity": "1"
                }
              },
              ".mbr-iconfont": {
                "margin-right": "20px",
                "font-size": "20px",
                "width": "20px",
                "height": "20px",
                "color": "@primaryColor",
                "@media (max-width: 767px)": {
                  "margin-right": "0",
                  "margin-bottom": "10px"
                }
              },
              "color": "#ffc300"
            },
            ".amp-iconfont": {
              "font-size": "15px",
              "width": "15px",
              "text-align": "center",
              "& when (@bg-type = 'color')": {
                "color": "contrast(@bg-value) !important"
              },
              "& when (@bg-type = 'image')": {
                "color": "@primaryColor !important"
              },
              "opacity": ".5",
              "&:hover": {
                "opacity": "1"
              }
            },
            ".footer-container": {
              "padding-bottom": "50px",
              "margin-top": "19px",
              "align-items": "center",
              "opacity": ".75",
              "letter-spacing": "0"
            },
            ".divider__foot": {
              "border-top": "1px solid @borderColor",
              "opacity": ".15",
              "width": "100%"
            },
            "@media (max-width: 991px)": {
              ".items": {
                "padding-top": "0"
              },
              ".group-title": {
                "margin-bottom": "5px"
              }
            },
            "@media (max-width: 768px)": {
              ".image-block amp-img": {
                "max-width": "60%",
                "margin": "auto",
                "height": "100%"
              },
              ".image-block": {
                "margin-bottom": "20px"
              },
              ".bottom__left, .contacts__bottom": {
                "flex-direction": "column",
                "align-items": "center",
                "padding-bottom": "15px"
              },
              ".dragArea": {
                "justify-content": "center"
              }
            },
            ".copyright .mbr-text": {
              "color": "#ffffff"
            },
            ".item, .items": {
              "color": "#ffffff"
            }
          },
          "_name": "ampFooter14",
          "_customHTML": "<section class=\"ampFooter14\" group=\"Footers\" once=\"footer\" plugins=\"amp-main, amp-form, amp-mustache\" global=\"\" always-bottom=\"\">\n\n      <mbr-parameters>\n    <!-- Block parameters controls (Blue \"Gear\" panel) -->\n        <input type=\"range\" inline=\"\" title=\"Top\" name=\"paddingTop\" min=\"0\" max=\"10\" step=\"1\" value=\"0\">\n        <input type=\"range\" inline=\"\" title=\"Bottom\" name=\"paddingBottom\" min=\"0\" max=\"10\" step=\"1\" value=\"0\">\n        <header>Menu</header>\n        <input type=\"checkbox\" title=\"Show Column Title\" name=\"showTitle\" checked=\"\">\n          <input type=\"checkbox\" title=\"Show Subscribe\" name=\"subscribe\" checked=\"\">\n          <input type=\"checkbox\" title=\"Show Logo\" name=\"showLogo\" checked=\"\">\n        <input type=\"range\" inline=\"\" title=\"Logo Width\" name=\"heightImg\" min=\"10\" max=\"150\" step=\"10\" value=\"150\" condition=\"showLogo\">\n        <select title=\"Columns\" name=\"columnsCount\">\n            <option value=\"1\">1</option>\n            <option value=\"2\">2</option>\n            <option value=\"3\" selected=\"\">3</option>\n        </select>\n        <input type=\"range\" inline=\"\" title=\"Column 1 Items\" name=\"columnItems1\" min=\"1\" max=\"6\" value=\"2\">\n        <input type=\"range\" inline=\"\" title=\"Column 2 Items\" name=\"columnItems2\" min=\"1\" max=\"6\" value=\"3\" condition=\"columnsCount > 1\">\n        <input type=\"range\" inline=\"\" title=\"Column 3 Items\" name=\"columnItems3\" min=\"1\" max=\"6\" value=\"3\" condition=\"columnsCount > 2\">\n          <header>Bottom</header>\n          <input type=\"checkbox\" title=\"Show Phone\" name=\"showPhone\" checked=\"\">\n          <input type=\"checkbox\" title=\"Show Social\" name=\"showSocial\" checked=\"\">\n           <input type=\"range\" inline=\"\" title=\"Icons Count\" name=\"iconsCount\" min=\"1\" max=\"6\" value=\"4\" step=\"1\" condition=\"showSocial\">\n          <input type=\"color\" title=\"Border Color\" name=\"borderColor\" value=\"#000000\">\n    <input type=\"checkbox\" title=\"Copyright\" name=\"showCopyright\" checked=\"\">\n    <!--  -->\n        <header>Background</header>\n        <fieldset type=\"background\" name=\"bg\">\n            <input type=\"image\" title=\"Background Image\" value=\"@PROJECT_PATH@/assets/images/footers4-1920x564.jpg\" selected=\"\">\n            <input type=\"color\" title=\"Background Color\" value=\"#ffffff\">\n        </fieldset>\n        <input type=\"checkbox\" title=\"Overlay\" name=\"overlay\" condition=\"bg.type !== 'color'\" checked=\"\">\n    <input type=\"color\" title=\"Overlay Color\" name=\"overlayColor\" value=\"#004b4b\" condition=\"overlay &amp;&amp; bg.type == 'image'\">\n    <input type=\"range\" inline=\"\" title=\"Opacity\" name=\"overlayOpacity\" min=\"0\" max=\"1\" step=\"0.1\" value=\"0.9\" condition=\"overlay &amp;&amp; bg.type == 'image'\">\n    </mbr-parameters>\n\n<div class=\"mbr-overlay\" mbr-if=\"overlay &amp;&amp; bg.type !== 'color'\"></div>\n    <div class=\"container\">\n        <div class=\"mbr-row footer-wrap mbr-jc-c\">\n            <div class=\"image-block align-left mbr-col-sm-12 mbr-col-lg-2\" mbr-class=\"{'mbr-col-md-4' : columnsCount == 2, 'mbr-col-md-3' : columnsCount == 3, 'mbr-col-md-6' : columnsCount <= 1}\" mbr-if=\"showLogo\">\n                    <amp-img src=\"@PROJECT_PATH@/assets/images/logo-260x94.png\" layout=\"responsive\" width=\"149.36170212765958\" height=\"54\" alt=\"Mobirise\" class=\"mobirise-loader\">\n                        <div placeholder=\"\" class=\"placeholder\"></div>\n                        <img class=\"mbr-temp\" src=\"@PROJECT_PATH@/assets/images/logo-260x94.png\" alt=\"Mobirise\" title=\"\">\n                    </amp-img>\n            </div>\n\n            <div class=\"items-col mbr-col-sm-12 align-left\" mbr-class=\"{'mbr-col-lg-2': columnsCount == 3, 'mbr-col-lg-3': ((columnsCount <= 2) &amp;&amp; (showLogo)) || (columnsCount == 2), 'mbr-col-md-4' : columnsCount == 2, 'mbr-col-md-3' : columnsCount == 3, 'mbr-col-md-6' : columnsCount <= 1, 'mbr-col-lg-6 mbr-col-md-6 align-center' : ((columnsCount < 2) &amp;&amp; (!showLogo)) }\">\n                <h3 class=\"mbr-fonts-style group-title mbr-bold\" mbr-theme-style=\"display-7\" mbr-if=\"showTitle\" data-app-selector=\".group-title\">Quick Links</h3>\n                <div class=\"items\" mbr-list=\"\" mbr-list-grow=\"columnItems1\">\n                    <p class=\"item mbr-fonts-style\" mbr-theme-style=\"display-4\" data-app-selector=\".item, .items\"></p><p>\n                        <a href=\"index.html\"></a><a href=\"index.html\" class=\"text-warning\">Home</a></p><p></p>\n                    \n                    \n                <p class=\"item mbr-fonts-style\" mbr-theme-style=\"display-4\" data-app-selector=\".item, .items\">\n                        <a href=\"page1.html\" class=\"text-warning\">About Us</a>\n                    </p></div>\n            </div>\n\n            <div class=\"items-col mbr-col-sm-12 align-left\" mbr-class=\"{'mbr-col-lg-2': columnsCount == 3, 'mbr-col-lg-3': columnsCount <= 2, 'mbr-col-md-4' : columnsCount == 2, 'mbr-col-md-3' : columnsCount == 3}\" mbr-if=\"columnsCount > 1\">\n                <h3 class=\"mbr-fonts-style group-title mbr-bold\" mbr-theme-style=\"display-7\" mbr-if=\"showTitle\" data-app-selector=\".group-title\">Location</h3>\n                <div class=\"items\" mbr-list=\"\" mbr-list-grow=\"columnItems2\">\n                    <p class=\"item mbr-fonts-style\" mbr-theme-style=\"display-4\" data-app-selector=\".item, .items\">\n                        Gerehu Stage 2</p>\n                    <p class=\"item mbr-fonts-style\" mbr-theme-style=\"display-4\" data-app-selector=\".item, .items\">\n                        Sivari Road</p>\n                    \n                <p class=\"item mbr-fonts-style\" mbr-theme-style=\"display-4\" data-app-selector=\".item, .items\">\n                        Port Moresby</p></div>\n            </div>\n\n            <div class=\"items-col mbr-col-sm-12 align-left\" mbr-class=\"{'mbr-col-lg-2': columnsCount == 3, 'mbr-col-lg-3': columnsCount <= 2, 'mbr-col-md-4' : columnsCount == 2, 'mbr-col-md-3' : columnsCount == 3}\" mbr-if=\"columnsCount > 2\">\n                <h3 class=\"mbr-fonts-style group-title mbr-bold\" mbr-theme-style=\"display-7\" mbr-if=\"showTitle\" data-app-selector=\".group-title\">\n                    Important Details</h3>\n                <div class=\"items\" mbr-list=\"\" mbr-list-grow=\"columnItems3\">\n                    <p class=\"item mbr-fonts-style\" mbr-theme-style=\"display-4\" data-app-selector=\".item, .items\">\n                        Phone: 675 326 0946</p>\n                    <p class=\"item mbr-fonts-style\" mbr-theme-style=\"display-4\" data-app-selector=\".item, .items\"></p><p>\n                        Fax: (675)3261104</p><p></p>\n                    \n                <p class=\"item mbr-fonts-style\" mbr-theme-style=\"display-4\" data-app-selector=\".item, .items\">Email: wantok@wantokradio.org</p></div>\n            </div>\n            <div class=\"align-left mbr-col-sm-12 \" mbr-if=\"subscribe\" mbr-class=\"{'mbr-col-md-12 mbr-col-lg-4' : ((columnsCount >= 2) || (showLogo)), 'mbr-col-md-6 mbr-col-lg-6' : ((columnsCount < 2) &amp;&amp; (!showLogo))}\">\n                <h3 class=\"mbr-fonts-style group-title mbr-bold\" mbr-theme-style=\"display-7\" mbr-if=\"showTitle\" data-app-selector=\".group-title\">\n                    Let Us Know you visited</h3>\n                <div class=\"items\" mbr-form=\"\">\n<!--Formbuilder Form-->\n<form action=\"\" name=\"Mobirise Form\" method=\"POST\" class=\"mbr-form align-center\">\n<div class=\"mbr-row\">\n<div submit-success=\"\" class=\"mbr-col-lg-12 mbr-col-md-12 mbr-col-sm-12\">\n<template data-form-alert=\"\" type=\"amp-mustache\">Subscription successful!</template>\n</div>\n<div submit-error=\"\" class=\"mbr-col-lg-12 mbr-col-md-12 mbr-col-sm-12\">\n<template data-form-alert=\"\" type=\"amp-mustache\">Subscription failed! {{error}}</template>\n</div>\n</div>\n<div class=\"dragArea mbr-row\">\n<div data-for=\"form[data][0][1]\" class=\"mbr-col field\">\n<input type=\"hidden\" name=\"form[data][0][0]\" value=\"Email\">\n<input type=\"email\" name=\"form[data][0][1]\" placeholder=\"Enter your email\" data-form-field=\"Email\" mbr-theme-style=\"display-5\" required=\"required\" class=\"field-input\" value=\"\">\n</div>\n<div mbr-buttons=\"true\" mbr-theme-style=\"display-4\" data-toolbar=\"-mbrBtnMove,-mbrLink,-mbrBtnRemove,-mbrBtnAdd\" class=\"mbr-col-auto mbr-section-btn field\"><a type=\"submit\" class=\"btn btn-sm btn-form btn-white\" data-app-placeholder=\"Type Text\"><span class=\"mbri-right mbr-iconfont mbr-iconfont-btn\"></span></a></div>\n</div>\n</form><!--Formbuilder Form-->\n</div>\n        </div>\n        </div>\n    <div class=\"contacts__bottom mbr-flex flex-wrap\">\n        <div class=\"mbr-col-sm-12 bottom__left\" mbr-if=\"showPhone\" mbr-class=\"{'mbr-col-md-6' : showSocial, 'mbr-col-md-12' : !showSocial}\">\n            <span class=\"mbr-iconfont mbr-iconfont-btn fa-phone fa\" mbr-icon=\"\"></span>\n           <p class=\"mbr-fonts-style phone mbr-semibold\" mbr-theme-style=\"display-7\" data-app-selector=\".bottom__left\"><a href=\"#\" class=\"text-warning\">(</a>675) 326 0946</p>\n        </div>\n        <div class=\"mbr-col-sm-12 mbr-flex mbr-jc-e bottom__right\" mbr-if=\"showSocial\" mbr-class=\"{'mbr-col-md-6' : showPhone, 'mbr-col-md-12' : !showPhone}\">\n            <!-- SOCIAL ICON -->\n                <div class=\"menu-social-list\" mbr-list=\"\" mbr-list-grow=\"iconsCount\" mbr-link-type=\"socials\">\n                    <a href=\"http://www.youtube.com/channel/UCt_tncVAetpK5JeM8L-8jyw\" target=\"_blank\">\n                        <span mbr-icon=\"\" class=\"amp-iconfont fa-youtube-play fa\"></span>\n                    </a>\n                    <a href=\"https://www.facebook.com/pages/Mobirise/1616226671953247\" target=\"_blank\">\n                        <span mbr-icon=\"\" class=\"amp-iconfont fa-facebook-f fa\"></span>\n                    </a>\n                    \n                <a href=\"https://www.facebook.com/pages/Mobirise/1616226671953247\" target=\"_blank\">\n                        <span mbr-icon=\"\" class=\"amp-iconfont fa-linkedin fa\"></span>\n                    </a><a href=\"https://www.facebook.com/pages/Mobirise/1616226671953247\" target=\"_blank\">\n                        <span mbr-icon=\"\" class=\"amp-iconfont fa-vimeo-square fa\"></span>\n                    </a></div>\n                <!-- SOCIAL ICON END -->\n        </div>\n    </div>\n        \n    \n    <div class=\"divider__foot\" mbr-if=\"showCopyright\"></div>\n    <div class=\"footer-container container\" mbr-if=\"showCopyright\">\n        <div class=\"copyright align-left\">\n            <p class=\"mbr-text mbr-fonts-style\" mbr-theme-style=\"display-4\" data-app-selector=\".copyright .mbr-text\" data-app-placeholder=\"Type Text\">© Copyright Wantok Radio Light 2020 - All Rights Reserved</p>\n        </div>\n    </div>\n</div></section>",
          "_cid": "rZjAc2Ota7",
          "_anchor": "ampFooter14-1o",
          "_protectedParams": [],
          "_global": true,
          "_once": "footer",
          "_params": {}
        }
      ]
    },
    "programs.html": {
      "settings": {
        "title": "Programs",
        "order": 4
      },
      "components": [
        {
          "alias": false,
          "_styles": {
            "background-color": "@menuBgColor",
            "overflow": "visible",
            ".navbar": {
              "background": "@menuBgColor"
            },
            "section": {
              "padding": "0 !important"
            },
            "section.menu, .menu-container": {
              "min-height": "50px !important"
            },
            "& when not (@showBrand) and not (@showLogo)": {
              ".navbar > .container, .navbar > .container-fluid": {
                "justify-content": "flex-end !important"
              }
            },
            "& when (@showLogo)": {
              ".navbar-brand": {
                ".navbar-logo": {
                  "amp-img, img": {
                    "width": "~\"@{logoWidth}px\"",
                    "height": "~\"@{logoHeight}px\"",
                    "object-fit": "contain"
                  }
                }
              }
            },
            "& when (@showBrand)": {
              ".navbar-caption": {
                "line-height": "inherit !important"
              }
            },
            ".navbar .navbar-collapse": {
              "@media (max-width: 991px)": {
                "background": "@menuBgColor",
                "& when (@sidebarSide = 'left')": {
                  "right": "auto",
                  "left": "0"
                }
              }
            },
            "& when (@showItems)": {
              ".nav-link": {
                "height": "70px",
                "margin": ".667em 1em !important",
                "padding": "0 !important",
                "transition": "0.3s",
                "&:hover": {
                  "color": "@primaryColor"
                }
              },
              ".dropdown-item.active, .dropdown-item:active": {
                "background-color": "transparent"
              },
              ".dropdown-menu": {
                "margin-top": "0",
                "background": "@menuBgColor",
                "border-top": "2px solid @primaryColor",
                "box-shadow": "0 6px 12px rgba(0, 0, 0, 0.175)",
                "transition": "all 0.3s",
                ".dropdown-item": {
                  "justify-content": "flex-start !important"
                },
                ".dropdown-item:hover": {
                  "padding-left": "40px"
                },
                "a:hover": {
                  "color": "@primaryColor"
                }
              }
            },
            ".hamburger span": {
              "background-color": "@hamburgerColor"
            },
            ".builder-sidebar": {
              "background-color": "@menuBgColor"
            },
            ".close-sidebar": {
              "&:focus": {
                "outline": "2px auto @primaryColor"
              },
              "span": {
                "background-color": "@hamburgerColor"
              }
            },
            "& when (@showSocial)": {
              "& when (@showItems)": {
                ".menu-social-list": {
                  "@media (min-width: 992px)": {
                    "padding-left": "1rem"
                  },
                  "@media (max-width: 991px)": {
                    "padding-top": ".5rem"
                  }
                }
              },
              "& when (@showButtons)": {
                ".menu-social-list": {
                  "@media (max-width: 991px)": {
                    "padding-bottom": ".5rem"
                  }
                }
              }
            },
            ".amp-iconfont": {
              "font-size": "1.3rem",
              "width": "1.3rem",
              "color": "@iconsColor"
            },
            ".btn": {
              "padding": "5px 30px"
            }
          },
          "_name": "menu1",
          "_customHTML": "<section class=\"menu1 menu horizontal-menu\" group=\"Menu\" plugins=\"DropDown, amp-main, amp-sidebar\" always-top=\"\" global=\"\" once=\"menu\">\n\t<mbr-parameters>\n\t<!-- Block parameters controls (Blue \"Gear\" panel) -->\n\t<!--  -->\n\t<header>Size</header>\n\t<input type=\"checkbox\" title=\"Full Width\" name=\"fullWidth\">\n\t<input type=\"checkbox\" title=\"Sticky Position\" name=\"sticky\" checked=\"\">\n\t<!--  -->\n\t<header>Show/Hide</header>\t\n\t<input type=\"checkbox\" title=\"Show Logo\" name=\"showLogo\" checked=\"\">\n\t<input type=\"range\" title=\"Logo Height\" inline=\"\" name=\"logoHeight\" min=\"30\" max=\"200\" value=\"59\" step=\"1\" condition=\"showLogo\">\n\t<input type=\"range\" title=\"Logo Width\" inline=\"\" name=\"logoWidth\" min=\"30\" max=\"200\" value=\"200\" step=\"1\" condition=\"showLogo\">\n\t<input type=\"checkbox\" title=\"Show Brand Name\" name=\"showBrand\" checked=\"\">\n\t<input type=\"checkbox\" title=\"Show Menu Items\" name=\"showItems\" checked=\"\">\n\t<input type=\"checkbox\" title=\"Show Button(s)\" name=\"showButtons\">\n\t<header>Icons</header>\n\t<input type=\"checkbox\" title=\"Show Social\" name=\"showSocial\">\n\t<input type=\"range\" inline=\"\" title=\"Icons Count\" name=\"socialCount\" min=\"1\" max=\"6\" value=\"3\" step=\"1\" condition=\"showSocial\">\n\t<input type=\"color\" title=\"Icons Color\" name=\"iconsColor\" value=\"#cd201f\">\n\t<header>Sidebar</header>\n\t<select title=\"Side\" name=\"sidebarSide\">\n\t\t<option value=\"left\">Left</option>\n\t\t<option value=\"right\" selected=\"\">Right</option>\n\t</select>\n\t<input type=\"color\" title=\"Hamburger Color\" name=\"hamburgerColor\" value=\"#ffc300\">\n\t<header>Background</header>\n\t<input type=\"color\" title=\"Background Color\" name=\"menuBgColor\" value=\"#002929\" required=\"\">\n\t<!-- End block parameters -->\n\t</mbr-parameters>\n\t<!-- <div class=\"menu-wrapper\"> -->\n\t<nav class=\"navbar navbar-dropdown navbar-expand-lg navbar-short\" mbr-class=\"{'navbar-fixed-top': sticky}\">\n\t\t<div class=\"menu-container\" mbr-class=\"{'container': !fullWidth,\n\t\t\t\t\t\t'container-fluid': fullWidth,\n\t\t\t\t\t\t'mbr-jc-e': !showLogo &amp;&amp; !showBrand}\">\n\t\t\t<!-- SHOW LOGO -->\n\t\t\t<div class=\"navbar-brand\" mbr-if=\"showLogo || showBrand\">\n\t\t\t\t<div mbr-if=\"showLogo\" class=\"navbar-logo\">\n\t\t\t\t\t<amp-img src=\"@PROJECT_PATH@/assets/images/logochoice-240x85.png\" layout=\"responsive\" height=\"59\" width=\"166.58823529411765\" alt=\"image\" class=\"mobirise-loader\">\n\t\t\t\t\t\t<div placeholder=\"\" class=\"placeholder\"></div>\n\t\t\t\t\t\t<img class=\"mbr-temp\" src=\"@PROJECT_PATH@/assets/images/logochoice-240x85.png\" alt=\"\" title=\"\">\n\t\t\t\t\t</amp-img>\n\t\t\t\t</div>\n\t\t\t\t<span mbr-if=\"showBrand\" mbr-buttons=\"\" mbr-theme-style=\"display-5\" class=\"navbar-caption-wrap\" data-toolbar=\"-mbrBtnMove,-mbrBtnAdd,-mbrBtnRemove\"><a class=\"navbar-caption mbr-bold text-warning\" data-app-selector=\".navbar-caption\" href=\"#\" data-app-placeholder=\"Type Text\">PNGCBN</a></span>\n\t\t\t</div>\n\t\t\t<!-- SHOW LOGO END -->\n\t\t\t<!-- COLLAPSED MENU -->\n\t\t\t<div class=\"collapse navbar-collapse\" id=\"navbarSupportedContent\">\n\t\t\t\t<button class=\"navbar-toggler\" type=\"button\" data-toggle=\"collapse\" data-target=\"#navbarSupportedContent\" aria-controls=\"navbarNavAltMarkup\" aria-expanded=\"false\" aria-label=\"Toggle navigation\" mbr-if=\"showItems || showSocial || showButtons\">\n\t\t\t\t<div class=\"hamburger\">\n\t\t\t\t\t<span></span>\n\t\t\t\t\t<span></span>\n\t\t\t\t\t<span></span>\n\t\t\t\t\t<span></span>\n\t\t\t\t</div>\n\t\t\t\t</button>\n\t\t\t\t<!-- NAVBAR ITEMS -->\n\t\t\t\t<ul mbr-menu=\"\" class=\"navbar-nav nav-dropdown\" mbr-theme-style=\"display-4\" mbr-if=\"showItems\" mbr-class=\"{'nav-right': !showButtons,'navbar-nav-top-padding': isPublish &amp;&amp; !showBrand &amp;&amp; !showLogo}\"><li class=\"nav-item dropdown\">\n\t\t\t\t\t\t<a class=\"nav-link link mbr-bold text-warning\" href=\"index.html\" data-app-selector=\".nav-link,.dropdown-item\" aria-expanded=\"false\" data-app-placeholder=\"Type Text\">Home</a>\n\n\t\t\t\t\t</li>\n\t\t\t\t\t<li class=\"nav-item dropdown\">\n\t\t\t\t\t\t<a class=\"nav-link mbr-bold link text-warning\" href=\"aboutus.html\" data-app-selector=\".nav-link,.dropdown-item\" aria-expanded=\"false\" data-app-placeholder=\"Type Text\">About Us</a>\n                   <div class=\"dropdown-menu\">\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t<a class=\"mbr-bold dropdown-item text-warning\" href=\"histrorypics.html\" data-app-selector=\".nav-link,.dropdown-item\" data-app-placeholder=\"Type Text\">Gallery-History</a>\n\t\t\t\t\t\t</div>\n\t\t\t\t\t</li><li class=\"nav-item\"><a class=\"nav-link mbr-bold link text-warning\" href=\"partners.html\" data-app-selector=\".nav-link,.dropdown-item\" aria-expanded=\"false\" data-app-placeholder=\"Type Text\">Partners</a></li>\n\t\t\t\t\t<li class=\"nav-item dropdown\">\n\t\t\t\t\t\t<a class=\"nav-link mbr-bold link text-warning\" href=\"programs.html\" data-app-selector=\".nav-link,.dropdown-item\" aria-expanded=\"false\" data-app-placeholder=\"Type Text\">Programs</a>\n\n\t\t\t\t\t</li><li class=\"nav-item\"><a class=\"nav-link mbr-bold link text-warning\" href=\"projects.html\" data-app-selector=\".nav-link,.dropdown-item\" aria-expanded=\"false\" data-app-placeholder=\"Type Text\">Projects</a>\n       \n                    </li><li class=\"nav-item\"><a class=\"nav-link mbr-bold link text-warning\" href=\"coverage.html\" data-app-selector=\".nav-link,.dropdown-item\" aria-expanded=\"false\" data-app-placeholder=\"Type Text\">Coverage</a></li><li class=\"nav-item\"><a class=\"nav-link mbr-bold link text-warning\" href=\"news.html\" data-app-selector=\".nav-link,.dropdown-item\" aria-expanded=\"false\" data-app-placeholder=\"Type Text\">News</a></li>\n\t\t\t\t\t<li class=\"nav-item dropdown\">\n\t\t\t\t\t\t<a class=\"nav-link mbr-bold link text-warning\" href=\"https://ca7ssl.rcast.net/radio/61643/\" data-app-selector=\".nav-link,.dropdown-item\" aria-expanded=\"false\" data-app-placeholder=\"Type Text\" target=\"_blank\">LiveStream</a>\n\n\t\t\t\t\t</li><li class=\"nav-item\"><a class=\"nav-link mbr-bold link text-warning\" href=\"contact.html\" data-app-selector=\".nav-link,.dropdown-item\" aria-expanded=\"false\" data-app-placeholder=\"Type Text\">Contact</a></li></ul>\n\t\t\t\t<!-- NAVBAR ITEMS END -->\n\t\t\t\t<!-- SOCIAL ICON -->\n\t\t\t\t<div class=\"menu-social-list\" mbr-if=\"showSocial\" mbr-list=\"\" mbr-list-grow=\"socialCount\" mbr-link-type=\"socials\">\n\t\t\t\t\t<a href=\"#\" target=\"_blank\" class=\"iconfont-wrapper\">\n\t\t\t\t\t\t<span mbr-icon=\"\" class=\"amp-iconfont animation-normal fa-twitter fa\"></span>\n\t\t\t\t\t</a>\n\t\t\t\t\t<a href=\"#\" target=\"_blank\" class=\"iconfont-wrapper\">\n\t\t\t\t\t\t<span mbr-icon=\"\" class=\"amp-iconfont animation-normal fa-facebook fa\"></span>\n\t\t\t\t\t</a>\n\t\t\t\t\t<a href=\"#\" target=\"_blank\" class=\"iconfont-wrapper\">\n\t\t\t\t\t\t<span mbr-icon=\"\" class=\"amp-iconfont animation-normal fa-telegram fa\"></span>\n\t\t\t\t\t</a>\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t</div>\n\t\t\t\t<!-- SOCIAL ICON END -->\n\t\t\t\t<!-- SHOW BUTTON -->\n\t\t\t\t<div mbr-if=\"showButtons\" mbr-buttons=\"\" mbr-theme-style=\"display-7\" class=\"navbar-buttons mbr-section-btn\">\n\t\t\t\t\t<a class=\"btn btn-md btn-black mbr-bold\" href=\"#\">Join us</a>\n\t\t\t\t</div>\n\t\t\t\t<!-- SHOW BUTTON END -->\n\t\t\t</div>\n\t\t\t<!-- COLLAPSED MENU END -->\n\t\t\t<button class=\"navbar-toggler hide\" type=\"button\" data-toggle=\"collapse\" data-target=\"#navbarSupportedContent\" aria-controls=\"navbarNavAltMarkup\" aria-expanded=\"false\" aria-label=\"Toggle navigation\" mbr-if=\"showItems || showSocial || showButtons\">\n\t\t\t<div class=\"hamburger\">\n\t\t\t\t<span></span>\n\t\t\t\t<span></span>\n\t\t\t\t<span></span>\n\t\t\t\t<span></span>\n\t\t\t</div>\n\t\t\t</button>\n\t\t\t<button on=\"tap:sidebar.toggle\" class=\"ampstart-btn hamburger\" mbr-if=\"(showItems||showButtons)\">\n\t\t\t\t<span></span>\n\t\t\t\t<span></span>\n\t\t\t\t<span></span>\n\t\t\t\t<span></span>\n\t\t\t</button>\n\t\t</div>\n\t</nav>\n\t<!-- AMP plug -->\n\t<amp-sidebar id=\"sidebar\" layout=\"nodisplay\" side=\"{{sidebarSide}}\">\n\t\t<div class=\"builder-sidebar\" id=\"builder-sidebar\">\n\t\t\t<button on=\"tap:sidebar.close\" class=\"close-sidebar\">\n\t\t\t<span></span>\n\t\t\t<span></span>\n\t\t\t</button>\n\t\t</div>\n\t</amp-sidebar>\n\t<!-- </div> -->\n</section>",
          "_cid": "rx8RugdGc5",
          "_PHPplaceholders": [],
          "_JSplaceholders": [],
          "_anchor": "menu1-a",
          "_protectedParams": [],
          "_global": true,
          "_once": "menu",
          "_params": {}
        },
        {
          "alias": false,
          "_styles": {
            "& when not (@fullScreen)": {
              "padding-top": "(@paddingTop * 1rem)",
              "padding-bottom": "(@paddingBottom * 1rem)"
            },
            "& when (@bg-type = 'image')": {
              "background-image": "url(@bg-value)",
              "& when (@overlay)": {
                ".mbr-overlay": {
                  "background": "@overlayColor",
                  "opacity": "@overlayOpacity"
                }
              }
            },
            "& when (@bg-type = 'color')": {
              "background-color": "@bg-value"
            },
            "align-items": "center",
            "display": "flex",
            ".btn": {
              "padding": "5px 50px"
            },
            ".mbr-section-subtitle, .mbr-section-btn": {
              "color": "#ffffff"
            },
            ".mbr-section-title, .mbr-section-btn": {
              "color": "#ffffff"
            }
          },
          "_name": "header1",
          "_customHTML": "<section class=\"header1\" group=\"Headers\" mbr-class=\"{'mbr-fullscreen': fullScreen}\" plugins=\"amp-main\">\n    <mbr-parameters>\n    <!-- Block parameters controls (Blue \"Gear\" panel) -->\n    <header>Size</header>\n    <input type=\"checkbox\" title=\"Full Screen\" name=\"fullScreen\">\n    <input type=\"checkbox\" title=\"Full Width\" name=\"fullWidth\">\n    <input type=\"range\" inline title=\"Top\" name=\"paddingTop\" min=\"0\" max=\"15\" step=\"1\" value=\"10\" condition=\"fullScreen == false\">\n    <input type=\"range\" inline title=\"Bottom\" name=\"paddingBottom\" min=\"0\" max=\"15\" step=\"1\" value=\"10\" condition=\"fullScreen == false\">\n    <input type=\"checkbox\" name=\"halfSize\" title=\"Half Size\">\n    <select title=\"Align\" name=\"alignHalf\" condition=\"halfSize\">\n        <option value=\"1\" selected>Left</option>\n        <option value=\"2\">Center</option>\n        <option value=\"3\">Right</option>\n    </select>\n    <header>Show/Hide</header>\n    <input type=\"checkbox\" title=\"Title\" name=\"showTitle\" checked>\n    <input type=\"checkbox\" title=\"Subtitle\" name=\"showSubtitle\" checked>\n    <input type=\"checkbox\" title=\"Text\" name=\"showText\">\n    <input type=\"checkbox\" title=\"Buttons\" name=\"showButtons\" checked>\n    <select title=\"Align\" name=\"alignTitle\" condition=\"showTitle || showSubtitle || showText || showButtons\">\n        <option value=\"1\">Left</option>\n        <option value=\"2\">Center</option>\n        <option value=\"3\" selected>Right</option>\n    </select>\n    <header>Background</header>\n    <fieldset type=\"background\" name=\"bg\" required>\n        <input type=\"image\" title=\"Background Image\" value=\"@PROJECT_PATH@/assets/images/thauna-bada-2000x1193.jpeg\" selected>\n        <input type=\"color\" title=\"Background Color\" value=\"#ffffff\">\n    </fieldset>\n    <input type=\"checkbox\" title=\"Overlay\" name=\"overlay\" condition=\"bg.type !== 'color'\" checked>\n    <input type=\"color\" title=\"Overlay Color\" name=\"overlayColor\" value=\"#000000\" condition=\"overlay && bg.type !== 'color'\">\n    <input type=\"range\" inline title=\"Opacity\" name=\"overlayOpacity\" min=\"0\" max=\"1\" step=\"0.1\" value=\"0.3\" condition=\"overlay && bg.type !== 'color'\">\n    <!-- End block parameters -->\n    </mbr-parameters>\n    <div class=\"mbr-overlay\" mbr-if=\"overlay && bg.type !== 'color'\"></div>\n    <div mbr-class=\"{'container':!fullWidth,\n                     'container-fluid': fullWidth}\">\n        <div class=\"mbr-row\" mbr-class=\"{'align-left': alignTitle==1,\n                        'align-center': alignTitle==2,\n                        'align-right': alignTitle==3,\n                        'mbr-jc-c':alignHalf==2,\n                        'mbr-jc-e':alignHalf==3}\" mbr-if=\"showTitle || showSubtitle || showText || showButtons\">\n            <div class=\"title-block mbr-col-sm-12 mbr-col-md-12\" mbr-class=\"{'mbr-col-lg-6': halfSize,\n                             'mbr-col-lg-12': !halfSize}\">\n                <h1 class=\"mbr-section-title mbr-fonts-style mbr-bold\" mbr-theme-style=\"display-1\" mbr-if=\"showTitle\" data-app-selector=\".mbr-section-title, .mbr-section-btn\">PROGRAMS</h1>\n                <h2 class=\"mbr-section-subtitle mbr-fonts-style\" mbr-class=\"{'mbr-pt-3': showTitle}\" mbr-theme-style=\"display-2\" mbr-if=\"showSubtitle\" data-app-selector=\".mbr-section-subtitle, .mbr-section-btn\">Building your Walk with God</h2>\n                <p class=\"mbr-text mbr-fonts-style\" mbr-class=\"{'mbr-pt-2': showTitle || showSubtitle}\" mbr-theme-style=\"display-7\" mbr-if=\"showText\" data-app-selector=\".mbr-section-btn, .mbr-text\">Click on the text in the block to select it and enter the text you want to show.</p>\n                <div mbr-buttons class=\"mbr-section-btn\" mbr-class=\"{'mbr-pt-4':showSubtitle||showTitle||showText}\" mbr-theme-style=\"display-7\" data-toolbar=\"-mbrBtnMove\" mbr-if=\"showButtons\">\n                    <a class=\"btn-primary btn\">Learn How</a>\n                </div>\n            </div>\n        </div>\n    </div>\n</section>",
          "_cid": "rYPKlAY4JW",
          "_anchor": "header1-c",
          "_protectedParams": [],
          "_global": false,
          "_once": false,
          "_params": {}
        },
        {
          "alias": "amp-blocks/components",
          "_isSecondary": true,
          "typeCompatible": "isAMP",
          "_styles": {
            "padding-top": "(@paddingTop * 1rem)",
            "padding-bottom": "(@paddingBottom * 1rem)",
            "& when (@bg-type = 'color')": {
              "background-color": "@bg-value"
            },
            "& when (@bg-type = 'image')": {
              "background-image": "url(@bg-value)",
              ".mbr-overlay": {
                "background-color": "@overlayColor",
                "opacity": "@overlayOpacity"
              }
            },
            "@media (max-width: 768px)": {
              ".title-wrap": {
                "padding-bottom": "2rem"
              }
            },
            ".line-wrap": {
              "width": "100%",
              "margin-bottom": "2rem",
              "@media (max-width: 992px)": {
                "margin-bottom": "1rem"
              }
            },
            ".line": {
              "height": "4px",
              "width": "25%",
              "background-color": "@lineColor",
              "display": "inline-block"
            }
          },
          "_name": "ampHeader20",
          "_customHTML": "<section class=\"ampHeader20\" group=\"Headers\" plugins=\"amp-main\">\n    <mbr-parameters>\n    <!--Block parameters controls (Blue \"Gear\" panel) -->\n    <header>Size</header>\n    <input type=\"range\" inline title=\"Top\" name=\"paddingTop\" min=\"0\" max=\"8\" step=\"1\" value=\"3\">\n    <input type=\"range\" inline title=\"Bottom\" name=\"paddingBottom\" min=\"0\" max=\"8\" step=\"1\" value=\"3\">\n    <header>Show/Hide</header>\n    <input type=\"checkbox\" title=\"Show Title\" name=\"showTitle\" checked>\n    <input type=\"checkbox\" title=\"Show Line\" name=\"showLine\" checked>        \n    <input type=\"color\" title=\"Line Color\" name=\"lineColor\" value=\"#000000\" condition=\"showLine\">        \n    <input type=\"checkbox\" title=\"Show Subtitle\" name=\"showSubtitle\">\n    <select title=\"Align\" name=\"titleAlign\" condition=\"showTitle || showSubtitle\">\n        <option value=\"1\" selected>Left</option>\n        <option value=\"2\">Center</option>\n        <option value=\"3\">Right</option>\n    </select>\n    <header>Background</header>\n    <fieldset type=\"background\" name=\"bg\">\n        <input type=\"image\" title=\"Background Image\" value=\"../_images/background1.jpg\">\n        <input type=\"color\" title=\"Background Color\" value=\"#ffffff\" selected>\n    </fieldset>\n    <input type=\"checkbox\" title=\"Overlay\" name=\"overlay\" checked condition=\"bg.type !== 'color'\">\n    <input type=\"color\" title=\"Overlay Color\" name=\"overlayColor\" value=\"#efefef\" condition=\"overlay && bg.type == 'image'\">\n    <input type=\"range\" inline title=\"Opacity\" name=\"overlayOpacity\" min=\"0\" max=\"1\" step=\"0.1\" value=\"0.5\" condition=\"overlay && bg.type == 'image'\">\n    </mbr-parameters>\n    <!--Block parameters controls (Blue \"Gear\" panel) -->\n    <div class=\"mbr-overlay\" mbr-if=\"overlay && bg.type !== 'color'\"></div>\n    <div class=\"container\">\n        <div class=\"title mbr-px-4\" mbr-class=\"{'align-left':titleAlign==1, 'align-center':titleAlign==2,\n                         'align-right':titleAlign==3}\" mbr-if=\"showTitle || showSubtitle\">\n            <div class=\"line-wrap\" mbr-if=\"showLine\">\n                <div class=\"line\"></div>\n            </div>\n            <div class=\"mbr-section-title mbr-fonts-style mbr-bold\" mbr-theme-style=\"display-1\" data-app-selector=\".mbr-section-title\" mbr-if=\"showTitle\" mbr-class=\"{'mbr-pb-2': showSubtitle}\"><span mbr-text class=\"main-text mbr-fonts-style\" data-app-selector=\"span.main-text\">Our Local &amp;</span><br><span mbr-text class=\"mbr-primary mbr-fonts-style\" data-app-selector=\"span.mbr-primary\">INTERNATIONAL Programs</span></div>\n            <h4 class=\"mbr-text mbr-fonts-style\" mbr-theme-style=\"display-5\" mbr-if=\"showSubtitle\" data-app-selector=\".mbr-text\">\n                Lorem ipsum dolor sit amet, consectetur adipisicing elit.\n            </h4>\n        </div>\n    </div>\n</section>",
          "_cid": "rYPKvWcobc",
          "_anchor": "ampHeader20-d",
          "_protectedParams": [],
          "_global": false,
          "_once": false,
          "_params": {}
        },
        {
          "alias": "amp-blocks/components",
          "_isSecondary": true,
          "typeCompatible": "isAMP",
          "_styles": {
            "padding-top": "(@paddingTop * 1rem)",
            "padding-bottom": "(@paddingBottom * 1rem)",
            "& when (@bg-type = 'color')": {
              "background-color": "@bg-value"
            },
            "& when (@bg-type = 'image')": {
              "background-image": "url(@bg-value)",
              ".mbr-overlay": {
                "background-color": "@overlayColor",
                "opacity": "@overlayOpacity"
              }
            },
            ".card-box": {
              "width": "100%",
              "background-color": "@cardBg",
              "transition": "0.5s",
              "&:hover": {
                "transform": "translateY(-15px)",
                "box-shadow": "0 25px 45px rgba(0, 0, 0, 0.2)",
                ".iconfont-wrapper": {
                  "transform": "translateY(-15px)"
                }
              }
            },
            ".card-box-wrapper": {
              "margin-bottom": "2rem"
            },
            ".text-box": {
              "position": "relative",
              "padding": "50px",
              "@media (max-width: 767px)": {
                "padding": "2rem"
              }
            },
            ".iconfont-wrapper": {
              "position": "absolute",
              "right": "20px",
              "top": "-40px",
              "display": "inline-flex",
              "width": "5rem",
              "height": "5rem",
              "justify-content": "center",
              "align-items": "center",
              "background-color": "@iconsBg",
              "border-radius": "50px",
              "padding": "0.5rem",
              "transition": "0.5s",
              "&:hover": {
                "transform": "rotate(45deg)"
              }
            },
            ".amp-iconfont": {
              "font-size": "2rem",
              "width": "2rem",
              "color": "contrast(@iconsBg) !important"
            },
            ".mbr-ai-c": {
              "align-items": "center"
            },
            "H3": {
              "color": "#870000"
            }
          },
          "_name": "ampFeatures37",
          "_customHTML": "<section class=\"ampFeatures37\" group=\"Features\" plugins=\"amp-main\">\n    <mbr-parameters>\n    <header>Size</header>\n    <input type=\"range\" inline=\"\" title=\"Top\" name=\"paddingTop\" min=\"0\" max=\"10\" step=\"1\" value=\"5\">\n    <input type=\"range\" inline=\"\" title=\"Bottom\" name=\"paddingBottom\" min=\"0\" max=\"10\" step=\"1\" value=\"5\">\n    <input type=\"checkbox\" title=\"Full Width\" name=\"fullWidth\">\n    <input type=\"checkbox\" title=\"Row/Column\" name=\"flexDirection\" checked=\"\">\n    <header>Title</header>\n    <input type=\"checkbox\" title=\"Show Title\" name=\"showTitle\" checked=\"\">\n    <input type=\"checkbox\" title=\"Show Subtitle\" name=\"showSubtitle\" checked=\"\">\n    <select title=\"Align\" name=\"titleAlign\" condition=\"showTitle || showSubtitle\">\n        <option value=\"1\">Left</option>\n        <option value=\"2\" selected=\"\">Center</option>\n        <option value=\"3\">Right</option>\n    </select>\n    <header>Cards</header>\n    <input type=\"range\" inline=\"\" title=\"Cards Count\" name=\"cardsCount\" min=\"1\" max=\"6\" step=\"1\" value=\"3\" required=\"\">\n    <select title=\"Align\" name=\"cardsAlign\">\n        <option value=\"1\" selected=\"\">Left</option>\n        <option value=\"2\">Center</option>\n        <option value=\"3\">Right</option>\n    </select>\n    <!-- -->   \n    <input type=\"checkbox\" title=\"Show Title\" name=\"showCardsTitle\" checked=\"\">\n    <input type=\"checkbox\" title=\"Show Text\" name=\"showCardsText\" checked=\"\">\n    <input type=\"checkbox\" title=\"Show Links\" name=\"showCardsLinks\" checked=\"\">\n    <input type=\"checkbox\" title=\"Show Icons\" name=\"showIcons\" checked=\"\">\n    <input type=\"color\" title=\"Icons BG\" name=\"iconsBg\" value=\"#00aff0\" condition=\"showIcons\">\n    <input type=\"color\" title=\"Color\" name=\"cardBg\" value=\"#ffffff\">\n    <!--  -->\n    <header>Background</header>\n    <fieldset type=\"background\" name=\"bg\" required=\"\">\n        <input type=\"color\" title=\"Background Color\" value=\"#ffffff\" selected=\"\">\n        <input type=\"image\" title=\"Background Image\" value=\"../_images/background3.jpg\">\n    </fieldset>\n    <!--  -->\n    <input type=\"checkbox\" title=\"Overlay\" name=\"overlay\" checked=\"\" condition=\"bg.type !== 'color'\">\n    <input type=\"color\" title=\"Overlay Color\" name=\"overlayColor\" value=\"#efefef\" condition=\"overlay &amp;&amp; bg.type == 'image'\">\n    <input type=\"range\" inline=\"\" title=\"Opacity\" name=\"overlayOpacity\" min=\"0\" max=\"1\" step=\"0.1\" value=\"0.5\" condition=\"overlay &amp;&amp; bg.type == 'image'\">\n    </mbr-parameters>\n\n    <div class=\"mbr-overlay\" mbr-if=\"overlay &amp;&amp; bg.type !== 'color'\"></div>\n    <div mbr-class=\"{'container':!fullWidth,\n                     'container-fluid':fullWidth}\">\n        <div class=\"mbr-row mbr-jc-c mbr-pb-5\" mbr-class=\"{'align-center': titleAlign==2,\n                         'align-right': titleAlign==3}\">\n            <div class=\"mbr-col-sm-12 mbr-col-md-12 mbr-col-lg-12 mbr-pb-4\" mbr-if=\"showTitle\">\n                <h3 class=\"mbr-fonts-style mbr-bold text-upper line-title\" mbr-theme-style=\"display-5\">Local Programs</h3>\n            </div>\n            <div class=\"mbr-col-sm-12 mbr-col-md-12 mbr-col-lg-12\" mbr-if=\"showSubtitle\">\n                <p class=\"mbr-fonts-style\" mbr-theme-style=\"display-7\">Programs in Tok Pisin, Papua New Guineas Official Language After English</p>\n            </div>\n        </div>\n        <div class=\"mbr-row mbr-jc-c mbr-ai-c\" mbr-class=\"{'mbr-column': !flexDirection}\" mbr-if=\"showCardsTitle || showCardsSubtitle || showCardsText || showCardsButtons || checkImages\">\n            <div class=\"mbr-col-sm-12 mbr-col-md-6 mbr-col-lg-4\" mbr-class=\"{'mbr-col-lg-6': cardsCount == 2,\n                             'mbr-col-lg-12': cardsCount == 1 || !flexDirection}\">\n                <div class=\"card-box-wrapper\">\n                    <div class=\"card-box\" mbr-class=\"{'align-center': cardsAlign==2,\n                                     'align-right': cardsAlign==3}\">\n                        <div class=\"img-box\">\n                            <amp-img class=\"mobirise-loader\" src=\"@PROJECT_PATH@/assets/images/cgc-644x510.png\" layout=\"responsive\" height=\"276\" width=\"348.5176470588235\" alt=\"image\">\n                                <div placeholder=\"\" class=\"placeholder\"></div>\n                                <img class=\"mbr-temp\" src=\"@PROJECT_PATH@/assets/images/cgc-644x510.png\" alt=\"\" title=\"\">\n                            </amp-img>\n                        </div>\n                        <div class=\"text-box\">\n                            <div class=\"iconfont-wrapper\" mbr-if=\"showIcons\">\n                                <span mbr-icon=\"\" class=\"amp-iconfont animation-normal mbri-success\"></span>\n                            </div>\n                            <h4 class=\"mbr-fonts-style mbr-bold mbr-pb-2 custom-card-title\" mbr-theme-style=\"display-5\" mbr-if=\"showCardsTitle\" data-app-selector=\".custom-card-title\">Sunday Service</h4>\n                            <p class=\"mbr-fonts-style mbr-pb-2 custom-card-text\" mbr-theme-style=\"display-7\" mbr-if=\"showCardsText\" data-app-selector=\".custom-card-text\">The AOG Cornestone Gateway Church with Rev. Anthony Dalaka brings us Powerful Live preacing from 11.00am - 12.30 noon every Sunday Morning.</p>\n                            <div class=\"custom-link link mbr-fonts-style mbr-bold mbr-black\" mbr-text=\"\" mbr-theme-style=\"display-7\" mbr-if=\"showCardsLinks\" data-app-selector=\".custom-link\"></div>\n                        </div>\n                    </div>\n                </div>\n            </div>\n            <div class=\"mbr-col-sm-12 mbr-col-md-6 mbr-col-lg-4\" mbr-class=\"{'mbr-col-lg-6': cardsCount == 2,\n                             'mbr-col-lg-12': !flexDirection}\" mbr-if=\"cardsCount > 1\">\n                <div class=\"card-box-wrapper\">\n                    <div class=\"card-box\" mbr-class=\"{'align-center': cardsAlign==2,\n                                     'align-right': cardsAlign==3}\">\n                        <div class=\"img-box\">\n                            <amp-img class=\"mobirise-loader\" src=\"@PROJECT_PATH@/assets/images/cityofglorychurchrmcnpng-696x696.jpeg\" layout=\"responsive\" height=\"278\" width=\"348\" alt=\"image\">\n                                <div placeholder=\"\" class=\"placeholder\"></div>\n                                <img class=\"mbr-temp\" src=\"@PROJECT_PATH@/assets/images/cityofglorychurchrmcnpng-696x696.jpeg\" alt=\"\" title=\"\">\n                            </amp-img>\n                        </div>\n                        <div class=\"text-box\">\n                            <div class=\"iconfont-wrapper\" mbr-if=\"showIcons\">\n                                <span mbr-icon=\"\" class=\"amp-iconfont animation-normal mbri-success\"></span>\n                            </div>\n                            <h4 class=\"mbr-fonts-style mbr-bold mbr-pb-2 custom-card-title\" mbr-theme-style=\"display-5\" mbr-if=\"showCardsTitle\" data-app-selector=\".custom-card-title\">Sunday Evening Service</h4>\n                            <p class=\"mbr-fonts-style mbr-pb-2 custom-card-text\" mbr-theme-style=\"display-7\" mbr-if=\"showCardsText\" data-app-selector=\".custom-card-text\">The City of Glory Church - Taurama brings to you the live preaching every Sunday Evenings from 7.00pm - 8.30pm. with Ps. Dr. Dian Warep</p>\n                            <div class=\"custom-link link mbr-fonts-style mbr-bold mbr-black\" mbr-text=\"\" mbr-theme-style=\"display-7\" mbr-if=\"showCardsLinks\" data-app-selector=\".custom-link\"></div>\n                        </div>\n                    </div>\n                </div>\n            </div>\n            <div class=\"mbr-col-sm-12 mbr-col-md-6 mbr-col-lg-4\" mbr-class=\"{'mbr-col-lg-12': !flexDirection}\" mbr-if=\"cardsCount > 2\">\n                <div class=\"card-box-wrapper\">\n                    <div class=\"card-box\" mbr-class=\"{'align-center': cardsAlign==2,\n                                     'align-right': cardsAlign==3}\">\n                        <div class=\"img-box\">\n                            <amp-img class=\"mobirise-loader\" src=\"@PROJECT_PATH@/assets/images/ebcad-696x553.jpg\" layout=\"responsive\" height=\"277\" width=\"348.629294755877\" alt=\"image\">\n                                <div placeholder=\"\" class=\"placeholder\"></div>\n                                <img class=\"mbr-temp\" src=\"@PROJECT_PATH@/assets/images/ebcad-696x553.jpg\" alt=\"\" title=\"\">\n                            </amp-img>\n                        </div>\n                        <div class=\"text-box\">\n                            <div class=\"iconfont-wrapper\" mbr-if=\"showIcons\">\n                                <span mbr-icon=\"\" class=\"amp-iconfont animation-normal mbri-success\"></span>\n                            </div>\n                            <h4 class=\"mbr-fonts-style mbr-bold mbr-pb-2 custom-card-title\" mbr-theme-style=\"display-5\" mbr-if=\"showCardsTitle\" data-app-selector=\".custom-card-title\">Belo-Taim Devotion</h4>\n                            <p class=\"mbr-fonts-style mbr-pb-2 custom-card-text\" mbr-theme-style=\"display-7\" mbr-if=\"showCardsText\" data-app-selector=\".custom-card-text\">One of the Long time programs of Wantok Radio Light, Belo Taim Devotion with the Pastors of Evengelical Brotherhood Church come on from 11.30 - 11.45 am every weekdays Monday- Friday.</p>\n                            <div class=\"custom-link link mbr-fonts-style mbr-bold mbr-black\" mbr-text=\"\" mbr-theme-style=\"display-7\" mbr-if=\"showCardsLinks\" data-app-selector=\".custom-link\"></div>\n                        </div>\n                    </div>\n                </div>\n            </div>\n            <div class=\"mbr-col-sm-12 mbr-col-md-6 mbr-col-lg-4\" mbr-class=\"{'mbr-col-lg-12': !flexDirection}\" mbr-if=\"cardsCount > 3\">\n                <div class=\"card-box-wrapper\">\n                    <div class=\"card-box\" mbr-class=\"{'align-center': cardsAlign==2,\n                                     'align-right': cardsAlign==3}\">\n                        <div class=\"img-box\">\n                            <amp-img class=\"mobirise-loader\" src=\"@PROJECT_PATH@/assets/images/28.jpg\" layout=\"responsive\" height=\"100\" width=\"150.07173601147775\" alt=\"image\">\n                                <div placeholder=\"\" class=\"placeholder\"></div>\n                                <img class=\"mbr-temp\" src=\"@PROJECT_PATH@/assets/images/28.jpg\" alt=\"\">\n                            </amp-img>\n                        </div>\n                        <div class=\"text-box\">\n                            <div class=\"iconfont-wrapper\" mbr-if=\"showIcons\">\n                                <span mbr-icon=\"\" class=\"amp-iconfont animation-normal mbri-success\"></span>\n                            </div>\n                            <h4 class=\"mbr-fonts-style mbr-bold mbr-pb-2 custom-card-title\" mbr-theme-style=\"display-5\" mbr-if=\"showCardsTitle\" data-app-selector=\".custom-card-title\">Title</h4>\n                            <p class=\"mbr-fonts-style mbr-pb-2 custom-card-text\" mbr-theme-style=\"display-7\" mbr-if=\"showCardsText\" data-app-selector=\".custom-card-text\">Lorem ipsum dolor sit amet consectetur adipisicing elit. Optio alias repellendus architecto. Soluta neque officia hic corrupti sapiente inventore autem.</p>\n                            <div class=\"custom-link link mbr-fonts-style mbr-bold mbr-black\" mbr-text=\"\" mbr-theme-style=\"display-7\" mbr-if=\"showCardsLinks\" data-app-selector=\".custom-link\">\n                                <a href=\"#\" class=\"text-black\">Read More</a></div>\n                        </div>\n                    </div>\n                </div>\n            </div>\n            <div class=\"mbr-col-sm-12 mbr-col-md-6 mbr-col-lg-4\" mbr-class=\"{'mbr-col-lg-12': !flexDirection}\" mbr-if=\"cardsCount > 4\">\n                <div class=\"card-box-wrapper\">\n                    <div class=\"card-box\" mbr-class=\"{'align-center': cardsAlign==2,\n                                     'align-right': cardsAlign==3}\">\n                        <div class=\"img-box\">\n                            <amp-img class=\"mobirise-loader\" src=\"@PROJECT_PATH@/assets/images/28.jpg\" layout=\"responsive\" height=\"100\" width=\"150.07173601147775\" alt=\"image\">\n                                <div placeholder=\"\" class=\"placeholder\"></div>\n                                <img class=\"mbr-temp\" src=\"@PROJECT_PATH@/assets/images/28.jpg\" alt=\"\">\n                            </amp-img>\n                        </div>\n                        <div class=\"text-box\">\n                            <div class=\"iconfont-wrapper\" mbr-if=\"showIcons\">\n                                <span mbr-icon=\"\" class=\"amp-iconfont animation-normal mbri-success\"></span>\n                            </div>\n                            <h4 class=\"mbr-fonts-style mbr-bold mbr-pb-2 custom-card-title\" mbr-theme-style=\"display-5\" mbr-if=\"showCardsTitle\" data-app-selector=\".custom-card-title\">Title</h4>\n                            <p class=\"mbr-fonts-style mbr-pb-2 custom-card-text\" mbr-theme-style=\"display-7\" mbr-if=\"showCardsText\" data-app-selector=\".custom-card-text\">Lorem ipsum dolor sit amet consectetur adipisicing elit. Optio alias repellendus architecto. Soluta neque officia hic corrupti sapiente inventore autem.</p>\n                            <div class=\"custom-link link mbr-fonts-style mbr-bold mbr-black\" mbr-text=\"\" mbr-theme-style=\"display-7\" mbr-if=\"showCardsLinks\" data-app-selector=\".custom-link\">\n                                <a href=\"#\" class=\"text-black\">Read More</a></div>\n                        </div>\n                    </div>\n                </div>\n            </div>\n            <div class=\"mbr-col-sm-12 mbr-col-md-6 mbr-col-lg-4\" mbr-class=\"{'mbr-col-lg-12': !flexDirection}\" mbr-if=\"cardsCount > 5\">\n                <div class=\"card-box-wrapper\">\n                    <div class=\"card-box\" mbr-class=\"{'align-center': cardsAlign==2,\n                                     'align-right': cardsAlign==3}\">\n                        <div class=\"img-box\">\n                            <amp-img class=\"mobirise-loader\" src=\"@PROJECT_PATH@/assets/images/28.jpg\" layout=\"responsive\" height=\"100\" width=\"150.07173601147775\" alt=\"image\">\n                                <div placeholder=\"\" class=\"placeholder\"></div>\n                                <img class=\"mbr-temp\" src=\"@PROJECT_PATH@/assets/images/28.jpg\" alt=\"\">\n                            </amp-img>\n                        </div>\n                        <div class=\"text-box\">\n                            <div class=\"iconfont-wrapper\" mbr-if=\"showIcons\">\n                                <span mbr-icon=\"\" class=\"amp-iconfont animation-normal mbri-success\"></span>\n                            </div>\n                            <h4 class=\"mbr-fonts-style mbr-bold mbr-pb-2 custom-card-title\" mbr-theme-style=\"display-5\" mbr-if=\"showCardsTitle\" data-app-selector=\".custom-card-title\">Title</h4>\n                            <p class=\"mbr-fonts-style mbr-pb-2 custom-card-text\" mbr-theme-style=\"display-7\" mbr-if=\"showCardsText\" data-app-selector=\".custom-card-text\">Lorem ipsum dolor sit amet consectetur adipisicing elit. Optio alias repellendus architecto. Soluta neque officia hic corrupti sapiente inventore autem.</p>\n                            <div class=\"custom-link link mbr-fonts-style mbr-bold mbr-black\" mbr-text=\"\" mbr-theme-style=\"display-7\" mbr-if=\"showCardsLinks\" data-app-selector=\".custom-link\">\n                                <a href=\"#\" class=\"text-black\">Read More</a></div>\n                        </div>\n                    </div>\n                </div>\n            </div>\n        </div>\n    </div>\n</section>",
          "_cid": "rYPKFsblkw",
          "_anchor": "ampFeatures37-e",
          "_protectedParams": [],
          "_global": false,
          "_once": false,
          "_params": {}
        },
        {
          "alias": "amp-blocks/components",
          "_isSecondary": true,
          "typeCompatible": "isAMP",
          "_styles": {
            "padding-top": "(@paddingTop * 1rem)",
            "padding-bottom": "(@paddingBottom * 1rem)",
            "& when (@bg-type = 'color')": {
              "background-color": "@bg-value"
            },
            "& when (@bg-type = 'image')": {
              "background-image": "url(@bg-value)",
              ".mbr-overlay": {
                "background-color": "@overlayColor",
                "opacity": "@overlayOpacity"
              }
            },
            ".card-box": {
              "width": "100%",
              "background-color": "@cardBg",
              "transition": "0.5s",
              "&:hover": {
                "transform": "translateY(-15px)",
                "box-shadow": "0 25px 45px rgba(0, 0, 0, 0.2)",
                ".iconfont-wrapper": {
                  "transform": "translateY(-15px)"
                }
              }
            },
            ".card-box-wrapper": {
              "margin-bottom": "2rem"
            },
            ".text-box": {
              "position": "relative",
              "padding": "50px",
              "@media (max-width: 767px)": {
                "padding": "2rem"
              }
            },
            ".iconfont-wrapper": {
              "position": "absolute",
              "right": "20px",
              "top": "-40px",
              "display": "inline-flex",
              "width": "5rem",
              "height": "5rem",
              "justify-content": "center",
              "align-items": "center",
              "background-color": "@iconsBg",
              "border-radius": "50px",
              "padding": "0.5rem",
              "transition": "0.5s",
              "&:hover": {
                "transform": "rotate(45deg)"
              }
            },
            ".amp-iconfont": {
              "font-size": "2rem",
              "width": "2rem",
              "color": "contrast(@iconsBg) !important"
            },
            ".mbr-ai-c": {
              "align-items": "center"
            },
            ".custom-card-title": {
              "color": "#004b4b"
            }
          },
          "_name": "ampFeatures37",
          "_customHTML": "<section class=\"ampFeatures37\" group=\"Features\" plugins=\"amp-main\">\n    <mbr-parameters>\n    <header>Size</header>\n    <input type=\"range\" inline=\"\" title=\"Top\" name=\"paddingTop\" min=\"0\" max=\"10\" step=\"1\" value=\"0\">\n    <input type=\"range\" inline=\"\" title=\"Bottom\" name=\"paddingBottom\" min=\"0\" max=\"10\" step=\"1\" value=\"0\">\n    <input type=\"checkbox\" title=\"Full Width\" name=\"fullWidth\">\n    <input type=\"checkbox\" title=\"Row/Column\" name=\"flexDirection\" checked=\"\">\n    <header>Title</header>\n    <input type=\"checkbox\" title=\"Show Title\" name=\"showTitle\">\n    <input type=\"checkbox\" title=\"Show Subtitle\" name=\"showSubtitle\">\n    <select title=\"Align\" name=\"titleAlign\" condition=\"showTitle || showSubtitle\">\n        <option value=\"1\">Left</option>\n        <option value=\"2\" selected=\"\">Center</option>\n        <option value=\"3\">Right</option>\n    </select>\n    <header>Cards</header>\n    <input type=\"range\" inline=\"\" title=\"Cards Count\" name=\"cardsCount\" min=\"1\" max=\"6\" step=\"1\" value=\"3\" required=\"\">\n    <select title=\"Align\" name=\"cardsAlign\">\n        <option value=\"1\" selected=\"\">Left</option>\n        <option value=\"2\">Center</option>\n        <option value=\"3\">Right</option>\n    </select>\n    <!-- -->   \n    <input type=\"checkbox\" title=\"Show Title\" name=\"showCardsTitle\" checked=\"\">\n    <input type=\"checkbox\" title=\"Show Text\" name=\"showCardsText\" checked=\"\">\n    <input type=\"checkbox\" title=\"Show Links\" name=\"showCardsLinks\" checked=\"\">\n    <input type=\"checkbox\" title=\"Show Icons\" name=\"showIcons\" checked=\"\">\n    <input type=\"color\" title=\"Icons BG\" name=\"iconsBg\" value=\"#00aff0\" condition=\"showIcons\">\n    <input type=\"color\" title=\"Color\" name=\"cardBg\" value=\"#ffffff\">\n    <!--  -->\n    <header>Background</header>\n    <fieldset type=\"background\" name=\"bg\" required=\"\">\n        <input type=\"color\" title=\"Background Color\" value=\"#ffffff\" selected=\"\">\n        <input type=\"image\" title=\"Background Image\" value=\"../_images/background3.jpg\">\n    </fieldset>\n    <!--  -->\n    <input type=\"checkbox\" title=\"Overlay\" name=\"overlay\" checked=\"\" condition=\"bg.type !== 'color'\">\n    <input type=\"color\" title=\"Overlay Color\" name=\"overlayColor\" value=\"#efefef\" condition=\"overlay &amp;&amp; bg.type == 'image'\">\n    <input type=\"range\" inline=\"\" title=\"Opacity\" name=\"overlayOpacity\" min=\"0\" max=\"1\" step=\"0.1\" value=\"0.5\" condition=\"overlay &amp;&amp; bg.type == 'image'\">\n    </mbr-parameters>\n\n    <div class=\"mbr-overlay\" mbr-if=\"overlay &amp;&amp; bg.type !== 'color'\"></div>\n    <div mbr-class=\"{'container':!fullWidth,\n                     'container-fluid':fullWidth}\">\n        <div class=\"mbr-row mbr-jc-c mbr-pb-5\" mbr-class=\"{'align-center': titleAlign==2,\n                         'align-right': titleAlign==3}\">\n            <div class=\"mbr-col-sm-12 mbr-col-md-12 mbr-col-lg-12 mbr-pb-4\" mbr-if=\"showTitle\">\n                <h3 class=\"mbr-fonts-style mbr-bold text-upper line-title\" mbr-theme-style=\"display-5\">About Our Works</h3>\n            </div>\n            <div class=\"mbr-col-sm-12 mbr-col-md-12 mbr-col-lg-12\" mbr-if=\"showSubtitle\">\n                <p class=\"mbr-fonts-style\" mbr-theme-style=\"display-7\">Lorem ipsum dolor sit amet consectetur adipisicing elit. Iure consequatur voluptates, rerum explicabo ex recusandae!</p>\n            </div>\n        </div>\n        <div class=\"mbr-row mbr-jc-c mbr-ai-c\" mbr-class=\"{'mbr-column': !flexDirection}\" mbr-if=\"showCardsTitle || showCardsSubtitle || showCardsText || showCardsButtons || checkImages\">\n            <div class=\"mbr-col-sm-12 mbr-col-md-6 mbr-col-lg-4\" mbr-class=\"{'mbr-col-lg-6': cardsCount == 2,\n                             'mbr-col-lg-12': cardsCount == 1 || !flexDirection}\">\n                <div class=\"card-box-wrapper\">\n                    <div class=\"card-box\" mbr-class=\"{'align-center': cardsAlign==2,\n                                     'align-right': cardsAlign==3}\">\n                        <div class=\"img-box\">\n                            <amp-img class=\"mobirise-loader\" src=\"@PROJECT_PATH@/assets/images/sarah-686x750.jpeg\" layout=\"responsive\" height=\"251\" width=\"348.55465587044534\" alt=\"image\">\n                                <div placeholder=\"\" class=\"placeholder\"></div>\n                                <img class=\"mbr-temp\" src=\"@PROJECT_PATH@/assets/images/sarah-686x750.jpeg\" alt=\"\" title=\"\">\n                            </amp-img>\n                        </div>\n                        <div class=\"text-box\">\n                            <div class=\"iconfont-wrapper\" mbr-if=\"showIcons\">\n                                <span mbr-icon=\"\" class=\"amp-iconfont animation-normal mbri-success\"></span>\n                            </div>\n                            <h4 class=\"mbr-fonts-style mbr-bold mbr-pb-2 custom-card-title\" mbr-theme-style=\"display-5\" mbr-if=\"showCardsTitle\" data-app-selector=\".custom-card-title\">Story Bilong Mi with Sarah Kiap</h4>\n                            <p class=\"mbr-fonts-style mbr-pb-2 custom-card-text\" mbr-theme-style=\"display-7\" mbr-if=\"showCardsText\" data-app-selector=\".custom-card-text\">Personal Testimonies of Christians who see the hand of God. The Program is edited and produced by Sarah Kiap our Tok Pisin Announcer.</p>\n                            <div class=\"custom-link link mbr-fonts-style mbr-bold mbr-black\" mbr-text=\"\" mbr-theme-style=\"display-7\" mbr-if=\"showCardsLinks\" data-app-selector=\".custom-link\"></div>\n                        </div>\n                    </div>\n                </div>\n            </div>\n            <div class=\"mbr-col-sm-12 mbr-col-md-6 mbr-col-lg-4\" mbr-class=\"{'mbr-col-lg-6': cardsCount == 2,\n                             'mbr-col-lg-12': !flexDirection}\" mbr-if=\"cardsCount > 1\">\n                <div class=\"card-box-wrapper\">\n                    <div class=\"card-box\" mbr-class=\"{'align-center': cardsAlign==2,\n                                     'align-right': cardsAlign==3}\">\n                        <div class=\"img-box\">\n                            <amp-img class=\"mobirise-loader\" src=\"@PROJECT_PATH@/assets/images/kbm-560x484.jpg\" layout=\"responsive\" height=\"301\" width=\"348.26446280991735\" alt=\"image\">\n                                <div placeholder=\"\" class=\"placeholder\"></div>\n                                <img class=\"mbr-temp\" src=\"@PROJECT_PATH@/assets/images/kbm-560x484.jpg\" alt=\"\" title=\"\">\n                            </amp-img>\n                        </div>\n                        <div class=\"text-box\">\n                            <div class=\"iconfont-wrapper\" mbr-if=\"showIcons\">\n                                <span mbr-icon=\"\" class=\"amp-iconfont animation-normal mbri-success\"></span>\n                            </div>\n                            <h4 class=\"mbr-fonts-style mbr-bold mbr-pb-2 custom-card-title\" mbr-theme-style=\"display-5\" mbr-if=\"showCardsTitle\" data-app-selector=\".custom-card-title\">Krai Blong ol Meri</h4>\n                            <p class=\"mbr-fonts-style mbr-pb-2 custom-card-text\" mbr-theme-style=\"display-7\" mbr-if=\"showCardsText\" data-app-selector=\".custom-card-text\">This is a 15 minute Program in Tok Pisin. It is a dramatized program of women in distress and crisis and domestic violence. It come on Every Mondays, Wednesdays and Fridays<br><br><br></p>\n                            <div class=\"custom-link link mbr-fonts-style mbr-bold mbr-black\" mbr-text=\"\" mbr-theme-style=\"display-7\" mbr-if=\"showCardsLinks\" data-app-selector=\".custom-link\"></div>\n                        </div>\n                    </div>\n                </div>\n            </div>\n            <div class=\"mbr-col-sm-12 mbr-col-md-6 mbr-col-lg-4\" mbr-class=\"{'mbr-col-lg-12': !flexDirection}\" mbr-if=\"cardsCount > 2\">\n                <div class=\"card-box-wrapper\">\n                    <div class=\"card-box\" mbr-class=\"{'align-center': cardsAlign==2,\n                                     'align-right': cardsAlign==3}\">\n                        <div class=\"img-box\">\n                            <amp-img class=\"mobirise-loader\" src=\"@PROJECT_PATH@/assets/images/kgs-2-560x484.jpg\" layout=\"responsive\" height=\"301\" width=\"348.26446280991735\" alt=\"image\">\n                                <div placeholder=\"\" class=\"placeholder\"></div>\n                                <img class=\"mbr-temp\" src=\"@PROJECT_PATH@/assets/images/kgs-2-560x484.jpg\" alt=\"\" title=\"\">\n                            </amp-img>\n                        </div>\n                        <div class=\"text-box\">\n                            <div class=\"iconfont-wrapper\" mbr-if=\"showIcons\">\n                                <span mbr-icon=\"\" class=\"amp-iconfont animation-normal mbri-success\"></span>\n                            </div>\n                            <h4 class=\"mbr-fonts-style mbr-bold mbr-pb-2 custom-card-title\" mbr-theme-style=\"display-5\" mbr-if=\"showCardsTitle\" data-app-selector=\".custom-card-title\">Kirapim Gutpela Sindaun</h4>\n                            <p class=\"mbr-fonts-style mbr-pb-2 custom-card-text\" mbr-theme-style=\"display-7\" mbr-if=\"showCardsText\" data-app-selector=\".custom-card-text\">This is another 15 minute program by the Nazarene Radio Ninistry based in Kudjip. It is an ecouraging program also relayed in tokpisin. It is aired on Tuesdays &amp; Thursdays.</p>\n                            <div class=\"custom-link link mbr-fonts-style mbr-bold mbr-black\" mbr-text=\"\" mbr-theme-style=\"display-7\" mbr-if=\"showCardsLinks\" data-app-selector=\".custom-link\"></div>\n                        </div>\n                    </div>\n                </div>\n            </div>\n            <div class=\"mbr-col-sm-12 mbr-col-md-6 mbr-col-lg-4\" mbr-class=\"{'mbr-col-lg-12': !flexDirection}\" mbr-if=\"cardsCount > 3\">\n                <div class=\"card-box-wrapper\">\n                    <div class=\"card-box\" mbr-class=\"{'align-center': cardsAlign==2,\n                                     'align-right': cardsAlign==3}\">\n                        <div class=\"img-box\">\n                            <amp-img class=\"mobirise-loader\" src=\"@PROJECT_PATH@/assets/images/28.jpg\" layout=\"responsive\" height=\"100\" width=\"150.07173601147775\" alt=\"image\">\n                                <div placeholder=\"\" class=\"placeholder\"></div>\n                                <img class=\"mbr-temp\" src=\"@PROJECT_PATH@/assets/images/28.jpg\" alt=\"\">\n                            </amp-img>\n                        </div>\n                        <div class=\"text-box\">\n                            <div class=\"iconfont-wrapper\" mbr-if=\"showIcons\">\n                                <span mbr-icon=\"\" class=\"amp-iconfont animation-normal mbri-success\"></span>\n                            </div>\n                            <h4 class=\"mbr-fonts-style mbr-bold mbr-pb-2 custom-card-title\" mbr-theme-style=\"display-5\" mbr-if=\"showCardsTitle\" data-app-selector=\".custom-card-title\">Title</h4>\n                            <p class=\"mbr-fonts-style mbr-pb-2 custom-card-text\" mbr-theme-style=\"display-7\" mbr-if=\"showCardsText\" data-app-selector=\".custom-card-text\">Lorem ipsum dolor sit amet consectetur adipisicing elit. Optio alias repellendus architecto. Soluta neque officia hic corrupti sapiente inventore autem.</p>\n                            <div class=\"custom-link link mbr-fonts-style mbr-bold mbr-black\" mbr-text=\"\" mbr-theme-style=\"display-7\" mbr-if=\"showCardsLinks\" data-app-selector=\".custom-link\">\n                                <a href=\"#\" class=\"text-black\">Read More</a></div>\n                        </div>\n                    </div>\n                </div>\n            </div>\n            <div class=\"mbr-col-sm-12 mbr-col-md-6 mbr-col-lg-4\" mbr-class=\"{'mbr-col-lg-12': !flexDirection}\" mbr-if=\"cardsCount > 4\">\n                <div class=\"card-box-wrapper\">\n                    <div class=\"card-box\" mbr-class=\"{'align-center': cardsAlign==2,\n                                     'align-right': cardsAlign==3}\">\n                        <div class=\"img-box\">\n                            <amp-img class=\"mobirise-loader\" src=\"@PROJECT_PATH@/assets/images/28.jpg\" layout=\"responsive\" height=\"100\" width=\"150.07173601147775\" alt=\"image\">\n                                <div placeholder=\"\" class=\"placeholder\"></div>\n                                <img class=\"mbr-temp\" src=\"@PROJECT_PATH@/assets/images/28.jpg\" alt=\"\">\n                            </amp-img>\n                        </div>\n                        <div class=\"text-box\">\n                            <div class=\"iconfont-wrapper\" mbr-if=\"showIcons\">\n                                <span mbr-icon=\"\" class=\"amp-iconfont animation-normal mbri-success\"></span>\n                            </div>\n                            <h4 class=\"mbr-fonts-style mbr-bold mbr-pb-2 custom-card-title\" mbr-theme-style=\"display-5\" mbr-if=\"showCardsTitle\" data-app-selector=\".custom-card-title\">Title</h4>\n                            <p class=\"mbr-fonts-style mbr-pb-2 custom-card-text\" mbr-theme-style=\"display-7\" mbr-if=\"showCardsText\" data-app-selector=\".custom-card-text\">Lorem ipsum dolor sit amet consectetur adipisicing elit. Optio alias repellendus architecto. Soluta neque officia hic corrupti sapiente inventore autem.</p>\n                            <div class=\"custom-link link mbr-fonts-style mbr-bold mbr-black\" mbr-text=\"\" mbr-theme-style=\"display-7\" mbr-if=\"showCardsLinks\" data-app-selector=\".custom-link\">\n                                <a href=\"#\" class=\"text-black\">Read More</a></div>\n                        </div>\n                    </div>\n                </div>\n            </div>\n            <div class=\"mbr-col-sm-12 mbr-col-md-6 mbr-col-lg-4\" mbr-class=\"{'mbr-col-lg-12': !flexDirection}\" mbr-if=\"cardsCount > 5\">\n                <div class=\"card-box-wrapper\">\n                    <div class=\"card-box\" mbr-class=\"{'align-center': cardsAlign==2,\n                                     'align-right': cardsAlign==3}\">\n                        <div class=\"img-box\">\n                            <amp-img class=\"mobirise-loader\" src=\"@PROJECT_PATH@/assets/images/28.jpg\" layout=\"responsive\" height=\"100\" width=\"150.07173601147775\" alt=\"image\">\n                                <div placeholder=\"\" class=\"placeholder\"></div>\n                                <img class=\"mbr-temp\" src=\"@PROJECT_PATH@/assets/images/28.jpg\" alt=\"\">\n                            </amp-img>\n                        </div>\n                        <div class=\"text-box\">\n                            <div class=\"iconfont-wrapper\" mbr-if=\"showIcons\">\n                                <span mbr-icon=\"\" class=\"amp-iconfont animation-normal mbri-success\"></span>\n                            </div>\n                            <h4 class=\"mbr-fonts-style mbr-bold mbr-pb-2 custom-card-title\" mbr-theme-style=\"display-5\" mbr-if=\"showCardsTitle\" data-app-selector=\".custom-card-title\">Title</h4>\n                            <p class=\"mbr-fonts-style mbr-pb-2 custom-card-text\" mbr-theme-style=\"display-7\" mbr-if=\"showCardsText\" data-app-selector=\".custom-card-text\">Lorem ipsum dolor sit amet consectetur adipisicing elit. Optio alias repellendus architecto. Soluta neque officia hic corrupti sapiente inventore autem.</p>\n                            <div class=\"custom-link link mbr-fonts-style mbr-bold mbr-black\" mbr-text=\"\" mbr-theme-style=\"display-7\" mbr-if=\"showCardsLinks\" data-app-selector=\".custom-link\">\n                                <a href=\"#\" class=\"text-black\">Read More</a></div>\n                        </div>\n                    </div>\n                </div>\n            </div>\n        </div>\n    </div>\n</section>",
          "_cid": "rYPKI9oCfV",
          "_anchor": "ampFeatures37-f",
          "_protectedParams": [],
          "_global": false,
          "_once": false,
          "_params": {}
        },
        {
          "alias": "amp-blocks/components",
          "_isSecondary": true,
          "typeCompatible": "isAMP",
          "_styles": {
            "padding-top": "(@paddingTop * 1rem)",
            "padding-bottom": "(@paddingBottom * 1rem)",
            "& when (@bg-type = \"color\")": {
              "background-color": "@bg-value"
            },
            "& when (@bg-type = \"image\")": {
              "background-image": "url(@bg-value)",
              ".mbr-overlay": {
                "background-color": "@overlayColor",
                "opacity": "@overlayOpacity"
              }
            },
            ".card-wrapper": {
              "& when (@showBorders)": {
                "border": "1px solid @bordersColor"
              },
              "& when not (@transparentBg)": {
                "background": "@cardBg"
              },
              "@media (max-width: 991px)": {
                "flex-wrap": "wrap"
              }
            },
            ".btn-primary-outline when (@showCardsButtons)": {
              "border": "none !important",
              "font-weight": "400",
              "border-bottom": "2px solid @primaryColor !important",
              "border-radius": "0px !important",
              "padding": "0",
              "opacity": "0.6",
              "&:hover, &:focus": {
                "border": "none !important",
                "color": "@primaryColor !important",
                "background": "transparent !important",
                "border-bottom": "2px solid @primaryColor !important",
                "border-radius": "0px !important",
                "box-shadow": "none"
              }
            },
            ".card-box": {
              "width": "100%"
            },
            "& when (@checkImages) and not (@flexDirection)": {
              ".card-img": {
                "padding": "0",
                "@media (max-width: 991px)": {
                  "width": "100%",
                  "margin-bottom": "2rem"
                },
                "& when not (@chessStyle)": {
                  "@media (min-width: 992px)": {
                    "& when not (@reverseContent)": {
                      "margin-right": "2rem"
                    },
                    "& when (@reverseContent)": {
                      "margin-left": "2rem"
                    }
                  }
                }
              },
              "& when (@chessStyle)": {
                "@media (min-width: 992px)": {
                  ".mbr-row .card": {
                    "& when not (@reverseContent)": {
                      "&:nth-child(odd) .card-img": {
                        "margin-left": "2rem"
                      },
                      "&:nth-child(even) .card-img": {
                        "margin-right": "2rem"
                      }
                    },
                    "& when (@reverseContent)": {
                      "&:nth-child(odd) .card-img": {
                        "margin-right": "2rem"
                      },
                      "&:nth-child(even) .card-img": {
                        "margin-left": "2rem"
                      }
                    }
                  }
                }
              }
            },
            "@media (max-width: 991px)": {
              ".card-box": {
                "padding": "2rem 1rem"
              }
            },
            ".card-title, .card-btn, .card-img": {
              "color": "#ffc300"
            },
            ".card-text, .card-btn, .card-img": {
              "color": "#ffffff"
            },
            ".mbr-section-subtitle": {
              "color": "#ffc300"
            }
          },
          "_name": "ampFeatures49",
          "_customHTML": "<section class=\"ampFeatures49\" group=\"Features\" plugins=\"amp-main\">\n    <mbr-parameters>\n        <header>Size</header>\n        <input type=\"range\" inline=\"\" title=\"Top\" name=\"paddingTop\" min=\"0\" max=\"10\" step=\"1\" value=\"2\">\n        <input type=\"range\" inline=\"\" title=\"Bottom\" name=\"paddingBottom\" min=\"0\" max=\"10\" step=\"1\" value=\"3\">\n        <input type=\"checkbox\" title=\"Full Width\" name=\"fullWidth\" checked=\"\">\n        <input type=\"checkbox\" title=\"Row/Column\" name=\"flexDirection\" checked=\"\">\n        <!-- -->\n        <input type=\"checkbox\" title=\"Chess Style\" name=\"chessStyle\" condition=\"checkImages &amp;&amp; !flexDirection\">\n        <header>Title</header>\n        <input type=\"checkbox\" title=\"Show Title\" name=\"showTitle\">\n        <input type=\"checkbox\" title=\"Show Subtitle\" name=\"showSubtitle\" checked=\"\">\n        <select title=\"Align\" name=\"titleAlign\" condition=\"showTitle || showSubtitle\">\n            <option value=\"1\">Left</option>\n            <option value=\"2\" selected=\"\">Center</option>\n            <option value=\"3\">Right</option>\n        </select>\n        <header>Cards</header>\n        <input type=\"range\" inline=\"\" title=\"Count\" name=\"cardsCount\" min=\"1\" max=\"4\" step=\"1\" value=\"4\" condition=\"showCardsTitle || showCardsSubtitle || showCardsText || showCardsButtons || checkImages\">\n        <select title=\"Align\" name=\"cardsAlign\" condition=\"showCardsTitle || showCardsSubtitle || showCardsText || showCardsButtons || checkImages\">\n            <option value=\"1\">Left</option>\n            <option value=\"2\" selected=\"\">Center</option>\n            <option value=\"3\">Right</option>\n        </select>\n        <!-- -->\n        <input type=\"checkbox\" title=\"Show Title\" name=\"showCardsTitle\" checked=\"\">\n        <input type=\"checkbox\" title=\"Show Subtitle\" name=\"showCardsSubtitle\">\n        <input type=\"checkbox\" title=\"Show Text\" name=\"showCardsText\" checked=\"\">\n        <input type=\"checkbox\" title=\"Show Buttons\" name=\"showCardsButtons\">\n        <!--  -->\n        <input type=\"checkbox\" title=\"Borders\" name=\"showBorders\" condition=\"showCardsTitle || showCardsSubtitle || showCardsText || showCardsButtons || checkImages\" checked=\"\">\n        <input type=\"color\" title=\"Color\" name=\"bordersColor\" value=\"#000000\" condition=\"showBorders &amp;&amp; (showCardsTitle || showCardsSubtitle || showCardsText || showCardsButtons || checkImages)\">\n        <input type=\"checkbox\" title=\"Transparent BG\" name=\"transparentBg\" condition=\"showCardsTitle || showCardsSubtitle || showCardsText || showCardsButtons || checkImages\" checked=\"\">\n        <input type=\"color\" title=\"Color\" name=\"cardBg\" value=\"#ffffff\" condition=\"!transparentBg &amp;&amp; (showCardsTitle || showCardsSubtitle || showCardsText || showCardsButtons || checkImages)\">\n        <!--  -->\n        <input type=\"checkbox\" title=\"Images\" name=\"checkImages\" checked=\"\">\n        <input type=\"range\" inline=\"\" title=\"Image Width\" name=\"imgWidth\" min=\"1\" max=\"5\" step=\"1\" value=\"3\" condition=\"checkImages &amp;&amp; !flexDirection\">\n        <input type=\"checkbox\" title=\"Reverse Content\" name=\"reverseContent\" condition=\"checkImages &amp;&amp; !flexDirection\">\n        <!--  -->\n        <header>Background</header>\n        <fieldset type=\"background\" name=\"bg\">\n            <input type=\"color\" title=\"Background Color\" value=\"#ffffff\">\n            <input type=\"image\" title=\"Background Image\" value=\"@PROJECT_PATH@/assets/images/kerema-png-1713x750.jpg\" selected=\"\">\n        </fieldset>\n        <!--  -->\n        <input type=\"checkbox\" title=\"Overlay\" name=\"overlay\" condition=\"bg.type !== 'color'\" checked=\"\">\n        <input type=\"color\" title=\"Overlay Color\" name=\"overlayColor\" value=\"#002929\" condition=\"overlay &amp;&amp; bg.type == 'image'\">\n        <input type=\"range\" inline=\"\" title=\"Opacity\" name=\"overlayOpacity\" min=\"0\" max=\"1\" step=\"0.1\" value=\"0.8\" condition=\"overlay &amp;&amp; bg.type == 'image'\">\n    </mbr-parameters>\n\n    <div class=\"mbr-overlay\" mbr-if=\"overlay &amp;&amp; bg.type !== 'color'\"></div>\n    <div mbr-class=\"{'container':!fullWidth,\n                     'container-fluid':fullWidth}\">\n        <div class=\"title mbr-pb-4\" mbr-if=\"showTitle || showSubtitle\" mbr-class=\"{'align-center': titleAlign == 2,\n                         'align-right': titleAlign == 3}\">\n            <h3 class=\"mbr-section-title mbr-gray mbr-light mbr-fonts-style\" mbr-theme-style=\"display-5\" mbr-if=\"showTitle\" data-app-selector=\".mbr-section-title\">Lorem ipsum dolor sit amet</h3>\n            <h4 class=\"mbr-section-subtitle mbr-semibold mbr-pt-3 mbr-fonts-style mbr-pb-5\" mbr-theme-style=\"display-2\" mbr-if=\"showSubtitle\" data-app-selector=\".mbr-section-subtitle\">More local contents;</h4>\n        </div>\n        <div class=\"mbr-row\" mbr-class=\"{'mbr-jc-c': cardsCount <= 3,\n                         'mbr-column': !flexDirection}\" mbr-if=\"showCardsTitle || showCardsSubtitle || showCardsText || showCardsButtons || checkImages\">\n            <div class=\"card mbr-col-sm-12\" mbr-class=\"{'mbr-px-4': !flexDirection, \n                             'mbr-col-md-12': flexDirection &amp;&amp; cardsCount == 1,\n                             'mbr-col-md-6 mbr-col-lg-6': flexDirection &amp;&amp; cardsCount == 2,\n                             'mbr-col-md-8 mbr-col-lg-4': flexDirection &amp;&amp; cardsCount == 3,\n                             'mbr-col-md-6 mbr-col-lg-3': flexDirection &amp;&amp; cardsCount == 4,\n                             'md-pb': (flexDirection &amp;&amp; cardsCount > 2) || (!flexDirection &amp;&amp; cardsCount > 1),\n                             'lg-pb': !flexDirection &amp;&amp; cardsCount > 1,\n                             'last-child': cardsCount == 1}\">\n                <div class=\"card-wrapper\" mbr-class=\"{'mbr-flex': !flexDirection,\n                                 'mbr-column': checkImages &amp;&amp; flexDirection,\n                                 'mbr-row-reverse': checkImages &amp;&amp; !flexDirection &amp;&amp; ((!chessStyle &amp;&amp; reverseContent)||(chessStyle &amp;&amp; !reverseContent))}\">\n                    <div class=\"card-img mbr-flex\" mbr-if=\"checkImages\" mbr-class=\"{'mbr-col-md-12 mbr-col-lg-3': imgWidth == 1 &amp;&amp; !flexDirection,\n                                     'mbr-col-md-12 mbr-col-lg-4': imgWidth == 2 &amp;&amp; !flexDirection,\n                                     'mbr-col-md-12 mbr-col-lg-6': imgWidth == 3 &amp;&amp; !flexDirection,\n                                     'mbr-col-md-12 mbr-col-lg-8': imgWidth == 4 &amp;&amp; !flexDirection,\n                                     'mbr-col-md-12 mbr-col-lg-9': imgWidth == 5 &amp;&amp; !flexDirection}\">\n                        <amp-img src=\"@PROJECT_PATH@/assets/images/thauna-bada-884x527.jpg\" layout=\"responsive\" width=\"441.16129032258067\" height=\"263\" alt=\"Mobirise\" class=\"mobirise-loader\">\n                            <div placeholder=\"\" class=\"placeholder\"></div>\n                            <img class=\"mbr-temp\" src=\"@PROJECT_PATH@/assets/images/thauna-bada-884x527.jpg\" alt=\"Mobirise\" title=\"\">\n                        </amp-img>\n                    </div>\n                    <div class=\"card-box mbr-m-auto mbr-py-4 mbr-px-3\" mbr-if=\"(showCardsTitle || showCardsSubtitle || showCardsText || showCardsButtons)\" mbr-class=\"{'align-center': cardsAlign == 2,\n                                     'align-right': cardsAlign == 3}\">\n                        <h3 class=\"card-title mbr-semibold mbr-fonts-style\" mbr-theme-style=\"display-5\" mbr-if=\"showCardsTitle\" data-app-selector=\".card-title, .card-btn, .card-img\">Praying for the Nation</h3>\n                        <h4 class=\"card-subtitle mbr-pt-3 mbr-fonts-style mbr-regular\" mbr-theme-style=\"display-4\" mbr-if=\"showCardsSubtitle\" data-app-selector=\".card-subtitle, .card-btn, .card-img\">Lorem\n                            ipsum dolor sit amet</h4>\n                        <p class=\"card-text mbr-fonts-style mbr-gray mbr-pt-3 mbr-light\" mbr-theme-style=\"display-7\" mbr-if=\"showCardsText\" data-app-selector=\".card-text, .card-btn, .card-img\">\n                            This is a very popular program since it came on air. It is very important to pray together embracing the Body of Christ in upholding our nation, leaders in the government and private sector and of course the needs surrounding us. Through this program we’ve seen changes and heard testimonies of what God is doing through 30 minutes prayer. -aired weekdays Mon-Friday at 7:30am. </p>\n                        <div class=\"card-btn mbr-section-btn mbr-pt-3\" mbr-buttons=\"\" data-toolbar=\"-mbrBtnMove\" mbr-theme-style=\"display-4\" mbr-if=\"showCardsButtons\">\n                            <a class=\"btn btn-primary-outline\" href=\"https://mobirise.com\" data-app-placeholder=\"Type Text\">Learn\n                                More</a>\n                        </div>\n                    </div>\n                </div>\n            </div>\n\n            <div class=\"card mbr-col-sm-12\" mbr-class=\"{'mbr-px-4': !flexDirection, \n                             'mbr-col-md-6 mbr-col-lg-6': flexDirection &amp;&amp; cardsCount == 2,\n                             'mbr-col-md-8 mbr-col-lg-4': flexDirection &amp;&amp; cardsCount == 3,\n                             'mbr-col-md-6 mbr-col-lg-3': flexDirection &amp;&amp; cardsCount == 4,\n                             'md-pb': (flexDirection &amp;&amp; cardsCount > 2) || (!flexDirection &amp;&amp; cardsCount > 2),\n                             'lg-pb': !flexDirection &amp;&amp; cardsCount > 2,\n                             'last-child': cardsCount == 2}\" mbr-if=\"cardsCount > 1\">\n                <div class=\"card-wrapper\" mbr-class=\"{'mbr-flex': !flexDirection,\n                                 'mbr-column': checkImages &amp;&amp; flexDirection,\n                                 'mbr-row-reverse': checkImages &amp;&amp; !flexDirection &amp;&amp; reverseContent}\">\n                    <div class=\"card-img mbr-flex\" mbr-if=\"checkImages\" mbr-class=\"{'mbr-col-md-12 mbr-col-lg-3': imgWidth == 1 &amp;&amp; !flexDirection,\n                                     'mbr-col-md-12 mbr-col-lg-4': imgWidth == 2 &amp;&amp; !flexDirection,\n                                     'mbr-col-md-12 mbr-col-lg-6': imgWidth == 3 &amp;&amp; !flexDirection,\n                                     'mbr-col-md-12 mbr-col-lg-8': imgWidth == 4 &amp;&amp; !flexDirection,\n                                     'mbr-col-md-12 mbr-col-lg-9': imgWidth == 5 &amp;&amp; !flexDirection}\">\n                        <amp-img src=\"@PROJECT_PATH@/assets/images/pslapa-2-884x417.jpeg\" layout=\"responsive\" width=\"440.9126213592233\" height=\"261\" alt=\"Mobirise\" class=\"mobirise-loader\">\n                            <div placeholder=\"\" class=\"placeholder\"></div>\n                            <img class=\"mbr-temp\" src=\"@PROJECT_PATH@/assets/images/pslapa-2-884x417.jpeg\" alt=\"Mobirise\" title=\"\">\n                        </amp-img>\n                    </div>\n                    <div class=\"card-box mbr-m-auto mbr-py-4 mbr-px-3\" mbr-if=\"(showCardsTitle || showCardsSubtitle || showCardsText || showCardsButtons)\" mbr-class=\"{'align-center': cardsAlign == 2,\n                                     'align-right': cardsAlign == 3}\">\n                        <h3 class=\"card-title mbr-semibold mbr-fonts-style\" mbr-theme-style=\"display-5\" mbr-if=\"showCardsTitle\" data-app-selector=\".card-title, .card-btn, .card-img\">Health Nuggets</h3>\n                        <h4 class=\"card-subtitle mbr-pt-3 mbr-fonts-style mbr-regular\" mbr-theme-style=\"display-4\" mbr-if=\"showCardsSubtitle\" data-app-selector=\".card-subtitle, .card-btn, .card-img\">Lorem\n                            ipsum dolor sit amet</h4>\n                        <p class=\"card-text mbr-fonts-style mbr-gray mbr-pt-3 mbr-light\" mbr-theme-style=\"display-7\" mbr-if=\"showCardsText\" data-app-selector=\".card-text, .card-btn, .card-img\">Program focuses on different health issues and topics in partnership with volunteer doctors, Aired every Wednesdays at 9.30am weekly.</p>\n                        <div class=\"card-btn mbr-section-btn mbr-pt-3\" mbr-buttons=\"\" data-toolbar=\"-mbrBtnMove\" mbr-theme-style=\"display-4\" mbr-if=\"showCardsButtons\"><a class=\"btn btn-primary-outline\" href=\"https://mobirise.com\" data-app-placeholder=\"Type Text\">Learn\n                                More</a></div>\n                    </div>\n                </div>\n            </div>\n            <div class=\"card mbr-col-sm-12\" mbr-class=\"{'mbr-px-4': !flexDirection, \n                             'mbr-col-md-8 mbr-col-lg-4': flexDirection &amp;&amp; cardsCount == 3,\n                             'mbr-col-md-6 mbr-col-lg-3': flexDirection &amp;&amp; cardsCount == 4,\n                             'md-pb': !flexDirection &amp;&amp; cardsCount > 3,\n                             'lg-pb': !flexDirection &amp;&amp; cardsCount > 3,\n                             'last-child': cardsCount == 3}\" mbr-if=\"cardsCount > 2\">\n                <div class=\"card-wrapper\" mbr-class=\"{'mbr-flex': !flexDirection,\n                                 'mbr-column': checkImages &amp;&amp; flexDirection,\n                                 'mbr-row-reverse': checkImages &amp;&amp; !flexDirection &amp;&amp; ((!chessStyle &amp;&amp; reverseContent)||(chessStyle &amp;&amp; !reverseContent))}\">\n                    <div class=\"card-img mbr-flex\" mbr-if=\"checkImages\" mbr-class=\"{'mbr-col-md-12 mbr-col-lg-3': imgWidth == 1 &amp;&amp; !flexDirection,\n                                     'mbr-col-md-12 mbr-col-lg-4': imgWidth == 2 &amp;&amp; !flexDirection,\n                                     'mbr-col-md-12 mbr-col-lg-6': imgWidth == 3 &amp;&amp; !flexDirection,\n                                     'mbr-col-md-12 mbr-col-lg-8': imgWidth == 4 &amp;&amp; !flexDirection,\n                                     'mbr-col-md-12 mbr-col-lg-9': imgWidth == 5 &amp;&amp; !flexDirection}\">\n                        <amp-img src=\"@PROJECT_PATH@/assets/images/wewak-sep162019-884x372.jpeg\" layout=\"responsive\" width=\"440.95430107526886\" height=\"265\" alt=\"Mobirise\" class=\"mobirise-loader\">\n                            <div placeholder=\"\" class=\"placeholder\"></div>\n                            <img class=\"mbr-temp\" src=\"@PROJECT_PATH@/assets/images/wewak-sep162019-884x372.jpeg\" alt=\"Mobirise\" title=\"\">\n                        </amp-img>\n                    </div>\n                    <div class=\"card-box mbr-m-auto mbr-py-4 mbr-px-3\" mbr-if=\"(showCardsTitle || showCardsSubtitle || showCardsText || showCardsButtons)\" mbr-class=\"{'align-center': cardsAlign == 2,\n                                     'align-right': cardsAlign == 3}\">\n                        <h3 class=\"card-title mbr-semibold mbr-fonts-style \" mbr-theme-style=\"display-5\" mbr-if=\"showCardsTitle\" data-app-selector=\".card-title, .card-btn, .card-img\">NBC News Relay</h3>\n                        <h4 class=\"card-subtitle mbr-pt-3 mbr-fonts-style mbr-regular\" mbr-theme-style=\"display-4\" mbr-if=\"showCardsSubtitle\" data-app-selector=\".card-subtitle, .card-btn, .card-img\">Lorem\n                            ipsum dolor sit amet</h4>\n                        <p class=\"card-text mbr-fonts-style mbr-gray mbr-pt-3 mbr-light\" mbr-theme-style=\"display-7\" mbr-if=\"showCardsText\" data-app-selector=\".card-text, .card-btn, .card-img\">This is a weekly news relay by National Broadcasting Corporation (NBC) of PNG which covers national and international news. We air only two bulletins at 6am and 7am, 12 midday and 6pm and 7pm from Mon-Fridays.</p>\n                        <div class=\"card-btn mbr-section-btn mbr-pt-3\" mbr-buttons=\"\" data-toolbar=\"-mbrBtnMove\" mbr-theme-style=\"display-4\" mbr-if=\"showCardsButtons\">\n                            <a class=\"btn btn-primary-outline\" href=\"https://mobirise.com\" data-app-placeholder=\"Type Text\">Learn\n                                More</a>\n                        </div>\n                    </div>\n                </div>\n            </div>\n            <div class=\"card mbr-col-sm-12\" mbr-class=\"{'mbr-col-md-6 mbr-col-lg-3': flexDirection,\n                             'mbr-px-4': !flexDirection, \n                             'last-child': cardsCount == 4}\" mbr-if=\"cardsCount > 3\">\n                <div class=\"card-wrapper\" mbr-class=\"{'mbr-flex': !flexDirection,\n                                 'mbr-column': checkImages &amp;&amp; flexDirection,\n                                 'mbr-row-reverse': checkImages &amp;&amp; !flexDirection  &amp;&amp; reverseContent}\">\n                    <div class=\"card-img mbr-flex\" mbr-if=\"checkImages\" mbr-class=\"{'mbr-col-md-12 mbr-col-lg-3': imgWidth == 1 &amp;&amp; !flexDirection,\n                                     'mbr-col-md-12 mbr-col-lg-4': imgWidth == 2 &amp;&amp; !flexDirection,\n                                     'mbr-col-md-12 mbr-col-lg-6': imgWidth == 3 &amp;&amp; !flexDirection,\n                                     'mbr-col-md-12 mbr-col-lg-8': imgWidth == 4 &amp;&amp; !flexDirection,\n                                     'mbr-col-md-12 mbr-col-lg-9': imgWidth == 5 &amp;&amp; !flexDirection}\">\n                        <amp-img src=\"@PROJECT_PATH@/assets/images/radio2-1-884x644.jpeg\" layout=\"responsive\" width=\"441.65158371040724\" height=\"270\" alt=\"Mobirise\" class=\"mobirise-loader\">\n                            <div placeholder=\"\" class=\"placeholder\"></div>\n                            <img class=\"mbr-temp\" src=\"@PROJECT_PATH@/assets/images/radio2-1-884x644.jpeg\" alt=\"Mobirise\" title=\"\">\n                        </amp-img>\n                    </div>\n                    <div class=\"card-box mbr-m-auto mbr-py-4 mbr-px-3\" mbr-if=\"(showCardsTitle || showCardsSubtitle || showCardsText || showCardsButtons)\" mbr-class=\"{'align-center': cardsAlign == 2,\n                                     'align-right': cardsAlign == 3}\">\n                        <h3 class=\"card-title mbr-semibold mbr-fonts-style\" mbr-theme-style=\"display-5\" mbr-if=\"showCardsTitle\" data-app-selector=\".card-title, .card-btn, .card-img\">\n                            Choice Bilong Listener</h3>\n                        <h4 class=\"card-subtitle mbr-pt-3 mbr-fonts-style mbr-regular\" mbr-theme-style=\"display-4\" mbr-if=\"showCardsSubtitle\" data-app-selector=\".card-subtitle, .card-btn, .card-img\">Lorem\n                            ipsum dolor sit amet</h4>\n                        <p class=\"card-text mbr-fonts-style mbr-gray mbr-pt-3 mbr-light\" mbr-theme-style=\"display-7\" mbr-if=\"showCardsText\" data-app-selector=\".card-text, .card-btn, .card-img\">This is a new request program strictly for letters only, where we are embracing every listener from all walks of life to be part of the show by writing in and requesting their favorite songs from different categories. This is to make them feel part of Wantok Radio Light. 1 hour program-aired at 5pm-6pm every Thursday afternoon</p>\n                        <div class=\"card-btn mbr-section-btn mbr-pt-3\" mbr-buttons=\"\" data-toolbar=\"-mbrBtnMove\" mbr-theme-style=\"display-4\" mbr-if=\"showCardsButtons\">\n                            <a class=\"btn btn-primary-outline\" href=\"https://mobirise.com\" data-app-placeholder=\"Type Text\">Learn\n                                More</a>\n                        </div>\n                    </div>\n                </div>\n            </div>\n        </div>\n    </div>\n</section>",
          "_cid": "s27IGoiNsi",
          "_anchor": "ampFeatures49-2m",
          "_protectedParams": [],
          "_global": false,
          "_once": false,
          "_params": {}
        },
        {
          "alias": "amp-blocks/components",
          "_isSecondary": true,
          "typeCompatible": "isAMP",
          "_styles": {
            "padding-top": "(@paddingTop * 1rem)",
            "padding-bottom": "(@paddingBottom * 1rem)",
            "& when (@bg-type = 'color')": {
              "background-color": "@bg-value"
            },
            "& when (@bg-type = 'image')": {
              "background-image": "url(@bg-value)",
              ".mbr-overlay": {
                "background-color": "@overlayColor",
                "opacity": "@overlayOpacity"
              }
            },
            ".card-box": {
              "width": "100%",
              "background-color": "@cardBg",
              "transition": "0.5s",
              "&:hover": {
                "transform": "translateY(-15px)",
                "box-shadow": "0 25px 45px rgba(0, 0, 0, 0.2)",
                ".iconfont-wrapper": {
                  "transform": "translateY(-15px)"
                }
              }
            },
            ".card-box-wrapper": {
              "margin-bottom": "2rem"
            },
            ".text-box": {
              "position": "relative",
              "padding": "50px",
              "@media (max-width: 767px)": {
                "padding": "2rem"
              }
            },
            ".iconfont-wrapper": {
              "position": "absolute",
              "right": "20px",
              "top": "-40px",
              "display": "inline-flex",
              "width": "5rem",
              "height": "5rem",
              "justify-content": "center",
              "align-items": "center",
              "background-color": "@iconsBg",
              "border-radius": "50px",
              "padding": "0.5rem",
              "transition": "0.5s",
              "&:hover": {
                "transform": "rotate(45deg)"
              }
            },
            ".amp-iconfont": {
              "font-size": "2rem",
              "width": "2rem",
              "color": "contrast(@iconsBg) !important"
            },
            ".mbr-ai-c": {
              "align-items": "center"
            },
            ".custom-card-title": {
              "color": "#004b4b"
            },
            "H3": {
              "color": "#870000"
            }
          },
          "_name": "ampFeatures37",
          "_customHTML": "<section class=\"ampFeatures37\" group=\"Features\" plugins=\"amp-main\">\n    <mbr-parameters>\n    <header>Size</header>\n    <input type=\"range\" inline=\"\" title=\"Top\" name=\"paddingTop\" min=\"0\" max=\"10\" step=\"1\" value=\"5\">\n    <input type=\"range\" inline=\"\" title=\"Bottom\" name=\"paddingBottom\" min=\"0\" max=\"10\" step=\"1\" value=\"5\">\n    <input type=\"checkbox\" title=\"Full Width\" name=\"fullWidth\">\n    <input type=\"checkbox\" title=\"Row/Column\" name=\"flexDirection\" checked=\"\">\n    <header>Title</header>\n    <input type=\"checkbox\" title=\"Show Title\" name=\"showTitle\" checked=\"\">\n    <input type=\"checkbox\" title=\"Show Subtitle\" name=\"showSubtitle\" checked=\"\">\n    <select title=\"Align\" name=\"titleAlign\" condition=\"showTitle || showSubtitle\">\n        <option value=\"1\">Left</option>\n        <option value=\"2\" selected=\"\">Center</option>\n        <option value=\"3\">Right</option>\n    </select>\n    <header>Cards</header>\n    <input type=\"range\" inline=\"\" title=\"Cards Count\" name=\"cardsCount\" min=\"1\" max=\"6\" step=\"1\" value=\"3\" required=\"\">\n    <select title=\"Align\" name=\"cardsAlign\">\n        <option value=\"1\" selected=\"\">Left</option>\n        <option value=\"2\">Center</option>\n        <option value=\"3\">Right</option>\n    </select>\n    <!-- -->   \n    <input type=\"checkbox\" title=\"Show Title\" name=\"showCardsTitle\" checked=\"\">\n    <input type=\"checkbox\" title=\"Show Text\" name=\"showCardsText\" checked=\"\">\n    <input type=\"checkbox\" title=\"Show Links\" name=\"showCardsLinks\" checked=\"\">\n    <input type=\"checkbox\" title=\"Show Icons\" name=\"showIcons\" checked=\"\">\n    <input type=\"color\" title=\"Icons BG\" name=\"iconsBg\" value=\"#ffc300\" condition=\"showIcons\">\n    <input type=\"color\" title=\"Color\" name=\"cardBg\" value=\"#ffffff\">\n    <!--  -->\n    <header>Background</header>\n    <fieldset type=\"background\" name=\"bg\" required=\"\">\n        <input type=\"color\" title=\"Background Color\" value=\"#f6f9f8\" selected=\"\">\n        <input type=\"image\" title=\"Background Image\" value=\"../_images/background3.jpg\">\n    </fieldset>\n    <!--  -->\n    <input type=\"checkbox\" title=\"Overlay\" name=\"overlay\" checked=\"\" condition=\"bg.type !== 'color'\">\n    <input type=\"color\" title=\"Overlay Color\" name=\"overlayColor\" value=\"#efefef\" condition=\"overlay &amp;&amp; bg.type == 'image'\">\n    <input type=\"range\" inline=\"\" title=\"Opacity\" name=\"overlayOpacity\" min=\"0\" max=\"1\" step=\"0.1\" value=\"0.5\" condition=\"overlay &amp;&amp; bg.type == 'image'\">\n    </mbr-parameters>\n\n    <div class=\"mbr-overlay\" mbr-if=\"overlay &amp;&amp; bg.type !== 'color'\"></div>\n    <div mbr-class=\"{'container':!fullWidth,\n                     'container-fluid':fullWidth}\">\n        <div class=\"mbr-row mbr-jc-c mbr-pb-5\" mbr-class=\"{'align-center': titleAlign==2,\n                         'align-right': titleAlign==3}\">\n            <div class=\"mbr-col-sm-12 mbr-col-md-12 mbr-col-lg-12 mbr-pb-4\" mbr-if=\"showTitle\">\n                <h3 class=\"mbr-fonts-style mbr-bold text-upper line-title\" mbr-theme-style=\"display-5\">INTERNATIONAL PROGRAMS</h3>\n            </div>\n            <div class=\"mbr-col-sm-12 mbr-col-md-12 mbr-col-lg-12\" mbr-if=\"showSubtitle\">\n                <p class=\"mbr-fonts-style\" mbr-theme-style=\"display-7\">International Programs aired on Wantok Radio Light</p>\n            </div>\n        </div>\n        <div class=\"mbr-row mbr-jc-c mbr-ai-c\" mbr-class=\"{'mbr-column': !flexDirection}\" mbr-if=\"showCardsTitle || showCardsSubtitle || showCardsText || showCardsButtons || checkImages\">\n            <div class=\"mbr-col-sm-12 mbr-col-md-6 mbr-col-lg-4\" mbr-class=\"{'mbr-col-lg-6': cardsCount == 2,\n                             'mbr-col-lg-12': cardsCount == 1 || !flexDirection}\">\n                <div class=\"card-box-wrapper\">\n                    <div class=\"card-box\" mbr-class=\"{'align-center': cardsAlign==2,\n                                     'align-right': cardsAlign==3}\">\n                        <div class=\"img-box\">\n                            <amp-img class=\"mobirise-loader\" src=\"@PROJECT_PATH@/assets/images/640x480-640x480.jpg\" layout=\"responsive\" height=\"261\" width=\"348\" alt=\"image\">\n                                <div placeholder=\"\" class=\"placeholder\"></div>\n                                <img class=\"mbr-temp\" src=\"@PROJECT_PATH@/assets/images/640x480-640x480.jpg\" alt=\"\" title=\"\">\n                            </amp-img>\n                        </div>\n                        <div class=\"text-box\">\n                            <div class=\"iconfont-wrapper\" mbr-if=\"showIcons\">\n                                <span mbr-icon=\"\" class=\"amp-iconfont animation-normal mbri-success\"></span>\n                            </div>\n                            <h4 class=\"mbr-fonts-style mbr-bold mbr-pb-2 custom-card-title\" mbr-theme-style=\"display-5\" mbr-if=\"showCardsTitle\" data-app-selector=\".custom-card-title\">Focus on the Family</h4>\n                            <p class=\"mbr-fonts-style mbr-pb-2 custom-card-text\" mbr-theme-style=\"display-7\" mbr-if=\"showCardsText\" data-app-selector=\".custom-card-text\">This is a Program centered around family and its matters surrounding the subject. It is aired Daily from 6.00 am to 630 in the Morning and 8.00pm to 8.30pm in the evenings<br><br><br><br></p>\n                            <div class=\"custom-link link mbr-fonts-style mbr-bold mbr-black\" mbr-text=\"\" mbr-theme-style=\"display-7\" mbr-if=\"showCardsLinks\" data-app-selector=\".custom-link\"></div>\n                        </div>\n                    </div>\n                </div>\n            </div>\n            <div class=\"mbr-col-sm-12 mbr-col-md-6 mbr-col-lg-4\" mbr-class=\"{'mbr-col-lg-6': cardsCount == 2,\n                             'mbr-col-lg-12': !flexDirection}\" mbr-if=\"cardsCount > 1\">\n                <div class=\"card-box-wrapper\">\n                    <div class=\"card-box\" mbr-class=\"{'align-center': cardsAlign==2,\n                                     'align-right': cardsAlign==3}\">\n                        <div class=\"img-box\">\n                            <amp-img class=\"mobirise-loader\" src=\"@PROJECT_PATH@/assets/images/d0k055ew0amnjmk-676x467.jpg\" layout=\"responsive\" height=\"240\" width=\"347.40899357601717\" alt=\"image\">\n                                <div placeholder=\"\" class=\"placeholder\"></div>\n                                <img class=\"mbr-temp\" src=\"@PROJECT_PATH@/assets/images/d0k055ew0amnjmk-676x467.jpg\" alt=\"\" title=\"\">\n                            </amp-img>\n                        </div>\n                        <div class=\"text-box\">\n                            <div class=\"iconfont-wrapper\" mbr-if=\"showIcons\">\n                                <span mbr-icon=\"\" class=\"amp-iconfont animation-normal mbri-success\"></span>\n                            </div>\n                            <h4 class=\"mbr-fonts-style mbr-bold mbr-pb-2 custom-card-title\" mbr-theme-style=\"display-5\" mbr-if=\"showCardsTitle\" data-app-selector=\".custom-card-title\">Heritage &amp; Hope</h4>\n                            <p class=\"mbr-fonts-style mbr-pb-2 custom-card-text\" mbr-theme-style=\"display-7\" mbr-if=\"showCardsText\" data-app-selector=\".custom-card-text\">Heritage &amp; Hope is headed by Reverend James Plank and comes on every Saturdays and Sundays.<br><br><br><br><br><br></p>\n                            <div class=\"custom-link link mbr-fonts-style mbr-bold mbr-black\" mbr-text=\"\" mbr-theme-style=\"display-7\" mbr-if=\"showCardsLinks\" data-app-selector=\".custom-link\"></div>\n                        </div>\n                    </div>\n                </div>\n            </div>\n            <div class=\"mbr-col-sm-12 mbr-col-md-6 mbr-col-lg-4\" mbr-class=\"{'mbr-col-lg-12': !flexDirection}\" mbr-if=\"cardsCount > 2\">\n                <div class=\"card-box-wrapper\">\n                    <div class=\"card-box\" mbr-class=\"{'align-center': cardsAlign==2,\n                                     'align-right': cardsAlign==3}\">\n                        <div class=\"img-box\">\n                            <amp-img class=\"mobirise-loader\" src=\"@PROJECT_PATH@/assets/images/itunes-jt-500x364.jpg\" layout=\"responsive\" height=\"253\" width=\"347.5274725274725\" alt=\"image\">\n                                <div placeholder=\"\" class=\"placeholder\"></div>\n                                <img class=\"mbr-temp\" src=\"@PROJECT_PATH@/assets/images/itunes-jt-500x364.jpg\" alt=\"\" title=\"\">\n                            </amp-img>\n                        </div>\n                        <div class=\"text-box\">\n                            <div class=\"iconfont-wrapper\" mbr-if=\"showIcons\">\n                                <span mbr-icon=\"\" class=\"amp-iconfont animation-normal mbri-success\"></span>\n                            </div>\n                            <h4 class=\"mbr-fonts-style mbr-bold mbr-pb-2 custom-card-title\" mbr-theme-style=\"display-5\" mbr-if=\"showCardsTitle\" data-app-selector=\".custom-card-title\">Just Thinking</h4>\n                            <p class=\"mbr-fonts-style mbr-pb-2 custom-card-text\" mbr-theme-style=\"display-7\" mbr-if=\"showCardsText\" data-app-selector=\".custom-card-text\">This is one of the best loved programs that discuss issues of how to understand and engage different worldview and ties in with bible truths as well. Great teaching program for all ages. 15 minutes-aired at 7.15am &amp; 9:45pm-Mon-Fridays.</p>\n                            <div class=\"custom-link link mbr-fonts-style mbr-bold mbr-black\" mbr-text=\"\" mbr-theme-style=\"display-7\" mbr-if=\"showCardsLinks\" data-app-selector=\".custom-link\"></div>\n                        </div>\n                    </div>\n                </div>\n            </div>\n            <div class=\"mbr-col-sm-12 mbr-col-md-6 mbr-col-lg-4\" mbr-class=\"{'mbr-col-lg-12': !flexDirection}\" mbr-if=\"cardsCount > 3\">\n                <div class=\"card-box-wrapper\">\n                    <div class=\"card-box\" mbr-class=\"{'align-center': cardsAlign==2,\n                                     'align-right': cardsAlign==3}\">\n                        <div class=\"img-box\">\n                            <amp-img class=\"mobirise-loader\" src=\"@PROJECT_PATH@/assets/images/28.jpg\" layout=\"responsive\" height=\"100\" width=\"150.07173601147775\" alt=\"image\">\n                                <div placeholder=\"\" class=\"placeholder\"></div>\n                                <img class=\"mbr-temp\" src=\"@PROJECT_PATH@/assets/images/28.jpg\" alt=\"\">\n                            </amp-img>\n                        </div>\n                        <div class=\"text-box\">\n                            <div class=\"iconfont-wrapper\" mbr-if=\"showIcons\">\n                                <span mbr-icon=\"\" class=\"amp-iconfont animation-normal mbri-success\"></span>\n                            </div>\n                            <h4 class=\"mbr-fonts-style mbr-bold mbr-pb-2 custom-card-title\" mbr-theme-style=\"display-5\" mbr-if=\"showCardsTitle\" data-app-selector=\".custom-card-title\">Title</h4>\n                            <p class=\"mbr-fonts-style mbr-pb-2 custom-card-text\" mbr-theme-style=\"display-7\" mbr-if=\"showCardsText\" data-app-selector=\".custom-card-text\">Lorem ipsum dolor sit amet consectetur adipisicing elit. Optio alias repellendus architecto. Soluta neque officia hic corrupti sapiente inventore autem.</p>\n                            <div class=\"custom-link link mbr-fonts-style mbr-bold mbr-black\" mbr-text=\"\" mbr-theme-style=\"display-7\" mbr-if=\"showCardsLinks\" data-app-selector=\".custom-link\">\n                                <a href=\"#\" class=\"text-black\">Read More</a></div>\n                        </div>\n                    </div>\n                </div>\n            </div>\n            <div class=\"mbr-col-sm-12 mbr-col-md-6 mbr-col-lg-4\" mbr-class=\"{'mbr-col-lg-12': !flexDirection}\" mbr-if=\"cardsCount > 4\">\n                <div class=\"card-box-wrapper\">\n                    <div class=\"card-box\" mbr-class=\"{'align-center': cardsAlign==2,\n                                     'align-right': cardsAlign==3}\">\n                        <div class=\"img-box\">\n                            <amp-img class=\"mobirise-loader\" src=\"@PROJECT_PATH@/assets/images/28.jpg\" layout=\"responsive\" height=\"100\" width=\"150.07173601147775\" alt=\"image\">\n                                <div placeholder=\"\" class=\"placeholder\"></div>\n                                <img class=\"mbr-temp\" src=\"@PROJECT_PATH@/assets/images/28.jpg\" alt=\"\">\n                            </amp-img>\n                        </div>\n                        <div class=\"text-box\">\n                            <div class=\"iconfont-wrapper\" mbr-if=\"showIcons\">\n                                <span mbr-icon=\"\" class=\"amp-iconfont animation-normal mbri-success\"></span>\n                            </div>\n                            <h4 class=\"mbr-fonts-style mbr-bold mbr-pb-2 custom-card-title\" mbr-theme-style=\"display-5\" mbr-if=\"showCardsTitle\" data-app-selector=\".custom-card-title\">Title</h4>\n                            <p class=\"mbr-fonts-style mbr-pb-2 custom-card-text\" mbr-theme-style=\"display-7\" mbr-if=\"showCardsText\" data-app-selector=\".custom-card-text\">Lorem ipsum dolor sit amet consectetur adipisicing elit. Optio alias repellendus architecto. Soluta neque officia hic corrupti sapiente inventore autem.</p>\n                            <div class=\"custom-link link mbr-fonts-style mbr-bold mbr-black\" mbr-text=\"\" mbr-theme-style=\"display-7\" mbr-if=\"showCardsLinks\" data-app-selector=\".custom-link\">\n                                <a href=\"#\" class=\"text-black\">Read More</a></div>\n                        </div>\n                    </div>\n                </div>\n            </div>\n            <div class=\"mbr-col-sm-12 mbr-col-md-6 mbr-col-lg-4\" mbr-class=\"{'mbr-col-lg-12': !flexDirection}\" mbr-if=\"cardsCount > 5\">\n                <div class=\"card-box-wrapper\">\n                    <div class=\"card-box\" mbr-class=\"{'align-center': cardsAlign==2,\n                                     'align-right': cardsAlign==3}\">\n                        <div class=\"img-box\">\n                            <amp-img class=\"mobirise-loader\" src=\"@PROJECT_PATH@/assets/images/28.jpg\" layout=\"responsive\" height=\"100\" width=\"150.07173601147775\" alt=\"image\">\n                                <div placeholder=\"\" class=\"placeholder\"></div>\n                                <img class=\"mbr-temp\" src=\"@PROJECT_PATH@/assets/images/28.jpg\" alt=\"\">\n                            </amp-img>\n                        </div>\n                        <div class=\"text-box\">\n                            <div class=\"iconfont-wrapper\" mbr-if=\"showIcons\">\n                                <span mbr-icon=\"\" class=\"amp-iconfont animation-normal mbri-success\"></span>\n                            </div>\n                            <h4 class=\"mbr-fonts-style mbr-bold mbr-pb-2 custom-card-title\" mbr-theme-style=\"display-5\" mbr-if=\"showCardsTitle\" data-app-selector=\".custom-card-title\">Title</h4>\n                            <p class=\"mbr-fonts-style mbr-pb-2 custom-card-text\" mbr-theme-style=\"display-7\" mbr-if=\"showCardsText\" data-app-selector=\".custom-card-text\">Lorem ipsum dolor sit amet consectetur adipisicing elit. Optio alias repellendus architecto. Soluta neque officia hic corrupti sapiente inventore autem.</p>\n                            <div class=\"custom-link link mbr-fonts-style mbr-bold mbr-black\" mbr-text=\"\" mbr-theme-style=\"display-7\" mbr-if=\"showCardsLinks\" data-app-selector=\".custom-link\">\n                                <a href=\"#\" class=\"text-black\">Read More</a></div>\n                        </div>\n                    </div>\n                </div>\n            </div>\n        </div>\n    </div>\n</section>",
          "_cid": "rZoyw1h34k",
          "_anchor": "ampFeatures37-1z",
          "_protectedParams": [],
          "_global": false,
          "_once": false,
          "_params": {}
        },
        {
          "alias": "amp-blocks/components",
          "_isSecondary": true,
          "typeCompatible": "isAMP",
          "_styles": {
            "padding-top": "(@paddingTop * 1rem)",
            "padding-bottom": "(@paddingBottom * 1rem)",
            "& when (@bg-type = 'color')": {
              "background-color": "@bg-value"
            },
            "& when (@bg-type = 'image')": {
              "background-image": "url(@bg-value)",
              ".mbr-overlay": {
                "background-color": "@overlayColor",
                "opacity": "@overlayOpacity"
              }
            },
            ".card-box": {
              "width": "100%",
              "background-color": "@cardBg",
              "transition": "0.5s",
              "&:hover": {
                "transform": "translateY(-15px)",
                "box-shadow": "0 25px 45px rgba(0, 0, 0, 0.2)",
                ".iconfont-wrapper": {
                  "transform": "translateY(-15px)"
                }
              }
            },
            ".card-box-wrapper": {
              "margin-bottom": "2rem"
            },
            ".text-box": {
              "position": "relative",
              "padding": "50px",
              "@media (max-width: 767px)": {
                "padding": "2rem"
              }
            },
            ".iconfont-wrapper": {
              "position": "absolute",
              "right": "20px",
              "top": "-40px",
              "display": "inline-flex",
              "width": "5rem",
              "height": "5rem",
              "justify-content": "center",
              "align-items": "center",
              "background-color": "@iconsBg",
              "border-radius": "50px",
              "padding": "0.5rem",
              "transition": "0.5s",
              "&:hover": {
                "transform": "rotate(45deg)"
              }
            },
            ".amp-iconfont": {
              "font-size": "2rem",
              "width": "2rem",
              "color": "contrast(@iconsBg) !important"
            },
            ".mbr-ai-c": {
              "align-items": "center"
            }
          },
          "_name": "ampFeatures37",
          "_customHTML": "<section class=\"ampFeatures37\" group=\"Features\" plugins=\"amp-main\">\n    <mbr-parameters>\n    <header>Size</header>\n    <input type=\"range\" inline=\"\" title=\"Top\" name=\"paddingTop\" min=\"0\" max=\"10\" step=\"1\" value=\"0\">\n    <input type=\"range\" inline=\"\" title=\"Bottom\" name=\"paddingBottom\" min=\"0\" max=\"10\" step=\"1\" value=\"5\">\n    <input type=\"checkbox\" title=\"Full Width\" name=\"fullWidth\">\n    <input type=\"checkbox\" title=\"Row/Column\" name=\"flexDirection\" checked=\"\">\n    <header>Title</header>\n    <input type=\"checkbox\" title=\"Show Title\" name=\"showTitle\">\n    <input type=\"checkbox\" title=\"Show Subtitle\" name=\"showSubtitle\">\n    <select title=\"Align\" name=\"titleAlign\" condition=\"showTitle || showSubtitle\">\n        <option value=\"1\">Left</option>\n        <option value=\"2\" selected=\"\">Center</option>\n        <option value=\"3\">Right</option>\n    </select>\n    <header>Cards</header>\n    <input type=\"range\" inline=\"\" title=\"Cards Count\" name=\"cardsCount\" min=\"1\" max=\"6\" step=\"1\" value=\"6\" required=\"\">\n    <select title=\"Align\" name=\"cardsAlign\">\n        <option value=\"1\" selected=\"\">Left</option>\n        <option value=\"2\">Center</option>\n        <option value=\"3\">Right</option>\n    </select>\n    <!-- -->   \n    <input type=\"checkbox\" title=\"Show Title\" name=\"showCardsTitle\" checked=\"\">\n    <input type=\"checkbox\" title=\"Show Text\" name=\"showCardsText\" checked=\"\">\n    <input type=\"checkbox\" title=\"Show Links\" name=\"showCardsLinks\" checked=\"\">\n    <input type=\"checkbox\" title=\"Show Icons\" name=\"showIcons\" checked=\"\">\n    <input type=\"color\" title=\"Icons BG\" name=\"iconsBg\" value=\"#ffc300\" condition=\"showIcons\">\n    <input type=\"color\" title=\"Color\" name=\"cardBg\" value=\"#ffffff\">\n    <!--  -->\n    <header>Background</header>\n    <fieldset type=\"background\" name=\"bg\" required=\"\">\n        <input type=\"color\" title=\"Background Color\" value=\"#ffffff\" selected=\"\">\n        <input type=\"image\" title=\"Background Image\" value=\"../_images/background3.jpg\">\n    </fieldset>\n    <!--  -->\n    <input type=\"checkbox\" title=\"Overlay\" name=\"overlay\" checked=\"\" condition=\"bg.type !== 'color'\">\n    <input type=\"color\" title=\"Overlay Color\" name=\"overlayColor\" value=\"#efefef\" condition=\"overlay &amp;&amp; bg.type == 'image'\">\n    <input type=\"range\" inline=\"\" title=\"Opacity\" name=\"overlayOpacity\" min=\"0\" max=\"1\" step=\"0.1\" value=\"0.5\" condition=\"overlay &amp;&amp; bg.type == 'image'\">\n    </mbr-parameters>\n\n    <div class=\"mbr-overlay\" mbr-if=\"overlay &amp;&amp; bg.type !== 'color'\"></div>\n    <div mbr-class=\"{'container':!fullWidth,\n                     'container-fluid':fullWidth}\">\n        <div class=\"mbr-row mbr-jc-c mbr-pb-5\" mbr-class=\"{'align-center': titleAlign==2,\n                         'align-right': titleAlign==3}\">\n            <div class=\"mbr-col-sm-12 mbr-col-md-12 mbr-col-lg-12 mbr-pb-4\" mbr-if=\"showTitle\">\n                <h3 class=\"mbr-fonts-style mbr-bold text-upper line-title\" mbr-theme-style=\"display-5\">About Our Works</h3>\n            </div>\n            <div class=\"mbr-col-sm-12 mbr-col-md-12 mbr-col-lg-12\" mbr-if=\"showSubtitle\">\n                <p class=\"mbr-fonts-style\" mbr-theme-style=\"display-7\">Lorem ipsum dolor sit amet consectetur adipisicing elit. Iure consequatur voluptates, rerum explicabo ex recusandae!</p>\n            </div>\n        </div>\n        <div class=\"mbr-row mbr-jc-c mbr-ai-c\" mbr-class=\"{'mbr-column': !flexDirection}\" mbr-if=\"showCardsTitle || showCardsSubtitle || showCardsText || showCardsButtons || checkImages\">\n            <div class=\"mbr-col-sm-12 mbr-col-md-6 mbr-col-lg-4\" mbr-class=\"{'mbr-col-lg-6': cardsCount == 2,\n                             'mbr-col-lg-12': cardsCount == 1 || !flexDirection}\">\n                <div class=\"card-box-wrapper\">\n                    <div class=\"card-box\" mbr-class=\"{'align-center': cardsAlign==2,\n                                     'align-right': cardsAlign==3}\">\n                        <div class=\"img-box\">\n                            <amp-img class=\"mobirise-loader\" src=\"@PROJECT_PATH@/assets/images/muslims-turning-t-dr-youssef-338x219.jpeg\" layout=\"responsive\" height=\"188\" width=\"347.23497267759564\" alt=\"image\">\n                                <div placeholder=\"\" class=\"placeholder\"></div>\n                                <img class=\"mbr-temp\" src=\"@PROJECT_PATH@/assets/images/muslims-turning-t-dr-youssef-338x219.jpeg\" alt=\"\" title=\"\">\n                            </amp-img>\n                        </div>\n                        <div class=\"text-box\">\n                            <div class=\"iconfont-wrapper\" mbr-if=\"showIcons\">\n                                <span mbr-icon=\"\" class=\"amp-iconfont animation-normal mbri-success\"></span>\n                            </div>\n                            <h4 class=\"mbr-fonts-style mbr-bold mbr-pb-2 custom-card-title\" mbr-theme-style=\"display-5\" mbr-if=\"showCardsTitle\" data-app-selector=\".custom-card-title\">Leading the Way</h4>\n                            <p class=\"mbr-fonts-style mbr-pb-2 custom-card-text\" mbr-theme-style=\"display-7\" mbr-if=\"showCardsText\" data-app-selector=\".custom-card-text\">This is a new preaching program by Dr Michael Youssef. He is an Evangelical Minister and World Wide Bible Teacher, is committed to the authority of scripture and the fearless proclamation of the truth in these last days. This program runs for 30 minutes on Mondays at 5.30pm and Sundays at 9.30pm<br><br><br><br></p>\n                            <div class=\"custom-link link mbr-fonts-style mbr-bold mbr-black\" mbr-text=\"\" mbr-theme-style=\"display-7\" mbr-if=\"showCardsLinks\" data-app-selector=\".custom-link\"></div>\n                        </div>\n                    </div>\n                </div>\n            </div>\n            <div class=\"mbr-col-sm-12 mbr-col-md-6 mbr-col-lg-4\" mbr-class=\"{'mbr-col-lg-6': cardsCount == 2,\n                             'mbr-col-lg-12': !flexDirection}\" mbr-if=\"cardsCount > 1\">\n                <div class=\"card-box-wrapper\">\n                    <div class=\"card-box\" mbr-class=\"{'align-center': cardsAlign==2,\n                                     'align-right': cardsAlign==3}\">\n                        <div class=\"img-box\">\n                            <amp-img class=\"mobirise-loader\" src=\"@PROJECT_PATH@/assets/images/backtothebible-1-676x424.png\" layout=\"responsive\" height=\"148\" width=\"348.7418181818182\" alt=\"image\">\n                                <div placeholder=\"\" class=\"placeholder\"></div>\n                                <img class=\"mbr-temp\" src=\"@PROJECT_PATH@/assets/images/backtothebible-1-676x424.png\" alt=\"\" title=\"\">\n                            </amp-img>\n                        </div>\n                        <div class=\"text-box\">\n                            <div class=\"iconfont-wrapper\" mbr-if=\"showIcons\">\n                                <span mbr-icon=\"\" class=\"amp-iconfont animation-normal mbri-success\"></span>\n                            </div>\n                            <h4 class=\"mbr-fonts-style mbr-bold mbr-pb-2 custom-card-title\" mbr-theme-style=\"display-5\" mbr-if=\"showCardsTitle\" data-app-selector=\".custom-card-title\">Back to the Bible</h4>\n                            <p class=\"mbr-fonts-style mbr-pb-2 custom-card-text\" mbr-theme-style=\"display-7\" mbr-if=\"showCardsText\" data-app-selector=\".custom-card-text\">This is a daily preaching program. It is a very solid preaching. 30 minutes-aired at 2am, 8am, &amp; 6:30pm Mon-Friday.<br><br><br><br><br><br><br><br><br></p>\n                            <div class=\"custom-link link mbr-fonts-style mbr-bold mbr-black\" mbr-text=\"\" mbr-theme-style=\"display-7\" mbr-if=\"showCardsLinks\" data-app-selector=\".custom-link\"></div>\n                        </div>\n                    </div>\n                </div>\n            </div>\n            <div class=\"mbr-col-sm-12 mbr-col-md-6 mbr-col-lg-4\" mbr-class=\"{'mbr-col-lg-12': !flexDirection}\" mbr-if=\"cardsCount > 2\">\n                <div class=\"card-box-wrapper\">\n                    <div class=\"card-box\" mbr-class=\"{'align-center': cardsAlign==2,\n                                     'align-right': cardsAlign==3}\">\n                        <div class=\"img-box\">\n                            <amp-img class=\"mobirise-loader\" src=\"@PROJECT_PATH@/assets/images/maxresdefault-640x427.jpeg\" layout=\"responsive\" height=\"185\" width=\"347.21407624633434\" alt=\"image\">\n                                <div placeholder=\"\" class=\"placeholder\"></div>\n                                <img class=\"mbr-temp\" src=\"@PROJECT_PATH@/assets/images/maxresdefault-640x427.jpeg\" alt=\"\" title=\"\">\n                            </amp-img>\n                        </div>\n                        <div class=\"text-box\">\n                            <div class=\"iconfont-wrapper\" mbr-if=\"showIcons\">\n                                <span mbr-icon=\"\" class=\"amp-iconfont animation-normal mbri-success\"></span>\n                            </div>\n                            <h4 class=\"mbr-fonts-style mbr-bold mbr-pb-2 custom-card-title\" mbr-theme-style=\"display-5\" mbr-if=\"showCardsTitle\" data-app-selector=\".custom-card-title\">Unshackled</h4>\n                            <p class=\"mbr-fonts-style mbr-pb-2 custom-card-text\" mbr-theme-style=\"display-7\" mbr-if=\"showCardsText\" data-app-selector=\".custom-card-text\">This is a dramatized program that deals with life stories of men and women who have become Christians out of terrible lifestyles. 30 minutes-aired Wednesday 5:30pm, Saturday 10pm and Sunday 4:00pm<br><br><br><br><br><br><br></p>\n                            <div class=\"custom-link link mbr-fonts-style mbr-bold mbr-black\" mbr-text=\"\" mbr-theme-style=\"display-7\" mbr-if=\"showCardsLinks\" data-app-selector=\".custom-link\"></div>\n                        </div>\n                    </div>\n                </div>\n            </div>\n            <div class=\"mbr-col-sm-12 mbr-col-md-6 mbr-col-lg-4\" mbr-class=\"{'mbr-col-lg-12': !flexDirection}\" mbr-if=\"cardsCount > 3\">\n                <div class=\"card-box-wrapper\">\n                    <div class=\"card-box\" mbr-class=\"{'align-center': cardsAlign==2,\n                                     'align-right': cardsAlign==3}\">\n                        <div class=\"img-box\">\n                            <amp-img class=\"mobirise-loader\" src=\"@PROJECT_PATH@/assets/images/redeemingthetime-696x711.png\" layout=\"responsive\" height=\"356\" width=\"348.48945147679325\" alt=\"image\">\n                                <div placeholder=\"\" class=\"placeholder\"></div>\n                                <img class=\"mbr-temp\" src=\"@PROJECT_PATH@/assets/images/redeemingthetime-696x711.png\" alt=\"\" title=\"\">\n                            </amp-img>\n                        </div>\n                        <div class=\"text-box\">\n                            <div class=\"iconfont-wrapper\" mbr-if=\"showIcons\">\n                                <span mbr-icon=\"\" class=\"amp-iconfont animation-normal mbri-success\"></span>\n                            </div>\n                            <h4 class=\"mbr-fonts-style mbr-bold mbr-pb-2 custom-card-title\" mbr-theme-style=\"display-5\" mbr-if=\"showCardsTitle\" data-app-selector=\".custom-card-title\">Redeeming the Time</h4>\n                            <p class=\"mbr-fonts-style mbr-pb-2 custom-card-text\" mbr-theme-style=\"display-7\" mbr-if=\"showCardsText\" data-app-selector=\".custom-card-text\">This is a short program with stories and scriptures that focuses on been a good steward. This segment also helps to manage time, not only for daily routine of task but more importantly to spend time with our God. 2-3 minutes-aired Monday-Friday at 9am, 5:15pm &amp; 10:45pm.<br><br><br></p>\n                            <div class=\"custom-link link mbr-fonts-style mbr-bold mbr-black\" mbr-text=\"\" mbr-theme-style=\"display-7\" mbr-if=\"showCardsLinks\" data-app-selector=\".custom-link\"></div>\n                        </div>\n                    </div>\n                </div>\n            </div>\n            <div class=\"mbr-col-sm-12 mbr-col-md-6 mbr-col-lg-4\" mbr-class=\"{'mbr-col-lg-12': !flexDirection}\" mbr-if=\"cardsCount > 4\">\n                <div class=\"card-box-wrapper\">\n                    <div class=\"card-box\" mbr-class=\"{'align-center': cardsAlign==2,\n                                     'align-right': cardsAlign==3}\">\n                        <div class=\"img-box\">\n                            <amp-img class=\"mobirise-loader\" src=\"@PROJECT_PATH@/assets/images/reachbeyond-1-696x696.png\" layout=\"responsive\" height=\"248\" width=\"348\" alt=\"image\">\n                                <div placeholder=\"\" class=\"placeholder\"></div>\n                                <img class=\"mbr-temp\" src=\"@PROJECT_PATH@/assets/images/reachbeyond-1-696x696.png\" alt=\"\" title=\"\">\n                            </amp-img>\n                        </div>\n                        <div class=\"text-box\">\n                            <div class=\"iconfont-wrapper\" mbr-if=\"showIcons\">\n                                <span mbr-icon=\"\" class=\"amp-iconfont animation-normal mbri-success\"></span>\n                            </div>\n                            <h4 class=\"mbr-fonts-style mbr-bold mbr-pb-2 custom-card-title\" mbr-theme-style=\"display-5\" mbr-if=\"showCardsTitle\" data-app-selector=\".custom-card-title\">Reach Beyond</h4>\n                            <p class=\"mbr-fonts-style mbr-pb-2 custom-card-text\" mbr-theme-style=\"display-7\" mbr-if=\"showCardsText\" data-app-selector=\".custom-card-text\">This a short program produced by HCJB Global. It has stories with spiritual applications that encourage a listener. 2 minutes-aired Mon-Friday at 5:30pm.<br><br><br></p>\n                            <div class=\"custom-link link mbr-fonts-style mbr-bold mbr-black\" mbr-text=\"\" mbr-theme-style=\"display-7\" mbr-if=\"showCardsLinks\" data-app-selector=\".custom-link\"></div>\n                        </div>\n                    </div>\n                </div>\n            </div>\n            <div class=\"mbr-col-sm-12 mbr-col-md-6 mbr-col-lg-4\" mbr-class=\"{'mbr-col-lg-12': !flexDirection}\" mbr-if=\"cardsCount > 5\">\n                <div class=\"card-box-wrapper\">\n                    <div class=\"card-box\" mbr-class=\"{'align-center': cardsAlign==2,\n                                     'align-right': cardsAlign==3}\">\n                        <div class=\"img-box\">\n                            <amp-img class=\"mobirise-loader\" src=\"@PROJECT_PATH@/assets/images/keysforkids-360x360.png\" layout=\"responsive\" height=\"263\" width=\"348.0882352941176\" alt=\"image\">\n                                <div placeholder=\"\" class=\"placeholder\"></div>\n                                <img class=\"mbr-temp\" src=\"@PROJECT_PATH@/assets/images/keysforkids-360x360.png\" alt=\"\" title=\"\">\n                            </amp-img>\n                        </div>\n                        <div class=\"text-box\">\n                            <div class=\"iconfont-wrapper\" mbr-if=\"showIcons\">\n                                <span mbr-icon=\"\" class=\"amp-iconfont animation-normal mbri-success\"></span>\n                            </div>\n                            <h4 class=\"mbr-fonts-style mbr-bold mbr-pb-2 custom-card-title\" mbr-theme-style=\"display-5\" mbr-if=\"showCardsTitle\" data-app-selector=\".custom-card-title\">Keys for Kids</h4>\n                            <p class=\"mbr-fonts-style mbr-pb-2 custom-card-text\" mbr-theme-style=\"display-7\" mbr-if=\"showCardsText\" data-app-selector=\".custom-card-text\">This is a short story that is done during our children’s time each day. It has a song and a Bible lesson that is short and the children can remember it easily. 3-5 minutes-aired only during “Your Story Our” program. Mon-Friday 3.15pm<br></p>\n                            <div class=\"custom-link link mbr-fonts-style mbr-bold mbr-black\" mbr-text=\"\" mbr-theme-style=\"display-7\" mbr-if=\"showCardsLinks\" data-app-selector=\".custom-link\"></div>\n                        </div>\n                    </div>\n                </div>\n            </div>\n        </div>\n    </div>\n</section>",
          "_cid": "rZozh9LwXF",
          "_anchor": "ampFeatures37-20",
          "_protectedParams": [],
          "_global": false,
          "_once": false,
          "_params": {}
        },
        {
          "alias": "amp-blocks/components",
          "_isSecondary": true,
          "typeCompatible": "isAMP",
          "_styles": {
            "padding-top": "(@paddingTop * 1rem)",
            "padding-bottom": "(@paddingBottom * 1rem)",
            "& when (@bg-type = 'color')": {
              "background-color": "@bg-value"
            },
            "& when (@bg-type = 'image')": {
              "background-image": "url(@bg-value)",
              ".mbr-overlay": {
                "background-color": "@overlayColor",
                "opacity": "@overlayOpacity"
              }
            },
            ".card-box": {
              "width": "100%",
              "background-color": "@cardBg",
              "transition": "0.5s",
              "&:hover": {
                "transform": "translateY(-15px)",
                "box-shadow": "0 25px 45px rgba(0, 0, 0, 0.2)",
                ".iconfont-wrapper": {
                  "transform": "translateY(-15px)"
                }
              }
            },
            ".card-box-wrapper": {
              "margin-bottom": "2rem"
            },
            ".text-box": {
              "position": "relative",
              "padding": "50px",
              "@media (max-width: 767px)": {
                "padding": "2rem"
              }
            },
            ".iconfont-wrapper": {
              "position": "absolute",
              "right": "20px",
              "top": "-40px",
              "display": "inline-flex",
              "width": "5rem",
              "height": "5rem",
              "justify-content": "center",
              "align-items": "center",
              "background-color": "@iconsBg",
              "border-radius": "50px",
              "padding": "0.5rem",
              "transition": "0.5s",
              "&:hover": {
                "transform": "rotate(45deg)"
              }
            },
            ".amp-iconfont": {
              "font-size": "2rem",
              "width": "2rem",
              "color": "contrast(@iconsBg) !important"
            },
            ".mbr-ai-c": {
              "align-items": "center"
            }
          },
          "_name": "ampFeatures37",
          "_customHTML": "<section class=\"ampFeatures37\" group=\"Features\" plugins=\"amp-main\">\n    <mbr-parameters>\n    <header>Size</header>\n    <input type=\"range\" inline=\"\" title=\"Top\" name=\"paddingTop\" min=\"0\" max=\"10\" step=\"1\" value=\"0\">\n    <input type=\"range\" inline=\"\" title=\"Bottom\" name=\"paddingBottom\" min=\"0\" max=\"10\" step=\"1\" value=\"5\">\n    <input type=\"checkbox\" title=\"Full Width\" name=\"fullWidth\">\n    <input type=\"checkbox\" title=\"Row/Column\" name=\"flexDirection\" checked=\"\">\n    <header>Title</header>\n    <input type=\"checkbox\" title=\"Show Title\" name=\"showTitle\">\n    <input type=\"checkbox\" title=\"Show Subtitle\" name=\"showSubtitle\">\n    <select title=\"Align\" name=\"titleAlign\" condition=\"showTitle || showSubtitle\">\n        <option value=\"1\">Left</option>\n        <option value=\"2\" selected=\"\">Center</option>\n        <option value=\"3\">Right</option>\n    </select>\n    <header>Cards</header>\n    <input type=\"range\" inline=\"\" title=\"Cards Count\" name=\"cardsCount\" min=\"1\" max=\"6\" step=\"1\" value=\"3\" required=\"\">\n    <select title=\"Align\" name=\"cardsAlign\">\n        <option value=\"1\" selected=\"\">Left</option>\n        <option value=\"2\">Center</option>\n        <option value=\"3\">Right</option>\n    </select>\n    <!-- -->   \n    <input type=\"checkbox\" title=\"Show Title\" name=\"showCardsTitle\" checked=\"\">\n    <input type=\"checkbox\" title=\"Show Text\" name=\"showCardsText\" checked=\"\">\n    <input type=\"checkbox\" title=\"Show Links\" name=\"showCardsLinks\" checked=\"\">\n    <input type=\"checkbox\" title=\"Show Icons\" name=\"showIcons\" checked=\"\">\n    <input type=\"color\" title=\"Icons BG\" name=\"iconsBg\" value=\"#ffc300\" condition=\"showIcons\">\n    <input type=\"color\" title=\"Color\" name=\"cardBg\" value=\"#ffffff\">\n    <!--  -->\n    <header>Background</header>\n    <fieldset type=\"background\" name=\"bg\" required=\"\">\n        <input type=\"color\" title=\"Background Color\" value=\"#ffffff\" selected=\"\">\n        <input type=\"image\" title=\"Background Image\" value=\"../_images/background3.jpg\">\n    </fieldset>\n    <!--  -->\n    <input type=\"checkbox\" title=\"Overlay\" name=\"overlay\" checked=\"\" condition=\"bg.type !== 'color'\">\n    <input type=\"color\" title=\"Overlay Color\" name=\"overlayColor\" value=\"#efefef\" condition=\"overlay &amp;&amp; bg.type == 'image'\">\n    <input type=\"range\" inline=\"\" title=\"Opacity\" name=\"overlayOpacity\" min=\"0\" max=\"1\" step=\"0.1\" value=\"0.5\" condition=\"overlay &amp;&amp; bg.type == 'image'\">\n    </mbr-parameters>\n\n    <div class=\"mbr-overlay\" mbr-if=\"overlay &amp;&amp; bg.type !== 'color'\"></div>\n    <div mbr-class=\"{'container':!fullWidth,\n                     'container-fluid':fullWidth}\">\n        <div class=\"mbr-row mbr-jc-c mbr-pb-5\" mbr-class=\"{'align-center': titleAlign==2,\n                         'align-right': titleAlign==3}\">\n            <div class=\"mbr-col-sm-12 mbr-col-md-12 mbr-col-lg-12 mbr-pb-4\" mbr-if=\"showTitle\">\n                <h3 class=\"mbr-fonts-style mbr-bold text-upper line-title\" mbr-theme-style=\"display-5\">About Our Works</h3>\n            </div>\n            <div class=\"mbr-col-sm-12 mbr-col-md-12 mbr-col-lg-12\" mbr-if=\"showSubtitle\">\n                <p class=\"mbr-fonts-style\" mbr-theme-style=\"display-7\">Lorem ipsum dolor sit amet consectetur adipisicing elit. Iure consequatur voluptates, rerum explicabo ex recusandae!</p>\n            </div>\n        </div>\n        <div class=\"mbr-row mbr-jc-c mbr-ai-c\" mbr-class=\"{'mbr-column': !flexDirection}\" mbr-if=\"showCardsTitle || showCardsSubtitle || showCardsText || showCardsButtons || checkImages\">\n            <div class=\"mbr-col-sm-12 mbr-col-md-6 mbr-col-lg-4\" mbr-class=\"{'mbr-col-lg-6': cardsCount == 2,\n                             'mbr-col-lg-12': cardsCount == 1 || !flexDirection}\">\n                <div class=\"card-box-wrapper\">\n                    <div class=\"card-box\" mbr-class=\"{'align-center': cardsAlign==2,\n                                     'align-right': cardsAlign==3}\">\n                        <div class=\"img-box\">\n                            <amp-img class=\"mobirise-loader\" src=\"@PROJECT_PATH@/assets/images/chapions-arise-424x451.png\" layout=\"responsive\" height=\"370\" width=\"347.84922394678495\" alt=\"image\">\n                                <div placeholder=\"\" class=\"placeholder\"></div>\n                                <img class=\"mbr-temp\" src=\"@PROJECT_PATH@/assets/images/chapions-arise-424x451.png\" alt=\"\" title=\"\">\n                            </amp-img>\n                        </div>\n                        <div class=\"text-box\">\n                            <div class=\"iconfont-wrapper\" mbr-if=\"showIcons\">\n                                <span mbr-icon=\"\" class=\"amp-iconfont animation-normal mbri-star\"></span>\n                            </div>\n                            <h4 class=\"mbr-fonts-style mbr-bold mbr-pb-2 custom-card-title\" mbr-theme-style=\"display-5\" mbr-if=\"showCardsTitle\" data-app-selector=\".custom-card-title\">Champions Arise</h4>\n                            <p class=\"mbr-fonts-style mbr-pb-2 custom-card-text\" mbr-theme-style=\"display-7\" mbr-if=\"showCardsText\" data-app-selector=\".custom-card-text\">Men’s program aired on Saturdays for 15 minutes starts at 9.30pm. Champions Arise encourages men to stand up and be the men God called them to be and to run well the race of life. Find out more on the link provided below.<br><br><br><br><br><br><br><br><br><br><br></p>\n                            <div class=\"custom-link link mbr-fonts-style mbr-bold mbr-black\" mbr-text=\"\" mbr-theme-style=\"display-7\" mbr-if=\"showCardsLinks\" data-app-selector=\".custom-link\"></div>\n                        </div>\n                    </div>\n                </div>\n            </div>\n            <div class=\"mbr-col-sm-12 mbr-col-md-6 mbr-col-lg-4\" mbr-class=\"{'mbr-col-lg-6': cardsCount == 2,\n                             'mbr-col-lg-12': !flexDirection}\" mbr-if=\"cardsCount > 1\">\n                <div class=\"card-box-wrapper\">\n                    <div class=\"card-box\" mbr-class=\"{'align-center': cardsAlign==2,\n                                     'align-right': cardsAlign==3}\">\n                        <div class=\"img-box\">\n                            <amp-img class=\"mobirise-loader\" src=\"@PROJECT_PATH@/assets/images/women-of-hope-logo-for-blog-graphic-696x392.jpeg\" layout=\"responsive\" height=\"188\" width=\"347.5314285714286\" alt=\"image\">\n                                <div placeholder=\"\" class=\"placeholder\"></div>\n                                <img class=\"mbr-temp\" src=\"@PROJECT_PATH@/assets/images/women-of-hope-logo-for-blog-graphic-696x392.jpeg\" alt=\"\" title=\"\">\n                            </amp-img>\n                        </div>\n                        <div class=\"text-box\">\n                            <div class=\"iconfont-wrapper\" mbr-if=\"showIcons\">\n                                <span mbr-icon=\"\" class=\"amp-iconfont animation-normal mbri-success\"></span>\n                            </div>\n                            <h4 class=\"mbr-fonts-style mbr-bold mbr-pb-2 custom-card-title\" mbr-theme-style=\"display-5\" mbr-if=\"showCardsTitle\" data-app-selector=\".custom-card-title\">Women of Hope</h4>\n                            <p class=\"mbr-fonts-style mbr-pb-2 custom-card-text\" mbr-theme-style=\"display-7\" mbr-if=\"showCardsText\" data-app-selector=\".custom-card-text\">This program is specifically made for the women. Men can listen also for learning, but its focus is to women. Covers a variety of topics. 30 minutes-aired at 3pm every Saturday.<br><br><br><br><br><br></p>\n                            <div class=\"custom-link link mbr-fonts-style mbr-bold mbr-black\" mbr-text=\"\" mbr-theme-style=\"display-7\" mbr-if=\"showCardsLinks\" data-app-selector=\".custom-link\"></div>\n                        </div>\n                    </div>\n                </div>\n            </div>\n            <div class=\"mbr-col-sm-12 mbr-col-md-6 mbr-col-lg-4\" mbr-class=\"{'mbr-col-lg-12': !flexDirection}\" mbr-if=\"cardsCount > 2\">\n                <div class=\"card-box-wrapper\">\n                    <div class=\"card-box\" mbr-class=\"{'align-center': cardsAlign==2,\n                                     'align-right': cardsAlign==3}\">\n                        <div class=\"img-box\">\n                            <amp-img class=\"mobirise-loader\" src=\"@PROJECT_PATH@/assets/images/cover-guidelines-for-living-grande-388x600.jpeg\" layout=\"responsive\" height=\"321\" width=\"347.8994413407822\" alt=\"image\">\n                                <div placeholder=\"\" class=\"placeholder\"></div>\n                                <img class=\"mbr-temp\" src=\"@PROJECT_PATH@/assets/images/cover-guidelines-for-living-grande-388x600.jpeg\" alt=\"\" title=\"\">\n                            </amp-img>\n                        </div>\n                        <div class=\"text-box\">\n                            <div class=\"iconfont-wrapper\" mbr-if=\"showIcons\">\n                                <span mbr-icon=\"\" class=\"amp-iconfont animation-normal mbri-success\"></span>\n                            </div>\n                            <h4 class=\"mbr-fonts-style mbr-bold mbr-pb-2 custom-card-title\" mbr-theme-style=\"display-5\" mbr-if=\"showCardsTitle\" data-app-selector=\".custom-card-title\">Guidelines for Living</h4>\n                            <p class=\"mbr-fonts-style mbr-pb-2 custom-card-text\" mbr-theme-style=\"display-7\" mbr-if=\"showCardsText\" data-app-selector=\".custom-card-text\">Short inspirational thought for 5 minutes daily by Dr Harold Sala<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br></p>\n                            <div class=\"custom-link link mbr-fonts-style mbr-bold mbr-black\" mbr-text=\"\" mbr-theme-style=\"display-7\" mbr-if=\"showCardsLinks\" data-app-selector=\".custom-link\"></div>\n                        </div>\n                    </div>\n                </div>\n            </div>\n            <div class=\"mbr-col-sm-12 mbr-col-md-6 mbr-col-lg-4\" mbr-class=\"{'mbr-col-lg-12': !flexDirection}\" mbr-if=\"cardsCount > 3\">\n                <div class=\"card-box-wrapper\">\n                    <div class=\"card-box\" mbr-class=\"{'align-center': cardsAlign==2,\n                                     'align-right': cardsAlign==3}\">\n                        <div class=\"img-box\">\n                            <amp-img class=\"mobirise-loader\" src=\"@PROJECT_PATH@/assets/images/28.jpg\" layout=\"responsive\" height=\"100\" width=\"150.07173601147775\" alt=\"image\">\n                                <div placeholder=\"\" class=\"placeholder\"></div>\n                                <img class=\"mbr-temp\" src=\"@PROJECT_PATH@/assets/images/28.jpg\" alt=\"\">\n                            </amp-img>\n                        </div>\n                        <div class=\"text-box\">\n                            <div class=\"iconfont-wrapper\" mbr-if=\"showIcons\">\n                                <span mbr-icon=\"\" class=\"amp-iconfont animation-normal mbri-success\"></span>\n                            </div>\n                            <h4 class=\"mbr-fonts-style mbr-bold mbr-pb-2 custom-card-title\" mbr-theme-style=\"display-5\" mbr-if=\"showCardsTitle\" data-app-selector=\".custom-card-title\">Title</h4>\n                            <p class=\"mbr-fonts-style mbr-pb-2 custom-card-text\" mbr-theme-style=\"display-7\" mbr-if=\"showCardsText\" data-app-selector=\".custom-card-text\">Lorem ipsum dolor sit amet consectetur adipisicing elit. Optio alias repellendus architecto. Soluta neque officia hic corrupti sapiente inventore autem.</p>\n                            <div class=\"custom-link link mbr-fonts-style mbr-bold mbr-black\" mbr-text=\"\" mbr-theme-style=\"display-7\" mbr-if=\"showCardsLinks\" data-app-selector=\".custom-link\">\n                                <a href=\"#\" class=\"text-black\">Read More</a></div>\n                        </div>\n                    </div>\n                </div>\n            </div>\n            <div class=\"mbr-col-sm-12 mbr-col-md-6 mbr-col-lg-4\" mbr-class=\"{'mbr-col-lg-12': !flexDirection}\" mbr-if=\"cardsCount > 4\">\n                <div class=\"card-box-wrapper\">\n                    <div class=\"card-box\" mbr-class=\"{'align-center': cardsAlign==2,\n                                     'align-right': cardsAlign==3}\">\n                        <div class=\"img-box\">\n                            <amp-img class=\"mobirise-loader\" src=\"@PROJECT_PATH@/assets/images/28.jpg\" layout=\"responsive\" height=\"100\" width=\"150.07173601147775\" alt=\"image\">\n                                <div placeholder=\"\" class=\"placeholder\"></div>\n                                <img class=\"mbr-temp\" src=\"@PROJECT_PATH@/assets/images/28.jpg\" alt=\"\">\n                            </amp-img>\n                        </div>\n                        <div class=\"text-box\">\n                            <div class=\"iconfont-wrapper\" mbr-if=\"showIcons\">\n                                <span mbr-icon=\"\" class=\"amp-iconfont animation-normal mbri-success\"></span>\n                            </div>\n                            <h4 class=\"mbr-fonts-style mbr-bold mbr-pb-2 custom-card-title\" mbr-theme-style=\"display-5\" mbr-if=\"showCardsTitle\" data-app-selector=\".custom-card-title\">Title</h4>\n                            <p class=\"mbr-fonts-style mbr-pb-2 custom-card-text\" mbr-theme-style=\"display-7\" mbr-if=\"showCardsText\" data-app-selector=\".custom-card-text\">Lorem ipsum dolor sit amet consectetur adipisicing elit. Optio alias repellendus architecto. Soluta neque officia hic corrupti sapiente inventore autem.</p>\n                            <div class=\"custom-link link mbr-fonts-style mbr-bold mbr-black\" mbr-text=\"\" mbr-theme-style=\"display-7\" mbr-if=\"showCardsLinks\" data-app-selector=\".custom-link\">\n                                <a href=\"#\" class=\"text-black\">Read More</a></div>\n                        </div>\n                    </div>\n                </div>\n            </div>\n            <div class=\"mbr-col-sm-12 mbr-col-md-6 mbr-col-lg-4\" mbr-class=\"{'mbr-col-lg-12': !flexDirection}\" mbr-if=\"cardsCount > 5\">\n                <div class=\"card-box-wrapper\">\n                    <div class=\"card-box\" mbr-class=\"{'align-center': cardsAlign==2,\n                                     'align-right': cardsAlign==3}\">\n                        <div class=\"img-box\">\n                            <amp-img class=\"mobirise-loader\" src=\"@PROJECT_PATH@/assets/images/28.jpg\" layout=\"responsive\" height=\"100\" width=\"150.07173601147775\" alt=\"image\">\n                                <div placeholder=\"\" class=\"placeholder\"></div>\n                                <img class=\"mbr-temp\" src=\"@PROJECT_PATH@/assets/images/28.jpg\" alt=\"\">\n                            </amp-img>\n                        </div>\n                        <div class=\"text-box\">\n                            <div class=\"iconfont-wrapper\" mbr-if=\"showIcons\">\n                                <span mbr-icon=\"\" class=\"amp-iconfont animation-normal mbri-success\"></span>\n                            </div>\n                            <h4 class=\"mbr-fonts-style mbr-bold mbr-pb-2 custom-card-title\" mbr-theme-style=\"display-5\" mbr-if=\"showCardsTitle\" data-app-selector=\".custom-card-title\">Title</h4>\n                            <p class=\"mbr-fonts-style mbr-pb-2 custom-card-text\" mbr-theme-style=\"display-7\" mbr-if=\"showCardsText\" data-app-selector=\".custom-card-text\">Lorem ipsum dolor sit amet consectetur adipisicing elit. Optio alias repellendus architecto. Soluta neque officia hic corrupti sapiente inventore autem.</p>\n                            <div class=\"custom-link link mbr-fonts-style mbr-bold mbr-black\" mbr-text=\"\" mbr-theme-style=\"display-7\" mbr-if=\"showCardsLinks\" data-app-selector=\".custom-link\">\n                                <a href=\"#\" class=\"text-black\">Read More</a></div>\n                        </div>\n                    </div>\n                </div>\n            </div>\n        </div>\n    </div>\n</section>",
          "_cid": "rZozica9f6",
          "_anchor": "ampFeatures37-21",
          "_protectedParams": [],
          "_global": false,
          "_once": false,
          "_params": {}
        },
        {
          "alias": "amp-blocks/components",
          "_isSecondary": true,
          "typeCompatible": "isAMP",
          "_styles": {
            "padding-top": "(@paddingTop * 1rem)",
            "padding-bottom": "(@paddingBottom * 1rem)",
            "& when (@bg-type = 'color')": {
              "background-color": "@bg-value"
            },
            "& when (@bg-type = 'image')": {
              "background-image": "url(@bg-value)",
              "& when (@overlay)": {
                ".mbr-overlay": {
                  "background-color": "@overlayColor",
                  "opacity": "@overlayOpacity"
                }
              }
            },
            ".timeline-item": {
              "border-radius": "15px"
            },
            ".iconBackground": {
              "background-color": "@timelineColor"
            },
            ".separline:before": {
              "background-color": "@timelineColor"
            },
            "& when not (@showImages)": {
              ".timeline-item": {
                "width": "100%",
                "position": "relative"
              },
              ".timeline-date-panel": {
                "display": "inline-block"
              },
              ".timeline-date, .timeline-text-content": {
                "& when (@checkItemsBg)": {
                  "background-color": "@timelineColor"
                }
              },
              ".timeline-element:nth-child(odd)": {
                ".timeline-date-panel": {
                  "margin-right": "2rem"
                },
                ".timeline-text-content": {
                  "margin-left": "2rem"
                }
              },
              ".timeline-element:nth-child(even)": {
                ".timeline-date-panel": {
                  "margin-left": "2rem"
                },
                ".timeline-text-content": {
                  "margin-right": "2rem"
                }
              }
            },
            "& when (@showImages)": {
              ".timeline-wrap": {
                "width": "100%"
              },
              ".timeline-img-wrap": {
                "display": "inline-block"
              },
              "& when (@checkItemsBg)": {
                ".timeline-item": {
                  "background-color": "@timelineColor"
                }
              },
              ".timeline-element:nth-child(odd)": {
                ".timeline-img-panel": {
                  "margin-right": "2rem"
                },
                ".timeline-item-panel": {
                  "margin-left": "2rem"
                }
              },
              ".timeline-element:nth-child(even)": {
                ".timeline-img-panel": {
                  "margin-left": "2rem"
                },
                ".timeline-item-panel": {
                  "margin-right": "2rem"
                }
              }
            },
            "@media (min-width: 768px)": {
              ".mbr-col-md-6": {
                "padding": "0"
              }
            },
            "& when (@checkItemsBg)": {
              ".timeline-date, .timeline-text-content": {
                "padding-left": "2rem",
                "padding-right": "2rem",
                "padding-top": "1.5rem",
                "padding-bottom": "1.5rem",
                "@media (max-width: 992px)": {
                  "padding": "1rem"
                }
              }
            },
            "@media (max-width: 767px)": {
              "& when not (@showImages)": {
                ".timeline-element": {
                  ".timeline-wrap": {
                    ".timeline-item": {
                      "flex-direction": "column",
                      ".timeline-date-panel": {
                        "width": "100%",
                        "margin": "0",
                        "margin-bottom": "1rem"
                      },
                      ".timeline-text-content": {
                        "width": "100%",
                        "margin": "0"
                      }
                    }
                  }
                }
              },
              "& when (@showImages)": {
                ".timelines-container": {
                  ".timeline-element": {
                    ".timeline-wrap": {
                      "height": "100%",
                      "flex-direction": "column",
                      ".timeline-img-panel": {
                        "width": "100%",
                        "margin": "0",
                        "margin-bottom": "1rem"
                      },
                      ".timeline-item-panel": {
                        "width": "100%",
                        "margin": "0"
                      }
                    }
                  }
                }
              }
            },
            "amp-img, img": {
              "border-radius": "15px"
            },
            ".reverseTimeline": {
              "display": "flex",
              "flex-direction": "column-reverse"
            },
            ".mbr-section-title": {
              "color": "#000000"
            },
            ".mbr-timeline-title": {
              "color": "#ffc300"
            }
          },
          "_name": "ampTimeline2",
          "_customHTML": "<section class=\"ampTimeline2\" group=\"Timeline\" plugins=\"amp-main\">\n    <mbr-parameters>\n    <!-- Block parameters controls (Blue \"Gear\" panel)-->\n        <header>Size</header>\n        <input type=\"range\" inline=\"\" title=\"Top\" name=\"paddingTop\" min=\"0\" max=\"10\" step=\"1\" value=\"2\">\n        <input type=\"range\" inline=\"\" title=\"Bottom\" name=\"paddingBottom\" min=\"0\" max=\"10\" step=\"1\" value=\"3\">\n        <input type=\"checkbox\" title=\"Full Width\" name=\"fullWidth\">\n        \n        <header>Title</header>\n        <input type=\"checkbox\" title=\"Show Title\" name=\"showTitle\" checked=\"\">\n        <input type=\"checkbox\" title=\"Show Subtitle\" name=\"showSubtitle\">\n        <select title=\"Align\" name=\"titleAlign\" condition=\"showTitle || showSubtitle\">\n            <option value=\"1\">Left</option>\n            <option value=\"2\" selected=\"\">Center</option>\n            <option value=\"3\">Right</option>\n        </select>\n\n        <header>Items</header>\n        <input type=\"range\" inline=\"\" title=\"Cards Count\" name=\"itemsCount\" min=\"1\" max=\"8\" step=\"1\" value=\"8\" required=\"\">\n        <input type=\"checkbox\" title=\"Reverse Timeline\" name=\"reverseTimeline\">\n        <input type=\"checkbox\" title=\"Show Images\" name=\"showImages\" checked=\"\">\n        <input type=\"checkbox\" title=\"Show Dates\" name=\"showDates\" condition=\"showImages\">\n        <input type=\"checkbox\" title=\"Show Card Title\" name=\"showCardTitle\" checked=\"\">\n        <input type=\"checkbox\" title=\"Show Card Text\" name=\"showCardText\" checked=\"\">\n        <!-- -->\n        <input type=\"checkbox\" title=\"Items Bg\" name=\"checkItemsBg\" checked=\"\">\n        <input type=\"color\" title=\"Timelines Color\" name=\"timelineColor\" value=\"#004b4b\">\n        \n        <header>Background</header>\n        <fieldset type=\"background\" name=\"bg\" required=\"\">\n            <input type=\"image\" title=\"Background Image\" value=\"../_images/background3.jpg\">\n            <input type=\"color\" title=\"Background Color\" value=\"#cccccc\" selected=\"\">  \n        </fieldset>\n        <input type=\"checkbox\" title=\"Overlay\" name=\"overlay\" checked=\"\" condition=\"bg.type !== 'color'\">\n        <input type=\"color\" title=\"Overlay Color\" name=\"overlayColor\" value=\"#ececec\" condition=\"overlay &amp;&amp; bg.type !== 'color'\">\n        <input type=\"range\" inline=\"\" title=\"Opacity\" name=\"overlayOpacity\" min=\"0\" max=\"1\" step=\"0.1\" value=\"0.5\" condition=\"overlay &amp;&amp; bg.type !== 'color'\">\n    <!-- End block parameters -->\n    </mbr-parameters>\n\n    <div class=\"mbr-overlay\" mbr-if=\"overlay &amp;&amp; bg.type !== 'color'\"></div>\n    <div mbr-class=\"{'container':!fullWidth,\n                     'container-fluid':fullWidth}\">\n        <div class=\"title mbr-white mbr-pb-5\" mbr-if=\"showTitle || showSubtitle\" mbr-class=\"{'align-center': titleAlign == 2,\n                         'align-right': titleAlign == 3}\">\n            <h3 class=\"mbr-section-title mbr-fonts-style\" mbr-theme-style=\"display-2\" mbr-if=\"showTitle\" data-app-selector=\".mbr-section-title\" mbr-class=\"{'mbr-pb-2':showSubtitle}\">Program Automation Schedule</h3>\n            <h4 class=\"mbr-section-subtitle mbr-fonts-style\" mbr-theme-style=\"display-5\" mbr-if=\"showSubtitle\" data-app-selector=\".mbr-section-subtitle\">Lorem ipsum dolor sit amet, consectetur adipisicing elit</h4>\n        </div>\n        <div class=\"timelines-container mbr-pt-4 mbr-white\" mbr-class=\"{'reverseTimeline' : reverseTimeline}\">\n            <!--1-->\n            <div class=\"timeline-element separline mbr-pb-4\">\n                <div class=\"timeline-wrap\" mbr-class=\"{'mbr-flex': showImages}\">\n                    <div class=\"timeline-img-wrap mbr-col-sm-12 mbr-col-md-6 mbr-flex align-right\" mbr-if=\"showImages\">\n                        <div class=\"timeline-img-panel\">\n                            <amp-img class=\"mobirise-loader timeline-img\" src=\"@PROJECT_PATH@/assets/images/programs-banner-1-1000x511.jpg\" layout=\"responsive\" height=\"267\" width=\"522.504892367906\" alt=\"image\">\n                                <div placeholder=\"\" class=\"placeholder\"></div>\n                                <img class=\"mbr-temp\" src=\"@PROJECT_PATH@/assets/images/programs-banner-1-1000x511.jpg\" alt=\"\" title=\"\">\n                            </amp-img>\n                        </div>\n                    </div>\n                    <div class=\"timeline-item-wrap\" mbr-class=\"{'mbr-col-sm-12 mbr-col-md-6 mbr-flex mbr-column align-left': showImages}\">\n                        <div class=\"timeline-item-panel\">\n                            <div class=\"timeline-item\" mbr-class=\"{'mbr-flex': !showImages, 'mbr-pt-4 mbr-pb-4': showImages}\">\n                                <div class=\"timeline-date-wrap\" mbr-class=\"{'mbr-col-sm-12 mbr-col-md-6 align-right': !showImages}\">        \n                                    <div class=\"timeline-date-panel\">\n                                        <p class=\"timeline-date mbr-fonts-style\" mbr-theme-style=\"display-5\" mbr-if=\"showDates\" data-app-selector=\".timeline-date\" mbr-class=\"{'mbr-pb-2': showImages,\n                                                       'mbr-pt-4 mbr-pb-4': !showImages}\">1 january 2015</p>\n                                    </div>\n                                </div>\n                                <div class=\"timeline-text-wrap\" mbr-class=\"{'mbr-col-sm-12 mbr-col-md-6 align-left': !showImages}\">\n                                    <div class=\"timeline-text-content\" mbr-class=\"{'mbr-pt-4 mbr-pb-4': !showImages}\">\n                                        <h4 class=\"mbr-timeline-title mbr-fonts-style\" mbr-class=\"{'mbr-pb-2':showCardText}\" mbr-theme-style=\"display-2\" mbr-if=\"showCardTitle\" data-app-selector=\".mbr-timeline-title\">12.00 AM<br>Automation Starts</h4>\n                                        <p class=\"mbr-timeline-text mbr-fonts-style\" mbr-theme-style=\"display-7\" mbr-if=\"showCardText\" data-app-selector=\".mbr-timeline-text\">A Top of the Hour Bible Verse<br>followed by Songs &amp; Inpirational Thoughts</p>\n                                    </div>\n                                </div>\n                            </div>\n                        </div>\n                    </div>\n                    <span class=\"iconBackground\"></span>\n                </div>\n            </div>\n            <!--2-->\n            <div class=\"timeline-element separline\" mbr-class=\"{'mbr-pb-4': itemsCount > 1}\" mbr-if=\"itemsCount > 1\">\n                <div class=\"timeline-wrap\" mbr-class=\"{'mbr-flex mbr-row-reverse': showImages}\">\n                    <div class=\"timeline-img-wrap mbr-col-sm-12 mbr-col-md-6 mbr-flex align-left\" mbr-if=\"showImages\">\n                        <div class=\"timeline-img-panel\">\n                            <amp-img class=\"mobirise-loader timeline-img\" src=\"@PROJECT_PATH@/assets/images/640x480-640x460.jpeg\" layout=\"responsive\" height=\"277\" width=\"521.4117647058823\" alt=\"image\">\n                                <div placeholder=\"\" class=\"placeholder\"></div>\n                                <img class=\"mbr-temp\" src=\"@PROJECT_PATH@/assets/images/640x480-640x460.jpeg\" alt=\"\" title=\"\">\n                            </amp-img>\n                        </div>\n                    </div>\n                    <div class=\"timeline-item-wrap\" mbr-class=\"{'mbr-col-sm-12 mbr-col-md-6 mbr-flex mbr-column align-right': showImages}\">\n                        <div class=\"timeline-item-panel\">\n                            <div class=\"timeline-item\" mbr-class=\"{'mbr-flex mbr-row-reverse': !showImages, 'mbr-pt-4 mbr-pb-4': showImages}\">\n                                <div class=\"timeline-date-wrap\" mbr-class=\"{'mbr-col-sm-12 mbr-col-md-6 align-left': !showImages}\">        \n                                    <div class=\"timeline-date-panel\">\n                                        <p class=\"timeline-date mbr-fonts-style\" mbr-theme-style=\"display-5\" mbr-if=\"showDates\" data-app-selector=\".timeline-date\" mbr-class=\"{'mbr-pb-2': showImages,\n                                                        'mbr-pt-4 mbr-pb-4': !showImages}\">2 february 2015</p>\n                                    </div>\n                                </div>\n                                <div class=\"timeline-text-wrap\" mbr-class=\"{'mbr-col-sm-12 mbr-col-md-6 align-right': !showImages}\">\n                                    <div class=\"timeline-text-content\" mbr-class=\"{'mbr-pt-4 mbr-pb-4': !showImages}\">\n                                        <h4 class=\"mbr-timeline-title mbr-fonts-style\" mbr-class=\"{'mbr-pb-2':showCardText}\" mbr-theme-style=\"display-2\" mbr-if=\"showCardTitle\" data-app-selector=\".mbr-timeline-title\">12.30 AM<br>Focus On the Family</h4>\n                                        <p class=\"mbr-timeline-text mbr-fonts-style\" mbr-theme-style=\"display-7\" mbr-if=\"showCardText\" data-app-selector=\".mbr-timeline-text\">25-30 minutes duration<br>followed by songs and Inspirational thoughts</p>\n                                    </div>\n                                </div>\n                            </div>\n                        </div>\n                    </div>\n                    <span class=\"iconBackground\"></span>\n                </div>\n            </div>\n            <!--3-->\n            <div class=\"timeline-element separline\" mbr-class=\"{'mbr-pb-4': itemsCount > 2}\" mbr-if=\"itemsCount > 2\">\n                <div class=\"timeline-wrap\" mbr-class=\"{'mbr-flex': showImages}\">\n                    <div class=\"timeline-img-wrap mbr-col-sm-12 mbr-col-md-6 mbr-flex align-right\" mbr-if=\"showImages\">\n                        <div class=\"timeline-img-panel\">\n                            <amp-img class=\"mobirise-loader timeline-img\" src=\"@PROJECT_PATH@/assets/images/backtothebible-676x368.png\" layout=\"responsive\" height=\"284\" width=\"521.695652173913\" alt=\"image\">\n                                <div placeholder=\"\" class=\"placeholder\"></div>\n                                <img class=\"mbr-temp\" src=\"@PROJECT_PATH@/assets/images/backtothebible-676x368.png\" alt=\"\" title=\"\">\n                            </amp-img>\n                        </div>\n                    </div>\n                    <div class=\"timeline-item-wrap\" mbr-class=\"{'mbr-col-sm-12 mbr-col-md-6 mbr-flex mbr-column align-left': showImages}\">\n                        <div class=\"timeline-item-panel\">\n                            <div class=\"timeline-item\" mbr-class=\"{'mbr-flex': !showImages, 'mbr-pt-4 mbr-pb-4': showImages}\">\n                                <div class=\"timeline-date-wrap\" mbr-class=\"{'mbr-col-sm-12 mbr-col-md-6 align-right': !showImages}\">        \n                                    <div class=\"timeline-date-panel\">\n                                        <p class=\"timeline-date mbr-fonts-style\" mbr-theme-style=\"display-5\" mbr-if=\"showDates\" data-app-selector=\".timeline-date\" mbr-class=\"{'mbr-pb-2': showImages, 'mbr-pt-4 mbr-pb-4': !showImages}\">3 march 2016</p>\n                                    </div>\n                                </div>\n                                <div class=\"timeline-text-wrap\" mbr-class=\"{'mbr-col-sm-12 mbr-col-md-6 align-left': !showImages}\">\n                                    <div class=\"timeline-text-content\" mbr-class=\"{'mbr-pt-4 mbr-pb-4': !showImages}\">\n                                        <h4 class=\"mbr-timeline-title mbr-fonts-style\" mbr-class=\"{'mbr-pb-2':showCardText}\" mbr-theme-style=\"display-2\" mbr-if=\"showCardTitle\" data-app-selector=\".mbr-timeline-title\">4.00AM<br>Back to the Bible</h4>\n                                        <p class=\"mbr-timeline-text mbr-fonts-style\" mbr-theme-style=\"display-7\" mbr-if=\"showCardText\" data-app-selector=\".mbr-timeline-text\">25-30 Minutes Duration<br>Followed by Songs &amp; Inspirational Thoughts</p>\n                                    </div>\n                                </div>\n                            </div>\n                        </div>\n                    </div>\n                    <span class=\"iconBackground\"></span>\n                </div>\n            </div>\n            <!--4-->\n            <div class=\"timeline-element separline\" mbr-class=\"{'mbr-pb-4': itemsCount > 3}\" mbr-if=\"itemsCount > 3\">\n                <div class=\"timeline-wrap\" mbr-class=\"{'mbr-flex mbr-row-reverse': showImages}\">\n                    <div class=\"timeline-img-wrap mbr-col-sm-12 mbr-col-md-6 mbr-flex align-left\" mbr-if=\"showImages\">\n                        <div class=\"timeline-img-panel\">\n                            <amp-img class=\"mobirise-loader timeline-img\" src=\"@PROJECT_PATH@/assets/images/newsheader1-2-1044x403.jpeg\" layout=\"responsive\" height=\"299\" width=\"521.5116279069767\" alt=\"image\">\n                                <div placeholder=\"\" class=\"placeholder\"></div>\n                                <img class=\"mbr-temp\" src=\"@PROJECT_PATH@/assets/images/newsheader1-2-1044x403.jpeg\" alt=\"\" title=\"\">\n                            </amp-img>\n                        </div>\n                    </div>\n                    <div class=\"timeline-item-wrap\" mbr-class=\"{'mbr-col-sm-12 mbr-col-md-6 mbr-flex mbr-column align-right': showImages}\">\n                        <div class=\"timeline-item-panel\">\n                            <div class=\"timeline-item\" mbr-class=\"{'mbr-flex mbr-row-reverse': !showImages,\n                                             'mbr-pt-4 mbr-pb-4': showImages}\">\n                                <div class=\"timeline-date-wrap\" mbr-class=\"{'mbr-col-sm-12 mbr-col-md-6 align-left': !showImages}\">        \n                                    <div class=\"timeline-date-panel\">\n                                        <p class=\"timeline-date mbr-fonts-style\" mbr-theme-style=\"display-5\" mbr-if=\"showDates\" data-app-selector=\".timeline-date\" mbr-class=\"{'mbr-pb-2': showImages, \n                                                       'mbr-pt-4 mbr-pb-4': !showImages}\">4 april 2017</p>\n                                    </div>\n                                </div>\n                                <div class=\"timeline-text-wrap\" mbr-class=\"{'mbr-col-sm-12 mbr-col-md-6 align-right': !showImages}\">\n                                    <div class=\"timeline-text-content\" mbr-class=\"{'mbr-pt-4 mbr-pb-4': !showImages}\">\n                                        <h4 class=\"mbr-timeline-title mbr-fonts-style\" mbr-class=\"{'mbr-pb-2':showCardText}\" mbr-theme-style=\"display-2\" mbr-if=\"showCardTitle\" data-app-selector=\".mbr-timeline-title\">5.45 AM<br>Morning Light Devotion</h4>\n                                        <p class=\"mbr-timeline-text mbr-fonts-style\" mbr-theme-style=\"display-7\" mbr-if=\"showCardText\" data-app-selector=\".mbr-timeline-text\">A Devotion with Ps Richard George<br>15 minutes Duration</p>\n                                    </div>\n                                </div>\n                            </div>\n                        </div>\n                    </div>\n                    <span class=\"iconBackground\"></span>\n                </div>\n            </div>\n            <!--5-->\n            <div class=\"timeline-element separline\" mbr-class=\"{'mbr-pb-4': itemsCount > 4}\" mbr-if=\"itemsCount > 4\">\n                <div class=\"timeline-wrap\" mbr-class=\"{'mbr-flex': showImages}\">\n                    <div class=\"timeline-img-wrap mbr-col-sm-12 mbr-col-md-6 mbr-flex align-right\" mbr-if=\"showImages\">\n                        <div class=\"timeline-img-panel\">\n                            <amp-img class=\"mobirise-loader timeline-img\" src=\"@PROJECT_PATH@/assets/images/fiona-1044x697.png\" layout=\"responsive\" height=\"273\" width=\"521.7958762886598\" alt=\"image\">\n                                <div placeholder=\"\" class=\"placeholder\"></div>\n                                <img class=\"mbr-temp\" src=\"@PROJECT_PATH@/assets/images/fiona-1044x697.png\" alt=\"\" title=\"\">\n                            </amp-img>\n                        </div>\n                    </div>\n                    <div class=\"timeline-item-wrap\" mbr-class=\"{'mbr-col-sm-12 mbr-col-md-6 mbr-flex mbr-column align-left': showImages}\">\n                        <div class=\"timeline-item-panel\">\n                            <div class=\"timeline-item\" mbr-class=\"{'mbr-flex': !showImages, 'mbr-pt-4 mbr-pb-4': showImages}\">\n                                <div class=\"timeline-date-wrap\" mbr-class=\"{'mbr-col-sm-12 mbr-col-md-6 align-right': !showImages}\">        \n                                    <div class=\"timeline-date-panel\">\n                                        <p class=\"timeline-date mbr-fonts-style\" mbr-theme-style=\"display-5\" mbr-if=\"showDates\" data-app-selector=\".timeline-date\" mbr-class=\"{'mbr-pb-2': showImages,\n                                                       'mbr-pt-4 mbr-pb-4': !showImages}\">5 may 2017</p>\n                                    </div>\n                                </div>\n                                <div class=\"timeline-text-wrap\" mbr-class=\"{'mbr-col-sm-12 mbr-col-md-6 align-left': !showImages}\">\n                                    <div class=\"timeline-text-content\" mbr-class=\"{'mbr-pt-4 mbr-pb-4': !showImages}\">\n                                        <h4 class=\"mbr-timeline-title mbr-fonts-style\" mbr-class=\"{'mbr-pb-2':showCardText}\" mbr-theme-style=\"display-2\" mbr-if=\"showCardTitle\" data-app-selector=\".mbr-timeline-title\">6.00 AM<br>Announcer Clocks in</h4>\n                                        <p class=\"mbr-timeline-text mbr-fonts-style\" mbr-theme-style=\"display-7\" mbr-if=\"showCardText\" data-app-selector=\".mbr-timeline-text\">Announcer starts Continuation Broadcast</p>\n                                    </div>\n                                </div>\n                            </div>\n                        </div>\n                    </div>\n                    <span class=\"iconBackground\"></span>\n                </div>\n            </div>\n            <!--6-->\n            <div class=\"timeline-element separline\" mbr-class=\"{'mbr-pb-4': itemsCount > 5}\" mbr-if=\"itemsCount > 5\">\n                <div class=\"timeline-wrap\" mbr-class=\"{'mbr-flex mbr-row-reverse': showImages}\">\n                    <div class=\"timeline-img-wrap mbr-col-sm-12 mbr-col-md-6 mbr-flex align-left\" mbr-if=\"showImages\">\n                        <div class=\"timeline-img-panel\">\n                            <amp-img class=\"mobirise-loader timeline-img\" src=\"@PROJECT_PATH@/assets/images/32.jpg\" layout=\"responsive\" height=\"348\" width=\"522\" alt=\"image\">\n                                <div placeholder=\"\" class=\"placeholder\"></div>\n                                <img class=\"mbr-temp\" src=\"@PROJECT_PATH@/assets/images/32.jpg\" alt=\"\">\n                            </amp-img>\n                        </div>\n                    </div>\n                    <div class=\"timeline-item-wrap\" mbr-class=\"{'mbr-col-sm-12 mbr-col-md-6 mbr-flex mbr-column align-right': showImages}\">\n                        <div class=\"timeline-item-panel\">\n                            <div class=\"timeline-item\" mbr-class=\"{'mbr-flex mbr-row-reverse': !showImages,\n                                             'mbr-pt-4 mbr-pb-4': showImages}\">\n                                <div class=\"timeline-date-wrap\" mbr-class=\"{'mbr-col-sm-12 mbr-col-md-6 align-left': !showImages}\">        \n                                    <div class=\"timeline-date-panel\">\n                                        <p class=\"timeline-date mbr-fonts-style\" mbr-theme-style=\"display-5\" mbr-if=\"showDates\" data-app-selector=\".timeline-date\" mbr-class=\"{'mbr-pb-2': showImages, 'mbr-pt-4 mbr-pb-4': !showImages}\">6 june 2017</p>\n                                    </div>\n                                </div>\n                                <div class=\"timeline-text-wrap\" mbr-class=\"{'mbr-col-sm-12 mbr-col-md-6 align-right': !showImages}\">\n                                    <div class=\"timeline-text-content\" mbr-class=\"{'mbr-pt-4 mbr-pb-4': !showImages}\">\n                                        <h4 class=\"mbr-timeline-title mbr-fonts-style\" mbr-class=\"{'mbr-pb-2':showCardText}\" mbr-theme-style=\"display-2\" mbr-if=\"showCardTitle\" data-app-selector=\".mbr-timeline-title\">6.02AM<br>NBC NEWS Relay- Tok Pisin</h4>\n                                        <p class=\"mbr-timeline-text mbr-fonts-style\" mbr-theme-style=\"display-7\" mbr-if=\"showCardText\" data-app-selector=\".mbr-timeline-text\">12minutes Duration - News Relay from NBC Radio.</p>\n                                    </div>\n                                </div>\n                            </div>\n                        </div>\n                    </div>\n                    <span class=\"iconBackground\"></span>\n                </div>\n            </div>\n            <!--7-->\n            <div class=\"timeline-element separline\" mbr-class=\"{'mbr-pb-4': itemsCount > 6}\" mbr-if=\"itemsCount > 6\">\n                <div class=\"timeline-wrap\" mbr-class=\"{'mbr-flex': showImages}\">\n                    <div class=\"timeline-img-wrap mbr-col-sm-12 mbr-col-md-6 mbr-flex align-right\" mbr-if=\"showImages\">\n                        <div class=\"timeline-img-panel\">\n                            <amp-img class=\"mobirise-loader timeline-img\" src=\"@PROJECT_PATH@/assets/images/welcome-bg-1044x320.jpeg\" layout=\"responsive\" height=\"212\" width=\"522.7125000000001\" alt=\"image\">\n                                <div placeholder=\"\" class=\"placeholder\"></div>\n                                <img class=\"mbr-temp\" src=\"@PROJECT_PATH@/assets/images/welcome-bg-1044x320.jpeg\" alt=\"\" title=\"\">\n                            </amp-img>\n                        </div>\n                    </div>\n                    <div class=\"timeline-item-wrap\" mbr-class=\"{'mbr-col-sm-12 mbr-col-md-6 mbr-flex mbr-column align-left': showImages}\">\n                        <div class=\"timeline-item-panel\">\n                            <div class=\"timeline-item\" mbr-class=\"{'mbr-flex': !showImages, 'mbr-pt-4 mbr-pb-4': showImages}\">\n                                <div class=\"timeline-date-wrap\" mbr-class=\"{'mbr-col-sm-12 mbr-col-md-6 align-right': !showImages}\">        \n                                    <div class=\"timeline-date-panel\">\n                                        <p class=\"timeline-date mbr-fonts-style\" mbr-theme-style=\"display-5\" mbr-if=\"showDates\" data-app-selector=\".timeline-date\" mbr-class=\"{'mbr-pb-2': showImages,\n                                                       'mbr-pt-4 mbr-pb-4': !showImages}\">7 july 2018</p>\n                                    </div>\n                                </div>\n                                <div class=\"timeline-text-wrap\" mbr-class=\"{'mbr-col-sm-12 mbr-col-md-6 align-left': !showImages}\">\n                                    <div class=\"timeline-text-content\" mbr-class=\"{'mbr-pt-4 mbr-pb-4': !showImages}\">\n                                        <h4 class=\"mbr-timeline-title mbr-fonts-style\" mbr-class=\"{'mbr-pb-2':showCardText}\" mbr-theme-style=\"display-2\" mbr-if=\"showCardTitle\" data-app-selector=\".mbr-timeline-title\">6.30 AM<br>Focus On the Family</h4>\n                                        <p class=\"mbr-timeline-text mbr-fonts-style\" mbr-theme-style=\"display-7\" mbr-if=\"showCardText\" data-app-selector=\".mbr-timeline-text\">Focus on the Family</p>\n                                    </div>\n                                </div>\n                            </div>\n                        </div>\n                    </div>\n                    <span class=\"iconBackground\"></span>\n                </div>\n            </div>\n            <!--8-->\n            <div class=\"timeline-element separline\" mbr-class=\"{'mbr-pb-4': itemsCount > 7}\" mbr-if=\"itemsCount > 7\">\n                <div class=\"timeline-wrap\" mbr-class=\"{'mbr-flex mbr-row-reverse': showImages}\">\n                    <div class=\"timeline-img-wrap mbr-col-sm-12 mbr-col-md-6 mbr-flex align-left\" mbr-if=\"showImages\">\n                        <div class=\"timeline-img-panel\">\n                            <amp-img class=\"mobirise-loader timeline-img\" src=\"@PROJECT_PATH@/assets/images/coverage-map1-1044x699.png\" layout=\"responsive\" height=\"274\" width=\"522.9542961608774\" alt=\"image\">\n                                <div placeholder=\"\" class=\"placeholder\"></div>\n                                <img class=\"mbr-temp\" src=\"@PROJECT_PATH@/assets/images/coverage-map1-1044x699.png\" alt=\"\" title=\"\">\n                            </amp-img>\n                        </div>\n                    </div>\n                    <div class=\"timeline-item-wrap\" mbr-class=\"{'mbr-col-sm-12 mbr-col-md-6 mbr-flex mbr-column align-right': showImages}\">\n                        <div class=\"timeline-item-panel\">\n                            <div class=\"timeline-item\" mbr-class=\"{'mbr-flex mbr-row-reverse': !showImages,\n                                             'mbr-pt-4 mbr-pb-4': showImages}\">\n                                <div class=\"timeline-date-wrap\" mbr-class=\"{'mbr-col-sm-12 mbr-col-md-6 align-left': !showImages}\">        \n                                    <div class=\"timeline-date-panel\">\n                                        <p class=\"timeline-date mbr-fonts-style\" mbr-theme-style=\"display-5\" mbr-if=\"showDates\" data-app-selector=\".timeline-date\" mbr-class=\"{'mbr-pb-2': showImages,\n                                                       'mbr-pt-4 mbr-pb-4': !showImages}\">8 august 2019</p>\n                                    </div>\n                                </div>\n                                <div class=\"timeline-text-wrap\" mbr-class=\"{'mbr-col-sm-12 mbr-col-md-6 align-right': !showImages}\">\n                                    <div class=\"timeline-text-content\" mbr-class=\"{'mbr-pt-4 mbr-pb-4': !showImages}\">\n                                        <h4 class=\"mbr-timeline-title mbr-fonts-style\" mbr-class=\"{'mbr-pb-2':showCardText}\" mbr-theme-style=\"display-2\" mbr-if=\"showCardTitle\" data-app-selector=\".mbr-timeline-title\">7.00 AM<br>NBC ENGLISH NEWS RELAY</h4>\n                                        <p class=\"mbr-timeline-text mbr-fonts-style\" mbr-theme-style=\"display-7\" mbr-if=\"showCardText\" data-app-selector=\".mbr-timeline-text\">English News Relay from NBC Radio</p>\n                                    </div>\n                                </div>\n                            </div>\n                        </div>\n                    </div>\n                    <span class=\"iconBackground\"></span>\n                </div>\n            </div>\n        </div>\n    </div>\n</section>",
          "_cid": "s0UbC0QeWC",
          "_anchor": "ampTimeline2-2l",
          "_protectedParams": [],
          "_global": false,
          "_once": false,
          "_params": {}
        },
        {
          "alias": "amp-blocks/components",
          "_isSecondary": true,
          "typeCompatible": "isAMP",
          "_styles": {
            "padding-top": "(@paddingTop * 10px)",
            "padding-bottom": "(@paddingBottom * 10px)",
            "& when (@bg-type = 'image')": {
              "background-image": "url(@bg-value)",
              ".mbr-overlay": {
                "background-color": "@overlayColor",
                "opacity": "@overlayOpacity"
              }
            },
            "& when (@bg-type = 'color')": {
              "background-color": "@bg-value"
            },
            ".group-title": {
              "margin": "15px 0 18px",
              "padding-bottom": "15px",
              "line-height": "1.4",
              "color": "#ffc300"
            },
            ".items": {
              "padding-bottom": "25px",
              ".item": {
                "margin-top": "10px",
                "margin-right": "15px",
                "opacity": ".75",
                "transition": "opacity .3s ease",
                "&:hover": {
                  "opacity": "1"
                }
              }
            },
            "& when (@showLogo)": {
              ".image-block": {
                "amp-img, img": {
                  "object-fit": "contain",
                  "width": "(@heightImg * 1px)",
                  "height": "auto"
                }
              }
            },
            ".dragArea": {
              "margin": "0",
              "flex-wrap": "nowrap"
            },
            "& when (@subscribe)": {
              ".field": {
                "padding": "0",
                "position": "relative",
                "margin-top": "10px",
                "input": {
                  "padding": "6px 12px",
                  "font-size": "15px",
                  "height": "45px",
                  "border": "1px solid lighten(@primaryColor, 30%)"
                },
                ".btn": {
                  "height": "100%",
                  "&.btn-white:hover": {
                    "background-color": "#fff !important",
                    "border-color": "#fff !important",
                    "color": "#000 !important"
                  }
                }
              },
              ".mbr-section-btn": {
                "margin-right": "0"
              }
            },
            ".footer-wrap": {
              "padding-top": "80px"
            },
            ".contacts__bottom": {
              "margin-top": "45px",
              "padding-bottom": "17px"
            },
            ".bottom__left": {
              ".phone": {
                "opacity": ".75",
                "transition": "opacity 0.3s ease",
                "display": "inline-block",
                "&:hover": {
                  "opacity": "1"
                }
              },
              ".mbr-iconfont": {
                "margin-right": "20px",
                "font-size": "20px",
                "width": "20px",
                "height": "20px",
                "color": "@primaryColor",
                "@media (max-width: 767px)": {
                  "margin-right": "0",
                  "margin-bottom": "10px"
                }
              },
              "color": "#ffc300"
            },
            ".amp-iconfont": {
              "font-size": "15px",
              "width": "15px",
              "text-align": "center",
              "& when (@bg-type = 'color')": {
                "color": "contrast(@bg-value) !important"
              },
              "& when (@bg-type = 'image')": {
                "color": "@primaryColor !important"
              },
              "opacity": ".5",
              "&:hover": {
                "opacity": "1"
              }
            },
            ".footer-container": {
              "padding-bottom": "50px",
              "margin-top": "19px",
              "align-items": "center",
              "opacity": ".75",
              "letter-spacing": "0"
            },
            ".divider__foot": {
              "border-top": "1px solid @borderColor",
              "opacity": ".15",
              "width": "100%"
            },
            "@media (max-width: 991px)": {
              ".items": {
                "padding-top": "0"
              },
              ".group-title": {
                "margin-bottom": "5px"
              }
            },
            "@media (max-width: 768px)": {
              ".image-block amp-img": {
                "max-width": "60%",
                "margin": "auto",
                "height": "100%"
              },
              ".image-block": {
                "margin-bottom": "20px"
              },
              ".bottom__left, .contacts__bottom": {
                "flex-direction": "column",
                "align-items": "center",
                "padding-bottom": "15px"
              },
              ".dragArea": {
                "justify-content": "center"
              }
            },
            ".copyright .mbr-text": {
              "color": "#ffffff"
            },
            ".item, .items": {
              "color": "#ffffff"
            }
          },
          "_name": "ampFooter14",
          "_customHTML": "<section class=\"ampFooter14\" group=\"Footers\" once=\"footer\" plugins=\"amp-main, amp-form, amp-mustache\" global=\"\" always-bottom=\"\">\n\n      <mbr-parameters>\n    <!-- Block parameters controls (Blue \"Gear\" panel) -->\n        <input type=\"range\" inline=\"\" title=\"Top\" name=\"paddingTop\" min=\"0\" max=\"10\" step=\"1\" value=\"0\">\n        <input type=\"range\" inline=\"\" title=\"Bottom\" name=\"paddingBottom\" min=\"0\" max=\"10\" step=\"1\" value=\"0\">\n        <header>Menu</header>\n        <input type=\"checkbox\" title=\"Show Column Title\" name=\"showTitle\" checked=\"\">\n          <input type=\"checkbox\" title=\"Show Subscribe\" name=\"subscribe\" checked=\"\">\n          <input type=\"checkbox\" title=\"Show Logo\" name=\"showLogo\" checked=\"\">\n        <input type=\"range\" inline=\"\" title=\"Logo Width\" name=\"heightImg\" min=\"10\" max=\"150\" step=\"10\" value=\"150\" condition=\"showLogo\">\n        <select title=\"Columns\" name=\"columnsCount\">\n            <option value=\"1\">1</option>\n            <option value=\"2\">2</option>\n            <option value=\"3\" selected=\"\">3</option>\n        </select>\n        <input type=\"range\" inline=\"\" title=\"Column 1 Items\" name=\"columnItems1\" min=\"1\" max=\"6\" value=\"2\">\n        <input type=\"range\" inline=\"\" title=\"Column 2 Items\" name=\"columnItems2\" min=\"1\" max=\"6\" value=\"3\" condition=\"columnsCount > 1\">\n        <input type=\"range\" inline=\"\" title=\"Column 3 Items\" name=\"columnItems3\" min=\"1\" max=\"6\" value=\"3\" condition=\"columnsCount > 2\">\n          <header>Bottom</header>\n          <input type=\"checkbox\" title=\"Show Phone\" name=\"showPhone\" checked=\"\">\n          <input type=\"checkbox\" title=\"Show Social\" name=\"showSocial\" checked=\"\">\n           <input type=\"range\" inline=\"\" title=\"Icons Count\" name=\"iconsCount\" min=\"1\" max=\"6\" value=\"4\" step=\"1\" condition=\"showSocial\">\n          <input type=\"color\" title=\"Border Color\" name=\"borderColor\" value=\"#000000\">\n    <input type=\"checkbox\" title=\"Copyright\" name=\"showCopyright\" checked=\"\">\n    <!--  -->\n        <header>Background</header>\n        <fieldset type=\"background\" name=\"bg\">\n            <input type=\"image\" title=\"Background Image\" value=\"@PROJECT_PATH@/assets/images/footers4-1920x564.jpg\" selected=\"\">\n            <input type=\"color\" title=\"Background Color\" value=\"#ffffff\">\n        </fieldset>\n        <input type=\"checkbox\" title=\"Overlay\" name=\"overlay\" condition=\"bg.type !== 'color'\" checked=\"\">\n    <input type=\"color\" title=\"Overlay Color\" name=\"overlayColor\" value=\"#004b4b\" condition=\"overlay &amp;&amp; bg.type == 'image'\">\n    <input type=\"range\" inline=\"\" title=\"Opacity\" name=\"overlayOpacity\" min=\"0\" max=\"1\" step=\"0.1\" value=\"0.9\" condition=\"overlay &amp;&amp; bg.type == 'image'\">\n    </mbr-parameters>\n\n<div class=\"mbr-overlay\" mbr-if=\"overlay &amp;&amp; bg.type !== 'color'\"></div>\n    <div class=\"container\">\n        <div class=\"mbr-row footer-wrap mbr-jc-c\">\n            <div class=\"image-block align-left mbr-col-sm-12 mbr-col-lg-2\" mbr-class=\"{'mbr-col-md-4' : columnsCount == 2, 'mbr-col-md-3' : columnsCount == 3, 'mbr-col-md-6' : columnsCount <= 1}\" mbr-if=\"showLogo\">\n                    <amp-img src=\"@PROJECT_PATH@/assets/images/logo-260x94.png\" layout=\"responsive\" width=\"149.36170212765958\" height=\"54\" alt=\"Mobirise\" class=\"mobirise-loader\">\n                        <div placeholder=\"\" class=\"placeholder\"></div>\n                        <img class=\"mbr-temp\" src=\"@PROJECT_PATH@/assets/images/logo-260x94.png\" alt=\"Mobirise\" title=\"\">\n                    </amp-img>\n            </div>\n\n            <div class=\"items-col mbr-col-sm-12 align-left\" mbr-class=\"{'mbr-col-lg-2': columnsCount == 3, 'mbr-col-lg-3': ((columnsCount <= 2) &amp;&amp; (showLogo)) || (columnsCount == 2), 'mbr-col-md-4' : columnsCount == 2, 'mbr-col-md-3' : columnsCount == 3, 'mbr-col-md-6' : columnsCount <= 1, 'mbr-col-lg-6 mbr-col-md-6 align-center' : ((columnsCount < 2) &amp;&amp; (!showLogo)) }\">\n                <h3 class=\"mbr-fonts-style group-title mbr-bold\" mbr-theme-style=\"display-7\" mbr-if=\"showTitle\" data-app-selector=\".group-title\">Quick Links</h3>\n                <div class=\"items\" mbr-list=\"\" mbr-list-grow=\"columnItems1\">\n                    <p class=\"item mbr-fonts-style\" mbr-theme-style=\"display-4\" data-app-selector=\".item, .items\"></p><p>\n                        <a href=\"index.html\"></a><a href=\"index.html\" class=\"text-warning\">Home</a></p><p></p>\n                    \n                    \n                <p class=\"item mbr-fonts-style\" mbr-theme-style=\"display-4\" data-app-selector=\".item, .items\">\n                        <a href=\"page1.html\" class=\"text-warning\">About Us</a>\n                    </p></div>\n            </div>\n\n            <div class=\"items-col mbr-col-sm-12 align-left\" mbr-class=\"{'mbr-col-lg-2': columnsCount == 3, 'mbr-col-lg-3': columnsCount <= 2, 'mbr-col-md-4' : columnsCount == 2, 'mbr-col-md-3' : columnsCount == 3}\" mbr-if=\"columnsCount > 1\">\n                <h3 class=\"mbr-fonts-style group-title mbr-bold\" mbr-theme-style=\"display-7\" mbr-if=\"showTitle\" data-app-selector=\".group-title\">Location</h3>\n                <div class=\"items\" mbr-list=\"\" mbr-list-grow=\"columnItems2\">\n                    <p class=\"item mbr-fonts-style\" mbr-theme-style=\"display-4\" data-app-selector=\".item, .items\">\n                        Gerehu Stage 2</p>\n                    <p class=\"item mbr-fonts-style\" mbr-theme-style=\"display-4\" data-app-selector=\".item, .items\">\n                        Sivari Road</p>\n                    \n                <p class=\"item mbr-fonts-style\" mbr-theme-style=\"display-4\" data-app-selector=\".item, .items\">\n                        Port Moresby</p></div>\n            </div>\n\n            <div class=\"items-col mbr-col-sm-12 align-left\" mbr-class=\"{'mbr-col-lg-2': columnsCount == 3, 'mbr-col-lg-3': columnsCount <= 2, 'mbr-col-md-4' : columnsCount == 2, 'mbr-col-md-3' : columnsCount == 3}\" mbr-if=\"columnsCount > 2\">\n                <h3 class=\"mbr-fonts-style group-title mbr-bold\" mbr-theme-style=\"display-7\" mbr-if=\"showTitle\" data-app-selector=\".group-title\">\n                    Important Details</h3>\n                <div class=\"items\" mbr-list=\"\" mbr-list-grow=\"columnItems3\">\n                    <p class=\"item mbr-fonts-style\" mbr-theme-style=\"display-4\" data-app-selector=\".item, .items\">\n                        Phone: 675 326 0946</p>\n                    <p class=\"item mbr-fonts-style\" mbr-theme-style=\"display-4\" data-app-selector=\".item, .items\"></p><p>\n                        Fax: (675)3261104</p><p></p>\n                    \n                <p class=\"item mbr-fonts-style\" mbr-theme-style=\"display-4\" data-app-selector=\".item, .items\">Email: wantok@wantokradio.org</p></div>\n            </div>\n            <div class=\"align-left mbr-col-sm-12 \" mbr-if=\"subscribe\" mbr-class=\"{'mbr-col-md-12 mbr-col-lg-4' : ((columnsCount >= 2) || (showLogo)), 'mbr-col-md-6 mbr-col-lg-6' : ((columnsCount < 2) &amp;&amp; (!showLogo))}\">\n                <h3 class=\"mbr-fonts-style group-title mbr-bold\" mbr-theme-style=\"display-7\" mbr-if=\"showTitle\" data-app-selector=\".group-title\">\n                    Let Us Know you visited</h3>\n                <div class=\"items\" mbr-form=\"\">\n<!--Formbuilder Form-->\n<form action=\"\" name=\"Mobirise Form\" method=\"POST\" class=\"mbr-form align-center\">\n<div class=\"mbr-row\">\n<div submit-success=\"\" class=\"mbr-col-lg-12 mbr-col-md-12 mbr-col-sm-12\">\n<template data-form-alert=\"\" type=\"amp-mustache\">Subscription successful!</template>\n</div>\n<div submit-error=\"\" class=\"mbr-col-lg-12 mbr-col-md-12 mbr-col-sm-12\">\n<template data-form-alert=\"\" type=\"amp-mustache\">Subscription failed! {{error}}</template>\n</div>\n</div>\n<div class=\"dragArea mbr-row\">\n<div data-for=\"form[data][0][1]\" class=\"mbr-col field\">\n<input type=\"hidden\" name=\"form[data][0][0]\" value=\"Email\">\n<input type=\"email\" name=\"form[data][0][1]\" placeholder=\"Enter your email\" data-form-field=\"Email\" mbr-theme-style=\"display-5\" required=\"required\" class=\"field-input\" value=\"\">\n</div>\n<div mbr-buttons=\"true\" mbr-theme-style=\"display-4\" data-toolbar=\"-mbrBtnMove,-mbrLink,-mbrBtnRemove,-mbrBtnAdd\" class=\"mbr-col-auto mbr-section-btn field\"><a type=\"submit\" class=\"btn btn-sm btn-form btn-white\" data-app-placeholder=\"Type Text\"><span class=\"mbri-right mbr-iconfont mbr-iconfont-btn\"></span></a></div>\n</div>\n</form><!--Formbuilder Form-->\n</div>\n        </div>\n        </div>\n    <div class=\"contacts__bottom mbr-flex flex-wrap\">\n        <div class=\"mbr-col-sm-12 bottom__left\" mbr-if=\"showPhone\" mbr-class=\"{'mbr-col-md-6' : showSocial, 'mbr-col-md-12' : !showSocial}\">\n            <span class=\"mbr-iconfont mbr-iconfont-btn fa-phone fa\" mbr-icon=\"\"></span>\n           <p class=\"mbr-fonts-style phone mbr-semibold\" mbr-theme-style=\"display-7\" data-app-selector=\".bottom__left\"><a href=\"#\" class=\"text-warning\">(</a>675) 326 0946</p>\n        </div>\n        <div class=\"mbr-col-sm-12 mbr-flex mbr-jc-e bottom__right\" mbr-if=\"showSocial\" mbr-class=\"{'mbr-col-md-6' : showPhone, 'mbr-col-md-12' : !showPhone}\">\n            <!-- SOCIAL ICON -->\n                <div class=\"menu-social-list\" mbr-list=\"\" mbr-list-grow=\"iconsCount\" mbr-link-type=\"socials\">\n                    <a href=\"http://www.youtube.com/channel/UCt_tncVAetpK5JeM8L-8jyw\" target=\"_blank\">\n                        <span mbr-icon=\"\" class=\"amp-iconfont fa-youtube-play fa\"></span>\n                    </a>\n                    <a href=\"https://www.facebook.com/pages/Mobirise/1616226671953247\" target=\"_blank\">\n                        <span mbr-icon=\"\" class=\"amp-iconfont fa-facebook-f fa\"></span>\n                    </a>\n                    \n                <a href=\"https://www.facebook.com/pages/Mobirise/1616226671953247\" target=\"_blank\">\n                        <span mbr-icon=\"\" class=\"amp-iconfont fa-linkedin fa\"></span>\n                    </a><a href=\"https://www.facebook.com/pages/Mobirise/1616226671953247\" target=\"_blank\">\n                        <span mbr-icon=\"\" class=\"amp-iconfont fa-vimeo-square fa\"></span>\n                    </a></div>\n                <!-- SOCIAL ICON END -->\n        </div>\n    </div>\n        \n    \n    <div class=\"divider__foot\" mbr-if=\"showCopyright\"></div>\n    <div class=\"footer-container container\" mbr-if=\"showCopyright\">\n        <div class=\"copyright align-left\">\n            <p class=\"mbr-text mbr-fonts-style\" mbr-theme-style=\"display-4\" data-app-selector=\".copyright .mbr-text\" data-app-placeholder=\"Type Text\">© Copyright Wantok Radio Light 2020 - All Rights Reserved</p>\n        </div>\n    </div>\n</div></section>",
          "_cid": "rZjAc2Ota7",
          "_anchor": "ampFooter14-1o",
          "_protectedParams": [],
          "_global": true,
          "_once": "footer",
          "_params": {}
        }
      ]
    },
    "projects.html": {
      "settings": {
        "title": "Projects",
        "order": 5
      },
      "components": [
        {
          "alias": false,
          "_styles": {
            "background-color": "@menuBgColor",
            "overflow": "visible",
            ".navbar": {
              "background": "@menuBgColor"
            },
            "section": {
              "padding": "0 !important"
            },
            "section.menu, .menu-container": {
              "min-height": "50px !important"
            },
            "& when not (@showBrand) and not (@showLogo)": {
              ".navbar > .container, .navbar > .container-fluid": {
                "justify-content": "flex-end !important"
              }
            },
            "& when (@showLogo)": {
              ".navbar-brand": {
                ".navbar-logo": {
                  "amp-img, img": {
                    "width": "~\"@{logoWidth}px\"",
                    "height": "~\"@{logoHeight}px\"",
                    "object-fit": "contain"
                  }
                }
              }
            },
            "& when (@showBrand)": {
              ".navbar-caption": {
                "line-height": "inherit !important"
              }
            },
            ".navbar .navbar-collapse": {
              "@media (max-width: 991px)": {
                "background": "@menuBgColor",
                "& when (@sidebarSide = 'left')": {
                  "right": "auto",
                  "left": "0"
                }
              }
            },
            "& when (@showItems)": {
              ".nav-link": {
                "height": "70px",
                "margin": ".667em 1em !important",
                "padding": "0 !important",
                "transition": "0.3s",
                "&:hover": {
                  "color": "@primaryColor"
                }
              },
              ".dropdown-item.active, .dropdown-item:active": {
                "background-color": "transparent"
              },
              ".dropdown-menu": {
                "margin-top": "0",
                "background": "@menuBgColor",
                "border-top": "2px solid @primaryColor",
                "box-shadow": "0 6px 12px rgba(0, 0, 0, 0.175)",
                "transition": "all 0.3s",
                ".dropdown-item": {
                  "justify-content": "flex-start !important"
                },
                ".dropdown-item:hover": {
                  "padding-left": "40px"
                },
                "a:hover": {
                  "color": "@primaryColor"
                }
              }
            },
            ".hamburger span": {
              "background-color": "@hamburgerColor"
            },
            ".builder-sidebar": {
              "background-color": "@menuBgColor"
            },
            ".close-sidebar": {
              "&:focus": {
                "outline": "2px auto @primaryColor"
              },
              "span": {
                "background-color": "@hamburgerColor"
              }
            },
            "& when (@showSocial)": {
              "& when (@showItems)": {
                ".menu-social-list": {
                  "@media (min-width: 992px)": {
                    "padding-left": "1rem"
                  },
                  "@media (max-width: 991px)": {
                    "padding-top": ".5rem"
                  }
                }
              },
              "& when (@showButtons)": {
                ".menu-social-list": {
                  "@media (max-width: 991px)": {
                    "padding-bottom": ".5rem"
                  }
                }
              }
            },
            ".amp-iconfont": {
              "font-size": "1.3rem",
              "width": "1.3rem",
              "color": "@iconsColor"
            },
            ".btn": {
              "padding": "5px 30px"
            }
          },
          "_name": "menu1",
          "_customHTML": "<section class=\"menu1 menu horizontal-menu\" group=\"Menu\" plugins=\"DropDown, amp-main, amp-sidebar\" always-top=\"\" global=\"\" once=\"menu\">\n\t<mbr-parameters>\n\t<!-- Block parameters controls (Blue \"Gear\" panel) -->\n\t<!--  -->\n\t<header>Size</header>\n\t<input type=\"checkbox\" title=\"Full Width\" name=\"fullWidth\">\n\t<input type=\"checkbox\" title=\"Sticky Position\" name=\"sticky\" checked=\"\">\n\t<!--  -->\n\t<header>Show/Hide</header>\t\n\t<input type=\"checkbox\" title=\"Show Logo\" name=\"showLogo\" checked=\"\">\n\t<input type=\"range\" title=\"Logo Height\" inline=\"\" name=\"logoHeight\" min=\"30\" max=\"200\" value=\"59\" step=\"1\" condition=\"showLogo\">\n\t<input type=\"range\" title=\"Logo Width\" inline=\"\" name=\"logoWidth\" min=\"30\" max=\"200\" value=\"200\" step=\"1\" condition=\"showLogo\">\n\t<input type=\"checkbox\" title=\"Show Brand Name\" name=\"showBrand\" checked=\"\">\n\t<input type=\"checkbox\" title=\"Show Menu Items\" name=\"showItems\" checked=\"\">\n\t<input type=\"checkbox\" title=\"Show Button(s)\" name=\"showButtons\">\n\t<header>Icons</header>\n\t<input type=\"checkbox\" title=\"Show Social\" name=\"showSocial\">\n\t<input type=\"range\" inline=\"\" title=\"Icons Count\" name=\"socialCount\" min=\"1\" max=\"6\" value=\"3\" step=\"1\" condition=\"showSocial\">\n\t<input type=\"color\" title=\"Icons Color\" name=\"iconsColor\" value=\"#cd201f\">\n\t<header>Sidebar</header>\n\t<select title=\"Side\" name=\"sidebarSide\">\n\t\t<option value=\"left\">Left</option>\n\t\t<option value=\"right\" selected=\"\">Right</option>\n\t</select>\n\t<input type=\"color\" title=\"Hamburger Color\" name=\"hamburgerColor\" value=\"#ffc300\">\n\t<header>Background</header>\n\t<input type=\"color\" title=\"Background Color\" name=\"menuBgColor\" value=\"#002929\" required=\"\">\n\t<!-- End block parameters -->\n\t</mbr-parameters>\n\t<!-- <div class=\"menu-wrapper\"> -->\n\t<nav class=\"navbar navbar-dropdown navbar-expand-lg navbar-short\" mbr-class=\"{'navbar-fixed-top': sticky}\">\n\t\t<div class=\"menu-container\" mbr-class=\"{'container': !fullWidth,\n\t\t\t\t\t\t'container-fluid': fullWidth,\n\t\t\t\t\t\t'mbr-jc-e': !showLogo &amp;&amp; !showBrand}\">\n\t\t\t<!-- SHOW LOGO -->\n\t\t\t<div class=\"navbar-brand\" mbr-if=\"showLogo || showBrand\">\n\t\t\t\t<div mbr-if=\"showLogo\" class=\"navbar-logo\">\n\t\t\t\t\t<amp-img src=\"@PROJECT_PATH@/assets/images/logochoice-240x85.png\" layout=\"responsive\" height=\"59\" width=\"166.58823529411765\" alt=\"image\" class=\"mobirise-loader\">\n\t\t\t\t\t\t<div placeholder=\"\" class=\"placeholder\"></div>\n\t\t\t\t\t\t<img class=\"mbr-temp\" src=\"@PROJECT_PATH@/assets/images/logochoice-240x85.png\" alt=\"\" title=\"\">\n\t\t\t\t\t</amp-img>\n\t\t\t\t</div>\n\t\t\t\t<span mbr-if=\"showBrand\" mbr-buttons=\"\" mbr-theme-style=\"display-5\" class=\"navbar-caption-wrap\" data-toolbar=\"-mbrBtnMove,-mbrBtnAdd,-mbrBtnRemove\"><a class=\"navbar-caption mbr-bold text-warning\" data-app-selector=\".navbar-caption\" href=\"#\" data-app-placeholder=\"Type Text\">PNGCBN</a></span>\n\t\t\t</div>\n\t\t\t<!-- SHOW LOGO END -->\n\t\t\t<!-- COLLAPSED MENU -->\n\t\t\t<div class=\"collapse navbar-collapse\" id=\"navbarSupportedContent\">\n\t\t\t\t<button class=\"navbar-toggler\" type=\"button\" data-toggle=\"collapse\" data-target=\"#navbarSupportedContent\" aria-controls=\"navbarNavAltMarkup\" aria-expanded=\"false\" aria-label=\"Toggle navigation\" mbr-if=\"showItems || showSocial || showButtons\">\n\t\t\t\t<div class=\"hamburger\">\n\t\t\t\t\t<span></span>\n\t\t\t\t\t<span></span>\n\t\t\t\t\t<span></span>\n\t\t\t\t\t<span></span>\n\t\t\t\t</div>\n\t\t\t\t</button>\n\t\t\t\t<!-- NAVBAR ITEMS -->\n\t\t\t\t<ul mbr-menu=\"\" class=\"navbar-nav nav-dropdown\" mbr-theme-style=\"display-4\" mbr-if=\"showItems\" mbr-class=\"{'nav-right': !showButtons,'navbar-nav-top-padding': isPublish &amp;&amp; !showBrand &amp;&amp; !showLogo}\"><li class=\"nav-item dropdown\">\n\t\t\t\t\t\t<a class=\"nav-link link mbr-bold text-warning\" href=\"index.html\" data-app-selector=\".nav-link,.dropdown-item\" aria-expanded=\"false\" data-app-placeholder=\"Type Text\">Home</a>\n\n\t\t\t\t\t</li>\n\t\t\t\t\t<li class=\"nav-item dropdown\">\n\t\t\t\t\t\t<a class=\"nav-link mbr-bold link text-warning\" href=\"aboutus.html\" data-app-selector=\".nav-link,.dropdown-item\" aria-expanded=\"false\" data-app-placeholder=\"Type Text\">About Us</a>\n                   <div class=\"dropdown-menu\">\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t<a class=\"mbr-bold dropdown-item text-warning\" href=\"histrorypics.html\" data-app-selector=\".nav-link,.dropdown-item\" data-app-placeholder=\"Type Text\">Gallery-History</a>\n\t\t\t\t\t\t</div>\n\t\t\t\t\t</li><li class=\"nav-item\"><a class=\"nav-link mbr-bold link text-warning\" href=\"partners.html\" data-app-selector=\".nav-link,.dropdown-item\" aria-expanded=\"false\" data-app-placeholder=\"Type Text\">Partners</a></li>\n\t\t\t\t\t<li class=\"nav-item dropdown\">\n\t\t\t\t\t\t<a class=\"nav-link mbr-bold link text-warning\" href=\"programs.html\" data-app-selector=\".nav-link,.dropdown-item\" aria-expanded=\"false\" data-app-placeholder=\"Type Text\">Programs</a>\n\n\t\t\t\t\t</li><li class=\"nav-item\"><a class=\"nav-link mbr-bold link text-warning\" href=\"projects.html\" data-app-selector=\".nav-link,.dropdown-item\" aria-expanded=\"false\" data-app-placeholder=\"Type Text\">Projects</a>\n       \n                    </li><li class=\"nav-item\"><a class=\"nav-link mbr-bold link text-warning\" href=\"coverage.html\" data-app-selector=\".nav-link,.dropdown-item\" aria-expanded=\"false\" data-app-placeholder=\"Type Text\">Coverage</a></li><li class=\"nav-item\"><a class=\"nav-link mbr-bold link text-warning\" href=\"news.html\" data-app-selector=\".nav-link,.dropdown-item\" aria-expanded=\"false\" data-app-placeholder=\"Type Text\">News</a></li>\n\t\t\t\t\t<li class=\"nav-item dropdown\">\n\t\t\t\t\t\t<a class=\"nav-link mbr-bold link text-warning\" href=\"https://ca7ssl.rcast.net/radio/61643/\" data-app-selector=\".nav-link,.dropdown-item\" aria-expanded=\"false\" data-app-placeholder=\"Type Text\" target=\"_blank\">LiveStream</a>\n\n\t\t\t\t\t</li><li class=\"nav-item\"><a class=\"nav-link mbr-bold link text-warning\" href=\"contact.html\" data-app-selector=\".nav-link,.dropdown-item\" aria-expanded=\"false\" data-app-placeholder=\"Type Text\">Contact</a></li></ul>\n\t\t\t\t<!-- NAVBAR ITEMS END -->\n\t\t\t\t<!-- SOCIAL ICON -->\n\t\t\t\t<div class=\"menu-social-list\" mbr-if=\"showSocial\" mbr-list=\"\" mbr-list-grow=\"socialCount\" mbr-link-type=\"socials\">\n\t\t\t\t\t<a href=\"#\" target=\"_blank\" class=\"iconfont-wrapper\">\n\t\t\t\t\t\t<span mbr-icon=\"\" class=\"amp-iconfont animation-normal fa-twitter fa\"></span>\n\t\t\t\t\t</a>\n\t\t\t\t\t<a href=\"#\" target=\"_blank\" class=\"iconfont-wrapper\">\n\t\t\t\t\t\t<span mbr-icon=\"\" class=\"amp-iconfont animation-normal fa-facebook fa\"></span>\n\t\t\t\t\t</a>\n\t\t\t\t\t<a href=\"#\" target=\"_blank\" class=\"iconfont-wrapper\">\n\t\t\t\t\t\t<span mbr-icon=\"\" class=\"amp-iconfont animation-normal fa-telegram fa\"></span>\n\t\t\t\t\t</a>\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t</div>\n\t\t\t\t<!-- SOCIAL ICON END -->\n\t\t\t\t<!-- SHOW BUTTON -->\n\t\t\t\t<div mbr-if=\"showButtons\" mbr-buttons=\"\" mbr-theme-style=\"display-7\" class=\"navbar-buttons mbr-section-btn\">\n\t\t\t\t\t<a class=\"btn btn-md btn-black mbr-bold\" href=\"#\">Join us</a>\n\t\t\t\t</div>\n\t\t\t\t<!-- SHOW BUTTON END -->\n\t\t\t</div>\n\t\t\t<!-- COLLAPSED MENU END -->\n\t\t\t<button class=\"navbar-toggler hide\" type=\"button\" data-toggle=\"collapse\" data-target=\"#navbarSupportedContent\" aria-controls=\"navbarNavAltMarkup\" aria-expanded=\"false\" aria-label=\"Toggle navigation\" mbr-if=\"showItems || showSocial || showButtons\">\n\t\t\t<div class=\"hamburger\">\n\t\t\t\t<span></span>\n\t\t\t\t<span></span>\n\t\t\t\t<span></span>\n\t\t\t\t<span></span>\n\t\t\t</div>\n\t\t\t</button>\n\t\t\t<button on=\"tap:sidebar.toggle\" class=\"ampstart-btn hamburger\" mbr-if=\"(showItems||showButtons)\">\n\t\t\t\t<span></span>\n\t\t\t\t<span></span>\n\t\t\t\t<span></span>\n\t\t\t\t<span></span>\n\t\t\t</button>\n\t\t</div>\n\t</nav>\n\t<!-- AMP plug -->\n\t<amp-sidebar id=\"sidebar\" layout=\"nodisplay\" side=\"{{sidebarSide}}\">\n\t\t<div class=\"builder-sidebar\" id=\"builder-sidebar\">\n\t\t\t<button on=\"tap:sidebar.close\" class=\"close-sidebar\">\n\t\t\t<span></span>\n\t\t\t<span></span>\n\t\t\t</button>\n\t\t</div>\n\t</amp-sidebar>\n\t<!-- </div> -->\n</section>",
          "_cid": "rx8RugdGc5",
          "_PHPplaceholders": [],
          "_JSplaceholders": [],
          "_anchor": "menu1-g",
          "_protectedParams": [],
          "_global": true,
          "_once": "menu",
          "_params": {}
        },
        {
          "alias": false,
          "_styles": {
            "& when not (@fullScreen)": {
              "padding-top": "(@paddingTop * 1rem)",
              "padding-bottom": "(@paddingBottom * 1rem)"
            },
            "& when (@bg-type = 'image')": {
              "background-image": "url(@bg-value)",
              "& when (@overlay)": {
                ".mbr-overlay": {
                  "background": "@overlayColor",
                  "opacity": "@overlayOpacity"
                }
              }
            },
            "& when (@bg-type = 'color')": {
              "background-color": "@bg-value"
            },
            "align-items": "center",
            "display": "flex",
            ".btn": {
              "padding": "5px 50px"
            },
            ".mbr-section-title, .mbr-section-btn": {
              "color": "#ffffff"
            },
            ".mbr-section-subtitle, .mbr-section-btn": {
              "color": "#ffc300"
            }
          },
          "_name": "header1",
          "_customHTML": "<section class=\"header1\" group=\"Headers\" mbr-class=\"{'mbr-fullscreen': fullScreen}\" plugins=\"amp-main\">\n    <mbr-parameters>\n    <!-- Block parameters controls (Blue \"Gear\" panel) -->\n    <header>Size</header>\n    <input type=\"checkbox\" title=\"Full Screen\" name=\"fullScreen\">\n    <input type=\"checkbox\" title=\"Full Width\" name=\"fullWidth\">\n    <input type=\"range\" inline title=\"Top\" name=\"paddingTop\" min=\"0\" max=\"15\" step=\"1\" value=\"10\" condition=\"fullScreen == false\">\n    <input type=\"range\" inline title=\"Bottom\" name=\"paddingBottom\" min=\"0\" max=\"15\" step=\"1\" value=\"10\" condition=\"fullScreen == false\">\n    <input type=\"checkbox\" name=\"halfSize\" title=\"Half Size\">\n    <select title=\"Align\" name=\"alignHalf\" condition=\"halfSize\">\n        <option value=\"1\" selected>Left</option>\n        <option value=\"2\">Center</option>\n        <option value=\"3\">Right</option>\n    </select>\n    <header>Show/Hide</header>\n    <input type=\"checkbox\" title=\"Title\" name=\"showTitle\" checked>\n    <input type=\"checkbox\" title=\"Subtitle\" name=\"showSubtitle\" checked>\n    <input type=\"checkbox\" title=\"Text\" name=\"showText\">\n    <input type=\"checkbox\" title=\"Buttons\" name=\"showButtons\" checked>\n    <select title=\"Align\" name=\"alignTitle\" condition=\"showTitle || showSubtitle || showText || showButtons\">\n        <option value=\"1\">Left</option>\n        <option value=\"2\">Center</option>\n        <option value=\"3\" selected>Right</option>\n    </select>\n    <header>Background</header>\n    <fieldset type=\"background\" name=\"bg\" required>\n        <input type=\"image\" title=\"Background Image\" value=\"@PROJECT_PATH@/assets/images/radiokid2-1920x1136.jpg\" selected>\n        <input type=\"color\" title=\"Background Color\" value=\"#ffffff\">\n    </fieldset>\n    <input type=\"checkbox\" title=\"Overlay\" name=\"overlay\" condition=\"bg.type !== 'color'\" checked>\n    <input type=\"color\" title=\"Overlay Color\" name=\"overlayColor\" value=\"#000000\" condition=\"overlay && bg.type !== 'color'\">\n    <input type=\"range\" inline title=\"Opacity\" name=\"overlayOpacity\" min=\"0\" max=\"1\" step=\"0.1\" value=\"0.6\" condition=\"overlay && bg.type !== 'color'\">\n    <!-- End block parameters -->\n    </mbr-parameters>\n    <div class=\"mbr-overlay\" mbr-if=\"overlay && bg.type !== 'color'\"></div>\n    <div mbr-class=\"{'container':!fullWidth,\n                     'container-fluid': fullWidth}\">\n        <div class=\"mbr-row\" mbr-class=\"{'align-left': alignTitle==1,\n                        'align-center': alignTitle==2,\n                        'align-right': alignTitle==3,\n                        'mbr-jc-c':alignHalf==2,\n                        'mbr-jc-e':alignHalf==3}\" mbr-if=\"showTitle || showSubtitle || showText || showButtons\">\n            <div class=\"title-block mbr-col-sm-12 mbr-col-md-12\" mbr-class=\"{'mbr-col-lg-6': halfSize,\n                             'mbr-col-lg-12': !halfSize}\">\n                <h1 class=\"mbr-section-title mbr-fonts-style mbr-bold\" mbr-theme-style=\"display-1\" mbr-if=\"showTitle\" data-app-selector=\".mbr-section-title, .mbr-section-btn\">Projects</h1>\n                <h2 class=\"mbr-section-subtitle mbr-fonts-style\" mbr-class=\"{'mbr-pt-3': showTitle}\" mbr-theme-style=\"display-2\" mbr-if=\"showSubtitle\" data-app-selector=\".mbr-section-subtitle, .mbr-section-btn\">Future of the Radio Ministry</h2>\n                <p class=\"mbr-text mbr-fonts-style\" mbr-class=\"{'mbr-pt-2': showTitle || showSubtitle}\" mbr-theme-style=\"display-7\" mbr-if=\"showText\" data-app-selector=\".mbr-section-btn, .mbr-text\">Click on the text in the block to select it and enter the text you want to show.</p>\n                <div mbr-buttons class=\"mbr-section-btn\" mbr-class=\"{'mbr-pt-4':showSubtitle||showTitle||showText}\" mbr-theme-style=\"display-7\" data-toolbar=\"-mbrBtnMove\" mbr-if=\"showButtons\">\n                    <a class=\"btn-primary btn\">Learn How</a>\n                </div>\n            </div>\n        </div>\n    </div>\n</section>",
          "_cid": "rYQ7LSDtYP",
          "_anchor": "header1-i",
          "_protectedParams": [],
          "_global": false,
          "_once": false,
          "_params": {}
        },
        {
          "alias": "amp-blocks/components",
          "_isSecondary": true,
          "typeCompatible": "isAMP",
          "_styles": {
            "& when not (@fullScreen)": {
              "padding-top": "(@paddingTop * 1rem)",
              "padding-bottom": "(@paddingBottom * 1rem)"
            },
            "& when (@bg-type = 'image')": {
              "background-image": "url(@bg-value)",
              "& when (@overlay)": {
                ".mbr-overlay": {
                  "background": "@overlayColor",
                  "opacity": "@overlayOpacity"
                }
              }
            },
            "& when (@bg-type = 'color')": {
              "background-color": "@bg-value"
            },
            "@media (max-width: 992px)": {
              "& when not (@fullScreen)": {
                "padding-top": "(@paddingTop * 0.5rem)",
                "padding-bottom": "(@paddingBottom * 0.5rem)"
              }
            },
            ".mbr-section-btn, .mbr-text": {
              "color": "#000000"
            },
            ".mbr-section-title, .mbr-section-btn": {
              "color": "#870000"
            }
          },
          "_name": "ampHeader14",
          "_customHTML": "<section class=\"ampHeader14\" group=\"Headers\" mbr-class=\"{'mbr-fullscreen': fullScreen}\" plugins=\"amp-main\">\n    <mbr-parameters>\n        <!-- Block parameters controls (Blue \"Gear\" panel) -->\n        <header>Size</header>\n        <input type=\"checkbox\" title=\"Full Screen\" name=\"fullScreen\">\n        <input type=\"checkbox\" title=\"Full Width\" name=\"fullWidth\">\n        <input type=\"range\" inline title=\"Top\" name=\"paddingTop\" min=\"0\" max=\"15\" step=\"1\" value=\"10\" condition=\"fullScreen == false\">\n        <input type=\"range\" inline title=\"Bottom\" name=\"paddingBottom\" min=\"0\" max=\"15\" step=\"1\" value=\"10\" condition=\"fullScreen == false\">\n        <header>Show/Hide</header>\n        <input type=\"checkbox\" title=\"Title\" name=\"showTitle\" checked>\n        <input type=\"checkbox\" title=\"Subtitle\" name=\"showSubtitle\">\n        <input type=\"checkbox\" title=\"Text\" name=\"showText\" checked>\n        <input type=\"checkbox\" title=\"Buttons\" name=\"showButtons\">\n        <select title=\"Align\" name=\"alignTitle\" condition=\"showTitle || showSubtitle || showText || showButtons\">\n            <option value=\"1\">Left</option>\n            <option value=\"2\" selected>Center</option>\n            <option value=\"3\">Right</option>\n        </select>\n        <header>Background</header>\n        <fieldset type=\"background\" name=\"bg\" required>\n            <input type=\"image\" title=\"Background Image\" value=\"@PROJECT_PATH@/assets/images/tower-1769x1180.jpg\" selected>\n            <input type=\"color\" title=\"Background Color\" value=\"#0d0d0d\">\n        </fieldset>\n        <input type=\"checkbox\" title=\"Overlay\" name=\"overlay\" condition=\"bg.type !== 'color'\" checked>\n        <input type=\"color\" title=\"Overlay Color\" name=\"overlayColor\" value=\"#fffef2\" condition=\"overlay && bg.type !== 'color'\">\n        <input type=\"range\" inline title=\"Opacity\" name=\"overlayOpacity\" min=\"0\" max=\"1\" step=\"0.1\" value=\"0.7\" condition=\"overlay && bg.type !== 'color'\">\n        <!-- End block parameters -->\n    </mbr-parameters>\n    <div class=\"mbr-overlay\" mbr-if=\"overlay && bg.type !== 'color'\"></div>\n    <div mbr-class=\"{'container':!fullWidth,\n                     'container-fluid': fullWidth}\">\n        <div class=\"mbr-row\" mbr-class=\"{'align-left mbr-jc-s': alignTitle==1,\n                        'align-center mbr-jc-c': alignTitle==2,\n                        'align-right mbr-jc-e': alignTitle==3}\">\n            <div class=\"title-block mbr-col-sm-12 mbr-col-md-12 mbr-col-lg-12\">\n                <h1 class=\"mbr-section-title mbr-fonts-style mbr-bold\" mbr-class=\"{'mbr-pb-5': showTitle || showSubtitle}\" mbr-theme-style=\"display-1\" mbr-if=\"showTitle\" data-app-selector=\".mbr-section-title, .mbr-section-btn\">Completed Projects</h1>\n                <h2 class=\"mbr-section-subtitle mbr-fonts-style\" mbr-theme-style=\"display-2\" mbr-if=\"showSubtitle\" data-app-selector=\".mbr-section-subtitle, .mbr-section-btn\">Enter your subtitle here</h2>\n            </div>\n            <div class=\"mbr-col-lg-4 mbr-col-md-6 mbr-col-sm-12\">\n                <p class=\"mbr-text mbr-semibold mbr-fonts-style\" mbr-class=\"{'mbr-pt-5': showTitle || showSubtitle}\" mbr-theme-style=\"display-7\" mbr-if=\"showText\" data-app-selector=\".mbr-section-btn, .mbr-text\"><b>We have completed a 80meter Telecommunication Tower thanks to our Partners and Sponsors for supporting us Financially. Basically, this is to cut down on our Yearly Share-a-thon Targets if we can manage.<br>It is the first of its kind in the history of this ministry and we are proud of your partnership</b></p>\n            </div>\n            <div class=\"mbr-col-lg-4 mbr-col-md-6 mbr-col-sm-12\">\n                <p class=\"mbr-text mbr-semibold mbr-fonts-style\" mbr-class=\"{'mbr-pt-5': showTitle || showSubtitle}\" mbr-theme-style=\"display-4\" mbr-if=\"showText\" data-app-selector=\".mbr-section-btn, .mbr-text\"><b>Now We are looking forward to building more towers in the Future</b></p>\n            </div>\n            <div class=\"mbr-col-lg-12 mbr-col-md-12 mbr-col-sm-12\">\n                <div mbr-buttons class=\"mbr-section-btn\" mbr-class=\"{'mbr-pt-4':showSubtitle||showTitle||showText}\" mbr-theme-style=\"display-7\" data-toolbar=\"-mbrBtnMove\" mbr-if=\"showButtons\"><a class=\"btn btn-white-outline\" data-app-placeholder=\"Type Text\">Learn How</a></div>\n            </div>\n        </div>\n    </div>\n</section>",
          "_cid": "rYQ7QA0LYi",
          "_anchor": "ampHeader14-k",
          "_protectedParams": [],
          "_global": false,
          "_once": false,
          "_params": {}
        },
        {
          "alias": "amp-blocks/components",
          "_isSecondary": true,
          "typeCompatible": "isAMP",
          "_styles": {
            "padding-top": "(@paddingTop * 10px)",
            "padding-bottom": "(@paddingBottom * 10px)",
            "& when (@bg-type = 'color')": {
              "background-color": "@bg-value"
            },
            "& when (@bg-type = 'image')": {
              "background-image": "url(@bg-value)",
              ".mbr-overlay": {
                "background-color": "@overlayColor",
                "opacity": "@overlayOpacity"
              }
            },
            "@media (min-width: 768px)": {
              ".container-fluid": {
                "padding": "0"
              }
            },
            ".mbr-row when (@fullWidth)": {
              "margin": "0"
            },
            "& when (@showSubtext)": {
              ".subtext": {
                "color": "@accentColor",
                "margin-bottom": "15px",
                "background-color": "lighten(@accentColor, 33%)",
                "line-height": "21px",
                "padding": "8px 20px",
                "display": "inline-block"
              }
            },
            "& when (@showDivider) and (@showTitle)": {
              ".divider": {
                "width": "(@divider * 1px)",
                "background-color": "@accentColor"
              }
            },
            "img": {
              "object-fit": "cover"
            },
            "& when (@fullWidth)": {
              ".mbr-row": {
                "margin": "0"
              },
              ".image": {
                "width": "50vw",
                "padding": "0",
                "height": "(@imgHeight * 1vh)"
              },
              "& when not (@reverse)": {
                ".title__block": {
                  "padding": "50px 0 50px ~'calc(30% - 100px)'"
                }
              },
              "& when (@reverse)": {
                ".title__block": {
                  "padding": "50px ~'calc(30% - 100px)' 50px 0"
                }
              }
            },
            "& when not (@fullWidth)": {
              ".title__block": {
                "padding": "50px 0"
              },
              ".image": {
                "width": "100%",
                "height": "(@imgHeight * 1vh)"
              }
            },
            "@media (max-width: 768px)": {
              ".image": {
                "display": "none"
              },
              ".text__block": {
                "padding": "0"
              }
            },
            ".mbr-section-title, .divider": {
              "color": "#870000"
            }
          },
          "_name": "ampHeader19",
          "_customHTML": "<section class=\"ampHeader19\" group=\"Headers\" plugins=\"amp-main\">\n    <mbr-parameters>\n    <!-- Block parameters controls (Blue \"Gear\" panel) -->\n    <input type=\"range\" inline=\"\" title=\"Top\" name=\"paddingTop\" min=\"0\" max=\"10\" step=\"1\" value=\"0\">\n    <input type=\"range\" inline=\"\" title=\"Bottom\" name=\"paddingBottom\" min=\"0\" max=\"10\" step=\"1\" value=\"0\">\n    <!--  -->\n        <input type=\"checkbox\" title=\"Full Width\" name=\"fullWidth\" checked=\"\">\n        <input type=\"checkbox\" title=\"Reverse Content\" name=\"reverse\">\n        <header>Text</header>\n        <input type=\"checkbox\" title=\"Show Title\" name=\"showTitle\" checked=\"\">\n        <input type=\"checkbox\" title=\"Show Subtext\" name=\"showSubtext\" checked=\"\">\n         <input type=\"checkbox\" title=\"Show Text\" name=\"showText\" checked=\"\">\n        <input type=\"checkbox\" title=\"Show Button\" name=\"showButtons\" checked=\"\">\n        <select name=\"alignContent\" title=\"Align Content\">\n            <option value=\"1\" selected=\"\">Left</option>\n            <option value=\"2\">Center</option>\n            <option value=\"3\">Right</option>\n        </select>\n        <input type=\"color\" title=\"Accent Color\" name=\"accentColor\" value=\"#fa584d\" condition=\"(showTitle &amp;&amp; showDivider) || showSubtext\">\n        <input type=\"checkbox\" title=\"Show Divider\" name=\"showDivider\" condition=\"showTitle\" checked=\"\">\n        <input type=\"range\" inline=\"\" title=\"Divider Width\" name=\"divider\" min=\"5\" max=\"250\" step=\"5\" value=\"30\" condition=\"showDivider &amp;&amp; showTitle\">\n        <input type=\"range\" inline=\"\" title=\"Image Height(vh)\" name=\"imgHeight\" min=\"30\" max=\"100\" step=\"1\" value=\"60\">\n        <!--  -->\n        <header>Background</header>\n        <fieldset type=\"background\" name=\"bg\" required=\"\">\n            <input type=\"color\" title=\"Background Color\" value=\"#ffffff\" selected=\"\">\n            <input type=\"image\" title=\"Background Image\" value=\"../_images/background1.jpg\">\n        </fieldset>\n        <!--  -->\n        <input type=\"checkbox\" title=\"Overlay\" name=\"overlay\" condition=\"bg.type !== 'color'\" checked=\"\">\n        <input type=\"color\" title=\"Overlay Color\" name=\"overlayColor\" value=\"#3b7eff\" condition=\"overlay &amp;&amp; bg.type == 'image'\">\n        <input type=\"range\" inline=\"\" title=\"Opacity\" name=\"overlayOpacity\" min=\"0\" max=\"1\" step=\"0.1\" value=\"0.3\" condition=\"overlay &amp;&amp; bg.type == 'image'\">\n</mbr-parameters>\n    \n    <div class=\"mbr-overlay\" mbr-if=\"overlay &amp;&amp; bg.type !== 'color'\"></div>\n<div mbr-class=\"{'container-fluid' : fullWidth, 'container' : !fullWidth}\">\n    <div class=\"mbr-row\" mbr-class=\"{'mbr-row-reverse' : reverse}\">\n    <div class=\"mbr-col-sm-12 mbr-col-md-6 mbr-col-lg-6 mbr-flex text__block align-left\" mbr-class=\"{'align-center' : alignContent == 2, 'align-right' : alignContent == 3}\">\n        <div class=\"title__block mbr-m-auto\">\n            <p class=\"subtext rounded__10 mbr-fonts-style mbr-black\" mbr-theme-style=\"display-4\" mbr-if=\"showSubtext\" data-app-selector=\".subtext\">Expansions</p>\n            <h3 class=\"mbr-section-title mbr-bold mbr-fonts-style mbr-black\" mbr-theme-style=\"display-2\" mbr-if=\"showTitle\" data-app-selector=\".mbr-section-title, .divider\">Upgrading of our Studios - Planning Stages</h3>\n            <span class=\"divider\" mbr-if=\"showDivider\"></span>\n            <p class=\"mbr-text mbr-fonts-style\" mbr-class=\"{'mbr-pt-1' : !showDivider}\" mbr-theme-style=\"display-7\" mbr-if=\"showText\" data-app-selector=\".mbr-text\"><br><br>Plans to upgrade or building a new studio is in the process. We will do as the Lord wills and we ask for your prayer support as we go through this tough times.<br><br>If we ask anything in his Name, he will bestow unto us our desires.<br><br>Amen.</p>\n            <div class=\"mbr-section-btn mbr-pt-4\" mbr-buttons=\"\" data-toolbar=\"-mbrBtnMove\" mbr-theme-style=\"display-4\" mbr-if=\"showButtons\"><a class=\"btn btn-md btn-secondary\" href=\"#\" data-app-placeholder=\"Type Text\">\n            <span class=\"mbrib-right mbr-iconfont mbr-iconfont-btn\"></span>\n            <span class=\"btn__hover\">Read More</span></a></div>\n        </div>\n    </div>\n                <div class=\"image mbr-col-sm-12 mbr-col-md-6 mbr-col-lg-6\">\n                    <amp-img src=\"@PROJECT_PATH@/assets/images/fiona-1904x1271.png\" alt=\"image\" height=\"571\" width=\"855.3768686073957\" layout=\"responsive\" class=\"mobirise-loader\">\n                        <div placeholder=\"\" class=\"placeholder\"></div>\n                       <img src=\"@PROJECT_PATH@/assets/images/fiona-1904x1271.png\" class=\"mbr-temp\" alt=\"\" title=\"\">\n                    </amp-img>\n                </div>\n</div>\n</div>\n</section>",
          "_cid": "rYQ7SJcnli",
          "_anchor": "ampHeader19-l",
          "_protectedParams": [],
          "_global": false,
          "_once": false,
          "_params": {}
        },
        {
          "alias": "amp-blocks/components",
          "_isSecondary": true,
          "typeCompatible": "isAMP",
          "_styles": {
            "& when not (@fullScreen)": {
              "padding-top": "(@paddingTop * 1rem)",
              "padding-bottom": "(@paddingBottom * 1rem)"
            },
            "& when (@bg-type = 'image')": {
              "background-image": "url(@bg-value)",
              "& when (@overlay)": {
                ".mbr-overlay": {
                  "background": "@overlayColor",
                  "opacity": "@overlayOpacity"
                }
              }
            },
            "& when (@bg-type = 'color')": {
              "background-color": "@bg-value"
            },
            ".mbr-section-subtitle, .mbr-section-btn": {
              "color": "#000000"
            },
            ".mbr-section-title, .mbr-section-btn": {
              "color": "#870000"
            }
          },
          "_name": "ampHeader27",
          "_customHTML": "<section class=\"ampHeader27\" group=\"Headers\" mbr-class=\"{'mbr-fullscreen': fullScreen}\" plugins=\"amp-main\">\n    <mbr-parameters>\n        <!-- Block parameters controls (Blue \"Gear\" panel) -->\n        <header>Size</header>\n        <input type=\"checkbox\" title=\"Full Screen\" name=\"fullScreen\">\n        <input type=\"checkbox\" title=\"Full Width\" name=\"fullWidth\">\n        <input type=\"range\" inline title=\"Top\" name=\"paddingTop\" min=\"0\" max=\"15\" step=\"1\" value=\"7\" condition=\"fullScreen == false\">\n        <input type=\"range\" inline title=\"Bottom\" name=\"paddingBottom\" min=\"0\" max=\"15\" step=\"1\" value=\"7\" condition=\"fullScreen == false\">\n        <input type=\"checkbox\" name=\"halfSize\" title=\"Half Size\">\n        <select title=\"Align\" name=\"alignHalf\" condition=\"halfSize\">\n            <option value=\"1\">Left</option>\n            <option value=\"2\" selected>Center</option>\n            <option value=\"3\">Right</option>\n        </select>\n        <header>Show/Hide</header>\n        <input type=\"checkbox\" title=\"Title\" name=\"showTitle\" checked>\n        <input type=\"checkbox\" title=\"Subtitle\" name=\"showSubtitle\" checked>\n        <input type=\"checkbox\" title=\"Text\" name=\"showText\">\n        <input type=\"checkbox\" title=\"Buttons\" name=\"showButtons\">\n        <select title=\"Align\" name=\"alignTitle\" condition=\"showTitle || showSubtitle || showText || showButtons\">\n            <option value=\"1\">Left</option>\n            <option value=\"2\" selected>Center</option>\n            <option value=\"3\">Right</option>\n        </select>\n        <header>Background</header>\n        <fieldset type=\"background\" name=\"bg\" required>\n            <input type=\"image\" title=\"Background Image\" value=\"@PROJECT_PATH@/assets/images/wrl-pic-oc-nov-08-734-888x666.jpeg\" selected>\n            <input type=\"color\" title=\"Background Color\" value=\"#f6f6f6\">\n        </fieldset>\n        <input type=\"checkbox\" title=\"Overlay\" name=\"overlay\" condition=\"bg.type !== 'color'\" checked>\n        <input type=\"color\" title=\"Overlay Color\" name=\"overlayColor\" value=\"#ffc300\" condition=\"overlay && bg.type !== 'color'\">\n        <input type=\"range\" inline title=\"Opacity\" name=\"overlayOpacity\" min=\"0\" max=\"1\" step=\"0.1\" value=\"0.9\" condition=\"overlay && bg.type !== 'color'\">\n        <!-- End block parameters -->\n    </mbr-parameters>\n    <div class=\"mbr-overlay\" mbr-if=\"overlay && bg.type !== 'color'\"></div>\n    <div mbr-class=\"{'container':!fullWidth,\n                     'container-fluid': fullWidth}\">\n        <div class=\"mbr-row\" mbr-class=\"{'align-left': alignTitle==1,\n                        'align-center': alignTitle==2,\n                        'align-right': alignTitle==3,\n                        'mbr-jc-c':alignHalf==2,\n                        'mbr-jc-e':alignHalf==3}\" mbr-if=\"showTitle || showSubtitle || showText || showButtons\">\n            <div class=\"title-block mbr-col-sm-12 mbr-col-md-12\" mbr-class=\"{'mbr-col-lg-6': halfSize,\n                             'mbr-col-lg-12': !halfSize}\">\n                <h1 class=\"mbr-section-title mbr-black mbr-bold mbr-fonts-style\" mbr-theme-style=\"display-4\" mbr-if=\"showTitle\" data-app-selector=\".mbr-section-title, .mbr-section-btn\">PROMOTE IT</h1>\n                <h2 class=\"mbr-section-subtitle mbr-black mbr-semibold mbr-fonts-style\" mbr-class=\"{'mbr-pt-3': showTitle}\" mbr-theme-style=\"display-1\" mbr-if=\"showSubtitle\" data-app-selector=\".mbr-section-subtitle, .mbr-section-btn\"><b>\n                    The Power of Prayer is All we need TODAY!</b></h2>\n                <p class=\"mbr-text mbr-black mbr-fonts-style\" mbr-class=\"{'mbr-pt-4': showTitle || showSubtitle}\" mbr-theme-style=\"display-4\" mbr-if=\"showText\" data-app-selector=\".mbr-section-btn, .mbr-text\">Click\n                    on the text in the block to select it and enter the text you want to show.</p>\n                <div mbr-buttons class=\"mbr-section-btn\" mbr-class=\"{'mbr-pt-4':showSubtitle||showTitle||showText}\" mbr-theme-style=\"display-4\" data-toolbar=\"-mbrBtnMove\" mbr-if=\"showButtons\"><a class=\"btn btn-black\" data-app-placeholder=\"Type Text\">LEARN MORE</a></div>\n            </div>\n        </div>\n    </div>\n</section>",
          "_cid": "rYQdkmwdcp",
          "_anchor": "ampHeader27-m",
          "_protectedParams": [],
          "_global": false,
          "_once": false,
          "_params": {}
        },
        {
          "alias": "amp-blocks/components",
          "_isSecondary": true,
          "typeCompatible": "isAMP",
          "_styles": {
            "& when not (@fullScreen)": {
              "padding-top": "(@paddingTop * 15px)",
              "padding-bottom": "(@paddingBottom * 15px)"
            },
            "& when (@bg-type = 'color')": {
              "background-color": "@bg-value",
              "> .mbr-overlay when (@twoBgColor)": {
                "padding": "0",
                "background": "@twoColor",
                "opacity": "1"
              }
            },
            "& when (@bg-type = 'image')": {
              "background-image": "url(@bg-value)",
              "> .mbr-overlay": {
                "background": "@overlayColor",
                "opacity": "@overlayOpacity"
              }
            },
            ".container-elements, .second-element-box": {
              "width": "100%"
            },
            ".container-elements, .second-element-box, .image-wrap": {
              "position": "relative"
            },
            ".second-element when (@showPadding)": {
              "@media (min-width: 992px)": {
                "& when not (@reverseContent)": {
                  "padding-left": "70px"
                },
                "& when (@reverseContent)": {
                  "padding-right": "70px"
                }
              },
              "@media (min-width: 1200px)": {
                "& when (@fullWidth)": {
                  "padding-left": "100px",
                  "padding-right": "100px"
                }
              }
            },
            ".container-elements when not (@transparentBg)": {
              ".mbr-overlay": {
                "background": "@cardBg",
                "opacity": "@cardOpacity"
              },
              ".image-wrap": {
                "padding": "0"
              }
            },
            "amp-img,img": {
              "object-fit": "cover",
              "@media (min-width: 768px)": {
                "height": "~\"@{heightImg}rem\"",
                "& when (@fullScreen) and not (@showTitle) and not (@showSubtitle)": {
                  "height": "100vh"
                }
              }
            },
            ".mbr-list when (@showCardList)": {
              ".marker-wrap:before when not (@stylizedCounters = \"3\")": {
                "display": "inline-block"
              },
              "& when (@stylizedCounters = \"1\")": {
                "counter-reset": "decimal",
                ".marker-wrap:before": {
                  "counter-increment": "decimal",
                  "content": "\"0\" counter(decimal)",
                  "color": "@primaryColor",
                  "font-size": "~\"@{widthImg}rem\"",
                  "& when (@countersBorder)": {
                    "border-bottom": "2px solid @primaryColor"
                  }
                }
              },
              ".marker-wrap:before when (@stylizedCounters = \"2\")": {
                "content": "\"\"",
                "border": "3px solid @primaryColor",
                "width": "~\"calc(@{widthImg}rem - 6px)\"",
                "height": "~\"calc(@{widthImg}rem - 6px)\"",
                "box-sizing": "initial"
              },
              ".items-list": {
                "flex-direction": "row",
                "& when not (@stylizedCounters = \"3\")": {
                  "align-items": "baseline"
                },
                ".marker-wrap, .icon-wrap": {
                  "margin-right": "15px"
                },
                "&:not(:last-child)": {
                  "padding-bottom": "10px"
                },
                "& when ((@widthImg * 16) > 30)": {
                  ".marker-wrap:before, .icon-wrap .amp-iconfont": {
                    "@media (max-width: 767px)": {
                      "font-size": "30px",
                      "width": "30px",
                      "height": "30px"
                    }
                  }
                }
              },
              ".icon-wrap .amp-iconfont when (@stylizedCounters = \"3\")": {
                "color": "@primaryColor",
                "font-size": "~\"@{widthImg}rem\"",
                "width": "~\"@{widthImg}rem\""
              }
            },
            ".second-element-box when (@transparentBg)": {
              "@media (max-width: 767px)": {
                "padding-top": "50px"
              }
            },
            ".element-subtitle": {
              "color": "#002929"
            },
            ".mbr-list .mbr-text": {
              "color": "#616161"
            }
          },
          "_name": "ampHeader12",
          "_customHTML": "<section class=\"ampHeader12\" group=\"Headers\" mbr-class=\"{'mbr-fullscreen': fullScreen}\" plugins=\"amp-main\">\n    <mbr-parameters>\n    <!-- Block parameters controls (Blue \"Gear\" panel) -->\n    <header>Size</header>\n    <input type=\"checkbox\" title=\"Full Screen\" name=\"fullScreen\">\n    <input type=\"checkbox\" title=\"Full Width\" name=\"fullWidth\">\n    <input type=\"range\" inline=\"\" title=\"Top\" name=\"paddingTop\" min=\"0\" max=\"10\" step=\"1\" value=\"5\" condition=\"fullScreen == false\">\n    <input type=\"range\" inline=\"\" title=\"Bottom\" name=\"paddingBottom\" min=\"0\" max=\"10\" step=\"1\" value=\"5\" condition=\"fullScreen == false\">\n    <input type=\"checkbox\" title=\"Reverse Content\" name=\"reverseContent\" checked=\"\" condition=\"showCardTitle || showCardSubtitle || showCardList || showCardText || showCardButtons\">\n    <header>Title</header>\n    <input type=\"checkbox\" title=\"Title\" name=\"showTitle\">\n    <input type=\"checkbox\" title=\"Subtitle\" name=\"showSubtitle\">\n    <select title=\"Align\" name=\"titleAlign\" condition=\"showTitle || showSubtitle\">\n        <option value=\"1\">Left</option>\n        <option value=\"2\" selected=\"\">Center</option>\n        <option value=\"3\">Right</option>\n    </select>    \n    <header>Text</header>\n        <input type=\"range\" inline=\"\" title=\"Width Image\" name=\"columnWidth\" min=\"1\" max=\"5\" step=\"1\" value=\"4\" condition=\"showCardTitle || showCardSubtitle || showCardList || showCardText || showCardButtons\">\n        <input type=\"range\" inline=\"\" title=\"Height Image\" name=\"heightImg\" min=\"5\" max=\"50\" step=\"1\" value=\"35\" condition=\"!fullScreen || showTitle || showSubtitle\">\n        <input type=\"checkbox\" title=\"Title\" name=\"showCardTitle\" checked=\"\">\n        <input type=\"checkbox\" title=\"Subtitle\" name=\"showCardSubtitle\" checked=\"\">\n        <input type=\"checkbox\" title=\"Text\" name=\"showCardText\">\n        <input type=\"checkbox\" title=\"List\" name=\"showCardList\" checked=\"\">\n            <input type=\"range\" inline=\"\" title=\"Count\" name=\"listCount\" min=\"1\" max=\"9\" step=\"1\" value=\"3\" condition=\"showCardList\"> \n            <select title=\"Stylized Counters\" name=\"stylizedCounters\" condition=\"showCardList\">\n                <option value=\"1\" selected=\"\">Counters</option>\n                <option value=\"2\">Markers</option>\n                <option value=\"3\">Icons</option>\n            </select>\n            <input type=\"checkbox\" title=\"Border Bottom Counters\" name=\"countersBorder\" checked=\"\" condition=\"showCardList &amp;&amp; stylizedCounters == 1\">\n            <input type=\"range\" inline=\"\" title=\"Width Marker\" name=\"widthImg\" min=\"0.8\" max=\"6\" step=\"0.1\" value=\"0.8\" condition=\"showCardList\">\n            <input type=\"checkbox\" title=\"Title List\" name=\"showCardListTitle\" condition=\"showCardList\">\n            <input type=\"checkbox\" title=\"Text List\" name=\"showCardListText\" checked=\"\" condition=\"showCardList\">\n        <input type=\"checkbox\" title=\"Buttons\" name=\"showCardButtons\" checked=\"\">\n        <select title=\"Align\" name=\"cardAlign\" condition=\"showCardTitle || showCardSubtitle || showCardList || showCardText || showCardButtons\">\n            <option value=\"1\" selected=\"\">Left</option>\n            <option value=\"2\">Center</option>\n            <option value=\"3\">Right</option>\n        </select>\n        <input type=\"checkbox\" title=\"Padding\" name=\"showPadding\" condition=\"showCardTitle || showCardSubtitle || showCardList || showCardText || showCardButtons\" checked=\"\">\n        <input type=\"checkbox\" title=\"Transparent BG\" name=\"transparentBg\" condition=\"showCardTitle || showCardSubtitle || showCardText || showCardButtons || showCardList\" checked=\"\">\n        <input type=\"color\" title=\"Color\" name=\"cardBg\" value=\"#cccccc\" condition=\"!transparentBg &amp;&amp; (showCardTitle || showCardSubtitle || showCardText || showCardButtons || showCardList)\">\n        <input type=\"range\" inline=\"\" title=\"Opacity\" name=\"cardOpacity\" min=\"0\" max=\"1\" step=\"0.1\" value=\"0.5\" condition=\"!transparentBg &amp;&amp; (showCardTitle || showCardSubtitle || showCardText || showCardButtons || showCardList)\">\n    <header>Background</header>\n            <input type=\"checkbox\" title=\"2 Background Color\" name=\"twoBgColor\" condition=\"bg.type == 'color'\" checked=\"\"> \n            <input type=\"range\" inline=\"\" title=\"Width 2 Bg\" name=\"width2Bg\" min=\"1\" max=\"5\" step=\"1\" value=\"4\" condition=\"twoBgColor &amp;&amp; bg.type == 'color'\">    \n            <fieldset type=\"background\" name=\"bg\">\n                <input type=\"image\" title=\"Background Image\" value=\"../_images/background1.jpg\">\n                <input type=\"color\" title=\"Background Color\" value=\"#ffffff\" selected=\"\">\n            </fieldset>\n            <input type=\"color\" title=\"2 Color\" name=\"twoColor\" value=\"#fffef2\" condition=\"twoBgColor &amp;&amp; bg.type == 'color'\">\n            <input type=\"checkbox\" title=\"Overlay\" name=\"overlay\" condition=\"bg.type !== 'color'\" checked=\"\">\n            <input type=\"color\" title=\"Overlay Color\" name=\"overlayColor\" value=\"#273272\" condition=\"overlay &amp;&amp; bg.type !== 'color'\">\n            <input type=\"range\" inline=\"\" title=\"Opacity\" name=\"overlayOpacity\" min=\"0\" max=\"1\" step=\"0.1\" value=\"0.6\" condition=\"overlay &amp;&amp; bg.type !== 'color'\">\n    </mbr-parameters>\n\n    <div class=\"mbr-overlay\" mbr-if=\"(overlay &amp;&amp; bg.type !== 'color') || (twoBgColor &amp;&amp; bg.type == 'color')\" mbr-class=\"{'mbr-col-md-4': width2Bg == 1 &amp;&amp; twoBgColor &amp;&amp; bg.type == 'color',\n                     'mbr-col-md-5': width2Bg == 2 &amp;&amp; twoBgColor &amp;&amp; bg.type == 'color',\n                     'mbr-col-md-6': width2Bg == 3 &amp;&amp; twoBgColor &amp;&amp; bg.type == 'color',\n                     'mbr-col-md-7': width2Bg == 4 &amp;&amp; twoBgColor &amp;&amp; bg.type == 'color',\n                     'mbr-col-md-8': width2Bg == 5 &amp;&amp; twoBgColor &amp;&amp; bg.type == 'color'}\"></div>\n    <div mbr-class=\"{'container':!fullWidth,\n                     'container-fluid':fullWidth}\">\n        <div class=\"title-wrap mbr-pb-4\" mbr-if=\"showTitle || showSubtitle\" mbr-class=\"{'align-left': titleAlign==1,\n                         'align-center': titleAlign==2,\n                         'align-right': titleAlign==3, 'mbr-px-2': fullWidth}\">\n            <h1 class=\"mbr-section-title mbr-fonts-style mbr-bold\" mbr-theme-style=\"display-2\" mbr-if=\"showTitle\" data-app-selector=\".title-wrap .mbr-section-title\">\n                Header with Image</h1>\n            <h2 class=\"mbr-section-subtitle mbr-fonts-style\" mbr-theme-style=\"display-7\" mbr-if=\"showSubtitle\" data-app-selector=\".title-wrap .mbr-section-subtitle\">Lorem ipsum dolor sit amet, consectetur adipisicing elit.</h2>\n        </div>    \n        <div class=\"mbr-row\" mbr-class=\"{'mbr-px-2': !transparentBg &amp;&amp; (showCardTitle || showCardSubtitle || showCardList || showCardText || showCardButtons)}\">\n            <div class=\"container-elements mbr-flex flex-wrap\" mbr-class=\"{'mbr-row-reverse':reverseContent &amp;&amp; (showCardTitle || showCardSubtitle || showCardList || showCardText || showCardButtons)}\">\n                <div class=\"mbr-overlay\" mbr-if=\"!transparentBg &amp;&amp; (showCardTitle || showCardSubtitle || showCardList || showCardText || showCardButtons)\"></div>\n                <div class=\"image-wrap mbr-flex mbr-col-sm-12\" mbr-class=\"{'mbr-col-md-8':columnWidth==5,\n                                     'mbr-col-md-7':columnWidth==4,\n                                     'mbr-col-md-6':columnWidth==3,\n                                     'mbr-col-md-5':columnWidth==2,\n                                     'mbr-col-md-4':columnWidth==1,\n                                     'mbr-col-md-12': !showCardTitle &amp;&amp; !showCardSubtitle &amp;&amp; !showCardText &amp;&amp; !showCardButtons &amp;&amp; !showCardList}\">\n                    <amp-img src=\"@PROJECT_PATH@/assets/images/img-9717-512x368.jpg\" layout=\"responsive\" width=\"779.1304347826086\" height=\"560\" alt=\"Mobirise\" class=\"mobirise-loader mbr-m-auto\">\n                        <div placeholder=\"\" class=\"placeholder\"></div>\n                        <img class=\"mbr-temp\" src=\"@PROJECT_PATH@/assets/images/img-9717-512x368.jpg\" alt=\"Mobirise\" title=\"\">\n                    </amp-img>\n                </div>\n                <div class=\"second-element mbr-flex mbr-col-sm-12\" mbr-if=\"showCardTitle || showCardSubtitle || showCardList || showCardText || showCardButtons\" mbr-class=\"{'mbr-col-md-8':columnWidth==1,\n                                     'mbr-col-md-7':columnWidth==2,\n                                     'mbr-col-md-6':columnWidth==3,\n                                     'mbr-col-md-5':columnWidth==4,\n                                     'mbr-col-md-4':columnWidth==5, 'mbr-px-5': !transparentBg &amp;&amp; showPadding}\">\n                    <div class=\"second-element-box mbr-m-auto\" mbr-class=\"{'align-center': cardAlign==2,\n                                 'align-right': cardAlign==3, 'mbr-py-4': !transparentBg, 'mbr-px-2': transparentBg &amp;&amp; fullWidth}\">\n                        <h2 class=\"element-title mbr-fonts-style mbr-bold\" mbr-theme-style=\"display-2\" mbr-if=\"showCardTitle\" data-app-selector=\".element-title\">Future</h2>\n                        <h3 class=\"element-subtitle mbr-fonts-style mbr-bold\" mbr-theme-style=\"display-2\" mbr-if=\"showCardSubtitle\" data-app-selector=\".element-subtitle\">Projects</h3>\n                        <div class=\"mbr-list\" mbr-list=\"\" mbr-list-grow=\"listCount\" mbr-if=\"showCardList\" mbr-class=\"{'mbr-pt-4': showCardTitle || showCardSubtitle}\">\n                            <div class=\"mbr-flex items-list\" mbr-class=\"{'mbr-jc-c':cardAlign==2, 'mbr-jc-e': cardAlign==3}\">\n                                <div class=\"marker-wrap\" mbr-if=\"stylizedCounters == 1 || stylizedCounters == 2\">\n                                </div>\n                                <div class=\"icon-wrap\" mbr-if=\"stylizedCounters == 3\">\n                                    <span mbr-icon=\"\" class=\"amp-iconfont fa-check fa\"></span>\n                                </div>\n                                <div class=\"list-box\" mbr-if=\"showCardListTitle || showCardListText\">\n                                    <h4 class=\"list-title mbr-fonts-style mbr-bold\" mbr-theme-style=\"display-7\" mbr-if=\"showCardListTitle\" data-app-selector=\".mbr-list .list-title\" mbr-class=\"{'mbr-pb-1':showCardListText}\">\n                                        First Title\n                                    </h4>\n                                    <p class=\"mbr-text mbr-fonts-style mbr-regular\" mbr-theme-style=\"display-7\" mbr-if=\"showCardListText\" data-app-selector=\".mbr-list .mbr-text\">New Studio Building&nbsp;</p>\n                                 </div>\n                            </div> \n                        <div class=\"mbr-flex items-list\" mbr-class=\"{'mbr-jc-c':cardAlign==2, 'mbr-jc-e': cardAlign==3}\">\n                                <div class=\"marker-wrap\" mbr-if=\"stylizedCounters == 1 || stylizedCounters == 2\">\n                                </div>\n                                <div class=\"icon-wrap\" mbr-if=\"stylizedCounters == 3\">\n                                    <span mbr-icon=\"\" class=\"amp-iconfont fa-check fa\"></span>\n                                </div>\n                                <div class=\"list-box\" mbr-if=\"showCardListTitle || showCardListText\">\n                                    <h4 class=\"list-title mbr-fonts-style mbr-bold\" mbr-theme-style=\"display-7\" mbr-if=\"showCardListTitle\" data-app-selector=\".mbr-list .list-title\" mbr-class=\"{'mbr-pb-1':showCardListText}\">\n                                        First Title\n                                    </h4>\n                                    <p class=\"mbr-text mbr-fonts-style mbr-regular\" mbr-theme-style=\"display-7\" mbr-if=\"showCardListText\" data-app-selector=\".mbr-list .mbr-text\">4 Four AM Radio Transmitters installation</p>\n                                 </div>\n                            </div><div class=\"mbr-flex items-list\" mbr-class=\"{'mbr-jc-c':cardAlign==2, 'mbr-jc-e': cardAlign==3}\">\n                                <div class=\"marker-wrap\" mbr-if=\"stylizedCounters == 1 || stylizedCounters == 2\">\n                                </div>\n                                <div class=\"icon-wrap\" mbr-if=\"stylizedCounters == 3\">\n                                    <span mbr-icon=\"\" class=\"amp-iconfont fa-check fa\"></span>\n                                </div>\n                                <div class=\"list-box\" mbr-if=\"showCardListTitle || showCardListText\">\n                                    <h4 class=\"list-title mbr-fonts-style mbr-bold\" mbr-theme-style=\"display-7\" mbr-if=\"showCardListTitle\" data-app-selector=\".mbr-list .list-title\" mbr-class=\"{'mbr-pb-1':showCardListText}\">\n                                        First Title\n                                    </h4>\n                                    <p class=\"mbr-text mbr-fonts-style mbr-regular\" mbr-theme-style=\"display-7\" mbr-if=\"showCardListText\" data-app-selector=\".mbr-list .mbr-text\">\n                                       New Tower Construction in Lae, Morobe Province</p>\n                                 </div>\n                            </div></div>\n                        <p class=\"mbr-text element-text mbr-fonts-style mbr-regular\" mbr-theme-style=\"display-4\" mbr-if=\"showCardText\" data-app-selector=\".element-text\" mbr-class=\"{'mbr-pt-3':showCardTitle || showCardSubtitle || showCardList}\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n                        <div mbr-buttons=\"\" class=\"mbr-section-btn\" mbr-class=\"{'mbr-pt-3':showCardTitle || showCardSubtitle || showCardList || showCardText}\" mbr-theme-style=\"display-4\" data-toolbar=\"-mbrBtnMove\" mbr-if=\"showCardButtons\"><a class=\"btn btn-md btn-success\" data-app-placeholder=\"Type Text\">\n                                Updates if available</a></div>\n                    </div>\n                </div>\n            </div>\n        </div>\n    </div>\n</section>",
          "_cid": "rYQ7PH7r9d",
          "_anchor": "ampHeader12-j",
          "_protectedParams": [],
          "_global": false,
          "_once": false,
          "_params": {}
        },
        {
          "alias": "amp-blocks/components",
          "_isSecondary": true,
          "typeCompatible": "isAMP",
          "_styles": {
            "& when not (@fullScreen)": {
              "padding-top": "(@paddingTop * 1rem)",
              "padding-bottom": "(@paddingBottom * 1rem)"
            },
            "& when (@bg-type = 'image')": {
              "background-image": "url(@bg-value)",
              "& when (@overlay)": {
                ".mbr-overlay": {
                  "background": "@overlayColor",
                  "opacity": "@overlayOpacity"
                }
              }
            },
            "& when (@bg-type = 'color')": {
              "background-color": "@bg-value"
            },
            "h1": {
              "margin-bottom": "8rem"
            },
            ".iconfont-wrapper": {
              "width": "100%",
              "height": "100%",
              "display": "flex",
              "justify-content": "center",
              "align-items": "center",
              "transition": "all 0.3s",
              "cursor": "pointer"
            },
            ".amp-iconfont": {
              "font-size": "~\"@{iconsSize}rem\"",
              "width": "~\"@{iconsSize}rem\"",
              "color": "@iconsColor !important",
              "height": "auto",
              "padding-left": "4px"
            },
            ".btn-wrap": {
              "display": "inline-block",
              "border-radius": "100%",
              "border": "8px solid @iconsColor2",
              "width": "100px",
              "height": "100px"
            },
            ".mbr-section-title, .col": {
              "color": "#000000"
            }
          },
          "_name": "ampHeader40",
          "_customHTML": "<section class=\"ampHeader40\" group=\"Headers\" mbr-class=\"{'mbr-fullscreen': fullScreen}\" plugins=\"amp-main\">\n    <mbr-parameters>\n        <!-- Block parameters controls (Blue \"Gear\" panel) -->\n        <header>Size</header>\n        <input type=\"checkbox\" title=\"Full Screen\" name=\"fullScreen\">\n        <input type=\"range\" inline title=\"Top\" name=\"paddingTop\" min=\"0\" max=\"10\" step=\"1\" value=\"2\" condition=\"fullScreen == false\">\n        <input type=\"range\" inline title=\"Bottom\" name=\"paddingBottom\" min=\"0\" max=\"10\" step=\"1\" value=\"2\" condition=\"fullScreen == false\">\n        <header>Show/Hide</header>\n        <input type=\"checkbox\" title=\"Title\" name=\"showTitle\" checked>\n\n        <header>Icons</header>\n        <input type=\"color\" title=\"Icons Color\" name=\"iconsColor\" value=\"#870000\">\n        <input type=\"color\" title=\"Icons BG Color\" name=\"iconsColor2\" value=\"#870000\">\n        <input type=\"range\" inline title=\"Icons Size\" name=\"iconsSize\" min=\"1\" max=\"4\" step=\"1\" value=\"3\">\n        <header>Background</header>\n        <fieldset type=\"background\" name=\"bg\" required>\n            <input type=\"image\" title=\"Background Image\" value=\"../_images/background1.jpg\">\n            <input type=\"color\" title=\"Background Color\" value=\"#ffc300\" selected>\n        </fieldset>\n        <input type=\"checkbox\" title=\"Overlay\" name=\"overlay\" condition=\"bg.type !== 'color'\" checked>\n        <input type=\"color\" title=\"Overlay Color\" name=\"overlayColor\" value=\"#000f36\" condition=\"overlay && bg.type !== 'color'\">\n        <input type=\"range\" inline title=\"Opacity\" name=\"overlayOpacity\" min=\"0\" max=\"1\" step=\"0.1\" value=\"0.6\" condition=\"overlay && bg.type !== 'color'\">\n        <!-- End block parameters -->\n    </mbr-parameters>\n    <div class=\"mbr-overlay\" mbr-if=\"overlay && bg.type !== 'color'\"></div>\n    <div class=\"container\">\n        <div class=\"mbr-row mbr-jc-c\">\n            <div class=\"mbr-col-lg-12 mbr-col-sm-12 col align-center\">\n                <h1 class=\"mbr-section-title mbr-fonts-style align-center mbr-white mbr-semibold\" mbr-theme-style=\"display-1\" mbr-if=\"showTitle\" data-app-selector=\".mbr-section-title, .col\"><b>GOD </b>IS THE <b>STRENGTH</b> OF <b>MY </b>HEART.<br></h1>\n                <div class=\"btn-wrap\">\n                    <div class=\"iconbox iconfont-wrapper\">\n                        <span mbr-icon class=\"amp-iconfont mobi-mbri-arrow-next mobi-mbri\"></span>\n                    </div>\n                </div>\n            </div>\n        </div>\n    </div>\n</section>",
          "_cid": "rYQfs9vOZu",
          "_anchor": "ampHeader40-n",
          "_protectedParams": [],
          "_global": false,
          "_once": false,
          "_params": {}
        },
        {
          "alias": "amp-blocks/components",
          "_isSecondary": true,
          "typeCompatible": "isAMP",
          "_styles": {
            "padding-top": "(@paddingTop * 10px)",
            "padding-bottom": "(@paddingBottom * 10px)",
            "& when (@bg-type = 'image')": {
              "background-image": "url(@bg-value)",
              ".mbr-overlay": {
                "background-color": "@overlayColor",
                "opacity": "@overlayOpacity"
              }
            },
            "& when (@bg-type = 'color')": {
              "background-color": "@bg-value"
            },
            ".group-title": {
              "margin": "15px 0 18px",
              "padding-bottom": "15px",
              "line-height": "1.4",
              "color": "#ffc300"
            },
            ".items": {
              "padding-bottom": "25px",
              ".item": {
                "margin-top": "10px",
                "margin-right": "15px",
                "opacity": ".75",
                "transition": "opacity .3s ease",
                "&:hover": {
                  "opacity": "1"
                }
              }
            },
            "& when (@showLogo)": {
              ".image-block": {
                "amp-img, img": {
                  "object-fit": "contain",
                  "width": "(@heightImg * 1px)",
                  "height": "auto"
                }
              }
            },
            ".dragArea": {
              "margin": "0",
              "flex-wrap": "nowrap"
            },
            "& when (@subscribe)": {
              ".field": {
                "padding": "0",
                "position": "relative",
                "margin-top": "10px",
                "input": {
                  "padding": "6px 12px",
                  "font-size": "15px",
                  "height": "45px",
                  "border": "1px solid lighten(@primaryColor, 30%)"
                },
                ".btn": {
                  "height": "100%",
                  "&.btn-white:hover": {
                    "background-color": "#fff !important",
                    "border-color": "#fff !important",
                    "color": "#000 !important"
                  }
                }
              },
              ".mbr-section-btn": {
                "margin-right": "0"
              }
            },
            ".footer-wrap": {
              "padding-top": "80px"
            },
            ".contacts__bottom": {
              "margin-top": "45px",
              "padding-bottom": "17px"
            },
            ".bottom__left": {
              ".phone": {
                "opacity": ".75",
                "transition": "opacity 0.3s ease",
                "display": "inline-block",
                "&:hover": {
                  "opacity": "1"
                }
              },
              ".mbr-iconfont": {
                "margin-right": "20px",
                "font-size": "20px",
                "width": "20px",
                "height": "20px",
                "color": "@primaryColor",
                "@media (max-width: 767px)": {
                  "margin-right": "0",
                  "margin-bottom": "10px"
                }
              },
              "color": "#ffc300"
            },
            ".amp-iconfont": {
              "font-size": "15px",
              "width": "15px",
              "text-align": "center",
              "& when (@bg-type = 'color')": {
                "color": "contrast(@bg-value) !important"
              },
              "& when (@bg-type = 'image')": {
                "color": "@primaryColor !important"
              },
              "opacity": ".5",
              "&:hover": {
                "opacity": "1"
              }
            },
            ".footer-container": {
              "padding-bottom": "50px",
              "margin-top": "19px",
              "align-items": "center",
              "opacity": ".75",
              "letter-spacing": "0"
            },
            ".divider__foot": {
              "border-top": "1px solid @borderColor",
              "opacity": ".15",
              "width": "100%"
            },
            "@media (max-width: 991px)": {
              ".items": {
                "padding-top": "0"
              },
              ".group-title": {
                "margin-bottom": "5px"
              }
            },
            "@media (max-width: 768px)": {
              ".image-block amp-img": {
                "max-width": "60%",
                "margin": "auto",
                "height": "100%"
              },
              ".image-block": {
                "margin-bottom": "20px"
              },
              ".bottom__left, .contacts__bottom": {
                "flex-direction": "column",
                "align-items": "center",
                "padding-bottom": "15px"
              },
              ".dragArea": {
                "justify-content": "center"
              }
            },
            ".copyright .mbr-text": {
              "color": "#ffffff"
            },
            ".item, .items": {
              "color": "#ffffff"
            }
          },
          "_name": "ampFooter14",
          "_customHTML": "<section class=\"ampFooter14\" group=\"Footers\" once=\"footer\" plugins=\"amp-main, amp-form, amp-mustache\" global=\"\" always-bottom=\"\">\n\n      <mbr-parameters>\n    <!-- Block parameters controls (Blue \"Gear\" panel) -->\n        <input type=\"range\" inline=\"\" title=\"Top\" name=\"paddingTop\" min=\"0\" max=\"10\" step=\"1\" value=\"0\">\n        <input type=\"range\" inline=\"\" title=\"Bottom\" name=\"paddingBottom\" min=\"0\" max=\"10\" step=\"1\" value=\"0\">\n        <header>Menu</header>\n        <input type=\"checkbox\" title=\"Show Column Title\" name=\"showTitle\" checked=\"\">\n          <input type=\"checkbox\" title=\"Show Subscribe\" name=\"subscribe\" checked=\"\">\n          <input type=\"checkbox\" title=\"Show Logo\" name=\"showLogo\" checked=\"\">\n        <input type=\"range\" inline=\"\" title=\"Logo Width\" name=\"heightImg\" min=\"10\" max=\"150\" step=\"10\" value=\"150\" condition=\"showLogo\">\n        <select title=\"Columns\" name=\"columnsCount\">\n            <option value=\"1\">1</option>\n            <option value=\"2\">2</option>\n            <option value=\"3\" selected=\"\">3</option>\n        </select>\n        <input type=\"range\" inline=\"\" title=\"Column 1 Items\" name=\"columnItems1\" min=\"1\" max=\"6\" value=\"2\">\n        <input type=\"range\" inline=\"\" title=\"Column 2 Items\" name=\"columnItems2\" min=\"1\" max=\"6\" value=\"3\" condition=\"columnsCount > 1\">\n        <input type=\"range\" inline=\"\" title=\"Column 3 Items\" name=\"columnItems3\" min=\"1\" max=\"6\" value=\"3\" condition=\"columnsCount > 2\">\n          <header>Bottom</header>\n          <input type=\"checkbox\" title=\"Show Phone\" name=\"showPhone\" checked=\"\">\n          <input type=\"checkbox\" title=\"Show Social\" name=\"showSocial\" checked=\"\">\n           <input type=\"range\" inline=\"\" title=\"Icons Count\" name=\"iconsCount\" min=\"1\" max=\"6\" value=\"4\" step=\"1\" condition=\"showSocial\">\n          <input type=\"color\" title=\"Border Color\" name=\"borderColor\" value=\"#000000\">\n    <input type=\"checkbox\" title=\"Copyright\" name=\"showCopyright\" checked=\"\">\n    <!--  -->\n        <header>Background</header>\n        <fieldset type=\"background\" name=\"bg\">\n            <input type=\"image\" title=\"Background Image\" value=\"@PROJECT_PATH@/assets/images/footers4-1920x564.jpg\" selected=\"\">\n            <input type=\"color\" title=\"Background Color\" value=\"#ffffff\">\n        </fieldset>\n        <input type=\"checkbox\" title=\"Overlay\" name=\"overlay\" condition=\"bg.type !== 'color'\" checked=\"\">\n    <input type=\"color\" title=\"Overlay Color\" name=\"overlayColor\" value=\"#004b4b\" condition=\"overlay &amp;&amp; bg.type == 'image'\">\n    <input type=\"range\" inline=\"\" title=\"Opacity\" name=\"overlayOpacity\" min=\"0\" max=\"1\" step=\"0.1\" value=\"0.9\" condition=\"overlay &amp;&amp; bg.type == 'image'\">\n    </mbr-parameters>\n\n<div class=\"mbr-overlay\" mbr-if=\"overlay &amp;&amp; bg.type !== 'color'\"></div>\n    <div class=\"container\">\n        <div class=\"mbr-row footer-wrap mbr-jc-c\">\n            <div class=\"image-block align-left mbr-col-sm-12 mbr-col-lg-2\" mbr-class=\"{'mbr-col-md-4' : columnsCount == 2, 'mbr-col-md-3' : columnsCount == 3, 'mbr-col-md-6' : columnsCount <= 1}\" mbr-if=\"showLogo\">\n                    <amp-img src=\"@PROJECT_PATH@/assets/images/logo-260x94.png\" layout=\"responsive\" width=\"149.36170212765958\" height=\"54\" alt=\"Mobirise\" class=\"mobirise-loader\">\n                        <div placeholder=\"\" class=\"placeholder\"></div>\n                        <img class=\"mbr-temp\" src=\"@PROJECT_PATH@/assets/images/logo-260x94.png\" alt=\"Mobirise\" title=\"\">\n                    </amp-img>\n            </div>\n\n            <div class=\"items-col mbr-col-sm-12 align-left\" mbr-class=\"{'mbr-col-lg-2': columnsCount == 3, 'mbr-col-lg-3': ((columnsCount <= 2) &amp;&amp; (showLogo)) || (columnsCount == 2), 'mbr-col-md-4' : columnsCount == 2, 'mbr-col-md-3' : columnsCount == 3, 'mbr-col-md-6' : columnsCount <= 1, 'mbr-col-lg-6 mbr-col-md-6 align-center' : ((columnsCount < 2) &amp;&amp; (!showLogo)) }\">\n                <h3 class=\"mbr-fonts-style group-title mbr-bold\" mbr-theme-style=\"display-7\" mbr-if=\"showTitle\" data-app-selector=\".group-title\">Quick Links</h3>\n                <div class=\"items\" mbr-list=\"\" mbr-list-grow=\"columnItems1\">\n                    <p class=\"item mbr-fonts-style\" mbr-theme-style=\"display-4\" data-app-selector=\".item, .items\"></p><p>\n                        <a href=\"index.html\"></a><a href=\"index.html\" class=\"text-warning\">Home</a></p><p></p>\n                    \n                    \n                <p class=\"item mbr-fonts-style\" mbr-theme-style=\"display-4\" data-app-selector=\".item, .items\">\n                        <a href=\"page1.html\" class=\"text-warning\">About Us</a>\n                    </p></div>\n            </div>\n\n            <div class=\"items-col mbr-col-sm-12 align-left\" mbr-class=\"{'mbr-col-lg-2': columnsCount == 3, 'mbr-col-lg-3': columnsCount <= 2, 'mbr-col-md-4' : columnsCount == 2, 'mbr-col-md-3' : columnsCount == 3}\" mbr-if=\"columnsCount > 1\">\n                <h3 class=\"mbr-fonts-style group-title mbr-bold\" mbr-theme-style=\"display-7\" mbr-if=\"showTitle\" data-app-selector=\".group-title\">Location</h3>\n                <div class=\"items\" mbr-list=\"\" mbr-list-grow=\"columnItems2\">\n                    <p class=\"item mbr-fonts-style\" mbr-theme-style=\"display-4\" data-app-selector=\".item, .items\">\n                        Gerehu Stage 2</p>\n                    <p class=\"item mbr-fonts-style\" mbr-theme-style=\"display-4\" data-app-selector=\".item, .items\">\n                        Sivari Road</p>\n                    \n                <p class=\"item mbr-fonts-style\" mbr-theme-style=\"display-4\" data-app-selector=\".item, .items\">\n                        Port Moresby</p></div>\n            </div>\n\n            <div class=\"items-col mbr-col-sm-12 align-left\" mbr-class=\"{'mbr-col-lg-2': columnsCount == 3, 'mbr-col-lg-3': columnsCount <= 2, 'mbr-col-md-4' : columnsCount == 2, 'mbr-col-md-3' : columnsCount == 3}\" mbr-if=\"columnsCount > 2\">\n                <h3 class=\"mbr-fonts-style group-title mbr-bold\" mbr-theme-style=\"display-7\" mbr-if=\"showTitle\" data-app-selector=\".group-title\">\n                    Important Details</h3>\n                <div class=\"items\" mbr-list=\"\" mbr-list-grow=\"columnItems3\">\n                    <p class=\"item mbr-fonts-style\" mbr-theme-style=\"display-4\" data-app-selector=\".item, .items\">\n                        Phone: 675 326 0946</p>\n                    <p class=\"item mbr-fonts-style\" mbr-theme-style=\"display-4\" data-app-selector=\".item, .items\"></p><p>\n                        Fax: (675)3261104</p><p></p>\n                    \n                <p class=\"item mbr-fonts-style\" mbr-theme-style=\"display-4\" data-app-selector=\".item, .items\">Email: wantok@wantokradio.org</p></div>\n            </div>\n            <div class=\"align-left mbr-col-sm-12 \" mbr-if=\"subscribe\" mbr-class=\"{'mbr-col-md-12 mbr-col-lg-4' : ((columnsCount >= 2) || (showLogo)), 'mbr-col-md-6 mbr-col-lg-6' : ((columnsCount < 2) &amp;&amp; (!showLogo))}\">\n                <h3 class=\"mbr-fonts-style group-title mbr-bold\" mbr-theme-style=\"display-7\" mbr-if=\"showTitle\" data-app-selector=\".group-title\">\n                    Let Us Know you visited</h3>\n                <div class=\"items\" mbr-form=\"\">\n<!--Formbuilder Form-->\n<form action=\"\" name=\"Mobirise Form\" method=\"POST\" class=\"mbr-form align-center\">\n<div class=\"mbr-row\">\n<div submit-success=\"\" class=\"mbr-col-lg-12 mbr-col-md-12 mbr-col-sm-12\">\n<template data-form-alert=\"\" type=\"amp-mustache\">Subscription successful!</template>\n</div>\n<div submit-error=\"\" class=\"mbr-col-lg-12 mbr-col-md-12 mbr-col-sm-12\">\n<template data-form-alert=\"\" type=\"amp-mustache\">Subscription failed! {{error}}</template>\n</div>\n</div>\n<div class=\"dragArea mbr-row\">\n<div data-for=\"form[data][0][1]\" class=\"mbr-col field\">\n<input type=\"hidden\" name=\"form[data][0][0]\" value=\"Email\">\n<input type=\"email\" name=\"form[data][0][1]\" placeholder=\"Enter your email\" data-form-field=\"Email\" mbr-theme-style=\"display-5\" required=\"required\" class=\"field-input\" value=\"\">\n</div>\n<div mbr-buttons=\"true\" mbr-theme-style=\"display-4\" data-toolbar=\"-mbrBtnMove,-mbrLink,-mbrBtnRemove,-mbrBtnAdd\" class=\"mbr-col-auto mbr-section-btn field\"><a type=\"submit\" class=\"btn btn-sm btn-form btn-white\" data-app-placeholder=\"Type Text\"><span class=\"mbri-right mbr-iconfont mbr-iconfont-btn\"></span></a></div>\n</div>\n</form><!--Formbuilder Form-->\n</div>\n        </div>\n        </div>\n    <div class=\"contacts__bottom mbr-flex flex-wrap\">\n        <div class=\"mbr-col-sm-12 bottom__left\" mbr-if=\"showPhone\" mbr-class=\"{'mbr-col-md-6' : showSocial, 'mbr-col-md-12' : !showSocial}\">\n            <span class=\"mbr-iconfont mbr-iconfont-btn fa-phone fa\" mbr-icon=\"\"></span>\n           <p class=\"mbr-fonts-style phone mbr-semibold\" mbr-theme-style=\"display-7\" data-app-selector=\".bottom__left\"><a href=\"#\" class=\"text-warning\">(</a>675) 326 0946</p>\n        </div>\n        <div class=\"mbr-col-sm-12 mbr-flex mbr-jc-e bottom__right\" mbr-if=\"showSocial\" mbr-class=\"{'mbr-col-md-6' : showPhone, 'mbr-col-md-12' : !showPhone}\">\n            <!-- SOCIAL ICON -->\n                <div class=\"menu-social-list\" mbr-list=\"\" mbr-list-grow=\"iconsCount\" mbr-link-type=\"socials\">\n                    <a href=\"http://www.youtube.com/channel/UCt_tncVAetpK5JeM8L-8jyw\" target=\"_blank\">\n                        <span mbr-icon=\"\" class=\"amp-iconfont fa-youtube-play fa\"></span>\n                    </a>\n                    <a href=\"https://www.facebook.com/pages/Mobirise/1616226671953247\" target=\"_blank\">\n                        <span mbr-icon=\"\" class=\"amp-iconfont fa-facebook-f fa\"></span>\n                    </a>\n                    \n                <a href=\"https://www.facebook.com/pages/Mobirise/1616226671953247\" target=\"_blank\">\n                        <span mbr-icon=\"\" class=\"amp-iconfont fa-linkedin fa\"></span>\n                    </a><a href=\"https://www.facebook.com/pages/Mobirise/1616226671953247\" target=\"_blank\">\n                        <span mbr-icon=\"\" class=\"amp-iconfont fa-vimeo-square fa\"></span>\n                    </a></div>\n                <!-- SOCIAL ICON END -->\n        </div>\n    </div>\n        \n    \n    <div class=\"divider__foot\" mbr-if=\"showCopyright\"></div>\n    <div class=\"footer-container container\" mbr-if=\"showCopyright\">\n        <div class=\"copyright align-left\">\n            <p class=\"mbr-text mbr-fonts-style\" mbr-theme-style=\"display-4\" data-app-selector=\".copyright .mbr-text\" data-app-placeholder=\"Type Text\">© Copyright Wantok Radio Light 2020 - All Rights Reserved</p>\n        </div>\n    </div>\n</div></section>",
          "_cid": "rZjAc2Ota7",
          "_anchor": "ampFooter14-1o",
          "_protectedParams": [],
          "_global": true,
          "_once": "footer",
          "_params": {}
        }
      ]
    },
    "coverage.html": {
      "settings": {
        "title": "Coverage",
        "order": 6
      },
      "components": [
        {
          "alias": false,
          "_styles": {
            "background-color": "@menuBgColor",
            "overflow": "visible",
            ".navbar": {
              "background": "@menuBgColor"
            },
            "section": {
              "padding": "0 !important"
            },
            "section.menu, .menu-container": {
              "min-height": "50px !important"
            },
            "& when not (@showBrand) and not (@showLogo)": {
              ".navbar > .container, .navbar > .container-fluid": {
                "justify-content": "flex-end !important"
              }
            },
            "& when (@showLogo)": {
              ".navbar-brand": {
                ".navbar-logo": {
                  "amp-img, img": {
                    "width": "~\"@{logoWidth}px\"",
                    "height": "~\"@{logoHeight}px\"",
                    "object-fit": "contain"
                  }
                }
              }
            },
            "& when (@showBrand)": {
              ".navbar-caption": {
                "line-height": "inherit !important"
              }
            },
            ".navbar .navbar-collapse": {
              "@media (max-width: 991px)": {
                "background": "@menuBgColor",
                "& when (@sidebarSide = 'left')": {
                  "right": "auto",
                  "left": "0"
                }
              }
            },
            "& when (@showItems)": {
              ".nav-link": {
                "height": "70px",
                "margin": ".667em 1em !important",
                "padding": "0 !important",
                "transition": "0.3s",
                "&:hover": {
                  "color": "@primaryColor"
                }
              },
              ".dropdown-item.active, .dropdown-item:active": {
                "background-color": "transparent"
              },
              ".dropdown-menu": {
                "margin-top": "0",
                "background": "@menuBgColor",
                "border-top": "2px solid @primaryColor",
                "box-shadow": "0 6px 12px rgba(0, 0, 0, 0.175)",
                "transition": "all 0.3s",
                ".dropdown-item": {
                  "justify-content": "flex-start !important"
                },
                ".dropdown-item:hover": {
                  "padding-left": "40px"
                },
                "a:hover": {
                  "color": "@primaryColor"
                }
              }
            },
            ".hamburger span": {
              "background-color": "@hamburgerColor"
            },
            ".builder-sidebar": {
              "background-color": "@menuBgColor"
            },
            ".close-sidebar": {
              "&:focus": {
                "outline": "2px auto @primaryColor"
              },
              "span": {
                "background-color": "@hamburgerColor"
              }
            },
            "& when (@showSocial)": {
              "& when (@showItems)": {
                ".menu-social-list": {
                  "@media (min-width: 992px)": {
                    "padding-left": "1rem"
                  },
                  "@media (max-width: 991px)": {
                    "padding-top": ".5rem"
                  }
                }
              },
              "& when (@showButtons)": {
                ".menu-social-list": {
                  "@media (max-width: 991px)": {
                    "padding-bottom": ".5rem"
                  }
                }
              }
            },
            ".amp-iconfont": {
              "font-size": "1.3rem",
              "width": "1.3rem",
              "color": "@iconsColor"
            },
            ".btn": {
              "padding": "5px 30px"
            }
          },
          "_name": "menu1",
          "_customHTML": "<section class=\"menu1 menu horizontal-menu\" group=\"Menu\" plugins=\"DropDown, amp-main, amp-sidebar\" always-top=\"\" global=\"\" once=\"menu\">\n\t<mbr-parameters>\n\t<!-- Block parameters controls (Blue \"Gear\" panel) -->\n\t<!--  -->\n\t<header>Size</header>\n\t<input type=\"checkbox\" title=\"Full Width\" name=\"fullWidth\">\n\t<input type=\"checkbox\" title=\"Sticky Position\" name=\"sticky\" checked=\"\">\n\t<!--  -->\n\t<header>Show/Hide</header>\t\n\t<input type=\"checkbox\" title=\"Show Logo\" name=\"showLogo\" checked=\"\">\n\t<input type=\"range\" title=\"Logo Height\" inline=\"\" name=\"logoHeight\" min=\"30\" max=\"200\" value=\"59\" step=\"1\" condition=\"showLogo\">\n\t<input type=\"range\" title=\"Logo Width\" inline=\"\" name=\"logoWidth\" min=\"30\" max=\"200\" value=\"200\" step=\"1\" condition=\"showLogo\">\n\t<input type=\"checkbox\" title=\"Show Brand Name\" name=\"showBrand\" checked=\"\">\n\t<input type=\"checkbox\" title=\"Show Menu Items\" name=\"showItems\" checked=\"\">\n\t<input type=\"checkbox\" title=\"Show Button(s)\" name=\"showButtons\">\n\t<header>Icons</header>\n\t<input type=\"checkbox\" title=\"Show Social\" name=\"showSocial\">\n\t<input type=\"range\" inline=\"\" title=\"Icons Count\" name=\"socialCount\" min=\"1\" max=\"6\" value=\"3\" step=\"1\" condition=\"showSocial\">\n\t<input type=\"color\" title=\"Icons Color\" name=\"iconsColor\" value=\"#cd201f\">\n\t<header>Sidebar</header>\n\t<select title=\"Side\" name=\"sidebarSide\">\n\t\t<option value=\"left\">Left</option>\n\t\t<option value=\"right\" selected=\"\">Right</option>\n\t</select>\n\t<input type=\"color\" title=\"Hamburger Color\" name=\"hamburgerColor\" value=\"#ffc300\">\n\t<header>Background</header>\n\t<input type=\"color\" title=\"Background Color\" name=\"menuBgColor\" value=\"#002929\" required=\"\">\n\t<!-- End block parameters -->\n\t</mbr-parameters>\n\t<!-- <div class=\"menu-wrapper\"> -->\n\t<nav class=\"navbar navbar-dropdown navbar-expand-lg navbar-short\" mbr-class=\"{'navbar-fixed-top': sticky}\">\n\t\t<div class=\"menu-container\" mbr-class=\"{'container': !fullWidth,\n\t\t\t\t\t\t'container-fluid': fullWidth,\n\t\t\t\t\t\t'mbr-jc-e': !showLogo &amp;&amp; !showBrand}\">\n\t\t\t<!-- SHOW LOGO -->\n\t\t\t<div class=\"navbar-brand\" mbr-if=\"showLogo || showBrand\">\n\t\t\t\t<div mbr-if=\"showLogo\" class=\"navbar-logo\">\n\t\t\t\t\t<amp-img src=\"@PROJECT_PATH@/assets/images/logochoice-240x85.png\" layout=\"responsive\" height=\"59\" width=\"166.58823529411765\" alt=\"image\" class=\"mobirise-loader\">\n\t\t\t\t\t\t<div placeholder=\"\" class=\"placeholder\"></div>\n\t\t\t\t\t\t<img class=\"mbr-temp\" src=\"@PROJECT_PATH@/assets/images/logochoice-240x85.png\" alt=\"\" title=\"\">\n\t\t\t\t\t</amp-img>\n\t\t\t\t</div>\n\t\t\t\t<span mbr-if=\"showBrand\" mbr-buttons=\"\" mbr-theme-style=\"display-5\" class=\"navbar-caption-wrap\" data-toolbar=\"-mbrBtnMove,-mbrBtnAdd,-mbrBtnRemove\"><a class=\"navbar-caption mbr-bold text-warning\" data-app-selector=\".navbar-caption\" href=\"#\" data-app-placeholder=\"Type Text\">PNGCBN</a></span>\n\t\t\t</div>\n\t\t\t<!-- SHOW LOGO END -->\n\t\t\t<!-- COLLAPSED MENU -->\n\t\t\t<div class=\"collapse navbar-collapse\" id=\"navbarSupportedContent\">\n\t\t\t\t<button class=\"navbar-toggler\" type=\"button\" data-toggle=\"collapse\" data-target=\"#navbarSupportedContent\" aria-controls=\"navbarNavAltMarkup\" aria-expanded=\"false\" aria-label=\"Toggle navigation\" mbr-if=\"showItems || showSocial || showButtons\">\n\t\t\t\t<div class=\"hamburger\">\n\t\t\t\t\t<span></span>\n\t\t\t\t\t<span></span>\n\t\t\t\t\t<span></span>\n\t\t\t\t\t<span></span>\n\t\t\t\t</div>\n\t\t\t\t</button>\n\t\t\t\t<!-- NAVBAR ITEMS -->\n\t\t\t\t<ul mbr-menu=\"\" class=\"navbar-nav nav-dropdown\" mbr-theme-style=\"display-4\" mbr-if=\"showItems\" mbr-class=\"{'nav-right': !showButtons,'navbar-nav-top-padding': isPublish &amp;&amp; !showBrand &amp;&amp; !showLogo}\"><li class=\"nav-item dropdown\">\n\t\t\t\t\t\t<a class=\"nav-link link mbr-bold text-warning\" href=\"index.html\" data-app-selector=\".nav-link,.dropdown-item\" aria-expanded=\"false\" data-app-placeholder=\"Type Text\">Home</a>\n\n\t\t\t\t\t</li>\n\t\t\t\t\t<li class=\"nav-item dropdown\">\n\t\t\t\t\t\t<a class=\"nav-link mbr-bold link text-warning\" href=\"aboutus.html\" data-app-selector=\".nav-link,.dropdown-item\" aria-expanded=\"false\" data-app-placeholder=\"Type Text\">About Us</a>\n                   <div class=\"dropdown-menu\">\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t<a class=\"mbr-bold dropdown-item text-warning\" href=\"histrorypics.html\" data-app-selector=\".nav-link,.dropdown-item\" data-app-placeholder=\"Type Text\">Gallery-History</a>\n\t\t\t\t\t\t</div>\n\t\t\t\t\t</li><li class=\"nav-item\"><a class=\"nav-link mbr-bold link text-warning\" href=\"partners.html\" data-app-selector=\".nav-link,.dropdown-item\" aria-expanded=\"false\" data-app-placeholder=\"Type Text\">Partners</a></li>\n\t\t\t\t\t<li class=\"nav-item dropdown\">\n\t\t\t\t\t\t<a class=\"nav-link mbr-bold link text-warning\" href=\"programs.html\" data-app-selector=\".nav-link,.dropdown-item\" aria-expanded=\"false\" data-app-placeholder=\"Type Text\">Programs</a>\n\n\t\t\t\t\t</li><li class=\"nav-item\"><a class=\"nav-link mbr-bold link text-warning\" href=\"projects.html\" data-app-selector=\".nav-link,.dropdown-item\" aria-expanded=\"false\" data-app-placeholder=\"Type Text\">Projects</a>\n       \n                    </li><li class=\"nav-item\"><a class=\"nav-link mbr-bold link text-warning\" href=\"coverage.html\" data-app-selector=\".nav-link,.dropdown-item\" aria-expanded=\"false\" data-app-placeholder=\"Type Text\">Coverage</a></li><li class=\"nav-item\"><a class=\"nav-link mbr-bold link text-warning\" href=\"news.html\" data-app-selector=\".nav-link,.dropdown-item\" aria-expanded=\"false\" data-app-placeholder=\"Type Text\">News</a></li>\n\t\t\t\t\t<li class=\"nav-item dropdown\">\n\t\t\t\t\t\t<a class=\"nav-link mbr-bold link text-warning\" href=\"https://ca7ssl.rcast.net/radio/61643/\" data-app-selector=\".nav-link,.dropdown-item\" aria-expanded=\"false\" data-app-placeholder=\"Type Text\" target=\"_blank\">LiveStream</a>\n\n\t\t\t\t\t</li><li class=\"nav-item\"><a class=\"nav-link mbr-bold link text-warning\" href=\"contact.html\" data-app-selector=\".nav-link,.dropdown-item\" aria-expanded=\"false\" data-app-placeholder=\"Type Text\">Contact</a></li></ul>\n\t\t\t\t<!-- NAVBAR ITEMS END -->\n\t\t\t\t<!-- SOCIAL ICON -->\n\t\t\t\t<div class=\"menu-social-list\" mbr-if=\"showSocial\" mbr-list=\"\" mbr-list-grow=\"socialCount\" mbr-link-type=\"socials\">\n\t\t\t\t\t<a href=\"#\" target=\"_blank\" class=\"iconfont-wrapper\">\n\t\t\t\t\t\t<span mbr-icon=\"\" class=\"amp-iconfont animation-normal fa-twitter fa\"></span>\n\t\t\t\t\t</a>\n\t\t\t\t\t<a href=\"#\" target=\"_blank\" class=\"iconfont-wrapper\">\n\t\t\t\t\t\t<span mbr-icon=\"\" class=\"amp-iconfont animation-normal fa-facebook fa\"></span>\n\t\t\t\t\t</a>\n\t\t\t\t\t<a href=\"#\" target=\"_blank\" class=\"iconfont-wrapper\">\n\t\t\t\t\t\t<span mbr-icon=\"\" class=\"amp-iconfont animation-normal fa-telegram fa\"></span>\n\t\t\t\t\t</a>\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t</div>\n\t\t\t\t<!-- SOCIAL ICON END -->\n\t\t\t\t<!-- SHOW BUTTON -->\n\t\t\t\t<div mbr-if=\"showButtons\" mbr-buttons=\"\" mbr-theme-style=\"display-7\" class=\"navbar-buttons mbr-section-btn\">\n\t\t\t\t\t<a class=\"btn btn-md btn-black mbr-bold\" href=\"#\">Join us</a>\n\t\t\t\t</div>\n\t\t\t\t<!-- SHOW BUTTON END -->\n\t\t\t</div>\n\t\t\t<!-- COLLAPSED MENU END -->\n\t\t\t<button class=\"navbar-toggler hide\" type=\"button\" data-toggle=\"collapse\" data-target=\"#navbarSupportedContent\" aria-controls=\"navbarNavAltMarkup\" aria-expanded=\"false\" aria-label=\"Toggle navigation\" mbr-if=\"showItems || showSocial || showButtons\">\n\t\t\t<div class=\"hamburger\">\n\t\t\t\t<span></span>\n\t\t\t\t<span></span>\n\t\t\t\t<span></span>\n\t\t\t\t<span></span>\n\t\t\t</div>\n\t\t\t</button>\n\t\t\t<button on=\"tap:sidebar.toggle\" class=\"ampstart-btn hamburger\" mbr-if=\"(showItems||showButtons)\">\n\t\t\t\t<span></span>\n\t\t\t\t<span></span>\n\t\t\t\t<span></span>\n\t\t\t\t<span></span>\n\t\t\t</button>\n\t\t</div>\n\t</nav>\n\t<!-- AMP plug -->\n\t<amp-sidebar id=\"sidebar\" layout=\"nodisplay\" side=\"{{sidebarSide}}\">\n\t\t<div class=\"builder-sidebar\" id=\"builder-sidebar\">\n\t\t\t<button on=\"tap:sidebar.close\" class=\"close-sidebar\">\n\t\t\t<span></span>\n\t\t\t<span></span>\n\t\t\t</button>\n\t\t</div>\n\t</amp-sidebar>\n\t<!-- </div> -->\n</section>",
          "_cid": "rx8RugdGc5",
          "_PHPplaceholders": [],
          "_JSplaceholders": [],
          "_anchor": "menu1-o",
          "_protectedParams": [],
          "_global": true,
          "_once": "menu",
          "_params": {}
        },
        {
          "alias": false,
          "_styles": {
            "& when not (@fullScreen)": {
              "padding-top": "(@paddingTop * 1rem)",
              "padding-bottom": "(@paddingBottom * 1rem)"
            },
            "& when (@bg-type = 'image')": {
              "background-image": "url(@bg-value)",
              "& when (@overlay)": {
                ".mbr-overlay": {
                  "background": "@overlayColor",
                  "opacity": "@overlayOpacity"
                }
              }
            },
            "& when (@bg-type = 'color')": {
              "background-color": "@bg-value"
            },
            "align-items": "center",
            "display": "flex",
            ".btn": {
              "padding": "5px 50px"
            },
            ".mbr-section-title, .mbr-section-btn": {
              "color": "#ffffff"
            },
            ".mbr-section-subtitle, .mbr-section-btn": {
              "color": "#ffc300"
            }
          },
          "_name": "header1",
          "_customHTML": "<section class=\"header1\" group=\"Headers\" mbr-class=\"{'mbr-fullscreen': fullScreen}\" plugins=\"amp-main\">\n    <mbr-parameters>\n    <!-- Block parameters controls (Blue \"Gear\" panel) -->\n    <header>Size</header>\n    <input type=\"checkbox\" title=\"Full Screen\" name=\"fullScreen\">\n    <input type=\"checkbox\" title=\"Full Width\" name=\"fullWidth\">\n    <input type=\"range\" inline title=\"Top\" name=\"paddingTop\" min=\"0\" max=\"15\" step=\"1\" value=\"15\" condition=\"fullScreen == false\">\n    <input type=\"range\" inline title=\"Bottom\" name=\"paddingBottom\" min=\"0\" max=\"15\" step=\"1\" value=\"15\" condition=\"fullScreen == false\">\n    <input type=\"checkbox\" name=\"halfSize\" title=\"Half Size\">\n    <select title=\"Align\" name=\"alignHalf\" condition=\"halfSize\">\n        <option value=\"1\" selected>Left</option>\n        <option value=\"2\">Center</option>\n        <option value=\"3\">Right</option>\n    </select>\n    <header>Show/Hide</header>\n    <input type=\"checkbox\" title=\"Title\" name=\"showTitle\" checked>\n    <input type=\"checkbox\" title=\"Subtitle\" name=\"showSubtitle\" checked>\n    <input type=\"checkbox\" title=\"Text\" name=\"showText\">\n    <input type=\"checkbox\" title=\"Buttons\" name=\"showButtons\">\n    <select title=\"Align\" name=\"alignTitle\" condition=\"showTitle || showSubtitle || showText || showButtons\">\n        <option value=\"1\">Left</option>\n        <option value=\"2\">Center</option>\n        <option value=\"3\" selected>Right</option>\n    </select>\n    <header>Background</header>\n    <fieldset type=\"background\" name=\"bg\" required>\n        <input type=\"image\" title=\"Background Image\" value=\"@PROJECT_PATH@/assets/images/qslsadds-1833x543.png\" selected>\n        <input type=\"color\" title=\"Background Color\" value=\"#ffffff\">\n    </fieldset>\n    <input type=\"checkbox\" title=\"Overlay\" name=\"overlay\" condition=\"bg.type !== 'color'\" checked>\n    <input type=\"color\" title=\"Overlay Color\" name=\"overlayColor\" value=\"#000000\" condition=\"overlay && bg.type !== 'color'\">\n    <input type=\"range\" inline title=\"Opacity\" name=\"overlayOpacity\" min=\"0\" max=\"1\" step=\"0.1\" value=\"0.7\" condition=\"overlay && bg.type !== 'color'\">\n    <!-- End block parameters -->\n    </mbr-parameters>\n    <div class=\"mbr-overlay\" mbr-if=\"overlay && bg.type !== 'color'\"></div>\n    <div mbr-class=\"{'container':!fullWidth,\n                     'container-fluid': fullWidth}\">\n        <div class=\"mbr-row\" mbr-class=\"{'align-left': alignTitle==1,\n                        'align-center': alignTitle==2,\n                        'align-right': alignTitle==3,\n                        'mbr-jc-c':alignHalf==2,\n                        'mbr-jc-e':alignHalf==3}\" mbr-if=\"showTitle || showSubtitle || showText || showButtons\">\n            <div class=\"title-block mbr-col-sm-12 mbr-col-md-12\" mbr-class=\"{'mbr-col-lg-6': halfSize,\n                             'mbr-col-lg-12': !halfSize}\">\n                <h1 class=\"mbr-section-title mbr-fonts-style mbr-bold\" mbr-theme-style=\"display-1\" mbr-if=\"showTitle\" data-app-selector=\".mbr-section-title, .mbr-section-btn\">Coverage</h1>\n                <h2 class=\"mbr-section-subtitle mbr-fonts-style\" mbr-class=\"{'mbr-pt-3': showTitle}\" mbr-theme-style=\"display-2\" mbr-if=\"showSubtitle\" data-app-selector=\".mbr-section-subtitle, .mbr-section-btn\"><b>Where you can find our Music Playing</b></h2>\n                <p class=\"mbr-text mbr-fonts-style\" mbr-class=\"{'mbr-pt-2': showTitle || showSubtitle}\" mbr-theme-style=\"display-7\" mbr-if=\"showText\" data-app-selector=\".mbr-section-btn, .mbr-text\">Click on the text in the block to select it and enter the text you want to show.</p>\n                <div mbr-buttons class=\"mbr-section-btn\" mbr-class=\"{'mbr-pt-4':showSubtitle||showTitle||showText}\" mbr-theme-style=\"display-7\" data-toolbar=\"-mbrBtnMove\" mbr-if=\"showButtons\">\n                    <a class=\"btn-primary btn\">Learn How</a>\n                </div>\n            </div>\n        </div>\n    </div>\n</section>",
          "_cid": "rYUMXS3Aor",
          "_anchor": "header1-u",
          "_PHPplaceholders": [],
          "_JSplaceholders": [],
          "_protectedParams": [],
          "_global": false,
          "_once": false,
          "_params": {}
        },
        {
          "alias": false,
          "_styles": {
            "& when not (@fullScreen)": {
              "padding-top": "(@paddingTop * 1rem)",
              "padding-bottom": "(@paddingBottom * 1rem)"
            },
            "& when (@bg-type = 'image')": {
              "background-image": "url(@bg-value)",
              "& when (@overlay)": {
                ".mbr-overlay": {
                  "background": "@overlayColor",
                  "opacity": "@overlayOpacity"
                }
              }
            },
            "& when (@bg-type = 'color')": {
              "background-color": "@bg-value"
            },
            "align-items": "center",
            "display": "flex",
            ".iconfont-wrapper": {
              "width": "~\"@{iconsSize}rem\"",
              "height": "~\"@{iconsSize}rem\"",
              "cursor": "pointer"
            },
            ".amp-iconfont": {
              "font-size": "~\"@{iconsSize}rem\"",
              "width": "~\"@{iconsSize}rem\"",
              "color": "@primaryColor"
            }
          },
          "_name": "header5",
          "_customHTML": "<section class=\"header5 video-with-lightbox\" group=\"Headers\" mbr-class=\"{'mbr-fullscreen': fullScreen}\" plugins=\"amp-main,amp-lightbox,amp-youtube\">\n    <mbr-parameters>\n    <!-- Block parameters controls (Blue \"Gear\" panel) -->\n    <header>Size</header>\n    <input type=\"checkbox\" title=\"Full Screen\" name=\"fullScreen\">\n    <input type=\"checkbox\" title=\"Full Width\" name=\"fullWidth\">\n    <input type=\"range\" inline title=\"Top\" name=\"paddingTop\" min=\"0\" max=\"15\" step=\"1\" value=\"10\" condition=\"fullScreen == false\">\n    <input type=\"range\" inline title=\"Bottom\" name=\"paddingBottom\" min=\"0\" max=\"15\" step=\"1\" value=\"10\" condition=\"fullScreen == false\">\n    <input type=\"checkbox\" name=\"halfSize\" title=\"Half Size\" checked>\n    <select title=\"Align\" name=\"alignHalf\" condition=\"halfSize\">\n        <option value=\"1\">Left</option>\n        <option value=\"2\" selected>Center</option>\n        <option value=\"3\">Right</option>\n    </select>\n    <header>Show/Hide</header>\n    <input type=\"checkbox\" title=\"Title\" name=\"showTitle\" checked>\n    <input type=\"checkbox\" title=\"Subtitle\" name=\"showSubtitle\">\n    <input type=\"checkbox\" title=\"Text\" name=\"showText\">\n    <input type=\"checkbox\" title=\"Buttons\" name=\"showButtons\">\n    <select title=\"Align\" name=\"alignTitle\" condition=\"showTitle || showSubtitle || showText || showButtons\">\n        <option value=\"1\">Left</option>\n        <option value=\"2\" selected>Center</option>\n        <option value=\"3\">Right</option>\n    </select>\n    <header>Icons</header>\n        <input type=\"range\" inline title=\"Icons Size\" name=\"iconsSize\" min=\"1\" max=\"6\" step=\"0.5\" value=\"4.5\">\n        <input type=\"checkbox\" title=\"Signature\" name=\"showSignature\">\n    <header>Video</header>\n        <input type=\"text\" title=\"Video URL\" name=\"videoUrl\" value required>\n    <header>Background</header>\n    <fieldset type=\"background\" name=\"bg\" required>\n        <input type=\"image\" title=\"Background Image\" value=\"../_images/background11.jpg\" selected>\n        <input type=\"color\" title=\"Background Color\" value=\"#ffffff\">\n    </fieldset>\n    <input type=\"checkbox\" title=\"Overlay\" name=\"overlay\" condition=\"bg.type !== 'color'\">\n    <input type=\"color\" title=\"Overlay Color\" name=\"overlayColor\" value=\"#ffffff\" condition=\"overlay && bg.type !== 'color'\">\n    <input type=\"range\" inline title=\"Opacity\" name=\"overlayOpacity\" min=\"0\" max=\"1\" step=\"0.1\" value=\"0.8\" condition=\"overlay && bg.type !== 'color'\">\n    <!-- End block parameters -->\n    </mbr-parameters>\n    <div class=\"mbr-overlay\" mbr-if=\"overlay && bg.type !== 'color'\"></div>\n    <div mbr-class=\"{'container':!fullWidth,\n                     'container-fluid': fullWidth}\">\n        <div class=\"mbr-row\" mbr-class=\"{'align-left': alignTitle==1,\n                        'align-center': alignTitle==2,\n                        'align-right': alignTitle==3,\n                        'mbr-jc-c':alignHalf==2,\n                        'mbr-jc-e':alignHalf==3}\" mbr-if=\"showTitle || showSubtitle || showText || showButtons\">\n            <div class=\"title-block mbr-col-sm-12 mbr-col-md-12\" mbr-class=\"{'mbr-col-lg-6': halfSize,\n                             'mbr-col-lg-12': !halfSize}\">\n                <h1 class=\"mbr-section-title mbr-fonts-style mbr-bold\" mbr-theme-style=\"display-1\" mbr-if=\"showTitle\" data-app-selector=\".mbr-section-title, .mbr-section-btn\">View Short Clip of our Coverage Map</h1>\n                <h2 class=\"mbr-section-subtitle mbr-fonts-style\" mbr-class=\"{'mbr-pt-3': showTitle}\" mbr-theme-style=\"display-2\" mbr-if=\"showSubtitle\" data-app-selector=\".mbr-section-subtitle, .mbr-section-btn\">Enter your subtitle here</h2>\n                <!-- mbr-icon -->\n                <div class=\"btn-wrap\" mbr-class=\"{'mbr-pt-3': showTitle || showSubtitle}\">\n                    <div class=\"iconbox\" on=\"tap:my-lightbox\" role=\"button\" tabindex=\"0\">\n                        <div class=\"iconfont-wrapper\">\n                            <span mbr-icon class=\"amp-iconfont fa-youtube-play fa\"></span>\n                        </div>\n                    </div>\n                    <p mbr-text class=\"icon-sign mbr-fonts-style mbr-pt-2\" mbr-theme-style=\"display-4\" mbr-if=\"showSignature\" data-app-selector=\".icon-sign\">\n                        Watch Video\n                    </p>\n                </div>\n                <p class=\"mbr-text mbr-fonts-style mbr-pt-3\" mbr-theme-style=\"display-7\" mbr-if=\"showText\" data-app-selector=\".mbr-section-btn, .mbr-text\">Click on the text in the block to select it and enter the text you want to show.</p>\n                <div mbr-buttons class=\"mbr-section-btn mbr-pt-4\" mbr-theme-style=\"display-7\" data-toolbar=\"-mbrBtnMove\" mbr-if=\"showButtons\">\n                    <a class=\"btn-primary btn\">Learn How</a>\n                </div>\n            </div>\n        </div>\n    </div>\n    <amp-lightbox id=\"my-lightbox\" layout=\"nodisplay\">\n      <div class=\"lightbox\" on=\"tap:my-lightbox.close\" role=\"button\" tabindex=\"0\">\n        <div class=\"container\">\n            <div class=\"video-block\">\n                <amp-youtube width=\"16\" height=\"9\" layout=\"responsive\" data-videoid=\"lBTCB7yLs8Y\" class=\"mobirise-loader\" autoplay>\n                    <div placeholder class=\"placeholder\"></div>\n                </amp-youtube>\n            </div>\n        </div>\n      </div>\n    </amp-lightbox>\n</section>",
          "_cid": "rYUNP96NOk",
          "_anchor": "header5-v",
          "_protectedParams": [],
          "_global": false,
          "_once": false,
          "_params": {}
        },
        {
          "alias": "amp-blocks/components",
          "_isSecondary": true,
          "typeCompatible": "isAMP",
          "_styles": {
            "padding-top": "(@paddingTop * 1rem)",
            "padding-bottom": "(@paddingBottom * 1rem)",
            "& when (@bg-type = 'color')": {
              "background-color": "@bg-value"
            },
            "& when (@bg-type = 'image')": {
              "background-image": "url(@bg-value)",
              ".mbr-overlay": {
                "background-color": "@overlayColor",
                "opacity": "@overlayOpacity"
              }
            },
            "@media (max-width: 768px)": {
              ".title-wrap": {
                "padding-bottom": "2rem"
              }
            },
            ".line-wrap": {
              "width": "100%",
              "margin-bottom": "2rem",
              "@media (max-width: 992px)": {
                "margin-bottom": "1rem"
              }
            },
            ".line": {
              "height": "4px",
              "width": "25%",
              "background-color": "@lineColor",
              "display": "inline-block"
            },
            ".mbr-section-title span.main-text": {
              "color": "#870000"
            }
          },
          "_name": "ampHeader20",
          "_customHTML": "<section class=\"ampHeader20\" group=\"Headers\" plugins=\"amp-main\">\n    <mbr-parameters>\n    <!--Block parameters controls (Blue \"Gear\" panel) -->\n    <header>Size</header>\n    <input type=\"range\" inline title=\"Top\" name=\"paddingTop\" min=\"0\" max=\"8\" step=\"1\" value=\"3\">\n    <input type=\"range\" inline title=\"Bottom\" name=\"paddingBottom\" min=\"0\" max=\"8\" step=\"1\" value=\"3\">\n    <header>Show/Hide</header>\n    <input type=\"checkbox\" title=\"Show Title\" name=\"showTitle\" checked>\n    <input type=\"checkbox\" title=\"Show Line\" name=\"showLine\" checked>        \n    <input type=\"color\" title=\"Line Color\" name=\"lineColor\" value=\"#ffffff\" condition=\"showLine\">        \n    <input type=\"checkbox\" title=\"Show Subtitle\" name=\"showSubtitle\">\n    <select title=\"Align\" name=\"titleAlign\" condition=\"showTitle || showSubtitle\">\n        <option value=\"1\" selected>Left</option>\n        <option value=\"2\">Center</option>\n        <option value=\"3\">Right</option>\n    </select>\n    <header>Background</header>\n    <fieldset type=\"background\" name=\"bg\">\n        <input type=\"image\" title=\"Background Image\" value=\"../_images/background1.jpg\">\n        <input type=\"color\" title=\"Background Color\" value=\"#ffc300\" selected>\n    </fieldset>\n    <input type=\"checkbox\" title=\"Overlay\" name=\"overlay\" checked condition=\"bg.type !== 'color'\">\n    <input type=\"color\" title=\"Overlay Color\" name=\"overlayColor\" value=\"#efefef\" condition=\"overlay && bg.type == 'image'\">\n    <input type=\"range\" inline title=\"Opacity\" name=\"overlayOpacity\" min=\"0\" max=\"1\" step=\"0.1\" value=\"0.5\" condition=\"overlay && bg.type == 'image'\">\n    </mbr-parameters>\n    <!--Block parameters controls (Blue \"Gear\" panel) -->\n    <div class=\"mbr-overlay\" mbr-if=\"overlay && bg.type !== 'color'\"></div>\n    <div class=\"container\">\n        <div class=\"title mbr-px-4\" mbr-class=\"{'align-left':titleAlign==1, 'align-center':titleAlign==2,\n                         'align-right':titleAlign==3}\" mbr-if=\"showTitle || showSubtitle\">\n            <div class=\"line-wrap\" mbr-if=\"showLine\">\n                <div class=\"line\"></div>\n            </div>\n            <div class=\"mbr-section-title mbr-fonts-style mbr-bold\" mbr-theme-style=\"display-1\" data-app-selector=\".mbr-section-title\" mbr-if=\"showTitle\" mbr-class=\"{'mbr-pb-2': showSubtitle}\"><span mbr-text class=\"main-text mbr-fonts-style\" data-app-selector=\"span.main-text\">little is MUCH</span><br><span mbr-text class=\"mbr-primary mbr-fonts-style\" data-app-selector=\"span.mbr-primary\">When GOD is in IT</span></div>\n            <h4 class=\"mbr-text mbr-fonts-style\" mbr-theme-style=\"display-5\" mbr-if=\"showSubtitle\" data-app-selector=\".mbr-text\">\n                Lorem ipsum dolor sit amet, consectetur adipisicing elit.\n            </h4>\n        </div>\n    </div>\n</section>",
          "_cid": "rYUOgGIT23",
          "_anchor": "ampHeader20-x",
          "_protectedParams": [],
          "_global": false,
          "_once": false,
          "_params": {}
        },
        {
          "alias": "amp-blocks/components",
          "_isSecondary": true,
          "typeCompatible": "isAMP",
          "_styles": {
            "& when not (@fullScreen)": {
              "padding-top": "(@paddingTop * 1rem)",
              "padding-bottom": "(@paddingBottom * 1rem)",
              "align-items": "center",
              "display": "flex"
            },
            "& when (@bg-type = 'image')": {
              "background-image": "url(@bg-value)",
              "& when (@overlay)": {
                ".mbr-overlay": {
                  "background": "@overlayColor",
                  "opacity": "@overlayOpacity"
                }
              }
            },
            "& when (@bg-type = 'color')": {
              "background-color": "@bg-value"
            },
            ".image-wrap": {
              "position": "relative",
              "overflow": "hidden"
            },
            ".title-block": {
              "max-width": "400px",
              "background": "@titleBg"
            },
            ".img-1": {
              "padding-right": "3rem"
            },
            ".link": {
              "text-decoration": "underline",
              "font-style": "italic"
            },
            "@media (max-width: 992px)": {
              ".title-block": {
                "margin": "auto"
              },
              ".img-1": {
                "padding-right": "0rem"
              }
            }
          },
          "_name": "ampHeader9",
          "_customHTML": "<section class=\"ampHeader9\" group=\"Headers\" mbr-class=\"{'mbr-fullscreen': fullScreen}\" plugins=\"amp-main\">\n    <mbr-parameters>\n        <!-- Block parameters controls (Blue \"Gear\" panel) -->\n        <header>Size</header>\n        <input type=\"checkbox\" title=\"Full Screen\" name=\"fullScreen\">\n        <input type=\"checkbox\" title=\"Full Width\" name=\"fullWidth\">\n        <input type=\"range\" inline title=\"Top\" name=\"paddingTop\" min=\"0\" max=\"15\" step=\"1\" value=\"7\" condition=\"fullScreen == false\">\n        <input type=\"range\" inline title=\"Bottom\" name=\"paddingBottom\" min=\"0\" max=\"15\" step=\"1\" value=\"0\" condition=\"fullScreen == false\">\n        <header>Show/Hide</header>\n        <input type=\"checkbox\" title=\"Title\" name=\"showTitle\" checked>\n        <input type=\"checkbox\" title=\"Subtitle\" name=\"showSubtitle\" checked>\n        <input type=\"checkbox\" title=\"Text\" name=\"showText\" checked>\n        <input type=\"checkbox\" title=\"Link\" name=\"showLink\" checked>\n        <!--  -->\n        <header condition=\"showTitle || showSubtitle || showText || showButtons\">Align</header>\n        <select title=\"Align Half\" name=\"marginContent\" condition=\"(showTitle || showSubtitle || showText || showLink)\">\n            <option value=\"1\">Left</option>\n            <option value=\"2\">Center</option>\n            <option value=\"3\" selected>Right</option>\n        </select>\n        <select title=\"Align Text\" name=\"alignContent\" condition=\"(showTitle || showSubtitle || showText || showLink)\">\n            <option value=\"1\">Left</option>\n            <option value=\"2\" selected>Center</option>\n            <option value=\"3\">Right</option>\n        </select>\n        <header>Background</header>\n        <input type=\"color\" title=\"Title Bg\" name=\"titleBg\" value=\"#ffffff\">\n        <fieldset type=\"background\" name=\"bg\" required>\n            <input type=\"image\" title=\"Background Image\" value=\"../_images/background15.jpg\" selected>\n            <input type=\"color\" title=\"Background Color\" value=\"#ffffff\">\n        </fieldset>\n        <input type=\"checkbox\" title=\"Overlay\" name=\"overlay\" condition=\"bg.type !== 'color'\" checked>\n        <input type=\"color\" title=\"Overlay Color\" name=\"overlayColor\" value=\"#fffef2\" condition=\"overlay && bg.type !== 'color'\">\n        <input type=\"range\" inline title=\"Opacity\" name=\"overlayOpacity\" min=\"0\" max=\"1\" step=\"0.1\" value=\"0.4\" condition=\"overlay && bg.type !== 'color'\">\n        <!-- End block parameters -->\n    </mbr-parameters>\n    <div class=\"mbr-overlay\" mbr-if=\"overlay && bg.type !== 'color'\"></div>\n    <div mbr-class=\"{'container':!fullWidth,\n                     'container-fluid': fullWidth}\">\n        <div class=\"mbr-row mbr-black\">\n\n\n            <div class=\"title-wrap mbr-col-md-12 mbr-col-lg-12 mbr-col-sm-12 mbr-m-auto\" mbr-class=\"{\n                             'align-left':alignContent==1,\n                             'align-center':alignContent==2,\n                             'align-right':alignContent==3}\" mbr-if=\"showTitle || showSubtitle || showText || showLink\">\n                <div class=\"title-block mbr-p-4\" mbr-class=\"{'mbr-ml-auto':marginContent == '3', 'mbr-m-auto':marginContent == '2'}\">\n                    <h2 class=\"mbr-section-subtitle mbr-bold mbr-fonts-style\" mbr-theme-style=\"display-4\" mbr-if=\"showSubtitle\" data-app-selector=\".mbr-section-subtitle, .mbr-section-btn\">EAVESDROP</h2>\n                    <h1 class=\"mbr-section-title mbr-fonts-style mbr-semibold\" mbr-class=\"{'mbr-pt-3': showSubtitle}\" mbr-theme-style=\"display-5\" mbr-if=\"showTitle\" data-app-selector=\".mbr-section-title, .mbr-section-btn\"><b>AM BAND RADIO</b></h1>\n                    <p class=\"mbr-text mbr-fonts-style\" mbr-class=\"{'mbr-pt-4': showTitle || showSubtitle}\" mbr-theme-style=\"display-7\" mbr-if=\"showText\" data-app-selector=\".mbr-section-btn, .mbr-text\">\n                        If we do secured enough funding, We would be extending our listenship to AM Radio in the Near Future.<br></p>\n\n                    <h2 class=\"link mbr-fonts-style\" mbr-class=\"{'mbr-pt-4':showSubtitle||showTitle||showText}\" mbr-theme-style=\"display-7\" mbr-if=\"showLink\" data-app-selector=\".link\"><a href=\"page5.html\" class=\"text-black\">Read More</a></h2>\n\n                </div>\n            </div>\n\n\n        </div>\n    </div>\n</section>",
          "_cid": "rYUObpx8lO",
          "_anchor": "ampHeader9-w",
          "_protectedParams": [],
          "_global": false,
          "_once": false,
          "_params": {}
        },
        {
          "alias": "amp-blocks/components",
          "_isSecondary": true,
          "typeCompatible": "isAMP",
          "_styles": {
            "& when not (@fullScreen)": {
              "padding-top": "(@paddingTop * 1rem)",
              "padding-bottom": "(@paddingBottom * 1rem)",
              "align-items": "center",
              "display": "flex"
            },
            "& when (@bg-type = 'image')": {
              "background-image": "url(@bg-value)",
              "& when (@overlay)": {
                ".mbr-overlay": {
                  "background": "@overlayColor",
                  "opacity": "@overlayOpacity"
                }
              }
            },
            "& when (@bg-type = 'color')": {
              "background-color": "@bg-value"
            },
            ".mbr-row": {
              "& when (@blockDirection)": {
                "& when (@reverseContent)": {
                  "flex-direction": "column-reverse",
                  ".image-wrap": {
                    "padding-bottom": "2rem"
                  }
                },
                ".image-wrap": {
                  "max-width": "100%",
                  "max-height": "100%",
                  "min-width": "100%",
                  "min-height": "100%"
                }
              },
              "@media (max-width: 992px)": {
                "& when (@reverseContent)": {
                  "flex-direction": "column-reverse"
                },
                ".image-wrap": {
                  "padding-bottom": "2rem"
                }
              }
            },
            ".mbr-row > *": {
              "@media (max-width: 992px)": {
                "padding": "0"
              }
            },
            "& when not (@blockDirection)": {
              ".title-block": {
                "margin": "auto",
                "width": "100%"
              }
            },
            "& when not (@reverseContent)": {
              ".title-wrap": {
                "@media (max-width: 992px)": {
                  "margin-bottom": "2rem"
                }
              }
            },
            "@media (min-width: 992px)": {
              ".title-block, .image-block": {
                "padding-left": "0",
                "padding-right": "0"
              },
              ".mbr-row > *": {
                "padding-left": "2rem",
                "padding-right": "2rem"
              },
              ".mbr-row": {
                "margin-left": "-2rem",
                "margin-right": "-2rem"
              }
            },
            "h1": {
              "position": "relative",
              "padding": "2rem 0 2rem 2rem",
              "&::before, &::after": {
                "content": "\"\"",
                "left": "0",
                "display": "block",
                "position": "absolute",
                "border-bottom": ".3125rem solid",
                "color": "inherit",
                "width": "5.375rem"
              },
              "&::before": {
                "top": "0"
              },
              "&::after": {
                "bottom": "0"
              }
            },
            "@media (max-width: 768px)": {
              "h1": {
                "padding": "2rem 0",
                "&::before, &::after": {
                  "left": "35%"
                }
              }
            },
            ".btn .mbr-iconfont-btn": {
              "order": "2",
              "transition": "none",
              "margin-left": "5px",
              "width": "0",
              "svg": {
                "overflow": "visible"
              }
            },
            ".mbr-section-title, .mbr-section-btn": {
              "color": "#870000"
            },
            ".mbr-section-btn, .mbr-text": {
              "color": "#000000"
            }
          },
          "_name": "ampHeader39",
          "_customHTML": "<section class=\"ampHeader39\" group=\"Headers\" mbr-class=\"{'mbr-fullscreen': fullScreen}\" plugins=\"amp-main\">\n    <mbr-parameters>\n    <!-- Block parameters controls (Blue \"Gear\" panel) -->\n    <header>Size</header>\n    <input type=\"checkbox\" title=\"Row/Column\" name=\"blockDirection\">\n    <input type=\"checkbox\" title=\"Full Screen\" name=\"fullScreen\">\n    <input type=\"checkbox\" title=\"Full Width\" name=\"fullWidth\">\n    <input type=\"checkbox\" title=\"Reverse Content\" name=\"reverseContent\">\n    <input type=\"range\" inline=\"\" title=\"Top\" name=\"paddingTop\" min=\"0\" max=\"15\" step=\"1\" value=\"10\" condition=\"fullScreen == false\">\n    <input type=\"range\" inline=\"\" title=\"Bottom\" name=\"paddingBottom\" min=\"0\" max=\"15\" step=\"1\" value=\"10\" condition=\"fullScreen == false\">\n    <input type=\"range\" inline=\"\" title=\"Content Width\" name=\"columnWidth\" min=\"1\" max=\"5\" step=\"1\" value=\"3\" condition=\"!blockDirection\" required=\"\">\n    <header>Show/Hide</header>\n    <input type=\"checkbox\" title=\"Title\" name=\"showTitle\" checked=\"\">\n    <input type=\"checkbox\" title=\"Subtitle\" name=\"showSubtitle\">\n    <input type=\"checkbox\" title=\"Text\" name=\"showText\" checked=\"\">\n    <input type=\"checkbox\" title=\"Buttons\" name=\"showButtons\" checked=\"\">\n    <!--  -->\n    <header condition=\"showTitle || showSubtitle || showText || showButtons\">Align</header>\n    <select title=\"All\" name=\"alignTitle\" condition=\"(showTitle || showSubtitle || showText || showButtons) &amp;&amp; blockDirection\">\n        <option value=\"1\" selected=\"\">Left</option>\n        <option value=\"2\">Center</option>\n        <option value=\"3\">Right</option>\n    </select>\n    <select title=\"Text\" name=\"alignContent\" condition=\"(showTitle || showSubtitle || showText || showButtons) &amp;&amp; !blockDirection\">\n        <option value=\"1\" selected=\"\">Left</option>\n        <option value=\"2\">Center</option>\n        <option value=\"3\">Right</option>\n    </select>\n    <header condition=\"blockDirection\">Content</header>\n    <input type=\"range\" inline=\"\" title=\"Content Width\" name=\"contentWidth\" min=\"1\" max=\"6\" step=\"1\" value=\"3\" condition=\"blockDirection\">\n    <header>Background</header>\n    <fieldset type=\"background\" name=\"bg\" required=\"\">\n        <input type=\"image\" title=\"Background Image\" value=\"../_images/background3.jpg\">\n        <input type=\"color\" title=\"Background Color\" value=\"#49b69c\" selected=\"\">\n    </fieldset>\n    <input type=\"checkbox\" title=\"Overlay\" name=\"overlay\" condition=\"bg.type !== 'color'\" checked=\"\">\n    <input type=\"color\" title=\"Overlay Color\" name=\"overlayColor\" value=\"#767676\" condition=\"overlay &amp;&amp; bg.type !== 'color'\">\n    <input type=\"range\" inline=\"\" title=\"Opacity\" name=\"overlayOpacity\" min=\"0\" max=\"1\" step=\"0.1\" value=\"0.8\" condition=\"overlay &amp;&amp; bg.type !== 'color'\">\n    <!-- End block parameters -->\n    </mbr-parameters>\n    <div class=\"mbr-overlay\" mbr-if=\"overlay &amp;&amp; bg.type !== 'color'\"></div>\n    <div mbr-class=\"{'container':!fullWidth,\n                     'container-fluid': fullWidth}\">\n        <div class=\"mbr-row  \" mbr-class=\"{'mbr-row-reverse': reverseContent}\">\n            <div class=\"title-wrap mbr-col-md-12 mbr-col-sm-12\" mbr-class=\"{'mbr-col-lg-3':columnWidth==1 &amp;&amp; !blockDirection,\n                             'mbr-col-lg-4':columnWidth==2 &amp;&amp; !blockDirection,\n                             'mbr-col-lg-6':columnWidth==3 &amp;&amp; !blockDirection,\n                             'mbr-col-lg-8':columnWidth==4 &amp;&amp; !blockDirection,\n                             'mbr-col-lg-9':columnWidth==5 &amp;&amp; !blockDirection,\n                             'mbr-col-lg-12':blockDirection,\n                             'align-left':(alignTitle==1 &amp;&amp; blockDirection) || (alignContent==1 &amp;&amp; !blockDirection),\n                             'align-center':(alignTitle==2 &amp;&amp; blockDirection) || (alignContent==2 &amp;&amp; !blockDirection),\n                             'align-right':(alignTitle==3 &amp;&amp; blockDirection) || (alignContent==3 &amp;&amp; !blockDirection),\n                             'mbr-pb-4': blockDirection,\n                             'mbr-flex': !blockDirection}\" mbr-if=\"showTitle || showSubtitle || showText || showButtons\">\n                <div class=\"title-block mbr-col-sm-12 mbr-col-md-12\">\n                    <h1 class=\"mbr-section-title mbr-fonts-style mbr-semibold mbr-white\" mbr-theme-style=\"display-1\" mbr-if=\"showTitle\" data-app-selector=\".mbr-section-title, .mbr-section-btn\">We are on live Stream as well, hear us with the link provide below</h1>\n                    <h2 class=\"mbr-section-subtitle mbr-fonts-style mbr-white\" mbr-class=\"{'mbr-pt-3': showTitle}\" mbr-theme-style=\"display-5\" mbr-if=\"showSubtitle\" data-app-selector=\".mbr-section-subtitle, .mbr-section-btn\">Enter your subtitle here</h2>\n                    <p class=\"mbr-text mbr-fonts-style mbr-white\" mbr-class=\"{'mbr-pt-3': showTitle || showSubtitle}\" mbr-theme-style=\"display-7\" mbr-if=\"showText\" data-app-selector=\".mbr-section-btn, .mbr-text\">Download android &amp; apple apps as well.</p>\n                    <div mbr-buttons=\"\" class=\"mbr-section-btn\" mbr-class=\"{'mbr-pt-3':showSubtitle||showTitle||showText}\" mbr-theme-style=\"display-4\" data-toolbar=\"-mbrBtnMove\" mbr-if=\"showButtons\"><a class=\"btn btn-sm btn-warning\" data-app-placeholder=\"Type Text\" href=\"http://ca7ssl.rcast.net/radio/61643/\" target=\"_blank\">LIVESTREAM LINK</a></div>\n                </div>\n            </div>\n            <div class=\"image-wrap mbr-col-md-12 mbr-col-sm-12\" mbr-class=\"{'mbr-col-lg-3':columnWidth==5 &amp;&amp; !blockDirection,\n                             'mbr-col-lg-4':columnWidth==4 &amp;&amp; !blockDirection,\n                             'mbr-col-lg-6':columnWidth==3 &amp;&amp; !blockDirection,\n                             'mbr-col-lg-8':columnWidth==2 &amp;&amp; !blockDirection,\n                             'mbr-col-lg-9':columnWidth==1 &amp;&amp; !blockDirection,\n                             'mbr-col-lg-12':blockDirection,\n                             'mbr-flex':!blockDirection}\">\n                <div class=\"image-block mbr-col-md-12 mbr-col-sm-12\" mbr-class=\"{'mbr-col-lg-3':contentWidth==1 &amp;&amp; blockDirection,\n                                 'mbr-col-lg-4':contentWidth==2 &amp;&amp; blockDirection,\n                                 'mbr-col-lg-6':contentWidth==3 &amp;&amp; blockDirection,\n                                 'mbr-col-lg-8':contentWidth==4 &amp;&amp; blockDirection,\n                                 'mbr-col-lg-9':contentWidth==5 &amp;&amp; blockDirection,\n                                 'mbr-mr-auto':alignTitle==1 &amp;&amp; blockDirection,\n                                 'mbr-m-auto':(alignTitle==2 &amp;&amp; blockDirection) || (!blockDirection),\n                                 'mbr-ml-auto':alignTitle==3 &amp;&amp; blockDirection}\">\n                    <amp-img src=\"@PROJECT_PATH@/assets/images/26.jpg\" layout=\"responsive\" width=\"522\" height=\"522\" alt=\"image\" class=\"placeholder-loader\">\n                        <div placeholder=\"\" class=\"placeholder\"></div>\n                        <img class=\"mbr-temp\" src=\"@PROJECT_PATH@/assets/images/26.jpg\" alt=\"\">\n                    </amp-img>\n                </div>\n            </div>\n        </div>\n    </div>\n</section>",
          "_cid": "rYUOC0QMWJ",
          "_anchor": "ampHeader39-z",
          "_protectedParams": [],
          "_global": false,
          "_once": false,
          "_params": {}
        },
        {
          "alias": "amp-blocks/components",
          "_isSecondary": true,
          "typeCompatible": "isAMP",
          "_styles": {
            "padding-top": "(@paddingTop * 1rem)",
            "padding-bottom": "(@paddingBottom * 1rem)",
            "& when (@bg-type = 'color')": {
              "background-color": "@bg-value"
            },
            "& when (@bg-type = 'image')": {
              "background-image": "url(@bg-value)",
              ".mbr-overlay": {
                "background-color": "@overlayColor",
                "opacity": "@overlayOpacity"
              }
            },
            "p a": {
              "letter-spacing": "0.5px"
            },
            ".blok-text__subtitle": {
              "padding-bottom": "1.875rem"
            },
            ".card-wrapper": {
              ".card": {
                "padding-left": "0",
                "padding-right": "0",
                ".img": {
                  "width": "100%",
                  "amp-img img": {
                    "object-fit": "cover"
                  }
                },
                ".card-block": {
                  "width": "100%",
                  "padding": "1.875rem",
                  "& when (@transparentBg)": {
                    "background": "transparent",
                    "padding-left": "0",
                    "padding-right": "0"
                  },
                  "& when not (@transparentBg)": {
                    "background": "@cardBg"
                  },
                  "& when (@borderCards)": {
                    "padding": "1.875rem"
                  }
                }
              }
            },
            "& when (@borderCards)": {
              ".card": {
                "border": "1px solid @colorBorderCards"
              }
            },
            ".blok-text__subtitle__h4": {
              "color": "#870000"
            },
            ".block-text__title__h3": {
              "color": "#004b4b"
            },
            ".card-subtitle": {
              "letter-spacing": "1px",
              "color": "#d2d2d2"
            },
            ".card-title": {
              "color": "#000000"
            },
            ".card-text": {
              "color": "#999999",
              "line-height": "26px",
              "padding-bottom": "1.25rem"
            }
          },
          "_name": "ampFeatures38",
          "_customHTML": "<section class=\"ampFeatures38\" group=\"Features\" plugins=\"amp-main\">\n    <!--  -->\n    <mbr-parameters>\n        <header>Size:</header>\n        <input type=\"range\" inline=\"\" title=\"Top:\" name=\"paddingTop\" min=\"0\" max=\"10\" step=\"1\" value=\"5\">\n        <input type=\"range\" inline=\"\" title=\"Bottom:\" name=\"paddingBottom\" min=\"0\" max=\"10\" step=\"1\" value=\"5\">\n        <input type=\"checkbox\" title=\"Full Width:\" name=\"fullWidth\">\n         <input type=\"checkbox\" title=\"Show Reverse\" name=\"showReverse\">\n        <!--  -->\n        <header>Cards:</header>\n        <input type=\"range\" inline=\"\" title=\"Cards:\" name=\"cardsCount\" min=\"1\" max=\"2\" step=\"1\" value=\"2\" condition=\"showCardsTitle || showCardsSubtitle || checkImages\">\n        <input type=\"checkbox\" title=\"Border Cards:\" name=\"borderCards\">\n        <input type=\"color\" title=\"Color Border:\" name=\"colorBorderCards\" condition=\"borderCards\" value=\"#dddddd\">\n        <input type=\"checkbox\" title=\"Subtitle:\" name=\"showCardsSubtitle\" checked=\"\">\n        <input type=\"checkbox\" title=\"Title:\" name=\"showCardsTitle\" checked=\"\">\n        <input type=\"checkbox\" title=\"Text:\" name=\"showCardsText\" checked=\"\">\n        <input type=\"checkbox\" title=\"Link:\" name=\"showCardsLink\" checked=\"\">\n        <input type=\"checkbox\" title=\"Transparent BG\" name=\"transparentBg\" condition=\"showCardsTitle || showCardsSubtitle || checkImages\" checked=\"\">\n        <input type=\"color\" title=\"Color\" name=\"cardBg\" value=\"#ffffff\" condition=\"!transparentBg &amp;&amp; (showCardsTitle || showCardsSubtitle || checkImages)\">\n        <input type=\"checkbox\" title=\"Images\" name=\"checkImages\" checked=\"\">\n        <!--  -->\n        <header>Background:</header>\n        <fieldset type=\"background\" name=\"bg\">\n            <input type=\"color\" title=\"Background Color:\" value=\"#ffffff\" selected=\"\">\n            <input type=\"image\" title=\"Background Image:\" value=\"../_images/background1.jpg\">\n        </fieldset>\n        <!--  -->\n        <input type=\"checkbox\" title=\"Overlay:\" name=\"overlay\" checked=\"\" condition=\"bg.type !== 'color'\">\n        <input type=\"color\" title=\"Overlay Color:\" name=\"overlayColor\" value=\"#efefef\" condition=\"overlay &amp;&amp; bg.type == 'image'\">\n        <input type=\"range\" inline=\"\" title=\"Opacity:\" name=\"overlayOpacity\" min=\"0\" max=\"1\" step=\"0.1\" value=\"0.5\" condition=\"overlay &amp;&amp; bg.type == 'image'\">\n    </mbr-parameters>\n    <!--  -->\n    <!-- Overlay -->\n    <div class=\"mbr-overlay\" mbr-if=\"overlay &amp;&amp; bg.type !== 'color'\"></div>\n    <!-- Container -->\n    <div mbr-class=\"{'container':!fullWidth, 'container-fluid':fullWidth}\">\n        <!-- Content -->\n        <div class=\"mbr-row mbr-jc-c\" mbr-if=\"showCardsTitle || showCardsSubtitle || checkImages\" mbr-class=\"{'mbr-row-reverse': showReverse}\">\n            <!-- Block text -->\n            <div class=\"mbr-col-sm-12 pb-5\" mbr-class=\"{'mbr-col-md-5': cardsCount == 1, 'mbr-col-md-12 mbr-col-lg-4': cardsCount >= 2, 'pb-5': cardsCount > 2, 'last-child': cardsCount == 1}\">\n                <div class=\"block-text\">\n                    <div class=\"blok-text__subtitle\">\n                        <h4 class=\"blok-text__subtitle__h4 mbr-fonts-style mbr-medium\" mbr-theme-style=\"display-4\" data-app-selector=\".blok-text__subtitle__h4\">INFORMATION</h4>\n                    </div>\n                    <div class=\"block-text__title\">\n                        <h3 class=\"block-text__title__h3 mbr-fonts-style mbr-light\" mbr-theme-style=\"display-1\" data-app-selector=\".block-text__title__h3\">Our ShortWave <b>7325 kHertz</b> on the <b>41 meter band</b> is Picked up @ this Locations</h3>\n                    </div>\n                </div>\n            </div>\n            <!-- Card-1 -->\n            <div class=\"mbr-col-sm-12\" mbr-class=\"{'mbr-col-md-7': cardsCount == 1, 'mbr-col-md-6 mbr-col-lg-4': cardsCount > 1, 'md-pb': cardsCount > 2, 'last-child': cardsCount == 1}\" mbr-if=\"cardsCount >= 1\">\n                <div class=\"card-wrapper\">\n                    <div class=\"card\">\n                        <div class=\"img\" mbr-if=\"checkImages\">\n                            <amp-img src=\"@PROJECT_PATH@/assets/images/worktogether-696x464.jpg\" layout=\"responsive\" width=\"348\" height=\"232\" alt=\"img\" class=\"mobirise-loader\">\n                                <div placeholder=\"\" class=\"placeholder\"></div>\n                                <img class=\"mbr-temp\" src=\"@PROJECT_PATH@/assets/images/worktogether-696x464.jpg\" alt=\"img\" title=\"\">\n                            </amp-img>\n                        </div>\n                        <div class=\"card-block\" mbr-if=\"showCardsTitle || showCardsSubtitle\">\n                            <h4 class=\"card-subtitle mbr-fonts-style mbr-medium mbr-pb-1\" mbr-theme-style=\"display-4\" mbr-if=\"showCardsSubtitle\" data-app-selector=\".card-subtitle\">TRENDING\n                            </h4>\n                            <h3 class=\"card-title mbr-semibold mbr-fonts-style mbr-pb-1\" mbr-theme-style=\"display-7\" mbr-if=\"showCardsTitle\" data-app-selector=\".card-title\">Shortwave Site</h3>\n                            <p class=\"card-text mbr-fonts-style mbr-medium\" mbr-theme-style=\"display-4\" mbr-if=\"showCardsText\" data-app-selector=\".card-text\">Old Site in 9 Mile Port Moresby</p>\n                            <!--Link-->\n                            <p class=\"mbr-medium\" mbr-theme-style=\"display-4\" mbr-if=\"showCardsLink\">\n                                <a href=\"https://mobirise.com/\" class=\"text-warning\">Learn More</a>\n                            </p>\n                        </div>\n                    </div>\n                </div>\n            </div>\n            <!-- Card-2 -->\n            <div class=\"mbr-col-sm-12\" mbr-class=\"{'mbr-col-md-6 mbr-col-lg-4': cardsCount > 1, 'md-pb': cardsCount > 1, 'last-child': cardsCount == 1}\" mbr-if=\"cardsCount > 1\">\n                <div class=\"card-wrapper\">\n                    <div class=\"card\">\n                        <div class=\"img\" mbr-if=\"checkImages\">\n                            <amp-img src=\"@PROJECT_PATH@/assets/images/hagen3-696x582.jpg\" layout=\"responsive\" width=\"348\" height=\"291\" alt=\"img\" class=\"mobirise-loader\">\n                                <div placeholder=\"\" class=\"placeholder\"></div>\n                                <img class=\"mbr-temp\" src=\"@PROJECT_PATH@/assets/images/hagen3-696x582.jpg\" alt=\"img\" title=\"\">\n                            </amp-img>\n                        </div>\n                        <div class=\"card-block\" mbr-if=\"showCardsTitle || showCardsSubtitle\">\n                            <h4 class=\"card-subtitle mbr-fonts-style mbr-medium mbr-pb-1\" mbr-theme-style=\"display-4\" mbr-if=\"showCardsSubtitle\" data-app-selector=\".card-subtitle\">INTERIOR\n                            </h4>\n                            <h3 class=\"card-title mbr-semibold mbr-fonts-style mbr-pb-1\" mbr-theme-style=\"display-7\" mbr-if=\"showCardsTitle\" data-app-selector=\".card-title\">Shortwave Installation.</h3>\n                            <p class=\"card-text mbr-fonts-style mbr-medium\" mbr-theme-style=\"display-4\" mbr-if=\"showCardsText\" data-app-selector=\".card-text\">New Site in Mt. Hagen. Teka. Western Highlands Province</p>\n                            <!--Link-->\n                            <p class=\"mbr-medium\" mbr-theme-style=\"display-4\" mbr-if=\"showCardsLink\">\n                                <a href=\"https://mobirise.com/\" class=\"text-warning\">Learn More</a>\n                            </p>\n                        </div>\n                    </div>\n                </div>\n            </div>\n        </div>\n    </div>\n</section>",
          "_cid": "rYUSnmJu6C",
          "_anchor": "ampFeatures38-11",
          "_protectedParams": [],
          "_global": false,
          "_once": false,
          "_params": {}
        },
        {
          "alias": "amp-blocks/components",
          "_isSecondary": true,
          "typeCompatible": "isAMP",
          "_styles": {
            "& when not (@fullScreen)": {
              "padding-top": "(@paddingTop * 1rem)",
              "padding-bottom": "(@paddingBottom * 1rem)"
            },
            "& when (@bg-type = 'image')": {
              "background-image": "url(@bg-value)",
              "& when (@overlay)": {
                ".mbr-overlay": {
                  "background": "@overlayColor",
                  "opacity": "@overlayOpacity"
                }
              }
            },
            "& when (@bg-type = 'color')": {
              "background-color": "@bg-value"
            },
            ".col-wrap": {
              "border-top": "2px solid @primaryColor",
              "padding-top": "1rem"
            },
            ".mbr-section-title, .mbr-section-btn": {
              "color": "#004b4b"
            },
            ".top-title": {
              "color": "#870000"
            },
            ".card-title": {
              "color": "#870000"
            }
          },
          "_name": "ampHeader24",
          "_customHTML": "<section class=\"ampHeader24\" group=\"Headers\" mbr-class=\"{'mbr-fullscreen': fullScreen}\" plugins=\"amp-main\">\n    <mbr-parameters>\n        <!-- Block parameters controls (Blue \"Gear\" panel) -->\n        <header>Size</header>\n        <input type=\"checkbox\" title=\"Full Screen\" name=\"fullScreen\">\n        <input type=\"checkbox\" title=\"Full Width\" name=\"fullWidth\">\n        <input type=\"range\" inline title=\"Top\" name=\"paddingTop\" min=\"0\" max=\"15\" step=\"1\" value=\"10\" condition=\"fullScreen == false\">\n        <input type=\"range\" inline title=\"Bottom\" name=\"paddingBottom\" min=\"0\" max=\"15\" step=\"1\" value=\"10\" condition=\"fullScreen == false\">\n        <input type=\"checkbox\" name=\"halfSize\" title=\"Half Size\" checked>\n        <select title=\"Align\" name=\"alignHalf\" condition=\"halfSize\">\n            <option value=\"1\" selected>Left</option>\n            <option value=\"2\">Center</option>\n            <option value=\"3\">Right</option>\n        </select>\n        <header>Show/Hide</header>\n        <input type=\"checkbox\" title=\"Title\" name=\"showTitle\" checked>\n        <input type=\"checkbox\" title=\"Subtitle\" name=\"showSubtitle\" checked>\n        <input type=\"checkbox\" title=\"Text\" name=\"showText\" checked>\n        <input type=\"checkbox\" title=\"Buttons\" name=\"showButtons\">\n        <input type=\"range\" inline title=\"Contacts Items\" name=\"contacts\" min=\"0\" max=\"2\" step=\"1\" value=\"1\">\n        <select title=\"Align\" name=\"alignTitle\" condition=\"showTitle || showSubtitle || showText || showButtons\">\n            <option value=\"1\" selected>Left</option>\n            <option value=\"2\">Center</option>\n            <option value=\"3\">Right</option>\n        </select>\n        <header>Background</header>\n        <fieldset type=\"background\" name=\"bg\" required>\n            <input type=\"image\" title=\"Background Image\" value=\"../_images/background3.jpg\" selected>\n            <input type=\"color\" title=\"Background Color\" value=\"#ffffff\">\n        </fieldset>\n        <input type=\"checkbox\" title=\"Overlay\" name=\"overlay\" condition=\"bg.type !== 'color'\" checked>\n        <input type=\"color\" title=\"Overlay Color\" name=\"overlayColor\" value=\"#ffffff\" condition=\"overlay && bg.type !== 'color'\">\n        <input type=\"range\" inline title=\"Opacity\" name=\"overlayOpacity\" min=\"0\" max=\"1\" step=\"0.1\" value=\"0.7\" condition=\"overlay && bg.type !== 'color'\">\n        <!-- End block parameters -->\n    </mbr-parameters>\n    <div class=\"mbr-overlay\" mbr-if=\"overlay && bg.type !== 'color'\"></div>\n    <div mbr-class=\"{'container':!fullWidth,\n                     'container-fluid': fullWidth}\">\n        <div class=\"mbr-row\" mbr-class=\"{'align-left': alignTitle==1,\n                        'align-center': alignTitle==2,\n                        'align-right': alignTitle==3,\n                        'mbr-jc-c':alignHalf==2,\n                        'mbr-jc-e':alignHalf==3}\" mbr-if=\"showTitle || showSubtitle || showText || showButtons\">\n            <div class=\"title-block mbr-col-sm-12 mbr-col-md-12\" mbr-class=\"{'mbr-col-lg-8': halfSize,\n                             'mbr-col-lg-12': !halfSize}\">\n                <h3 class=\"top-title mbr-fonts-style mbr-pb-2 mbr-semibold\" mbr-theme-style=\"display-5\" mbr-if=\"showSubtitle\" data-app-selector=\".top-title\">MAY-2019&nbsp;&nbsp;&nbsp;&nbsp;#pngcbn</h3>\n                <h1 class=\"mbr-section-title mbr-fonts-style mbr-semibold\" mbr-theme-style=\"display-1\" mbr-if=\"showTitle\" data-app-selector=\".mbr-section-title, .mbr-section-btn\">For A QSL Card, Please request in the Email Provided</h1>\n\n                <p class=\"mbr-text mbr-regular mbr-fonts-style\" mbr-class=\"{'mbr-pt-2': showTitle || showSubtitle}\" mbr-theme-style=\"display-5\" mbr-if=\"showText\" data-app-selector=\".mbr-section-btn, .mbr-text\">Lorem\n                    ipsum dolor sit amet, consectetur adipiscing elit. Cras pellentesque congue mi nec lobortis. Sed\n                    placerat lobortis vestibulum. Suspendisse potenti. Curabitur ac aliquam ante, blandit finibus ex.\n                    Integer libero urna, elementum id lorem ac.</p>\n                <div mbr-buttons class=\"mbr-section-btn\" mbr-class=\"{'mbr-pt-4':showSubtitle||showTitle||showText}\" mbr-theme-style=\"display-7\" data-toolbar=\"-mbrBtnMove\" mbr-if=\"showButtons\"><a class=\"btn-primary btn\" data-app-placeholder=\"Type Text\">Shop Now</a></div>\n            </div>\n        </div>\n        <div class=\"mbr-row mbr-pt-4\" mbr-class=\"{'align-left': alignTitle==1,\n                        'align-center': alignTitle==2,\n                        'align-right': alignTitle==3,'mbr-jc-c':alignHalf==2,\n                        'mbr-jc-e':alignHalf==3}\" mbr-if=\"contacts > 0\">\n            <div class=\"mbr-col-lg-3 mbr-col-md-6 mbr-col-sm-12 md-pb\" mbr-if=\"contacts > 0\">\n                <div class=\"col-wrap\">\n                    <h4 class=\"card-title mbr-fonts-style mbr-bold\" mbr-theme-style=\"display-5\" mbr-if=\"showTitle\" data-app-selector=\".card-title\">Wantok Radio Light, Papua New Gunea</h4>\n                    <h5 class=\"card-text mbr-regular mbr-pt-1 mbr-fonts-style\" mbr-theme-style=\"display-4\" mbr-if=\"showTitle\" data-app-selector=\".card-text\">Email: wantok@wantokradio.org / billy@wantokradio.org</h5>\n                </div>\n            </div>\n            <div class=\"mbr-col-lg-3 mbr-col-md-6 mbr-col-sm-12\" mbr-if=\"contacts > 1\">\n                <div class=\"col-wrap\">\n                    <h4 class=\"card-title mbr-fonts-style mbr-bold\" mbr-theme-style=\"display-5\" mbr-if=\"showTitle\" data-app-selector=\".card-title\">New York, US</h4>\n                    <h5 class=\"card-text mbr-regular mbr-pt-1 mbr-fonts-style\" mbr-theme-style=\"display-7\" mbr-if=\"showTitle\" data-app-selector=\".card-text\">Franklin Street 160-D</h5>\n                </div>\n            </div>\n        </div>\n    </div>\n</section>",
          "_cid": "rYUOl0FcM2",
          "_anchor": "ampHeader24-y",
          "_protectedParams": [],
          "_global": false,
          "_once": false,
          "_params": {}
        },
        {
          "alias": "amp-blocks/components",
          "_isSecondary": true,
          "typeCompatible": "isAMP",
          "_styles": {
            "padding-top": "(@paddingTop * 10px)",
            "padding-bottom": "(@paddingBottom * 10px)",
            "& when (@bg-type = 'image')": {
              "background-image": "url(@bg-value)",
              ".mbr-overlay": {
                "background-color": "@overlayColor",
                "opacity": "@overlayOpacity"
              }
            },
            "& when (@bg-type = 'color')": {
              "background-color": "@bg-value"
            },
            ".group-title": {
              "margin": "15px 0 18px",
              "padding-bottom": "15px",
              "line-height": "1.4",
              "color": "#ffc300"
            },
            ".items": {
              "padding-bottom": "25px",
              ".item": {
                "margin-top": "10px",
                "margin-right": "15px",
                "opacity": ".75",
                "transition": "opacity .3s ease",
                "&:hover": {
                  "opacity": "1"
                }
              }
            },
            "& when (@showLogo)": {
              ".image-block": {
                "amp-img, img": {
                  "object-fit": "contain",
                  "width": "(@heightImg * 1px)",
                  "height": "auto"
                }
              }
            },
            ".dragArea": {
              "margin": "0",
              "flex-wrap": "nowrap"
            },
            "& when (@subscribe)": {
              ".field": {
                "padding": "0",
                "position": "relative",
                "margin-top": "10px",
                "input": {
                  "padding": "6px 12px",
                  "font-size": "15px",
                  "height": "45px",
                  "border": "1px solid lighten(@primaryColor, 30%)"
                },
                ".btn": {
                  "height": "100%",
                  "&.btn-white:hover": {
                    "background-color": "#fff !important",
                    "border-color": "#fff !important",
                    "color": "#000 !important"
                  }
                }
              },
              ".mbr-section-btn": {
                "margin-right": "0"
              }
            },
            ".footer-wrap": {
              "padding-top": "80px"
            },
            ".contacts__bottom": {
              "margin-top": "45px",
              "padding-bottom": "17px"
            },
            ".bottom__left": {
              ".phone": {
                "opacity": ".75",
                "transition": "opacity 0.3s ease",
                "display": "inline-block",
                "&:hover": {
                  "opacity": "1"
                }
              },
              ".mbr-iconfont": {
                "margin-right": "20px",
                "font-size": "20px",
                "width": "20px",
                "height": "20px",
                "color": "@primaryColor",
                "@media (max-width: 767px)": {
                  "margin-right": "0",
                  "margin-bottom": "10px"
                }
              },
              "color": "#ffc300"
            },
            ".amp-iconfont": {
              "font-size": "15px",
              "width": "15px",
              "text-align": "center",
              "& when (@bg-type = 'color')": {
                "color": "contrast(@bg-value) !important"
              },
              "& when (@bg-type = 'image')": {
                "color": "@primaryColor !important"
              },
              "opacity": ".5",
              "&:hover": {
                "opacity": "1"
              }
            },
            ".footer-container": {
              "padding-bottom": "50px",
              "margin-top": "19px",
              "align-items": "center",
              "opacity": ".75",
              "letter-spacing": "0"
            },
            ".divider__foot": {
              "border-top": "1px solid @borderColor",
              "opacity": ".15",
              "width": "100%"
            },
            "@media (max-width: 991px)": {
              ".items": {
                "padding-top": "0"
              },
              ".group-title": {
                "margin-bottom": "5px"
              }
            },
            "@media (max-width: 768px)": {
              ".image-block amp-img": {
                "max-width": "60%",
                "margin": "auto",
                "height": "100%"
              },
              ".image-block": {
                "margin-bottom": "20px"
              },
              ".bottom__left, .contacts__bottom": {
                "flex-direction": "column",
                "align-items": "center",
                "padding-bottom": "15px"
              },
              ".dragArea": {
                "justify-content": "center"
              }
            },
            ".copyright .mbr-text": {
              "color": "#ffffff"
            },
            ".item, .items": {
              "color": "#ffffff"
            }
          },
          "_name": "ampFooter14",
          "_customHTML": "<section class=\"ampFooter14\" group=\"Footers\" once=\"footer\" plugins=\"amp-main, amp-form, amp-mustache\" global=\"\" always-bottom=\"\">\n\n      <mbr-parameters>\n    <!-- Block parameters controls (Blue \"Gear\" panel) -->\n        <input type=\"range\" inline=\"\" title=\"Top\" name=\"paddingTop\" min=\"0\" max=\"10\" step=\"1\" value=\"0\">\n        <input type=\"range\" inline=\"\" title=\"Bottom\" name=\"paddingBottom\" min=\"0\" max=\"10\" step=\"1\" value=\"0\">\n        <header>Menu</header>\n        <input type=\"checkbox\" title=\"Show Column Title\" name=\"showTitle\" checked=\"\">\n          <input type=\"checkbox\" title=\"Show Subscribe\" name=\"subscribe\" checked=\"\">\n          <input type=\"checkbox\" title=\"Show Logo\" name=\"showLogo\" checked=\"\">\n        <input type=\"range\" inline=\"\" title=\"Logo Width\" name=\"heightImg\" min=\"10\" max=\"150\" step=\"10\" value=\"150\" condition=\"showLogo\">\n        <select title=\"Columns\" name=\"columnsCount\">\n            <option value=\"1\">1</option>\n            <option value=\"2\">2</option>\n            <option value=\"3\" selected=\"\">3</option>\n        </select>\n        <input type=\"range\" inline=\"\" title=\"Column 1 Items\" name=\"columnItems1\" min=\"1\" max=\"6\" value=\"2\">\n        <input type=\"range\" inline=\"\" title=\"Column 2 Items\" name=\"columnItems2\" min=\"1\" max=\"6\" value=\"3\" condition=\"columnsCount > 1\">\n        <input type=\"range\" inline=\"\" title=\"Column 3 Items\" name=\"columnItems3\" min=\"1\" max=\"6\" value=\"3\" condition=\"columnsCount > 2\">\n          <header>Bottom</header>\n          <input type=\"checkbox\" title=\"Show Phone\" name=\"showPhone\" checked=\"\">\n          <input type=\"checkbox\" title=\"Show Social\" name=\"showSocial\" checked=\"\">\n           <input type=\"range\" inline=\"\" title=\"Icons Count\" name=\"iconsCount\" min=\"1\" max=\"6\" value=\"4\" step=\"1\" condition=\"showSocial\">\n          <input type=\"color\" title=\"Border Color\" name=\"borderColor\" value=\"#000000\">\n    <input type=\"checkbox\" title=\"Copyright\" name=\"showCopyright\" checked=\"\">\n    <!--  -->\n        <header>Background</header>\n        <fieldset type=\"background\" name=\"bg\">\n            <input type=\"image\" title=\"Background Image\" value=\"@PROJECT_PATH@/assets/images/footers4-1920x564.jpg\" selected=\"\">\n            <input type=\"color\" title=\"Background Color\" value=\"#ffffff\">\n        </fieldset>\n        <input type=\"checkbox\" title=\"Overlay\" name=\"overlay\" condition=\"bg.type !== 'color'\" checked=\"\">\n    <input type=\"color\" title=\"Overlay Color\" name=\"overlayColor\" value=\"#004b4b\" condition=\"overlay &amp;&amp; bg.type == 'image'\">\n    <input type=\"range\" inline=\"\" title=\"Opacity\" name=\"overlayOpacity\" min=\"0\" max=\"1\" step=\"0.1\" value=\"0.9\" condition=\"overlay &amp;&amp; bg.type == 'image'\">\n    </mbr-parameters>\n\n<div class=\"mbr-overlay\" mbr-if=\"overlay &amp;&amp; bg.type !== 'color'\"></div>\n    <div class=\"container\">\n        <div class=\"mbr-row footer-wrap mbr-jc-c\">\n            <div class=\"image-block align-left mbr-col-sm-12 mbr-col-lg-2\" mbr-class=\"{'mbr-col-md-4' : columnsCount == 2, 'mbr-col-md-3' : columnsCount == 3, 'mbr-col-md-6' : columnsCount <= 1}\" mbr-if=\"showLogo\">\n                    <amp-img src=\"@PROJECT_PATH@/assets/images/logo-260x94.png\" layout=\"responsive\" width=\"149.36170212765958\" height=\"54\" alt=\"Mobirise\" class=\"mobirise-loader\">\n                        <div placeholder=\"\" class=\"placeholder\"></div>\n                        <img class=\"mbr-temp\" src=\"@PROJECT_PATH@/assets/images/logo-260x94.png\" alt=\"Mobirise\" title=\"\">\n                    </amp-img>\n            </div>\n\n            <div class=\"items-col mbr-col-sm-12 align-left\" mbr-class=\"{'mbr-col-lg-2': columnsCount == 3, 'mbr-col-lg-3': ((columnsCount <= 2) &amp;&amp; (showLogo)) || (columnsCount == 2), 'mbr-col-md-4' : columnsCount == 2, 'mbr-col-md-3' : columnsCount == 3, 'mbr-col-md-6' : columnsCount <= 1, 'mbr-col-lg-6 mbr-col-md-6 align-center' : ((columnsCount < 2) &amp;&amp; (!showLogo)) }\">\n                <h3 class=\"mbr-fonts-style group-title mbr-bold\" mbr-theme-style=\"display-7\" mbr-if=\"showTitle\" data-app-selector=\".group-title\">Quick Links</h3>\n                <div class=\"items\" mbr-list=\"\" mbr-list-grow=\"columnItems1\">\n                    <p class=\"item mbr-fonts-style\" mbr-theme-style=\"display-4\" data-app-selector=\".item, .items\"></p><p>\n                        <a href=\"index.html\"></a><a href=\"index.html\" class=\"text-warning\">Home</a></p><p></p>\n                    \n                    \n                <p class=\"item mbr-fonts-style\" mbr-theme-style=\"display-4\" data-app-selector=\".item, .items\">\n                        <a href=\"page1.html\" class=\"text-warning\">About Us</a>\n                    </p></div>\n            </div>\n\n            <div class=\"items-col mbr-col-sm-12 align-left\" mbr-class=\"{'mbr-col-lg-2': columnsCount == 3, 'mbr-col-lg-3': columnsCount <= 2, 'mbr-col-md-4' : columnsCount == 2, 'mbr-col-md-3' : columnsCount == 3}\" mbr-if=\"columnsCount > 1\">\n                <h3 class=\"mbr-fonts-style group-title mbr-bold\" mbr-theme-style=\"display-7\" mbr-if=\"showTitle\" data-app-selector=\".group-title\">Location</h3>\n                <div class=\"items\" mbr-list=\"\" mbr-list-grow=\"columnItems2\">\n                    <p class=\"item mbr-fonts-style\" mbr-theme-style=\"display-4\" data-app-selector=\".item, .items\">\n                        Gerehu Stage 2</p>\n                    <p class=\"item mbr-fonts-style\" mbr-theme-style=\"display-4\" data-app-selector=\".item, .items\">\n                        Sivari Road</p>\n                    \n                <p class=\"item mbr-fonts-style\" mbr-theme-style=\"display-4\" data-app-selector=\".item, .items\">\n                        Port Moresby</p></div>\n            </div>\n\n            <div class=\"items-col mbr-col-sm-12 align-left\" mbr-class=\"{'mbr-col-lg-2': columnsCount == 3, 'mbr-col-lg-3': columnsCount <= 2, 'mbr-col-md-4' : columnsCount == 2, 'mbr-col-md-3' : columnsCount == 3}\" mbr-if=\"columnsCount > 2\">\n                <h3 class=\"mbr-fonts-style group-title mbr-bold\" mbr-theme-style=\"display-7\" mbr-if=\"showTitle\" data-app-selector=\".group-title\">\n                    Important Details</h3>\n                <div class=\"items\" mbr-list=\"\" mbr-list-grow=\"columnItems3\">\n                    <p class=\"item mbr-fonts-style\" mbr-theme-style=\"display-4\" data-app-selector=\".item, .items\">\n                        Phone: 675 326 0946</p>\n                    <p class=\"item mbr-fonts-style\" mbr-theme-style=\"display-4\" data-app-selector=\".item, .items\"></p><p>\n                        Fax: (675)3261104</p><p></p>\n                    \n                <p class=\"item mbr-fonts-style\" mbr-theme-style=\"display-4\" data-app-selector=\".item, .items\">Email: wantok@wantokradio.org</p></div>\n            </div>\n            <div class=\"align-left mbr-col-sm-12 \" mbr-if=\"subscribe\" mbr-class=\"{'mbr-col-md-12 mbr-col-lg-4' : ((columnsCount >= 2) || (showLogo)), 'mbr-col-md-6 mbr-col-lg-6' : ((columnsCount < 2) &amp;&amp; (!showLogo))}\">\n                <h3 class=\"mbr-fonts-style group-title mbr-bold\" mbr-theme-style=\"display-7\" mbr-if=\"showTitle\" data-app-selector=\".group-title\">\n                    Let Us Know you visited</h3>\n                <div class=\"items\" mbr-form=\"\">\n<!--Formbuilder Form-->\n<form action=\"\" name=\"Mobirise Form\" method=\"POST\" class=\"mbr-form align-center\">\n<div class=\"mbr-row\">\n<div submit-success=\"\" class=\"mbr-col-lg-12 mbr-col-md-12 mbr-col-sm-12\">\n<template data-form-alert=\"\" type=\"amp-mustache\">Subscription successful!</template>\n</div>\n<div submit-error=\"\" class=\"mbr-col-lg-12 mbr-col-md-12 mbr-col-sm-12\">\n<template data-form-alert=\"\" type=\"amp-mustache\">Subscription failed! {{error}}</template>\n</div>\n</div>\n<div class=\"dragArea mbr-row\">\n<div data-for=\"form[data][0][1]\" class=\"mbr-col field\">\n<input type=\"hidden\" name=\"form[data][0][0]\" value=\"Email\">\n<input type=\"email\" name=\"form[data][0][1]\" placeholder=\"Enter your email\" data-form-field=\"Email\" mbr-theme-style=\"display-5\" required=\"required\" class=\"field-input\" value=\"\">\n</div>\n<div mbr-buttons=\"true\" mbr-theme-style=\"display-4\" data-toolbar=\"-mbrBtnMove,-mbrLink,-mbrBtnRemove,-mbrBtnAdd\" class=\"mbr-col-auto mbr-section-btn field\"><a type=\"submit\" class=\"btn btn-sm btn-form btn-white\" data-app-placeholder=\"Type Text\"><span class=\"mbri-right mbr-iconfont mbr-iconfont-btn\"></span></a></div>\n</div>\n</form><!--Formbuilder Form-->\n</div>\n        </div>\n        </div>\n    <div class=\"contacts__bottom mbr-flex flex-wrap\">\n        <div class=\"mbr-col-sm-12 bottom__left\" mbr-if=\"showPhone\" mbr-class=\"{'mbr-col-md-6' : showSocial, 'mbr-col-md-12' : !showSocial}\">\n            <span class=\"mbr-iconfont mbr-iconfont-btn fa-phone fa\" mbr-icon=\"\"></span>\n           <p class=\"mbr-fonts-style phone mbr-semibold\" mbr-theme-style=\"display-7\" data-app-selector=\".bottom__left\"><a href=\"#\" class=\"text-warning\">(</a>675) 326 0946</p>\n        </div>\n        <div class=\"mbr-col-sm-12 mbr-flex mbr-jc-e bottom__right\" mbr-if=\"showSocial\" mbr-class=\"{'mbr-col-md-6' : showPhone, 'mbr-col-md-12' : !showPhone}\">\n            <!-- SOCIAL ICON -->\n                <div class=\"menu-social-list\" mbr-list=\"\" mbr-list-grow=\"iconsCount\" mbr-link-type=\"socials\">\n                    <a href=\"http://www.youtube.com/channel/UCt_tncVAetpK5JeM8L-8jyw\" target=\"_blank\">\n                        <span mbr-icon=\"\" class=\"amp-iconfont fa-youtube-play fa\"></span>\n                    </a>\n                    <a href=\"https://www.facebook.com/pages/Mobirise/1616226671953247\" target=\"_blank\">\n                        <span mbr-icon=\"\" class=\"amp-iconfont fa-facebook-f fa\"></span>\n                    </a>\n                    \n                <a href=\"https://www.facebook.com/pages/Mobirise/1616226671953247\" target=\"_blank\">\n                        <span mbr-icon=\"\" class=\"amp-iconfont fa-linkedin fa\"></span>\n                    </a><a href=\"https://www.facebook.com/pages/Mobirise/1616226671953247\" target=\"_blank\">\n                        <span mbr-icon=\"\" class=\"amp-iconfont fa-vimeo-square fa\"></span>\n                    </a></div>\n                <!-- SOCIAL ICON END -->\n        </div>\n    </div>\n        \n    \n    <div class=\"divider__foot\" mbr-if=\"showCopyright\"></div>\n    <div class=\"footer-container container\" mbr-if=\"showCopyright\">\n        <div class=\"copyright align-left\">\n            <p class=\"mbr-text mbr-fonts-style\" mbr-theme-style=\"display-4\" data-app-selector=\".copyright .mbr-text\" data-app-placeholder=\"Type Text\">© Copyright Wantok Radio Light 2020 - All Rights Reserved</p>\n        </div>\n    </div>\n</div></section>",
          "_cid": "rZjAc2Ota7",
          "_anchor": "ampFooter14-1o",
          "_protectedParams": [],
          "_global": true,
          "_once": "footer",
          "_params": {}
        }
      ]
    },
    "news.html": {
      "settings": {
        "title": "News",
        "order": 7
      },
      "components": [
        {
          "alias": false,
          "_styles": {
            "background-color": "@menuBgColor",
            "overflow": "visible",
            ".navbar": {
              "background": "@menuBgColor"
            },
            "section": {
              "padding": "0 !important"
            },
            "section.menu, .menu-container": {
              "min-height": "50px !important"
            },
            "& when not (@showBrand) and not (@showLogo)": {
              ".navbar > .container, .navbar > .container-fluid": {
                "justify-content": "flex-end !important"
              }
            },
            "& when (@showLogo)": {
              ".navbar-brand": {
                ".navbar-logo": {
                  "amp-img, img": {
                    "width": "~\"@{logoWidth}px\"",
                    "height": "~\"@{logoHeight}px\"",
                    "object-fit": "contain"
                  }
                }
              }
            },
            "& when (@showBrand)": {
              ".navbar-caption": {
                "line-height": "inherit !important"
              }
            },
            ".navbar .navbar-collapse": {
              "@media (max-width: 991px)": {
                "background": "@menuBgColor",
                "& when (@sidebarSide = 'left')": {
                  "right": "auto",
                  "left": "0"
                }
              }
            },
            "& when (@showItems)": {
              ".nav-link": {
                "height": "70px",
                "margin": ".667em 1em !important",
                "padding": "0 !important",
                "transition": "0.3s",
                "&:hover": {
                  "color": "@primaryColor"
                }
              },
              ".dropdown-item.active, .dropdown-item:active": {
                "background-color": "transparent"
              },
              ".dropdown-menu": {
                "margin-top": "0",
                "background": "@menuBgColor",
                "border-top": "2px solid @primaryColor",
                "box-shadow": "0 6px 12px rgba(0, 0, 0, 0.175)",
                "transition": "all 0.3s",
                ".dropdown-item": {
                  "justify-content": "flex-start !important"
                },
                ".dropdown-item:hover": {
                  "padding-left": "40px"
                },
                "a:hover": {
                  "color": "@primaryColor"
                }
              }
            },
            ".hamburger span": {
              "background-color": "@hamburgerColor"
            },
            ".builder-sidebar": {
              "background-color": "@menuBgColor"
            },
            ".close-sidebar": {
              "&:focus": {
                "outline": "2px auto @primaryColor"
              },
              "span": {
                "background-color": "@hamburgerColor"
              }
            },
            "& when (@showSocial)": {
              "& when (@showItems)": {
                ".menu-social-list": {
                  "@media (min-width: 992px)": {
                    "padding-left": "1rem"
                  },
                  "@media (max-width: 991px)": {
                    "padding-top": ".5rem"
                  }
                }
              },
              "& when (@showButtons)": {
                ".menu-social-list": {
                  "@media (max-width: 991px)": {
                    "padding-bottom": ".5rem"
                  }
                }
              }
            },
            ".amp-iconfont": {
              "font-size": "1.3rem",
              "width": "1.3rem",
              "color": "@iconsColor"
            },
            ".btn": {
              "padding": "5px 30px"
            }
          },
          "_name": "menu1",
          "_customHTML": "<section class=\"menu1 menu horizontal-menu\" group=\"Menu\" plugins=\"DropDown, amp-main, amp-sidebar\" always-top=\"\" global=\"\" once=\"menu\">\n\t<mbr-parameters>\n\t<!-- Block parameters controls (Blue \"Gear\" panel) -->\n\t<!--  -->\n\t<header>Size</header>\n\t<input type=\"checkbox\" title=\"Full Width\" name=\"fullWidth\">\n\t<input type=\"checkbox\" title=\"Sticky Position\" name=\"sticky\" checked=\"\">\n\t<!--  -->\n\t<header>Show/Hide</header>\t\n\t<input type=\"checkbox\" title=\"Show Logo\" name=\"showLogo\" checked=\"\">\n\t<input type=\"range\" title=\"Logo Height\" inline=\"\" name=\"logoHeight\" min=\"30\" max=\"200\" value=\"59\" step=\"1\" condition=\"showLogo\">\n\t<input type=\"range\" title=\"Logo Width\" inline=\"\" name=\"logoWidth\" min=\"30\" max=\"200\" value=\"200\" step=\"1\" condition=\"showLogo\">\n\t<input type=\"checkbox\" title=\"Show Brand Name\" name=\"showBrand\" checked=\"\">\n\t<input type=\"checkbox\" title=\"Show Menu Items\" name=\"showItems\" checked=\"\">\n\t<input type=\"checkbox\" title=\"Show Button(s)\" name=\"showButtons\">\n\t<header>Icons</header>\n\t<input type=\"checkbox\" title=\"Show Social\" name=\"showSocial\">\n\t<input type=\"range\" inline=\"\" title=\"Icons Count\" name=\"socialCount\" min=\"1\" max=\"6\" value=\"3\" step=\"1\" condition=\"showSocial\">\n\t<input type=\"color\" title=\"Icons Color\" name=\"iconsColor\" value=\"#cd201f\">\n\t<header>Sidebar</header>\n\t<select title=\"Side\" name=\"sidebarSide\">\n\t\t<option value=\"left\">Left</option>\n\t\t<option value=\"right\" selected=\"\">Right</option>\n\t</select>\n\t<input type=\"color\" title=\"Hamburger Color\" name=\"hamburgerColor\" value=\"#ffc300\">\n\t<header>Background</header>\n\t<input type=\"color\" title=\"Background Color\" name=\"menuBgColor\" value=\"#002929\" required=\"\">\n\t<!-- End block parameters -->\n\t</mbr-parameters>\n\t<!-- <div class=\"menu-wrapper\"> -->\n\t<nav class=\"navbar navbar-dropdown navbar-expand-lg navbar-short\" mbr-class=\"{'navbar-fixed-top': sticky}\">\n\t\t<div class=\"menu-container\" mbr-class=\"{'container': !fullWidth,\n\t\t\t\t\t\t'container-fluid': fullWidth,\n\t\t\t\t\t\t'mbr-jc-e': !showLogo &amp;&amp; !showBrand}\">\n\t\t\t<!-- SHOW LOGO -->\n\t\t\t<div class=\"navbar-brand\" mbr-if=\"showLogo || showBrand\">\n\t\t\t\t<div mbr-if=\"showLogo\" class=\"navbar-logo\">\n\t\t\t\t\t<amp-img src=\"@PROJECT_PATH@/assets/images/logochoice-240x85.png\" layout=\"responsive\" height=\"59\" width=\"166.58823529411765\" alt=\"image\" class=\"mobirise-loader\">\n\t\t\t\t\t\t<div placeholder=\"\" class=\"placeholder\"></div>\n\t\t\t\t\t\t<img class=\"mbr-temp\" src=\"@PROJECT_PATH@/assets/images/logochoice-240x85.png\" alt=\"\" title=\"\">\n\t\t\t\t\t</amp-img>\n\t\t\t\t</div>\n\t\t\t\t<span mbr-if=\"showBrand\" mbr-buttons=\"\" mbr-theme-style=\"display-5\" class=\"navbar-caption-wrap\" data-toolbar=\"-mbrBtnMove,-mbrBtnAdd,-mbrBtnRemove\"><a class=\"navbar-caption mbr-bold text-warning\" data-app-selector=\".navbar-caption\" href=\"#\" data-app-placeholder=\"Type Text\">PNGCBN</a></span>\n\t\t\t</div>\n\t\t\t<!-- SHOW LOGO END -->\n\t\t\t<!-- COLLAPSED MENU -->\n\t\t\t<div class=\"collapse navbar-collapse\" id=\"navbarSupportedContent\">\n\t\t\t\t<button class=\"navbar-toggler\" type=\"button\" data-toggle=\"collapse\" data-target=\"#navbarSupportedContent\" aria-controls=\"navbarNavAltMarkup\" aria-expanded=\"false\" aria-label=\"Toggle navigation\" mbr-if=\"showItems || showSocial || showButtons\">\n\t\t\t\t<div class=\"hamburger\">\n\t\t\t\t\t<span></span>\n\t\t\t\t\t<span></span>\n\t\t\t\t\t<span></span>\n\t\t\t\t\t<span></span>\n\t\t\t\t</div>\n\t\t\t\t</button>\n\t\t\t\t<!-- NAVBAR ITEMS -->\n\t\t\t\t<ul mbr-menu=\"\" class=\"navbar-nav nav-dropdown\" mbr-theme-style=\"display-4\" mbr-if=\"showItems\" mbr-class=\"{'nav-right': !showButtons,'navbar-nav-top-padding': isPublish &amp;&amp; !showBrand &amp;&amp; !showLogo}\"><li class=\"nav-item dropdown\">\n\t\t\t\t\t\t<a class=\"nav-link link mbr-bold text-warning\" href=\"index.html\" data-app-selector=\".nav-link,.dropdown-item\" aria-expanded=\"false\" data-app-placeholder=\"Type Text\">Home</a>\n\n\t\t\t\t\t</li>\n\t\t\t\t\t<li class=\"nav-item dropdown\">\n\t\t\t\t\t\t<a class=\"nav-link mbr-bold link text-warning\" href=\"aboutus.html\" data-app-selector=\".nav-link,.dropdown-item\" aria-expanded=\"false\" data-app-placeholder=\"Type Text\">About Us</a>\n                   <div class=\"dropdown-menu\">\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t<a class=\"mbr-bold dropdown-item text-warning\" href=\"histrorypics.html\" data-app-selector=\".nav-link,.dropdown-item\" data-app-placeholder=\"Type Text\">Gallery-History</a>\n\t\t\t\t\t\t</div>\n\t\t\t\t\t</li><li class=\"nav-item\"><a class=\"nav-link mbr-bold link text-warning\" href=\"partners.html\" data-app-selector=\".nav-link,.dropdown-item\" aria-expanded=\"false\" data-app-placeholder=\"Type Text\">Partners</a></li>\n\t\t\t\t\t<li class=\"nav-item dropdown\">\n\t\t\t\t\t\t<a class=\"nav-link mbr-bold link text-warning\" href=\"programs.html\" data-app-selector=\".nav-link,.dropdown-item\" aria-expanded=\"false\" data-app-placeholder=\"Type Text\">Programs</a>\n\n\t\t\t\t\t</li><li class=\"nav-item\"><a class=\"nav-link mbr-bold link text-warning\" href=\"projects.html\" data-app-selector=\".nav-link,.dropdown-item\" aria-expanded=\"false\" data-app-placeholder=\"Type Text\">Projects</a>\n       \n                    </li><li class=\"nav-item\"><a class=\"nav-link mbr-bold link text-warning\" href=\"coverage.html\" data-app-selector=\".nav-link,.dropdown-item\" aria-expanded=\"false\" data-app-placeholder=\"Type Text\">Coverage</a></li><li class=\"nav-item\"><a class=\"nav-link mbr-bold link text-warning\" href=\"news.html\" data-app-selector=\".nav-link,.dropdown-item\" aria-expanded=\"false\" data-app-placeholder=\"Type Text\">News</a></li>\n\t\t\t\t\t<li class=\"nav-item dropdown\">\n\t\t\t\t\t\t<a class=\"nav-link mbr-bold link text-warning\" href=\"https://ca7ssl.rcast.net/radio/61643/\" data-app-selector=\".nav-link,.dropdown-item\" aria-expanded=\"false\" data-app-placeholder=\"Type Text\" target=\"_blank\">LiveStream</a>\n\n\t\t\t\t\t</li><li class=\"nav-item\"><a class=\"nav-link mbr-bold link text-warning\" href=\"contact.html\" data-app-selector=\".nav-link,.dropdown-item\" aria-expanded=\"false\" data-app-placeholder=\"Type Text\">Contact</a></li></ul>\n\t\t\t\t<!-- NAVBAR ITEMS END -->\n\t\t\t\t<!-- SOCIAL ICON -->\n\t\t\t\t<div class=\"menu-social-list\" mbr-if=\"showSocial\" mbr-list=\"\" mbr-list-grow=\"socialCount\" mbr-link-type=\"socials\">\n\t\t\t\t\t<a href=\"#\" target=\"_blank\" class=\"iconfont-wrapper\">\n\t\t\t\t\t\t<span mbr-icon=\"\" class=\"amp-iconfont animation-normal fa-twitter fa\"></span>\n\t\t\t\t\t</a>\n\t\t\t\t\t<a href=\"#\" target=\"_blank\" class=\"iconfont-wrapper\">\n\t\t\t\t\t\t<span mbr-icon=\"\" class=\"amp-iconfont animation-normal fa-facebook fa\"></span>\n\t\t\t\t\t</a>\n\t\t\t\t\t<a href=\"#\" target=\"_blank\" class=\"iconfont-wrapper\">\n\t\t\t\t\t\t<span mbr-icon=\"\" class=\"amp-iconfont animation-normal fa-telegram fa\"></span>\n\t\t\t\t\t</a>\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t</div>\n\t\t\t\t<!-- SOCIAL ICON END -->\n\t\t\t\t<!-- SHOW BUTTON -->\n\t\t\t\t<div mbr-if=\"showButtons\" mbr-buttons=\"\" mbr-theme-style=\"display-7\" class=\"navbar-buttons mbr-section-btn\">\n\t\t\t\t\t<a class=\"btn btn-md btn-black mbr-bold\" href=\"#\">Join us</a>\n\t\t\t\t</div>\n\t\t\t\t<!-- SHOW BUTTON END -->\n\t\t\t</div>\n\t\t\t<!-- COLLAPSED MENU END -->\n\t\t\t<button class=\"navbar-toggler hide\" type=\"button\" data-toggle=\"collapse\" data-target=\"#navbarSupportedContent\" aria-controls=\"navbarNavAltMarkup\" aria-expanded=\"false\" aria-label=\"Toggle navigation\" mbr-if=\"showItems || showSocial || showButtons\">\n\t\t\t<div class=\"hamburger\">\n\t\t\t\t<span></span>\n\t\t\t\t<span></span>\n\t\t\t\t<span></span>\n\t\t\t\t<span></span>\n\t\t\t</div>\n\t\t\t</button>\n\t\t\t<button on=\"tap:sidebar.toggle\" class=\"ampstart-btn hamburger\" mbr-if=\"(showItems||showButtons)\">\n\t\t\t\t<span></span>\n\t\t\t\t<span></span>\n\t\t\t\t<span></span>\n\t\t\t\t<span></span>\n\t\t\t</button>\n\t\t</div>\n\t</nav>\n\t<!-- AMP plug -->\n\t<amp-sidebar id=\"sidebar\" layout=\"nodisplay\" side=\"{{sidebarSide}}\">\n\t\t<div class=\"builder-sidebar\" id=\"builder-sidebar\">\n\t\t\t<button on=\"tap:sidebar.close\" class=\"close-sidebar\">\n\t\t\t<span></span>\n\t\t\t<span></span>\n\t\t\t</button>\n\t\t</div>\n\t</amp-sidebar>\n\t<!-- </div> -->\n</section>",
          "_cid": "rx8RugdGc5",
          "_PHPplaceholders": [],
          "_JSplaceholders": [],
          "_anchor": "menu1-q",
          "_protectedParams": [],
          "_global": true,
          "_once": "menu",
          "_params": {}
        },
        {
          "alias": false,
          "_styles": {
            "& when not (@fullScreen)": {
              "padding-top": "(@paddingTop * 1rem)",
              "padding-bottom": "(@paddingBottom * 1rem)"
            },
            "& when (@bg-type = 'image')": {
              "background-image": "url(@bg-value)",
              "& when (@overlay)": {
                ".mbr-overlay": {
                  "background": "@overlayColor",
                  "opacity": "@overlayOpacity"
                }
              }
            },
            "& when (@bg-type = 'color')": {
              "background-color": "@bg-value"
            },
            "align-items": "center",
            "display": "flex",
            ".btn": {
              "padding": "5px 50px"
            },
            ".mbr-section-title, .mbr-section-btn": {
              "color": "#ffffff",
              "text-align": "left"
            },
            ".mbr-section-subtitle, .mbr-section-btn": {
              "color": "#ffc300",
              "text-align": "left"
            }
          },
          "_name": "header1",
          "_customHTML": "<section class=\"header1\" group=\"Headers\" mbr-class=\"{'mbr-fullscreen': fullScreen}\" plugins=\"amp-main\">\n    <mbr-parameters>\n    <!-- Block parameters controls (Blue \"Gear\" panel) -->\n    <header>Size</header>\n    <input type=\"checkbox\" title=\"Full Screen\" name=\"fullScreen\">\n    <input type=\"checkbox\" title=\"Full Width\" name=\"fullWidth\">\n    <input type=\"range\" inline title=\"Top\" name=\"paddingTop\" min=\"0\" max=\"15\" step=\"1\" value=\"10\" condition=\"fullScreen == false\">\n    <input type=\"range\" inline title=\"Bottom\" name=\"paddingBottom\" min=\"0\" max=\"15\" step=\"1\" value=\"10\" condition=\"fullScreen == false\">\n    <input type=\"checkbox\" name=\"halfSize\" title=\"Half Size\">\n    <select title=\"Align\" name=\"alignHalf\" condition=\"halfSize\">\n        <option value=\"1\" selected>Left</option>\n        <option value=\"2\">Center</option>\n        <option value=\"3\">Right</option>\n    </select>\n    <header>Show/Hide</header>\n    <input type=\"checkbox\" title=\"Title\" name=\"showTitle\" checked>\n    <input type=\"checkbox\" title=\"Subtitle\" name=\"showSubtitle\" checked>\n    <input type=\"checkbox\" title=\"Text\" name=\"showText\">\n    <input type=\"checkbox\" title=\"Buttons\" name=\"showButtons\">\n    <select title=\"Align\" name=\"alignTitle\" condition=\"showTitle || showSubtitle || showText || showButtons\">\n        <option value=\"1\">Left</option>\n        <option value=\"2\">Center</option>\n        <option value=\"3\" selected>Right</option>\n    </select>\n    <header>Background</header>\n    <fieldset type=\"background\" name=\"bg\" required>\n        <input type=\"image\" title=\"Background Image\" value=\"@PROJECT_PATH@/assets/images/fiona-2000x1335.png\" selected>\n        <input type=\"color\" title=\"Background Color\" value=\"#ffffff\">\n    </fieldset>\n    <input type=\"checkbox\" title=\"Overlay\" name=\"overlay\" condition=\"bg.type !== 'color'\" checked>\n    <input type=\"color\" title=\"Overlay Color\" name=\"overlayColor\" value=\"#000000\" condition=\"overlay && bg.type !== 'color'\">\n    <input type=\"range\" inline title=\"Opacity\" name=\"overlayOpacity\" min=\"0\" max=\"1\" step=\"0.1\" value=\"0.5\" condition=\"overlay && bg.type !== 'color'\">\n    <!-- End block parameters -->\n    </mbr-parameters>\n    <div class=\"mbr-overlay\" mbr-if=\"overlay && bg.type !== 'color'\"></div>\n    <div mbr-class=\"{'container':!fullWidth,\n                     'container-fluid': fullWidth}\">\n        <div class=\"mbr-row\" mbr-class=\"{'align-left': alignTitle==1,\n                        'align-center': alignTitle==2,\n                        'align-right': alignTitle==3,\n                        'mbr-jc-c':alignHalf==2,\n                        'mbr-jc-e':alignHalf==3}\" mbr-if=\"showTitle || showSubtitle || showText || showButtons\">\n            <div class=\"title-block mbr-col-sm-12 mbr-col-md-12\" mbr-class=\"{'mbr-col-lg-6': halfSize,\n                             'mbr-col-lg-12': !halfSize}\">\n                <h1 class=\"mbr-section-title mbr-fonts-style mbr-bold\" mbr-theme-style=\"display-1\" mbr-if=\"showTitle\" data-app-selector=\".mbr-section-title, .mbr-section-btn\">NEWS</h1>\n                <h2 class=\"mbr-section-subtitle mbr-fonts-style\" mbr-class=\"{'mbr-pt-3': showTitle}\" mbr-theme-style=\"display-2\" mbr-if=\"showSubtitle\" data-app-selector=\".mbr-section-subtitle, .mbr-section-btn\">Stories in the Studios</h2>\n                <p class=\"mbr-text mbr-fonts-style\" mbr-class=\"{'mbr-pt-2': showTitle || showSubtitle}\" mbr-theme-style=\"display-7\" mbr-if=\"showText\" data-app-selector=\".mbr-section-btn, .mbr-text\">Click on the text in the block to select it and enter the text you want to show.</p>\n                <div mbr-buttons class=\"mbr-section-btn\" mbr-class=\"{'mbr-pt-4':showSubtitle||showTitle||showText}\" mbr-theme-style=\"display-7\" data-toolbar=\"-mbrBtnMove\" mbr-if=\"showButtons\"><a class=\"btn btn-secondary\" data-app-placeholder=\"Type Text\" href=\"index.html\">Return Home</a></div>\n            </div>\n        </div>\n    </div>\n</section>",
          "_cid": "rYV7lDFh40",
          "_anchor": "header1-12",
          "_protectedParams": [],
          "_global": false,
          "_once": false,
          "_params": {},
          "_PHPplaceholders": [],
          "_JSplaceholders": []
        },
        {
          "alias": "amp-blocks/components",
          "_isSecondary": true,
          "typeCompatible": "isAMP",
          "_styles": {
            "& when not (@fullScreen)": {
              "padding-top": "(@paddingTop * 1rem)",
              "padding-bottom": "(@paddingBottom * 1rem)"
            },
            "& when (@bg-type = 'image')": {
              "background-image": "url(@bg-value)",
              "& when (@overlay)": {
                ".mbr-overlay": {
                  "background": "@overlayColor",
                  "opacity": "@overlayOpacity"
                }
              }
            },
            "& when (@bg-type = 'color')": {
              "background-color": "@bg-value"
            }
          },
          "_name": "ampHeader33",
          "_customHTML": "<section class=\"ampHeader33\" group=\"Headers\" mbr-class=\"{'mbr-fullscreen': fullScreen}\" plugins=\"amp-main\">\n    <mbr-parameters>\n    <!-- Block parameters controls (Blue \"Gear\" panel) -->\n    <header>Size</header>\n    <input type=\"checkbox\" title=\"Full Screen\" name=\"fullScreen\">\n    <input type=\"checkbox\" title=\"Full Width\" name=\"fullWidth\">\n    <input type=\"range\" inline title=\"Top\" name=\"paddingTop\" min=\"0\" max=\"15\" step=\"1\" value=\"11\" condition=\"fullScreen == false\">\n    <input type=\"range\" inline title=\"Bottom\" name=\"paddingBottom\" min=\"0\" max=\"15\" step=\"1\" value=\"11\" condition=\"fullScreen == false\">\n    <input type=\"checkbox\" name=\"halfSize\" title=\"Half Size\" checked>\n    <select title=\"Align\" name=\"alignHalf\" condition=\"halfSize\">\n        <option value=\"1\" selected>Left</option>\n        <option value=\"2\">Center</option>\n        <option value=\"3\">Right</option>\n    </select>\n    <header>Show/Hide</header>\n    <input type=\"checkbox\" title=\"Title\" name=\"showTitle\" checked>\n    <input type=\"checkbox\" title=\"Subtitle\" name=\"showSubtitle\">\n    <input type=\"checkbox\" title=\"Text\" name=\"showText\" checked>\n    <input type=\"checkbox\" title=\"Buttons\" name=\"showButtons\" checked>\n    <select title=\"Align\" name=\"alignTitle\" condition=\"showTitle || showSubtitle || showText || showButtons\">\n        <option value=\"1\" selected>Left</option>\n        <option value=\"2\">Center</option>\n        <option value=\"3\">Right</option>\n    </select>\n    <header>Background</header>\n    <fieldset type=\"background\" name=\"bg\" required>\n        <input type=\"image\" title=\"Background Image\" value=\"../_images/background2.jpg\" selected>\n        <input type=\"color\" title=\"Background Color\" value=\"#ffffff\">\n    </fieldset>\n    <input type=\"checkbox\" title=\"Overlay\" name=\"overlay\" condition=\"bg.type !== 'color'\" checked>\n    <input type=\"color\" title=\"Overlay Color\" name=\"overlayColor\" value=\"#ffffff\" condition=\"overlay && bg.type !== 'color'\">\n    <input type=\"range\" inline title=\"Opacity\" name=\"overlayOpacity\" min=\"0\" max=\"1\" step=\"0.1\" value=\"0.7\" condition=\"overlay && bg.type !== 'color'\">\n    <!-- End block parameters -->\n    </mbr-parameters>\n    <div class=\"mbr-overlay\" mbr-if=\"overlay && bg.type !== 'color'\"></div>\n    <div mbr-class=\"{'container':!fullWidth,\n                     'container-fluid': fullWidth}\">\n        <div class=\"mbr-row\" mbr-class=\"{'align-left': alignTitle==1,\n                        'align-center': alignTitle==2,\n                        'align-right': alignTitle==3,\n                        'mbr-jc-c':alignHalf==2,\n                        'mbr-jc-e':alignHalf==3}\" mbr-if=\"showTitle || showSubtitle || showText || showButtons\">\n            <div class=\"title-block mbr-col-sm-12 mbr-col-md-12\" mbr-class=\"{'mbr-col-lg-8': halfSize,\n                             'mbr-col-lg-12': !halfSize}\">\n                <h1 class=\"mbr-section-title mbr-fonts-style mbr-black mbr-bold\" mbr-theme-style=\"display-2\" mbr-if=\"showTitle\" data-app-selector=\".mbr-section-title, .mbr-section-btn\">Covid-19 updates</h1>\n                                <p class=\"mbr-text mbr-gray mbr-fonts-style\" mbr-class=\"{'mbr-pt-4': showTitle || showSubtitle}\" mbr-theme-style=\"display-7\" mbr-if=\"showText\" data-app-selector=\".mbr-section-btn, .mbr-text\">Keep yourself informed. We will be playing Corona Virus Spots from Mondays Wednesdays and Fridays. Refer to our Program Guide for play time. Keep praying and Build your faith, Jesus is coming.</p>\n                <h2 class=\"mbr-section-subtitle mbr-lightgray mbr-fonts-style\" mbr-class=\"{'mbr-pt-3': showTitle}\" mbr-theme-style=\"display-4\" mbr-if=\"showSubtitle\" data-app-selector=\".mbr-section-subtitle, .mbr-section-btn\">Branding</h2>\n                <div mbr-buttons class=\"mbr-section-btn\" mbr-class=\"{'mbr-pt-4':showSubtitle||showTitle||showText}\" mbr-theme-style=\"display-7\" data-toolbar=\"-mbrBtnMove\" mbr-if=\"showButtons\"><a class=\"btn-secondary btn\" data-app-placeholder=\"Type Text\">More info</a></div>\n            </div>\n        </div>\n    </div>\n</section>",
          "_cid": "rYV7xruSHP",
          "_anchor": "ampHeader33-14",
          "_protectedParams": [],
          "_global": false,
          "_once": false,
          "_params": {}
        },
        {
          "alias": "amp-blocks/components",
          "_isSecondary": true,
          "typeCompatible": "isAMP",
          "_styles": {
            "padding-top": "(@paddingTop * 1rem)",
            "padding-bottom": "(@paddingBottom * 1rem)",
            "background-color": "@bgColor",
            ".cont-box": {
              "padding": "80px 60px",
              "@media (max-width: 767px)": {
                "padding": "60px 32px"
              }
            },
            ".feature-box": {
              "&:hover": {
                ".amp-iconfont": {
                  "transform": "rotateY(360deg) translateY(-10px)"
                }
              }
            },
            ".iconfont-wrapper": {
              "background-color": "@iconsBg",
              "width": "6.4rem",
              "height": "6.4rem",
              "padding": "1.4rem",
              "display": "inline-flex",
              "justify-content": "center",
              "align-items": "center",
              "border-radius": "50%"
            },
            ".amp-iconfont": {
              "font-size": "4rem",
              "width": "4rem",
              "color": "contrast(@iconsBg) !important",
              "vertical-align": "middle",
              "transition": "1s"
            },
            ".img-box": {
              "padding": "200px",
              "padding-right": "0",
              "& when (@rowReverse)": {
                "padding-right": "200px",
                "padding-left": "0"
              },
              "@media (max-width: 991px)": {
                "padding": "150px",
                "padding-bottom": "20px"
              },
              "@media (max-width: 767px)": {
                "padding": "20px"
              }
            },
            ".text-box": {
              "padding-left": "30px",
              "@media (max-width: 767px)": {
                "padding-left": "0"
              }
            },
            ".item-box": {
              "align-items": "center",
              "@media (max-width: 767px)": {
                "flex-direction": "column"
              }
            },
            ".custom-card-title": {
              "@media (max-width: 767px)": {
                "padding-top": "20px"
              }
            }
          },
          "_name": "ampHeader26",
          "_customHTML": "<section class=\"ampHeader26\" group=\"Headers\" plugins=\"amp-main\">\n    <mbr-parameters>\n    <!-- Block parameters controls (Blue \"Gear\" panel) -->\n    <input type=\"range\" inline=\"\" title=\"Top\" name=\"paddingTop\" min=\"0\" max=\"10\" step=\"1\" value=\"0\">\n    <input type=\"range\" inline=\"\" title=\"Bottom\" name=\"paddingBottom\" min=\"0\" max=\"10\" step=\"1\" value=\"0\">\n    <input type=\"checkbox\" name=\"rowReverse\" title=\"Reverse\">\n    <header>Items</header>\n    <input type=\"range\" title=\"Items Count\" name=\"cardsAmount\" min=\"1\" max=\"5\" value=\"3\">\n    <input type=\"checkbox\" title=\"Show Title\" name=\"showTitle\" checked=\"\">\n    <input type=\"checkbox\" title=\"Show Text\" name=\"showText\" checked=\"\">\n    <select title=\"Text Align\" name=\"alignText\">\n        <option value=\"1\" selected=\"\">Left</option>\n        <option value=\"2\">Center</option>\n        <option value=\"3\">Right</option>\n    </select>\n    <input type=\"checkbox\" title=\"Show Icons\" name=\"showIcons\" checked=\"\">\n    <input type=\"color\" title=\"Icons BG\" name=\"iconsBg\" value=\"#56bdbd\" condition=\"showIcons\">\n    <header>Background</header>\n    <input type=\"color\" title=\"Background Color\" name=\"bgColor\" value=\"#f6f9f8\" required=\"\">\n    <!-- End block parameters -->\n    </mbr-parameters>\n        <div class=\"mbr-row\" mbr-class=\"{'mbr-row-reverse' : rowReverse}\">\n            <div class=\"image mbr-col-sm-12 mbr-col-md-12 mbr-col-lg-6\">\n                <div class=\"img-box\">\n                    <amp-img src=\"@PROJECT_PATH@/assets/images/intrlogog-600x400.png\" layout=\"responsive\" width=\"735\" height=\"490\" alt=\"image\" class=\"mobirise-loader\">\n                        <div placeholder=\"\" class=\"placeholder\"></div>\n                        <img class=\"mbr-temp\" src=\"@PROJECT_PATH@/assets/images/intrlogog-600x400.png\" alt=\"\" title=\"\">\n                    </amp-img>\n                </div>\n            </div>\n            <div class=\"mbr-col-sm-12 mbr-col-md-12 mbr-col-lg-6 cont-box mbr-flex mbr-column mbr-jc-c\">\n                <div>\n                    <div class=\"mbr-flex mbr-pb-4 item-box\">\n                        <div class=\"iconfont-wrapper\" mbr-if=\"showIcons\">\n                            <span mbr-icon=\"\" class=\"amp-iconfont animation-normal mbri-timer\"></span>\n                        </div>\n                        <div class=\"text-box\" mbr-class=\"{'align-center': alignText == 2,\n                                         'align-right': alignText == 3}\">\n                            <h3 class=\"mbr-fonts-style mbr-bold mbr-pb-1 custom-card-title\" mbr-theme-style=\"display-5\" data-app-selector=\".custom-card-title\" mbr-if=\"showTitle\">ISREAL NEWS TALK RADIO</h3>\n                            <p class=\"mbr-fonts-style custom-card-text\" mbr-theme-style=\"display-7\" data-app-selector=\".custom-card-text\" mbr-if=\"showText\">We are now playing News From Isreal. Tune in 10 am &amp; 6pm for news updates.</p>\n                        </div>\n                    </div>\n                    <div class=\"mbr-flex mbr-pb-4 item-box\" mbr-if=\"cardsAmount > 1\">\n                        <div class=\"iconfont-wrapper\" mbr-if=\"showIcons\">\n                            <span mbr-icon=\"\" class=\"amp-iconfont animation-normal mbri-video\"></span>\n                        </div>\n                        <div class=\"text-box\" mbr-class=\"{'align-center': alignText == 2,\n                                         'align-right': alignText == 3}\">\n                            <h3 class=\"mbr-fonts-style mbr-bold mbr-pb-1 custom-card-title\" mbr-theme-style=\"display-5\" data-app-selector=\".custom-card-title\" mbr-if=\"showTitle\">Radio Light Relay on Foursquare Radio in Wapenamanda 89.1 FM</h3>\n                            <p class=\"mbr-fonts-style custom-card-text\" mbr-theme-style=\"display-7\" data-app-selector=\".custom-card-text\" mbr-if=\"showText\">Wantok Radio Light can be heard in Wapenamanda with the support of the Foursquare Radio. Their Frequency is set at 89.1 in Wapenamanda and Surrounding Vicinity.</p>\n                        </div>\n                    </div>\n                    <div class=\"mbr-flex mbr-pb-4 item-box\" mbr-if=\"cardsAmount > 2\">\n                        <div class=\"iconfont-wrapper\" mbr-if=\"showIcons\">\n                            <span mbr-icon=\"\" class=\"amp-iconfont animation-normal mbri-mobile\"></span>\n                        </div>\n                        <div class=\"text-box\" mbr-class=\"{'align-center': alignText == 2,\n                                         'align-right': alignText == 3}\">\n                            <h3 class=\"mbr-fonts-style mbr-bold mbr-pb-1 custom-card-title\" mbr-theme-style=\"display-5\" data-app-selector=\".custom-card-title\" mbr-if=\"showTitle\">Mobile App</h3>\n                            <p class=\"mbr-fonts-style custom-card-text\" mbr-theme-style=\"display-7\" data-app-selector=\".custom-card-text\" mbr-if=\"showText\">The Wantok Radio Light Mobile app for apple and android can be downloaded on Webstore.</p>\n                        </div>\n                    </div>\n                    <div class=\"mbr-flex mbr-pb-4 item-box\" mbr-if=\"cardsAmount > 3\">\n                        <div class=\"iconfont-wrapper\" mbr-if=\"showIcons\">\n                            <span mbr-icon=\"\" class=\"amp-iconfont animation-normal mbri-laptop\"></span>\n                        </div>\n                        <div class=\"text-box\" mbr-class=\"{'align-center': alignText == 2,\n                                         'align-right': alignText == 3}\">\n                            <h3 class=\"mbr-fonts-style mbr-bold mbr-pb-1 custom-card-title\" mbr-theme-style=\"display-5\" data-app-selector=\".custom-card-title\" mbr-if=\"showTitle\">Desktop</h3>\n                            <p class=\"mbr-fonts-style custom-card-text\" mbr-theme-style=\"display-7\" data-app-selector=\".custom-card-text\" mbr-if=\"showText\">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Placeat odio modi numquam assumenda, mollitia vitae deleniti, temporibus similique est optio.</p>\n                        </div>\n                    </div>\n                    <div class=\"mbr-flex mbr-pb-4 item-box\" mbr-if=\"cardsAmount > 4\">\n                        <div class=\"iconfont-wrapper\" mbr-if=\"showIcons\">\n                            <span mbr-icon=\"\" class=\"amp-iconfont animation-normal mbri-tablet-vertical\"></span>\n                        </div>\n                        <div class=\"text-box\" mbr-class=\"{'align-center': alignText == 2,\n                                         'align-right': alignText == 3}\">\n                            <h3 class=\"mbr-fonts-style mbr-bold mbr-pb-1 custom-card-title\" mbr-theme-style=\"display-5\" data-app-selector=\".custom-card-title\" mbr-if=\"showTitle\">Tablet</h3>\n                            <p class=\"mbr-fonts-style custom-card-text\" mbr-theme-style=\"display-7\" data-app-selector=\".custom-card-text\" mbr-if=\"showText\">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Quisquam saepe tempora quis dolore sit quod aliquam atque vel inventore eaque.</p>\n                        </div>\n                    </div>\n                </div>\n            </div>\n        </div>\n</section>",
          "_cid": "s2FvRbNQ2y",
          "_anchor": "ampHeader26-2n",
          "_protectedParams": [],
          "_global": false,
          "_once": false,
          "_params": {}
        },
        {
          "alias": "amp-blocks/components",
          "_isSecondary": true,
          "typeCompatible": "isAMP",
          "_styles": {
            "padding-top": "(@paddingTop * 1rem)",
            "padding-bottom": "(@paddingBottom * 1rem)",
            "& when (@bg-type = 'color')": {
              "background-color": "@bg-value"
            },
            "& when (@bg-type = 'image')": {
              "background-image": "url(@bg-value)",
              ".mbr-overlay": {
                "background-color": "@overlayColor",
                "opacity": "@overlayOpacity"
              }
            },
            ".card-wrapper": {
              "& when not (@transparentBg)": {
                "position": "relative"
              },
              "& when (@showBorders)": {
                "border": "1px solid @bordersColor"
              },
              "z-index": "1",
              "@media (max-width: 991px)": {
                "flex-wrap": "wrap"
              }
            },
            ".card": {
              "&:not(.last-child)": {
                "padding-bottom": "4rem"
              }
            },
            ".btn": {
              "display": "inline-block"
            },
            ".card-btn": {
              "display": "flex",
              "align-items": "flex-end",
              "height": "100%"
            },
            "& when not (@transparentBg)": {
              ".card-wrapper:after": {
                "content": "\"\"",
                "position": "absolute",
                "left": "0",
                "right": "0",
                "top": "0",
                "bottom": "0",
                "background-color": "@cardBg",
                "opacity": "@bgOpacity",
                "z-index": "-1"
              }
            },
            ".card-box": {
              "width": "100%"
            },
            ".card-img": {
              "margin-bottom": "1rem"
            },
            "& when (@checkImages) and not (@flexDirection)": {
              ".card-img": {
                "padding": "0",
                "@media (max-width: 991px)": {
                  "width": "100%",
                  "margin-bottom": "2rem"
                },
                "& when not (@chessStyle)": {
                  "@media (min-width: 992px)": {
                    "& when not (@reverseContent)": {
                      "margin-right": "2rem"
                    },
                    "& when (@reverseContent)": {
                      "margin-left": "2rem"
                    }
                  }
                }
              },
              "& when (@chessStyle)": {
                "@media (min-width: 992px)": {
                  ".mbr-row .card": {
                    "& when not (@reverseContent)": {
                      "&:nth-child(odd) .card-img": {
                        "margin-left": "2rem"
                      },
                      "&:nth-child(even) .card-img": {
                        "margin-right": "2rem"
                      }
                    },
                    "& when (@reverseContent)": {
                      "&:nth-child(odd) .card-img": {
                        "margin-right": "2rem"
                      },
                      "&:nth-child(even) .card-img": {
                        "margin-left": "2rem"
                      }
                    }
                  }
                }
              }
            }
          },
          "_name": "ampFeatures3",
          "_customHTML": "<section class=\"ampFeatures3\" group=\"Features\" plugins=\"amp-main\">\n    <mbr-parameters>\n        <header>Size</header>\n        <input type=\"range\" inline=\"\" title=\"Top\" name=\"paddingTop\" min=\"0\" max=\"10\" step=\"1\" value=\"6\">\n        <input type=\"range\" inline=\"\" title=\"Bottom\" name=\"paddingBottom\" min=\"0\" max=\"10\" step=\"1\" value=\"6\">\n        <input type=\"checkbox\" title=\"Full Width\" name=\"fullWidth\">\n        <input type=\"checkbox\" title=\"Reverse\" name=\"showReverse\">\n        <input type=\"checkbox\" title=\"Row/Column\" name=\"flexDirection\" checked=\"\">\n        <!-- -->\n        <input type=\"checkbox\" title=\"Chess Style\" name=\"chessStyle\" condition=\"checkImages &amp;&amp; !flexDirection\" checked=\"\">\n        <header>Title</header>\n        <input type=\"checkbox\" title=\"Show Title\" name=\"showTitle\" checked=\"\">\n        <input type=\"checkbox\" title=\"Show Subtitle\" name=\"showSubtitle\">\n        <select title=\"Align\" name=\"titleAlign\" condition=\"showTitle || showSubtitle\">\n            <option value=\"1\" selected=\"\">Left</option>\n            <option value=\"2\">Center</option>\n            <option value=\"3\">Right</option>\n        </select>\n        <header>Cards</header>\n        <input type=\"range\" inline=\"\" title=\"Cards Count\" name=\"cardsCount\" min=\"1\" max=\"5\" step=\"1\" value=\"5\" condition=\"showCardsTitle || showCardsSubtitle || showCardsText || showCardsButtons || checkImages\" required=\"\">\n        <select title=\"Align\" name=\"cardsAlign\" condition=\"showCardsTitle || showCardsSubtitle || showCardsText || showCardsButtons || checkImages\">\n            <option value=\"1\" selected=\"\">Left</option>\n            <option value=\"2\">Center</option>\n            <option value=\"3\">Right</option>\n        </select>\n        <!-- -->\n        <input type=\"checkbox\" title=\"Show Title\" name=\"showCardsTitle\" checked=\"\">\n        <input type=\"checkbox\" title=\"Show Subtitle\" name=\"showCardsSubtitle\">\n        <input type=\"checkbox\" title=\"Show Text\" name=\"showCardsText\" checked=\"\">\n        <input type=\"checkbox\" title=\"Show Buttons\" name=\"showCardsButtons\" checked=\"\">\n        <!--  -->\n        <input type=\"checkbox\" title=\"Borders\" name=\"showBorders\" condition=\"showCardsTitle || showCardsSubtitle || showCardsText || showCardsButtons || checkImages\">\n        <input type=\"color\" title=\"Color\" name=\"bordersColor\" value=\"#cccccc\" condition=\"showBorders &amp;&amp; (showCardsTitle || showCardsSubtitle || showCardsText || showCardsButtons || checkImages)\">\n        <input type=\"checkbox\" title=\"Transparent BG\" name=\"transparentBg\" condition=\"showCardsTitle || showCardsSubtitle || showCardsText || showCardsButtons || checkImages\" checked=\"\">\n        <input type=\"range\" title=\"Opacity\" name=\"bgOpacity\" min=\"0\" max=\"1\" value=\"1\" step=\"0.1\" condition=\"!transparentBg\">\n        <input type=\"color\" title=\"Color\" name=\"cardBg\" value=\"#767676\" condition=\"!transparentBg &amp;&amp; (showCardsTitle || showCardsSubtitle || showCardsText || showCardsButtons || checkImages)\">\n        <!--  -->\n        <input type=\"checkbox\" title=\"Images\" name=\"checkImages\">\n        <input type=\"range\" inline=\"\" title=\"Image Width\" name=\"imgWidth\" min=\"1\" max=\"5\" step=\"1\" value=\"3\" condition=\"checkImages &amp;&amp; !flexDirection\">\n        <input type=\"checkbox\" title=\"Reverse Content\" name=\"reverseContent\" condition=\"checkImages &amp;&amp; !flexDirection\">\n        <!--  -->\n        <header>Background</header>\n        <fieldset type=\"background\" name=\"bg\" required=\"\">\n            <input type=\"color\" title=\"Background Color\" value=\"#daddea\">\n            <input type=\"image\" title=\"Background Image\" value=\"@PROJECT_PATH@/assets/images/gerehu1-1920x1057.jpg\" selected=\"\">\n        </fieldset>\n        <!--  -->\n        <input type=\"checkbox\" title=\"Overlay\" name=\"overlay\" checked=\"\" condition=\"bg.type !== 'color'\">\n        <input type=\"color\" title=\"Overlay Color\" name=\"overlayColor\" value=\"#ffffff\" condition=\"overlay &amp;&amp; bg.type == 'image'\">\n        <input type=\"range\" inline=\"\" title=\"Opacity\" name=\"overlayOpacity\" min=\"0\" max=\"1\" step=\"0.1\" value=\"0.6\" condition=\"overlay &amp;&amp; bg.type == 'image'\">\n    </mbr-parameters>\n\n    <div class=\"mbr-overlay\" mbr-if=\"overlay &amp;&amp; bg.type !== 'color'\"></div>\n    <div mbr-class=\"{'container':!fullWidth,\n                     'container-fluid':fullWidth}\">\n\n\n\n        <div class=\"mbr-row\" mbr-class=\"{'mbr-row-reverse': showReverse}\">\n            <div class=\"mbr-col-lg-6 mbr-col-md-12 mbr-col-sm-12\">\n                <div class=\"title mbr-pb-4\" mbr-if=\"showTitle || showSubtitle\" mbr-class=\"{'align-center': titleAlign == 2,\n                         'align-right': titleAlign == 3}\">\n                    <h3 class=\"mbr-section-title mbr-pb-3 mbr-semibold mbr-fonts-style\" mbr-theme-style=\"display-2\" mbr-if=\"showTitle\" data-app-selector=\".mbr-section-title\">What makes a<b> Good News!</b></h3>\n                    <h4 class=\"mbr-section-subtitle mbr-pt-2 mbr-fonts-style\" mbr-theme-style=\"display-5\" mbr-if=\"showSubtitle\" data-app-selector=\".mbr-section-subtitle\">Enter your block subtitle here</h4>\n                </div>\n            </div>\n\n            <div class=\"mbr-col-lg-6 mbr-col-md-12 mbr-col-sm-12\">\n\n\n                <div class=\"mbr-row\" mbr-class=\"{\n                         'mbr-column': !flexDirection}\" mbr-if=\"showCardsTitle || showCardsSubtitle || showCardsText || showCardsButtons || checkImages\">\n                    <div class=\"card mbr-col-sm-12\" mbr-class=\"{'mbr-px-4': !flexDirection, \n                             'mbr-col-md-12': flexDirection &amp;&amp; cardsCount == 1,\n                             'mbr-col-md-6 mbr-col-lg-6': flexDirection &amp;&amp; cardsCount == 2,\n                             'mbr-col-md-8 mbr-col-lg-4': flexDirection &amp;&amp; cardsCount == 3,\n                             'mbr-col-md-6 mbr-col-lg-4': flexDirection &amp;&amp; cardsCount == 4,\n                              'mbr-col-md-6 mbr-col-lg-6': flexDirection &amp;&amp; cardsCount == 5,\n                             'md-pb': (flexDirection &amp;&amp; cardsCount > 2) || (!flexDirection &amp;&amp; cardsCount > 1),\n                             'lg-pb': !flexDirection &amp;&amp; cardsCount > 1,\n                             'last-child': cardsCount == 1}\">\n                        <div class=\"card-wrapper\" mbr-class=\"{'mbr-flex': !flexDirection,\n                                 'mbr-column': checkImages &amp;&amp; flexDirection,\n                                 'mbr-row-reverse': checkImages &amp;&amp; !flexDirection &amp;&amp; ((!chessStyle &amp;&amp; reverseContent)||(chessStyle &amp;&amp; !reverseContent))}\">\n                            <div class=\"card-img mbr-flex\" mbr-if=\"checkImages\" mbr-class=\"{'mbr-col-md-12 mbr-col-lg-3': imgWidth == 1 &amp;&amp; !flexDirection,\n                                     'mbr-col-md-12 mbr-col-lg-4': imgWidth == 2 &amp;&amp; !flexDirection,\n                                     'mbr-col-md-12 mbr-col-lg-6': imgWidth == 3 &amp;&amp; !flexDirection,\n                                     'mbr-col-md-12 mbr-col-lg-8': imgWidth == 4 &amp;&amp; !flexDirection,\n                                     'mbr-col-md-12 mbr-col-lg-9': imgWidth == 5 &amp;&amp; !flexDirection}\">\n                                <amp-img src=\"@PROJECT_PATH@/assets/images/01.jpg\" layout=\"responsive\" width=\"150\" height=\"100\" alt=\"image\" class=\"mobirise-loader\">\n                                    <div placeholder=\"\" class=\"placeholder\"></div>\n                                    <img class=\"mbr-temp\" src=\"@PROJECT_PATH@/assets/images/01.jpg\" alt=\"\">\n                                </amp-img>\n                            </div>\n                            <div class=\"card-box mbr-m-auto\" mbr-if=\"(showCardsTitle || showCardsSubtitle || showCardsText || showCardsButtons)\" mbr-class=\"{\n                                     'align-center': cardsAlign == 2,\n                                     'align-right': cardsAlign == 3,\n                                     'mbr-pb-3 mbr-pt-3 mbr-px-4': showBorders || !transparentBg}\">\n                                <h3 class=\"card-title mbr-semibold mbr-fonts-style\" mbr-theme-style=\"display-5\" mbr-if=\"showCardsTitle\" data-app-selector=\".card-title, .card-btn, .card-img\">Honesty</h3>\n                                <h4 class=\"card-subtitle mbr-pt-3 mbr-fonts-style mbr-semibold\" mbr-theme-style=\"display-7\" mbr-if=\"showCardsSubtitle\" data-app-selector=\".card-subtitle, .card-btn, .card-img\">Card\n                                    Subtitle</h4>\n                                <p class=\"card-text mbr-fonts-style mbr-pt-2\" mbr-theme-style=\"display-4\" mbr-if=\"showCardsText\" data-app-selector=\".card-text, .card-btn, .card-img\">Truth must be uphold at all times.</p>\n\n                            </div>\n                        </div>\n                    </div>\n\n                    <div class=\"card mbr-col-sm-12\" mbr-class=\"{'mbr-px-4': !flexDirection, \n                             'mbr-col-md-6 mbr-col-lg-6': flexDirection &amp;&amp; cardsCount == 2,\n                             'mbr-col-md-8 mbr-col-lg-4': flexDirection &amp;&amp; cardsCount == 3,\n                             'mbr-col-md-6 mbr-col-lg-4': flexDirection &amp;&amp; cardsCount == 4,\n                                                       'mbr-col-md-6 mbr-col-lg-6': flexDirection &amp;&amp; cardsCount == 5,\n                             'md-pb': (flexDirection &amp;&amp; cardsCount > 2) || (!flexDirection &amp;&amp; cardsCount > 2),\n                             'lg-pb': !flexDirection &amp;&amp; cardsCount > 2,\n                             'last-child': cardsCount == 2}\" mbr-if=\"cardsCount > 1\">\n                        <div class=\"card-wrapper\" mbr-class=\"{'mbr-flex': !flexDirection,\n                                 'mbr-column': checkImages &amp;&amp; flexDirection,\n                                 'mbr-row-reverse': checkImages &amp;&amp; !flexDirection &amp;&amp; reverseContent}\">\n                            <div class=\"card-img mbr-flex\" mbr-if=\"checkImages\" mbr-class=\"{'mbr-col-md-12 mbr-col-lg-3': imgWidth == 1 &amp;&amp; !flexDirection,\n                                     'mbr-col-md-12 mbr-col-lg-4': imgWidth == 2 &amp;&amp; !flexDirection,\n                                     'mbr-col-md-12 mbr-col-lg-6': imgWidth == 3 &amp;&amp; !flexDirection,\n                                     'mbr-col-md-12 mbr-col-lg-8': imgWidth == 4 &amp;&amp; !flexDirection,\n                                     'mbr-col-md-12 mbr-col-lg-9': imgWidth == 5 &amp;&amp; !flexDirection}\">\n                                <amp-img src=\"@PROJECT_PATH@/assets/images/02.jpg\" layout=\"responsive\" width=\"150\" height=\"100\" alt=\"image\" class=\"mobirise-loader\">\n                                    <div placeholder=\"\" class=\"placeholder\"></div>\n                                    <img class=\"mbr-temp\" src=\"@PROJECT_PATH@/assets/images/02.jpg\" alt=\"\">\n                                </amp-img>\n                            </div>\n                            <div class=\"card-box mbr-m-auto\" mbr-if=\"(showCardsTitle || showCardsSubtitle || showCardsText || showCardsButtons)\" mbr-class=\"{\n                                     'align-center': cardsAlign == 2,\n                                     'align-right': cardsAlign == 3,\n                                     'mbr-pb-3 mbr-pt-3 mbr-px-4': showBorders || !transparentBg}\">\n                                <h3 class=\"card-title mbr-semibold mbr-fonts-style\" mbr-theme-style=\"display-5\" mbr-if=\"showCardsTitle\" data-app-selector=\".card-title, .card-btn, .card-img\">Openness</h3>\n                                <h4 class=\"card-subtitle mbr-pt-3 mbr-fonts-style mbr-semibold\" mbr-theme-style=\"display-7\" mbr-if=\"showCardsSubtitle\" data-app-selector=\".card-subtitle, .card-btn, .card-img\">Card\n                                    Subtitle</h4>\n                                <p class=\"card-text mbr-fonts-style mbr-pt-2\" mbr-theme-style=\"display-4\" mbr-if=\"showCardsText\" data-app-selector=\".card-text, .card-btn, .card-img\">you must be friendly</p>\n\n                            </div>\n                        </div>\n                    </div>\n                    <div class=\"card mbr-col-sm-12\" mbr-class=\"{'mbr-px-4': !flexDirection, \n                             'mbr-col-md-8 mbr-col-lg-4': flexDirection &amp;&amp; cardsCount == 3,\n                             'mbr-col-md-6 mbr-col-lg-4': flexDirection &amp;&amp; cardsCount == 4,\n                                                       'mbr-col-md-6 mbr-col-lg-6': flexDirection &amp;&amp; cardsCount == 5,\n                             'md-pb': !flexDirection &amp;&amp; cardsCount > 3,\n                             'lg-pb': !flexDirection &amp;&amp; cardsCount > 3,\n                             'last-child': cardsCount == 3}\" mbr-if=\"cardsCount > 2\">\n                        <div class=\"card-wrapper\" mbr-class=\"{'mbr-flex': !flexDirection,\n                                 'mbr-column': checkImages &amp;&amp; flexDirection,\n                                 'mbr-row-reverse': checkImages &amp;&amp; !flexDirection &amp;&amp; ((!chessStyle &amp;&amp; reverseContent)||(chessStyle &amp;&amp; !reverseContent))}\">\n                            <div class=\"card-img mbr-flex\" mbr-if=\"checkImages\" mbr-class=\"{'mbr-col-md-12 mbr-col-lg-3': imgWidth == 1 &amp;&amp; !flexDirection,\n                                     'mbr-col-md-12 mbr-col-lg-4': imgWidth == 2 &amp;&amp; !flexDirection,\n                                     'mbr-col-md-12 mbr-col-lg-6': imgWidth == 3 &amp;&amp; !flexDirection,\n                                     'mbr-col-md-12 mbr-col-lg-8': imgWidth == 4 &amp;&amp; !flexDirection,\n                                     'mbr-col-md-12 mbr-col-lg-9': imgWidth == 5 &amp;&amp; !flexDirection}\">\n                                <amp-img src=\"@PROJECT_PATH@/assets/images/03.jpg\" layout=\"responsive\" width=\"150\" height=\"100\" alt=\"image\" class=\"mobirise-loader\">\n                                    <div placeholder=\"\" class=\"placeholder\"></div>\n                                    <img class=\"mbr-temp\" src=\"@PROJECT_PATH@/assets/images/03.jpg\" alt=\"\">\n                                </amp-img>\n                            </div>\n                            <div class=\"card-box mbr-m-auto\" mbr-if=\"(showCardsTitle || showCardsSubtitle || showCardsText || showCardsButtons)\" mbr-class=\"{\n                                     'align-center': cardsAlign == 2,\n                                     'align-right': cardsAlign == 3,\n                                     'mbr-pb-3 mbr-pt-3 mbr-px-4': showBorders || !transparentBg}\">\n                                <h3 class=\"card-title mbr-semibold mbr-fonts-style\" mbr-theme-style=\"display-5\" mbr-if=\"showCardsTitle\" data-app-selector=\".card-title, .card-btn, .card-img\">Mindfulness\n</h3>\n                                <h4 class=\"card-subtitle mbr-pt-3 mbr-fonts-style mbr-semibold\" mbr-theme-style=\"display-7\" mbr-if=\"showCardsSubtitle\" data-app-selector=\".card-subtitle, .card-btn, .card-img\">Card\n                                    Subtitle</h4>\n                                <p class=\"card-text mbr-fonts-style mbr-pt-2\" mbr-theme-style=\"display-4\" mbr-if=\"showCardsText\" data-app-selector=\".card-text, .card-btn, .card-img\">Think of others</p>\n\n                            </div>\n                        </div>\n                    </div>\n                    <div class=\"card mbr-col-sm-12\" mbr-class=\"{'mbr-col-md-6 mbr-col-lg-6': flexDirection,\n                             'mbr-px-4': !flexDirection, \n                             'last-child': cardsCount == 4}\" mbr-if=\"cardsCount > 3\">\n                        <div class=\"card-wrapper\" mbr-class=\"{'mbr-flex': !flexDirection,\n                                 'mbr-column': checkImages &amp;&amp; flexDirection,\n                                 'mbr-row-reverse': checkImages &amp;&amp; !flexDirection  &amp;&amp; reverseContent}\">\n                            <div class=\"card-img mbr-flex\" mbr-if=\"checkImages\" mbr-class=\"{'mbr-col-md-12 mbr-col-lg-3': imgWidth == 1 &amp;&amp; !flexDirection,\n                                     'mbr-col-md-12 mbr-col-lg-4': imgWidth == 2 &amp;&amp; !flexDirection,\n                                     'mbr-col-md-12 mbr-col-lg-6': imgWidth == 3 &amp;&amp; !flexDirection,\n                                     'mbr-col-md-12 mbr-col-lg-8': imgWidth == 4 &amp;&amp; !flexDirection,\n                                     'mbr-col-md-12 mbr-col-lg-9': imgWidth == 5 &amp;&amp; !flexDirection}\">\n                                <amp-img src=\"@PROJECT_PATH@/assets/images/04.jpg\" layout=\"responsive\" width=\"150\" height=\"100\" alt=\"image\" class=\"mobirise-loader\">\n                                    <div placeholder=\"\" class=\"placeholder\"></div>\n                                    <img class=\"mbr-temp\" src=\"@PROJECT_PATH@/assets/images/04.jpg\" alt=\"\">\n                                </amp-img>\n                            </div>\n                            <div class=\"card-box mbr-m-auto\" mbr-if=\"(showCardsTitle || showCardsSubtitle || showCardsText || showCardsButtons)\" mbr-class=\"{\n                                     'align-center': cardsAlign == 2,\n                                     'align-right': cardsAlign == 3,\n                                     'mbr-pb-3 mbr-pt-3 mbr-px-4': showBorders || !transparentBg}\">\n                                <h3 class=\"card-title mbr-semibold mbr-fonts-style\" mbr-theme-style=\"display-5\" mbr-if=\"showCardsTitle\" data-app-selector=\".card-title, .card-btn, .card-img\">Coping</h3>\n                                <h4 class=\"card-subtitle mbr-pt-3 mbr-fonts-style mbr-semibold\" mbr-theme-style=\"display-7\" mbr-if=\"showCardsSubtitle\" data-app-selector=\".card-subtitle, .card-btn, .card-img\">Card\n                                    Subtitle</h4>\n                                <p class=\"card-text mbr-fonts-style mbr-pt-2\" mbr-theme-style=\"display-4\" mbr-if=\"showCardsText\" data-app-selector=\".card-text, .card-btn, .card-img\">Be in their Shoes.</p>\n\n                            </div>\n                        </div>\n                    </div>\n\n                    <div class=\"card mbr-col-sm-12\" mbr-class=\"{'mbr-col-md-6 mbr-col-lg-6': flexDirection,\n                             'mbr-px-4': !flexDirection, \n                             'last-child': cardsCount == 5}\" mbr-if=\"cardsCount > 4\">\n                        <div class=\"card-wrapper\" mbr-class=\"{'mbr-flex': !flexDirection,\n                                 'mbr-column': checkImages &amp;&amp; flexDirection,\n                                 'mbr-row-reverse': checkImages &amp;&amp; !flexDirection  &amp;&amp; reverseContent}\">\n                            <div class=\"card-img mbr-flex\" mbr-if=\"checkImages\" mbr-class=\"{'mbr-col-md-12 mbr-col-lg-3': imgWidth == 1 &amp;&amp; !flexDirection,\n                                     'mbr-col-md-12 mbr-col-lg-4': imgWidth == 2 &amp;&amp; !flexDirection,\n                                     'mbr-col-md-12 mbr-col-lg-6': imgWidth == 3 &amp;&amp; !flexDirection,\n                                     'mbr-col-md-12 mbr-col-lg-8': imgWidth == 4 &amp;&amp; !flexDirection,\n                                     'mbr-col-md-12 mbr-col-lg-9': imgWidth == 5 &amp;&amp; !flexDirection}\">\n                                <amp-img src=\"@PROJECT_PATH@/assets/images/04.jpg\" layout=\"responsive\" width=\"150\" height=\"100\" alt=\"image\" class=\"mobirise-loader\">\n                                    <div placeholder=\"\" class=\"placeholder\"></div>\n                                    <img class=\"mbr-temp\" src=\"@PROJECT_PATH@/assets/images/04.jpg\" alt=\"\">\n                                </amp-img>\n                            </div>\n                            <div class=\"card-box mbr-m-auto\" mbr-if=\"(showCardsTitle || showCardsSubtitle || showCardsText || showCardsButtons)\" mbr-class=\"{\n                                     'align-center': cardsAlign == 2,\n                                     'align-right': cardsAlign == 3,\n                                     'mbr-pb-3 mbr-pt-3 mbr-px-4': showBorders || !transparentBg}\">\n                                <h3 class=\"card-title mbr-semibold mbr-fonts-style\" mbr-theme-style=\"display-5\" mbr-if=\"showCardsTitle\" data-app-selector=\".card-title, .card-btn, .card-img\">Meditation</h3>\n                                <h4 class=\"card-subtitle mbr-pt-3 mbr-fonts-style mbr-semibold\" mbr-theme-style=\"display-7\" mbr-if=\"showCardsSubtitle\" data-app-selector=\".card-subtitle, .card-btn, .card-img\">Card\n                                    Subtitle</h4>\n                                <p class=\"card-text mbr-fonts-style mbr-pt-2\" mbr-theme-style=\"display-4\" mbr-if=\"showCardsText\" data-app-selector=\".card-text, .card-btn, .card-img\">Brainstorming is very important</p>\n\n                            </div>\n                        </div>\n                    </div>\n\n                    <div class=\"mbr-col-md-12 mbr-col-lg-6 mbr-col-sm-12 align-center\" mbr-if=\"showCardsButtons\">\n\n                        <div class=\"card-btn mbr-pt-3 mbr-section-btn\" mbr-buttons=\"\" data-toolbar=\"-mbrBtnMove\" mbr-theme-style=\"display-4\" mbr-class=\"{'mbr-jc-c': cardsAlign == 2, 'mbr-jc-e': cardsAlign == 3}\"><a class=\"btn btn-black\" href=\"https://mobirise.com\" data-app-placeholder=\"Type Text\">Read\n                                More Info</a></div>\n                    </div>\n\n                </div>\n\n\n            </div>\n\n\n\n\n\n\n\n\n        </div>\n    </div>\n</section>",
          "_cid": "rYV7E1747k",
          "_anchor": "ampFeatures3-15",
          "_protectedParams": [],
          "_global": false,
          "_once": false,
          "_params": {}
        },
        {
          "alias": "amp-blocks/components",
          "_isSecondary": true,
          "typeCompatible": "isAMP",
          "_styles": {
            "padding-top": "(@paddingTop * 1rem)",
            "padding-bottom": "(@paddingBottom * 1rem)",
            "& when (@bg-type = \"color\")": {
              "background-color": "@bg-value"
            },
            "& when (@bg-type = \"image\")": {
              "background-image": "url(@bg-value)",
              ".mbr-overlay": {
                "background-color": "@overlayColor",
                "opacity": "@overlayOpacity"
              }
            },
            ".card-wrapper": {
              "& when (@showBorders)": {
                "border": "1px solid @bordersColor"
              },
              "& when not (@transparentBg)": {
                "background": "@cardBg"
              },
              "@media (max-width: 991px)": {
                "flex-wrap": "wrap"
              }
            },
            ".btn-primary-outline when (@showCardsButtons)": {
              "border": "none !important",
              "font-weight": "400",
              "border-bottom": "2px solid @primaryColor !important",
              "border-radius": "0px !important",
              "padding": "0",
              "opacity": "0.6",
              "&:hover, &:focus": {
                "border": "none !important",
                "color": "@primaryColor !important",
                "background": "transparent !important",
                "border-bottom": "2px solid @primaryColor !important",
                "border-radius": "0px !important",
                "box-shadow": "none"
              }
            },
            ".card-box": {
              "width": "100%"
            },
            "& when (@checkImages) and not (@flexDirection)": {
              ".card-img": {
                "padding": "0",
                "@media (max-width: 991px)": {
                  "width": "100%",
                  "margin-bottom": "2rem"
                },
                "& when not (@chessStyle)": {
                  "@media (min-width: 992px)": {
                    "& when not (@reverseContent)": {
                      "margin-right": "2rem"
                    },
                    "& when (@reverseContent)": {
                      "margin-left": "2rem"
                    }
                  }
                }
              },
              "& when (@chessStyle)": {
                "@media (min-width: 992px)": {
                  ".mbr-row .card": {
                    "& when not (@reverseContent)": {
                      "&:nth-child(odd) .card-img": {
                        "margin-left": "2rem"
                      },
                      "&:nth-child(even) .card-img": {
                        "margin-right": "2rem"
                      }
                    },
                    "& when (@reverseContent)": {
                      "&:nth-child(odd) .card-img": {
                        "margin-right": "2rem"
                      },
                      "&:nth-child(even) .card-img": {
                        "margin-left": "2rem"
                      }
                    }
                  }
                }
              }
            },
            "@media (max-width: 991px)": {
              ".card-box": {
                "padding": "2rem 1rem"
              }
            }
          },
          "_name": "ampFeatures49",
          "_customHTML": "<section class=\"ampFeatures49\" group=\"Features\" plugins=\"amp-main\">\n    <mbr-parameters>\n        <header>Size</header>\n        <input type=\"range\" inline=\"\" title=\"Top\" name=\"paddingTop\" min=\"0\" max=\"10\" step=\"1\" value=\"5\">\n        <input type=\"range\" inline=\"\" title=\"Bottom\" name=\"paddingBottom\" min=\"0\" max=\"10\" step=\"1\" value=\"6\">\n        <input type=\"checkbox\" title=\"Full Width\" name=\"fullWidth\">\n        <input type=\"checkbox\" title=\"Row/Column\" name=\"flexDirection\" checked=\"\">\n        <!-- -->\n        <input type=\"checkbox\" title=\"Chess Style\" name=\"chessStyle\" condition=\"checkImages &amp;&amp; !flexDirection\" checked=\"\">\n        <header>Title</header>\n        <input type=\"checkbox\" title=\"Show Title\" name=\"showTitle\">\n        <input type=\"checkbox\" title=\"Show Subtitle\" name=\"showSubtitle\" checked=\"\">\n        <select title=\"Align\" name=\"titleAlign\" condition=\"showTitle || showSubtitle\">\n            <option value=\"1\">Left</option>\n            <option value=\"2\" selected=\"\">Center</option>\n            <option value=\"3\">Right</option>\n        </select>\n        <header>Cards</header>\n        <input type=\"range\" inline=\"\" title=\"Count\" name=\"cardsCount\" min=\"1\" max=\"4\" step=\"1\" value=\"4\" condition=\"showCardsTitle || showCardsSubtitle || showCardsText || showCardsButtons || checkImages\">\n        <select title=\"Align\" name=\"cardsAlign\" condition=\"showCardsTitle || showCardsSubtitle || showCardsText || showCardsButtons || checkImages\">\n            <option value=\"1\">Left</option>\n            <option value=\"2\" selected=\"\">Center</option>\n            <option value=\"3\">Right</option>\n        </select>\n        <!-- -->\n        <input type=\"checkbox\" title=\"Show Title\" name=\"showCardsTitle\" checked=\"\">\n        <input type=\"checkbox\" title=\"Show Subtitle\" name=\"showCardsSubtitle\">\n        <input type=\"checkbox\" title=\"Show Text\" name=\"showCardsText\" checked=\"\">\n        <input type=\"checkbox\" title=\"Show Buttons\" name=\"showCardsButtons\">\n        <!--  -->\n        <input type=\"checkbox\" title=\"Borders\" name=\"showBorders\" condition=\"showCardsTitle || showCardsSubtitle || showCardsText || showCardsButtons || checkImages\" checked=\"\">\n        <input type=\"color\" title=\"Color\" name=\"bordersColor\" value=\"#ecefff\" condition=\"showBorders &amp;&amp; (showCardsTitle || showCardsSubtitle || showCardsText || showCardsButtons || checkImages)\">\n        <input type=\"checkbox\" title=\"Transparent BG\" name=\"transparentBg\" condition=\"showCardsTitle || showCardsSubtitle || showCardsText || showCardsButtons || checkImages\" checked=\"\">\n        <input type=\"color\" title=\"Color\" name=\"cardBg\" value=\"#ffffff\" condition=\"!transparentBg &amp;&amp; (showCardsTitle || showCardsSubtitle || showCardsText || showCardsButtons || checkImages)\">\n        <!--  -->\n        <input type=\"checkbox\" title=\"Images\" name=\"checkImages\" checked=\"\">\n        <input type=\"range\" inline=\"\" title=\"Image Width\" name=\"imgWidth\" min=\"1\" max=\"5\" step=\"1\" value=\"3\" condition=\"checkImages &amp;&amp; !flexDirection\">\n        <input type=\"checkbox\" title=\"Reverse Content\" name=\"reverseContent\" condition=\"checkImages &amp;&amp; !flexDirection\">\n        <!--  -->\n        <header>Background</header>\n        <fieldset type=\"background\" name=\"bg\">\n            <input type=\"color\" title=\"Background Color\" value=\"#ffffff\" selected=\"\">\n            <input type=\"image\" title=\"Background Image\" value=\"../_images/background2.jpg\">\n        </fieldset>\n        <!--  -->\n        <input type=\"checkbox\" title=\"Overlay\" name=\"overlay\" checked=\"\" condition=\"bg.type !== 'color'\">\n        <input type=\"color\" title=\"Overlay Color\" name=\"overlayColor\" value=\"#efefef\" condition=\"overlay &amp;&amp; bg.type == 'image'\">\n        <input type=\"range\" inline=\"\" title=\"Opacity\" name=\"overlayOpacity\" min=\"0\" max=\"1\" step=\"0.1\" value=\"0.8\" condition=\"overlay &amp;&amp; bg.type == 'image'\">\n    </mbr-parameters>\n\n    <div class=\"mbr-overlay\" mbr-if=\"overlay &amp;&amp; bg.type !== 'color'\"></div>\n    <div mbr-class=\"{'container':!fullWidth,\n                     'container-fluid':fullWidth}\">\n        <div class=\"title mbr-pb-4\" mbr-if=\"showTitle || showSubtitle\" mbr-class=\"{'align-center': titleAlign == 2,\n                         'align-right': titleAlign == 3}\">\n            <h3 class=\"mbr-section-title mbr-gray mbr-light mbr-fonts-style\" mbr-theme-style=\"display-5\" mbr-if=\"showTitle\" data-app-selector=\".mbr-section-title\">Lorem ipsum dolor sit amet</h3>\n            <h4 class=\"mbr-section-subtitle mbr-semibold mbr-pt-3 mbr-fonts-style mbr-pb-5\" mbr-theme-style=\"display-2\" mbr-if=\"showSubtitle\" data-app-selector=\".mbr-section-subtitle\">______The RF &amp; Engineering Updates______</h4>\n        </div>\n        <div class=\"mbr-row\" mbr-class=\"{'mbr-jc-c': cardsCount <= 3,\n                         'mbr-column': !flexDirection}\" mbr-if=\"showCardsTitle || showCardsSubtitle || showCardsText || showCardsButtons || checkImages\">\n            <div class=\"card mbr-col-sm-12\" mbr-class=\"{'mbr-px-4': !flexDirection, \n                             'mbr-col-md-12': flexDirection &amp;&amp; cardsCount == 1,\n                             'mbr-col-md-6 mbr-col-lg-6': flexDirection &amp;&amp; cardsCount == 2,\n                             'mbr-col-md-8 mbr-col-lg-4': flexDirection &amp;&amp; cardsCount == 3,\n                             'mbr-col-md-6 mbr-col-lg-3': flexDirection &amp;&amp; cardsCount == 4,\n                             'md-pb': (flexDirection &amp;&amp; cardsCount > 2) || (!flexDirection &amp;&amp; cardsCount > 1),\n                             'lg-pb': !flexDirection &amp;&amp; cardsCount > 1,\n                             'last-child': cardsCount == 1}\">\n                <div class=\"card-wrapper\" mbr-class=\"{'mbr-flex': !flexDirection,\n                                 'mbr-column': checkImages &amp;&amp; flexDirection,\n                                 'mbr-row-reverse': checkImages &amp;&amp; !flexDirection &amp;&amp; ((!chessStyle &amp;&amp; reverseContent)||(chessStyle &amp;&amp; !reverseContent))}\">\n                    <div class=\"card-img mbr-flex\" mbr-if=\"checkImages\" mbr-class=\"{'mbr-col-md-12 mbr-col-lg-3': imgWidth == 1 &amp;&amp; !flexDirection,\n                                     'mbr-col-md-12 mbr-col-lg-4': imgWidth == 2 &amp;&amp; !flexDirection,\n                                     'mbr-col-md-12 mbr-col-lg-6': imgWidth == 3 &amp;&amp; !flexDirection,\n                                     'mbr-col-md-12 mbr-col-lg-8': imgWidth == 4 &amp;&amp; !flexDirection,\n                                     'mbr-col-md-12 mbr-col-lg-9': imgWidth == 5 &amp;&amp; !flexDirection}\">\n                        <amp-img src=\"@PROJECT_PATH@/assets/images/allan-1-502x243.jpeg\" layout=\"responsive\" width=\"251.62962962962962\" height=\"158\" alt=\"Mobirise\" class=\"mobirise-loader\">\n                            <div placeholder=\"\" class=\"placeholder\"></div>\n                            <img class=\"mbr-temp\" src=\"@PROJECT_PATH@/assets/images/allan-1-502x243.jpeg\" alt=\"Mobirise\" title=\"\">\n                        </amp-img>\n                    </div>\n                    <div class=\"card-box mbr-m-auto mbr-py-4 mbr-px-3\" mbr-if=\"(showCardsTitle || showCardsSubtitle || showCardsText || showCardsButtons)\" mbr-class=\"{'align-center': cardsAlign == 2,\n                                     'align-right': cardsAlign == 3}\">\n                        <h3 class=\"card-title mbr-semibold mbr-fonts-style\" mbr-theme-style=\"display-5\" mbr-if=\"showCardsTitle\" data-app-selector=\".card-title, .card-btn, .card-img\">Transfer of Shortwave Transmission facilities</h3>\n                        <h4 class=\"card-subtitle mbr-pt-3 mbr-fonts-style mbr-regular\" mbr-theme-style=\"display-4\" mbr-if=\"showCardsSubtitle\" data-app-selector=\".card-subtitle, .card-btn, .card-img\">Lorem\n                            ipsum dolor sit amet</h4>\n                        <p class=\"card-text mbr-fonts-style mbr-gray mbr-pt-3 mbr-light\" mbr-theme-style=\"display-7\" mbr-if=\"showCardsText\" data-app-selector=\".card-text, .card-btn, .card-img\">Due to Vandalism in our old site in Nine 9 mile Port Moresby, we have now relocated to Mt. Hagen.</p>\n                        <div class=\"card-btn mbr-section-btn mbr-pt-3\" mbr-buttons=\"\" data-toolbar=\"-mbrBtnMove\" mbr-theme-style=\"display-4\" mbr-if=\"showCardsButtons\">\n                            <a class=\"btn btn-primary-outline\" href=\"https://mobirise.com\" data-app-placeholder=\"Type Text\">Learn\n                                More</a>\n                        </div>\n                    </div>\n                </div>\n            </div>\n\n            <div class=\"card mbr-col-sm-12\" mbr-class=\"{'mbr-px-4': !flexDirection, \n                             'mbr-col-md-6 mbr-col-lg-6': flexDirection &amp;&amp; cardsCount == 2,\n                             'mbr-col-md-8 mbr-col-lg-4': flexDirection &amp;&amp; cardsCount == 3,\n                             'mbr-col-md-6 mbr-col-lg-3': flexDirection &amp;&amp; cardsCount == 4,\n                             'md-pb': (flexDirection &amp;&amp; cardsCount > 2) || (!flexDirection &amp;&amp; cardsCount > 2),\n                             'lg-pb': !flexDirection &amp;&amp; cardsCount > 2,\n                             'last-child': cardsCount == 2}\" mbr-if=\"cardsCount > 1\">\n                <div class=\"card-wrapper\" mbr-class=\"{'mbr-flex': !flexDirection,\n                                 'mbr-column': checkImages &amp;&amp; flexDirection,\n                                 'mbr-row-reverse': checkImages &amp;&amp; !flexDirection &amp;&amp; reverseContent}\">\n                    <div class=\"card-img mbr-flex\" mbr-if=\"checkImages\" mbr-class=\"{'mbr-col-md-12 mbr-col-lg-3': imgWidth == 1 &amp;&amp; !flexDirection,\n                                     'mbr-col-md-12 mbr-col-lg-4': imgWidth == 2 &amp;&amp; !flexDirection,\n                                     'mbr-col-md-12 mbr-col-lg-6': imgWidth == 3 &amp;&amp; !flexDirection,\n                                     'mbr-col-md-12 mbr-col-lg-8': imgWidth == 4 &amp;&amp; !flexDirection,\n                                     'mbr-col-md-12 mbr-col-lg-9': imgWidth == 5 &amp;&amp; !flexDirection}\">\n                        <amp-img src=\"@PROJECT_PATH@/assets/images/img-9236-502x335.jpeg\" layout=\"responsive\" width=\"251.05102040816325\" height=\"177\" alt=\"Mobirise\" class=\"mobirise-loader\">\n                            <div placeholder=\"\" class=\"placeholder\"></div>\n                            <img class=\"mbr-temp\" src=\"@PROJECT_PATH@/assets/images/img-9236-502x335.jpeg\" alt=\"Mobirise\" title=\"\">\n                        </amp-img>\n                    </div>\n                    <div class=\"card-box mbr-m-auto mbr-py-4 mbr-px-3\" mbr-if=\"(showCardsTitle || showCardsSubtitle || showCardsText || showCardsButtons)\" mbr-class=\"{'align-center': cardsAlign == 2,\n                                     'align-right': cardsAlign == 3}\">\n                        <h3 class=\"card-title mbr-semibold mbr-fonts-style\" mbr-theme-style=\"display-5\" mbr-if=\"showCardsTitle\" data-app-selector=\".card-title, .card-btn, .card-img\">LAITHAUS PNG limited</h3>\n                        <h4 class=\"card-subtitle mbr-pt-3 mbr-fonts-style mbr-regular\" mbr-theme-style=\"display-4\" mbr-if=\"showCardsSubtitle\" data-app-selector=\".card-subtitle, .card-btn, .card-img\">Lorem\n                            ipsum dolor sit amet</h4>\n                        <p class=\"card-text mbr-fonts-style mbr-gray mbr-pt-3 mbr-light\" mbr-theme-style=\"display-7\" mbr-if=\"showCardsText\" data-app-selector=\".card-text, .card-btn, .card-img\">LaitHaus PNG is an affiliate of Wantok Radio Light. They Provide tower leasing services for telecommunication services. We are located at the far end of the Burns peak tower site.</p>\n                        <div class=\"card-btn mbr-section-btn mbr-pt-3\" mbr-buttons=\"\" data-toolbar=\"-mbrBtnMove\" mbr-theme-style=\"display-4\" mbr-if=\"showCardsButtons\"><a class=\"btn btn-primary-outline\" href=\"https://mobirise.com\" data-app-placeholder=\"Type Text\">Learn\n                                More</a></div>\n                    </div>\n                </div>\n            </div>\n            <div class=\"card mbr-col-sm-12\" mbr-class=\"{'mbr-px-4': !flexDirection, \n                             'mbr-col-md-8 mbr-col-lg-4': flexDirection &amp;&amp; cardsCount == 3,\n                             'mbr-col-md-6 mbr-col-lg-3': flexDirection &amp;&amp; cardsCount == 4,\n                             'md-pb': !flexDirection &amp;&amp; cardsCount > 3,\n                             'lg-pb': !flexDirection &amp;&amp; cardsCount > 3,\n                             'last-child': cardsCount == 3}\" mbr-if=\"cardsCount > 2\">\n                <div class=\"card-wrapper\" mbr-class=\"{'mbr-flex': !flexDirection,\n                                 'mbr-column': checkImages &amp;&amp; flexDirection,\n                                 'mbr-row-reverse': checkImages &amp;&amp; !flexDirection &amp;&amp; ((!chessStyle &amp;&amp; reverseContent)||(chessStyle &amp;&amp; !reverseContent))}\">\n                    <div class=\"card-img mbr-flex\" mbr-if=\"checkImages\" mbr-class=\"{'mbr-col-md-12 mbr-col-lg-3': imgWidth == 1 &amp;&amp; !flexDirection,\n                                     'mbr-col-md-12 mbr-col-lg-4': imgWidth == 2 &amp;&amp; !flexDirection,\n                                     'mbr-col-md-12 mbr-col-lg-6': imgWidth == 3 &amp;&amp; !flexDirection,\n                                     'mbr-col-md-12 mbr-col-lg-8': imgWidth == 4 &amp;&amp; !flexDirection,\n                                     'mbr-col-md-12 mbr-col-lg-9': imgWidth == 5 &amp;&amp; !flexDirection}\">\n                        <amp-img src=\"@PROJECT_PATH@/assets/images/studioera-502x316.jpg\" layout=\"responsive\" width=\"251\" height=\"158\" alt=\"Mobirise\" class=\"mobirise-loader\">\n                            <div placeholder=\"\" class=\"placeholder\"></div>\n                            <img class=\"mbr-temp\" src=\"@PROJECT_PATH@/assets/images/studioera-502x316.jpg\" alt=\"Mobirise\" title=\"\">\n                        </amp-img>\n                    </div>\n                    <div class=\"card-box mbr-m-auto mbr-py-4 mbr-px-3\" mbr-if=\"(showCardsTitle || showCardsSubtitle || showCardsText || showCardsButtons)\" mbr-class=\"{'align-center': cardsAlign == 2,\n                                     'align-right': cardsAlign == 3}\">\n                        <h3 class=\"card-title mbr-semibold mbr-fonts-style \" mbr-theme-style=\"display-5\" mbr-if=\"showCardsTitle\" data-app-selector=\".card-title, .card-btn, .card-img\">New Songs &amp; Album Updates</h3>\n                        <h4 class=\"card-subtitle mbr-pt-3 mbr-fonts-style mbr-regular\" mbr-theme-style=\"display-4\" mbr-if=\"showCardsSubtitle\" data-app-selector=\".card-subtitle, .card-btn, .card-img\">Lorem\n                            ipsum dolor sit amet</h4>\n                        <p class=\"card-text mbr-fonts-style mbr-gray mbr-pt-3 mbr-light\" mbr-theme-style=\"display-7\" mbr-if=\"showCardsText\" data-app-selector=\".card-text, .card-btn, .card-img\">Any PNG Gospel Artist who wish to have your songs played on Radio can hand deliver your music for approval by the Program Director. We are located at Gerehu Stage 2. Sivari Road toward Baruni.</p>\n                        <div class=\"card-btn mbr-section-btn mbr-pt-3\" mbr-buttons=\"\" data-toolbar=\"-mbrBtnMove\" mbr-theme-style=\"display-4\" mbr-if=\"showCardsButtons\">\n                            <a class=\"btn btn-primary-outline\" href=\"https://mobirise.com\" data-app-placeholder=\"Type Text\">Learn\n                                More</a>\n                        </div>\n                    </div>\n                </div>\n            </div>\n            <div class=\"card mbr-col-sm-12\" mbr-class=\"{'mbr-col-md-6 mbr-col-lg-3': flexDirection,\n                             'mbr-px-4': !flexDirection, \n                             'last-child': cardsCount == 4}\" mbr-if=\"cardsCount > 3\">\n                <div class=\"card-wrapper\" mbr-class=\"{'mbr-flex': !flexDirection,\n                                 'mbr-column': checkImages &amp;&amp; flexDirection,\n                                 'mbr-row-reverse': checkImages &amp;&amp; !flexDirection  &amp;&amp; reverseContent}\">\n                    <div class=\"card-img mbr-flex\" mbr-if=\"checkImages\" mbr-class=\"{'mbr-col-md-12 mbr-col-lg-3': imgWidth == 1 &amp;&amp; !flexDirection,\n                                     'mbr-col-md-12 mbr-col-lg-4': imgWidth == 2 &amp;&amp; !flexDirection,\n                                     'mbr-col-md-12 mbr-col-lg-6': imgWidth == 3 &amp;&amp; !flexDirection,\n                                     'mbr-col-md-12 mbr-col-lg-8': imgWidth == 4 &amp;&amp; !flexDirection,\n                                     'mbr-col-md-12 mbr-col-lg-9': imgWidth == 5 &amp;&amp; !flexDirection}\">\n                        <amp-img src=\"@PROJECT_PATH@/assets/images/wewak-sep162019-502x211.jpeg\" layout=\"responsive\" width=\"250.29383886255926\" height=\"163\" alt=\"Mobirise\" class=\"mobirise-loader\">\n                            <div placeholder=\"\" class=\"placeholder\"></div>\n                            <img class=\"mbr-temp\" src=\"@PROJECT_PATH@/assets/images/wewak-sep162019-502x211.jpeg\" alt=\"Mobirise\" title=\"\">\n                        </amp-img>\n                    </div>\n                    <div class=\"card-box mbr-m-auto mbr-py-4 mbr-px-3\" mbr-if=\"(showCardsTitle || showCardsSubtitle || showCardsText || showCardsButtons)\" mbr-class=\"{'align-center': cardsAlign == 2,\n                                     'align-right': cardsAlign == 3}\">\n                        <h3 class=\"card-title mbr-semibold mbr-fonts-style\" mbr-theme-style=\"display-5\" mbr-if=\"showCardsTitle\" data-app-selector=\".card-title, .card-btn, .card-img\">\n                            Mens Retreat Wewak ESP</h3>\n                        <h4 class=\"card-subtitle mbr-pt-3 mbr-fonts-style mbr-regular\" mbr-theme-style=\"display-4\" mbr-if=\"showCardsSubtitle\" data-app-selector=\".card-subtitle, .card-btn, .card-img\">Lorem\n                            ipsum dolor sit amet</h4>\n                        <p class=\"card-text mbr-fonts-style mbr-gray mbr-pt-3 mbr-light\" mbr-theme-style=\"display-7\" mbr-if=\"showCardsText\" data-app-selector=\".card-text, .card-btn, .card-img\">The Mens folks of the PNG Bible Church in Papua New Guinea gathered by numbers in Wewak for the Annual Mens Retreat.<br>Many Souls were Saved and Great Stories as Reverend James Plank gave powerful Inspirational messages.&nbsp;</p>\n                        <div class=\"card-btn mbr-section-btn mbr-pt-3\" mbr-buttons=\"\" data-toolbar=\"-mbrBtnMove\" mbr-theme-style=\"display-4\" mbr-if=\"showCardsButtons\">\n                            <a class=\"btn btn-primary-outline\" href=\"https://mobirise.com\" data-app-placeholder=\"Type Text\">Learn\n                                More</a>\n                        </div>\n                    </div>\n                </div>\n            </div>\n        </div>\n    </div>\n</section>",
          "_cid": "rYVam6KPZm",
          "_anchor": "ampFeatures49-18",
          "_protectedParams": [],
          "_global": false,
          "_once": false,
          "_params": {}
        },
        {
          "alias": "amp-blocks/components",
          "_isSecondary": true,
          "typeCompatible": "isAMP",
          "_styles": {
            "padding-top": "(@paddingTop * 1rem)",
            "padding-bottom": "(@paddingBottom * 1rem)",
            "background-color": "@bgColor",
            ".cont-box": {
              "padding": "80px 60px",
              "display": "flex",
              "justify-content": "center",
              "flex-direction": "column"
            },
            ".feature-box": {
              "&:hover": {
                ".amp-iconfont": {
                  "transform": "translateY(-10px)"
                }
              },
              "@media (max-width: 767px)": {
                "margin-bottom": "2rem"
              }
            },
            ".iconfont-wrapper": {
              "width": "~\"@{iconsSize}rem\"",
              "height": "~\"@{iconsSize}rem\""
            },
            ".amp-iconfont": {
              "font-size": "~\"@{iconsSize}rem\"",
              "width": "~\"@{iconsSize}rem\"",
              "color": "@iconsColor !important",
              "vertical-align": "middle",
              "transition": "0.5s"
            },
            "amp-img, img": {
              "object-fit": "cover"
            }
          },
          "_name": "ampHeader25",
          "_customHTML": "<section class=\"ampHeader25\" group=\"Headers\" plugins=\"amp-main\">\n    <mbr-parameters>\n    <!-- Block parameters controls (Blue \"Gear\" panel) -->\n    <input type=\"range\" inline=\"\" title=\"Top\" name=\"paddingTop\" min=\"0\" max=\"10\" step=\"1\" value=\"0\">\n    <input type=\"range\" inline=\"\" title=\"Bottom\" name=\"paddingBottom\" min=\"0\" max=\"10\" step=\"1\" value=\"0\">\n    <input type=\"checkbox\" name=\"rowReverse\" title=\"Reverse\">\n    <header>Cards</header>\n    <input type=\"range\" title=\"Cards Count\" name=\"cardsAmount\" min=\"1\" max=\"4\" value=\"4\">\n    <select title=\"Cards Align\" name=\"alignItems\">\n        <option value=\"1\">Left</option>\n        <option value=\"2\" selected=\"\">Center</option>\n        <option value=\"3\">Right</option>\n    </select>\n    <input type=\"checkbox\" title=\"Show Icons\" name=\"showIcons\" checked=\"\">\n    <input type=\"range\" title=\"Icons Size\" name=\"iconsSize\" min=\"1.5\" max=\"4\" step=\"0.1\" value=\"3\" condition=\"showIcons\">\n    <input type=\"color\" title=\"Icons Color\" name=\"iconsColor\" value=\"#56bdbd\" condition=\"showIcons\">\n    <input type=\"checkbox\" title=\"Show Title\" name=\"showTitle\" checked=\"\">\n    <input type=\"checkbox\" title=\"Show Text\" name=\"showText\" checked=\"\">\n    <input type=\"color\" title=\"Background Color\" name=\"bgColor\" value=\"#f6f9f8\" required=\"\">\n    <!-- End block parameters -->\n    </mbr-parameters>\n        <div class=\"mbr-row\" mbr-class=\"{'mbr-row-reverse': rowReverse}\">\n            <div class=\"image mbr-col-sm-12 mbr-col-md-12 mbr-col-lg-6\">\n                <amp-img src=\"@PROJECT_PATH@/assets/images/candle-1561x1040.jpg\" layout=\"responsive\" width=\"935.0990384615385\" height=\"623\" alt=\"image\" class=\"mobirise-loader\">\n                    <div placeholder=\"\" class=\"placeholder\"></div>\n                    <img class=\"mbr-temp\" src=\"@PROJECT_PATH@/assets/images/candle-1561x1040.jpg\" alt=\"\" title=\"\">\n                </amp-img>\n            </div>\n            <div class=\"mbr-col-sm-12 mbr-col-md-12 mbr-col-lg-6 cont-box\">\n                <div class=\"mbr-row mbr-pb-4 mbr-jc-c\">\n                    <div class=\"mbr-col-md-6 mbr-col-lg-6 feature-box\" mbr-class=\"{'align-center':alignItems==2,\n                                     'align-right':alignItems==3}\">\n                        <div class=\"iconfont-wrapper\" mbr-if=\"showIcons\">\n                            <span mbr-icon=\"\" class=\"amp-iconfont animation-normal mbri-update\"></span>\n                        </div>\n                        <h4 class=\"mbr-fonts-style mbr-bold mbr-pb-1 mbr-pt-2 custom-card-title\" mbr-theme-style=\"display-5\" mbr-if=\"showTitle\" data-app-selector=\".custom-card-title\">SPOTS</h4>\n                        <p class=\"mbr-fonts-style custom-card-text\" mbr-class=\"{'mbr-pt-2': !showTitle}\" mbr-theme-style=\"display-7\" mbr-if=\"showText\" data-app-selector=\".custom-card-text\">For A Price, you can be able to play your ads on Radio.<br>This is a 10 - 30 seconds advertisment Service</p>\n                    </div>\n                    <div class=\"mbr-col-md-6 mbr-col-lg-6 feature-box\" mbr-class=\"{'align-center':alignItems==2,\n                                     'align-right':alignItems==3}\" mbr-if=\"cardsAmount > 1\">\n                        <div class=\"iconfont-wrapper\" mbr-if=\"showIcons\">\n                            <span mbr-icon=\"\" class=\"amp-iconfont animation-normal mbri-star\"></span>\n                        </div>\n                        <h4 class=\"mbr-fonts-style mbr-bold mbr-pb-1 mbr-pt-2 custom-card-title\" mbr-theme-style=\"display-5\" mbr-if=\"showTitle\" data-app-selector=\".custom-card-title\">JINGLES</h4>\n                        <p class=\"mbr-fonts-style custom-card-text\" mbr-class=\"{'mbr-pt-2': !showTitle}\" mbr-theme-style=\"display-7\" mbr-if=\"showText\" data-app-selector=\".custom-card-text\">For Jingles on Radio. Be a sponsor. From 30sec - 90 sec.this will be played before and after the sponsored Program.</p>\n                    </div>\n                </div>\n                <div class=\"mbr-row mbr-jc-c\">\n                    <div class=\"mbr-col-md-6 mbr-col-lg-6 feature-box\" mbr-class=\"{'align-center':alignItems==2,\n                                     'align-right':alignItems==3}\" mbr-if=\"cardsAmount > 2\">\n                        <div class=\"iconfont-wrapper\" mbr-if=\"showIcons\">\n                            <span mbr-icon=\"\" class=\"amp-iconfont animation-normal mbri-sale\"></span>\n                        </div>\n                        <h4 class=\"mbr-fonts-style mbr-bold mbr-pb-1 mbr-pt-2 custom-card-title\" mbr-theme-style=\"display-5\" mbr-if=\"showTitle\" data-app-selector=\".custom-card-title\">TOKSAVES</h4>\n                        <p class=\"mbr-fonts-style custom-card-text\" mbr-class=\"{'mbr-pt-2': !showTitle}\" mbr-theme-style=\"display-7\" mbr-if=\"showText\" data-app-selector=\".custom-card-text\">We have a free toksave program for anything to do with church activities and general toksave for the public consumption. Note that only news that are appropriate by our radio guidlines will be aired.</p>\n                    </div>\n                    <div class=\"mbr-col-md-6 mbr-col-lg-6 feature-box\" mbr-class=\"{'align-center':alignItems==2,\n                                     'align-right':alignItems==3}\" mbr-if=\"cardsAmount > 3\">\n                        <div class=\"iconfont-wrapper\" mbr-if=\"showIcons\">\n                            <span mbr-icon=\"\" class=\"amp-iconfont animation-normal mbri-smile-face\"></span>\n                        </div>\n                        <h4 class=\"mbr-fonts-style mbr-bold mbr-pb-1 mbr-pt-2 custom-card-title\" mbr-theme-style=\"display-5\" mbr-if=\"showTitle\" data-app-selector=\".custom-card-title\">PRAYER REQUEST</h4>\n                        <p class=\"mbr-fonts-style custom-card-text\" mbr-class=\"{'mbr-pt-2': !showTitle}\" mbr-theme-style=\"display-7\" mbr-if=\"showText\" data-app-selector=\".custom-card-text\">Send in your prayer Request as often as you can. Believe that God hears our pray and Never go back to the old things you do once you are forgiven.</p>\n                    </div>\n                </div>\n            </div>\n        </div>\n</section>",
          "_cid": "rYV7tkp5FH",
          "_anchor": "ampHeader25-13",
          "_protectedParams": [],
          "_global": false,
          "_once": false,
          "_params": {}
        },
        {
          "alias": "amp-blocks/components",
          "_isSecondary": true,
          "typeCompatible": "isAMP",
          "_styles": {
            "padding-top": "(@paddingTop * 10px)",
            "padding-bottom": "(@paddingBottom * 10px)",
            "& when (@bg-type = 'image')": {
              "background-image": "url(@bg-value)",
              ".mbr-overlay": {
                "background-color": "@overlayColor",
                "opacity": "@overlayOpacity"
              }
            },
            "& when (@bg-type = 'color')": {
              "background-color": "@bg-value"
            },
            ".group-title": {
              "margin": "15px 0 18px",
              "padding-bottom": "15px",
              "line-height": "1.4",
              "color": "#ffc300"
            },
            ".items": {
              "padding-bottom": "25px",
              ".item": {
                "margin-top": "10px",
                "margin-right": "15px",
                "opacity": ".75",
                "transition": "opacity .3s ease",
                "&:hover": {
                  "opacity": "1"
                }
              }
            },
            "& when (@showLogo)": {
              ".image-block": {
                "amp-img, img": {
                  "object-fit": "contain",
                  "width": "(@heightImg * 1px)",
                  "height": "auto"
                }
              }
            },
            ".dragArea": {
              "margin": "0",
              "flex-wrap": "nowrap"
            },
            "& when (@subscribe)": {
              ".field": {
                "padding": "0",
                "position": "relative",
                "margin-top": "10px",
                "input": {
                  "padding": "6px 12px",
                  "font-size": "15px",
                  "height": "45px",
                  "border": "1px solid lighten(@primaryColor, 30%)"
                },
                ".btn": {
                  "height": "100%",
                  "&.btn-white:hover": {
                    "background-color": "#fff !important",
                    "border-color": "#fff !important",
                    "color": "#000 !important"
                  }
                }
              },
              ".mbr-section-btn": {
                "margin-right": "0"
              }
            },
            ".footer-wrap": {
              "padding-top": "80px"
            },
            ".contacts__bottom": {
              "margin-top": "45px",
              "padding-bottom": "17px"
            },
            ".bottom__left": {
              ".phone": {
                "opacity": ".75",
                "transition": "opacity 0.3s ease",
                "display": "inline-block",
                "&:hover": {
                  "opacity": "1"
                }
              },
              ".mbr-iconfont": {
                "margin-right": "20px",
                "font-size": "20px",
                "width": "20px",
                "height": "20px",
                "color": "@primaryColor",
                "@media (max-width: 767px)": {
                  "margin-right": "0",
                  "margin-bottom": "10px"
                }
              },
              "color": "#ffc300"
            },
            ".amp-iconfont": {
              "font-size": "15px",
              "width": "15px",
              "text-align": "center",
              "& when (@bg-type = 'color')": {
                "color": "contrast(@bg-value) !important"
              },
              "& when (@bg-type = 'image')": {
                "color": "@primaryColor !important"
              },
              "opacity": ".5",
              "&:hover": {
                "opacity": "1"
              }
            },
            ".footer-container": {
              "padding-bottom": "50px",
              "margin-top": "19px",
              "align-items": "center",
              "opacity": ".75",
              "letter-spacing": "0"
            },
            ".divider__foot": {
              "border-top": "1px solid @borderColor",
              "opacity": ".15",
              "width": "100%"
            },
            "@media (max-width: 991px)": {
              ".items": {
                "padding-top": "0"
              },
              ".group-title": {
                "margin-bottom": "5px"
              }
            },
            "@media (max-width: 768px)": {
              ".image-block amp-img": {
                "max-width": "60%",
                "margin": "auto",
                "height": "100%"
              },
              ".image-block": {
                "margin-bottom": "20px"
              },
              ".bottom__left, .contacts__bottom": {
                "flex-direction": "column",
                "align-items": "center",
                "padding-bottom": "15px"
              },
              ".dragArea": {
                "justify-content": "center"
              }
            },
            ".copyright .mbr-text": {
              "color": "#ffffff"
            },
            ".item, .items": {
              "color": "#ffffff"
            }
          },
          "_name": "ampFooter14",
          "_customHTML": "<section class=\"ampFooter14\" group=\"Footers\" once=\"footer\" plugins=\"amp-main, amp-form, amp-mustache\" global=\"\" always-bottom=\"\">\n\n      <mbr-parameters>\n    <!-- Block parameters controls (Blue \"Gear\" panel) -->\n        <input type=\"range\" inline=\"\" title=\"Top\" name=\"paddingTop\" min=\"0\" max=\"10\" step=\"1\" value=\"0\">\n        <input type=\"range\" inline=\"\" title=\"Bottom\" name=\"paddingBottom\" min=\"0\" max=\"10\" step=\"1\" value=\"0\">\n        <header>Menu</header>\n        <input type=\"checkbox\" title=\"Show Column Title\" name=\"showTitle\" checked=\"\">\n          <input type=\"checkbox\" title=\"Show Subscribe\" name=\"subscribe\" checked=\"\">\n          <input type=\"checkbox\" title=\"Show Logo\" name=\"showLogo\" checked=\"\">\n        <input type=\"range\" inline=\"\" title=\"Logo Width\" name=\"heightImg\" min=\"10\" max=\"150\" step=\"10\" value=\"150\" condition=\"showLogo\">\n        <select title=\"Columns\" name=\"columnsCount\">\n            <option value=\"1\">1</option>\n            <option value=\"2\">2</option>\n            <option value=\"3\" selected=\"\">3</option>\n        </select>\n        <input type=\"range\" inline=\"\" title=\"Column 1 Items\" name=\"columnItems1\" min=\"1\" max=\"6\" value=\"2\">\n        <input type=\"range\" inline=\"\" title=\"Column 2 Items\" name=\"columnItems2\" min=\"1\" max=\"6\" value=\"3\" condition=\"columnsCount > 1\">\n        <input type=\"range\" inline=\"\" title=\"Column 3 Items\" name=\"columnItems3\" min=\"1\" max=\"6\" value=\"3\" condition=\"columnsCount > 2\">\n          <header>Bottom</header>\n          <input type=\"checkbox\" title=\"Show Phone\" name=\"showPhone\" checked=\"\">\n          <input type=\"checkbox\" title=\"Show Social\" name=\"showSocial\" checked=\"\">\n           <input type=\"range\" inline=\"\" title=\"Icons Count\" name=\"iconsCount\" min=\"1\" max=\"6\" value=\"4\" step=\"1\" condition=\"showSocial\">\n          <input type=\"color\" title=\"Border Color\" name=\"borderColor\" value=\"#000000\">\n    <input type=\"checkbox\" title=\"Copyright\" name=\"showCopyright\" checked=\"\">\n    <!--  -->\n        <header>Background</header>\n        <fieldset type=\"background\" name=\"bg\">\n            <input type=\"image\" title=\"Background Image\" value=\"@PROJECT_PATH@/assets/images/footers4-1920x564.jpg\" selected=\"\">\n            <input type=\"color\" title=\"Background Color\" value=\"#ffffff\">\n        </fieldset>\n        <input type=\"checkbox\" title=\"Overlay\" name=\"overlay\" condition=\"bg.type !== 'color'\" checked=\"\">\n    <input type=\"color\" title=\"Overlay Color\" name=\"overlayColor\" value=\"#004b4b\" condition=\"overlay &amp;&amp; bg.type == 'image'\">\n    <input type=\"range\" inline=\"\" title=\"Opacity\" name=\"overlayOpacity\" min=\"0\" max=\"1\" step=\"0.1\" value=\"0.9\" condition=\"overlay &amp;&amp; bg.type == 'image'\">\n    </mbr-parameters>\n\n<div class=\"mbr-overlay\" mbr-if=\"overlay &amp;&amp; bg.type !== 'color'\"></div>\n    <div class=\"container\">\n        <div class=\"mbr-row footer-wrap mbr-jc-c\">\n            <div class=\"image-block align-left mbr-col-sm-12 mbr-col-lg-2\" mbr-class=\"{'mbr-col-md-4' : columnsCount == 2, 'mbr-col-md-3' : columnsCount == 3, 'mbr-col-md-6' : columnsCount <= 1}\" mbr-if=\"showLogo\">\n                    <amp-img src=\"@PROJECT_PATH@/assets/images/logo-260x94.png\" layout=\"responsive\" width=\"149.36170212765958\" height=\"54\" alt=\"Mobirise\" class=\"mobirise-loader\">\n                        <div placeholder=\"\" class=\"placeholder\"></div>\n                        <img class=\"mbr-temp\" src=\"@PROJECT_PATH@/assets/images/logo-260x94.png\" alt=\"Mobirise\" title=\"\">\n                    </amp-img>\n            </div>\n\n            <div class=\"items-col mbr-col-sm-12 align-left\" mbr-class=\"{'mbr-col-lg-2': columnsCount == 3, 'mbr-col-lg-3': ((columnsCount <= 2) &amp;&amp; (showLogo)) || (columnsCount == 2), 'mbr-col-md-4' : columnsCount == 2, 'mbr-col-md-3' : columnsCount == 3, 'mbr-col-md-6' : columnsCount <= 1, 'mbr-col-lg-6 mbr-col-md-6 align-center' : ((columnsCount < 2) &amp;&amp; (!showLogo)) }\">\n                <h3 class=\"mbr-fonts-style group-title mbr-bold\" mbr-theme-style=\"display-7\" mbr-if=\"showTitle\" data-app-selector=\".group-title\">Quick Links</h3>\n                <div class=\"items\" mbr-list=\"\" mbr-list-grow=\"columnItems1\">\n                    <p class=\"item mbr-fonts-style\" mbr-theme-style=\"display-4\" data-app-selector=\".item, .items\"></p><p>\n                        <a href=\"index.html\"></a><a href=\"index.html\" class=\"text-warning\">Home</a></p><p></p>\n                    \n                    \n                <p class=\"item mbr-fonts-style\" mbr-theme-style=\"display-4\" data-app-selector=\".item, .items\">\n                        <a href=\"page1.html\" class=\"text-warning\">About Us</a>\n                    </p></div>\n            </div>\n\n            <div class=\"items-col mbr-col-sm-12 align-left\" mbr-class=\"{'mbr-col-lg-2': columnsCount == 3, 'mbr-col-lg-3': columnsCount <= 2, 'mbr-col-md-4' : columnsCount == 2, 'mbr-col-md-3' : columnsCount == 3}\" mbr-if=\"columnsCount > 1\">\n                <h3 class=\"mbr-fonts-style group-title mbr-bold\" mbr-theme-style=\"display-7\" mbr-if=\"showTitle\" data-app-selector=\".group-title\">Location</h3>\n                <div class=\"items\" mbr-list=\"\" mbr-list-grow=\"columnItems2\">\n                    <p class=\"item mbr-fonts-style\" mbr-theme-style=\"display-4\" data-app-selector=\".item, .items\">\n                        Gerehu Stage 2</p>\n                    <p class=\"item mbr-fonts-style\" mbr-theme-style=\"display-4\" data-app-selector=\".item, .items\">\n                        Sivari Road</p>\n                    \n                <p class=\"item mbr-fonts-style\" mbr-theme-style=\"display-4\" data-app-selector=\".item, .items\">\n                        Port Moresby</p></div>\n            </div>\n\n            <div class=\"items-col mbr-col-sm-12 align-left\" mbr-class=\"{'mbr-col-lg-2': columnsCount == 3, 'mbr-col-lg-3': columnsCount <= 2, 'mbr-col-md-4' : columnsCount == 2, 'mbr-col-md-3' : columnsCount == 3}\" mbr-if=\"columnsCount > 2\">\n                <h3 class=\"mbr-fonts-style group-title mbr-bold\" mbr-theme-style=\"display-7\" mbr-if=\"showTitle\" data-app-selector=\".group-title\">\n                    Important Details</h3>\n                <div class=\"items\" mbr-list=\"\" mbr-list-grow=\"columnItems3\">\n                    <p class=\"item mbr-fonts-style\" mbr-theme-style=\"display-4\" data-app-selector=\".item, .items\">\n                        Phone: 675 326 0946</p>\n                    <p class=\"item mbr-fonts-style\" mbr-theme-style=\"display-4\" data-app-selector=\".item, .items\"></p><p>\n                        Fax: (675)3261104</p><p></p>\n                    \n                <p class=\"item mbr-fonts-style\" mbr-theme-style=\"display-4\" data-app-selector=\".item, .items\">Email: wantok@wantokradio.org</p></div>\n            </div>\n            <div class=\"align-left mbr-col-sm-12 \" mbr-if=\"subscribe\" mbr-class=\"{'mbr-col-md-12 mbr-col-lg-4' : ((columnsCount >= 2) || (showLogo)), 'mbr-col-md-6 mbr-col-lg-6' : ((columnsCount < 2) &amp;&amp; (!showLogo))}\">\n                <h3 class=\"mbr-fonts-style group-title mbr-bold\" mbr-theme-style=\"display-7\" mbr-if=\"showTitle\" data-app-selector=\".group-title\">\n                    Let Us Know you visited</h3>\n                <div class=\"items\" mbr-form=\"\">\n<!--Formbuilder Form-->\n<form action=\"\" name=\"Mobirise Form\" method=\"POST\" class=\"mbr-form align-center\">\n<div class=\"mbr-row\">\n<div submit-success=\"\" class=\"mbr-col-lg-12 mbr-col-md-12 mbr-col-sm-12\">\n<template data-form-alert=\"\" type=\"amp-mustache\">Subscription successful!</template>\n</div>\n<div submit-error=\"\" class=\"mbr-col-lg-12 mbr-col-md-12 mbr-col-sm-12\">\n<template data-form-alert=\"\" type=\"amp-mustache\">Subscription failed! {{error}}</template>\n</div>\n</div>\n<div class=\"dragArea mbr-row\">\n<div data-for=\"form[data][0][1]\" class=\"mbr-col field\">\n<input type=\"hidden\" name=\"form[data][0][0]\" value=\"Email\">\n<input type=\"email\" name=\"form[data][0][1]\" placeholder=\"Enter your email\" data-form-field=\"Email\" mbr-theme-style=\"display-5\" required=\"required\" class=\"field-input\" value=\"\">\n</div>\n<div mbr-buttons=\"true\" mbr-theme-style=\"display-4\" data-toolbar=\"-mbrBtnMove,-mbrLink,-mbrBtnRemove,-mbrBtnAdd\" class=\"mbr-col-auto mbr-section-btn field\"><a type=\"submit\" class=\"btn btn-sm btn-form btn-white\" data-app-placeholder=\"Type Text\"><span class=\"mbri-right mbr-iconfont mbr-iconfont-btn\"></span></a></div>\n</div>\n</form><!--Formbuilder Form-->\n</div>\n        </div>\n        </div>\n    <div class=\"contacts__bottom mbr-flex flex-wrap\">\n        <div class=\"mbr-col-sm-12 bottom__left\" mbr-if=\"showPhone\" mbr-class=\"{'mbr-col-md-6' : showSocial, 'mbr-col-md-12' : !showSocial}\">\n            <span class=\"mbr-iconfont mbr-iconfont-btn fa-phone fa\" mbr-icon=\"\"></span>\n           <p class=\"mbr-fonts-style phone mbr-semibold\" mbr-theme-style=\"display-7\" data-app-selector=\".bottom__left\"><a href=\"#\" class=\"text-warning\">(</a>675) 326 0946</p>\n        </div>\n        <div class=\"mbr-col-sm-12 mbr-flex mbr-jc-e bottom__right\" mbr-if=\"showSocial\" mbr-class=\"{'mbr-col-md-6' : showPhone, 'mbr-col-md-12' : !showPhone}\">\n            <!-- SOCIAL ICON -->\n                <div class=\"menu-social-list\" mbr-list=\"\" mbr-list-grow=\"iconsCount\" mbr-link-type=\"socials\">\n                    <a href=\"http://www.youtube.com/channel/UCt_tncVAetpK5JeM8L-8jyw\" target=\"_blank\">\n                        <span mbr-icon=\"\" class=\"amp-iconfont fa-youtube-play fa\"></span>\n                    </a>\n                    <a href=\"https://www.facebook.com/pages/Mobirise/1616226671953247\" target=\"_blank\">\n                        <span mbr-icon=\"\" class=\"amp-iconfont fa-facebook-f fa\"></span>\n                    </a>\n                    \n                <a href=\"https://www.facebook.com/pages/Mobirise/1616226671953247\" target=\"_blank\">\n                        <span mbr-icon=\"\" class=\"amp-iconfont fa-linkedin fa\"></span>\n                    </a><a href=\"https://www.facebook.com/pages/Mobirise/1616226671953247\" target=\"_blank\">\n                        <span mbr-icon=\"\" class=\"amp-iconfont fa-vimeo-square fa\"></span>\n                    </a></div>\n                <!-- SOCIAL ICON END -->\n        </div>\n    </div>\n        \n    \n    <div class=\"divider__foot\" mbr-if=\"showCopyright\"></div>\n    <div class=\"footer-container container\" mbr-if=\"showCopyright\">\n        <div class=\"copyright align-left\">\n            <p class=\"mbr-text mbr-fonts-style\" mbr-theme-style=\"display-4\" data-app-selector=\".copyright .mbr-text\" data-app-placeholder=\"Type Text\">© Copyright Wantok Radio Light 2020 - All Rights Reserved</p>\n        </div>\n    </div>\n</div></section>",
          "_cid": "rZjAc2Ota7",
          "_anchor": "ampFooter14-1o",
          "_protectedParams": [],
          "_global": true,
          "_once": "footer",
          "_params": {}
        }
      ]
    },
    "contact.html": {
      "settings": {
        "title": "Contact",
        "order": 8
      },
      "components": [
        {
          "alias": false,
          "_styles": {
            "background-color": "@menuBgColor",
            "overflow": "visible",
            ".navbar": {
              "background": "@menuBgColor"
            },
            "section": {
              "padding": "0 !important"
            },
            "section.menu, .menu-container": {
              "min-height": "50px !important"
            },
            "& when not (@showBrand) and not (@showLogo)": {
              ".navbar > .container, .navbar > .container-fluid": {
                "justify-content": "flex-end !important"
              }
            },
            "& when (@showLogo)": {
              ".navbar-brand": {
                ".navbar-logo": {
                  "amp-img, img": {
                    "width": "~\"@{logoWidth}px\"",
                    "height": "~\"@{logoHeight}px\"",
                    "object-fit": "contain"
                  }
                }
              }
            },
            "& when (@showBrand)": {
              ".navbar-caption": {
                "line-height": "inherit !important"
              }
            },
            ".navbar .navbar-collapse": {
              "@media (max-width: 991px)": {
                "background": "@menuBgColor",
                "& when (@sidebarSide = 'left')": {
                  "right": "auto",
                  "left": "0"
                }
              }
            },
            "& when (@showItems)": {
              ".nav-link": {
                "height": "70px",
                "margin": ".667em 1em !important",
                "padding": "0 !important",
                "transition": "0.3s",
                "&:hover": {
                  "color": "@primaryColor"
                }
              },
              ".dropdown-item.active, .dropdown-item:active": {
                "background-color": "transparent"
              },
              ".dropdown-menu": {
                "margin-top": "0",
                "background": "@menuBgColor",
                "border-top": "2px solid @primaryColor",
                "box-shadow": "0 6px 12px rgba(0, 0, 0, 0.175)",
                "transition": "all 0.3s",
                ".dropdown-item": {
                  "justify-content": "flex-start !important"
                },
                ".dropdown-item:hover": {
                  "padding-left": "40px"
                },
                "a:hover": {
                  "color": "@primaryColor"
                }
              }
            },
            ".hamburger span": {
              "background-color": "@hamburgerColor"
            },
            ".builder-sidebar": {
              "background-color": "@menuBgColor"
            },
            ".close-sidebar": {
              "&:focus": {
                "outline": "2px auto @primaryColor"
              },
              "span": {
                "background-color": "@hamburgerColor"
              }
            },
            "& when (@showSocial)": {
              "& when (@showItems)": {
                ".menu-social-list": {
                  "@media (min-width: 992px)": {
                    "padding-left": "1rem"
                  },
                  "@media (max-width: 991px)": {
                    "padding-top": ".5rem"
                  }
                }
              },
              "& when (@showButtons)": {
                ".menu-social-list": {
                  "@media (max-width: 991px)": {
                    "padding-bottom": ".5rem"
                  }
                }
              }
            },
            ".amp-iconfont": {
              "font-size": "1.3rem",
              "width": "1.3rem",
              "color": "@iconsColor"
            },
            ".btn": {
              "padding": "5px 30px"
            }
          },
          "_name": "menu1",
          "_customHTML": "<section class=\"menu1 menu horizontal-menu\" group=\"Menu\" plugins=\"DropDown, amp-main, amp-sidebar\" always-top=\"\" global=\"\" once=\"menu\">\n\t<mbr-parameters>\n\t<!-- Block parameters controls (Blue \"Gear\" panel) -->\n\t<!--  -->\n\t<header>Size</header>\n\t<input type=\"checkbox\" title=\"Full Width\" name=\"fullWidth\">\n\t<input type=\"checkbox\" title=\"Sticky Position\" name=\"sticky\" checked=\"\">\n\t<!--  -->\n\t<header>Show/Hide</header>\t\n\t<input type=\"checkbox\" title=\"Show Logo\" name=\"showLogo\" checked=\"\">\n\t<input type=\"range\" title=\"Logo Height\" inline=\"\" name=\"logoHeight\" min=\"30\" max=\"200\" value=\"59\" step=\"1\" condition=\"showLogo\">\n\t<input type=\"range\" title=\"Logo Width\" inline=\"\" name=\"logoWidth\" min=\"30\" max=\"200\" value=\"200\" step=\"1\" condition=\"showLogo\">\n\t<input type=\"checkbox\" title=\"Show Brand Name\" name=\"showBrand\" checked=\"\">\n\t<input type=\"checkbox\" title=\"Show Menu Items\" name=\"showItems\" checked=\"\">\n\t<input type=\"checkbox\" title=\"Show Button(s)\" name=\"showButtons\">\n\t<header>Icons</header>\n\t<input type=\"checkbox\" title=\"Show Social\" name=\"showSocial\">\n\t<input type=\"range\" inline=\"\" title=\"Icons Count\" name=\"socialCount\" min=\"1\" max=\"6\" value=\"3\" step=\"1\" condition=\"showSocial\">\n\t<input type=\"color\" title=\"Icons Color\" name=\"iconsColor\" value=\"#cd201f\">\n\t<header>Sidebar</header>\n\t<select title=\"Side\" name=\"sidebarSide\">\n\t\t<option value=\"left\">Left</option>\n\t\t<option value=\"right\" selected=\"\">Right</option>\n\t</select>\n\t<input type=\"color\" title=\"Hamburger Color\" name=\"hamburgerColor\" value=\"#ffc300\">\n\t<header>Background</header>\n\t<input type=\"color\" title=\"Background Color\" name=\"menuBgColor\" value=\"#002929\" required=\"\">\n\t<!-- End block parameters -->\n\t</mbr-parameters>\n\t<!-- <div class=\"menu-wrapper\"> -->\n\t<nav class=\"navbar navbar-dropdown navbar-expand-lg navbar-short\" mbr-class=\"{'navbar-fixed-top': sticky}\">\n\t\t<div class=\"menu-container\" mbr-class=\"{'container': !fullWidth,\n\t\t\t\t\t\t'container-fluid': fullWidth,\n\t\t\t\t\t\t'mbr-jc-e': !showLogo &amp;&amp; !showBrand}\">\n\t\t\t<!-- SHOW LOGO -->\n\t\t\t<div class=\"navbar-brand\" mbr-if=\"showLogo || showBrand\">\n\t\t\t\t<div mbr-if=\"showLogo\" class=\"navbar-logo\">\n\t\t\t\t\t<amp-img src=\"@PROJECT_PATH@/assets/images/logochoice-240x85.png\" layout=\"responsive\" height=\"59\" width=\"166.58823529411765\" alt=\"image\" class=\"mobirise-loader\">\n\t\t\t\t\t\t<div placeholder=\"\" class=\"placeholder\"></div>\n\t\t\t\t\t\t<img class=\"mbr-temp\" src=\"@PROJECT_PATH@/assets/images/logochoice-240x85.png\" alt=\"\" title=\"\">\n\t\t\t\t\t</amp-img>\n\t\t\t\t</div>\n\t\t\t\t<span mbr-if=\"showBrand\" mbr-buttons=\"\" mbr-theme-style=\"display-5\" class=\"navbar-caption-wrap\" data-toolbar=\"-mbrBtnMove,-mbrBtnAdd,-mbrBtnRemove\"><a class=\"navbar-caption mbr-bold text-warning\" data-app-selector=\".navbar-caption\" href=\"#\" data-app-placeholder=\"Type Text\">PNGCBN</a></span>\n\t\t\t</div>\n\t\t\t<!-- SHOW LOGO END -->\n\t\t\t<!-- COLLAPSED MENU -->\n\t\t\t<div class=\"collapse navbar-collapse\" id=\"navbarSupportedContent\">\n\t\t\t\t<button class=\"navbar-toggler\" type=\"button\" data-toggle=\"collapse\" data-target=\"#navbarSupportedContent\" aria-controls=\"navbarNavAltMarkup\" aria-expanded=\"false\" aria-label=\"Toggle navigation\" mbr-if=\"showItems || showSocial || showButtons\">\n\t\t\t\t<div class=\"hamburger\">\n\t\t\t\t\t<span></span>\n\t\t\t\t\t<span></span>\n\t\t\t\t\t<span></span>\n\t\t\t\t\t<span></span>\n\t\t\t\t</div>\n\t\t\t\t</button>\n\t\t\t\t<!-- NAVBAR ITEMS -->\n\t\t\t\t<ul mbr-menu=\"\" class=\"navbar-nav nav-dropdown\" mbr-theme-style=\"display-4\" mbr-if=\"showItems\" mbr-class=\"{'nav-right': !showButtons,'navbar-nav-top-padding': isPublish &amp;&amp; !showBrand &amp;&amp; !showLogo}\"><li class=\"nav-item dropdown\">\n\t\t\t\t\t\t<a class=\"nav-link link mbr-bold text-warning\" href=\"index.html\" data-app-selector=\".nav-link,.dropdown-item\" aria-expanded=\"false\" data-app-placeholder=\"Type Text\">Home</a>\n\n\t\t\t\t\t</li>\n\t\t\t\t\t<li class=\"nav-item dropdown\">\n\t\t\t\t\t\t<a class=\"nav-link mbr-bold link text-warning\" href=\"aboutus.html\" data-app-selector=\".nav-link,.dropdown-item\" aria-expanded=\"false\" data-app-placeholder=\"Type Text\">About Us</a>\n                   <div class=\"dropdown-menu\">\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t<a class=\"mbr-bold dropdown-item text-warning\" href=\"histrorypics.html\" data-app-selector=\".nav-link,.dropdown-item\" data-app-placeholder=\"Type Text\">Gallery-History</a>\n\t\t\t\t\t\t</div>\n\t\t\t\t\t</li><li class=\"nav-item\"><a class=\"nav-link mbr-bold link text-warning\" href=\"partners.html\" data-app-selector=\".nav-link,.dropdown-item\" aria-expanded=\"false\" data-app-placeholder=\"Type Text\">Partners</a></li>\n\t\t\t\t\t<li class=\"nav-item dropdown\">\n\t\t\t\t\t\t<a class=\"nav-link mbr-bold link text-warning\" href=\"programs.html\" data-app-selector=\".nav-link,.dropdown-item\" aria-expanded=\"false\" data-app-placeholder=\"Type Text\">Programs</a>\n\n\t\t\t\t\t</li><li class=\"nav-item\"><a class=\"nav-link mbr-bold link text-warning\" href=\"projects.html\" data-app-selector=\".nav-link,.dropdown-item\" aria-expanded=\"false\" data-app-placeholder=\"Type Text\">Projects</a>\n       \n                    </li><li class=\"nav-item\"><a class=\"nav-link mbr-bold link text-warning\" href=\"coverage.html\" data-app-selector=\".nav-link,.dropdown-item\" aria-expanded=\"false\" data-app-placeholder=\"Type Text\">Coverage</a></li><li class=\"nav-item\"><a class=\"nav-link mbr-bold link text-warning\" href=\"news.html\" data-app-selector=\".nav-link,.dropdown-item\" aria-expanded=\"false\" data-app-placeholder=\"Type Text\">News</a></li>\n\t\t\t\t\t<li class=\"nav-item dropdown\">\n\t\t\t\t\t\t<a class=\"nav-link mbr-bold link text-warning\" href=\"https://ca7ssl.rcast.net/radio/61643/\" data-app-selector=\".nav-link,.dropdown-item\" aria-expanded=\"false\" data-app-placeholder=\"Type Text\" target=\"_blank\">LiveStream</a>\n\n\t\t\t\t\t</li><li class=\"nav-item\"><a class=\"nav-link mbr-bold link text-warning\" href=\"contact.html\" data-app-selector=\".nav-link,.dropdown-item\" aria-expanded=\"false\" data-app-placeholder=\"Type Text\">Contact</a></li></ul>\n\t\t\t\t<!-- NAVBAR ITEMS END -->\n\t\t\t\t<!-- SOCIAL ICON -->\n\t\t\t\t<div class=\"menu-social-list\" mbr-if=\"showSocial\" mbr-list=\"\" mbr-list-grow=\"socialCount\" mbr-link-type=\"socials\">\n\t\t\t\t\t<a href=\"#\" target=\"_blank\" class=\"iconfont-wrapper\">\n\t\t\t\t\t\t<span mbr-icon=\"\" class=\"amp-iconfont animation-normal fa-twitter fa\"></span>\n\t\t\t\t\t</a>\n\t\t\t\t\t<a href=\"#\" target=\"_blank\" class=\"iconfont-wrapper\">\n\t\t\t\t\t\t<span mbr-icon=\"\" class=\"amp-iconfont animation-normal fa-facebook fa\"></span>\n\t\t\t\t\t</a>\n\t\t\t\t\t<a href=\"#\" target=\"_blank\" class=\"iconfont-wrapper\">\n\t\t\t\t\t\t<span mbr-icon=\"\" class=\"amp-iconfont animation-normal fa-telegram fa\"></span>\n\t\t\t\t\t</a>\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t</div>\n\t\t\t\t<!-- SOCIAL ICON END -->\n\t\t\t\t<!-- SHOW BUTTON -->\n\t\t\t\t<div mbr-if=\"showButtons\" mbr-buttons=\"\" mbr-theme-style=\"display-7\" class=\"navbar-buttons mbr-section-btn\">\n\t\t\t\t\t<a class=\"btn btn-md btn-black mbr-bold\" href=\"#\">Join us</a>\n\t\t\t\t</div>\n\t\t\t\t<!-- SHOW BUTTON END -->\n\t\t\t</div>\n\t\t\t<!-- COLLAPSED MENU END -->\n\t\t\t<button class=\"navbar-toggler hide\" type=\"button\" data-toggle=\"collapse\" data-target=\"#navbarSupportedContent\" aria-controls=\"navbarNavAltMarkup\" aria-expanded=\"false\" aria-label=\"Toggle navigation\" mbr-if=\"showItems || showSocial || showButtons\">\n\t\t\t<div class=\"hamburger\">\n\t\t\t\t<span></span>\n\t\t\t\t<span></span>\n\t\t\t\t<span></span>\n\t\t\t\t<span></span>\n\t\t\t</div>\n\t\t\t</button>\n\t\t\t<button on=\"tap:sidebar.toggle\" class=\"ampstart-btn hamburger\" mbr-if=\"(showItems||showButtons)\">\n\t\t\t\t<span></span>\n\t\t\t\t<span></span>\n\t\t\t\t<span></span>\n\t\t\t\t<span></span>\n\t\t\t</button>\n\t\t</div>\n\t</nav>\n\t<!-- AMP plug -->\n\t<amp-sidebar id=\"sidebar\" layout=\"nodisplay\" side=\"{{sidebarSide}}\">\n\t\t<div class=\"builder-sidebar\" id=\"builder-sidebar\">\n\t\t\t<button on=\"tap:sidebar.close\" class=\"close-sidebar\">\n\t\t\t<span></span>\n\t\t\t<span></span>\n\t\t\t</button>\n\t\t</div>\n\t</amp-sidebar>\n\t<!-- </div> -->\n</section>",
          "_cid": "rx8RugdGc5",
          "_PHPplaceholders": [],
          "_JSplaceholders": [],
          "_anchor": "menu1-1p",
          "_protectedParams": [],
          "_global": true,
          "_once": "menu",
          "_params": {}
        },
        {
          "alias": "amp-blocks/components",
          "_isSecondary": true,
          "typeCompatible": "isAMP",
          "_styles": {
            "padding-top": "(@paddingTop * 10px)",
            "padding-bottom": "(@paddingBottom * 10px)",
            "& when (@bg-type = 'image')": {
              "background-image": "url(@bg-value)",
              ".mbr-overlay": {
                "background-color": "@overlayColor",
                "opacity": "@overlayOpacity"
              }
            },
            "& when (@bg-type = 'color')": {
              "background-color": "@bg-value"
            },
            ".group-title": {
              "margin": "15px 0 18px",
              "padding-bottom": "15px",
              "line-height": "1.4",
              "color": "#ffc300"
            },
            ".items": {
              "padding-bottom": "25px",
              ".item": {
                "margin-top": "10px",
                "margin-right": "15px",
                "opacity": ".75",
                "transition": "opacity .3s ease",
                "&:hover": {
                  "opacity": "1"
                }
              }
            },
            "& when (@showLogo)": {
              ".image-block": {
                "amp-img, img": {
                  "object-fit": "contain",
                  "width": "(@heightImg * 1px)",
                  "height": "auto"
                }
              }
            },
            ".dragArea": {
              "margin": "0",
              "flex-wrap": "nowrap"
            },
            "& when (@subscribe)": {
              ".field": {
                "padding": "0",
                "position": "relative",
                "margin-top": "10px",
                "input": {
                  "padding": "6px 12px",
                  "font-size": "15px",
                  "height": "45px",
                  "border": "1px solid lighten(@primaryColor, 30%)"
                },
                ".btn": {
                  "height": "100%",
                  "&.btn-white:hover": {
                    "background-color": "#fff !important",
                    "border-color": "#fff !important",
                    "color": "#000 !important"
                  }
                }
              },
              ".mbr-section-btn": {
                "margin-right": "0"
              }
            },
            ".footer-wrap": {
              "padding-top": "80px"
            },
            ".contacts__bottom": {
              "margin-top": "45px",
              "padding-bottom": "17px"
            },
            ".bottom__left": {
              ".phone": {
                "opacity": ".75",
                "transition": "opacity 0.3s ease",
                "display": "inline-block",
                "&:hover": {
                  "opacity": "1"
                }
              },
              ".mbr-iconfont": {
                "margin-right": "20px",
                "font-size": "20px",
                "width": "20px",
                "height": "20px",
                "color": "@primaryColor",
                "@media (max-width: 767px)": {
                  "margin-right": "0",
                  "margin-bottom": "10px"
                }
              },
              "color": "#ffc300"
            },
            ".amp-iconfont": {
              "font-size": "15px",
              "width": "15px",
              "text-align": "center",
              "& when (@bg-type = 'color')": {
                "color": "contrast(@bg-value) !important"
              },
              "& when (@bg-type = 'image')": {
                "color": "@primaryColor !important"
              },
              "opacity": ".5",
              "&:hover": {
                "opacity": "1"
              }
            },
            ".footer-container": {
              "padding-bottom": "50px",
              "margin-top": "19px",
              "align-items": "center",
              "opacity": ".75",
              "letter-spacing": "0"
            },
            ".divider__foot": {
              "border-top": "1px solid @borderColor",
              "opacity": ".15",
              "width": "100%"
            },
            "@media (max-width: 991px)": {
              ".items": {
                "padding-top": "0"
              },
              ".group-title": {
                "margin-bottom": "5px"
              }
            },
            "@media (max-width: 768px)": {
              ".image-block amp-img": {
                "max-width": "60%",
                "margin": "auto",
                "height": "100%"
              },
              ".image-block": {
                "margin-bottom": "20px"
              },
              ".bottom__left, .contacts__bottom": {
                "flex-direction": "column",
                "align-items": "center",
                "padding-bottom": "15px"
              },
              ".dragArea": {
                "justify-content": "center"
              }
            },
            ".copyright .mbr-text": {
              "color": "#ffffff"
            },
            ".item, .items": {
              "color": "#ffffff"
            }
          },
          "_name": "ampFooter14",
          "_customHTML": "<section class=\"ampFooter14\" group=\"Footers\" once=\"footer\" plugins=\"amp-main, amp-form, amp-mustache\" global=\"\" always-bottom=\"\">\n\n      <mbr-parameters>\n    <!-- Block parameters controls (Blue \"Gear\" panel) -->\n        <input type=\"range\" inline=\"\" title=\"Top\" name=\"paddingTop\" min=\"0\" max=\"10\" step=\"1\" value=\"0\">\n        <input type=\"range\" inline=\"\" title=\"Bottom\" name=\"paddingBottom\" min=\"0\" max=\"10\" step=\"1\" value=\"0\">\n        <header>Menu</header>\n        <input type=\"checkbox\" title=\"Show Column Title\" name=\"showTitle\" checked=\"\">\n          <input type=\"checkbox\" title=\"Show Subscribe\" name=\"subscribe\" checked=\"\">\n          <input type=\"checkbox\" title=\"Show Logo\" name=\"showLogo\" checked=\"\">\n        <input type=\"range\" inline=\"\" title=\"Logo Width\" name=\"heightImg\" min=\"10\" max=\"150\" step=\"10\" value=\"150\" condition=\"showLogo\">\n        <select title=\"Columns\" name=\"columnsCount\">\n            <option value=\"1\">1</option>\n            <option value=\"2\">2</option>\n            <option value=\"3\" selected=\"\">3</option>\n        </select>\n        <input type=\"range\" inline=\"\" title=\"Column 1 Items\" name=\"columnItems1\" min=\"1\" max=\"6\" value=\"2\">\n        <input type=\"range\" inline=\"\" title=\"Column 2 Items\" name=\"columnItems2\" min=\"1\" max=\"6\" value=\"3\" condition=\"columnsCount > 1\">\n        <input type=\"range\" inline=\"\" title=\"Column 3 Items\" name=\"columnItems3\" min=\"1\" max=\"6\" value=\"3\" condition=\"columnsCount > 2\">\n          <header>Bottom</header>\n          <input type=\"checkbox\" title=\"Show Phone\" name=\"showPhone\" checked=\"\">\n          <input type=\"checkbox\" title=\"Show Social\" name=\"showSocial\">\n           <input type=\"range\" inline=\"\" title=\"Icons Count\" name=\"iconsCount\" min=\"1\" max=\"6\" value=\"4\" step=\"1\" condition=\"showSocial\">\n          <input type=\"color\" title=\"Border Color\" name=\"borderColor\" value=\"#000000\">\n    <input type=\"checkbox\" title=\"Copyright\" name=\"showCopyright\" checked=\"\">\n    <!--  -->\n        <header>Background</header>\n        <fieldset type=\"background\" name=\"bg\">\n            <input type=\"image\" title=\"Background Image\" value=\"@PROJECT_PATH@/assets/images/footers4-1920x564.jpg\" selected=\"\">\n            <input type=\"color\" title=\"Background Color\" value=\"#ffffff\">\n        </fieldset>\n        <input type=\"checkbox\" title=\"Overlay\" name=\"overlay\" condition=\"bg.type !== 'color'\" checked=\"\">\n    <input type=\"color\" title=\"Overlay Color\" name=\"overlayColor\" value=\"#004b4b\" condition=\"overlay &amp;&amp; bg.type == 'image'\">\n    <input type=\"range\" inline=\"\" title=\"Opacity\" name=\"overlayOpacity\" min=\"0\" max=\"1\" step=\"0.1\" value=\"0.9\" condition=\"overlay &amp;&amp; bg.type == 'image'\">\n    </mbr-parameters>\n\n<div class=\"mbr-overlay\" mbr-if=\"overlay &amp;&amp; bg.type !== 'color'\"></div>\n    <div class=\"container\">\n        <div class=\"mbr-row footer-wrap mbr-jc-c\">\n            <div class=\"image-block align-left mbr-col-sm-12 mbr-col-lg-2\" mbr-class=\"{'mbr-col-md-4' : columnsCount == 2, 'mbr-col-md-3' : columnsCount == 3, 'mbr-col-md-6' : columnsCount <= 1}\" mbr-if=\"showLogo\">\n                    <amp-img src=\"@PROJECT_PATH@/assets/images/logo-260x94.png\" layout=\"responsive\" width=\"149.36170212765958\" height=\"54\" alt=\"Mobirise\" class=\"mobirise-loader\">\n                        <div placeholder=\"\" class=\"placeholder\"></div>\n                        <img class=\"mbr-temp\" src=\"@PROJECT_PATH@/assets/images/logo-260x94.png\" alt=\"Mobirise\" title=\"\">\n                    </amp-img>\n            </div>\n\n            <div class=\"items-col mbr-col-sm-12 align-left\" mbr-class=\"{'mbr-col-lg-2': columnsCount == 3, 'mbr-col-lg-3': ((columnsCount <= 2) &amp;&amp; (showLogo)) || (columnsCount == 2), 'mbr-col-md-4' : columnsCount == 2, 'mbr-col-md-3' : columnsCount == 3, 'mbr-col-md-6' : columnsCount <= 1, 'mbr-col-lg-6 mbr-col-md-6 align-center' : ((columnsCount < 2) &amp;&amp; (!showLogo)) }\">\n                <h3 class=\"mbr-fonts-style group-title mbr-bold\" mbr-theme-style=\"display-7\" mbr-if=\"showTitle\" data-app-selector=\".group-title\">Quick Links</h3>\n                <div class=\"items\" mbr-list=\"\" mbr-list-grow=\"columnItems1\">\n                    <p class=\"item mbr-fonts-style\" mbr-theme-style=\"display-4\" data-app-selector=\".item, .items\"></p><p>\n                        <a href=\"index.html\"></a><a href=\"index.html\" class=\"text-warning\">Home</a></p>\n                    \n                    \n                </div>\n            </div>\n\n            <div class=\"items-col mbr-col-sm-12 align-left\" mbr-class=\"{'mbr-col-lg-2': columnsCount == 3, 'mbr-col-lg-3': columnsCount <= 2, 'mbr-col-md-4' : columnsCount == 2, 'mbr-col-md-3' : columnsCount == 3}\" mbr-if=\"columnsCount > 1\">\n                <h3 class=\"mbr-fonts-style group-title mbr-bold\" mbr-theme-style=\"display-7\" mbr-if=\"showTitle\" data-app-selector=\".group-title\">Location</h3>\n                <div class=\"items\" mbr-list=\"\" mbr-list-grow=\"columnItems2\">\n                    <p class=\"item mbr-fonts-style\" mbr-theme-style=\"display-4\" data-app-selector=\".item, .items\">\n                        Gerehu Stage 2</p>\n                    <p class=\"item mbr-fonts-style\" mbr-theme-style=\"display-4\" data-app-selector=\".item, .items\">\n                        Sivari Road</p>\n                    \n                <p class=\"item mbr-fonts-style\" mbr-theme-style=\"display-4\" data-app-selector=\".item, .items\">\n                        Port Moresby</p></div>\n            </div>\n\n            <div class=\"items-col mbr-col-sm-12 align-left\" mbr-class=\"{'mbr-col-lg-2': columnsCount == 3, 'mbr-col-lg-3': columnsCount <= 2, 'mbr-col-md-4' : columnsCount == 2, 'mbr-col-md-3' : columnsCount == 3}\" mbr-if=\"columnsCount > 2\">\n                <h3 class=\"mbr-fonts-style group-title mbr-bold\" mbr-theme-style=\"display-7\" mbr-if=\"showTitle\" data-app-selector=\".group-title\">\n                    Important Details</h3>\n                <div class=\"items\" mbr-list=\"\" mbr-list-grow=\"columnItems3\">\n                    <p class=\"item mbr-fonts-style\" mbr-theme-style=\"display-4\" data-app-selector=\".item, .items\">\n                        Phone: 675 326 0946</p>\n                    <p class=\"item mbr-fonts-style\" mbr-theme-style=\"display-4\" data-app-selector=\".item, .items\"></p><p>\n                        Fax: (675)3261104</p>\n                    \n                </div>\n            </div>\n            <div class=\"align-left mbr-col-sm-12 \" mbr-if=\"subscribe\" mbr-class=\"{'mbr-col-md-12 mbr-col-lg-4' : ((columnsCount >= 2) || (showLogo)), 'mbr-col-md-6 mbr-col-lg-6' : ((columnsCount < 2) &amp;&amp; (!showLogo))}\">\n                <h3 class=\"mbr-fonts-style group-title mbr-bold\" mbr-theme-style=\"display-7\" mbr-if=\"showTitle\" data-app-selector=\".group-title\">\n                    Let Us Know you visited</h3>\n                <div class=\"items\" mbr-form=\"\">\n<!--Formbuilder Form-->\n<form action=\"\" name=\"Mobirise Form\" method=\"POST\" class=\"mbr-form align-center\">\n<div class=\"mbr-row\">\n<div submit-success=\"\" class=\"mbr-col-lg-12 mbr-col-md-12 mbr-col-sm-12\">\n<template data-form-alert=\"\" type=\"amp-mustache\">Subscription successful!</template>\n</div>\n<div submit-error=\"\" class=\"mbr-col-lg-12 mbr-col-md-12 mbr-col-sm-12\">\n<template data-form-alert=\"\" type=\"amp-mustache\">Subscription failed! {{error}}</template>\n</div>\n</div>\n<div class=\"dragArea mbr-row\">\n<div data-for=\"form[data][0][1]\" class=\"mbr-col field\">\n<input type=\"hidden\" name=\"form[data][0][0]\" value=\"Email\">\n<input type=\"email\" name=\"form[data][0][1]\" placeholder=\"Enter your email\" data-form-field=\"Email\" mbr-theme-style=\"display-5\" required=\"required\" class=\"field-input\" value=\"\">\n</div>\n<div mbr-buttons=\"true\" mbr-theme-style=\"display-4\" data-toolbar=\"-mbrBtnMove,-mbrLink,-mbrBtnRemove,-mbrBtnAdd\" class=\"mbr-col-auto mbr-section-btn field\"><a type=\"submit\" class=\"btn btn-sm btn-form btn-white\" data-app-placeholder=\"Type Text\"><span class=\"mbri-right mbr-iconfont mbr-iconfont-btn\"></span></a></div>\n</div>\n</form><!--Formbuilder Form-->\n</div>\n        </div>\n        </div>\n    <div class=\"contacts__bottom mbr-flex flex-wrap\">\n        <div class=\"mbr-col-sm-12 bottom__left\" mbr-if=\"showPhone\" mbr-class=\"{'mbr-col-md-6' : showSocial, 'mbr-col-md-12' : !showSocial}\">\n            <span class=\"mbr-iconfont mbr-iconfont-btn fa-phone fa\" mbr-icon=\"\"></span>\n           <p class=\"mbr-fonts-style phone mbr-semibold\" mbr-theme-style=\"display-7\" data-app-selector=\".bottom__left\"><a href=\"#\" class=\"text-warning\">(</a>675) 326 0946</p>\n        </div>\n        <div class=\"mbr-col-sm-12 mbr-flex mbr-jc-e bottom__right\" mbr-if=\"showSocial\" mbr-class=\"{'mbr-col-md-6' : showPhone, 'mbr-col-md-12' : !showPhone}\">\n            <!-- SOCIAL ICON -->\n                <div class=\"menu-social-list\" mbr-list=\"\" mbr-list-grow=\"iconsCount\" mbr-link-type=\"socials\">\n                    <a href=\"http://www.youtube.com/channel/UCt_tncVAetpK5JeM8L-8jyw\" target=\"_blank\">\n                        <span mbr-icon=\"\" class=\"amp-iconfont fa-youtube-play fa\"></span>\n                    </a>\n                    <a href=\"https://www.facebook.com/pages/Mobirise/1616226671953247\" target=\"_blank\">\n                        <span mbr-icon=\"\" class=\"amp-iconfont fa-facebook-f fa\"></span>\n                    </a>\n                    \n                <a href=\"https://www.facebook.com/pages/Mobirise/1616226671953247\" target=\"_blank\">\n                        <span mbr-icon=\"\" class=\"amp-iconfont fa-linkedin fa\"></span>\n                    </a><a href=\"https://www.facebook.com/pages/Mobirise/1616226671953247\" target=\"_blank\">\n                        <span mbr-icon=\"\" class=\"amp-iconfont fa-vimeo-square fa\"></span>\n                    </a></div>\n                <!-- SOCIAL ICON END -->\n        </div>\n    </div>\n        \n    \n    <div class=\"divider__foot\" mbr-if=\"showCopyright\"></div>\n    <div class=\"footer-container container\" mbr-if=\"showCopyright\">\n        <div class=\"copyright align-left\">\n            <p class=\"mbr-text mbr-fonts-style\" mbr-theme-style=\"display-4\" data-app-selector=\".copyright .mbr-text\" data-app-placeholder=\"Type Text\">© Copyright Wantok Radio Light 2020 - All Rights Reserved</p>\n        </div>\n    </div>\n</div></section>",
          "_cid": "rZjAc2Ota7",
          "_anchor": "ampFooter14-1q",
          "_protectedParams": [],
          "_global": true,
          "_once": "footer",
          "_params": {}
        },
        {
          "alias": false,
          "_styles": {
            "& when not (@fullScreen)": {
              "padding-top": "(@paddingTop * 1rem)",
              "padding-bottom": "(@paddingBottom * 1rem)"
            },
            "& when (@bg-type = 'image')": {
              "background-image": "url(@bg-value)",
              "& when (@overlay)": {
                ".mbr-overlay": {
                  "background": "@overlayColor",
                  "opacity": "@overlayOpacity"
                }
              }
            },
            "& when (@bg-type = 'color')": {
              "background-color": "@bg-value"
            },
            "align-items": "center",
            "display": "flex",
            ".btn": {
              "padding": "5px 50px"
            },
            ".mbr-section-subtitle, .mbr-section-btn": {
              "color": "#ffc300"
            },
            ".mbr-section-title, .mbr-section-btn": {
              "color": "#ffffff"
            }
          },
          "_name": "header1",
          "_customHTML": "<section class=\"header1\" group=\"Headers\" mbr-class=\"{'mbr-fullscreen': fullScreen}\" plugins=\"amp-main\">\n    <mbr-parameters>\n    <!-- Block parameters controls (Blue \"Gear\" panel) -->\n    <header>Size</header>\n    <input type=\"checkbox\" title=\"Full Screen\" name=\"fullScreen\">\n    <input type=\"checkbox\" title=\"Full Width\" name=\"fullWidth\">\n    <input type=\"range\" inline title=\"Top\" name=\"paddingTop\" min=\"0\" max=\"15\" step=\"1\" value=\"10\" condition=\"fullScreen == false\">\n    <input type=\"range\" inline title=\"Bottom\" name=\"paddingBottom\" min=\"0\" max=\"15\" step=\"1\" value=\"10\" condition=\"fullScreen == false\">\n    <input type=\"checkbox\" name=\"halfSize\" title=\"Half Size\">\n    <select title=\"Align\" name=\"alignHalf\" condition=\"halfSize\">\n        <option value=\"1\" selected>Left</option>\n        <option value=\"2\">Center</option>\n        <option value=\"3\">Right</option>\n    </select>\n    <header>Show/Hide</header>\n    <input type=\"checkbox\" title=\"Title\" name=\"showTitle\" checked>\n    <input type=\"checkbox\" title=\"Subtitle\" name=\"showSubtitle\" checked>\n    <input type=\"checkbox\" title=\"Text\" name=\"showText\">\n    <input type=\"checkbox\" title=\"Buttons\" name=\"showButtons\" checked>\n    <select title=\"Align\" name=\"alignTitle\" condition=\"showTitle || showSubtitle || showText || showButtons\">\n        <option value=\"1\" selected>Left</option>\n        <option value=\"2\">Center</option>\n        <option value=\"3\">Right</option>\n    </select>\n    <header>Background</header>\n    <fieldset type=\"background\" name=\"bg\" required>\n        <input type=\"image\" title=\"Background Image\" value=\"@PROJECT_PATH@/assets/images/welcome-bg-1920x588.jpg\" selected>\n        <input type=\"color\" title=\"Background Color\" value=\"#ffffff\">\n    </fieldset>\n    <input type=\"checkbox\" title=\"Overlay\" name=\"overlay\" condition=\"bg.type !== 'color'\" checked>\n    <input type=\"color\" title=\"Overlay Color\" name=\"overlayColor\" value=\"#000000\" condition=\"overlay && bg.type !== 'color'\">\n    <input type=\"range\" inline title=\"Opacity\" name=\"overlayOpacity\" min=\"0\" max=\"1\" step=\"0.1\" value=\"0.7\" condition=\"overlay && bg.type !== 'color'\">\n    <!-- End block parameters -->\n    </mbr-parameters>\n    <div class=\"mbr-overlay\" mbr-if=\"overlay && bg.type !== 'color'\"></div>\n    <div mbr-class=\"{'container':!fullWidth,\n                     'container-fluid': fullWidth}\">\n        <div class=\"mbr-row\" mbr-class=\"{'align-left': alignTitle==1,\n                        'align-center': alignTitle==2,\n                        'align-right': alignTitle==3,\n                        'mbr-jc-c':alignHalf==2,\n                        'mbr-jc-e':alignHalf==3}\" mbr-if=\"showTitle || showSubtitle || showText || showButtons\">\n            <div class=\"title-block mbr-col-sm-12 mbr-col-md-12\" mbr-class=\"{'mbr-col-lg-6': halfSize,\n                             'mbr-col-lg-12': !halfSize}\">\n                <h1 class=\"mbr-section-title mbr-fonts-style mbr-bold\" mbr-theme-style=\"display-1\" mbr-if=\"showTitle\" data-app-selector=\".mbr-section-title, .mbr-section-btn\">CONTACT</h1>\n                <h2 class=\"mbr-section-subtitle mbr-fonts-style\" mbr-class=\"{'mbr-pt-3': showTitle}\" mbr-theme-style=\"display-2\" mbr-if=\"showSubtitle\" data-app-selector=\".mbr-section-subtitle, .mbr-section-btn\">You can contact us Anytime</h2>\n                <p class=\"mbr-text mbr-fonts-style\" mbr-class=\"{'mbr-pt-2': showTitle || showSubtitle}\" mbr-theme-style=\"display-7\" mbr-if=\"showText\" data-app-selector=\".mbr-section-btn, .mbr-text\">Click on the text in the block to select it and enter the text you want to show.</p>\n                <div mbr-buttons class=\"mbr-section-btn\" mbr-class=\"{'mbr-pt-4':showSubtitle||showTitle||showText}\" mbr-theme-style=\"display-7\" data-toolbar=\"-mbrBtnMove\" mbr-if=\"showButtons\">\n                    <a class=\"btn-primary btn\">Learn How</a>\n                </div>\n            </div>\n        </div>\n    </div>\n</section>",
          "_cid": "rZkHbxQhyd",
          "_anchor": "header1-1w",
          "_protectedParams": [],
          "_global": false,
          "_once": false,
          "_params": {}
        },
        {
          "alias": false,
          "_styles": {
            "padding-top": "(@paddingTop * 15px)",
            "padding-bottom": "(@paddingBottom * 15px)",
            "& when (@bg-type = 'color')": {
              "background-color": "@bg-value"
            },
            "& when (@bg-type = 'image')": {
              "background-image": "url(@bg-value)",
              ".mbr-overlay": {
                "background-color": "@overlayColor",
                "opacity": "@overlayOpacity"
              }
            },
            ".custom-card": {
              "padding": "1rem"
            },
            ".card-box": {
              "position": "relative",
              "min-width": "250px",
              "max-width": "100%",
              "transition": "0.5s",
              "&:hover": {
                "transform": "translateY(-15px)",
                "box-shadow": "0 25px 45px rgba(0, 0, 0, 0.2)",
                ".overlay": {
                  "top": "0",
                  "opacity": "0.8",
                  "z-index": "999",
                  "@media (max-width: 991px)": {
                    "top": "100%",
                    "opacity": "0"
                  }
                }
              }
            },
            ".overlay": {
              "display": "flex",
              "justify-content": "center",
              "align-items": "center",
              "flex-direction": "column",
              "opacity": "0",
              "position": "absolute",
              "top": "100%",
              "left": "0",
              "height": "100%",
              "width": "100%",
              "background-color": "@cardOverlayColor",
              "transition": "all 0.5s",
              "pointer-events": "none",
              "& > *": {
                "pointer-events": "all"
              },
              "@media (max-width: 991px)": {
                "top": "0",
                "opacity": "0.8"
              }
            },
            "H3": {
              "color": "#870000"
            },
            ".person-info": {
              "text-align": "center"
            }
          },
          "_name": "team1",
          "_customHTML": "<section class=\"team1\" group=\"Teams\" plugins=\"amp-main\">\n    <mbr-parameters>\n    <!-- Block parameters controls (Blue \"Gear\" panel) -->\n    <header>Size</header>\n    <input type=\"checkbox\" title=\"Full Width\" name=\"fullWidth\">\n    <input type=\"range\" inline=\"\" title=\"Top\" name=\"paddingTop\" min=\"0\" max=\"10\" step=\"1\" value=\"8\">\n    <input type=\"range\" inline=\"\" title=\"Bottom\" name=\"paddingBottom\" min=\"0\" max=\"10\" step=\"1\" value=\"5\">\n    <header>Title</header>\n    <input type=\"checkbox\" title=\"Show Title\" name=\"showTitle\" checked=\"\">\n    <input type=\"checkbox\" title=\"Show Subtitle\" name=\"showSubtitle\" checked=\"\">\n    <select title=\"Align\" name=\"titleAlign\" condition=\"showTitle || showSubtitle\">\n        <option value=\"1\">Left</option>\n        <option value=\"2\" selected=\"\">Center</option>\n        <option value=\"3\">Right</option>\n    </select>\n    <header>Cards</header>\n    <input type=\"range\" title=\"Cards Count\" name=\"cardsAmout\" min=\"1\" max=\"8\" value=\"4\" step=\"1\">\n    <input type=\"color\" title=\"Card Overlay\" name=\"cardOverlayColor\" value=\"#ffc300\">\n    <header>Background</header>\n    <fieldset type=\"background\" name=\"bg\">\n        <input type=\"image\" title=\"Background Image\" value=\"../_images/background4.jpg\">\n        <input type=\"color\" title=\"Background Color\" value=\"#ffffff\" selected=\"\">\n    </fieldset>\n    <input type=\"checkbox\" title=\"Overlay\" name=\"overlay\" checked=\"\" condition=\"bg.type!='color'\">\n    <input type=\"color\" title=\"Overlay Color\" name=\"overlayColor\" value=\"#ffffff\" condition=\"bg.type!='color' &amp;&amp; overlay\">\n    <input type=\"range\" inline=\"\" title=\"Overlay Opacity\" name=\"overlayOpacity\" min=\"0\" max=\"1\" step=\"0.1\" value=\"0.6\" condition=\"bg.type!='color' &amp;&amp; overlay\">\n    <!-- End block parameters -->\n    </mbr-parameters>\n    <div class=\"mbr-overlay\" mbr-if=\"overlay &amp;&amp; bg.type !== 'color'\"></div>\n    <!--  -->\n    <div mbr-class=\"{'container': !fullWidth,\n                     'container-fluid': fullWidth}\">\n        <div class=\"mbr-row mbr-jc-c mbr-pb-5\" mbr-class=\"{'align-center': titleAlign==2,\n                         'align-right': titleAlign==3}\">\n            <div class=\"mbr-col-sm-12 mbr-col-md-12 mbr-col-lg-12 mbr-pb-4\" mbr-if=\"showTitle\">\n                <h3 class=\"mbr-fonts-style mbr-bold text-upper\" mbr-theme-style=\"display-2\">Persons of INTEREST</h3>\n            </div>\n            <div class=\"mbr-col-sm-12 mbr-col-md-12 mbr-col-lg-12\" mbr-if=\"showSubtitle\">\n                <p class=\"mbr-fonts-style custom-section-subtitle\" mbr-theme-style=\"display-5\" data-app-selector=\".custom-section-subtitle\">If you have any questions please do not hesitate to email your queries to the following persons. Please, hover to see details</p>\n            </div>\n        </div>\n        <div class=\"mbr-row mbr-jc-c\">\n            <div class=\"custom-card mbr-col-sm-12 mbr-col-md-6 mbr-col-lg-3\">\n                <div class=\"card-box\">\n                    <amp-img class=\"mobirise-loader\" src=\"@PROJECT_PATH@/assets/images/mr-billy-yasi2-506x608.png\" layout=\"responsive\" width=\"253\" height=\"304\" alt=\"image\">\n                        <div placeholder=\"\" class=\"placeholder\"></div>\n                        <img src=\"@PROJECT_PATH@/assets/images/mr-billy-yasi2-506x608.png\" class=\"mbr-temp\" alt=\"\" title=\"\">\n                    </amp-img>\n                    <div class=\"overlay\">\n                        <p class=\"mbr-fonts-style mbr-bold text-upper person-name\" mbr-theme-style=\"display-5\" data-app-selector=\".person-name\">BILLY YASI</p>\n                        <p class=\"mbr-fonts-style mbr-bold person-info\" mbr-theme-style=\"display-7\" data-app-selector=\".person-info\">General Manager<br>Email: billy@wantokradio.org</p>\n                    </div>\n                </div>\n            </div>\n            <div class=\"custom-card mbr-col-sm-12 mbr-col-md-6 mbr-col-lg-3\" mbr-if=\"cardsAmout > 1\">\n                <div class=\"card-box\">\n                    <amp-img class=\"mobirise-loader\" src=\"@PROJECT_PATH@/assets/images/alois-506x611.png\" layout=\"responsive\" width=\"253.4140752864157\" height=\"306\" alt=\"image\">\n                        <div placeholder=\"\" class=\"placeholder\"></div>\n                        <img src=\"@PROJECT_PATH@/assets/images/alois-506x611.png\" class=\"mbr-temp\" alt=\"\" title=\"\">\n                    </amp-img>\n                    <div class=\"overlay\">\n                        <p class=\"mbr-fonts-style mbr-bold text-upper person-name\" mbr-theme-style=\"display-5\" data-app-selector=\".person-name\">ALOIS OK</p>\n                        <p class=\"mbr-fonts-style mbr-bold person-info\" mbr-theme-style=\"display-7\" data-app-selector=\".person-info\">Business Development Mgr<br>Email: alois@wantokradio.org</p>\n                    </div>\n                </div>\n            </div>\n            <div class=\"custom-card mbr-col-sm-12 mbr-col-md-6 mbr-col-lg-3\" mbr-if=\"cardsAmout > 2\">\n                <div class=\"card-box\">\n                    <amp-img class=\"mobirise-loader\" src=\"@PROJECT_PATH@/assets/images/linda-506x607.png\" layout=\"responsive\" width=\"253.4168039538715\" height=\"304\" alt=\"image\">\n                        <div placeholder=\"\" class=\"placeholder\"></div>\n                        <img src=\"@PROJECT_PATH@/assets/images/linda-506x607.png\" class=\"mbr-temp\" alt=\"\" title=\"\">\n                    </amp-img>\n                    <div class=\"overlay\">\n                        <p class=\"mbr-fonts-style mbr-bold text-upper person-name\" mbr-theme-style=\"display-5\" data-app-selector=\".person-name\">LINDA NANGUNDUO</p>\n                        <p class=\"mbr-fonts-style mbr-bold person-info\" mbr-theme-style=\"display-7\" data-app-selector=\".person-info\">Program Director<br>Email: linda@wantokradio.org</p>\n                    </div>\n                </div>\n            </div>\n            <div class=\"custom-card mbr-col-sm-12 mbr-col-md-6 mbr-col-lg-3\" mbr-if=\"cardsAmout > 3\">\n                <div class=\"card-box\">\n                    <amp-img class=\"mobirise-loader\" src=\"@PROJECT_PATH@/assets/images/dorish-506x604.png\" layout=\"responsive\" width=\"252.99999999999997\" height=\"302\" alt=\"image\">\n                        <div placeholder=\"\" class=\"placeholder\"></div>\n                        <img src=\"@PROJECT_PATH@/assets/images/dorish-506x604.png\" class=\"mbr-temp\" alt=\"\" title=\"\">\n                    </amp-img>\n                    <div class=\"overlay\">\n                        <p class=\"mbr-fonts-style mbr-bold text-upper person-name\" mbr-theme-style=\"display-5\" data-app-selector=\".person-name\">Dorish ASANG</p>\n                        <p class=\"mbr-fonts-style mbr-bold person-info\" mbr-theme-style=\"display-7\" data-app-selector=\".person-info\">Administration &amp; Fin Assist<br>Email: dorish@wantokradio.org</p>\n                    </div>\n                </div>\n            </div>\n            <div class=\"custom-card mbr-col-sm-12 mbr-col-md-6 mbr-col-lg-3\" mbr-if=\"cardsAmout > 4\">\n                <div class=\"card-box\">\n                    <amp-img class=\"mobirise-loader\" src=\"@PROJECT_PATH@/assets/images/face1.jpg\" layout=\"responsive\" width=\"100\" height=\"100\" alt=\"image\">\n                        <div placeholder=\"\" class=\"placeholder\"></div>\n                        <img src=\"@PROJECT_PATH@/assets/images/face1.jpg\" class=\"mbr-temp\" alt=\"\">\n                    </amp-img>\n                    <div class=\"overlay\">\n                        <p class=\"mbr-fonts-style mbr-bold text-upper person-name\" mbr-theme-style=\"display-5\" data-app-selector=\".person-name\">Alan Smith</p>\n                        <p class=\"mbr-fonts-style mbr-bold person-info\" mbr-theme-style=\"display-7\" data-app-selector=\".person-info\">Engineer</p>\n                    </div>\n                </div>\n            </div>\n            <div class=\"custom-card mbr-col-sm-12 mbr-col-md-6 mbr-col-lg-3\" mbr-if=\"cardsAmout > 5\">\n                <div class=\"card-box\">\n                    <amp-img class=\"mobirise-loader\" src=\"@PROJECT_PATH@/assets/images/face2.jpg\" layout=\"responsive\" width=\"100\" height=\"100\" alt=\"image\">\n                        <div placeholder=\"\" class=\"placeholder\"></div>\n                        <img src=\"@PROJECT_PATH@/assets/images/face2.jpg\" class=\"mbr-temp\" alt=\"\">\n                    </amp-img>\n                    <div class=\"overlay\">\n                        <p class=\"mbr-fonts-style mbr-bold text-upper person-name\" mbr-theme-style=\"display-5\" data-app-selector=\".person-name\">Zoe Smith</p>\n                        <p class=\"mbr-fonts-style mbr-bold person-info\" mbr-theme-style=\"display-7\" data-app-selector=\".person-info\">Designer</p>\n                    </div>\n                </div>\n            </div>\n            <div class=\"custom-card mbr-col-sm-12 mbr-col-md-6 mbr-col-lg-3\" mbr-if=\"cardsAmout > 6\">\n                <div class=\"card-box\">\n                    <amp-img class=\"mobirise-loader\" src=\"@PROJECT_PATH@/assets/images/face3.jpg\" layout=\"responsive\" width=\"100\" height=\"100\" alt=\"image\">\n                        <div placeholder=\"\" class=\"placeholder\"></div>\n                        <img src=\"@PROJECT_PATH@/assets/images/face3.jpg\" class=\"mbr-temp\" alt=\"\">\n                    </amp-img>\n                    <div class=\"overlay\">\n                        <p class=\"mbr-fonts-style mbr-bold text-upper person-name\" mbr-theme-style=\"display-5\" data-app-selector=\".person-name\">Artour Turk</p>\n                        <p class=\"mbr-fonts-style mbr-bold person-info\" mbr-theme-style=\"display-7\" data-app-selector=\".person-info\">SEO</p>\n                    </div>\n                </div>\n            </div>\n            <div class=\"custom-card mbr-col-sm-12 mbr-col-md-6 mbr-col-lg-3\" mbr-if=\"cardsAmout > 7\">\n                <div class=\"card-box\">\n                    <amp-img class=\"mobirise-loader\" src=\"@PROJECT_PATH@/assets/images/face4.jpg\" layout=\"responsive\" width=\"100\" height=\"100\" alt=\"image\">\n                        <div placeholder=\"\" class=\"placeholder\"></div>\n                        <img src=\"@PROJECT_PATH@/assets/images/face4.jpg\" class=\"mbr-temp\" alt=\"\">\n                    </amp-img>\n                    <div class=\"overlay\">\n                        <p class=\"mbr-fonts-style mbr-bold text-upper person-name\" mbr-theme-style=\"display-5\" data-app-selector=\".person-name\">Jane Riot</p>\n                        <p class=\"mbr-fonts-style mbr-bold person-info\" mbr-theme-style=\"display-7\" data-app-selector=\".person-info\">SEO</p>\n                    </div>\n                </div>\n            </div>\n        </div>\n    </div>\n</section>",
          "_cid": "rZjJROPVlt",
          "_anchor": "team1-1s",
          "_protectedParams": [],
          "_global": false,
          "_once": false,
          "_params": {}
        },
        {
          "alias": "amp-blocks/components",
          "_isSecondary": true,
          "typeCompatible": "isAMP",
          "_styles": {
            "padding-top": "(@paddingTop * 1rem)",
            "padding-bottom": "(@paddingBottom * 1rem)",
            "& when (@bg-type = 'color')": {
              "background-color": "@bg-value"
            },
            "& when (@bg-type = 'image')": {
              "background-image": "url(@bg-value)",
              ".mbr-overlay": {
                "background-color": "@overlayColor",
                "opacity": "@overlayOpacity"
              }
            },
            "@media (max-width: 768px)": {
              ".title-wrap": {
                "padding-bottom": "2rem"
              }
            },
            ".title": {
              "h2": {
                "letter-spacing": "2px"
              }
            },
            ".wrapper-btn-play": {
              "display": "inline-block"
            },
            ".btn-play": {
              ".iconfont-wrapper": {
                "display": "flex",
                "-webkit-align-items": "center",
                "align-items": "center",
                "-webkit-justify-content": "center",
                "justify-content": "center",
                "width": "(@sizeBtnPlay * 1rem)",
                "height": "(@sizeBtnPlay * 1rem)",
                "span.amp-iconfont": {
                  "font-size": "(@sizeBtnPlay * 1rem)",
                  "color": "@colorIcon !important"
                }
              },
              ".test-animation-2": {
                "background-color": "@colorIconBg"
              }
            },
            ".mbr-section-title": {
              "color": "#004b4b"
            },
            ".mbr-section-subtitle": {
              "color": "#870000"
            }
          },
          "_name": "ampVideo4",
          "_customHTML": "<section class=\"ampVideo4 video-with-lightbox\" group=\"Images & Videos\" plugins=\"amp-main, amp-lightbox, amp-youtube\">\n    <!--  -->\n    <mbr-parameters>\n        <header>Size:</header>\n        <input type=\"range\" inline title=\"Top:\" name=\"paddingTop\" min=\"0\" max=\"8\" step=\"1\" value=\"4\">\n        <input type=\"range\" inline title=\"Bottom:\" name=\"paddingBottom\" min=\"0\" max=\"8\" step=\"1\" value=\"4\">\n        <!--  -->\n        <header>Headers:</header>\n        <input type=\"checkbox\" title=\"Title:\" name=\"showTitle\" checked>\n        <input type=\"checkbox\" title=\"Subtitle:\" name=\"showSubtitle\" checked>\n        <select title=\"Align:\" name=\"alignTitle\" condition=\"showTitle || showSubtitle\">\n            <option value=\"1\">Left</option>\n            <option value=\"2\" selected>Center</option>\n            <option value=\"3\">Right</option>\n        </select>\n        <!--  -->\n        <header>Button play:</header>\n        <input type=\"color\" title=\"Color icon:\" name=\"colorIcon\" value=\"#ffffff\">\n        <input type=\"color\" title=\"Color BG icon:\" name=\"colorIconBg\" value=\"#004b4b\">\n        <input type=\"range\" inline title=\"Size:\" name=\"sizeBtnPlay\" min=\"1\" max=\"2\" value=\"2\" step=\"0.1\">\n        <input type=\"text\" title=\"Youtube Video URL\" name=\"videoUrl\" value>\n        <!--  -->\n        <header>Background:</header>\n        <fieldset type=\"background\" name=\"bg\">\n            <input type=\"image\" title=\"Background Image:\" value=\"../_images/background11.jpg\" selected>\n            <input type=\"color\" title=\"Background Color:\" value=\"#9096a4\">\n        </fieldset>\n        <input type=\"checkbox\" title=\"Overlay:\" name=\"overlay\" checked condition=\"bg.type !== 'color'\">\n        <input type=\"color\" title=\"Overlay Colorv:\" name=\"overlayColor\" value=\"#ffc300\" condition=\"overlay && bg.type == 'image'\">\n        <input type=\"range\" inline title=\"Opacity:\" name=\"overlayOpacity\" min=\"0\" max=\"1\" step=\"0.1\" value=\"0.7\" condition=\"overlay && bg.type == 'image'\">\n    </mbr-parameters>\n    <!--  -->\n    <!-- Overlay -->\n    <div class=\"mbr-overlay\" mbr-if=\"overlay && bg.type !== 'color'\"></div>\n    <!-- Container -->\n    <div class=\"container\">\n        <div class=\"title mbr-white\" mbr-class=\"{'align-left': alignTitle == 1,'align-center':alignTitle == 2, 'align-right':alignTitle == 3}\" mbr-if=\"showTitle || showSubtitle\">\n            <!-- Icon play -->\n            <div class=\"wrapper-btn-play\">\n                <div class=\"popup-btn btn-play\" on=\"tap:my-lightbox\" role=\"button\" tabindex=\"0\">\n                    <span class=\"iconfont-wrapper\">\n                        <span mbr-icon class=\"amp-iconfont fa-play fa\"></span>\n                    </span>\n                    <div class=\"test-animation-1\"></div>\n                    <div class=\"test-animation-2\"></div>\n                </div>\n            </div>\n            <h2 class=\"mbr-section-title mbr-fonts-style mbr-bold mbr-pt-4\" mbr-theme-style=\"display-2\" mbr-if=\"showTitle\" data-app-selector=\".mbr-section-title\">PNG CHRISTIAN BROADCASTING NETWORK welcomes you</h2>\n            <h3 class=\"mbr-section-subtitle mbr-fonts-style mbr-pt-3 mbr-light\" mbr-theme-style=\"display-7\" mbr-if=\"showSubtitle\" data-app-selector=\".mbr-section-subtitle\">Want to Contact us?</h3>\n        </div>\n        <!-- Lightbox -->\n        <amp-lightbox id=\"my-lightbox\" layout=\"nodisplay\">\n            <div class=\"lightbox\" on=\"tap:my-lightbox.close\" role=\"button\" tabindex=\"0\">\n                <div class=\"container\">\n                    <div class=\"video-block\">\n                        <amp-youtube width=\"16\" height=\"9\" layout=\"responsive\" data-videoid=\"lBTCB7yLs8Y\">\n                    </amp-youtube>\n                </div>\n            </div>\n        </div>\n    </amp-lightbox>\n</div>\n</section>",
          "_cid": "rZjJWxMPFc",
          "_anchor": "ampVideo4-1t",
          "_protectedParams": [],
          "_global": false,
          "_once": false,
          "_params": {}
        },
        {
          "alias": "amp-blocks/components",
          "_isSecondary": true,
          "typeCompatible": "isAMP",
          "_styles": {
            "padding-top": "(@paddingTop * 1rem)",
            "padding-bottom": "(@paddingBottom * 1rem)",
            "& when (@bg-type = \"color\")": {
              "background-color": "@bg-value"
            },
            "& when (@bg-type = \"image\")": {
              "background-image": "url(@bg-value)",
              ".mbr-overlay": {
                "background-color": "@overlayColor",
                "opacity": "@overlayOpacity"
              }
            },
            ".form-block when not (@transparentForm)": {
              "position": "relative",
              ".mbr-overlay": {
                "opacity": "@formBgOpacity",
                "background": "@formBgColor"
              }
            },
            ".form-block when (@transparentForm)": {
              "padding": "0 1rem"
            },
            ".field-input": {
              "font-weight": "300",
              "border": "none"
            },
            "input::-webkit-input-placeholder": {
              "color": "fade(@labelsColor, 50%)"
            },
            "input::-moz-placeholder": {
              "color": "fade(@labelsColor, 50%)"
            },
            "textarea::-webkit-input-placeholder": {
              "color": "fade(@labelsColor, 50%)"
            },
            "textarea::-moz-placeholder": {
              "color": "fade(@labelsColor, 50%)"
            },
            ".title-block": {
              "max-width": "400px"
            },
            ".iconfont-wrapper": {
              "width": "~\"@{iconsSize}rem\"",
              "height": "~\"@{iconsSize}rem\"",
              "margin-right": "0.8rem"
            },
            ".amp-iconfont": {
              "font-size": "~\"@{iconsSize}rem\"",
              "width": "~\"@{iconsSize}rem\"",
              "color": "@IconColor !important"
            },
            ".mbr-section-subtitle": {
              "text-align": "left"
            }
          },
          "_name": "ampForm3",
          "_customHTML": "<section class=\"ampForm3\" group=\"Forms\" plugins=\"amp-main, amp-form, amp-mustache\">\n    <mbr-parameters>\n        <header>Size</header>\n        <input type=\"range\" inline title=\"Top\" name=\"paddingTop\" min=\"0\" max=\"10\" step=\"1\" value=\"4\">\n        <input type=\"range\" inline title=\"Bottom\" name=\"paddingBottom\" min=\"0\" max=\"10\" step=\"1\" value=\"4\">\n        <input type=\"checkbox\" title=\"Full Width\" name=\"fullWidth\">\n        <input type=\"checkbox\" title=\"Show Reverse\" name=\"showReverse\" checked>\n        <header>Title</header>\n        <input type=\"checkbox\" title=\"Show Title\" name=\"showTitle\" checked>\n        <input type=\"checkbox\" title=\"Show Text\" name=\"showSubtitle\" checked>\n        <header>Form</header>\n        <input type=\"color\" title=\"Field Color\" name=\"fieldColor\" value=\"#ffffff\">\n        <input type=\"color\" title=\"Form Text Color\" name=\"labelsColor\" value=\"#232323\">\n        <input type=\"checkbox\" title=\"Transparent\" name=\"transparentForm\" checked>\n        <input type=\"color\" title=\"Form Bg Color\" name=\"formBgColor\" value=\"#cccccc\" condition=\"!transparentForm\">\n        <input type=\"range\" title=\"Form Bg Opacity\" name=\"formBgOpacity\" min=\"0\" max=\"1\" step=\"0.1\" value=\"0.6\" condition=\"!transparentForm\">\n        <header>Icons</header>\n        <input type=\"checkbox\" title=\"Show Icons\" name=\"showSocial\" required>\n        <input type=\"color\" title=\"Color\" name=\"IconColor\" value=\"#004b4b\" condition=\"showSocial\">\n        <input type=\"range\" inline title=\"Icons Count\" name=\"iconsCount\" min=\"1\" max=\"5\" step=\"1\" value=\"3\" condition=\"showSocial\">\n        <input type=\"range\" inline title=\"Size\" name=\"iconsSize\" min=\"1\" max=\"4\" step=\"0.1\" value=\"1.6\" condition=\"showSocial\">\n        <header>Background</header>\n        <fieldset type=\"background\" name=\"bg\">\n            <input type=\"color\" title=\"Background Color\" value=\"#f6f6f6\">\n            <input type=\"image\" title=\"Background Image\" value=\"@PROJECT_PATH@/assets/images/adshirt-1-924x617.jpg\" selected>\n        </fieldset>\n        <input type=\"checkbox\" title=\"Overlay\" name=\"overlay\" checked condition=\"bg.type !== 'color'\">\n        <input type=\"color\" title=\"Overlay Color\" name=\"overlayColor\" value=\"#ffffff\" condition=\"overlay && bg.type == 'image'\">\n        <input type=\"range\" inline title=\"Opacity\" name=\"overlayOpacity\" min=\"0\" max=\"1\" step=\"0.1\" value=\"0.7\" condition=\"overlay && bg.type == 'image'\">\n    </mbr-parameters>\n    <div class=\"mbr-overlay\" mbr-if=\"overlay && bg.type !== 'color'\"></div>\n    <div mbr-class=\"{'container':!fullWidth,\n                     'container-fluid':fullWidth}\">\n\n        <div class=\"mbr-row\" mbr-class=\"{'mbr-row-reverse': showReverse}\">\n\n            <div mbr-form class=\"form-block mbr-col-md-12 col1 mbr-col-lg-6 mbr-col-sm-12\" mbr-class=\"{\n                         'mbr-mr-auto':alignForm == 1,\n                         'mbr-m-auto':alignForm == 2,\n                         'mbr-ml-auto':alignForm == 3,\n                         'mbr-p-3': !transparentForm}\">\n                <!--Formbuilder Form-->\n                <div mbr-if=\"!transparentForm\" class=\"mbr-overlay\"></div>\n                <form action=\"pmuriki.radiolight@gmail.com\" name=\"Mobirise Form\" method=\"post\" class=\"mbr-form\">\n                    <div class=\"mbr-row\">\n                        <div submit-success class=\"mbr-col-lg-12 mbr-col-md-12 mbr-col-sm-12\">\n                            <template data-form-alert type=\"amp-mustache\">Thank you for submitting. Message sent to Wantok Radio Light</template>\n                        </div>\n                        <div submit-error class=\"mbr-col-lg-12 mbr-col-md-12 mbr-col-sm-12\">\n                            <template data-form-alert type=\"amp-mustache\">Thank you for submitting. Message sent to Wantok Radio Light</template>\n                        </div>\n                    </div>\n                    <div class=\"dragArea mbr-row\">\n                        <div data-for=\"form[data][0][1]\" class=\"mbr-col-md-12 mbr-col-sm-12 field\">\n                            <input type=\"hidden\" name=\"form[data][0][0]\" value=\"name\">\n                            <input type=\"text\" name=\"form[data][0][1]\" placeholder=\"Name\" data-form-field=\"name\" mbr-theme-style=\"display-7\" class=\"field-input\" value>\n                        </div>\n                        <div data-for=\"form[data][1][1]\" class=\"mbr-col-md-12 mbr-col-sm-12 field\">\n                            <input type=\"hidden\" name=\"form[data][1][0]\" value=\"Last Name\">\n                            <input type=\"text\" name=\"form[data][1][1]\" placeholder=\"Last Name\" data-form-field=\"Last Name\" mbr-theme-style=\"display-7\" class=\"field-input\" value>\n                        </div>\n                        <div data-for=\"form[data][2][1]\" class=\"mbr-col-md-12 mbr-col-sm-12 field\">\n                            <input type=\"hidden\" name=\"form[data][2][0]\" value=\"E-mail\">\n                            <input type=\"email\" name=\"form[data][2][1]\" placeholder=\"Email\" data-form-field=\"E-mail\" mbr-theme-style=\"display-7\" class=\"field-input\" value>\n                        </div>\n                        <div data-for=\"form[data][3][1]\" class=\"mbr-col-md-12 mbr-col-sm-12 field\">\n                            <input type=\"hidden\" name=\"form[data][3][0]\" value=\"Inquiry\">\n                            <input type=\"text\" name=\"form[data][3][1]\" placeholder=\"General Inquiry\" data-form-field=\"Inquiry\" mbr-theme-style=\"display-7\" class=\"field-input\" value>\n                        </div>\n                        <div data-for=\"form[data][4][1]\" class=\"mbr-col-md-12 mbr-col-sm-12 field\">\n                            <input type=\"hidden\" name=\"form[data][4][0]\" value=\"Message\">\n                            <textarea name=\"form[data][4][1]\" placeholder=\"Message\" data-form-field=\"message\" mbr-theme-style=\"display-7\" class=\"field-input\" value></textarea>\n                        </div>\n                        <div mbr-buttons=\"true\" mbr-theme-style=\"display-4\" data-toolbar=\"-mbrBtnMove,-mbrLink,-mbrBtnRemove,-mbrBtnAdd\" class=\"mbr-col-md-12 mbr-section-btn mbr-pt-2 mbr-pb-1 mbr-col-sm-12\"><a type=\"submit\" class=\"btn btn-md btn-form btn-black\" data-app-placeholder=\"Type Text\">SUBMIT</a></div>\n                    </div>\n                </form><!--Formbuilder Form-->\n            </div>\n\n\n\n\n            <div class=\"mbr-col-md-12 mbr-col-lg-6 mbr-col-sm-12 col2\">\n\n                <div class=\"title-block\" mbr-class=\"{'mbr-ml-auto': !showReverse}\">\n                    <h3 class=\"mbr-section-title mbr-bold mbr-semibold mbr-pb-2 mbr-fonts-style\" mbr-theme-style=\"display-4\" mbr-if=\"showTitle\" data-app-selector=\".mbr-section-title\">Contact Form</h3>\n                    <h4 class=\"mbr-section-subtitle mbr-pb-3 mbr-gray mbr-fonts-style\" mbr-theme-style=\"display-7\" mbr-if=\"showSubtitle\" data-app-selector=\".mbr-section-subtitle\">Please leave your query and email so that we can get back to you as promptly as possible.<br>Thank you.<br>By Management</h4>\n             \n<div class=\"icons-wrap mbr-pt-1\" mbr-if=\"showSocial\">\n                    <div class=\"iconfont-wrapper\" mbr-if=\"iconsCount > 0\">\n                    <span mbr-icon class=\"amp-iconfont animation-normal fa-instagram fa\"></span>\n                    </div>\n                    <div class=\"iconfont-wrapper\" mbr-if=\"iconsCount > 1\">\n                    <span mbr-icon class=\"amp-iconfont animation-normal fa-facebook-f fa\"></span>\n                    </div>\n                    <div class=\"iconfont-wrapper\" mbr-if=\"iconsCount > 2\">\n                    <span mbr-icon class=\"amp-iconfont animation-normal fa-twitter fa\"></span>\n                    </div>\n                    <div class=\"iconfont-wrapper\" mbr-if=\"iconsCount > 3\">\n                    <span mbr-icon class=\"amp-iconfont animation-normal mobi-mbri-phone mobi-mbri\"></span>\n                    </div>\n                    <div class=\"iconfont-wrapper\" mbr-if=\"iconsCount > 4\">\n                    <span mbr-icon class=\"amp-iconfont animation-normal mobi-mbri-phone mobi-mbri\"></span>\n                    </div>\n                  </div>\n            </div>\n            </div>\n\n\n        </div>\n    </div>\n</section>",
          "_cid": "rZjJFrmrcr",
          "_anchor": "ampForm3-1r",
          "_protectedParams": [],
          "_global": false,
          "_once": false,
          "_params": {}
        },
        {
          "alias": "amp-blocks/components",
          "_isSecondary": true,
          "typeCompatible": "isAMP",
          "_styles": {
            "& when not (@fullScreen)": {
              "padding-top": "(@paddingTop * 1rem)",
              "padding-bottom": "(@paddingBottom * 1rem)",
              "align-items": "center",
              "display": "flex"
            },
            "& when (@bg-type = 'image')": {
              "background-image": "url(@bg-value)",
              "& when (@overlay)": {
                ".mbr-overlay": {
                  "background": "@overlayColor",
                  "opacity": "@overlayOpacity"
                }
              }
            },
            "& when (@bg-type = 'color')": {
              "background-color": "@bg-value"
            },
            ".card-item1": {
              "background-image": "url(@cardbg1)",
              "background-size": "cover",
              "background-position": "center",
              "height": "100%",
              "min-height": "400px"
            },
            ".card-item2": {
              "background-color": "@cardbg2",
              "background-position": "center",
              "height": "100%"
            },
            ".title-wrap": {
              "align-items": "center",
              "width": "100%",
              "padding": "4rem 3rem"
            },
            "@media (max-width: 767px)": {
              ".title-wrap": {
                "padding": "3rem 2rem"
              }
            }
          },
          "_name": "ampImage2",
          "_customHTML": "<section class=\"ampImage2\" group=\"Images & Videos\" mbr-class=\"{'mbr-fullscreen': fullScreen}\" plugins=\"amp-main\">\n    <mbr-parameters>\n        <!-- Block parameters controls (Blue \"Gear\" panel) -->\n        <header>Size</header>\n        <input type=\"checkbox\" title=\"Full Screen\" name=\"fullScreen\">\n        <input type=\"checkbox\" title=\"Full Width\" name=\"fullWidth\">\n        <input type=\"checkbox\" title=\"Reverse Content\" name=\"reverseContent\" checked>\n        <input type=\"range\" inline title=\"Top\" name=\"paddingTop\" min=\"0\" max=\"15\" step=\"1\" value=\"3\" condition=\"fullScreen == false\">\n        <input type=\"range\" inline title=\"Bottom\" name=\"paddingBottom\" min=\"0\" max=\"15\" step=\"1\" value=\"3\" condition=\"fullScreen == false\">\n        <header>Show/Hide</header>\n        <input type=\"checkbox\" title=\"Subtitle\" name=\"showsubTitle\" checked>\n        <input type=\"checkbox\" title=\"Title\" name=\"showTitle\" checked>\n        <input type=\"checkbox\" title=\"Text\" name=\"showText\">\n        <input type=\"checkbox\" title=\"Buttons\" name=\"showButtons\" checked>\n        <!--  -->\n        <header>Card</header>\n        <select title=\"Align\" name=\"alignTitle\">\n            <option value=\"1\" selected>Left</option>\n            <option value=\"2\">Center</option>\n            <option value=\"3\">Right</option>\n        </select>\n        <input type=\"color\" name=\"cardbg2\" title=\"Card 1 BG Color\" value=\"#efefef\">\n        <input type=\"image\" name=\"cardbg1\" title=\"Card 2 BG Image\" value=\"@PROJECT_PATH@/assets/images/radiokid2-1-1920x1136.jpg\">\n        <header>Background</header>\n        <fieldset type=\"background\" name=\"bg\" required>\n            <input type=\"image\" title=\"Background Image\" value=\"../_images/background1.jpg\">\n            <input type=\"color\" title=\"Background Color\" value=\"#ffffff\" selected>\n        </fieldset>\n        <input type=\"checkbox\" title=\"Overlay\" name=\"overlay\" condition=\"bg.type !== 'color'\" checked>\n        <input type=\"color\" title=\"Overlay Color\" name=\"overlayColor\" value=\"#ffffff\" condition=\"overlay && bg.type !== 'color'\">\n        <input type=\"range\" inline title=\"Opacity\" name=\"overlayOpacity\" min=\"0\" max=\"1\" step=\"0.1\" value=\"0.3\" condition=\"overlay && bg.type !== 'color'\">\n        <!-- End block parameters -->\n    </mbr-parameters>\n    <div class=\"mbr-overlay\" mbr-if=\"overlay && bg.type !== 'color'\"></div>\n    <div mbr-class=\"{'container':!fullWidth,\n                     'container-fluid': fullWidth}\">\n        <div class=\"mbr-row mbr-black\" mbr-class=\"{'mbr-row-reverse': reverseContent}\">\n\n\n            <div class=\"mbr-col-lg-4 mbr-col-md-12 mbr-col-sm-12 md-pb\">\n                <div class=\"card-item2\">\n                    <div class=\"title-wrap\" mbr-class=\"{\n                                 'align-left':alignTitle==1,\n                                 'align-center':alignTitle==2,\n                                 'align-right':alignTitle==3}\">\n                        <div class=\"title-block\">\n                            <h3 class=\"subtitle2 mbr-pb-2 mbr-black mbr-fonts-style mbr-semibold\" mbr-if=\"showsubTitle\" mbr-theme-style=\"display-4\" data-app-selector=\".subtitle2\">Sonset Solution</h3>\n                            <h2 class=\"title2 mbr-fonts-style mbr-black mbr-semibold\" mbr-if=\"showTitle\" mbr-theme-style=\"display-2\" data-app-selector=\".title2\">Listen to Yours Inspiration Station and Get uplifted Spiritually</h2>\n                            <p class=\"text2 mbr-fonts-style mbr-black mbr-regular mbr-pt-2\" mbr-theme-style=\"display-7\" mbr-if=\"showText\" data-app-selector=\".mbr-section-btn, .text2\">Lorem ipsum dolor sit\n                                amet, consectetur adipiscing elit.<br></p>\n                            <div mbr-buttons class=\"mbr-section-btn\" mbr-class=\"{'mbr-pt-3':showSubtitle||showTitle||showText}\" mbr-theme-style=\"display-4\" data-toolbar=\"-mbrBtnMove\" mbr-if=\"showButtons\"><a class=\"btn-primary btn\" data-app-placeholder=\"Type Text\"><span class=\"mobi-mbri mobi-mbri-arrow-next mbr-iconfont mbr-iconfont-btn\"></span>Learn\n                                    More</a></div>\n                        </div>\n                    </div>\n                </div>\n            </div>\n\n            <div class=\"mbr-col-lg-8 mbr-col-md-12 mbr-col-sm-12 md-pb\">\n                <div class=\"card-item1\">\n\n\n                </div>\n            </div>\n\n        </div>\n    </div>\n</section>",
          "_cid": "rZjJZGv65H",
          "_anchor": "ampImage2-1u",
          "_protectedParams": [],
          "_global": false,
          "_once": false,
          "_params": {}
        },
        {
          "alias": false,
          "_styles": {
            "padding-top": "(@paddingTop * 1rem)",
            "padding-bottom": "(@paddingBottom * 1rem)",
            "& when (@bg-type = 'color')": {
              "background-color": "@bg-value"
            },
            "& when (@bg-type = 'image')": {
              "background-image": "url(@bg-value)",
              ".mbr-overlay": {
                "background-color": "@overlayColor",
                "opacity": "@overlayOpacity"
              }
            },
            ".md-pb": {
              "@media (max-width: 992px)": {
                "padding-bottom": "3rem"
              }
            },
            ".tab": {
              "padding": "0",
              "padding-top": "30px",
              "padding-bottom": "20px",
              "border-bottom": "1px solid @tabsBorderColor",
              "background-color": "@bg-value",
              "transition": "0.4s",
              "&:hover": {
                "border-bottom-color": "@tabsIconColor",
                ".tab-title": {
                  "color": "@tabsIconColor"
                }
              }
            },
            ".tab-title": {
              "position": "relative",
              "min-height": "35px",
              "max-height": "110px",
              "padding-left": "45px",
              "background": "none",
              "border": "none",
              "transition": "0.4s"
            },
            ".tab-title::before": {
              "content": "'+'",
              "position": "absolute",
              "transition": "all .6s",
              "width": "30px",
              "height": "30px",
              "color": "#fff",
              "background-color": "@tabsIconColor",
              "font-weight": "700",
              "font-size": "25px",
              "display": "inline-flex",
              "justify-content": "center",
              "align-items": "center",
              "left": "0",
              "padding-bottom": "2px",
              "padding-left": "1px"
            },
            ".tab[expanded]": {
              ".tab-title::before": {
                "content": "\"-\"",
                "padding-bottom": "4px"
              }
            },
            "H4": {
              "color": "#000000"
            }
          },
          "_name": "faq",
          "_customHTML": "<section class=\"mbr-section faq\" group=\"FAQ\" plugins=\"amp-main, amp-accordion\">\n    <mbr-parameters>\n    <!-- Block parameters controls (Blue \"Gear\" panel) -->\n    <header>Size</header>\n    <input type=\"range\" inline title=\"Top\" name=\"paddingTop\" min=\"0\" max=\"10\" step=\"1\" value=\"5\">\n    <input type=\"range\" inline title=\"Bottom\" name=\"paddingBottom\" min=\"0\" max=\"10\" step=\"1\" value=\"5\">\n    <header>Title</header>\n    <input type=\"checkbox\" title=\"Show Title\" name=\"showTitle\" checked>\n    <select title=\"Align\" name=\"alignTitle\" condition=\"showTitle\">\n        <option value=\"1\">Left</option>\n        <option value=\"2\" selected>Center</option>\n        <option value=\"3\">Right</option>\n    </select>\n    <header>Tabs</header>\n    <input type=\"range\" title=\"Tabs Count\" name=\"tabsCount\" min=\"1\" max=\"12\" value=\"3\" step=\"1\">\n    <input type=\"color\" title=\"Icon & Hover\" name=\"tabsIconColor\" value=\"#56bdbd\">\n    <input type=\"color\" title=\"Border\" name=\"tabsBorderColor\" value=\"#000000\">\n    <header>Background</header>\n    <fieldset type=\"background\" name=\"bg\" required>\n        <input type=\"image\" title=\"Background Image\" value=\"../_images/background4.jpg\">\n        <input type=\"color\" title=\"Background Color\" value=\"#ffffff\" selected>\n    </fieldset>\n\n    <input type=\"checkbox\" title=\"Overlay\" name=\"overlay\" condition=\"bg.type!='color'\" checked>\n    <input type=\"color\" title=\"Overlay Color\" name=\"overlayColor\" value=\"#ffffff\" condition=\"bg.type!='color' && overlay\">\n    <input type=\"range\" inline title=\"Overlay Opacity\" name=\"overlayOpacity\" min=\"0\" max=\"1\" step=\"0.1\" value=\"0.8\" condition=\"bg.type!='color' && overlay\">\n    <!-- End block parameters -->\n    </mbr-parameters>\n    <div class=\"mbr-overlay\" mbr-if=\"overlay && bg.type !== 'color'\"></div>\n    <div class=\"container\" mbr-class=\"{'align-center': align == 2, 'align-right': align == 3}\">\n        <div class=\"title mbr-row\" mbr-if=\"showTitle\">\n            <h3 mbr-if=\"showTitle\" mbr-class=\"{'align-center': alignTitle==2,\n                            'align-right': alignTitle==3}\" class=\"mbr-section-title mbr-fonts-style mbr-bold\" mbr-theme-style=\"display-5\">FAQ</h3>\n        </div>\n        <div class=\"mbr-row mbr-jc-c\">\n            <div class=\"mbr-col-sm-12 mbr-col-md-12 mbr-col-lg-10\">\n            <amp-accordion animate>\n                <section class=\"tab\">\n                    <h4 class=\"tab-title mbr-fonts-style mbr-bold\" mbr-theme-style=\"display-5\">What is your Studio Mobile Number?<br><span style=\"font-weight: normal;\">We only have digicel - (675) 73560346</span></h4>\n                    <p class=\"mbr-fonts-style mbr-pt-1\" mbr-theme-style=\"display-7\">Lorem ipsum dolor sit amet consectetur adipisicing elit. Mollitia aut id eum voluptatum iste odio possimus dignissimos eligendi incidunt omnis, pariatur inventore molestias atque doloremque autem sunt aliquam tenetur placeat perferendis expedita eius veniam, in fuga? Nostrum architecto quas ducimus?</p>\n                </section>\n                <section class=\"tab\" mbr-if=\"tabsCount > 1\">\n                    <h4 class=\"tab-title mbr-fonts-style mbr-bold\" mbr-theme-style=\"display-5\">Where is your Studios Located?<br><span style=\"font-weight: normal;\">We are Located in Gerehu Stage 2 Along Sivari Road towards Baruni. You will see white than Yellows and Red Fence</span></h4>\n                    <p class=\"mbr-fonts-style mbr-pt-1\" mbr-theme-style=\"display-7\">Lorem ipsum dolor sit amet consectetur adipisicing elit. Mollitia aut id eum voluptatum iste odio possimus dignissimos eligendi incidunt omnis, pariatur inventore molestias atque doloremque autem sunt aliquam tenetur placeat perferendis expedita eius veniam, in fuga? Nostrum architecto quas ducimus?</p>\n                </section>\n                <section class=\"tab\" mbr-if=\"tabsCount > 2\">\n                    <h4 class=\"tab-title mbr-fonts-style mbr-bold\" mbr-theme-style=\"display-5\">Who does this Radio Belongs to?<br><span style=\"font-weight: normal;\">Although the PNG Bible Church Inc. have the license we like to say that we belong to the Body of Christ in PNG and Any body who supports us in anyway possible. Prayer warriors and so forth can proudly say its our Radio.</span></h4>\n                    <p class=\"mbr-fonts-style mbr-pt-1\" mbr-theme-style=\"display-7\">Lorem ipsum dolor sit amet consectetur adipisicing elit. Maiores, similique. Dolorum minima, repellendus voluptates repudiandae eum recusandae nulla numquam vitae fugit tenetur minus sed dicta consequatur obcaecati, ipsam amet, cumque eaque! Officia atque et amet, accusamus dignissimos expedita. Deleniti iure beatae porro dolorem, cupiditate voluptatum. Tempora quaerat sunt eum libero!</p>\n                </section>\n                <section class=\"tab\" mbr-if=\"tabsCount > 3\">\n                    <h4 class=\"tab-title mbr-fonts-style mbr-bold\" mbr-theme-style=\"display-5\">What about product return?</h4>\n                    <p class=\"mbr-fonts-style mbr-pt-1\" mbr-theme-style=\"display-7\">Lorem ipsum dolor sit amet consectetur adipisicing elit. Mollitia aut id eum voluptatum iste odio possimus dignissimos eligendi incidunt omnis, pariatur inventore molestias atque doloremque autem sunt aliquam tenetur placeat perferendis expedita eius veniam, in fuga? Nostrum architecto quas ducimus?</p>\n                </section>\n                <section class=\"tab\" mbr-if=\"tabsCount > 4\">\n                    <h4 class=\"tab-title mbr-fonts-style mbr-bold\" mbr-theme-style=\"display-5\">Do you provide product support?</h4>\n                    <p class=\"mbr-fonts-style mbr-pt-1\" mbr-theme-style=\"display-7\">Lorem ipsum dolor sit amet consectetur adipisicing elit. Mollitia aut id eum voluptatum iste odio possimus dignissimos eligendi incidunt omnis, pariatur inventore molestias atque doloremque autem sunt aliquam tenetur placeat perferendis expedita eius veniam, in fuga? Nostrum architecto quas ducimus?</p>\n                </section>\n                <section class=\"tab\" mbr-if=\"tabsCount > 5\">\n                    <h4 class=\"tab-title mbr-fonts-style mbr-bold\" mbr-theme-style=\"display-5\">Section 6</h4>\n                    <p class=\"mbr-fonts-style mbr-pt-1\" mbr-theme-style=\"display-7\">Lorem ipsum dolor sit amet consectetur adipisicing elit. Maiores, similique. Dolorum minima, repellendus voluptates repudiandae eum recusandae nulla numquam vitae fugit tenetur minus sed dicta consequatur obcaecati, ipsam amet, cumque eaque! Officia atque et amet, accusamus dignissimos expedita. Deleniti iure beatae porro dolorem, cupiditate voluptatum. Tempora quaerat sunt eum libero!</p>\n                </section>\n                <section class=\"tab\" mbr-if=\"tabsCount > 6\">\n                    <h4 class=\"tab-title mbr-fonts-style mbr-bold\" mbr-theme-style=\"display-5\">Section 7</h4>\n                    <p class=\"mbr-fonts-style mbr-pt-1\" mbr-theme-style=\"display-7\">Lorem ipsum dolor sit amet consectetur adipisicing elit. Mollitia aut id eum voluptatum iste odio possimus dignissimos eligendi incidunt omnis, pariatur inventore molestias atque doloremque autem sunt aliquam tenetur placeat perferendis expedita eius veniam, in fuga? Nostrum architecto quas ducimus?</p>\n                </section>\n                <section class=\"tab\" mbr-if=\"tabsCount > 7\">\n                    <h4 class=\"tab-title mbr-fonts-style mbr-bold\" mbr-theme-style=\"display-5\">Section 8</h4>\n                    <p class=\"mbr-fonts-style mbr-pt-1\" mbr-theme-style=\"display-7\">Lorem ipsum dolor sit amet consectetur adipisicing elit. Mollitia aut id eum voluptatum iste odio possimus dignissimos eligendi incidunt omnis, pariatur inventore molestias atque doloremque autem sunt aliquam tenetur placeat perferendis expedita eius veniam, in fuga? Nostrum architecto quas ducimus?</p>\n                </section>\n                <section class=\"tab\" mbr-if=\"tabsCount > 8\">\n                    <h4 class=\"tab-title mbr-fonts-style mbr-bold\" mbr-theme-style=\"display-5\">Section 9</h4>\n                    <p class=\"mbr-fonts-style mbr-pt-1\" mbr-theme-style=\"display-7\">Lorem ipsum dolor sit amet consectetur adipisicing elit. Maiores, similique. Dolorum minima, repellendus voluptates repudiandae eum recusandae nulla numquam vitae fugit tenetur minus sed dicta consequatur obcaecati, ipsam amet, cumque eaque! Officia atque et amet, accusamus dignissimos expedita. Deleniti iure beatae porro dolorem, cupiditate voluptatum. Tempora quaerat sunt eum libero!</p>\n                </section>\n                <section class=\"tab\" mbr-if=\"tabsCount > 9\">\n                    <h4 class=\"tab-title mbr-fonts-style mbr-bold\" mbr-theme-style=\"display-5\">Section 10</h4>\n                    <p class=\"mbr-fonts-style mbr-pt-1\" mbr-theme-style=\"display-7\">Lorem ipsum dolor sit amet consectetur adipisicing elit. Mollitia aut id eum voluptatum iste odio possimus dignissimos eligendi incidunt omnis, pariatur inventore molestias atque doloremque autem sunt aliquam tenetur placeat perferendis expedita eius veniam, in fuga? Nostrum architecto quas ducimus?</p>\n                </section>\n                <section class=\"tab\" mbr-if=\"tabsCount > 10\">\n                    <h4 class=\"tab-title mbr-fonts-style mbr-bold\" mbr-theme-style=\"display-5\">Section 11</h4>\n                    <p class=\"mbr-fonts-style mbr-pt-1\" mbr-theme-style=\"display-7\">Lorem ipsum dolor sit amet consectetur adipisicing elit. Mollitia aut id eum voluptatum iste odio possimus dignissimos eligendi incidunt omnis, pariatur inventore molestias atque doloremque autem sunt aliquam tenetur placeat perferendis expedita eius veniam, in fuga? Nostrum architecto quas ducimus?</p>\n                </section>\n                <section class=\"tab\" mbr-if=\"tabsCount > 11\">\n                    <h4 class=\"tab-title mbr-fonts-style mbr-bold\" mbr-theme-style=\"display-5\">Section 12</h4>\n                    <p class=\"mbr-fonts-style mbr-pt-1\" mbr-theme-style=\"display-7\">Lorem ipsum dolor sit amet consectetur adipisicing elit. Maiores, similique. Dolorum minima, repellendus voluptates repudiandae eum recusandae nulla numquam vitae fugit tenetur minus sed dicta consequatur obcaecati, ipsam amet, cumque eaque! Officia atque et amet, accusamus dignissimos expedita. Deleniti iure beatae porro dolorem, cupiditate voluptatum. Tempora quaerat sunt eum libero!</p>\n                </section>\n            </amp-accordion>\n            </div>\n        </div>\n    </div>\n</section>",
          "_cid": "rZjK6gy6IW",
          "_anchor": "faq-1v",
          "_protectedParams": [],
          "_global": false,
          "_once": false,
          "_params": {}
        }
      ]
    },
    "histrorypics.html": {
      "settings": {
        "title": "History Pictures",
        "order": 9
      },
      "components": [
        {
          "alias": false,
          "_styles": {
            "background-color": "@menuBgColor",
            "overflow": "visible",
            ".navbar": {
              "background": "@menuBgColor"
            },
            "section": {
              "padding": "0 !important"
            },
            "section.menu, .menu-container": {
              "min-height": "50px !important"
            },
            "& when not (@showBrand) and not (@showLogo)": {
              ".navbar > .container, .navbar > .container-fluid": {
                "justify-content": "flex-end !important"
              }
            },
            "& when (@showLogo)": {
              ".navbar-brand": {
                ".navbar-logo": {
                  "amp-img, img": {
                    "width": "~\"@{logoWidth}px\"",
                    "height": "~\"@{logoHeight}px\"",
                    "object-fit": "contain"
                  }
                }
              }
            },
            "& when (@showBrand)": {
              ".navbar-caption": {
                "line-height": "inherit !important"
              }
            },
            ".navbar .navbar-collapse": {
              "@media (max-width: 991px)": {
                "background": "@menuBgColor",
                "& when (@sidebarSide = 'left')": {
                  "right": "auto",
                  "left": "0"
                }
              }
            },
            "& when (@showItems)": {
              ".nav-link": {
                "height": "70px",
                "margin": ".667em 1em !important",
                "padding": "0 !important",
                "transition": "0.3s",
                "&:hover": {
                  "color": "@primaryColor"
                }
              },
              ".dropdown-item.active, .dropdown-item:active": {
                "background-color": "transparent"
              },
              ".dropdown-menu": {
                "margin-top": "0",
                "background": "@menuBgColor",
                "border-top": "2px solid @primaryColor",
                "box-shadow": "0 6px 12px rgba(0, 0, 0, 0.175)",
                "transition": "all 0.3s",
                ".dropdown-item": {
                  "justify-content": "flex-start !important"
                },
                ".dropdown-item:hover": {
                  "padding-left": "40px"
                },
                "a:hover": {
                  "color": "@primaryColor"
                }
              }
            },
            ".hamburger span": {
              "background-color": "@hamburgerColor"
            },
            ".builder-sidebar": {
              "background-color": "@menuBgColor"
            },
            ".close-sidebar": {
              "&:focus": {
                "outline": "2px auto @primaryColor"
              },
              "span": {
                "background-color": "@hamburgerColor"
              }
            },
            "& when (@showSocial)": {
              "& when (@showItems)": {
                ".menu-social-list": {
                  "@media (min-width: 992px)": {
                    "padding-left": "1rem"
                  },
                  "@media (max-width: 991px)": {
                    "padding-top": ".5rem"
                  }
                }
              },
              "& when (@showButtons)": {
                ".menu-social-list": {
                  "@media (max-width: 991px)": {
                    "padding-bottom": ".5rem"
                  }
                }
              }
            },
            ".amp-iconfont": {
              "font-size": "1.3rem",
              "width": "1.3rem",
              "color": "@iconsColor"
            },
            ".btn": {
              "padding": "5px 30px"
            }
          },
          "_name": "menu1",
          "_customHTML": "<section class=\"menu1 menu horizontal-menu\" group=\"Menu\" plugins=\"DropDown, amp-main, amp-sidebar\" always-top=\"\" global=\"\" once=\"menu\">\n\t<mbr-parameters>\n\t<!-- Block parameters controls (Blue \"Gear\" panel) -->\n\t<!--  -->\n\t<header>Size</header>\n\t<input type=\"checkbox\" title=\"Full Width\" name=\"fullWidth\">\n\t<input type=\"checkbox\" title=\"Sticky Position\" name=\"sticky\" checked=\"\">\n\t<!--  -->\n\t<header>Show/Hide</header>\t\n\t<input type=\"checkbox\" title=\"Show Logo\" name=\"showLogo\" checked=\"\">\n\t<input type=\"range\" title=\"Logo Height\" inline=\"\" name=\"logoHeight\" min=\"30\" max=\"200\" value=\"59\" step=\"1\" condition=\"showLogo\">\n\t<input type=\"range\" title=\"Logo Width\" inline=\"\" name=\"logoWidth\" min=\"30\" max=\"200\" value=\"200\" step=\"1\" condition=\"showLogo\">\n\t<input type=\"checkbox\" title=\"Show Brand Name\" name=\"showBrand\" checked=\"\">\n\t<input type=\"checkbox\" title=\"Show Menu Items\" name=\"showItems\" checked=\"\">\n\t<input type=\"checkbox\" title=\"Show Button(s)\" name=\"showButtons\">\n\t<header>Icons</header>\n\t<input type=\"checkbox\" title=\"Show Social\" name=\"showSocial\">\n\t<input type=\"range\" inline=\"\" title=\"Icons Count\" name=\"socialCount\" min=\"1\" max=\"6\" value=\"3\" step=\"1\" condition=\"showSocial\">\n\t<input type=\"color\" title=\"Icons Color\" name=\"iconsColor\" value=\"#cd201f\">\n\t<header>Sidebar</header>\n\t<select title=\"Side\" name=\"sidebarSide\">\n\t\t<option value=\"left\">Left</option>\n\t\t<option value=\"right\" selected=\"\">Right</option>\n\t</select>\n\t<input type=\"color\" title=\"Hamburger Color\" name=\"hamburgerColor\" value=\"#ffc300\">\n\t<header>Background</header>\n\t<input type=\"color\" title=\"Background Color\" name=\"menuBgColor\" value=\"#002929\" required=\"\">\n\t<!-- End block parameters -->\n\t</mbr-parameters>\n\t<!-- <div class=\"menu-wrapper\"> -->\n\t<nav class=\"navbar navbar-dropdown navbar-expand-lg navbar-short\" mbr-class=\"{'navbar-fixed-top': sticky}\">\n\t\t<div class=\"menu-container\" mbr-class=\"{'container': !fullWidth,\n\t\t\t\t\t\t'container-fluid': fullWidth,\n\t\t\t\t\t\t'mbr-jc-e': !showLogo &amp;&amp; !showBrand}\">\n\t\t\t<!-- SHOW LOGO -->\n\t\t\t<div class=\"navbar-brand\" mbr-if=\"showLogo || showBrand\">\n\t\t\t\t<div mbr-if=\"showLogo\" class=\"navbar-logo\">\n\t\t\t\t\t<amp-img src=\"@PROJECT_PATH@/assets/images/logochoice-240x85.png\" layout=\"responsive\" height=\"59\" width=\"166.58823529411765\" alt=\"image\" class=\"mobirise-loader\">\n\t\t\t\t\t\t<div placeholder=\"\" class=\"placeholder\"></div>\n\t\t\t\t\t\t<img class=\"mbr-temp\" src=\"@PROJECT_PATH@/assets/images/logochoice-240x85.png\" alt=\"\" title=\"\">\n\t\t\t\t\t</amp-img>\n\t\t\t\t</div>\n\t\t\t\t<span mbr-if=\"showBrand\" mbr-buttons=\"\" mbr-theme-style=\"display-5\" class=\"navbar-caption-wrap\" data-toolbar=\"-mbrBtnMove,-mbrBtnAdd,-mbrBtnRemove\"><a class=\"navbar-caption mbr-bold text-warning\" data-app-selector=\".navbar-caption\" href=\"#\" data-app-placeholder=\"Type Text\">PNGCBN</a></span>\n\t\t\t</div>\n\t\t\t<!-- SHOW LOGO END -->\n\t\t\t<!-- COLLAPSED MENU -->\n\t\t\t<div class=\"collapse navbar-collapse\" id=\"navbarSupportedContent\">\n\t\t\t\t<button class=\"navbar-toggler\" type=\"button\" data-toggle=\"collapse\" data-target=\"#navbarSupportedContent\" aria-controls=\"navbarNavAltMarkup\" aria-expanded=\"false\" aria-label=\"Toggle navigation\" mbr-if=\"showItems || showSocial || showButtons\">\n\t\t\t\t<div class=\"hamburger\">\n\t\t\t\t\t<span></span>\n\t\t\t\t\t<span></span>\n\t\t\t\t\t<span></span>\n\t\t\t\t\t<span></span>\n\t\t\t\t</div>\n\t\t\t\t</button>\n\t\t\t\t<!-- NAVBAR ITEMS -->\n\t\t\t\t<ul mbr-menu=\"\" class=\"navbar-nav nav-dropdown\" mbr-theme-style=\"display-4\" mbr-if=\"showItems\" mbr-class=\"{'nav-right': !showButtons,'navbar-nav-top-padding': isPublish &amp;&amp; !showBrand &amp;&amp; !showLogo}\"><li class=\"nav-item dropdown\">\n\t\t\t\t\t\t<a class=\"nav-link link mbr-bold text-warning\" href=\"index.html\" data-app-selector=\".nav-link,.dropdown-item\" aria-expanded=\"false\" data-app-placeholder=\"Type Text\">Home</a>\n\n\t\t\t\t\t</li>\n\t\t\t\t\t<li class=\"nav-item dropdown\">\n\t\t\t\t\t\t<a class=\"nav-link mbr-bold link text-warning\" href=\"aboutus.html\" data-app-selector=\".nav-link,.dropdown-item\" aria-expanded=\"false\" data-app-placeholder=\"Type Text\">About Us</a>\n                   <div class=\"dropdown-menu\">\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t<a class=\"mbr-bold dropdown-item text-warning\" href=\"histrorypics.html\" data-app-selector=\".nav-link,.dropdown-item\" data-app-placeholder=\"Type Text\">Gallery-History</a>\n\t\t\t\t\t\t</div>\n\t\t\t\t\t</li><li class=\"nav-item\"><a class=\"nav-link mbr-bold link text-warning\" href=\"partners.html\" data-app-selector=\".nav-link,.dropdown-item\" aria-expanded=\"false\" data-app-placeholder=\"Type Text\">Partners</a></li>\n\t\t\t\t\t<li class=\"nav-item dropdown\">\n\t\t\t\t\t\t<a class=\"nav-link mbr-bold link text-warning\" href=\"programs.html\" data-app-selector=\".nav-link,.dropdown-item\" aria-expanded=\"false\" data-app-placeholder=\"Type Text\">Programs</a>\n\n\t\t\t\t\t</li><li class=\"nav-item\"><a class=\"nav-link mbr-bold link text-warning\" href=\"projects.html\" data-app-selector=\".nav-link,.dropdown-item\" aria-expanded=\"false\" data-app-placeholder=\"Type Text\">Projects</a>\n       \n                    </li><li class=\"nav-item\"><a class=\"nav-link mbr-bold link text-warning\" href=\"coverage.html\" data-app-selector=\".nav-link,.dropdown-item\" aria-expanded=\"false\" data-app-placeholder=\"Type Text\">Coverage</a></li><li class=\"nav-item\"><a class=\"nav-link mbr-bold link text-warning\" href=\"news.html\" data-app-selector=\".nav-link,.dropdown-item\" aria-expanded=\"false\" data-app-placeholder=\"Type Text\">News</a></li>\n\t\t\t\t\t<li class=\"nav-item dropdown\">\n\t\t\t\t\t\t<a class=\"nav-link mbr-bold link text-warning\" href=\"https://ca7ssl.rcast.net/radio/61643/\" data-app-selector=\".nav-link,.dropdown-item\" aria-expanded=\"false\" data-app-placeholder=\"Type Text\" target=\"_blank\">LiveStream</a>\n\n\t\t\t\t\t</li><li class=\"nav-item\"><a class=\"nav-link mbr-bold link text-warning\" href=\"contact.html\" data-app-selector=\".nav-link,.dropdown-item\" aria-expanded=\"false\" data-app-placeholder=\"Type Text\">Contact</a></li></ul>\n\t\t\t\t<!-- NAVBAR ITEMS END -->\n\t\t\t\t<!-- SOCIAL ICON -->\n\t\t\t\t<div class=\"menu-social-list\" mbr-if=\"showSocial\" mbr-list=\"\" mbr-list-grow=\"socialCount\" mbr-link-type=\"socials\">\n\t\t\t\t\t<a href=\"#\" target=\"_blank\" class=\"iconfont-wrapper\">\n\t\t\t\t\t\t<span mbr-icon=\"\" class=\"amp-iconfont animation-normal fa-twitter fa\"></span>\n\t\t\t\t\t</a>\n\t\t\t\t\t<a href=\"#\" target=\"_blank\" class=\"iconfont-wrapper\">\n\t\t\t\t\t\t<span mbr-icon=\"\" class=\"amp-iconfont animation-normal fa-facebook fa\"></span>\n\t\t\t\t\t</a>\n\t\t\t\t\t<a href=\"#\" target=\"_blank\" class=\"iconfont-wrapper\">\n\t\t\t\t\t\t<span mbr-icon=\"\" class=\"amp-iconfont animation-normal fa-telegram fa\"></span>\n\t\t\t\t\t</a>\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t</div>\n\t\t\t\t<!-- SOCIAL ICON END -->\n\t\t\t\t<!-- SHOW BUTTON -->\n\t\t\t\t<div mbr-if=\"showButtons\" mbr-buttons=\"\" mbr-theme-style=\"display-7\" class=\"navbar-buttons mbr-section-btn\">\n\t\t\t\t\t<a class=\"btn btn-md btn-black mbr-bold\" href=\"#\">Join us</a>\n\t\t\t\t</div>\n\t\t\t\t<!-- SHOW BUTTON END -->\n\t\t\t</div>\n\t\t\t<!-- COLLAPSED MENU END -->\n\t\t\t<button class=\"navbar-toggler hide\" type=\"button\" data-toggle=\"collapse\" data-target=\"#navbarSupportedContent\" aria-controls=\"navbarNavAltMarkup\" aria-expanded=\"false\" aria-label=\"Toggle navigation\" mbr-if=\"showItems || showSocial || showButtons\">\n\t\t\t<div class=\"hamburger\">\n\t\t\t\t<span></span>\n\t\t\t\t<span></span>\n\t\t\t\t<span></span>\n\t\t\t\t<span></span>\n\t\t\t</div>\n\t\t\t</button>\n\t\t\t<button on=\"tap:sidebar.toggle\" class=\"ampstart-btn hamburger\" mbr-if=\"(showItems||showButtons)\">\n\t\t\t\t<span></span>\n\t\t\t\t<span></span>\n\t\t\t\t<span></span>\n\t\t\t\t<span></span>\n\t\t\t</button>\n\t\t</div>\n\t</nav>\n\t<!-- AMP plug -->\n\t<amp-sidebar id=\"sidebar\" layout=\"nodisplay\" side=\"{{sidebarSide}}\">\n\t\t<div class=\"builder-sidebar\" id=\"builder-sidebar\">\n\t\t\t<button on=\"tap:sidebar.close\" class=\"close-sidebar\">\n\t\t\t<span></span>\n\t\t\t<span></span>\n\t\t\t</button>\n\t\t</div>\n\t</amp-sidebar>\n\t<!-- </div> -->\n</section>",
          "_cid": "rx8RugdGc5",
          "_PHPplaceholders": [],
          "_JSplaceholders": [],
          "_anchor": "menu1-s",
          "_protectedParams": [],
          "_global": true,
          "_once": "menu",
          "_params": {}
        },
        {
          "alias": false,
          "_styles": {
            "& when not (@fullScreen)": {
              "padding-top": "(@paddingTop * 1rem)",
              "padding-bottom": "(@paddingBottom * 1rem)"
            },
            "& when (@bg-type = 'image')": {
              "background-image": "url(@bg-value)",
              "& when (@overlay)": {
                ".mbr-overlay": {
                  "background": "@overlayColor",
                  "opacity": "@overlayOpacity"
                }
              }
            },
            "& when (@bg-type = 'color')": {
              "background-color": "@bg-value"
            },
            "align-items": "center",
            "display": "flex",
            ".btn": {
              "padding": "5px 50px"
            },
            ".mbr-section-title, .mbr-section-btn": {
              "color": "#ffc300"
            },
            ".mbr-section-subtitle, .mbr-section-btn": {
              "color": "#ffffff"
            }
          },
          "_name": "header1",
          "_customHTML": "<section class=\"header1\" group=\"Headers\" mbr-class=\"{'mbr-fullscreen': fullScreen}\" plugins=\"amp-main\">\n    <mbr-parameters>\n    <!-- Block parameters controls (Blue \"Gear\" panel) -->\n    <header>Size</header>\n    <input type=\"checkbox\" title=\"Full Screen\" name=\"fullScreen\">\n    <input type=\"checkbox\" title=\"Full Width\" name=\"fullWidth\">\n    <input type=\"range\" inline title=\"Top\" name=\"paddingTop\" min=\"0\" max=\"15\" step=\"1\" value=\"10\" condition=\"fullScreen == false\">\n    <input type=\"range\" inline title=\"Bottom\" name=\"paddingBottom\" min=\"0\" max=\"15\" step=\"1\" value=\"10\" condition=\"fullScreen == false\">\n    <input type=\"checkbox\" name=\"halfSize\" title=\"Half Size\">\n    <select title=\"Align\" name=\"alignHalf\" condition=\"halfSize\">\n        <option value=\"1\" selected>Left</option>\n        <option value=\"2\">Center</option>\n        <option value=\"3\">Right</option>\n    </select>\n    <header>Show/Hide</header>\n    <input type=\"checkbox\" title=\"Title\" name=\"showTitle\" checked>\n    <input type=\"checkbox\" title=\"Subtitle\" name=\"showSubtitle\" checked>\n    <input type=\"checkbox\" title=\"Text\" name=\"showText\">\n    <input type=\"checkbox\" title=\"Buttons\" name=\"showButtons\" checked>\n    <select title=\"Align\" name=\"alignTitle\" condition=\"showTitle || showSubtitle || showText || showButtons\">\n        <option value=\"1\">Left</option>\n        <option value=\"2\">Center</option>\n        <option value=\"3\" selected>Right</option>\n    </select>\n    <header>Background</header>\n    <fieldset type=\"background\" name=\"bg\" required>\n        <input type=\"image\" title=\"Background Image\" value=\"@PROJECT_PATH@/assets/images/sunflowers-1097x676.jpg\" selected>\n        <input type=\"color\" title=\"Background Color\" value=\"#ffffff\">\n    </fieldset>\n    <input type=\"checkbox\" title=\"Overlay\" name=\"overlay\" condition=\"bg.type !== 'color'\">\n    <input type=\"color\" title=\"Overlay Color\" name=\"overlayColor\" value=\"#ffffff\" condition=\"overlay && bg.type !== 'color'\">\n    <input type=\"range\" inline title=\"Opacity\" name=\"overlayOpacity\" min=\"0\" max=\"1\" step=\"0.1\" value=\"0.8\" condition=\"overlay && bg.type !== 'color'\">\n    <!-- End block parameters -->\n    </mbr-parameters>\n    <div class=\"mbr-overlay\" mbr-if=\"overlay && bg.type !== 'color'\"></div>\n    <div mbr-class=\"{'container':!fullWidth,\n                     'container-fluid': fullWidth}\">\n        <div class=\"mbr-row\" mbr-class=\"{'align-left': alignTitle==1,\n                        'align-center': alignTitle==2,\n                        'align-right': alignTitle==3,\n                        'mbr-jc-c':alignHalf==2,\n                        'mbr-jc-e':alignHalf==3}\" mbr-if=\"showTitle || showSubtitle || showText || showButtons\">\n            <div class=\"title-block mbr-col-sm-12 mbr-col-md-12\" mbr-class=\"{'mbr-col-lg-6': halfSize,\n                             'mbr-col-lg-12': !halfSize}\">\n                <h1 class=\"mbr-section-title mbr-fonts-style mbr-bold\" mbr-theme-style=\"display-1\" mbr-if=\"showTitle\" data-app-selector=\".mbr-section-title, .mbr-section-btn\">GALLERY</h1>\n                <h2 class=\"mbr-section-subtitle mbr-fonts-style\" mbr-class=\"{'mbr-pt-3': showTitle}\" mbr-theme-style=\"display-2\" mbr-if=\"showSubtitle\" data-app-selector=\".mbr-section-subtitle, .mbr-section-btn\">History Pictures</h2>\n                <p class=\"mbr-text mbr-fonts-style\" mbr-class=\"{'mbr-pt-2': showTitle || showSubtitle}\" mbr-theme-style=\"display-7\" mbr-if=\"showText\" data-app-selector=\".mbr-section-btn, .mbr-text\">Click on the text in the block to select it and enter the text you want to show.</p>\n                <div mbr-buttons class=\"mbr-section-btn\" mbr-class=\"{'mbr-pt-4':showSubtitle||showTitle||showText}\" mbr-theme-style=\"display-7\" data-toolbar=\"-mbrBtnMove\" mbr-if=\"showButtons\">\n                    <a class=\"btn-primary btn\">Learn How</a>\n                </div>\n            </div>\n        </div>\n    </div>\n</section>",
          "_cid": "rZeQkWDxBA",
          "_anchor": "header1-19",
          "_protectedParams": [],
          "_global": false,
          "_once": false,
          "_params": {}
        },
        {
          "alias": "amp-blocks/components",
          "_isSecondary": true,
          "typeCompatible": "isAMP",
          "_styles": {
            "& when not (@fullScreen)": {
              "padding-top": "(@paddingTop * 1rem)",
              "padding-bottom": "(@paddingBottom * 1rem)"
            },
            "& when (@bg-type = 'image')": {
              "background-image": "url(@bg-value)",
              "& when (@overlay)": {
                ".mbr-overlay": {
                  "background": "@overlayColor",
                  "opacity": "@overlayOpacity"
                }
              }
            },
            "& when (@bg-type = 'color')": {
              "background-color": "@bg-value"
            }
          },
          "_name": "ampHeader33",
          "_customHTML": "<section class=\"ampHeader33\" group=\"Headers\" mbr-class=\"{'mbr-fullscreen': fullScreen}\" plugins=\"amp-main\">\n    <mbr-parameters>\n    <!-- Block parameters controls (Blue \"Gear\" panel) -->\n    <header>Size</header>\n    <input type=\"checkbox\" title=\"Full Screen\" name=\"fullScreen\">\n    <input type=\"checkbox\" title=\"Full Width\" name=\"fullWidth\">\n    <input type=\"range\" inline title=\"Top\" name=\"paddingTop\" min=\"0\" max=\"15\" step=\"1\" value=\"1\" condition=\"fullScreen == false\">\n    <input type=\"range\" inline title=\"Bottom\" name=\"paddingBottom\" min=\"0\" max=\"15\" step=\"1\" value=\"1\" condition=\"fullScreen == false\">\n    <input type=\"checkbox\" name=\"halfSize\" title=\"Half Size\" checked>\n    <select title=\"Align\" name=\"alignHalf\" condition=\"halfSize\">\n        <option value=\"1\" selected>Left</option>\n        <option value=\"2\">Center</option>\n        <option value=\"3\">Right</option>\n    </select>\n    <header>Show/Hide</header>\n    <input type=\"checkbox\" title=\"Title\" name=\"showTitle\" checked>\n    <input type=\"checkbox\" title=\"Subtitle\" name=\"showSubtitle\">\n    <input type=\"checkbox\" title=\"Text\" name=\"showText\" checked>\n    <input type=\"checkbox\" title=\"Buttons\" name=\"showButtons\" checked>\n    <select title=\"Align\" name=\"alignTitle\" condition=\"showTitle || showSubtitle || showText || showButtons\">\n        <option value=\"1\" selected>Left</option>\n        <option value=\"2\">Center</option>\n        <option value=\"3\">Right</option>\n    </select>\n    <header>Background</header>\n    <fieldset type=\"background\" name=\"bg\" required>\n        <input type=\"image\" title=\"Background Image\" value=\"@PROJECT_PATH@/assets/images/tower_intallations-904x936.jpg\">\n        <input type=\"color\" title=\"Background Color\" value=\"#ffffff\" selected>\n    </fieldset>\n    <input type=\"checkbox\" title=\"Overlay\" name=\"overlay\" condition=\"bg.type !== 'color'\" checked>\n    <input type=\"color\" title=\"Overlay Color\" name=\"overlayColor\" value=\"#ffffff\" condition=\"overlay && bg.type !== 'color'\">\n    <input type=\"range\" inline title=\"Opacity\" name=\"overlayOpacity\" min=\"0\" max=\"1\" step=\"0.1\" value=\"0.7\" condition=\"overlay && bg.type !== 'color'\">\n    <!-- End block parameters -->\n    </mbr-parameters>\n    <div class=\"mbr-overlay\" mbr-if=\"overlay && bg.type !== 'color'\"></div>\n    <div mbr-class=\"{'container':!fullWidth,\n                     'container-fluid': fullWidth}\">\n        <div class=\"mbr-row\" mbr-class=\"{'align-left': alignTitle==1,\n                        'align-center': alignTitle==2,\n                        'align-right': alignTitle==3,\n                        'mbr-jc-c':alignHalf==2,\n                        'mbr-jc-e':alignHalf==3}\" mbr-if=\"showTitle || showSubtitle || showText || showButtons\">\n            <div class=\"title-block mbr-col-sm-12 mbr-col-md-12\" mbr-class=\"{'mbr-col-lg-8': halfSize,\n                             'mbr-col-lg-12': !halfSize}\">\n                <h1 class=\"mbr-section-title mbr-fonts-style mbr-black mbr-bold\" mbr-theme-style=\"display-2\" mbr-if=\"showTitle\" data-app-selector=\".mbr-section-title, .mbr-section-btn\">MOMENTS CAPTURED</h1>\n                                <p class=\"mbr-text mbr-gray mbr-fonts-style\" mbr-class=\"{'mbr-pt-4': showTitle || showSubtitle}\" mbr-theme-style=\"display-7\" mbr-if=\"showText\" data-app-selector=\".mbr-section-btn, .mbr-text\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed pretium mi quis porta faucibus. Quisque in lorem posuere, varius justo in, consequat justo. Curabitur dignissim luctus convallis. Donec eget eleifend felis. In eleifend ligula in nibh maximus rutrum. Nunc mattis mollis dictum.</p>\n                <h2 class=\"mbr-section-subtitle mbr-lightgray mbr-fonts-style\" mbr-class=\"{'mbr-pt-3': showTitle}\" mbr-theme-style=\"display-4\" mbr-if=\"showSubtitle\" data-app-selector=\".mbr-section-subtitle, .mbr-section-btn\">Branding</h2>\n                <div mbr-buttons class=\"mbr-section-btn\" mbr-class=\"{'mbr-pt-4':showSubtitle||showTitle||showText}\" mbr-theme-style=\"display-7\" data-toolbar=\"-mbrBtnMove\" mbr-if=\"showButtons\">\n                    <a class=\"btn-secondary btn\">Learn How</a>\n                </div>\n            </div>\n        </div>\n    </div>\n</section>",
          "_cid": "rZeRacHuvd",
          "_anchor": "ampHeader33-1d",
          "_protectedParams": [],
          "_global": false,
          "_once": false,
          "_params": {}
        },
        {
          "alias": "amp-blocks/components",
          "_isSecondary": true,
          "typeCompatible": "isAMP",
          "_styles": {
            "padding-top": "(@paddingTop * 1rem)",
            "padding-bottom": "(@paddingBottom * 1rem)",
            "& when (@bg-type = 'color')": {
              "background-color": "@bg-value"
            },
            "& when (@bg-type = 'image')": {
              "background-image": "url(@bg-value)",
              ".mbr-overlay": {
                "background-color": "@overlayColor",
                "opacity": "@overlayOpacity"
              }
            },
            ".container": {
              "max-width": "1200px"
            },
            ".icon": {
              "position": "absolute",
              "top": "50%",
              "left": "50%",
              "transform": "translate(-50%, -50%)",
              "z-index": "10",
              "opacity": "0",
              "transition": "all 0.3s",
              "width": "100%",
              "text-align": "center"
            },
            ".m-top": {
              "margin-top": "2rem"
            },
            ".gallery-img-wrap": {
              "height": "auto"
            },
            "& when (@showIcons)": {
              "@media (max-width: 767px)": {
                ".icon": {
                  "opacity": "1"
                },
                ".gallery-img-wrap:after": {
                  "opacity": "0.5 !important"
                }
              }
            },
            ".gallery-img-wrap:after": {
              "opacity": "0",
              "background": "@hoverColor"
            },
            ".iconfont-wrapper": {
              "width": "(1rem + @imgIconsSize)",
              "height": "(1rem + @imgIconsSize)",
              "background-color": "transparent",
              "display": "inline-flex",
              "justify-content": "center",
              "align-items": "center"
            },
            ".amp-iconfont": {
              "font-size": "~\"@{imgIconsSize}rem\"",
              "width": "~\"@{imgIconsSize}rem\"",
              "color": "@imgIconsColor !important"
            },
            "@media (min-width: 992px)": {
              ".card-box": {
                "padding": "2rem 1rem"
              }
            },
            ".card-wrapper": {
              "height": "auto",
              "& when not (@transparentBg)": {
                "position": "relative"
              },
              "& when (@showBorders)": {
                "border": "1px solid @bordersColor"
              },
              "z-index": "1",
              "@media (max-width: 991px)": {
                "flex-wrap": "wrap"
              },
              "& when (@showIcons)": {
                "&:hover": {
                  ".gallery-img-wrap:after": {
                    "opacity": "0.5 !important"
                  },
                  ".icon": {
                    "opacity": "1"
                  }
                }
              }
            },
            "& when not (@transparentBg)": {
              ".card-wrapper:after": {
                "content": "\"\"",
                "position": "absolute",
                "left": "0",
                "right": "0",
                "top": "0",
                "bottom": "0",
                "background-color": "@cardBg",
                "opacity": "@bgOpacity",
                "z-index": "-1"
              }
            },
            "& when (@checkImages) and not (@flexDirection)": {
              ".card-img": {
                "padding": "0",
                "@media (max-width: 991px)": {
                  "width": "100%",
                  "margin-bottom": "2rem"
                },
                "& when not (@chessStyle)": {
                  "@media (min-width: 992px)": {
                    "& when not (@reverseContent)": {
                      "margin-right": "2rem"
                    },
                    "& when (@reverseContent)": {
                      "margin-left": "2rem"
                    }
                  }
                }
              },
              "& when (@chessStyle)": {
                "@media (min-width: 992px)": {
                  ".mbr-row .card": {
                    "& when not (@reverseContent)": {
                      "&:nth-child(odd) .card-img": {
                        "margin-left": "2rem"
                      },
                      "&:nth-child(even) .card-img": {
                        "margin-right": "2rem"
                      }
                    },
                    "& when (@reverseContent)": {
                      "&:nth-child(odd) .card-img": {
                        "margin-right": "2rem"
                      },
                      "&:nth-child(even) .card-img": {
                        "margin-left": "2rem"
                      }
                    }
                  }
                }
              }
            }
          },
          "_name": "ampFeatures45",
          "_customHTML": "<section class=\"ampFeatures45\" group=\"Features\" plugins=\"amp-main\">\n    <mbr-parameters>\n        <header>Size</header>\n        <input type=\"range\" inline=\"\" title=\"Top\" name=\"paddingTop\" min=\"0\" max=\"10\" step=\"1\" value=\"5\">\n        <input type=\"range\" inline=\"\" title=\"Bottom\" name=\"paddingBottom\" min=\"0\" max=\"10\" step=\"1\" value=\"5\">\n        <input type=\"checkbox\" title=\"Full Width\" name=\"fullWidth\">\n        <input type=\"checkbox\" title=\"Row/Column\" name=\"flexDirection\" checked=\"\">\n        <!-- -->\n        <input type=\"checkbox\" title=\"Chess Style\" name=\"chessStyle\" condition=\"checkImages &amp;&amp; !flexDirection\" checked=\"\">\n        <header>Title</header>\n        <input type=\"checkbox\" title=\"Show Title\" name=\"showTitle\" checked=\"\">\n        <input type=\"checkbox\" title=\"Show Subtitle\" name=\"showSubtitle\">\n        <select title=\"Align\" name=\"titleAlign\" condition=\"showTitle || showSubtitle\">\n            <option value=\"1\">Left</option>\n            <option value=\"2\" selected=\"\">Center</option>\n            <option value=\"3\">Right</option>\n        </select>\n        <header>Icons</header>\n        <input type=\"checkbox\" title=\"Show/Hide\" name=\"showIcons\" checked=\"\">\n        <input type=\"range\" inline=\"\" title=\"Icons Size\" name=\"imgIconsSize\" min=\"1\" max=\"3\" step=\"0.1\" value=\"1.5\" condition=\"showIcons\">\n        <input type=\"range\" inline=\"\" title=\"Icons Count\" name=\"IconsCount\" min=\"1\" max=\"5\" step=\"1\" value=\"5\" condition=\"showIcons\">\n        <input type=\"color\" title=\"Icons Color\" name=\"imgIconsColor\" value=\"#ffffff\" condition=\"showIcons\">\n\n        <header>Cards</header>\n        <input type=\"color\" title=\"Hover Color\" name=\"hoverColor\" value=\"#767676\">\n        <input type=\"range\" inline=\"\" title=\"Cols Count\" name=\"cardsCount\" min=\"1\" max=\"4\" step=\"1\" value=\"3\" condition=\"showCardsTitle || showCardsSubtitle || showCardsText || showCardsButtons || checkImages\" required=\"\">\n        <input type=\"range\" inline=\"\" title=\"Rows Count\" name=\"rowsCount\" min=\"1\" max=\"3\" step=\"1\" value=\"1\" condition=\"showCardsTitle || showCardsSubtitle || showCardsText || showCardsButtons || checkImages\" required=\"\">\n        <select title=\"Align\" name=\"cardsAlign\" condition=\"showCardsTitle || showCardsSubtitle || showCardsText || showCardsButtons || checkImages\">\n            <option value=\"1\" selected=\"\">Left</option>\n            <option value=\"2\">Center</option>\n            <option value=\"3\">Right</option>\n        </select>\n        <!-- -->\n        <input type=\"checkbox\" title=\"Show Title\" name=\"showCardsTitle\" checked=\"\">\n        <input type=\"checkbox\" title=\"Show Subtitle\" name=\"showCardsSubtitle\" checked=\"\">\n        <input type=\"checkbox\" title=\"Show Text\" name=\"showCardsText\">\n        <input type=\"checkbox\" title=\"Show Buttons\" name=\"showCardsButtons\">\n        <!--  -->\n        <input type=\"checkbox\" title=\"Borders\" name=\"showBorders\" condition=\"showCardsTitle || showCardsSubtitle || showCardsText || showCardsButtons || checkImages\">\n        <input type=\"color\" title=\"Color\" name=\"bordersColor\" value=\"#cccccc\" condition=\"showBorders &amp;&amp; (showCardsTitle || showCardsSubtitle || showCardsText || showCardsButtons || checkImages)\">\n        <input type=\"checkbox\" title=\"Transparent BG\" name=\"transparentBg\" condition=\"showCardsTitle || showCardsSubtitle || showCardsText || showCardsButtons || checkImages\" checked=\"\">\n        <input type=\"range\" title=\"Opacity\" name=\"bgOpacity\" min=\"0\" max=\"1\" value=\"1\" step=\"0.1\" condition=\"!transparentBg\">\n        <input type=\"color\" title=\"Color\" name=\"cardBg\" value=\"#efefef\" condition=\"!transparentBg &amp;&amp; (showCardsTitle || showCardsSubtitle || showCardsText || showCardsButtons || checkImages)\">\n        <!--  -->\n        <input type=\"checkbox\" title=\"Images\" name=\"checkImages\" checked=\"\">\n        <input type=\"range\" inline=\"\" title=\"Image Width\" name=\"imgWidth\" min=\"1\" max=\"5\" step=\"1\" value=\"3\" condition=\"checkImages &amp;&amp; !flexDirection\">\n        <input type=\"checkbox\" title=\"Reverse Content\" name=\"reverseContent\" condition=\"checkImages &amp;&amp; !flexDirection\">\n        <!--  -->\n        <header>Background</header>\n        <fieldset type=\"background\" name=\"bg\" required=\"\">\n            <input type=\"color\" title=\"Background Color\" value=\"#fffef2\" selected=\"\">\n            <input type=\"image\" title=\"Background Image\" value=\"../_images/background1.jpg\">\n        </fieldset>\n        <!--  -->\n        <input type=\"checkbox\" title=\"Overlay\" name=\"overlay\" checked=\"\" condition=\"bg.type !== 'color'\">\n        <input type=\"color\" title=\"Overlay Color\" name=\"overlayColor\" value=\"#ffffff\" condition=\"overlay &amp;&amp; bg.type == 'image'\">\n        <input type=\"range\" inline=\"\" title=\"Opacity\" name=\"overlayOpacity\" min=\"0\" max=\"1\" step=\"0.1\" value=\"0.5\" condition=\"overlay &amp;&amp; bg.type == 'image'\">\n    </mbr-parameters>\n\n    <div class=\"mbr-overlay\" mbr-if=\"overlay &amp;&amp; bg.type !== 'color'\"></div>\n    <div mbr-class=\"{'container':!fullWidth,\n                     'container-fluid':fullWidth}\">\n        <div class=\"title mbr-pb-5\" mbr-if=\"showTitle || showSubtitle\" mbr-class=\"{'align-center': titleAlign == 2,\n                         'align-right': titleAlign == 3}\">\n            <h3 class=\"mbr-section-title mbr-semibold mbr-fonts-style\" mbr-theme-style=\"display-2\" mbr-if=\"showTitle\" data-app-selector=\".mbr-section-title\">Pictures in memory -&nbsp;</h3>\n            <h4 class=\"mbr-section-subtitle mbr-fonts-style\" mbr-class=\"{'mbr-pt-2': showTitle}\" mbr-theme-style=\"display-5\" mbr-if=\"showSubtitle\" data-app-selector=\".mbr-section-subtitle\">Enter your block subtitle here</h4>\n        </div>\n        <div class=\"mbr-row\" mbr-class=\"{'mbr-jc-c': cardsCount <= 3,\n                         'mbr-column': !flexDirection}\" mbr-if=\"showCardsTitle || showCardsSubtitle || showCardsText || showCardsButtons || checkImages\">\n\n\n\n\n            <div class=\"card mbr-col-sm-12\" mbr-class=\"{'mbr-px-4': !flexDirection, \n                             'mbr-col-md-12': flexDirection &amp;&amp; cardsCount == 1,\n                             'mbr-col-md-6 mbr-col-lg-6': flexDirection &amp;&amp; cardsCount == 2,\n                             'mbr-col-md-8 mbr-col-lg-4': flexDirection &amp;&amp; cardsCount == 3,\n                             'mbr-col-md-6 mbr-col-lg-3': flexDirection &amp;&amp; cardsCount == 4,\n                             'md-pb': (flexDirection &amp;&amp; cardsCount > 2) || (!flexDirection &amp;&amp; cardsCount > 1),\n                             'lg-pb': !flexDirection &amp;&amp; cardsCount > 1,\n                             'last-child': cardsCount == 1}\">\n                <div class=\"card-wrapper\" mbr-class=\"{'mbr-flex': !flexDirection,\n                                 'mbr-column': checkImages &amp;&amp; flexDirection,\n                                 'mbr-row-reverse': checkImages &amp;&amp; !flexDirection &amp;&amp; ((!chessStyle &amp;&amp; reverseContent)||(chessStyle &amp;&amp; !reverseContent))}\">\n                    <div class=\"card-img gallery-img-wrap mbr-flex\" mbr-if=\"checkImages\" mbr-class=\"{'mbr-col-md-12 mbr-col-lg-3': imgWidth == 1 &amp;&amp; !flexDirection,\n                                     'mbr-col-md-12 mbr-col-lg-4': imgWidth == 2 &amp;&amp; !flexDirection,\n                                     'mbr-col-md-12 mbr-col-lg-6': imgWidth == 3 &amp;&amp; !flexDirection,\n                                     'mbr-col-md-12 mbr-col-lg-8': imgWidth == 4 &amp;&amp; !flexDirection,\n                                     'mbr-col-md-12 mbr-col-lg-9': imgWidth == 5 &amp;&amp; !flexDirection}\">\n                        <amp-img src=\"@PROJECT_PATH@/assets/images/the-goods1-736x685.jpeg\" layout=\"responsive\" width=\"368.6583184257603\" height=\"280\" alt=\"image\" class=\"mobirise-loader\">\n                            <div placeholder=\"\" class=\"placeholder\"></div>\n                            <img class=\"mbr-temp\" src=\"@PROJECT_PATH@/assets/images/the-goods1-736x685.jpeg\" alt=\"\" title=\"\">\n                        </amp-img>\n                        <div class=\"icon\" mbr-if=\"showIcons\">\n                            <div class=\"iconfont-wrapper\" mbr-if=\"IconsCount > 0\">\n                                <span mbr-icon=\"\" class=\"amp-iconfont fa-facebook-f fa\"></span>\n                            </div>\n                            <div class=\"iconfont-wrapper\" mbr-if=\"IconsCount > 1\">\n                                <span mbr-icon=\"\" class=\"amp-iconfont fa-twitter fa\"></span>\n                            </div>\n                            <div class=\"iconfont-wrapper\" mbr-if=\"IconsCount > 2\">\n                                <span mbr-icon=\"\" class=\"amp-iconfont fa-google-plus fa\"></span>\n                            </div>\n                            <div class=\"iconfont-wrapper\" mbr-if=\"IconsCount > 3\">\n                                <span mbr-icon=\"\" class=\"amp-iconfont fa-linkedin fa\"></span>\n                            </div>\n                            <div class=\"iconfont-wrapper\" mbr-if=\"IconsCount > 4\">\n                                <span mbr-icon=\"\" class=\"amp-iconfont fa-pinterest fa\"></span>\n                            </div>\n                        </div>\n                    </div>\n                    <div class=\"card-box mbr-m-auto\" mbr-if=\"(showCardsTitle || showCardsSubtitle || showCardsText || showCardsButtons)\" mbr-class=\"{'mbr-pt-2': flexDirection &amp;&amp; !showBorders,\n                                     'align-center': cardsAlign == 2,\n                                     'align-right': cardsAlign == 3,\n                                     'mbr-pb-3 mbr-pt-3 mbr-px-4': showBorders || !transparentBg}\">\n                        <h3 class=\"card-title mbr-semibold mbr-fonts-style\" mbr-theme-style=\"display-7\" mbr-if=\"showCardsTitle\" data-app-selector=\".card-title, .card-btn, .card-img\">\n                            <div>Learn To Feel Yourself</div>\n                        </h3>\n                        <h4 class=\"card-subtitle mbr-fonts-style mbr-gray\" mbr-class=\"{'mbr-pt-1' : showCardsTitle}\" mbr-theme-style=\"display-4\" mbr-if=\"showCardsSubtitle\" data-app-selector=\".card-subtitle, .card-btn, .card-img\">November\n                            23, 2019</h4>\n                        <p class=\"card-text mbr-fonts-style\" mbr-class=\"{'mbr-pt-3' : showCardsTitle || showCardsSubtitle}\" mbr-theme-style=\"display-4\" mbr-if=\"showCardsText\" data-app-selector=\".card-text, .card-btn, .card-img\">Click\n                            on the text in the block to select it and enter the text you want to show. Click on the\n                            image to set another one.</p>\n                        <div class=\"card-btn mbr-section-btn mbr-pt-2\" mbr-buttons=\"\" data-toolbar=\"-mbrBtnMove\" mbr-theme-style=\"display-7\" mbr-if=\"showCardsButtons\">\n                            <a class=\"btn btn-primary\" href=\"https://mobirise.com\">Read More</a>\n                        </div>\n                    </div>\n                </div>\n\n                <div class=\"card-wrapper m-top\" mbr-class=\"{'mbr-flex': !flexDirection,\n                                 'mbr-column': checkImages &amp;&amp; flexDirection,\n                                 'mbr-row-reverse': checkImages &amp;&amp; !flexDirection &amp;&amp; ((!chessStyle &amp;&amp; reverseContent)||(chessStyle &amp;&amp; !reverseContent))}\" mbr-if=\"rowsCount > 1\">\n                    <div class=\"card-img gallery-img-wrap mbr-flex\" mbr-if=\"checkImages\" mbr-class=\"{'mbr-col-md-12 mbr-col-lg-3': imgWidth == 1 &amp;&amp; !flexDirection,\n                                     'mbr-col-md-12 mbr-col-lg-4': imgWidth == 2 &amp;&amp; !flexDirection,\n                                     'mbr-col-md-12 mbr-col-lg-6': imgWidth == 3 &amp;&amp; !flexDirection,\n                                     'mbr-col-md-12 mbr-col-lg-8': imgWidth == 4 &amp;&amp; !flexDirection,\n                                     'mbr-col-md-12 mbr-col-lg-9': imgWidth == 5 &amp;&amp; !flexDirection}\">\n                        <amp-img src=\"@PROJECT_PATH@/assets/images/38.jpg\" layout=\"responsive\" width=\"150.12722646310434\" height=\"100\" alt=\"image\" class=\"mobirise-loader\">\n                            <div placeholder=\"\" class=\"placeholder\"></div>\n                            <img class=\"mbr-temp\" src=\"@PROJECT_PATH@/assets/images/38.jpg\" alt=\"\">\n                        </amp-img>\n                        <div class=\"icon\" mbr-if=\"showIcons\">\n                            <div class=\"iconfont-wrapper\" mbr-if=\"IconsCount > 0\">\n                                <span mbr-icon=\"\" class=\"amp-iconfont fa-facebook-f fa\"></span>\n                            </div>\n                            <div class=\"iconfont-wrapper\" mbr-if=\"IconsCount > 1\">\n                                <span mbr-icon=\"\" class=\"amp-iconfont fa-twitter fa\"></span>\n                            </div>\n                            <div class=\"iconfont-wrapper\" mbr-if=\"IconsCount > 2\">\n                                <span mbr-icon=\"\" class=\"amp-iconfont fa-google-plus fa\"></span>\n                            </div>\n                            <div class=\"iconfont-wrapper\" mbr-if=\"IconsCount > 3\">\n                                <span mbr-icon=\"\" class=\"amp-iconfont fa-linkedin fa\"></span>\n                            </div>\n                            <div class=\"iconfont-wrapper\" mbr-if=\"IconsCount > 4\">\n                                <span mbr-icon=\"\" class=\"amp-iconfont fa-pinterest fa\"></span>\n                            </div>\n                        </div>\n                    </div>\n                    <div class=\"card-box mbr-m-auto\" mbr-if=\"(showCardsTitle || showCardsSubtitle || showCardsText || showCardsButtons)\" mbr-class=\"{'mbr-pt-2': flexDirection &amp;&amp; !showBorders,\n                                     'align-center': cardsAlign == 2,\n                                     'align-right': cardsAlign == 3,\n                                     'mbr-pb-3 mbr-pt-3 mbr-px-4': showBorders || !transparentBg}\">\n                        <h3 class=\"card-title mbr-semibold mbr-fonts-style\" mbr-theme-style=\"display-7\" mbr-if=\"showCardsTitle\" data-app-selector=\".card-title, .card-btn, .card-img\">Art Performance\n                        </h3>\n                        <h4 class=\"card-subtitle mbr-fonts-style mbr-gray\" mbr-class=\"{'mbr-pt-1' : showCardsTitle}\" mbr-theme-style=\"display-4\" mbr-if=\"showCardsSubtitle\" data-app-selector=\".card-subtitle, .card-btn, .card-img\">May\n                            26, 2019</h4>\n                        <p class=\"card-text mbr-fonts-style\" mbr-class=\"{'mbr-pt-3' : showCardsTitle || showCardsSubtitle}\" mbr-theme-style=\"display-4\" mbr-if=\"showCardsText\" data-app-selector=\".card-text, .card-btn, .card-img\">Click\n                            on the text in the block to select it and enter the text you want to show. Click on the\n                            image to set another one.</p>\n                        <div class=\"card-btn mbr-section-btn mbr-pt-2\" mbr-buttons=\"\" data-toolbar=\"-mbrBtnMove\" mbr-theme-style=\"display-7\" mbr-if=\"showCardsButtons\">\n                            <a class=\"btn btn-primary\" href=\"https://mobirise.com\">Read More</a>\n                        </div>\n                    </div>\n                </div>\n\n\n                <div class=\"card-wrapper m-top\" mbr-class=\"{'mbr-flex': !flexDirection,\n                                 'mbr-column': checkImages &amp;&amp; flexDirection,\n                                 'mbr-row-reverse': checkImages &amp;&amp; !flexDirection &amp;&amp; ((!chessStyle &amp;&amp; reverseContent)||(chessStyle &amp;&amp; !reverseContent))}\" mbr-if=\"rowsCount > 2\">\n                    <div class=\"card-img gallery-img-wrap mbr-flex\" mbr-if=\"checkImages\" mbr-class=\"{'mbr-col-md-12 mbr-col-lg-3': imgWidth == 1 &amp;&amp; !flexDirection,\n                                     'mbr-col-md-12 mbr-col-lg-4': imgWidth == 2 &amp;&amp; !flexDirection,\n                                     'mbr-col-md-12 mbr-col-lg-6': imgWidth == 3 &amp;&amp; !flexDirection,\n                                     'mbr-col-md-12 mbr-col-lg-8': imgWidth == 4 &amp;&amp; !flexDirection,\n                                     'mbr-col-md-12 mbr-col-lg-9': imgWidth == 5 &amp;&amp; !flexDirection}\">\n                        <amp-img src=\"@PROJECT_PATH@/assets/images/39.jpg\" layout=\"responsive\" width=\"150.07173601147775\" height=\"100\" alt=\"image\" class=\"mobirise-loader\">\n                            <div placeholder=\"\" class=\"placeholder\"></div>\n                            <img class=\"mbr-temp\" src=\"@PROJECT_PATH@/assets/images/39.jpg\" alt=\"\">\n                        </amp-img>\n                        <div class=\"icon\" mbr-if=\"showIcons\">\n                            <div class=\"iconfont-wrapper\" mbr-if=\"IconsCount > 0\">\n                                <span mbr-icon=\"\" class=\"amp-iconfont fa-facebook-f fa\"></span>\n                            </div>\n                            <div class=\"iconfont-wrapper\" mbr-if=\"IconsCount > 1\">\n                                <span mbr-icon=\"\" class=\"amp-iconfont fa-twitter fa\"></span>\n                            </div>\n                            <div class=\"iconfont-wrapper\" mbr-if=\"IconsCount > 2\">\n                                <span mbr-icon=\"\" class=\"amp-iconfont fa-google-plus fa\"></span>\n                            </div>\n                            <div class=\"iconfont-wrapper\" mbr-if=\"IconsCount > 3\">\n                                <span mbr-icon=\"\" class=\"amp-iconfont fa-linkedin fa\"></span>\n                            </div>\n                            <div class=\"iconfont-wrapper\" mbr-if=\"IconsCount > 4\">\n                                <span mbr-icon=\"\" class=\"amp-iconfont fa-pinterest fa\"></span>\n                            </div>\n                        </div>\n                    </div>\n                    <div class=\"card-box mbr-m-auto\" mbr-if=\"(showCardsTitle || showCardsSubtitle || showCardsText || showCardsButtons)\" mbr-class=\"{'mbr-pt-2': flexDirection &amp;&amp; !showBorders,\n                                     'align-center': cardsAlign == 2,\n                                     'align-right': cardsAlign == 3,\n                                     'mbr-pb-3 mbr-pt-3 mbr-px-4': showBorders || !transparentBg}\">\n                        <h3 class=\"card-title mbr-semibold mbr-fonts-style\" mbr-theme-style=\"display-7\" mbr-if=\"showCardsTitle\" data-app-selector=\".card-title, .card-btn, .card-img\">Create Your Style\n                        </h3>\n                        <h4 class=\"card-subtitle mbr-fonts-style mbr-gray\" mbr-class=\"{'mbr-pt-1' : showCardsTitle}\" mbr-theme-style=\"display-4\" mbr-if=\"showCardsSubtitle\" data-app-selector=\".card-subtitle, .card-btn, .card-img\">July\n                            12, 2019</h4>\n                        <p class=\"card-text mbr-fonts-style\" mbr-class=\"{'mbr-pt-3' : showCardsTitle || showCardsSubtitle}\" mbr-theme-style=\"display-4\" mbr-if=\"showCardsText\" data-app-selector=\".card-text, .card-btn, .card-img\">Click\n                            on the text in the block to select it and enter the text you want to show. Click on the\n                            image to set another one.</p>\n                        <div class=\"card-btn mbr-section-btn mbr-pt-2\" mbr-buttons=\"\" data-toolbar=\"-mbrBtnMove\" mbr-theme-style=\"display-7\" mbr-if=\"showCardsButtons\">\n                            <a class=\"btn btn-primary\" href=\"https://mobirise.com\">Read More</a>\n                        </div>\n                    </div>\n                </div>\n\n\n            </div>\n\n\n\n\n\n\n\n\n\n            <div class=\"card mbr-col-sm-12\" mbr-class=\"{'mbr-px-4': !flexDirection, \n                             'mbr-col-md-6 mbr-col-lg-6': flexDirection &amp;&amp; cardsCount == 2,\n                             'mbr-col-md-8 mbr-col-lg-4': flexDirection &amp;&amp; cardsCount == 3,\n                             'mbr-col-md-6 mbr-col-lg-3': flexDirection &amp;&amp; cardsCount == 4,\n                             'md-pb': (flexDirection &amp;&amp; cardsCount > 2) || (!flexDirection &amp;&amp; cardsCount > 2),\n                             'lg-pb': !flexDirection &amp;&amp; cardsCount > 2,\n                             'last-child': cardsCount == 2}\" mbr-if=\"cardsCount > 1\">\n                <div class=\"card-wrapper\" mbr-class=\"{'mbr-flex': !flexDirection,\n                                 'mbr-column': checkImages &amp;&amp; flexDirection,\n                                 'mbr-row-reverse': checkImages &amp;&amp; !flexDirection &amp;&amp; reverseContent}\">\n                    <div class=\"card-img gallery-img-wrap mbr-flex\" mbr-if=\"checkImages\" mbr-class=\"{'mbr-col-md-12 mbr-col-lg-3': imgWidth == 1 &amp;&amp; !flexDirection,\n                                     'mbr-col-md-12 mbr-col-lg-4': imgWidth == 2 &amp;&amp; !flexDirection,\n                                     'mbr-col-md-12 mbr-col-lg-6': imgWidth == 3 &amp;&amp; !flexDirection,\n                                     'mbr-col-md-12 mbr-col-lg-8': imgWidth == 4 &amp;&amp; !flexDirection,\n                                     'mbr-col-md-12 mbr-col-lg-9': imgWidth == 5 &amp;&amp; !flexDirection}\">\n                        <amp-img src=\"@PROJECT_PATH@/assets/images/img0115a-736x577.jpg\" layout=\"responsive\" width=\"368.6377816291161\" height=\"289\" alt=\"image\" class=\"mobirise-loader\">\n                            <div placeholder=\"\" class=\"placeholder\"></div>\n                            <img class=\"mbr-temp\" src=\"@PROJECT_PATH@/assets/images/img0115a-736x577.jpg\" alt=\"\" title=\"\">\n                        </amp-img>\n                        <div class=\"icon\" mbr-if=\"showIcons\">\n                            <div class=\"iconfont-wrapper\" mbr-if=\"IconsCount > 0\">\n                                <span mbr-icon=\"\" class=\"amp-iconfont fa-facebook-f fa\"></span>\n                            </div>\n                            <div class=\"iconfont-wrapper\" mbr-if=\"IconsCount > 1\">\n                                <span mbr-icon=\"\" class=\"amp-iconfont fa-twitter fa\"></span>\n                            </div>\n                            <div class=\"iconfont-wrapper\" mbr-if=\"IconsCount > 2\">\n                                <span mbr-icon=\"\" class=\"amp-iconfont fa-google-plus fa\"></span>\n                            </div>\n                            <div class=\"iconfont-wrapper\" mbr-if=\"IconsCount > 3\">\n                                <span mbr-icon=\"\" class=\"amp-iconfont fa-linkedin fa\"></span>\n                            </div>\n                            <div class=\"iconfont-wrapper\" mbr-if=\"IconsCount > 4\">\n                                <span mbr-icon=\"\" class=\"amp-iconfont fa-pinterest fa\"></span>\n                            </div>\n                        </div>\n                    </div>\n                    <div class=\"card-box mbr-m-auto\" mbr-if=\"(showCardsTitle || showCardsSubtitle || showCardsText || showCardsButtons)\" mbr-class=\"{'mbr-pt-2': flexDirection &amp;&amp; !showBorders,\n                                     'align-center': cardsAlign == 2,\n                                     'align-right': cardsAlign == 3,\n                                     'mbr-pb-3 mbr-pt-3 mbr-px-4': showBorders || !transparentBg}\">\n                        <h3 class=\"card-title mbr-semibold mbr-fonts-style\" mbr-theme-style=\"display-7\" mbr-if=\"showCardsTitle\" data-app-selector=\".card-title, .card-btn, .card-img\">Plan Your Dream Trip\n                        </h3>\n                        <h4 class=\"card-subtitle mbr-fonts-style mbr-gray\" mbr-class=\"{'mbr-pt-1' : showCardsTitle}\" mbr-theme-style=\"display-4\" mbr-if=\"showCardsSubtitle\" data-app-selector=\".card-subtitle, .card-btn, .card-img\">December\n                            14, 2019</h4>\n                        <p class=\"card-text mbr-fonts-style\" mbr-class=\"{'mbr-pt-3' : showCardsTitle || showCardsSubtitle}\" mbr-theme-style=\"display-4\" mbr-if=\"showCardsText\" data-app-selector=\".card-text, .card-btn, .card-img\">Click\n                            on the text in the block to select it and enter the text you want to show. Click on the\n                            image to set another one.</p>\n                        <div class=\"card-btn mbr-section-btn mbr-pt-2\" mbr-buttons=\"\" data-toolbar=\"-mbrBtnMove\" mbr-theme-style=\"display-7\" mbr-if=\"showCardsButtons\">\n                            <a class=\"btn btn-primary\" href=\"https://mobirise.com\">Read More</a>\n                        </div>\n                    </div>\n                </div>\n\n                <div class=\"card-wrapper m-top\" mbr-class=\"{'mbr-flex': !flexDirection,\n                                 'mbr-column': checkImages &amp;&amp; flexDirection,\n                                 'mbr-row-reverse': checkImages &amp;&amp; !flexDirection &amp;&amp; reverseContent}\" mbr-if=\"rowsCount > 1\">\n                    <div class=\"card-img gallery-img-wrap mbr-flex\" mbr-if=\"checkImages\" mbr-class=\"{'mbr-col-md-12 mbr-col-lg-3': imgWidth == 1 &amp;&amp; !flexDirection,\n                                     'mbr-col-md-12 mbr-col-lg-4': imgWidth == 2 &amp;&amp; !flexDirection,\n                                     'mbr-col-md-12 mbr-col-lg-6': imgWidth == 3 &amp;&amp; !flexDirection,\n                                     'mbr-col-md-12 mbr-col-lg-8': imgWidth == 4 &amp;&amp; !flexDirection,\n                                     'mbr-col-md-12 mbr-col-lg-9': imgWidth == 5 &amp;&amp; !flexDirection}\">\n                        <amp-img src=\"@PROJECT_PATH@/assets/images/39.jpg\" layout=\"responsive\" width=\"150.07173601147775\" height=\"100\" alt=\"image\" class=\"mobirise-loader\">\n                            <div placeholder=\"\" class=\"placeholder\"></div>\n                            <img class=\"mbr-temp\" src=\"@PROJECT_PATH@/assets/images/39.jpg\" alt=\"\">\n                        </amp-img>\n                        <div class=\"icon\" mbr-if=\"showIcons\">\n                            <div class=\"iconfont-wrapper\" mbr-if=\"IconsCount > 0\">\n                                <span mbr-icon=\"\" class=\"amp-iconfont fa-facebook-f fa\"></span>\n                            </div>\n                            <div class=\"iconfont-wrapper\" mbr-if=\"IconsCount > 1\">\n                                <span mbr-icon=\"\" class=\"amp-iconfont fa-twitter fa\"></span>\n                            </div>\n                            <div class=\"iconfont-wrapper\" mbr-if=\"IconsCount > 2\">\n                                <span mbr-icon=\"\" class=\"amp-iconfont fa-google-plus fa\"></span>\n                            </div>\n                            <div class=\"iconfont-wrapper\" mbr-if=\"IconsCount > 3\">\n                                <span mbr-icon=\"\" class=\"amp-iconfont fa-linkedin fa\"></span>\n                            </div>\n                            <div class=\"iconfont-wrapper\" mbr-if=\"IconsCount > 4\">\n                                <span mbr-icon=\"\" class=\"amp-iconfont fa-pinterest fa\"></span>\n                            </div>\n                        </div>\n                    </div>\n                    <div class=\"card-box mbr-m-auto\" mbr-if=\"(showCardsTitle || showCardsSubtitle || showCardsText || showCardsButtons)\" mbr-class=\"{'mbr-pt-2': flexDirection &amp;&amp; !showBorders,\n                                     'align-center': cardsAlign == 2,\n                                     'align-right': cardsAlign == 3,\n                                     'mbr-pb-3 mbr-pt-3 mbr-px-4': showBorders || !transparentBg}\">\n                        <h3 class=\"card-title mbr-semibold mbr-fonts-style\" mbr-theme-style=\"display-7\" mbr-if=\"showCardsTitle\" data-app-selector=\".card-title, .card-btn, .card-img\">Create Your Style\n                        </h3>\n                        <h4 class=\"card-subtitle mbr-fonts-style mbr-gray\" mbr-class=\"{'mbr-pt-1' : showCardsTitle}\" mbr-theme-style=\"display-4\" mbr-if=\"showCardsSubtitle\" data-app-selector=\".card-subtitle, .card-btn, .card-img\">July\n                            12, 2019</h4>\n                        <p class=\"card-text mbr-fonts-style\" mbr-class=\"{'mbr-pt-3' : showCardsTitle || showCardsSubtitle}\" mbr-theme-style=\"display-4\" mbr-if=\"showCardsText\" data-app-selector=\".card-text, .card-btn, .card-img\">Click\n                            on the text in the block to select it and enter the text you want to show. Click on the\n                            image to set another one.</p>\n                        <div class=\"card-btn mbr-section-btn mbr-pt-2\" mbr-buttons=\"\" data-toolbar=\"-mbrBtnMove\" mbr-theme-style=\"display-7\" mbr-if=\"showCardsButtons\">\n                            <a class=\"btn btn-primary\" href=\"https://mobirise.com\">Read More</a>\n                        </div>\n                    </div>\n                </div>\n\n                <div class=\"card-wrapper m-top\" mbr-class=\"{'mbr-flex': !flexDirection,\n                                 'mbr-column': checkImages &amp;&amp; flexDirection,\n                                 'mbr-row-reverse': checkImages &amp;&amp; !flexDirection &amp;&amp; reverseContent}\" mbr-if=\"rowsCount > 2\">\n                    <div class=\"card-img gallery-img-wrap mbr-flex\" mbr-if=\"checkImages\" mbr-class=\"{'mbr-col-md-12 mbr-col-lg-3': imgWidth == 1 &amp;&amp; !flexDirection,\n                                     'mbr-col-md-12 mbr-col-lg-4': imgWidth == 2 &amp;&amp; !flexDirection,\n                                     'mbr-col-md-12 mbr-col-lg-6': imgWidth == 3 &amp;&amp; !flexDirection,\n                                     'mbr-col-md-12 mbr-col-lg-8': imgWidth == 4 &amp;&amp; !flexDirection,\n                                     'mbr-col-md-12 mbr-col-lg-9': imgWidth == 5 &amp;&amp; !flexDirection}\">\n                        <amp-img src=\"@PROJECT_PATH@/assets/images/35.jpg\" layout=\"responsive\" width=\"150.34013605442175\" height=\"100\" alt=\"image\" class=\"mobirise-loader\">\n                            <div placeholder=\"\" class=\"placeholder\"></div>\n                            <img class=\"mbr-temp\" src=\"@PROJECT_PATH@/assets/images/35.jpg\" alt=\"\">\n                        </amp-img>\n                        <div class=\"icon\" mbr-if=\"showIcons\">\n                            <div class=\"iconfont-wrapper\" mbr-if=\"IconsCount > 0\">\n                                <span mbr-icon=\"\" class=\"amp-iconfont fa-facebook-f fa\"></span>\n                            </div>\n                            <div class=\"iconfont-wrapper\" mbr-if=\"IconsCount > 1\">\n                                <span mbr-icon=\"\" class=\"amp-iconfont fa-twitter fa\"></span>\n                            </div>\n                            <div class=\"iconfont-wrapper\" mbr-if=\"IconsCount > 2\">\n                                <span mbr-icon=\"\" class=\"amp-iconfont fa-google-plus fa\"></span>\n                            </div>\n                            <div class=\"iconfont-wrapper\" mbr-if=\"IconsCount > 3\">\n                                <span mbr-icon=\"\" class=\"amp-iconfont fa-linkedin fa\"></span>\n                            </div>\n                            <div class=\"iconfont-wrapper\" mbr-if=\"IconsCount > 4\">\n                                <span mbr-icon=\"\" class=\"amp-iconfont fa-pinterest fa\"></span>\n                            </div>\n                        </div>\n                    </div>\n                    <div class=\"card-box mbr-m-auto\" mbr-if=\"(showCardsTitle || showCardsSubtitle || showCardsText || showCardsButtons)\" mbr-class=\"{'mbr-pt-2': flexDirection &amp;&amp; !showBorders,\n                                     'align-center': cardsAlign == 2,\n                                     'align-right': cardsAlign == 3,\n                                     'mbr-pb-3 mbr-pt-3 mbr-px-4': showBorders || !transparentBg}\">\n                        <h3 class=\"card-title mbr-semibold mbr-fonts-style\" mbr-theme-style=\"display-7\" mbr-if=\"showCardsTitle\" data-app-selector=\".card-title, .card-btn, .card-img\">Art Performance\n                        </h3>\n                        <h4 class=\"card-subtitle mbr-fonts-style mbr-gray\" mbr-class=\"{'mbr-pt-1' : showCardsTitle}\" mbr-theme-style=\"display-4\" mbr-if=\"showCardsSubtitle\" data-app-selector=\".card-subtitle, .card-btn, .card-img\">May\n                            26, 2019</h4>\n                        <p class=\"card-text mbr-fonts-style\" mbr-class=\"{'mbr-pt-3' : showCardsTitle || showCardsSubtitle}\" mbr-theme-style=\"display-4\" mbr-if=\"showCardsText\" data-app-selector=\".card-text, .card-btn, .card-img\">Click\n                            on the text in the block to select it and enter the text you want to show. Click on the\n                            image to set another one.</p>\n                        <div class=\"card-btn mbr-section-btn mbr-pt-2\" mbr-buttons=\"\" data-toolbar=\"-mbrBtnMove\" mbr-theme-style=\"display-7\" mbr-if=\"showCardsButtons\">\n                            <a class=\"btn btn-primary\" href=\"https://mobirise.com\">Read More</a>\n                        </div>\n                    </div>\n                </div>\n\n\n            </div>\n            <div class=\"card mbr-col-sm-12\" mbr-class=\"{'mbr-px-4': !flexDirection, \n                             'mbr-col-md-8 mbr-col-lg-4': flexDirection &amp;&amp; cardsCount == 3,\n                             'mbr-col-md-6 mbr-col-lg-3': flexDirection &amp;&amp; cardsCount == 4,\n                             'md-pb': !flexDirection &amp;&amp; cardsCount > 3,\n                             'lg-pb': !flexDirection &amp;&amp; cardsCount > 3,\n                             'last-child': cardsCount == 3}\" mbr-if=\"cardsCount > 2\">\n                <div class=\"card-wrapper\" mbr-class=\"{'mbr-flex': !flexDirection,\n                                 'mbr-column': checkImages &amp;&amp; flexDirection,\n                                 'mbr-row-reverse': checkImages &amp;&amp; !flexDirection &amp;&amp; ((!chessStyle &amp;&amp; reverseContent)||(chessStyle &amp;&amp; !reverseContent))}\">\n                    <div class=\"card-img gallery-img-wrap mbr-flex\" mbr-if=\"checkImages\" mbr-class=\"{'mbr-col-md-12 mbr-col-lg-3': imgWidth == 1 &amp;&amp; !flexDirection,\n                                     'mbr-col-md-12 mbr-col-lg-4': imgWidth == 2 &amp;&amp; !flexDirection,\n                                     'mbr-col-md-12 mbr-col-lg-6': imgWidth == 3 &amp;&amp; !flexDirection,\n                                     'mbr-col-md-12 mbr-col-lg-8': imgWidth == 4 &amp;&amp; !flexDirection,\n                                     'mbr-col-md-12 mbr-col-lg-9': imgWidth == 5 &amp;&amp; !flexDirection}\">\n                        <amp-img src=\"@PROJECT_PATH@/assets/images/dscf1105-2-736x549.jpeg\" layout=\"responsive\" width=\"367.7538461538461\" height=\"288\" alt=\"image\" class=\"mobirise-loader\">\n                            <div placeholder=\"\" class=\"placeholder\"></div>\n                            <img class=\"mbr-temp\" src=\"@PROJECT_PATH@/assets/images/dscf1105-2-736x549.jpeg\" alt=\"\" title=\"\">\n                        </amp-img>\n                        <div class=\"icon\" mbr-if=\"showIcons\">\n                            <div class=\"iconfont-wrapper\" mbr-if=\"IconsCount > 0\">\n                                <span mbr-icon=\"\" class=\"amp-iconfont fa-facebook-f fa\"></span>\n                            </div>\n                            <div class=\"iconfont-wrapper\" mbr-if=\"IconsCount > 1\">\n                                <span mbr-icon=\"\" class=\"amp-iconfont fa-twitter fa\"></span>\n                            </div>\n                            <div class=\"iconfont-wrapper\" mbr-if=\"IconsCount > 2\">\n                                <span mbr-icon=\"\" class=\"amp-iconfont fa-google-plus fa\"></span>\n                            </div>\n                            <div class=\"iconfont-wrapper\" mbr-if=\"IconsCount > 3\">\n                                <span mbr-icon=\"\" class=\"amp-iconfont fa-linkedin fa\"></span>\n                            </div>\n                            <div class=\"iconfont-wrapper\" mbr-if=\"IconsCount > 4\">\n                                <span mbr-icon=\"\" class=\"amp-iconfont fa-pinterest fa\"></span>\n                            </div>\n                        </div>\n                    </div>\n                    <div class=\"card-box mbr-m-auto\" mbr-if=\"(showCardsTitle || showCardsSubtitle || showCardsText || showCardsButtons)\" mbr-class=\"{'mbr-pt-2': flexDirection &amp;&amp; !showBorders,\n                                     'align-center': cardsAlign == 2,\n                                     'align-right': cardsAlign == 3,\n                                     'mbr-pb-3 mbr-pt-3 mbr-px-4': showBorders || !transparentBg}\">\n                        <h3 class=\"card-title mbr-semibold mbr-fonts-style\" mbr-theme-style=\"display-7\" mbr-if=\"showCardsTitle\" data-app-selector=\".card-title, .card-btn, .card-img\">\n                            <div>Create Your Style</div>\n                        </h3>\n                        <h4 class=\"card-subtitle mbr-fonts-style mbr-gray\" mbr-class=\"{'mbr-pt-1' : showCardsTitle}\" mbr-theme-style=\"display-4\" mbr-if=\"showCardsSubtitle\" data-app-selector=\".card-subtitle, .card-btn, .card-img\">July\n                            12, 2019</h4>\n                        <p class=\"card-text mbr-fonts-style\" mbr-class=\"{'mbr-pt-3' : showCardsTitle || showCardsSubtitle}\" mbr-theme-style=\"display-4\" mbr-if=\"showCardsText\" data-app-selector=\".card-text, .card-btn, .card-img\">Click\n                            on the text in the block to select it and enter the text you want to show. Click on the\n                            image to set another one.</p>\n                        <div class=\"card-btn mbr-section-btn mbr-pt-2\" mbr-buttons=\"\" data-toolbar=\"-mbrBtnMove\" mbr-theme-style=\"display-7\" mbr-if=\"showCardsButtons\">\n                            <a class=\"btn btn-primary\" href=\"https://mobirise.com\">Read More</a>\n                        </div>\n                    </div>\n                </div>\n\n                <div class=\"card-wrapper m-top\" mbr-class=\"{'mbr-flex': !flexDirection,\n                                 'mbr-column': checkImages &amp;&amp; flexDirection,\n                                 'mbr-row-reverse': checkImages &amp;&amp; !flexDirection &amp;&amp; ((!chessStyle &amp;&amp; reverseContent)||(chessStyle &amp;&amp; !reverseContent))}\" mbr-if=\"rowsCount > 1\">\n                    <div class=\"card-img gallery-img-wrap mbr-flex\" mbr-if=\"checkImages\" mbr-class=\"{'mbr-col-md-12 mbr-col-lg-3': imgWidth == 1 &amp;&amp; !flexDirection,\n                                     'mbr-col-md-12 mbr-col-lg-4': imgWidth == 2 &amp;&amp; !flexDirection,\n                                     'mbr-col-md-12 mbr-col-lg-6': imgWidth == 3 &amp;&amp; !flexDirection,\n                                     'mbr-col-md-12 mbr-col-lg-8': imgWidth == 4 &amp;&amp; !flexDirection,\n                                     'mbr-col-md-12 mbr-col-lg-9': imgWidth == 5 &amp;&amp; !flexDirection}\">\n                        <amp-img src=\"@PROJECT_PATH@/assets/images/38.jpg\" layout=\"responsive\" width=\"150.12722646310434\" height=\"100\" alt=\"image\" class=\"mobirise-loader\">\n                            <div placeholder=\"\" class=\"placeholder\"></div>\n                            <img class=\"mbr-temp\" src=\"@PROJECT_PATH@/assets/images/38.jpg\" alt=\"\">\n                        </amp-img>\n                        <div class=\"icon\" mbr-if=\"showIcons\">\n                            <div class=\"iconfont-wrapper\" mbr-if=\"IconsCount > 0\">\n                                <span mbr-icon=\"\" class=\"amp-iconfont fa-facebook-f fa\"></span>\n                            </div>\n                            <div class=\"iconfont-wrapper\" mbr-if=\"IconsCount > 1\">\n                                <span mbr-icon=\"\" class=\"amp-iconfont fa-twitter fa\"></span>\n                            </div>\n                            <div class=\"iconfont-wrapper\" mbr-if=\"IconsCount > 2\">\n                                <span mbr-icon=\"\" class=\"amp-iconfont fa-google-plus fa\"></span>\n                            </div>\n                            <div class=\"iconfont-wrapper\" mbr-if=\"IconsCount > 3\">\n                                <span mbr-icon=\"\" class=\"amp-iconfont fa-linkedin fa\"></span>\n                            </div>\n                            <div class=\"iconfont-wrapper\" mbr-if=\"IconsCount > 4\">\n                                <span mbr-icon=\"\" class=\"amp-iconfont fa-pinterest fa\"></span>\n                            </div>\n                        </div>\n                    </div>\n                    <div class=\"card-box mbr-m-auto\" mbr-if=\"(showCardsTitle || showCardsSubtitle || showCardsText || showCardsButtons)\" mbr-class=\"{'mbr-pt-2': flexDirection &amp;&amp; !showBorders,\n                                     'align-center': cardsAlign == 2,\n                                     'align-right': cardsAlign == 3,\n                                     'mbr-pb-3 mbr-pt-3 mbr-px-4': showBorders || !transparentBg}\">\n                        <h3 class=\"card-title mbr-semibold mbr-fonts-style\" mbr-theme-style=\"display-7\" mbr-if=\"showCardsTitle\" data-app-selector=\".card-title, .card-btn, .card-img\">Plan Your Dream Trip\n                        </h3>\n                        <h4 class=\"card-subtitle mbr-fonts-style mbr-gray\" mbr-class=\"{'mbr-pt-1' : showCardsTitle}\" mbr-theme-style=\"display-4\" mbr-if=\"showCardsSubtitle\" data-app-selector=\".card-subtitle, .card-btn, .card-img\">December\n                            14, 2019</h4>\n                        <p class=\"card-text mbr-fonts-style\" mbr-class=\"{'mbr-pt-3' : showCardsTitle || showCardsSubtitle}\" mbr-theme-style=\"display-4\" mbr-if=\"showCardsText\" data-app-selector=\".card-text, .card-btn, .card-img\">Click\n                            on the text in the block to select it and enter the text you want to show. Click on the\n                            image to set another one.</p>\n                        <div class=\"card-btn mbr-section-btn mbr-pt-2\" mbr-buttons=\"\" data-toolbar=\"-mbrBtnMove\" mbr-theme-style=\"display-7\" mbr-if=\"showCardsButtons\">\n                            <a class=\"btn btn-primary\" href=\"https://mobirise.com\">Read More</a>\n                        </div>\n                    </div>\n                </div>\n\n                <div class=\"card-wrapper m-top\" mbr-class=\"{'mbr-flex': !flexDirection,\n                                 'mbr-column': checkImages &amp;&amp; flexDirection,\n                                 'mbr-row-reverse': checkImages &amp;&amp; !flexDirection &amp;&amp; ((!chessStyle &amp;&amp; reverseContent)||(chessStyle &amp;&amp; !reverseContent))}\" mbr-if=\"rowsCount > 2\">\n                    <div class=\"card-img gallery-img-wrap mbr-flex\" mbr-if=\"checkImages\" mbr-class=\"{'mbr-col-md-12 mbr-col-lg-3': imgWidth == 1 &amp;&amp; !flexDirection,\n                                     'mbr-col-md-12 mbr-col-lg-4': imgWidth == 2 &amp;&amp; !flexDirection,\n                                     'mbr-col-md-12 mbr-col-lg-6': imgWidth == 3 &amp;&amp; !flexDirection,\n                                     'mbr-col-md-12 mbr-col-lg-8': imgWidth == 4 &amp;&amp; !flexDirection,\n                                     'mbr-col-md-12 mbr-col-lg-9': imgWidth == 5 &amp;&amp; !flexDirection}\">\n                        <amp-img src=\"@PROJECT_PATH@/assets/images/35.jpg\" layout=\"responsive\" width=\"150.34013605442175\" height=\"100\" alt=\"image\" class=\"mobirise-loader\">\n                            <div placeholder=\"\" class=\"placeholder\"></div>\n                            <img class=\"mbr-temp\" src=\"@PROJECT_PATH@/assets/images/35.jpg\" alt=\"\">\n                        </amp-img>\n                        <div class=\"icon\" mbr-if=\"showIcons\">\n                            <div class=\"iconfont-wrapper\" mbr-if=\"IconsCount > 0\">\n                                <span mbr-icon=\"\" class=\"amp-iconfont fa-facebook-f fa\"></span>\n                            </div>\n                            <div class=\"iconfont-wrapper\" mbr-if=\"IconsCount > 1\">\n                                <span mbr-icon=\"\" class=\"amp-iconfont fa-twitter fa\"></span>\n                            </div>\n                            <div class=\"iconfont-wrapper\" mbr-if=\"IconsCount > 2\">\n                                <span mbr-icon=\"\" class=\"amp-iconfont fa-google-plus fa\"></span>\n                            </div>\n                            <div class=\"iconfont-wrapper\" mbr-if=\"IconsCount > 3\">\n                                <span mbr-icon=\"\" class=\"amp-iconfont fa-linkedin fa\"></span>\n                            </div>\n                            <div class=\"iconfont-wrapper\" mbr-if=\"IconsCount > 4\">\n                                <span mbr-icon=\"\" class=\"amp-iconfont fa-pinterest fa\"></span>\n                            </div>\n                        </div>\n                    </div>\n                    <div class=\"card-box mbr-m-auto\" mbr-if=\"(showCardsTitle || showCardsSubtitle || showCardsText || showCardsButtons)\" mbr-class=\"{'mbr-pt-2': flexDirection &amp;&amp; !showBorders,\n                                     'align-center': cardsAlign == 2,\n                                     'align-right': cardsAlign == 3,\n                                     'mbr-pb-3 mbr-pt-3 mbr-px-4': showBorders || !transparentBg}\">\n                        <h3 class=\"card-title mbr-semibold mbr-fonts-style\" mbr-theme-style=\"display-7\" mbr-if=\"showCardsTitle\" data-app-selector=\".card-title, .card-btn, .card-img\">Learn To Feel Yourself\n                        </h3>\n                        <h4 class=\"card-subtitle mbr-fonts-style mbr-gray\" mbr-class=\"{'mbr-pt-1' : showCardsTitle}\" mbr-theme-style=\"display-4\" mbr-if=\"showCardsSubtitle\" data-app-selector=\".card-subtitle, .card-btn, .card-img\">November\n                            23, 2019</h4>\n                        <p class=\"card-text mbr-fonts-style\" mbr-class=\"{'mbr-pt-3' : showCardsTitle || showCardsSubtitle}\" mbr-theme-style=\"display-4\" mbr-if=\"showCardsText\" data-app-selector=\".card-text, .card-btn, .card-img\">Click\n                            on the text in the block to select it and enter the text you want to show. Click on the\n                            image to set another one.</p>\n                        <div class=\"card-btn mbr-section-btn mbr-pt-2\" mbr-buttons=\"\" data-toolbar=\"-mbrBtnMove\" mbr-theme-style=\"display-7\" mbr-if=\"showCardsButtons\">\n                            <a class=\"btn btn-primary\" href=\"https://mobirise.com\">Read More</a>\n                        </div>\n                    </div>\n                </div>\n\n\n            </div>\n            <div class=\"card mbr-col-sm-12\" mbr-class=\"{'mbr-col-md-6 mbr-col-lg-3': flexDirection,\n                             'mbr-px-4': !flexDirection, \n                             'last-child': cardsCount == 4}\" mbr-if=\"cardsCount > 3\">\n                <div class=\"card-wrapper\" mbr-class=\"{'mbr-flex': !flexDirection,\n                                 'mbr-column': checkImages &amp;&amp; flexDirection,\n                                 'mbr-row-reverse': checkImages &amp;&amp; !flexDirection  &amp;&amp; reverseContent}\">\n                    <div class=\"card-img gallery-img-wrap mbr-flex\" mbr-if=\"checkImages\" mbr-class=\"{'mbr-col-md-12 mbr-col-lg-3': imgWidth == 1 &amp;&amp; !flexDirection,\n                                     'mbr-col-md-12 mbr-col-lg-4': imgWidth == 2 &amp;&amp; !flexDirection,\n                                     'mbr-col-md-12 mbr-col-lg-6': imgWidth == 3 &amp;&amp; !flexDirection,\n                                     'mbr-col-md-12 mbr-col-lg-8': imgWidth == 4 &amp;&amp; !flexDirection,\n                                     'mbr-col-md-12 mbr-col-lg-9': imgWidth == 5 &amp;&amp; !flexDirection}\">\n                        <amp-img src=\"@PROJECT_PATH@/assets/images/35.jpg\" layout=\"responsive\" width=\"150.34013605442175\" height=\"100\" alt=\"image\" class=\"mobirise-loader\">\n                            <div placeholder=\"\" class=\"placeholder\"></div>\n                            <img class=\"mbr-temp\" src=\"@PROJECT_PATH@/assets/images/35.jpg\" alt=\"\">\n                        </amp-img>\n                        <div class=\"icon\" mbr-if=\"showIcons\">\n                            <div class=\"iconfont-wrapper\" mbr-if=\"IconsCount > 0\">\n                                <span mbr-icon=\"\" class=\"amp-iconfont fa-facebook-f fa\"></span>\n                            </div>\n                            <div class=\"iconfont-wrapper\" mbr-if=\"IconsCount > 1\">\n                                <span mbr-icon=\"\" class=\"amp-iconfont fa-twitter fa\"></span>\n                            </div>\n                            <div class=\"iconfont-wrapper\" mbr-if=\"IconsCount > 2\">\n                                <span mbr-icon=\"\" class=\"amp-iconfont fa-google-plus fa\"></span>\n                            </div>\n                            <div class=\"iconfont-wrapper\" mbr-if=\"IconsCount > 3\">\n                                <span mbr-icon=\"\" class=\"amp-iconfont fa-linkedin fa\"></span>\n                            </div>\n                            <div class=\"iconfont-wrapper\" mbr-if=\"IconsCount > 4\">\n                                <span mbr-icon=\"\" class=\"amp-iconfont fa-pinterest fa\"></span>\n                            </div>\n                        </div>\n                    </div>\n                    <div class=\"card-box mbr-m-auto\" mbr-if=\"(showCardsTitle || showCardsSubtitle || showCardsText || showCardsButtons)\" mbr-class=\"{'mbr-pt-2': flexDirection &amp;&amp; !showBorders,\n                                     'align-center': cardsAlign == 2,\n                                     'align-right': cardsAlign == 3,\n                                     'mbr-pb-3 mbr-pt-3 mbr-px-4': showBorders || !transparentBg}\">\n                        <h3 class=\"card-title mbr-semibold mbr-fonts-style\" mbr-theme-style=\"display-7\" mbr-if=\"showCardsTitle\" data-app-selector=\".card-title, .card-btn, .card-img\">\n                            <div>Art Performance</div>\n                        </h3>\n                        <h4 class=\"card-subtitle mbr-fonts-style mbr-gray\" mbr-class=\"{'mbr-pt-1' : showCardsTitle}\" mbr-theme-style=\"display-4\" mbr-if=\"showCardsSubtitle\" data-app-selector=\".card-subtitle, .card-btn, .card-img\">May\n                            26, 2019</h4>\n                        <p class=\"card-text mbr-fonts-style\" mbr-class=\"{'mbr-pt-3' : showCardsTitle || showCardsSubtitle}\" mbr-theme-style=\"display-4\" mbr-if=\"showCardsText\" data-app-selector=\".card-text, .card-btn, .card-img\">Click\n                            on the text in the block to select it and enter the text you want to show. Click on the\n                            image to set another one.</p>\n                        <div class=\"card-btn mbr-section-btn mbr-pt-2\" mbr-buttons=\"\" data-toolbar=\"-mbrBtnMove\" mbr-theme-style=\"display-7\" mbr-if=\"showCardsButtons\">\n                            <a class=\"btn btn-primary\" href=\"https://mobirise.com\">Read More</a>\n                        </div>\n                    </div>\n                </div>\n                <div class=\"card-wrapper m-top\" mbr-class=\"{'mbr-flex': !flexDirection,\n                                 'mbr-column': checkImages &amp;&amp; flexDirection,\n                                 'mbr-row-reverse': checkImages &amp;&amp; !flexDirection  &amp;&amp; reverseContent}\" mbr-if=\"rowsCount > 1\">\n                    <div class=\"card-img gallery-img-wrap mbr-flex\" mbr-if=\"checkImages\" mbr-class=\"{'mbr-col-md-12 mbr-col-lg-3': imgWidth == 1 &amp;&amp; !flexDirection,\n                                     'mbr-col-md-12 mbr-col-lg-4': imgWidth == 2 &amp;&amp; !flexDirection,\n                                     'mbr-col-md-12 mbr-col-lg-6': imgWidth == 3 &amp;&amp; !flexDirection,\n                                     'mbr-col-md-12 mbr-col-lg-8': imgWidth == 4 &amp;&amp; !flexDirection,\n                                     'mbr-col-md-12 mbr-col-lg-9': imgWidth == 5 &amp;&amp; !flexDirection}\">\n                        <amp-img src=\"@PROJECT_PATH@/assets/images/38.jpg\" layout=\"responsive\" width=\"150.12722646310434\" height=\"100\" alt=\"image\" class=\"mobirise-loader\">\n                            <div placeholder=\"\" class=\"placeholder\"></div>\n                            <img class=\"mbr-temp\" src=\"@PROJECT_PATH@/assets/images/38.jpg\" alt=\"\">\n                        </amp-img>\n                        <div class=\"icon\" mbr-if=\"showIcons\">\n                            <div class=\"iconfont-wrapper\" mbr-if=\"IconsCount > 0\">\n                                <span mbr-icon=\"\" class=\"amp-iconfont fa-facebook-f fa\"></span>\n                            </div>\n                            <div class=\"iconfont-wrapper\" mbr-if=\"IconsCount > 1\">\n                                <span mbr-icon=\"\" class=\"amp-iconfont fa-twitter fa\"></span>\n                            </div>\n                            <div class=\"iconfont-wrapper\" mbr-if=\"IconsCount > 2\">\n                                <span mbr-icon=\"\" class=\"amp-iconfont fa-google-plus fa\"></span>\n                            </div>\n                            <div class=\"iconfont-wrapper\" mbr-if=\"IconsCount > 3\">\n                                <span mbr-icon=\"\" class=\"amp-iconfont fa-linkedin fa\"></span>\n                            </div>\n                            <div class=\"iconfont-wrapper\" mbr-if=\"IconsCount > 4\">\n                                <span mbr-icon=\"\" class=\"amp-iconfont fa-pinterest fa\"></span>\n                            </div>\n                        </div>\n                    </div>\n                    <div class=\"card-box mbr-m-auto\" mbr-if=\"(showCardsTitle || showCardsSubtitle || showCardsText || showCardsButtons)\" mbr-class=\"{'mbr-pt-2': flexDirection &amp;&amp; !showBorders,\n                                     'align-center': cardsAlign == 2,\n                                     'align-right': cardsAlign == 3,\n                                     'mbr-pb-3 mbr-pt-3 mbr-px-4': showBorders || !transparentBg}\">\n                        <h3 class=\"card-title mbr-semibold mbr-fonts-style\" mbr-theme-style=\"display-7\" mbr-if=\"showCardsTitle\" data-app-selector=\".card-title, .card-btn, .card-img\">Learn To Feel Yourself\n                        </h3>\n                        <h4 class=\"card-subtitle mbr-fonts-style mbr-gray\" mbr-class=\"{'mbr-pt-1' : showCardsTitle}\" mbr-theme-style=\"display-4\" mbr-if=\"showCardsSubtitle\" data-app-selector=\".card-subtitle, .card-btn, .card-img\">November\n                            23, 2019</h4>\n                        <p class=\"card-text mbr-fonts-style\" mbr-class=\"{'mbr-pt-3' : showCardsTitle || showCardsSubtitle}\" mbr-theme-style=\"display-4\" mbr-if=\"showCardsText\" data-app-selector=\".card-text, .card-btn, .card-img\">Click\n                            on the text in the block to select it and enter the text you want to show. Click on the\n                            image to set another one.</p>\n                        <div class=\"card-btn mbr-section-btn mbr-pt-2\" mbr-buttons=\"\" data-toolbar=\"-mbrBtnMove\" mbr-theme-style=\"display-7\" mbr-if=\"showCardsButtons\">\n                            <a class=\"btn btn-primary\" href=\"https://mobirise.com\">Read More</a>\n                        </div>\n                    </div>\n                </div>\n                <div class=\"card-wrapper m-top\" mbr-class=\"{'mbr-flex': !flexDirection,\n                                 'mbr-column': checkImages &amp;&amp; flexDirection,\n                                 'mbr-row-reverse': checkImages &amp;&amp; !flexDirection  &amp;&amp; reverseContent}\" mbr-if=\"rowsCount > 2\">\n                    <div class=\"card-img gallery-img-wrap mbr-flex\" mbr-if=\"checkImages\" mbr-class=\"{'mbr-col-md-12 mbr-col-lg-3': imgWidth == 1 &amp;&amp; !flexDirection,\n                                     'mbr-col-md-12 mbr-col-lg-4': imgWidth == 2 &amp;&amp; !flexDirection,\n                                     'mbr-col-md-12 mbr-col-lg-6': imgWidth == 3 &amp;&amp; !flexDirection,\n                                     'mbr-col-md-12 mbr-col-lg-8': imgWidth == 4 &amp;&amp; !flexDirection,\n                                     'mbr-col-md-12 mbr-col-lg-9': imgWidth == 5 &amp;&amp; !flexDirection}\">\n                        <amp-img src=\"@PROJECT_PATH@/assets/images/39.jpg\" layout=\"responsive\" width=\"150.07173601147775\" height=\"100\" alt=\"image\" class=\"mobirise-loader\">\n                            <div placeholder=\"\" class=\"placeholder\"></div>\n                            <img class=\"mbr-temp\" src=\"@PROJECT_PATH@/assets/images/39.jpg\" alt=\"\">\n                        </amp-img>\n                        <div class=\"icon\" mbr-if=\"showIcons\">\n                            <div class=\"iconfont-wrapper\" mbr-if=\"IconsCount > 0\">\n                                <span mbr-icon=\"\" class=\"amp-iconfont fa-facebook-f fa\"></span>\n                            </div>\n                            <div class=\"iconfont-wrapper\" mbr-if=\"IconsCount > 1\">\n                                <span mbr-icon=\"\" class=\"amp-iconfont fa-twitter fa\"></span>\n                            </div>\n                            <div class=\"iconfont-wrapper\" mbr-if=\"IconsCount > 2\">\n                                <span mbr-icon=\"\" class=\"amp-iconfont fa-google-plus fa\"></span>\n                            </div>\n                            <div class=\"iconfont-wrapper\" mbr-if=\"IconsCount > 3\">\n                                <span mbr-icon=\"\" class=\"amp-iconfont fa-linkedin fa\"></span>\n                            </div>\n                            <div class=\"iconfont-wrapper\" mbr-if=\"IconsCount > 4\">\n                                <span mbr-icon=\"\" class=\"amp-iconfont fa-pinterest fa\"></span>\n                            </div>\n                        </div>\n                    </div>\n                    <div class=\"card-box mbr-m-auto\" mbr-if=\"(showCardsTitle || showCardsSubtitle || showCardsText || showCardsButtons)\" mbr-class=\"{'mbr-pt-2': flexDirection &amp;&amp; !showBorders,\n                                     'align-center': cardsAlign == 2,\n                                     'align-right': cardsAlign == 3,\n                                     'mbr-pb-3 mbr-pt-3 mbr-px-4': showBorders || !transparentBg}\">\n                        <h3 class=\"card-title mbr-semibold mbr-fonts-style\" mbr-theme-style=\"display-7\" mbr-if=\"showCardsTitle\" data-app-selector=\".card-title, .card-btn, .card-img\">Plan Your Dream Trip\n                        </h3>\n                        <h4 class=\"card-subtitle mbr-fonts-style mbr-gray\" mbr-class=\"{'mbr-pt-1' : showCardsTitle}\" mbr-theme-style=\"display-4\" mbr-if=\"showCardsSubtitle\" data-app-selector=\".card-subtitle, .card-btn, .card-img\">December\n                            14, 2019</h4>\n                        <p class=\"card-text mbr-fonts-style\" mbr-class=\"{'mbr-pt-3' : showCardsTitle || showCardsSubtitle}\" mbr-theme-style=\"display-4\" mbr-if=\"showCardsText\" data-app-selector=\".card-text, .card-btn, .card-img\">Click\n                            on the text in the block to select it and enter the text you want to show. Click on the\n                            image to set another one.</p>\n                        <div class=\"card-btn mbr-section-btn mbr-pt-2\" mbr-buttons=\"\" data-toolbar=\"-mbrBtnMove\" mbr-theme-style=\"display-7\" mbr-if=\"showCardsButtons\">\n                            <a class=\"btn btn-primary\" href=\"https://mobirise.com\">Read More</a>\n                        </div>\n                    </div>\n                </div>\n\n            </div>\n        </div>\n    </div>\n</section>",
          "_cid": "rZeQQfxueT",
          "_anchor": "ampFeatures45-1a",
          "_protectedParams": [],
          "_global": false,
          "_once": false,
          "_params": {}
        },
        {
          "alias": "amp-blocks/components",
          "_isSecondary": true,
          "typeCompatible": "isAMP",
          "_styles": {
            "& when not (@fullScreen)": {
              "padding-top": "(@paddingTop * 1rem)",
              "padding-bottom": "(@paddingBottom * 1rem)",
              "align-items": "center",
              "display": "flex"
            },
            "& when (@bg-type = 'image')": {
              "background-image": "url(@bg-value)",
              "& when (@overlay)": {
                ".mbr-overlay": {
                  "background": "@overlayColor",
                  "opacity": "@overlayOpacity"
                }
              }
            },
            "& when (@bg-type = 'color')": {
              "background-color": "@bg-value"
            },
            "amp-img": {
              "height": "auto"
            },
            ".icons-list": {
              ".iconfont-wrapper": {
                "width": "~\"@{iconsSize}rem\"",
                "height": "~\"@{iconsSize}rem\""
              },
              ".amp-iconfont": {
                "font-size": "~\"@{iconsSize}rem\"",
                "width": "~\"@{iconsSize}rem\"",
                "color": "@IconColor !important",
                "vertical-align": "middle"
              }
            },
            ".title-block": {
              "max-width": "500px",
              "margin": "auto"
            },
            "@media (min-width: 992px)": {
              ".mbr-col-lg-6": {
                "padding-right": "3rem",
                "padding-left": "3rem"
              },
              ".mbr-row": {
                "margin-right": "-3rem",
                "margin-left": "-3rem"
              }
            }
          },
          "_name": "ampFeatures44",
          "_customHTML": "<section class=\"ampFeatures44\" group=\"Features\" mbr-class=\"{'mbr-fullscreen': fullScreen}\" plugins=\"amp-main\">\n    <mbr-parameters>\n        <!-- Block parameters controls (Blue \"Gear\" panel) -->\n        <header>Size</header>\n        <input type=\"checkbox\" title=\"Row/Column\" name=\"blockDirection\">\n        <input type=\"checkbox\" title=\"Full Screen\" name=\"fullScreen\">\n        <input type=\"checkbox\" title=\"Full Width\" name=\"fullWidth\">\n        <input type=\"checkbox\" title=\"Reverse Content\" name=\"reverseContent\">\n        <input type=\"range\" inline=\"\" title=\"Top\" name=\"paddingTop\" min=\"0\" max=\"15\" step=\"1\" value=\"4\" condition=\"fullScreen == false\">\n        <input type=\"range\" inline=\"\" title=\"Bottom\" name=\"paddingBottom\" min=\"0\" max=\"15\" step=\"1\" value=\"4\" condition=\"fullScreen == false\">\n        <input type=\"range\" inline=\"\" title=\"Content Width\" name=\"columnWidth\" min=\"1\" max=\"5\" step=\"1\" value=\"2\" condition=\"!blockDirection\" required=\"\">\n        <header>Show/Hide</header>\n        <input type=\"checkbox\" title=\"Title\" name=\"showTitle\" checked=\"\">\n        <input type=\"checkbox\" title=\"Subtitle\" name=\"showSubtitle\" checked=\"\">\n        <input type=\"checkbox\" title=\"Text\" name=\"showText\" checked=\"\">\n        <input type=\"checkbox\" title=\"Buttons\" name=\"showButtons\">\n        <header>Icons</header>\n        <input type=\"checkbox\" title=\"Show Social\" name=\"showSocial\" checked=\"\" required=\"\">\n        <input type=\"color\" title=\"Color\" name=\"IconColor\" value=\"#3a3a3a\" condition=\"showSocial\">\n        <input type=\"range\" inline=\"\" title=\"Count\" name=\"socialCount\" min=\"1\" max=\"4\" step=\"1\" value=\"4\" condition=\"showSocial\">\n        <input type=\"range\" inline=\"\" title=\"Size\" name=\"iconsSize\" min=\"1\" max=\"4\" step=\"0.1\" value=\"1.8\" condition=\"showSocial\">\n        <select title=\"Social Align\" name=\"alignSocial\" condition=\"showSocial\">\n            <option value=\"1\" selected=\"\">Left</option>\n            <option value=\"2\">Center</option>\n            <option value=\"3\">Right</option>\n        </select>\n        <header condition=\"blockDirection\">Content</header>\n        <input type=\"range\" inline=\"\" title=\"Content Width\" name=\"contentWidth\" min=\"1\" max=\"6\" step=\"1\" value=\"3\" condition=\"blockDirection\">\n        <header>Background</header>\n        <fieldset type=\"background\" name=\"bg\" required=\"\">\n            <input type=\"image\" title=\"Background Image\" value=\"../_images/background1.jpg\">\n            <input type=\"color\" title=\"Background Color\" value=\"#ffffff\" selected=\"\">\n        </fieldset>\n        <input type=\"checkbox\" title=\"Overlay\" name=\"overlay\" condition=\"bg.type !== 'color'\" checked=\"\">\n        <input type=\"color\" title=\"Overlay Color\" name=\"overlayColor\" value=\"#ffffff\" condition=\"overlay &amp;&amp; bg.type !== 'color'\">\n        <input type=\"range\" inline=\"\" title=\"Opacity\" name=\"overlayOpacity\" min=\"0\" max=\"1\" step=\"0.1\" value=\"0.7\" condition=\"overlay &amp;&amp; bg.type !== 'color'\">\n        <!-- End block parameters -->\n    </mbr-parameters>\n    <div class=\"mbr-overlay\" mbr-if=\"overlay &amp;&amp; bg.type !== 'color'\"></div>\n    <div mbr-class=\"{'container':!fullWidth,\n                     'container-fluid': fullWidth}\">\n\n        <div class=\"mbr-row\" mbr-class=\"{'mbr-row-reverse': reverseContent}\">\n            <div class=\"mbr-col-md-12 mbr-col-sm-12 mbr-col-lg-6\">\n\n                <amp-img src=\"@PROJECT_PATH@/assets/images/lumia-5201918-1012x568.jpeg\" layout=\"responsive\" width=\"505.85915492957747\" height=\"438\" alt=\"image\" class=\"mobirise-loader\">\n                    <div placeholder=\"\" class=\"placeholder\"></div>\n                    <img class=\"mbr-temp\" src=\"@PROJECT_PATH@/assets/images/lumia-5201918-1012x568.jpeg\" alt=\"\" title=\"\">\n                </amp-img>\n\n                <div class=\"title-block align-right\">\n                    <h1 class=\"mbr-section-title mbr-fonts-style mbr-pt-5 mbr-semibold\" mbr-theme-style=\"display-1\" mbr-if=\"showTitle\" data-app-selector=\".mbr-section-title, .mbr-section-btn\">Tell your story</h1>\n                    <p class=\"mbr-text mbr-gray mbr-fonts-style\" mbr-class=\"{'mbr-pt-3': showTitle || showSubtitle}\" mbr-theme-style=\"display-7\" mbr-if=\"showText\" data-app-selector=\".mbr-section-btn, .mbr-text\">Lorem\n                        ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse vitae eros orci. Nullam sit amet\n                        lacus eget massa ultricies aliquet ac non neque.</p>\n\n\n\n\n                    <div mbr-buttons=\"\" class=\"mbr-section-btn\" mbr-class=\"{'mbr-pt-4':showSubtitle||showTitle||showText||showLink}\" mbr-theme-style=\"display-4\" data-toolbar=\"-mbrBtnMove\" mbr-if=\"showButtons\"><a class=\"btn btn-black-outline\" data-app-placeholder=\"Type Text\">More Info</a></div>\n                </div>\n\n                <div class=\"icons-list md-pb mbr-pt-4\" mbr-list=\"\" mbr-list-grow=\"socialCount\" mbr-if=\"socialCount > 0 &amp;&amp; showSocial\" mbr-link-type=\"socials\" mbr-class=\"{'align-left': alignSocial == '1', 'align-center': alignSocial == '2', 'align-right': alignSocial == '3'}\">\n                    <a href=\"https://mobirise.com\" target=\"_blank\" class=\"iconfont-wrapper\">\n                        <span mbr-icon=\"\" class=\"amp-iconfont animation-normal fa-facebook-f fa\"></span>\n                    </a>\n                    <a href=\"https://mobirise.com\" target=\"_blank\" class=\"iconfont-wrapper\">\n                        <span mbr-icon=\"\" class=\"amp-iconfont animation-normal fa-twitter fa\"></span>\n                    </a>\n                    <a href=\"https://mobirise.com\" target=\"_blank\" class=\"iconfont-wrapper\">\n                        <span mbr-icon=\"\" class=\"amp-iconfont animation-normal fa-pinterest fa\"></span>\n                    </a>\n                    <a href=\"https://mobirise.com\" target=\"_blank\" class=\"iconfont-wrapper\">\n                        <span mbr-icon=\"\" class=\"amp-iconfont animation-normal fa-instagram fa\"></span>\n                    </a></div>\n\n\n            </div>\n\n            <div class=\"mbr-col-md-12 mbr-col-sm-12 mbr-col-lg-6\">\n\n                <h2 class=\"mbr-section-subtitle mbr-gray mbr-pb-4 align-center mbr-fonts-style\" mbr-theme-style=\"display-4\" mbr-if=\"showSubtitle\" data-app-selector=\".mbr-section-subtitle, .mbr-section-btn\">LIFESTYLE BLOG\n                    2019</h2>\n\n                <amp-img src=\"@PROJECT_PATH@/assets/images/thelma-and-martha-360x480.jpeg\" layout=\"responsive\" width=\"505.89473684210526\" alt=\"image\" class=\"mobirise-loader\" height=\"534\">\n                    <div placeholder=\"\" class=\"placeholder\"></div>\n                    <img class=\"mbr-temp\" src=\"@PROJECT_PATH@/assets/images/thelma-and-martha-360x480.jpeg\" alt=\"\" title=\"\">\n                </amp-img>\n            </div>\n        </div>\n    </div>\n</section>",
          "_cid": "rZeQVwidr0",
          "_anchor": "ampFeatures44-1c",
          "_protectedParams": [],
          "_global": false,
          "_once": false,
          "_params": {}
        },
        {
          "alias": "amp-blocks/components",
          "_isSecondary": true,
          "typeCompatible": "isAMP",
          "_styles": {
            "padding-top": "(@paddingTop * 1rem)",
            "padding-bottom": "(@paddingBottom * 1rem)",
            "& when (@bg-type = 'color')": {
              "background-color": "@bg-value"
            },
            "& when (@bg-type = 'image')": {
              "background-image": "url(@bg-value)",
              ".mbr-overlay": {
                "background-color": "@overlayColor",
                "opacity": "@overlayOpacity"
              }
            },
            ".icon": {
              "position": "absolute",
              "top": "50%",
              "left": "50%",
              "transform": "translate(-50%, -50%)",
              "z-index": "10",
              "opacity": "0",
              "transition": "all 0.3s",
              "width": "100%",
              "text-align": "center"
            },
            ".m-top": {
              "margin-top": "2rem"
            },
            ".gallery-img-wrap": {
              "height": "auto"
            },
            "& when (@showIcons)": {
              "@media (max-width: 767px)": {
                ".icon": {
                  "opacity": "1"
                },
                ".gallery-img-wrap:after": {
                  "opacity": "0.5 !important"
                }
              }
            },
            ".gallery-img-wrap:after": {
              "opacity": "0",
              "background": "@hoverColor"
            },
            ".iconfont-wrapper": {
              "width": "(1rem + @imgIconsSize)",
              "height": "(1rem + @imgIconsSize)",
              "background-color": "transparent",
              "display": "inline-flex",
              "justify-content": "center",
              "align-items": "center"
            },
            ".amp-iconfont": {
              "font-size": "~\"@{imgIconsSize}rem\"",
              "width": "~\"@{imgIconsSize}rem\"",
              "color": "@imgIconsColor"
            },
            "@media (min-width: 991px)": {
              ".card-box": {
                "padding": "2rem 1rem"
              }
            },
            ".card-wrapper": {
              "height": "auto",
              "& when not (@transparentBg)": {
                "position": "relative"
              },
              "& when (@showBorders)": {
                "border": "1px solid @bordersColor"
              },
              "z-index": "1",
              "@media (max-width: 991px)": {
                "flex-wrap": "wrap"
              },
              "& when (@showIcons)": {
                "&:hover": {
                  ".gallery-img-wrap:after": {
                    "opacity": "0.5 !important"
                  },
                  ".icon": {
                    "opacity": "1"
                  }
                }
              }
            },
            "& when not (@transparentBg)": {
              ".card-wrapper:after": {
                "content": "\"\"",
                "position": "absolute",
                "left": "0",
                "right": "0",
                "top": "0",
                "bottom": "0",
                "background-color": "@cardBg",
                "opacity": "@bgOpacity",
                "z-index": "-1"
              }
            },
            "& when (@checkImages) and not (@flexDirection)": {
              ".card-img": {
                "padding": "0",
                "@media (max-width: 991px)": {
                  "width": "100%",
                  "margin-bottom": "2rem"
                },
                "& when not (@chessStyle)": {
                  "@media (min-width: 992px)": {
                    "& when not (@reverseContent)": {
                      "margin-right": "2rem"
                    },
                    "& when (@reverseContent)": {
                      "margin-left": "2rem"
                    }
                  }
                }
              },
              "& when (@chessStyle)": {
                "@media (min-width: 992px)": {
                  ".mbr-row .card": {
                    "& when not (@reverseContent)": {
                      "&:nth-child(odd) .card-img": {
                        "margin-left": "2rem"
                      },
                      "&:nth-child(even) .card-img": {
                        "margin-right": "2rem"
                      }
                    },
                    "& when (@reverseContent)": {
                      "&:nth-child(odd) .card-img": {
                        "margin-right": "2rem"
                      },
                      "&:nth-child(even) .card-img": {
                        "margin-left": "2rem"
                      }
                    }
                  }
                }
              }
            },
            ".card-title, .card-btn, .card-img": {
              "color": "#000000"
            }
          },
          "_name": "ampFeatures46",
          "_customHTML": "<section class=\"ampFeatures46\" group=\"Features\" plugins=\"amp-main\">\n    <mbr-parameters>\n        <header>Size</header>\n        <input type=\"range\" inline=\"\" title=\"Top\" name=\"paddingTop\" min=\"0\" max=\"10\" step=\"1\" value=\"5\">\n        <input type=\"range\" inline=\"\" title=\"Bottom\" name=\"paddingBottom\" min=\"0\" max=\"10\" step=\"1\" value=\"5\">\n        <input type=\"checkbox\" title=\"Full Width\" name=\"fullWidth\">\n        <input type=\"checkbox\" title=\"Row/Column\" name=\"flexDirection\" checked=\"\">\n        <!-- -->\n        <input type=\"checkbox\" title=\"Chess Style\" name=\"chessStyle\" condition=\"checkImages &amp;&amp; !flexDirection\" checked=\"\">\n        <header>Title</header>\n        <input type=\"checkbox\" title=\"Show Title\" name=\"showTitle\">\n        <input type=\"checkbox\" title=\"Show Subtitle\" name=\"showSubtitle\">\n        <select title=\"Align\" name=\"titleAlign\" condition=\"showTitle || showSubtitle\">\n            <option value=\"1\">Left</option>\n            <option value=\"2\" selected=\"\">Center</option>\n            <option value=\"3\">Right</option>\n        </select>\n        <header>Icons</header>\n        <input type=\"checkbox\" title=\"Show/Hide\" name=\"showIcons\" checked=\"\">\n        <input type=\"range\" inline=\"\" title=\"Icons Size\" name=\"imgIconsSize\" min=\"1\" max=\"3\" step=\"0.1\" value=\"1.5\" condition=\"showIcons\">\n        <input type=\"range\" inline=\"\" title=\"Icons Count\" name=\"IconsCount\" min=\"1\" max=\"5\" step=\"1\" value=\"5\" condition=\"showIcons\">\n        <input type=\"color\" title=\"Icons Color\" name=\"imgIconsColor\" value=\"#000000\" condition=\"showIcons\">\n\n        <header>Cards</header>\n        <input type=\"color\" title=\"Hover Color\" name=\"hoverColor\" value=\"#efefef\">\n        <input type=\"range\" inline=\"\" title=\"Cols Count\" name=\"cardsCount\" min=\"1\" max=\"4\" step=\"1\" value=\"4\" condition=\"showCardsTitle || showCardsSubtitle || showCardsText || showCardsButtons || checkImages\" required=\"\">\n        <input type=\"range\" inline=\"\" title=\"Rows Count\" name=\"rowsCount\" min=\"1\" max=\"3\" step=\"1\" value=\"1\" condition=\"showCardsTitle || showCardsSubtitle || showCardsText || showCardsButtons || checkImages\" required=\"\">\n        <select title=\"Align\" name=\"cardsAlign\" condition=\"showCardsTitle || showCardsSubtitle || showCardsText || showCardsButtons || checkImages\">\n            <option value=\"1\" selected=\"\">Left</option>\n            <option value=\"2\">Center</option>\n            <option value=\"3\">Right</option>\n        </select>\n        <!-- -->\n        <input type=\"checkbox\" title=\"Show Title\" name=\"showCardsTitle\" checked=\"\">\n        <input type=\"checkbox\" title=\"Show Subtitle\" name=\"showCardsSubtitle\" checked=\"\">\n        <input type=\"checkbox\" title=\"Show Text\" name=\"showCardsText\">\n        <input type=\"checkbox\" title=\"Show Buttons\" name=\"showCardsButtons\">\n        <!--  -->\n        <input type=\"checkbox\" title=\"Borders\" name=\"showBorders\" condition=\"showCardsTitle || showCardsSubtitle || showCardsText || showCardsButtons || checkImages\">\n        <input type=\"color\" title=\"Color\" name=\"bordersColor\" value=\"#cccccc\" condition=\"showBorders &amp;&amp; (showCardsTitle || showCardsSubtitle || showCardsText || showCardsButtons || checkImages)\">\n        <input type=\"checkbox\" title=\"Transparent BG\" name=\"transparentBg\" condition=\"showCardsTitle || showCardsSubtitle || showCardsText || showCardsButtons || checkImages\" checked=\"\">\n        <input type=\"range\" title=\"Opacity\" name=\"bgOpacity\" min=\"0\" max=\"1\" value=\"1\" step=\"0.1\" condition=\"!transparentBg\">\n        <input type=\"color\" title=\"Color\" name=\"cardBg\" value=\"#efefef\" condition=\"!transparentBg &amp;&amp; (showCardsTitle || showCardsSubtitle || showCardsText || showCardsButtons || checkImages)\">\n        <!--  -->\n        <input type=\"checkbox\" title=\"Images\" name=\"checkImages\" checked=\"\">\n        <input type=\"range\" inline=\"\" title=\"Image Width\" name=\"imgWidth\" min=\"1\" max=\"5\" step=\"1\" value=\"3\" condition=\"checkImages &amp;&amp; !flexDirection\">\n        <input type=\"checkbox\" title=\"Reverse Content\" name=\"reverseContent\" condition=\"checkImages &amp;&amp; !flexDirection\">\n        <!--  -->\n        <header>Background</header>\n        <fieldset type=\"background\" name=\"bg\" required=\"\">\n            <input type=\"color\" title=\"Background Color\" value=\"#ffffff\" selected=\"\">\n            <input type=\"image\" title=\"Background Image\" value=\"../_images/background1.jpg\">\n        </fieldset>\n        <!--  -->\n        <input type=\"checkbox\" title=\"Overlay\" name=\"overlay\" checked=\"\" condition=\"bg.type !== 'color'\">\n        <input type=\"color\" title=\"Overlay Color\" name=\"overlayColor\" value=\"#ffffff\" condition=\"overlay &amp;&amp; bg.type == 'image'\">\n        <input type=\"range\" inline=\"\" title=\"Opacity\" name=\"overlayOpacity\" min=\"0\" max=\"1\" step=\"0.1\" value=\"0.5\" condition=\"overlay &amp;&amp; bg.type == 'image'\">\n    </mbr-parameters>\n\n    <div class=\"mbr-overlay\" mbr-if=\"overlay &amp;&amp; bg.type !== 'color'\"></div>\n    <div mbr-class=\"{'container':!fullWidth,\n                     'container-fluid':fullWidth}\">\n        <div class=\"title mbr-pb-4\" mbr-if=\"showTitle || showSubtitle\" mbr-class=\"{'align-center': titleAlign == 2,\n                         'align-right': titleAlign == 3}\">\n            <h3 class=\"mbr-section-title mbr-semibold mbr-fonts-style\" mbr-theme-style=\"display-2\" mbr-if=\"showTitle\" data-app-selector=\".mbr-section-title\">Features with Image</h3>\n            <h4 class=\"mbr-section-subtitle mbr-fonts-style\" mbr-class=\"{'mbr-pt-2': showTitle}\" mbr-theme-style=\"display-5\" mbr-if=\"showSubtitle\" data-app-selector=\".mbr-section-subtitle\">Enter your block subtitle here</h4>\n        </div>\n        <div class=\"mbr-row\" mbr-class=\"{'mbr-jc-c': cardsCount <= 3,\n                         'mbr-column': !flexDirection}\" mbr-if=\"showCardsTitle || showCardsSubtitle || showCardsText || showCardsButtons || checkImages\">\n\n\n\n\n            <div class=\"card mbr-col-sm-12\" mbr-class=\"{'mbr-px-4': !flexDirection, \n                             'mbr-col-md-12': flexDirection &amp;&amp; cardsCount == 1,\n                             'mbr-col-md-6 mbr-col-lg-6': flexDirection &amp;&amp; cardsCount == 2,\n                             'mbr-col-md-8 mbr-col-lg-4': flexDirection &amp;&amp; cardsCount == 3,\n                             'mbr-col-md-6 mbr-col-lg-3': flexDirection &amp;&amp; cardsCount == 4,\n                             'md-pb': (flexDirection &amp;&amp; cardsCount > 2) || (!flexDirection &amp;&amp; cardsCount > 1),\n                             'lg-pb': !flexDirection &amp;&amp; cardsCount > 1,\n                             'last-child': cardsCount == 1}\">\n                <div class=\"card-wrapper\" mbr-class=\"{'mbr-flex': !flexDirection,\n                                 'mbr-column': checkImages &amp;&amp; flexDirection,\n                                 'mbr-row-reverse': checkImages &amp;&amp; !flexDirection &amp;&amp; ((!chessStyle &amp;&amp; reverseContent)||(chessStyle &amp;&amp; !reverseContent))}\">\n\n                    <div class=\"card-box mbr-m-auto\" mbr-if=\"(showCardsTitle || showCardsSubtitle || showCardsText || showCardsButtons)\" mbr-class=\"{'mbr-pt-2': flexDirection &amp;&amp; !showBorders,\n                                     'align-center': cardsAlign == 2,\n                                     'align-right': cardsAlign == 3,\n                                     'mbr-pb-3 mbr-pt-3 mbr-px-4': showBorders || !transparentBg}\">\n                        <h3 class=\"card-title mbr-semibold mbr-pt-4 mbr-fonts-style\" mbr-theme-style=\"display-2\" data-app-selector=\".card-title, .card-btn, .card-img\">\n                            Trending Posts\n                        </h3>\n\n                    </div>\n                </div>\n\n                <div class=\"card-wrapper m-top\" mbr-class=\"{'mbr-flex': !flexDirection,\n                                 'mbr-column': checkImages &amp;&amp; flexDirection,\n                                 'mbr-row-reverse': checkImages &amp;&amp; !flexDirection &amp;&amp; ((!chessStyle &amp;&amp; reverseContent)||(chessStyle &amp;&amp; !reverseContent))}\" mbr-if=\"rowsCount > 1\">\n                    <div class=\"card-img gallery-img-wrap mbr-flex\" mbr-if=\"checkImages\" mbr-class=\"{'mbr-col-md-12 mbr-col-lg-3': imgWidth == 1 &amp;&amp; !flexDirection,\n                                     'mbr-col-md-12 mbr-col-lg-4': imgWidth == 2 &amp;&amp; !flexDirection,\n                                     'mbr-col-md-12 mbr-col-lg-6': imgWidth == 3 &amp;&amp; !flexDirection,\n                                     'mbr-col-md-12 mbr-col-lg-8': imgWidth == 4 &amp;&amp; !flexDirection,\n                                     'mbr-col-md-12 mbr-col-lg-9': imgWidth == 5 &amp;&amp; !flexDirection}\">\n                        <amp-img src=\"@PROJECT_PATH@/assets/images/20.jpg\" layout=\"responsive\" width=\"150\" height=\"100\" alt=\"image\" class=\"mobirise-loader\">\n                            <div placeholder=\"\" class=\"placeholder\"></div>\n                            <img class=\"mbr-temp\" src=\"@PROJECT_PATH@/assets/images/20.jpg\" alt=\"\">\n                        </amp-img>\n                        <div class=\"icon\" mbr-if=\"showIcons\">\n                            <div class=\"iconfont-wrapper\" mbr-if=\"IconsCount > 0\">\n                                <span mbr-icon=\"\" class=\"amp-iconfont fa-facebook-f fa\"></span>\n                            </div>\n                            <div class=\"iconfont-wrapper\" mbr-if=\"IconsCount > 1\">\n                                <span mbr-icon=\"\" class=\"amp-iconfont fa-twitter fa\"></span>\n                            </div>\n                            <div class=\"iconfont-wrapper\" mbr-if=\"IconsCount > 2\">\n                                <span mbr-icon=\"\" class=\"amp-iconfont fa-google-plus fa\"></span>\n                            </div>\n                            <div class=\"iconfont-wrapper\" mbr-if=\"IconsCount > 3\">\n                                <span mbr-icon=\"\" class=\"amp-iconfont fa-linkedin fa\"></span>\n                            </div>\n                            <div class=\"iconfont-wrapper\" mbr-if=\"IconsCount > 4\">\n                                <span mbr-icon=\"\" class=\"amp-iconfont fa-pinterest fa\"></span>\n                            </div>\n                        </div>\n                    </div>\n                    <div class=\"card-box mbr-m-auto\" mbr-if=\"(showCardsTitle || showCardsSubtitle || showCardsText || showCardsButtons)\" mbr-class=\"{'mbr-pt-2': flexDirection &amp;&amp; !showBorders,\n                                     'align-center': cardsAlign == 2,\n                                     'align-right': cardsAlign == 3,\n                                     'mbr-pb-3 mbr-pt-3 mbr-px-4': showBorders || !transparentBg}\">\n                        <h3 class=\"card-title mbr-semibold mbr-fonts-style\" mbr-theme-style=\"display-7\" mbr-if=\"showCardsTitle\" data-app-selector=\".card-title, .card-btn, .card-img\">Learn To Feel Yourself</h3>\n                        <h4 class=\"card-subtitle mbr-fonts-style mbr-gray\" mbr-class=\"{'mbr-pt-1' : showCardsTitle}\" mbr-theme-style=\"display-4\" mbr-if=\"showCardsSubtitle\" data-app-selector=\".card-subtitle, .card-btn, .card-img\">May\n                            26, 2019</h4>\n                        <p class=\"card-text mbr-fonts-style\" mbr-class=\"{'mbr-pt-3' : showCardsTitle || showCardsSubtitle}\" mbr-theme-style=\"display-4\" mbr-if=\"showCardsText\" data-app-selector=\".card-text, .card-btn, .card-img\">Click\n                            on the text in the block to select it and enter the text you want to show. Click on the\n                            image to set another one.</p>\n                        <div class=\"card-btn mbr-section-btn mbr-pt-2\" mbr-buttons=\"\" data-toolbar=\"-mbrBtnMove\" mbr-theme-style=\"display-7\" mbr-if=\"showCardsButtons\">\n                            <a class=\"btn btn-primary\" href=\"https://mobirise.com\">Read More</a>\n                        </div>\n                    </div>\n                </div>\n\n\n                <div class=\"card-wrapper m-top\" mbr-class=\"{'mbr-flex': !flexDirection,\n                                 'mbr-column': checkImages &amp;&amp; flexDirection,\n                                 'mbr-row-reverse': checkImages &amp;&amp; !flexDirection &amp;&amp; ((!chessStyle &amp;&amp; reverseContent)||(chessStyle &amp;&amp; !reverseContent))}\" mbr-if=\"rowsCount > 2\">\n                    <div class=\"card-img gallery-img-wrap mbr-flex\" mbr-if=\"checkImages\" mbr-class=\"{'mbr-col-md-12 mbr-col-lg-3': imgWidth == 1 &amp;&amp; !flexDirection,\n                                     'mbr-col-md-12 mbr-col-lg-4': imgWidth == 2 &amp;&amp; !flexDirection,\n                                     'mbr-col-md-12 mbr-col-lg-6': imgWidth == 3 &amp;&amp; !flexDirection,\n                                     'mbr-col-md-12 mbr-col-lg-8': imgWidth == 4 &amp;&amp; !flexDirection,\n                                     'mbr-col-md-12 mbr-col-lg-9': imgWidth == 5 &amp;&amp; !flexDirection}\">\n                        <amp-img src=\"@PROJECT_PATH@/assets/images/24.jpg\" layout=\"responsive\" width=\"150.07173601147775\" height=\"100\" alt=\"image\" class=\"mobirise-loader\">\n                            <div placeholder=\"\" class=\"placeholder\"></div>\n                            <img class=\"mbr-temp\" src=\"@PROJECT_PATH@/assets/images/24.jpg\" alt=\"\">\n                        </amp-img>\n                        <div class=\"icon\" mbr-if=\"showIcons\">\n                            <div class=\"iconfont-wrapper\" mbr-if=\"IconsCount > 0\">\n                                <span mbr-icon=\"\" class=\"amp-iconfont fa-facebook-f fa\"></span>\n                            </div>\n                            <div class=\"iconfont-wrapper\" mbr-if=\"IconsCount > 1\">\n                                <span mbr-icon=\"\" class=\"amp-iconfont fa-twitter fa\"></span>\n                            </div>\n                            <div class=\"iconfont-wrapper\" mbr-if=\"IconsCount > 2\">\n                                <span mbr-icon=\"\" class=\"amp-iconfont fa-google-plus fa\"></span>\n                            </div>\n                            <div class=\"iconfont-wrapper\" mbr-if=\"IconsCount > 3\">\n                                <span mbr-icon=\"\" class=\"amp-iconfont fa-linkedin fa\"></span>\n                            </div>\n                            <div class=\"iconfont-wrapper\" mbr-if=\"IconsCount > 4\">\n                                <span mbr-icon=\"\" class=\"amp-iconfont fa-pinterest fa\"></span>\n                            </div>\n                        </div>\n                    </div>\n                    <div class=\"card-box mbr-m-auto\" mbr-if=\"(showCardsTitle || showCardsSubtitle || showCardsText || showCardsButtons)\" mbr-class=\"{'mbr-pt-2': flexDirection &amp;&amp; !showBorders,\n                                     'align-center': cardsAlign == 2,\n                                     'align-right': cardsAlign == 3,\n                                     'mbr-pb-3 mbr-pt-3 mbr-px-4': showBorders || !transparentBg}\">\n                        <h3 class=\"card-title mbr-semibold mbr-fonts-style\" mbr-theme-style=\"display-7\" mbr-if=\"showCardsTitle\" data-app-selector=\".card-title, .card-btn, .card-img\">Create Your Style\n                        </h3>\n                        <h4 class=\"card-subtitle mbr-fonts-style mbr-gray\" mbr-class=\"{'mbr-pt-1' : showCardsTitle}\" mbr-theme-style=\"display-4\" mbr-if=\"showCardsSubtitle\" data-app-selector=\".card-subtitle, .card-btn, .card-img\">July\n                            12, 2019</h4>\n                        <p class=\"card-text mbr-fonts-style\" mbr-class=\"{'mbr-pt-3' : showCardsTitle || showCardsSubtitle}\" mbr-theme-style=\"display-4\" mbr-if=\"showCardsText\" data-app-selector=\".card-text, .card-btn, .card-img\">Click\n                            on the text in the block to select it and enter the text you want to show. Click on the\n                            image to set another one.</p>\n                        <div class=\"card-btn mbr-section-btn mbr-pt-2\" mbr-buttons=\"\" data-toolbar=\"-mbrBtnMove\" mbr-theme-style=\"display-7\" mbr-if=\"showCardsButtons\">\n                            <a class=\"btn btn-primary\" href=\"https://mobirise.com\">Read More</a>\n                        </div>\n                    </div>\n                </div>\n\n\n            </div>\n\n\n\n\n\n\n\n\n\n            <div class=\"card mbr-col-sm-12\" mbr-class=\"{'mbr-px-4': !flexDirection, \n                             'mbr-col-md-6 mbr-col-lg-6': flexDirection &amp;&amp; cardsCount == 2,\n                             'mbr-col-md-8 mbr-col-lg-4': flexDirection &amp;&amp; cardsCount == 3,\n                             'mbr-col-md-6 mbr-col-lg-3': flexDirection &amp;&amp; cardsCount == 4,\n                             'md-pb': (flexDirection &amp;&amp; cardsCount > 2) || (!flexDirection &amp;&amp; cardsCount > 2),\n                             'lg-pb': !flexDirection &amp;&amp; cardsCount > 2,\n                             'last-child': cardsCount == 2}\" mbr-if=\"cardsCount > 1\">\n                <div class=\"card-wrapper\" mbr-class=\"{'mbr-flex': !flexDirection,\n                                 'mbr-column': checkImages &amp;&amp; flexDirection,\n                                 'mbr-row-reverse': checkImages &amp;&amp; !flexDirection &amp;&amp; reverseContent}\">\n                    <div class=\"card-img gallery-img-wrap mbr-flex\" mbr-if=\"checkImages\" mbr-class=\"{'mbr-col-md-12 mbr-col-lg-3': imgWidth == 1 &amp;&amp; !flexDirection,\n                                     'mbr-col-md-12 mbr-col-lg-4': imgWidth == 2 &amp;&amp; !flexDirection,\n                                     'mbr-col-md-12 mbr-col-lg-6': imgWidth == 3 &amp;&amp; !flexDirection,\n                                     'mbr-col-md-12 mbr-col-lg-8': imgWidth == 4 &amp;&amp; !flexDirection,\n                                     'mbr-col-md-12 mbr-col-lg-9': imgWidth == 5 &amp;&amp; !flexDirection}\">\n                        <amp-img src=\"@PROJECT_PATH@/assets/images/20.jpg\" layout=\"responsive\" width=\"253.5\" height=\"169\" alt=\"image\" class=\"mobirise-loader\">\n                            <div placeholder=\"\" class=\"placeholder\"></div>\n                            <img class=\"mbr-temp\" src=\"@PROJECT_PATH@/assets/images/20.jpg\" alt=\"\" title=\"\">\n                        </amp-img>\n                        <div class=\"icon\" mbr-if=\"showIcons\">\n                            <div class=\"iconfont-wrapper\" mbr-if=\"IconsCount > 0\">\n                                <span mbr-icon=\"\" class=\"amp-iconfont fa-facebook-f fa\"></span>\n                            </div>\n                            <div class=\"iconfont-wrapper\" mbr-if=\"IconsCount > 1\">\n                                <span mbr-icon=\"\" class=\"amp-iconfont fa-twitter fa\"></span>\n                            </div>\n                            <div class=\"iconfont-wrapper\" mbr-if=\"IconsCount > 2\">\n                                <span mbr-icon=\"\" class=\"amp-iconfont fa-google-plus fa\"></span>\n                            </div>\n                            <div class=\"iconfont-wrapper\" mbr-if=\"IconsCount > 3\">\n                                <span mbr-icon=\"\" class=\"amp-iconfont fa-linkedin fa\"></span>\n                            </div>\n                            <div class=\"iconfont-wrapper\" mbr-if=\"IconsCount > 4\">\n                                <span mbr-icon=\"\" class=\"amp-iconfont fa-pinterest fa\"></span>\n                            </div>\n                        </div>\n                    </div>\n                    <div class=\"card-box mbr-m-auto\" mbr-if=\"(showCardsTitle || showCardsSubtitle || showCardsText || showCardsButtons)\" mbr-class=\"{'mbr-pt-2': flexDirection &amp;&amp; !showBorders,\n                                     'align-center': cardsAlign == 2,\n                                     'align-right': cardsAlign == 3,\n                                     'mbr-pb-3 mbr-pt-3 mbr-px-4': showBorders || !transparentBg}\">\n                        <h3 class=\"card-title mbr-semibold mbr-fonts-style\" mbr-theme-style=\"display-7\" mbr-if=\"showCardsTitle\" data-app-selector=\".card-title, .card-btn, .card-img\">Plan Your Dream Trip\n                        </h3>\n                        <h4 class=\"card-subtitle mbr-fonts-style mbr-gray\" mbr-class=\"{'mbr-pt-1' : showCardsTitle}\" mbr-theme-style=\"display-4\" mbr-if=\"showCardsSubtitle\" data-app-selector=\".card-subtitle, .card-btn, .card-img\">December\n                            14, 2019</h4>\n                        <p class=\"card-text mbr-fonts-style\" mbr-class=\"{'mbr-pt-3' : showCardsTitle || showCardsSubtitle}\" mbr-theme-style=\"display-4\" mbr-if=\"showCardsText\" data-app-selector=\".card-text, .card-btn, .card-img\">Click\n                            on the text in the block to select it and enter the text you want to show. Click on the\n                            image to set another one.</p>\n                        <div class=\"card-btn mbr-section-btn mbr-pt-2\" mbr-buttons=\"\" data-toolbar=\"-mbrBtnMove\" mbr-theme-style=\"display-7\" mbr-if=\"showCardsButtons\">\n                            <a class=\"btn btn-primary\" href=\"https://mobirise.com\">Read More</a>\n                        </div>\n                    </div>\n                </div>\n\n                <div class=\"card-wrapper m-top\" mbr-class=\"{'mbr-flex': !flexDirection,\n                                 'mbr-column': checkImages &amp;&amp; flexDirection,\n                                 'mbr-row-reverse': checkImages &amp;&amp; !flexDirection &amp;&amp; reverseContent}\" mbr-if=\"rowsCount > 1\">\n                    <div class=\"card-img gallery-img-wrap mbr-flex\" mbr-if=\"checkImages\" mbr-class=\"{'mbr-col-md-12 mbr-col-lg-3': imgWidth == 1 &amp;&amp; !flexDirection,\n                                     'mbr-col-md-12 mbr-col-lg-4': imgWidth == 2 &amp;&amp; !flexDirection,\n                                     'mbr-col-md-12 mbr-col-lg-6': imgWidth == 3 &amp;&amp; !flexDirection,\n                                     'mbr-col-md-12 mbr-col-lg-8': imgWidth == 4 &amp;&amp; !flexDirection,\n                                     'mbr-col-md-12 mbr-col-lg-9': imgWidth == 5 &amp;&amp; !flexDirection}\">\n                        <amp-img src=\"@PROJECT_PATH@/assets/images/24.jpg\" layout=\"responsive\" width=\"150.07173601147775\" height=\"100\" alt=\"image\" class=\"mobirise-loader\">\n                            <div placeholder=\"\" class=\"placeholder\"></div>\n                            <img class=\"mbr-temp\" src=\"@PROJECT_PATH@/assets/images/24.jpg\" alt=\"\">\n                        </amp-img>\n                        <div class=\"icon\" mbr-if=\"showIcons\">\n                            <div class=\"iconfont-wrapper\" mbr-if=\"IconsCount > 0\">\n                                <span mbr-icon=\"\" class=\"amp-iconfont fa-facebook-f fa\"></span>\n                            </div>\n                            <div class=\"iconfont-wrapper\" mbr-if=\"IconsCount > 1\">\n                                <span mbr-icon=\"\" class=\"amp-iconfont fa-twitter fa\"></span>\n                            </div>\n                            <div class=\"iconfont-wrapper\" mbr-if=\"IconsCount > 2\">\n                                <span mbr-icon=\"\" class=\"amp-iconfont fa-google-plus fa\"></span>\n                            </div>\n                            <div class=\"iconfont-wrapper\" mbr-if=\"IconsCount > 3\">\n                                <span mbr-icon=\"\" class=\"amp-iconfont fa-linkedin fa\"></span>\n                            </div>\n                            <div class=\"iconfont-wrapper\" mbr-if=\"IconsCount > 4\">\n                                <span mbr-icon=\"\" class=\"amp-iconfont fa-pinterest fa\"></span>\n                            </div>\n                        </div>\n                    </div>\n                    <div class=\"card-box mbr-m-auto\" mbr-if=\"(showCardsTitle || showCardsSubtitle || showCardsText || showCardsButtons)\" mbr-class=\"{'mbr-pt-2': flexDirection &amp;&amp; !showBorders,\n                                     'align-center': cardsAlign == 2,\n                                     'align-right': cardsAlign == 3,\n                                     'mbr-pb-3 mbr-pt-3 mbr-px-4': showBorders || !transparentBg}\">\n                        <h3 class=\"card-title mbr-semibold mbr-fonts-style\" mbr-theme-style=\"display-7\" mbr-if=\"showCardsTitle\" data-app-selector=\".card-title, .card-btn, .card-img\">Create Your Style\n                        </h3>\n                        <h4 class=\"card-subtitle mbr-fonts-style mbr-gray\" mbr-class=\"{'mbr-pt-1' : showCardsTitle}\" mbr-theme-style=\"display-4\" mbr-if=\"showCardsSubtitle\" data-app-selector=\".card-subtitle, .card-btn, .card-img\">July\n                            12, 2019</h4>\n                        <p class=\"card-text mbr-fonts-style\" mbr-class=\"{'mbr-pt-3' : showCardsTitle || showCardsSubtitle}\" mbr-theme-style=\"display-4\" mbr-if=\"showCardsText\" data-app-selector=\".card-text, .card-btn, .card-img\">Click\n                            on the text in the block to select it and enter the text you want to show. Click on the\n                            image to set another one.</p>\n                        <div class=\"card-btn mbr-section-btn mbr-pt-2\" mbr-buttons=\"\" data-toolbar=\"-mbrBtnMove\" mbr-theme-style=\"display-7\" mbr-if=\"showCardsButtons\">\n                            <a class=\"btn btn-primary\" href=\"https://mobirise.com\">Read More</a>\n                        </div>\n                    </div>\n                </div>\n\n                <div class=\"card-wrapper m-top\" mbr-class=\"{'mbr-flex': !flexDirection,\n                                 'mbr-column': checkImages &amp;&amp; flexDirection,\n                                 'mbr-row-reverse': checkImages &amp;&amp; !flexDirection &amp;&amp; reverseContent}\" mbr-if=\"rowsCount > 2\">\n                    <div class=\"card-img gallery-img-wrap mbr-flex\" mbr-if=\"checkImages\" mbr-class=\"{'mbr-col-md-12 mbr-col-lg-3': imgWidth == 1 &amp;&amp; !flexDirection,\n                                     'mbr-col-md-12 mbr-col-lg-4': imgWidth == 2 &amp;&amp; !flexDirection,\n                                     'mbr-col-md-12 mbr-col-lg-6': imgWidth == 3 &amp;&amp; !flexDirection,\n                                     'mbr-col-md-12 mbr-col-lg-8': imgWidth == 4 &amp;&amp; !flexDirection,\n                                     'mbr-col-md-12 mbr-col-lg-9': imgWidth == 5 &amp;&amp; !flexDirection}\">\n                        <amp-img src=\"@PROJECT_PATH@/assets/images/38.jpg\" layout=\"responsive\" width=\"150.12722646310434\" height=\"100\" alt=\"image\" class=\"mobirise-loader\">\n                            <div placeholder=\"\" class=\"placeholder\"></div>\n                            <img class=\"mbr-temp\" src=\"@PROJECT_PATH@/assets/images/38.jpg\" alt=\"\">\n                        </amp-img>\n                        <div class=\"icon\" mbr-if=\"showIcons\">\n                            <div class=\"iconfont-wrapper\" mbr-if=\"IconsCount > 0\">\n                                <span mbr-icon=\"\" class=\"amp-iconfont fa-facebook-f fa\"></span>\n                            </div>\n                            <div class=\"iconfont-wrapper\" mbr-if=\"IconsCount > 1\">\n                                <span mbr-icon=\"\" class=\"amp-iconfont fa-twitter fa\"></span>\n                            </div>\n                            <div class=\"iconfont-wrapper\" mbr-if=\"IconsCount > 2\">\n                                <span mbr-icon=\"\" class=\"amp-iconfont fa-google-plus fa\"></span>\n                            </div>\n                            <div class=\"iconfont-wrapper\" mbr-if=\"IconsCount > 3\">\n                                <span mbr-icon=\"\" class=\"amp-iconfont fa-linkedin fa\"></span>\n                            </div>\n                            <div class=\"iconfont-wrapper\" mbr-if=\"IconsCount > 4\">\n                                <span mbr-icon=\"\" class=\"amp-iconfont fa-pinterest fa\"></span>\n                            </div>\n                        </div>\n                    </div>\n                    <div class=\"card-box mbr-m-auto\" mbr-if=\"(showCardsTitle || showCardsSubtitle || showCardsText || showCardsButtons)\" mbr-class=\"{'mbr-pt-2': flexDirection &amp;&amp; !showBorders,\n                                     'align-center': cardsAlign == 2,\n                                     'align-right': cardsAlign == 3,\n                                     'mbr-pb-3 mbr-pt-3 mbr-px-4': showBorders || !transparentBg}\">\n                        <h3 class=\"card-title mbr-semibold mbr-fonts-style\" mbr-theme-style=\"display-7\" mbr-if=\"showCardsTitle\" data-app-selector=\".card-title, .card-btn, .card-img\">Art Performance\n                        </h3>\n                        <h4 class=\"card-subtitle mbr-fonts-style mbr-gray\" mbr-class=\"{'mbr-pt-1' : showCardsTitle}\" mbr-theme-style=\"display-4\" mbr-if=\"showCardsSubtitle\" data-app-selector=\".card-subtitle, .card-btn, .card-img\">May\n                            26, 2019</h4>\n                        <p class=\"card-text mbr-fonts-style\" mbr-class=\"{'mbr-pt-3' : showCardsTitle || showCardsSubtitle}\" mbr-theme-style=\"display-4\" mbr-if=\"showCardsText\" data-app-selector=\".card-text, .card-btn, .card-img\">Click\n                            on the text in the block to select it and enter the text you want to show. Click on the\n                            image to set another one.</p>\n                        <div class=\"card-btn mbr-section-btn mbr-pt-2\" mbr-buttons=\"\" data-toolbar=\"-mbrBtnMove\" mbr-theme-style=\"display-7\" mbr-if=\"showCardsButtons\">\n                            <a class=\"btn btn-primary\" href=\"https://mobirise.com\">Read More</a>\n                        </div>\n                    </div>\n                </div>\n\n\n            </div>\n            <div class=\"card mbr-col-sm-12\" mbr-class=\"{'mbr-px-4': !flexDirection, \n                             'mbr-col-md-8 mbr-col-lg-4': flexDirection &amp;&amp; cardsCount == 3,\n                             'mbr-col-md-6 mbr-col-lg-3': flexDirection &amp;&amp; cardsCount == 4,\n                             'md-pb': !flexDirection &amp;&amp; cardsCount > 3,\n                             'lg-pb': !flexDirection &amp;&amp; cardsCount > 3,\n                             'last-child': cardsCount == 3}\" mbr-if=\"cardsCount > 2\">\n                <div class=\"card-wrapper\" mbr-class=\"{'mbr-flex': !flexDirection,\n                                 'mbr-column': checkImages &amp;&amp; flexDirection,\n                                 'mbr-row-reverse': checkImages &amp;&amp; !flexDirection &amp;&amp; ((!chessStyle &amp;&amp; reverseContent)||(chessStyle &amp;&amp; !reverseContent))}\">\n                    <div class=\"card-img gallery-img-wrap mbr-flex\" mbr-if=\"checkImages\" mbr-class=\"{'mbr-col-md-12 mbr-col-lg-3': imgWidth == 1 &amp;&amp; !flexDirection,\n                                     'mbr-col-md-12 mbr-col-lg-4': imgWidth == 2 &amp;&amp; !flexDirection,\n                                     'mbr-col-md-12 mbr-col-lg-6': imgWidth == 3 &amp;&amp; !flexDirection,\n                                     'mbr-col-md-12 mbr-col-lg-8': imgWidth == 4 &amp;&amp; !flexDirection,\n                                     'mbr-col-md-12 mbr-col-lg-9': imgWidth == 5 &amp;&amp; !flexDirection}\">\n                        <amp-img src=\"@PROJECT_PATH@/assets/images/24.jpg\" layout=\"responsive\" width=\"253.62123385939742\" height=\"169\" alt=\"image\" class=\"mobirise-loader\">\n                            <div placeholder=\"\" class=\"placeholder\"></div>\n                            <img class=\"mbr-temp\" src=\"@PROJECT_PATH@/assets/images/24.jpg\" alt=\"\">\n                        </amp-img>\n                        <div class=\"icon\" mbr-if=\"showIcons\">\n                            <div class=\"iconfont-wrapper\" mbr-if=\"IconsCount > 0\">\n                                <span mbr-icon=\"\" class=\"amp-iconfont fa-facebook-f fa\"></span>\n                            </div>\n                            <div class=\"iconfont-wrapper\" mbr-if=\"IconsCount > 1\">\n                                <span mbr-icon=\"\" class=\"amp-iconfont fa-twitter fa\"></span>\n                            </div>\n                            <div class=\"iconfont-wrapper\" mbr-if=\"IconsCount > 2\">\n                                <span mbr-icon=\"\" class=\"amp-iconfont fa-google-plus fa\"></span>\n                            </div>\n                            <div class=\"iconfont-wrapper\" mbr-if=\"IconsCount > 3\">\n                                <span mbr-icon=\"\" class=\"amp-iconfont fa-linkedin fa\"></span>\n                            </div>\n                            <div class=\"iconfont-wrapper\" mbr-if=\"IconsCount > 4\">\n                                <span mbr-icon=\"\" class=\"amp-iconfont fa-pinterest fa\"></span>\n                            </div>\n                        </div>\n                    </div>\n                    <div class=\"card-box mbr-m-auto\" mbr-if=\"(showCardsTitle || showCardsSubtitle || showCardsText || showCardsButtons)\" mbr-class=\"{'mbr-pt-2': flexDirection &amp;&amp; !showBorders,\n                                     'align-center': cardsAlign == 2,\n                                     'align-right': cardsAlign == 3,\n                                     'mbr-pb-3 mbr-pt-3 mbr-px-4': showBorders || !transparentBg}\">\n                        <h3 class=\"card-title mbr-semibold mbr-fonts-style\" mbr-theme-style=\"display-7\" mbr-if=\"showCardsTitle\" data-app-selector=\".card-title, .card-btn, .card-img\">\n                            <div>Create Your Style</div>\n                        </h3>\n                        <h4 class=\"card-subtitle mbr-fonts-style mbr-gray\" mbr-class=\"{'mbr-pt-1' : showCardsTitle}\" mbr-theme-style=\"display-4\" mbr-if=\"showCardsSubtitle\" data-app-selector=\".card-subtitle, .card-btn, .card-img\">July\n                            12, 2019</h4>\n                        <p class=\"card-text mbr-fonts-style\" mbr-class=\"{'mbr-pt-3' : showCardsTitle || showCardsSubtitle}\" mbr-theme-style=\"display-4\" mbr-if=\"showCardsText\" data-app-selector=\".card-text, .card-btn, .card-img\">Click\n                            on the text in the block to select it and enter the text you want to show. Click on the\n                            image to set another one.</p>\n                        <div class=\"card-btn mbr-section-btn mbr-pt-2\" mbr-buttons=\"\" data-toolbar=\"-mbrBtnMove\" mbr-theme-style=\"display-7\" mbr-if=\"showCardsButtons\">\n                            <a class=\"btn btn-primary\" href=\"https://mobirise.com\">Read More</a>\n                        </div>\n                    </div>\n                </div>\n\n                <div class=\"card-wrapper m-top\" mbr-class=\"{'mbr-flex': !flexDirection,\n                                 'mbr-column': checkImages &amp;&amp; flexDirection,\n                                 'mbr-row-reverse': checkImages &amp;&amp; !flexDirection &amp;&amp; ((!chessStyle &amp;&amp; reverseContent)||(chessStyle &amp;&amp; !reverseContent))}\" mbr-if=\"rowsCount > 1\">\n                    <div class=\"card-img gallery-img-wrap mbr-flex\" mbr-if=\"checkImages\" mbr-class=\"{'mbr-col-md-12 mbr-col-lg-3': imgWidth == 1 &amp;&amp; !flexDirection,\n                                     'mbr-col-md-12 mbr-col-lg-4': imgWidth == 2 &amp;&amp; !flexDirection,\n                                     'mbr-col-md-12 mbr-col-lg-6': imgWidth == 3 &amp;&amp; !flexDirection,\n                                     'mbr-col-md-12 mbr-col-lg-8': imgWidth == 4 &amp;&amp; !flexDirection,\n                                     'mbr-col-md-12 mbr-col-lg-9': imgWidth == 5 &amp;&amp; !flexDirection}\">\n                        <amp-img src=\"@PROJECT_PATH@/assets/images/37.jpg\" layout=\"responsive\" width=\"150.12722646310434\" height=\"100\" alt=\"image\" class=\"mobirise-loader\">\n                            <div placeholder=\"\" class=\"placeholder\"></div>\n                            <img class=\"mbr-temp\" src=\"@PROJECT_PATH@/assets/images/37.jpg\" alt=\"\">\n                        </amp-img>\n                        <div class=\"icon\" mbr-if=\"showIcons\">\n                            <div class=\"iconfont-wrapper\" mbr-if=\"IconsCount > 0\">\n                                <span mbr-icon=\"\" class=\"amp-iconfont fa-facebook-f fa\"></span>\n                            </div>\n                            <div class=\"iconfont-wrapper\" mbr-if=\"IconsCount > 1\">\n                                <span mbr-icon=\"\" class=\"amp-iconfont fa-twitter fa\"></span>\n                            </div>\n                            <div class=\"iconfont-wrapper\" mbr-if=\"IconsCount > 2\">\n                                <span mbr-icon=\"\" class=\"amp-iconfont fa-google-plus fa\"></span>\n                            </div>\n                            <div class=\"iconfont-wrapper\" mbr-if=\"IconsCount > 3\">\n                                <span mbr-icon=\"\" class=\"amp-iconfont fa-linkedin fa\"></span>\n                            </div>\n                            <div class=\"iconfont-wrapper\" mbr-if=\"IconsCount > 4\">\n                                <span mbr-icon=\"\" class=\"amp-iconfont fa-pinterest fa\"></span>\n                            </div>\n                        </div>\n                    </div>\n                    <div class=\"card-box mbr-m-auto\" mbr-if=\"(showCardsTitle || showCardsSubtitle || showCardsText || showCardsButtons)\" mbr-class=\"{'mbr-pt-2': flexDirection &amp;&amp; !showBorders,\n                                     'align-center': cardsAlign == 2,\n                                     'align-right': cardsAlign == 3,\n                                     'mbr-pb-3 mbr-pt-3 mbr-px-4': showBorders || !transparentBg}\">\n                        <h3 class=\"card-title mbr-semibold mbr-fonts-style\" mbr-theme-style=\"display-7\" mbr-if=\"showCardsTitle\" data-app-selector=\".card-title, .card-btn, .card-img\">Plan Your Dream Trip\n                        </h3>\n                        <h4 class=\"card-subtitle mbr-fonts-style mbr-gray\" mbr-class=\"{'mbr-pt-1' : showCardsTitle}\" mbr-theme-style=\"display-4\" mbr-if=\"showCardsSubtitle\" data-app-selector=\".card-subtitle, .card-btn, .card-img\">December\n                            14, 2019</h4>\n                        <p class=\"card-text mbr-fonts-style\" mbr-class=\"{'mbr-pt-3' : showCardsTitle || showCardsSubtitle}\" mbr-theme-style=\"display-4\" mbr-if=\"showCardsText\" data-app-selector=\".card-text, .card-btn, .card-img\">Click\n                            on the text in the block to select it and enter the text you want to show. Click on the\n                            image to set another one.</p>\n                        <div class=\"card-btn mbr-section-btn mbr-pt-2\" mbr-buttons=\"\" data-toolbar=\"-mbrBtnMove\" mbr-theme-style=\"display-7\" mbr-if=\"showCardsButtons\">\n                            <a class=\"btn btn-primary\" href=\"https://mobirise.com\">Read More</a>\n                        </div>\n                    </div>\n                </div>\n\n                <div class=\"card-wrapper m-top\" mbr-class=\"{'mbr-flex': !flexDirection,\n                                 'mbr-column': checkImages &amp;&amp; flexDirection,\n                                 'mbr-row-reverse': checkImages &amp;&amp; !flexDirection &amp;&amp; ((!chessStyle &amp;&amp; reverseContent)||(chessStyle &amp;&amp; !reverseContent))}\" mbr-if=\"rowsCount > 2\">\n                    <div class=\"card-img gallery-img-wrap mbr-flex\" mbr-if=\"checkImages\" mbr-class=\"{'mbr-col-md-12 mbr-col-lg-3': imgWidth == 1 &amp;&amp; !flexDirection,\n                                     'mbr-col-md-12 mbr-col-lg-4': imgWidth == 2 &amp;&amp; !flexDirection,\n                                     'mbr-col-md-12 mbr-col-lg-6': imgWidth == 3 &amp;&amp; !flexDirection,\n                                     'mbr-col-md-12 mbr-col-lg-8': imgWidth == 4 &amp;&amp; !flexDirection,\n                                     'mbr-col-md-12 mbr-col-lg-9': imgWidth == 5 &amp;&amp; !flexDirection}\">\n                        <amp-img src=\"@PROJECT_PATH@/assets/images/37.jpg\" layout=\"responsive\" width=\"150.12722646310434\" height=\"100\" alt=\"image\" class=\"mobirise-loader\">\n                            <div placeholder=\"\" class=\"placeholder\"></div>\n                            <img class=\"mbr-temp\" src=\"@PROJECT_PATH@/assets/images/37.jpg\" alt=\"\">\n                        </amp-img>\n                        <div class=\"icon\" mbr-if=\"showIcons\">\n                            <div class=\"iconfont-wrapper\" mbr-if=\"IconsCount > 0\">\n                                <span mbr-icon=\"\" class=\"amp-iconfont fa-facebook-f fa\"></span>\n                            </div>\n                            <div class=\"iconfont-wrapper\" mbr-if=\"IconsCount > 1\">\n                                <span mbr-icon=\"\" class=\"amp-iconfont fa-twitter fa\"></span>\n                            </div>\n                            <div class=\"iconfont-wrapper\" mbr-if=\"IconsCount > 2\">\n                                <span mbr-icon=\"\" class=\"amp-iconfont fa-google-plus fa\"></span>\n                            </div>\n                            <div class=\"iconfont-wrapper\" mbr-if=\"IconsCount > 3\">\n                                <span mbr-icon=\"\" class=\"amp-iconfont fa-linkedin fa\"></span>\n                            </div>\n                            <div class=\"iconfont-wrapper\" mbr-if=\"IconsCount > 4\">\n                                <span mbr-icon=\"\" class=\"amp-iconfont fa-pinterest fa\"></span>\n                            </div>\n                        </div>\n                    </div>\n                    <div class=\"card-box mbr-m-auto\" mbr-if=\"(showCardsTitle || showCardsSubtitle || showCardsText || showCardsButtons)\" mbr-class=\"{'mbr-pt-2': flexDirection &amp;&amp; !showBorders,\n                                     'align-center': cardsAlign == 2,\n                                     'align-right': cardsAlign == 3,\n                                     'mbr-pb-3 mbr-pt-3 mbr-px-4': showBorders || !transparentBg}\">\n                        <h3 class=\"card-title mbr-semibold mbr-fonts-style\" mbr-theme-style=\"display-7\" mbr-if=\"showCardsTitle\" data-app-selector=\".card-title, .card-btn, .card-img\">Learn To Feel Yourself\n                        </h3>\n                        <h4 class=\"card-subtitle mbr-fonts-style mbr-gray\" mbr-class=\"{'mbr-pt-1' : showCardsTitle}\" mbr-theme-style=\"display-4\" mbr-if=\"showCardsSubtitle\" data-app-selector=\".card-subtitle, .card-btn, .card-img\">November\n                            23, 2019</h4>\n                        <p class=\"card-text mbr-fonts-style\" mbr-class=\"{'mbr-pt-3' : showCardsTitle || showCardsSubtitle}\" mbr-theme-style=\"display-4\" mbr-if=\"showCardsText\" data-app-selector=\".card-text, .card-btn, .card-img\">Click\n                            on the text in the block to select it and enter the text you want to show. Click on the\n                            image to set another one.</p>\n                        <div class=\"card-btn mbr-section-btn mbr-pt-2\" mbr-buttons=\"\" data-toolbar=\"-mbrBtnMove\" mbr-theme-style=\"display-7\" mbr-if=\"showCardsButtons\">\n                            <a class=\"btn btn-primary\" href=\"https://mobirise.com\">Read More</a>\n                        </div>\n                    </div>\n                </div>\n\n\n            </div>\n            <div class=\"card mbr-col-sm-12\" mbr-class=\"{'mbr-col-md-6 mbr-col-lg-3': flexDirection,\n                             'mbr-px-4': !flexDirection, \n                             'last-child': cardsCount == 4}\" mbr-if=\"cardsCount > 3\">\n                <div class=\"card-wrapper\" mbr-class=\"{'mbr-flex': !flexDirection,\n                                 'mbr-column': checkImages &amp;&amp; flexDirection,\n                                 'mbr-row-reverse': checkImages &amp;&amp; !flexDirection  &amp;&amp; reverseContent}\">\n                    <div class=\"card-img gallery-img-wrap mbr-flex\" mbr-if=\"checkImages\" mbr-class=\"{'mbr-col-md-12 mbr-col-lg-3': imgWidth == 1 &amp;&amp; !flexDirection,\n                                     'mbr-col-md-12 mbr-col-lg-4': imgWidth == 2 &amp;&amp; !flexDirection,\n                                     'mbr-col-md-12 mbr-col-lg-6': imgWidth == 3 &amp;&amp; !flexDirection,\n                                     'mbr-col-md-12 mbr-col-lg-8': imgWidth == 4 &amp;&amp; !flexDirection,\n                                     'mbr-col-md-12 mbr-col-lg-9': imgWidth == 5 &amp;&amp; !flexDirection}\">\n                        <amp-img src=\"@PROJECT_PATH@/assets/images/38.jpg\" layout=\"responsive\" width=\"253.71501272264632\" height=\"169\" alt=\"image\" class=\"mobirise-loader\">\n                            <div placeholder=\"\" class=\"placeholder\"></div>\n                            <img class=\"mbr-temp\" src=\"@PROJECT_PATH@/assets/images/38.jpg\" alt=\"\">\n                        </amp-img>\n                        <div class=\"icon\" mbr-if=\"showIcons\">\n                            <div class=\"iconfont-wrapper\" mbr-if=\"IconsCount > 0\">\n                                <span mbr-icon=\"\" class=\"amp-iconfont fa-facebook-f fa\"></span>\n                            </div>\n                            <div class=\"iconfont-wrapper\" mbr-if=\"IconsCount > 1\">\n                                <span mbr-icon=\"\" class=\"amp-iconfont fa-twitter fa\"></span>\n                            </div>\n                            <div class=\"iconfont-wrapper\" mbr-if=\"IconsCount > 2\">\n                                <span mbr-icon=\"\" class=\"amp-iconfont fa-google-plus fa\"></span>\n                            </div>\n                            <div class=\"iconfont-wrapper\" mbr-if=\"IconsCount > 3\">\n                                <span mbr-icon=\"\" class=\"amp-iconfont fa-linkedin fa\"></span>\n                            </div>\n                            <div class=\"iconfont-wrapper\" mbr-if=\"IconsCount > 4\">\n                                <span mbr-icon=\"\" class=\"amp-iconfont fa-pinterest fa\"></span>\n                            </div>\n                        </div>\n                    </div>\n                    <div class=\"card-box mbr-m-auto\" mbr-if=\"(showCardsTitle || showCardsSubtitle || showCardsText || showCardsButtons)\" mbr-class=\"{'mbr-pt-2': flexDirection &amp;&amp; !showBorders,\n                                     'align-center': cardsAlign == 2,\n                                     'align-right': cardsAlign == 3,\n                                     'mbr-pb-3 mbr-pt-3 mbr-px-4': showBorders || !transparentBg}\">\n                        <h3 class=\"card-title mbr-semibold mbr-fonts-style\" mbr-theme-style=\"display-7\" mbr-if=\"showCardsTitle\" data-app-selector=\".card-title, .card-btn, .card-img\">\n                            <div>Art Performance</div>\n                        </h3>\n                        <h4 class=\"card-subtitle mbr-fonts-style mbr-gray\" mbr-class=\"{'mbr-pt-1' : showCardsTitle}\" mbr-theme-style=\"display-4\" mbr-if=\"showCardsSubtitle\" data-app-selector=\".card-subtitle, .card-btn, .card-img\">May\n                            26, 2019</h4>\n                        <p class=\"card-text mbr-fonts-style\" mbr-class=\"{'mbr-pt-3' : showCardsTitle || showCardsSubtitle}\" mbr-theme-style=\"display-4\" mbr-if=\"showCardsText\" data-app-selector=\".card-text, .card-btn, .card-img\">Click\n                            on the text in the block to select it and enter the text you want to show. Click on the\n                            image to set another one.</p>\n                        <div class=\"card-btn mbr-section-btn mbr-pt-2\" mbr-buttons=\"\" data-toolbar=\"-mbrBtnMove\" mbr-theme-style=\"display-7\" mbr-if=\"showCardsButtons\">\n                            <a class=\"btn btn-primary\" href=\"https://mobirise.com\">Read More</a>\n                        </div>\n                    </div>\n                </div>\n                <div class=\"card-wrapper m-top\" mbr-class=\"{'mbr-flex': !flexDirection,\n                                 'mbr-column': checkImages &amp;&amp; flexDirection,\n                                 'mbr-row-reverse': checkImages &amp;&amp; !flexDirection  &amp;&amp; reverseContent}\" mbr-if=\"rowsCount > 1\">\n                    <div class=\"card-img gallery-img-wrap mbr-flex\" mbr-if=\"checkImages\" mbr-class=\"{'mbr-col-md-12 mbr-col-lg-3': imgWidth == 1 &amp;&amp; !flexDirection,\n                                     'mbr-col-md-12 mbr-col-lg-4': imgWidth == 2 &amp;&amp; !flexDirection,\n                                     'mbr-col-md-12 mbr-col-lg-6': imgWidth == 3 &amp;&amp; !flexDirection,\n                                     'mbr-col-md-12 mbr-col-lg-8': imgWidth == 4 &amp;&amp; !flexDirection,\n                                     'mbr-col-md-12 mbr-col-lg-9': imgWidth == 5 &amp;&amp; !flexDirection}\">\n                        <amp-img src=\"@PROJECT_PATH@/assets/images/37.jpg\" layout=\"responsive\" width=\"150.12722646310434\" height=\"100\" alt=\"image\" class=\"mobirise-loader\">\n                            <div placeholder=\"\" class=\"placeholder\"></div>\n                            <img class=\"mbr-temp\" src=\"@PROJECT_PATH@/assets/images/37.jpg\" alt=\"\">\n                        </amp-img>\n                        <div class=\"icon\" mbr-if=\"showIcons\">\n                            <div class=\"iconfont-wrapper\" mbr-if=\"IconsCount > 0\">\n                                <span mbr-icon=\"\" class=\"amp-iconfont fa-facebook-f fa\"></span>\n                            </div>\n                            <div class=\"iconfont-wrapper\" mbr-if=\"IconsCount > 1\">\n                                <span mbr-icon=\"\" class=\"amp-iconfont fa-twitter fa\"></span>\n                            </div>\n                            <div class=\"iconfont-wrapper\" mbr-if=\"IconsCount > 2\">\n                                <span mbr-icon=\"\" class=\"amp-iconfont fa-google-plus fa\"></span>\n                            </div>\n                            <div class=\"iconfont-wrapper\" mbr-if=\"IconsCount > 3\">\n                                <span mbr-icon=\"\" class=\"amp-iconfont fa-linkedin fa\"></span>\n                            </div>\n                            <div class=\"iconfont-wrapper\" mbr-if=\"IconsCount > 4\">\n                                <span mbr-icon=\"\" class=\"amp-iconfont fa-pinterest fa\"></span>\n                            </div>\n                        </div>\n                    </div>\n                    <div class=\"card-box mbr-m-auto\" mbr-if=\"(showCardsTitle || showCardsSubtitle || showCardsText || showCardsButtons)\" mbr-class=\"{'mbr-pt-2': flexDirection &amp;&amp; !showBorders,\n                                     'align-center': cardsAlign == 2,\n                                     'align-right': cardsAlign == 3,\n                                     'mbr-pb-3 mbr-pt-3 mbr-px-4': showBorders || !transparentBg}\">\n                        <h3 class=\"card-title mbr-semibold mbr-fonts-style\" mbr-theme-style=\"display-7\" mbr-if=\"showCardsTitle\" data-app-selector=\".card-title, .card-btn, .card-img\">Learn To Feel Yourself\n                        </h3>\n                        <h4 class=\"card-subtitle mbr-fonts-style mbr-gray\" mbr-class=\"{'mbr-pt-1' : showCardsTitle}\" mbr-theme-style=\"display-4\" mbr-if=\"showCardsSubtitle\" data-app-selector=\".card-subtitle, .card-btn, .card-img\">November\n                            23, 2019</h4>\n                        <p class=\"card-text mbr-fonts-style\" mbr-class=\"{'mbr-pt-3' : showCardsTitle || showCardsSubtitle}\" mbr-theme-style=\"display-4\" mbr-if=\"showCardsText\" data-app-selector=\".card-text, .card-btn, .card-img\">Click\n                            on the text in the block to select it and enter the text you want to show. Click on the\n                            image to set another one.</p>\n                        <div class=\"card-btn mbr-section-btn mbr-pt-2\" mbr-buttons=\"\" data-toolbar=\"-mbrBtnMove\" mbr-theme-style=\"display-7\" mbr-if=\"showCardsButtons\">\n                            <a class=\"btn btn-primary\" href=\"https://mobirise.com\">Read More</a>\n                        </div>\n                    </div>\n                </div>\n                <div class=\"card-wrapper m-top\" mbr-class=\"{'mbr-flex': !flexDirection,\n                                 'mbr-column': checkImages &amp;&amp; flexDirection,\n                                 'mbr-row-reverse': checkImages &amp;&amp; !flexDirection  &amp;&amp; reverseContent}\" mbr-if=\"rowsCount > 2\">\n                    <div class=\"card-img gallery-img-wrap mbr-flex\" mbr-if=\"checkImages\" mbr-class=\"{'mbr-col-md-12 mbr-col-lg-3': imgWidth == 1 &amp;&amp; !flexDirection,\n                                     'mbr-col-md-12 mbr-col-lg-4': imgWidth == 2 &amp;&amp; !flexDirection,\n                                     'mbr-col-md-12 mbr-col-lg-6': imgWidth == 3 &amp;&amp; !flexDirection,\n                                     'mbr-col-md-12 mbr-col-lg-8': imgWidth == 4 &amp;&amp; !flexDirection,\n                                     'mbr-col-md-12 mbr-col-lg-9': imgWidth == 5 &amp;&amp; !flexDirection}\">\n                        <amp-img src=\"@PROJECT_PATH@/assets/images/37.jpg\" layout=\"responsive\" width=\"150.12722646310434\" height=\"100\" alt=\"image\" class=\"mobirise-loader\">\n                            <div placeholder=\"\" class=\"placeholder\"></div>\n                            <img class=\"mbr-temp\" src=\"@PROJECT_PATH@/assets/images/37.jpg\" alt=\"\">\n                        </amp-img>\n                        <div class=\"icon\" mbr-if=\"showIcons\">\n                            <div class=\"iconfont-wrapper\" mbr-if=\"IconsCount > 0\">\n                                <span mbr-icon=\"\" class=\"amp-iconfont fa-facebook-f fa\"></span>\n                            </div>\n                            <div class=\"iconfont-wrapper\" mbr-if=\"IconsCount > 1\">\n                                <span mbr-icon=\"\" class=\"amp-iconfont fa-twitter fa\"></span>\n                            </div>\n                            <div class=\"iconfont-wrapper\" mbr-if=\"IconsCount > 2\">\n                                <span mbr-icon=\"\" class=\"amp-iconfont fa-google-plus fa\"></span>\n                            </div>\n                            <div class=\"iconfont-wrapper\" mbr-if=\"IconsCount > 3\">\n                                <span mbr-icon=\"\" class=\"amp-iconfont fa-linkedin fa\"></span>\n                            </div>\n                            <div class=\"iconfont-wrapper\" mbr-if=\"IconsCount > 4\">\n                                <span mbr-icon=\"\" class=\"amp-iconfont fa-pinterest fa\"></span>\n                            </div>\n                        </div>\n                    </div>\n                    <div class=\"card-box mbr-m-auto\" mbr-if=\"(showCardsTitle || showCardsSubtitle || showCardsText || showCardsButtons)\" mbr-class=\"{'mbr-pt-2': flexDirection &amp;&amp; !showBorders,\n                                     'align-center': cardsAlign == 2,\n                                     'align-right': cardsAlign == 3,\n                                     'mbr-pb-3 mbr-pt-3 mbr-px-4': showBorders || !transparentBg}\">\n                        <h3 class=\"card-title mbr-semibold mbr-fonts-style\" mbr-theme-style=\"display-7\" mbr-if=\"showCardsTitle\" data-app-selector=\".card-title, .card-btn, .card-img\">Plan Your Dream Trip\n                        </h3>\n                        <h4 class=\"card-subtitle mbr-fonts-style mbr-gray\" mbr-class=\"{'mbr-pt-1' : showCardsTitle}\" mbr-theme-style=\"display-4\" mbr-if=\"showCardsSubtitle\" data-app-selector=\".card-subtitle, .card-btn, .card-img\">December\n                            14, 2019</h4>\n                        <p class=\"card-text mbr-fonts-style\" mbr-class=\"{'mbr-pt-3' : showCardsTitle || showCardsSubtitle}\" mbr-theme-style=\"display-4\" mbr-if=\"showCardsText\" data-app-selector=\".card-text, .card-btn, .card-img\">Click\n                            on the text in the block to select it and enter the text you want to show. Click on the\n                            image to set another one.</p>\n                        <div class=\"card-btn mbr-section-btn mbr-pt-2\" mbr-buttons=\"\" data-toolbar=\"-mbrBtnMove\" mbr-theme-style=\"display-7\" mbr-if=\"showCardsButtons\">\n                            <a class=\"btn btn-primary\" href=\"https://mobirise.com\">Read More</a>\n                        </div>\n                    </div>\n                </div>\n\n            </div>\n        </div>\n    </div>\n</section>",
          "_cid": "rZeQSYbLjw",
          "_anchor": "ampFeatures46-1b",
          "_protectedParams": [],
          "_global": false,
          "_once": false,
          "_params": {}
        },
        {
          "alias": "amp-blocks/components",
          "_isSecondary": true,
          "typeCompatible": "isAMP",
          "_styles": {
            "padding-top": "(@paddingTop * 10px)",
            "padding-bottom": "(@paddingBottom * 10px)",
            "& when (@bg-type = 'image')": {
              "background-image": "url(@bg-value)",
              ".mbr-overlay": {
                "background-color": "@overlayColor",
                "opacity": "@overlayOpacity"
              }
            },
            "& when (@bg-type = 'color')": {
              "background-color": "@bg-value"
            },
            ".group-title": {
              "margin": "15px 0 18px",
              "padding-bottom": "15px",
              "line-height": "1.4",
              "color": "#ffc300"
            },
            ".items": {
              "padding-bottom": "25px",
              ".item": {
                "margin-top": "10px",
                "margin-right": "15px",
                "opacity": ".75",
                "transition": "opacity .3s ease",
                "&:hover": {
                  "opacity": "1"
                }
              }
            },
            "& when (@showLogo)": {
              ".image-block": {
                "amp-img, img": {
                  "object-fit": "contain",
                  "width": "(@heightImg * 1px)",
                  "height": "auto"
                }
              }
            },
            ".dragArea": {
              "margin": "0",
              "flex-wrap": "nowrap"
            },
            "& when (@subscribe)": {
              ".field": {
                "padding": "0",
                "position": "relative",
                "margin-top": "10px",
                "input": {
                  "padding": "6px 12px",
                  "font-size": "15px",
                  "height": "45px",
                  "border": "1px solid lighten(@primaryColor, 30%)"
                },
                ".btn": {
                  "height": "100%",
                  "&.btn-white:hover": {
                    "background-color": "#fff !important",
                    "border-color": "#fff !important",
                    "color": "#000 !important"
                  }
                }
              },
              ".mbr-section-btn": {
                "margin-right": "0"
              }
            },
            ".footer-wrap": {
              "padding-top": "80px"
            },
            ".contacts__bottom": {
              "margin-top": "45px",
              "padding-bottom": "17px"
            },
            ".bottom__left": {
              ".phone": {
                "opacity": ".75",
                "transition": "opacity 0.3s ease",
                "display": "inline-block",
                "&:hover": {
                  "opacity": "1"
                }
              },
              ".mbr-iconfont": {
                "margin-right": "20px",
                "font-size": "20px",
                "width": "20px",
                "height": "20px",
                "color": "@primaryColor",
                "@media (max-width: 767px)": {
                  "margin-right": "0",
                  "margin-bottom": "10px"
                }
              },
              "color": "#ffc300"
            },
            ".amp-iconfont": {
              "font-size": "15px",
              "width": "15px",
              "text-align": "center",
              "& when (@bg-type = 'color')": {
                "color": "contrast(@bg-value) !important"
              },
              "& when (@bg-type = 'image')": {
                "color": "@primaryColor !important"
              },
              "opacity": ".5",
              "&:hover": {
                "opacity": "1"
              }
            },
            ".footer-container": {
              "padding-bottom": "50px",
              "margin-top": "19px",
              "align-items": "center",
              "opacity": ".75",
              "letter-spacing": "0"
            },
            ".divider__foot": {
              "border-top": "1px solid @borderColor",
              "opacity": ".15",
              "width": "100%"
            },
            "@media (max-width: 991px)": {
              ".items": {
                "padding-top": "0"
              },
              ".group-title": {
                "margin-bottom": "5px"
              }
            },
            "@media (max-width: 768px)": {
              ".image-block amp-img": {
                "max-width": "60%",
                "margin": "auto",
                "height": "100%"
              },
              ".image-block": {
                "margin-bottom": "20px"
              },
              ".bottom__left, .contacts__bottom": {
                "flex-direction": "column",
                "align-items": "center",
                "padding-bottom": "15px"
              },
              ".dragArea": {
                "justify-content": "center"
              }
            },
            ".copyright .mbr-text": {
              "color": "#ffffff"
            },
            ".item, .items": {
              "color": "#ffffff"
            }
          },
          "_name": "ampFooter14",
          "_customHTML": "<section class=\"ampFooter14\" group=\"Footers\" once=\"footer\" plugins=\"amp-main, amp-form, amp-mustache\" global=\"\" always-bottom=\"\">\n\n      <mbr-parameters>\n    <!-- Block parameters controls (Blue \"Gear\" panel) -->\n        <input type=\"range\" inline=\"\" title=\"Top\" name=\"paddingTop\" min=\"0\" max=\"10\" step=\"1\" value=\"0\">\n        <input type=\"range\" inline=\"\" title=\"Bottom\" name=\"paddingBottom\" min=\"0\" max=\"10\" step=\"1\" value=\"0\">\n        <header>Menu</header>\n        <input type=\"checkbox\" title=\"Show Column Title\" name=\"showTitle\" checked=\"\">\n          <input type=\"checkbox\" title=\"Show Subscribe\" name=\"subscribe\" checked=\"\">\n          <input type=\"checkbox\" title=\"Show Logo\" name=\"showLogo\" checked=\"\">\n        <input type=\"range\" inline=\"\" title=\"Logo Width\" name=\"heightImg\" min=\"10\" max=\"150\" step=\"10\" value=\"150\" condition=\"showLogo\">\n        <select title=\"Columns\" name=\"columnsCount\">\n            <option value=\"1\">1</option>\n            <option value=\"2\">2</option>\n            <option value=\"3\" selected=\"\">3</option>\n        </select>\n        <input type=\"range\" inline=\"\" title=\"Column 1 Items\" name=\"columnItems1\" min=\"1\" max=\"6\" value=\"2\">\n        <input type=\"range\" inline=\"\" title=\"Column 2 Items\" name=\"columnItems2\" min=\"1\" max=\"6\" value=\"3\" condition=\"columnsCount > 1\">\n        <input type=\"range\" inline=\"\" title=\"Column 3 Items\" name=\"columnItems3\" min=\"1\" max=\"6\" value=\"3\" condition=\"columnsCount > 2\">\n          <header>Bottom</header>\n          <input type=\"checkbox\" title=\"Show Phone\" name=\"showPhone\" checked=\"\">\n          <input type=\"checkbox\" title=\"Show Social\" name=\"showSocial\" checked=\"\">\n           <input type=\"range\" inline=\"\" title=\"Icons Count\" name=\"iconsCount\" min=\"1\" max=\"6\" value=\"4\" step=\"1\" condition=\"showSocial\">\n          <input type=\"color\" title=\"Border Color\" name=\"borderColor\" value=\"#000000\">\n    <input type=\"checkbox\" title=\"Copyright\" name=\"showCopyright\" checked=\"\">\n    <!--  -->\n        <header>Background</header>\n        <fieldset type=\"background\" name=\"bg\">\n            <input type=\"image\" title=\"Background Image\" value=\"@PROJECT_PATH@/assets/images/footers4-1920x564.jpg\" selected=\"\">\n            <input type=\"color\" title=\"Background Color\" value=\"#ffffff\">\n        </fieldset>\n        <input type=\"checkbox\" title=\"Overlay\" name=\"overlay\" condition=\"bg.type !== 'color'\" checked=\"\">\n    <input type=\"color\" title=\"Overlay Color\" name=\"overlayColor\" value=\"#004b4b\" condition=\"overlay &amp;&amp; bg.type == 'image'\">\n    <input type=\"range\" inline=\"\" title=\"Opacity\" name=\"overlayOpacity\" min=\"0\" max=\"1\" step=\"0.1\" value=\"0.9\" condition=\"overlay &amp;&amp; bg.type == 'image'\">\n    </mbr-parameters>\n\n<div class=\"mbr-overlay\" mbr-if=\"overlay &amp;&amp; bg.type !== 'color'\"></div>\n    <div class=\"container\">\n        <div class=\"mbr-row footer-wrap mbr-jc-c\">\n            <div class=\"image-block align-left mbr-col-sm-12 mbr-col-lg-2\" mbr-class=\"{'mbr-col-md-4' : columnsCount == 2, 'mbr-col-md-3' : columnsCount == 3, 'mbr-col-md-6' : columnsCount <= 1}\" mbr-if=\"showLogo\">\n                    <amp-img src=\"@PROJECT_PATH@/assets/images/logo-260x94.png\" layout=\"responsive\" width=\"149.36170212765958\" height=\"54\" alt=\"Mobirise\" class=\"mobirise-loader\">\n                        <div placeholder=\"\" class=\"placeholder\"></div>\n                        <img class=\"mbr-temp\" src=\"@PROJECT_PATH@/assets/images/logo-260x94.png\" alt=\"Mobirise\" title=\"\">\n                    </amp-img>\n            </div>\n\n            <div class=\"items-col mbr-col-sm-12 align-left\" mbr-class=\"{'mbr-col-lg-2': columnsCount == 3, 'mbr-col-lg-3': ((columnsCount <= 2) &amp;&amp; (showLogo)) || (columnsCount == 2), 'mbr-col-md-4' : columnsCount == 2, 'mbr-col-md-3' : columnsCount == 3, 'mbr-col-md-6' : columnsCount <= 1, 'mbr-col-lg-6 mbr-col-md-6 align-center' : ((columnsCount < 2) &amp;&amp; (!showLogo)) }\">\n                <h3 class=\"mbr-fonts-style group-title mbr-bold\" mbr-theme-style=\"display-7\" mbr-if=\"showTitle\" data-app-selector=\".group-title\">Quick Links</h3>\n                <div class=\"items\" mbr-list=\"\" mbr-list-grow=\"columnItems1\">\n                    <p class=\"item mbr-fonts-style\" mbr-theme-style=\"display-4\" data-app-selector=\".item, .items\"></p><p>\n                        <a href=\"index.html\"></a><a href=\"index.html\" class=\"text-warning\">Home</a></p><p></p>\n                    \n                    \n                <p class=\"item mbr-fonts-style\" mbr-theme-style=\"display-4\" data-app-selector=\".item, .items\">\n                        <a href=\"page1.html\" class=\"text-warning\">About Us</a>\n                    </p></div>\n            </div>\n\n            <div class=\"items-col mbr-col-sm-12 align-left\" mbr-class=\"{'mbr-col-lg-2': columnsCount == 3, 'mbr-col-lg-3': columnsCount <= 2, 'mbr-col-md-4' : columnsCount == 2, 'mbr-col-md-3' : columnsCount == 3}\" mbr-if=\"columnsCount > 1\">\n                <h3 class=\"mbr-fonts-style group-title mbr-bold\" mbr-theme-style=\"display-7\" mbr-if=\"showTitle\" data-app-selector=\".group-title\">Location</h3>\n                <div class=\"items\" mbr-list=\"\" mbr-list-grow=\"columnItems2\">\n                    <p class=\"item mbr-fonts-style\" mbr-theme-style=\"display-4\" data-app-selector=\".item, .items\">\n                        Gerehu Stage 2</p>\n                    <p class=\"item mbr-fonts-style\" mbr-theme-style=\"display-4\" data-app-selector=\".item, .items\">\n                        Sivari Road</p>\n                    \n                <p class=\"item mbr-fonts-style\" mbr-theme-style=\"display-4\" data-app-selector=\".item, .items\">\n                        Port Moresby</p></div>\n            </div>\n\n            <div class=\"items-col mbr-col-sm-12 align-left\" mbr-class=\"{'mbr-col-lg-2': columnsCount == 3, 'mbr-col-lg-3': columnsCount <= 2, 'mbr-col-md-4' : columnsCount == 2, 'mbr-col-md-3' : columnsCount == 3}\" mbr-if=\"columnsCount > 2\">\n                <h3 class=\"mbr-fonts-style group-title mbr-bold\" mbr-theme-style=\"display-7\" mbr-if=\"showTitle\" data-app-selector=\".group-title\">\n                    Important Details</h3>\n                <div class=\"items\" mbr-list=\"\" mbr-list-grow=\"columnItems3\">\n                    <p class=\"item mbr-fonts-style\" mbr-theme-style=\"display-4\" data-app-selector=\".item, .items\">\n                        Phone: 675 326 0946</p>\n                    <p class=\"item mbr-fonts-style\" mbr-theme-style=\"display-4\" data-app-selector=\".item, .items\"></p><p>\n                        Fax: (675)3261104</p><p></p>\n                    \n                <p class=\"item mbr-fonts-style\" mbr-theme-style=\"display-4\" data-app-selector=\".item, .items\">Email: wantok@wantokradio.org</p></div>\n            </div>\n            <div class=\"align-left mbr-col-sm-12 \" mbr-if=\"subscribe\" mbr-class=\"{'mbr-col-md-12 mbr-col-lg-4' : ((columnsCount >= 2) || (showLogo)), 'mbr-col-md-6 mbr-col-lg-6' : ((columnsCount < 2) &amp;&amp; (!showLogo))}\">\n                <h3 class=\"mbr-fonts-style group-title mbr-bold\" mbr-theme-style=\"display-7\" mbr-if=\"showTitle\" data-app-selector=\".group-title\">\n                    Let Us Know you visited</h3>\n                <div class=\"items\" mbr-form=\"\">\n<!--Formbuilder Form-->\n<form action=\"\" name=\"Mobirise Form\" method=\"POST\" class=\"mbr-form align-center\">\n<div class=\"mbr-row\">\n<div submit-success=\"\" class=\"mbr-col-lg-12 mbr-col-md-12 mbr-col-sm-12\">\n<template data-form-alert=\"\" type=\"amp-mustache\">Subscription successful!</template>\n</div>\n<div submit-error=\"\" class=\"mbr-col-lg-12 mbr-col-md-12 mbr-col-sm-12\">\n<template data-form-alert=\"\" type=\"amp-mustache\">Subscription failed! {{error}}</template>\n</div>\n</div>\n<div class=\"dragArea mbr-row\">\n<div data-for=\"form[data][0][1]\" class=\"mbr-col field\">\n<input type=\"hidden\" name=\"form[data][0][0]\" value=\"Email\">\n<input type=\"email\" name=\"form[data][0][1]\" placeholder=\"Enter your email\" data-form-field=\"Email\" mbr-theme-style=\"display-5\" required=\"required\" class=\"field-input\" value=\"\">\n</div>\n<div mbr-buttons=\"true\" mbr-theme-style=\"display-4\" data-toolbar=\"-mbrBtnMove,-mbrLink,-mbrBtnRemove,-mbrBtnAdd\" class=\"mbr-col-auto mbr-section-btn field\"><a type=\"submit\" class=\"btn btn-sm btn-form btn-white\" data-app-placeholder=\"Type Text\"><span class=\"mbri-right mbr-iconfont mbr-iconfont-btn\"></span></a></div>\n</div>\n</form><!--Formbuilder Form-->\n</div>\n        </div>\n        </div>\n    <div class=\"contacts__bottom mbr-flex flex-wrap\">\n        <div class=\"mbr-col-sm-12 bottom__left\" mbr-if=\"showPhone\" mbr-class=\"{'mbr-col-md-6' : showSocial, 'mbr-col-md-12' : !showSocial}\">\n            <span class=\"mbr-iconfont mbr-iconfont-btn fa-phone fa\" mbr-icon=\"\"></span>\n           <p class=\"mbr-fonts-style phone mbr-semibold\" mbr-theme-style=\"display-7\" data-app-selector=\".bottom__left\"><a href=\"#\" class=\"text-warning\">(</a>675) 326 0946</p>\n        </div>\n        <div class=\"mbr-col-sm-12 mbr-flex mbr-jc-e bottom__right\" mbr-if=\"showSocial\" mbr-class=\"{'mbr-col-md-6' : showPhone, 'mbr-col-md-12' : !showPhone}\">\n            <!-- SOCIAL ICON -->\n                <div class=\"menu-social-list\" mbr-list=\"\" mbr-list-grow=\"iconsCount\" mbr-link-type=\"socials\">\n                    <a href=\"http://www.youtube.com/channel/UCt_tncVAetpK5JeM8L-8jyw\" target=\"_blank\">\n                        <span mbr-icon=\"\" class=\"amp-iconfont fa-youtube-play fa\"></span>\n                    </a>\n                    <a href=\"https://www.facebook.com/pages/Mobirise/1616226671953247\" target=\"_blank\">\n                        <span mbr-icon=\"\" class=\"amp-iconfont fa-facebook-f fa\"></span>\n                    </a>\n                    \n                <a href=\"https://www.facebook.com/pages/Mobirise/1616226671953247\" target=\"_blank\">\n                        <span mbr-icon=\"\" class=\"amp-iconfont fa-linkedin fa\"></span>\n                    </a><a href=\"https://www.facebook.com/pages/Mobirise/1616226671953247\" target=\"_blank\">\n                        <span mbr-icon=\"\" class=\"amp-iconfont fa-vimeo-square fa\"></span>\n                    </a></div>\n                <!-- SOCIAL ICON END -->\n        </div>\n    </div>\n        \n    \n    <div class=\"divider__foot\" mbr-if=\"showCopyright\"></div>\n    <div class=\"footer-container container\" mbr-if=\"showCopyright\">\n        <div class=\"copyright align-left\">\n            <p class=\"mbr-text mbr-fonts-style\" mbr-theme-style=\"display-4\" data-app-selector=\".copyright .mbr-text\" data-app-placeholder=\"Type Text\">© Copyright Wantok Radio Light 2020 - All Rights Reserved</p>\n        </div>\n    </div>\n</div></section>",
          "_cid": "rZjAc2Ota7",
          "_anchor": "ampFooter14-1o",
          "_protectedParams": [],
          "_global": true,
          "_once": "footer",
          "_params": {}
        }
      ]
    }
  }
}