{"id":1676,"date":"2015-05-07T19:52:51","date_gmt":"2015-05-07T19:52:51","guid":{"rendered":"http:\/\/cheathamlab.com\/?page_id=1676"},"modified":"2015-06-24T13:16:12","modified_gmt":"2015-06-24T13:16:12","slug":"subscribe","status":"publish","type":"page","link":"https:\/\/cheathamlab.com\/index.php\/subscribe\/","title":{"rendered":"Subscribe"},"content":{"rendered":"<div id=\"pl-1676\"  class=\"panel-layout\" ><div id=\"pg-1676-0\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-1676-0-0\"  class=\"panel-grid-cell\" ><div id=\"panel-1676-0-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"0\" ><div class=\"textwidget\"><h2><span style=\"color: #5e7ab7;\">Subscribe to our newsletter!<\/span><\/h2>\n<\/div><\/div><\/div><div id=\"pgc-1676-0-1\"  class=\"panel-grid-cell\" ><div id=\"panel-1676-0-1-0\" class=\"so-panel widget widget_form_maker_widget form_maker_widget panel-first-child panel-last-child\" data-index=\"1\" >    <script type=\"text\/javascript\">\n      WDF_GRADING_TEXT ='Your score should be less than'; \n      WDF_INVALID_GRADING_14 \t= 'Your score should be less than';\n      FormCurrency_14 = '$';  \n      FormPaypalTax_14 = '0';  \n\n      function formOnload14() {\n        if (navigator.userAgent.toLowerCase().indexOf('msie') != -1 && parseInt(navigator.userAgent.toLowerCase().split('msie')[1]) === 8) {\n          jQuery(\"#form14\").find(jQuery(\"input[type='radio']\")).click(function() {jQuery(\"input[type='radio']+label\").removeClass('if-ie-div-label'); jQuery(\"input[type='radio']:checked+label\").addClass('if-ie-div-label')});\t\n          jQuery(\"#form14\").find(jQuery(\"input[type='radio']:checked+label\")).addClass('if-ie-div-label');\n          jQuery(\"#form14\").find(jQuery(\"input[type='checkbox']\")).click(function() {jQuery(\"input[type='checkbox']+label\").removeClass('if-ie-div-label'); jQuery(\"input[type='checkbox']:checked+label\").addClass('if-ie-div-label')});\t\n          jQuery(\"#form14\").find(jQuery(\"input[type='checkbox']:checked+label\")).addClass('if-ie-div-label');\n        }\n\n        jQuery(\"div[type='type_text'] input, div[type='type_number'] input, div[type='type_phone'] input, div[type='type_name'] input, div[type='type_submitter_mail'] input, div[type='type_paypal_price'] input, div[type='type_textarea'] textarea\").focus(function() {delete_value(this)}).blur(function() {return_value(this)});\n        jQuery(\"div[type='type_number'] input, div[type='type_phone'] input, div[type='type_spinner'] input, div[type='type_range'] input, .wdform-quantity\").keypress(function(evt) {return check_isnum(evt)});\n        \n        jQuery(\"div[type='type_grading'] input\").keypress(function(evt) {return check_isnum_or_minus(evt)});\n        \n        jQuery(\"div[type='type_paypal_checkbox'] input[type='checkbox'], div[type='type_paypal_radio'] input[type='radio'], div[type='type_paypal_shipping'] input[type='radio']\").click(function() {set_total_value(14)});\n        jQuery(\"div[type='type_paypal_select'] select, div[type='type_paypal_price'] input\").change(function() {set_total_value(14)});\n        jQuery(\".wdform-quantity\").change(function() {set_total_value(14)});\n\n        jQuery(\"div[type='type_address'] select\").change(function() {set_total_value(14)});\n        \n        jQuery(\"div[type='type_time'] input\").blur(function() {add_0(this)});\n\n        jQuery('.wdform-element-section').each(function() {\n          if(!jQuery(this).parent()[0].style.width && parseInt(jQuery(this).width())!=0)\n          {\n            \n            if(jQuery(this).css('display')==\"table-cell\")\n            {\n              if(jQuery(this).parent().attr('type')!=\"type_captcha\")\n                jQuery(this).parent().css('width', parseInt(jQuery(this).width()) + parseInt(jQuery(this).parent().find(jQuery(\".wdform-label-section\"))[0].style.width)+15);\n              else\n                jQuery(this).parent().css('width', (parseInt(jQuery(this).parent().find(jQuery(\".captcha_input\"))[0].style.width)*2+50) + parseInt(jQuery(this).parent().find(jQuery(\".wdform-label-section\"))[0].style.width)+15);\n            }\n          }\n          if (!jQuery(this).parent()[0].style.width && parseInt(jQuery(this).width()) != 0) {\n            if (jQuery(this).css('display') == \"table-cell\") {\n              if (jQuery(this).parent().attr('type') != \"type_captcha\") {\n                jQuery(this).parent().css('width', parseInt(jQuery(this).width()) + parseInt(jQuery(this).parent().find(jQuery(\".wdform-label-section\"))[0].style.width)+15);\n              }\n              else {\n                jQuery(this).parent().css('width', (parseInt(jQuery(this).parent().find(jQuery(\".captcha_input\"))[0].style.width)*2+50) + parseInt(jQuery(this).parent().find(jQuery(\".wdform-label-section\"))[0].style.width)+15);\n              }\n            }\n          }\n          if(parseInt(jQuery(this)[0].style.width.replace('px', '')) < parseInt(jQuery(this).css('min-width').replace('px', '')))\n            jQuery(this).css('min-width', parseInt(jQuery(this)[0].style.width.replace('px', ''))-10);\n        });\t\n        \n        jQuery('.wdform-label').each(function() {\n          if(parseInt(jQuery(this).height()) >= 2*parseInt(jQuery(this).css('line-height').replace('px', '')))\n          {\n            jQuery(this).parent().css('max-width',jQuery(this).parent().width());\n            jQuery(this).parent().css('width','');\n          }\n        });\n        \n        (function(jQuery){\n          jQuery.fn.shuffle = function() {\n            var allElems = this.get(),\n              getRandom = function(max) {\n                return Math.floor(Math.random() * max);\n              },\n              shuffled = jQuery.map(allElems, function(){\n                var random = getRandom(allElems.length),\n                  randEl = jQuery(allElems[random]).clone(true)[0];\n                allElems.splice(random, 1);\n                return randEl;\n               });\n            this.each(function(i){\n              jQuery(this).replaceWith(jQuery(shuffled[i]));\n            });\n            return jQuery(shuffled);\n          };\n        })(jQuery);\n        \n        jQuery(\"#wd_captcha14\").click(function() {captcha_refresh(\"wd_captcha\",\"14\")});jQuery(\"#_element_refresh14\").click(function() {captcha_refresh(\"wd_captcha\",\"14\")});captcha_refresh(\"wd_captcha\", \"14\");                \n        if(window.before_load)\n        {\n          before_load();\n        }\n      }\n\n      jQuery(window).load(function () {\n        formOnload14();\n      });\n\n      form_view_count14=0;\n      jQuery(document).ready(function () {\n        for(i=1; i<=30; i++) {\n          if (document.getElementById('14form_view'+i)) {\n            form_view_count14++;\n            form_view_max14 = i;\n          }\n        }\n        if (form_view_count14 > 1) {\n          for (i = 1; i <= form_view_max14; i++) {\n            if (document.getElementById('14form_view' + i)) {\n              first_form_view14 = i;\n              break;\n            }\n          }\n          generate_page_nav(first_form_view14, '14', form_view_count14, form_view_max14);\n        }\n        \/\/ jQuery('.wdform-element-section select').each(function() { reselect(this,''); });\/\/\/\/\/why?????????????\n      });\n      function check_required14(but_type) {\n        if (but_type == 'reset') {\n          if (window.before_reset) {\n            before_reset();\n          }\n          window.location = \"\/index.php\/wp-json\/wp\/v2\/pages\/1676\";\n          return;\n        }\n        if (window.before_submit) {\n          before_submit();\n        }\n        x = jQuery(\"#form14\");\n        \n                if(x.find(jQuery(\"div[wdid=1]\")).length != 0 && x.find(jQuery(\"div[wdid=1]\")).css(\"display\") != \"none\")\n                {\n                  if(jQuery(\"#wdform_1_element14\").val()==\"\" || jQuery(\"#wdform_1_element14\").val()==\"\")\n                  {\n                    alert(\"E-mail: field is required.\");\n                    jQuery(\"#wdform_1_element14\").addClass( \"form-error\" );\n                    old_bg=x.find(jQuery(\"div[wdid=1]\")).css(\"background-color\");\n                    x.find(jQuery(\"div[wdid=1]\")).effect( \"shake\", {}, 500 ).css(\"background-color\",\"#FF8F8B\").animate({backgroundColor: old_bg}, {duration: 500, queue: false });\n                    jQuery(\"#wdform_1_element14\").focus();\n                    jQuery(\"#wdform_1_element14\").change(function() { if( jQuery(this).val()!=\"\" ) jQuery(this).removeClass(\"form-error\"); else jQuery(this).addClass(\"form-error\");});\n                    return false;\n                  }\n                }\n                \n              if(x.find(jQuery(\"div[wdid=1]\")).length != 0 && x.find(jQuery(\"div[wdid=1]\")).css(\"display\") != \"none\")\n              {\n              \n              if(jQuery(\"#wdform_1_element14\").val()!=\"\" && jQuery(\"#wdform_1_element14\").val().search(\/^\\w+((-\\w+)|(\\.\\w+))*\\@[A-Za-z0-9]+((\\.|-)[A-Za-z0-9]+)*\\.[A-Za-z0-9]+$\/) == -1 )\n                {\n                  alert(\"This is not a valid email address.\");\n                  old_bg=x.find(jQuery(\"div[wdid=1]\")).css(\"background-color\");\n                  x.find(jQuery(\"div[wdid=1]\")).effect( \"shake\", {}, 500 ).css(\"background-color\",\"#FF8F8B\").animate({backgroundColor: old_bg}, {duration: 500, queue: false });\n                  jQuery(\"#wdform_1_element14\").focus();\n                  return false;\n                }\n              \n              }\n              \n              if(x.find(jQuery(\"div[wdid=3]\")).length != 0 && x.find(jQuery(\"div[wdid=3]\")).css(\"display\") != \"none\")\n              {\n                if(jQuery(\"#wd_captcha_input14\").val()==\"\")\n                {\n                  alert(\"Word Verification: field is required.\");\n                  old_bg=x.find(jQuery(\"div[wdid=3]\")).css(\"background-color\");\n                  x.find(jQuery(\"div[wdid=3]\")).effect( \"shake\", {}, 500 ).css(\"background-color\",\"#FF8F8B\").animate({backgroundColor: old_bg}, {duration: 500, queue: false });\n                  jQuery(\"#wd_captcha_input14\").focus();\n                  return false;\n                }\n              }\n              ;\n        var a = [];\n        if (typeof a[14] !== 'undefined' && a[14] == 1) {\n          return;\n        }\n        \n        var disabled_fields =\"\";\t\n        jQuery(\"div[wdid]\").each(function() {\n          if(jQuery(this).css(\"display\")==\"none\")\n          {\t\t\n            disabled_fields += jQuery(this).attr(\"wdid\");\n            disabled_fields += \",\";\n          }\t\n\n            if(disabled_fields)\n            jQuery(\"<input type=\\\"hidden\\\" name=\\\"disabled_fields14\\\" value =\\\"\"+disabled_fields+\"\\\" \/>\").appendTo(\"#form14\");\n            \n        });\n        a[14] = 1;\n        document.getElementById(\"form\"+14).submit();\n      }\n      function check14(id) {\n        x = jQuery(\"#14form_view\"+id);\n        \n                if(x.find(jQuery(\"div[wdid=1]\")).length != 0 && x.find(jQuery(\"div[wdid=1]\")).css(\"display\") != \"none\")\n                {\n                  if(jQuery(\"#wdform_1_element14\").val()==\"\" || jQuery(\"#wdform_1_element14\").val()==\"\")\n                  {\n                    alert(\"E-mail: field is required.\");\n                    jQuery(\"#wdform_1_element14\").addClass( \"form-error\" );\n                    old_bg=x.find(jQuery(\"div[wdid=1]\")).css(\"background-color\");\n                    x.find(jQuery(\"div[wdid=1]\")).effect( \"shake\", {}, 500 ).css(\"background-color\",\"#FF8F8B\").animate({backgroundColor: old_bg}, {duration: 500, queue: false });\n                    jQuery(\"#wdform_1_element14\").focus();\n                    jQuery(\"#wdform_1_element14\").change(function() { if( jQuery(this).val()!=\"\" ) jQuery(this).removeClass(\"form-error\"); else jQuery(this).addClass(\"form-error\");});\n                    return false;\n                  }\n                }\n                \n              if(x.find(jQuery(\"div[wdid=1]\")).length != 0 && x.find(jQuery(\"div[wdid=1]\")).css(\"display\") != \"none\")\n              {\n              \n              if(jQuery(\"#wdform_1_element14\").val()!=\"\" && jQuery(\"#wdform_1_element14\").val().search(\/^\\w+((-\\w+)|(\\.\\w+))*\\@[A-Za-z0-9]+((\\.|-)[A-Za-z0-9]+)*\\.[A-Za-z0-9]+$\/) == -1 )\n                {\n                  alert(\"This is not a valid email address.\");\n                  old_bg=x.find(jQuery(\"div[wdid=1]\")).css(\"background-color\");\n                  x.find(jQuery(\"div[wdid=1]\")).effect( \"shake\", {}, 500 ).css(\"background-color\",\"#FF8F8B\").animate({backgroundColor: old_bg}, {duration: 500, queue: false });\n                  jQuery(\"#wdform_1_element14\").focus();\n                  return false;\n                }\n              \n              }\n              \n              if(x.find(jQuery(\"div[wdid=3]\")).length != 0 && x.find(jQuery(\"div[wdid=3]\")).css(\"display\") != \"none\")\n              {\n                if(jQuery(\"#wd_captcha_input14\").val()==\"\")\n                {\n                  alert(\"Word Verification: field is required.\");\n                  old_bg=x.find(jQuery(\"div[wdid=3]\")).css(\"background-color\");\n                  x.find(jQuery(\"div[wdid=3]\")).effect( \"shake\", {}, 500 ).css(\"background-color\",\"#FF8F8B\").animate({backgroundColor: old_bg}, {duration: 500, queue: false });\n                  jQuery(\"#wd_captcha_input14\").focus();\n                  return false;\n                }\n              }\n              ;\n        return true;\n      }\n    <\/script>\n    <script type=\"text\/javascript\">\/\/ before form is load\r\nfunction before_load() {\r\n     \r\n}\r\n\r\n\/\/ before form submit\r\nfunction before_submit() {\r\n}\r\n\r\n\/\/ before form reset\r\nfunction before_reset() {\r\n     \r\n}<\/script><style>.form14 .wdform-page-and-images .other_input\r\n{\r\nmax-width: none;\r\n}.form14 \r\nbutton, .form14\r\ninput, .form14\r\nselect, .form14\r\ntextarea\r\n{\r\nfont-size:14px;\r\n}.form14 \r\n.warning, .form14\r\n.error\r\n{\r\nbackground-color: #F0EFEF;\r\nborder: 1px solid #013D7C;\r\nborder-radius: 5px;\r\ncolor: #013D7C;\r\npadding: 5px;\r\n}.form14 \r\n.warning *, .form14\r\n.error *\r\n{\r\nmargin:0;\r\n}.form14 \r\n.recaptcha_input_area input\r\n{\r\nheight:initial !important;\r\n}.form14 \r\ninput[type=\"radio\"]\r\n{\r\nborder:none !important;\r\noutline:none !important;\r\n}.form14 \r\ninput[type=\"checkbox\"]\r\n{\r\nborder:none !important;\r\noutline:none !important;\r\n}.form14 \r\na.ui-spinner-button\r\n{\r\nborder-radius:0px !important;\r\nbackground: none!important;\r\n}.form14 \r\n\r\na.ui-slider-handle {\r\nwidth: 13px;\r\nheight: 13px;\r\ntop: -4px;\r\nborder: 0px;\r\nborder-radius: 13px;\r\nbackground: #FAFAFA;\r\nborder: 3px solid #B1B1B1;\r\noutline: none;\r\n}.form14 \r\n\r\n.ui-slider {\r\n\theight: 6px;\r\n\tbackground: #F5F5F5 !important;\r\n\tmargin: 7px 0px;\r\n}.form14 \r\n.wdform_grading input {\r\n\twidth: 100px;\r\n}.form14 \r\n.wdform-matrix-cell input[type=\"text\"] {\r\n\twidth: 100px;\r\n}.form14 \r\n.wdform-matrix-cell select {\r\n\twidth: 60px;\r\n}.form14 \r\n.wdform_section .wdform_column:last-child {\r\n\tpadding-right: 0px !important;\r\n}.form14 \r\n.wdform_preload {\r\n\tdisplay: none;\r\n}.form14 \r\n.wdform_grading {\r\n\tpadding: 3px 0px;\r\n}.form14 \r\n.wdform-matrix-table {\r\n\tdisplay: table;\r\n\tborder-spacing: 0px;\r\n}.form14 \r\n.wdform-matrix-column {\r\n\ttext-align: left;\r\n\tdisplay: table-cell;\r\n}.form14 \r\n.wdform-matrix-cell {\r\n\ttext-align: center;\r\n\tdisplay: table-cell;\r\n\tpadding: 6px 10px;\r\n}.form14 \r\n.wdform-matrix-head>div {\r\n\tdisplay: table-cell;\r\n\ttext-align: center;\r\n}.form14 \r\n.wdform-matrix-head {\r\n\tdisplay: table-row;\r\n}.form14 \r\n.wdform-matrix-row0 {\r\n\tbackground: #DFDFDF;\r\n\tdisplay: table-row;\r\n}.form14 \r\n.wdform-matrix-row1 {\r\n\tbackground: #E9E9E9;\r\n\tdisplay: table-row;\r\n}.form14 \r\n.selected-text {\r\n\ttext-align: left;\r\n\tcolor: #000;\r\n}.form14 \r\n.wdform-quantity {\r\n\twidth: 30px;\r\n\tmargin: 2px 0px;\r\n}.form14 \r\n.wdform_scale_rating label {\r\n\tvertical-align: middle;\r\n}.form14 \r\n.ui-corner-all {\r\n\tborder-radius: 0px;\r\n}.form14 \r\n.ui-widget-content {\r\n\tborder: 0px;\r\n\tbackground: transparent;\r\n}.form14 \r\n\r\n\r\n.ui-slider-range {\r\n\tbackground: #8A8A8A !important;\r\n}.form14 \r\n.wdform_map {\r\n\tborder: 6px solid #fff;\r\n}.form14 \r\n.wdform-page-and-images {\r\n\twidth: 100%;\r\n\tborder: 0px solid #000 !important;\r\npadding-left:10px;\r\n}.form14 \r\n.paypal-property {\r\n\tdisplay: inline-block;\r\n\tmargin-right: 15px;\r\n\tvertical-align: middle;\r\n}.form14 \r\n.sel-wrap {\r\n\tdisplay: inline-block;\r\n\tvertical-align: middle;\r\n\twidth:100%;\r\n}.form14 \r\n\r\n.sel-imul {\r\n\tdisplay: none;\r\n}.form14 \r\n.sel-imul .sel-selected {\r\n\tcursor: pointer;\r\n\tposition: relative;\r\n\tdisplay: inline-block;\r\n\tborder-radius: 0px;\r\n\tpadding: 0px 0px 0px 2px;\r\n\tfont-size: 13px;\r\n\theight: 22px;\r\n\tline-height: 22px;\r\n\toverflow: hidden;\r\n\tbackground: #F8F8F8;\r\n\tborder: 0px solid #D3D3D3;\r\n\tbackground-position: right 2px center;\r\n\twidth: 100%;\r\n}.form14 \r\n.sel-imul.act .sel-selected {\r\n\tbackground: #fff;\r\n}.form14 \r\n.sel-selected .sel-arraw {\r\n\theight: 23px;\r\n\twidth: 30px;\r\n\tbackground: url(https:\/\/cheathamlab.com\/wp-content\/plugins\/form-maker\/images\/09\/01.png) 50% 50% no-repeat;\r\n\tposition: absolute;\r\n\ttop: 0px;\r\n\tright: 0px;\r\n\tpadding: 0px;\r\n}.form14 \r\n.sel-imul:hover .sel-selected .sel-arraw {\r\n\/\/ background-color:#e0e0e0;\r\n\/\/ border-left:1px solid #bbb;\r\n}.form14 \r\n.sel-imul.act .sel-selected .sel-arraw {\r\n\/\/ background-color:#e0e0e0;\r\n\/\/ border-left:1px solid #bbb;\r\n}.form14 \r\n.sel-imul .sel-options {\r\n\tbackground: #fff;\r\n\tborder: 1px solid #dbdbdb;\r\n\tborder-top: none;\r\n\tposition: absolute;\r\n\twidth: inherit;\r\n\tdisplay: none;\r\n\tz-index: 10;\r\n\tmax-height: 200px;\r\n\toverflow-y: auto;\r\n\toverflow-x: hidden;\r\n}.form14 \r\n.sel-options .sel-option {\r\n\tpadding: 3px 4px;\r\n\tfont-size: 13px;\r\n\tborder: 1px solid #fff;\r\n\tborder-right: none;\r\n\tborder-left: none;\r\n\ttext-align: left;\r\n}.form14 \r\n.sel-options .sel-option:hover {\r\n\tborder-color: #dbdbdb;\r\n\tcursor: pointer;\r\n}.form14 \r\n.sel-options .sel-option.sel-ed {\r\n\tbackground: #dbdbdb;\r\n\tborder-color: #dbdbdb;\r\n}.form14 \r\ninput[type=text]{\r\n\tmargin: 0px;\r\n}.form14 \r\ninput[type=password]{\r\n\tmargin: 0px;\r\n}.form14 \r\ninput[type=url]{\r\n\tmargin: 0px;\r\n}.form14 \r\ninput[type=email]{\r\n\tmargin: 0px;\r\n}.form14 \r\ninput.text{\r\n\tmargin: 0px;\r\n}.form14 \r\ninput.title{\r\n\tmargin: 0px;\r\n}.form14 \r\ntextarea{\r\n\tmargin: 0px;\r\n}.form14 \r\nselect {\r\n\tmargin: 0px;\r\n}.form14 \r\n.form-error {\r\n\tborder-color: red !important;\r\n}.form14 \r\n.form-error:focus {\r\n\tborder-color: red !important;\r\n}.form14 \r\n.wdform-field {\r\n\tdisplay: table-cell;\r\n\tpadding: 5px 0px;\r\n}.form14 \r\n.wdform-label-section{\r\n\ttext-align: left;\r\n\tdisplay: table-cell;\r\n}.form14 \r\n.wdform-element-section {\r\n\ttext-align: left;\r\n\tdisplay: table-cell;\r\n\tmin-width: 140px;\r\n}.form14 \r\n.file-upload input {\r\n\tposition: absolute;\r\n\tvisibility: hidden;\r\n}.form14 \r\n.file-upload-status {\r\n\tmargin-left: 10px;\r\n\tmax-width: 200px;\r\n\tfont-weight: bold;\r\n\tfont-size: 16px;\r\n\tcolor: #888;\r\n\tposition: absolute;\r\n\tborder-radius: 0px;\r\n\theight: 23px;\r\n\tpadding-left: 5px;\r\n\tpadding-right: 5px;\r\n\twhite-space: nowrap;\r\n\toverflow: hidden;\r\n\t}.form14 \r\n.file-picker {\r\n\twidth: 41px;\r\n\theight: 32px;\r\n\tbackground: url(https:\/\/cheathamlab.com\/wp-content\/plugins\/form-maker\/images\/10\/01\/upload.png) no-repeat;\r\n\tdisplay: inline-block;\r\n}.form14 \r\n.next-page div.wdform-page-button {\r\ncolor: #FFF;\r\ncursor: pointer;\r\ndisplay: inline-block;\r\nheight: 38px;\r\nline-height: 35px;\r\nbackground:url(https:\/\/cheathamlab.com\/wp-content\/plugins\/form-maker\/images\/10\/next.png) no-repeat right #013D7C;\r\npadding: 0px 36px 0 20px;\r\nvertical-align: middle;\r\nfont-size: 18px;\r\nborder-top-right-radius: 7px;\r\nborder-bottom-right-radius: 7px;\r\n}.form14 \r\n.previous-page div.wdform-page-button {\r\ncolor: #A2A2A2;\r\ncursor: pointer;\r\ndisplay: inline-block;\r\nheight: 37px;\r\nline-height: 35px;\r\nbackground:url(https:\/\/cheathamlab.com\/wp-content\/plugins\/form-maker\/images\/09\/previous.png) no-repeat left #F1F1F1;\r\npadding: 0 20px 0 36px;\r\nvertical-align: middle;\r\nfont-size: 18px;\r\nborder-top-left-radius: 7px;\r\nborder-bottom-left-radius: 7px;\r\n}.form14 \r\n.button-submit {\r\n\tcolor: #ffffff;\r\n\tcursor: pointer;\r\n\tdisplay: inline-block;\r\n\tline-height: 35px;\r\n\tbackground: #013D7C;\r\n\tpadding: 0px 20px;\r\n\tvertical-align: middle;\r\n\tfont-size: 18px;\r\n\tmin-width: 80px;\r\n\tmin-height: 35px;\r\n\tfont-family: Segoe UI;\r\n\t\tborder: 1px solid transparent;\r\n\tmargin: 5px;\r\n}.form14 \r\n.button-reset {\r\n\tcolor: #787878;\r\n\tcursor: pointer;\r\n\tdisplay: inline-block;\r\n\tline-height: 35px;\r\n\tbackground: #F0EFEF;\r\n\tpadding: 0px 20px;\r\n\tvertical-align: middle;\r\n\tfont-size: 18px;\r\n\tmin-width: 80px;\r\n\tmin-height: 35px;\r\n\tfont-family: Segoe UI;\r\n\tfloat: right;\r\n\tborder: 1px solid transparent;\r\n\tmargin: 5px;\r\n}.form14 \r\n.wdform_page {\r\n\tbackground: #FFFFFF;\r\n\tpadding-top: 15px;\r\n\tborder-radius: 0px;\r\n\tfont-family: Segoe UI;\r\n}.form14 \r\n.wdform_column {\r\n\tborder-right: none !important;\r\n\tpadding-right: 50px !important;\r\n\tfloat: left;\r\n\tborder-spacing: 2px;\r\n\tborder-collapse: separate !important;\r\n}.form14 \r\n.wdform_section_break2 {\r\n\tcolor: #013D7C;\r\n\tdisplay: inline-block;\r\n\ttext-align: left;\r\n\tfont-size: 23px;\r\nmargin: 16px 10px 40px 0px;\r\n}.form14 \r\n\r\n.wdform_section_break {\r\n\tcolor: #013D7C;\r\n\tfont-size: 23px;\r\nmargin: 16px 0px;\r\n}.form14 \r\n\r\n.wdform_section {\r\n\tdisplay: inline-block;\r\n}.form14 \r\nselect {\r\n\tpadding: 2px;\r\n\theight: 26px;\r\n\tborder: 1px solid #B7B7B7;\r\nbackground: #F8F8F8;\r\n}.form14 \r\ninput[type=\"text\"]{\r\n\tborder-radius: 0px;\r\n\theight: 22px;\r\n\tpadding:0 3px !important;\r\n\tbackground: #F8F8F8;\r\nborder:1px solid #B7B7B7;\r\n}.form14 \r\ninput[type=\"password\"]{\r\n\tborder-radius: 0px;\r\n\theight: 22px;\r\n\tpadding:0 3px !important;\r\n\tbackground: #F8F8F8;\r\nborder:1px solid #B7B7B7;\r\n}.form14 \r\ntextarea {\r\n\tborder-radius: 0px;\r\n\theight: 22px;\r\n\tpadding:0 3px !important;\r\n\tbackground: #F8F8F8;\r\nborder:1px solid #B7B7B7;\r\n}.form14 \r\ninput[type=\"text\"]:focus{\r\n\toutline: none;\r\n}.form14 \r\ninput[type=\"password\"]:focus{\r\n\toutline: none;\r\n}.form14 \r\ntextarea:focus{\r\n\toutline: none;\r\n}.form14 \r\nselect {\r\n\toutline: none;\r\n}.form14 \r\n.input_deactive {\r\n\tcolor: #999999;\r\n\tfont-style: italic;\r\n}.form14 \r\n.input_active {\r\n\tcolor: #000000;\r\n\tfont-style: normal;\r\n}.form14 \r\n.am_pm_select {\r\n\twidth: 30px;\r\n\tvertical-align: middle;\r\n}.form14 \r\n\r\n\r\n.wdform-calendar-button, .form14\r\n.wdform-calendar-button:hover {\r\n  display:inline-block;\r\n\tbackground: transparent url(https:\/\/cheathamlab.com\/wp-content\/plugins\/form-maker\/images\/03\/date.png) no-repeat !important;\r\n\tborder: 0px;\r\n\tcolor: transparent;\r\n\twidth: 22px;\r\n\theight: 22px;\r\n\tposition: relative;\r\n\tleft: -22px;\r\n\tvertical-align: top;\r\n\toutline: none;\r\n}.form14 \r\n\r\n\r\n.forlabs {\r\n\tfloat: right;\r\n\tmargin-right: 20px;\r\n}.form14 \r\n\r\n.if-ie-div-label {\r\n\t-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\" !important;\r\n\tfilter: alpha(opacity=100) !important;\r\n\topacity: 1 !important;\r\n}.form14 \r\n.wdform-ch-rad-label {\r\n\tdisplay: inline;\r\n\tmargin: -4px 5px 5px 5px;\r\n\tfloat: left;\r\n\tcolor: #000;\r\n\tcursor: pointer\r\n}.form14 \r\ntextarea {\r\n\tpadding-top: 5px;\r\n}.form14 \r\n.wdform-date {\r\n  display:inline-block;\r\n\twidth: 105px\r\n}.form14 \r\n.wdform_footer {\r\n\tmargin-top: 15px;\r\n}.form14 \r\n.page-numbers {\r\n\tvertical-align: middle;\r\n}.form14 \r\n.time_box {\r\n\ttext-align: right;\r\n\twidth: 30px;\r\n\tvertical-align: middle\r\n}.form14 \r\n.mini_label {\r\n\tfont-size: 10px;\r\n\tfont-family: \"Lucida Grande\", Tahoma, Arial, Verdana, sans-serif;\r\n\tcolor: #8A8A8A;\r\n}.form14 \r\n.wdform-label {\r\n\tborder: none;\r\n\tcolor: #000;\r\n\tvertical-align: top;\r\n\tline-height: 17px;\r\n}.form14 \r\n.wdform_colon {\r\n\tcolor: #000\r\n}.form14 \r\n.wdform_separator {\r\n\tfont-style: bold;\r\n\tvertical-align: middle;\r\n\tcolor: #000;\r\n}.form14 \r\n.wdform_line {\r\n\tcolor: #000\r\n}.form14 \r\n.wdform-required {\r\n\tborder: none;\r\n\tcolor: red;\r\n\tvertical-align: top;\r\n}.form14 \r\n.captcha_img {\r\n\tborder-width: 0px;\r\n\tmargin: 0px;\r\n\tpadding: 0px;\r\n\tcursor: pointer;\r\n\tborder-radius: 0px;\r\n}.form14 \r\n.captcha_refresh {\r\n\twidth: 30px;\r\n\theight: 30px;\r\n\tborder-width: 0px;\r\n\tmargin: 0px;\r\n\tpadding: 0px;\r\n\tvertical-align: middle;\r\n\tcursor: pointer;\r\n\tbackground-image: url(https:\/\/cheathamlab.com\/wp-content\/plugins\/form-maker\/images\/refresh_black.png);\r\n}.form14 \r\n.captcha_input {\r\n\theight: 20px;\r\n\tborder-width: 1px;\r\n\tmargin: 0px;\r\n\tpadding: 0px;\r\n\tvertical-align: middle;\r\n}.form14 \r\n.file_upload {\r\n\tborder: 0px solid white;\r\n\tborder-radius: 0px;\r\n\tmargin: 0px;\r\n\tpadding: 0px;\r\n\tcolor: black;\r\n\tbackground-color: white;\r\n}.form14 \r\n.page_deactive {\r\ncolor: #013E7D;\r\nbackground-color: #FFF;\r\ncursor: pointer;\r\ndisplay: inline-block;\r\nheight: 29px;\r\ntext-align: center;\r\nvertical-align: bottom;\r\npadding: 5px 25px 0px 25px;\r\nfont-size: 16px;\r\nfont-weight:bold;\r\n}.form14 \r\n.page_active {\r\ncolor: #FFF;\r\ncursor: pointer;\r\nbackground-color: #013E7D;\r\ndisplay: inline-block;\r\nvertical-align: bottom;\r\nheight: 29px;\r\ntext-align: center;\r\nfont-size: 20px;\r\npadding: 5px 25px 0px 25px;\r\nline-height: 26px;\r\nfont-weight:bold;\r\n}.form14 \r\n.page_percentage_active {\r\npadding: 0px;\r\nmargin: 0px;\r\nborder-spacing: 0px;\r\nheight: 16px;\r\nline-height: 16px;\r\nfont-size: 15px;\r\nfloat: left;\r\ntext-align: right !important;\r\nz-index: 1;\r\nposition: relative;\r\nvertical-align: middle;\r\nbackground: #013E7F;\r\ncolor: #fff;\r\nborder-top-left-radius: 5px;\r\nborder-bottom-left-radius: 5px;\r\n}.form14 \r\n.page_percentage_deactive {\r\nheight: 16px;\r\nline-height: 16px;\r\nbackground-color: #F1F1F1;\r\ntext-align: left !important;\r\nmargin-bottom: 1px;\r\nborder-radius: 5px;\r\n}.form14 \r\n.page_numbers {\r\n\tfont-size: 14px;\r\n\tcolor: #000;\r\n}.form14 \r\n.phone_area_code {\r\n\twidth: 50px;\r\n}.form14 \r\n.phone_number {\r\n\twidth: 100px;\r\n}.form14 \r\nbutton {\r\n\tcursor: pointer;\r\n}.form14 \r\n.other_input {\r\n\tborder-radius: 0px;\r\n\tborder-width: 1px;\r\n\theight: 16px;\r\n\tfont-size: 12px;\r\n\tpadding: 1px;\r\n\tmargin: 1px;\r\n\tmargin-left: 25px;\r\n\tz-index: 100;\r\n\tposition: absolute;\r\n}.form14 \r\n.wdform_page_navigation {\r\n\ttext-align: right !important;\r\n}.form14 \r\n\r\n.wdform_percentage_text {\r\nmargin: 3px 5px 3px 9px;\r\ncolor: #FFF;\r\nfont-size: 12px;\r\n}.form14 \r\n.wdform_percentage_title {\r\n\tcolor: #6E6E6E;\r\n\tfont-style: italic;\r\n\tmargin: 0px 0px 0px 40px;\r\n\tdisplay: inline-block;\r\n\tline-height: 27px;\r\n\theight: 27px;\r\n\tvertical-align: middle;\r\n}.form14 \r\n.wdform_button button {\r\n\tbackground: #4D792C;\r\n\tcursor: pointer;\r\n\tfont-size: 17px;\r\n\tborder-radius: 0px;\r\n\tmin-width: 80px;\r\n\tmin-height: 31px;\r\n\tcolor: #fff;\r\n\tborder: 2px solid #68943B;\r\n\tmargin: 5px;\r\n\tbox-shadow: 0px 0px 2px #c9c9c9;\r\n\tfont-family: Segoe UI;\r\n}.form14 <\/style><form name=\"form14\" action=\"\/index.php\/wp-json\/wp\/v2\/pages\/1676\" method=\"post\" id=\"form14\" class=\"form14\" enctype=\"multipart\/form-data\"  onsubmit=\"check_required('submit', '14'); return false;\">\n      <div id=\"14pages\" class=\"wdform_page_navigation\" show_title=\"false\" show_numbers=\"true\" type=\"none\"><\/div>\n      <input type=\"hidden\" id=\"counter14\" value=\"4\" name=\"counter14\" \/>\n      <input type=\"hidden\" id=\"Itemid14\" value=\"\" name=\"Itemid14\" \/><div class=\"wdform-page-and-images\" style=\"display:table; border-top:0px solid black;\"><div id=\"14form_view1\" class=\"wdform_page\" page_title=\"Untitled page\" next_title=\"Next\" next_type=\"text\" next_class=\"wdform-page-button\" next_checkable=\"false\" previous_title=\"Previous\" previous_type=\"text\" previous_class=\"wdform-page-button\" previous_checkable=\"false\"><div class=\"wdform_section\"><div class=\"wdform_column ui-sortable\"><div wdid=\"1\" class=\"wdform_row ui-sortable-handle\"><div type=\"type_submitter_mail\" class=\"wdform-field\"  style=\"width:300px\"><div class=\"wdform-label-section\" style=\"float: left;; width: 100px;\"><span class=\"wdform-label\">E-mail:<\/span><span class=\"wdform-required\">*<\/span><\/div><div class=\"wdform-element-section \" style=\" width: 200px;\"><input type=\"text\" class=\"input_deactive\" id=\"wdform_1_element14\" name=\"wdform_1_element14\" value=\"\" title=\"\"  style=\"width: 100%;\" ><\/div><\/div><\/div><div wdid=\"2\" class=\"wdform_row ui-sortable-handle\"><div type=\"type_submit_reset\" class=\"wdform-field\"><div class=\"wdform-label-section\" style=\"display: table-cell;\"><\/div><div class=\"wdform-element-section \" style=\"display: table-cell;\"><button type=\"button\" class=\"button-submit\" onclick=\"check_required14(&quot;submit&quot;, &quot;14&quot;);\" >Subscribe<\/button><button type=\"button\" class=\"button-reset\" onclick=\"check_required14(&quot;reset&quot;);\" style=\"display: none;\" >Reset<\/button><\/div><\/div><\/div><div wdid=\"3\" class=\"wdform_row\"><div type=\"type_captcha\" class=\"wdform-field\"><div class=\"wdform-label-section\" style=\"float: left; width: 100px;\"><span class=\"wdform-label\">Word Verification:<\/span><\/div><div class=\"wdform-element-section \" style=\"\"><div style=\"display: table;\"><div style=\"display: table-cell;vertical-align: middle;\"><div valign=\"middle\" style=\"display: table-cell; text-align: center;\"><img decoding=\"async\" type=\"captcha\" digit=\"6\" src=\" https:\/\/cheathamlab.com\/wp-admin\/admin-ajax.php?action=formmakerwdcaptcha&digit=6&i=14\" id=\"wd_captcha14\" class=\"captcha_img\" style=\"display:none\" ><\/div><div valign=\"middle\" style=\"display: table-cell;\"><div class=\"captcha_refresh\" id=\"_element_refresh14\" ><\/div><\/div><\/div><div style=\"display: table-cell;vertical-align: middle;\"><div style=\"display: table-cell;\"><input type=\"text\" class=\"captcha_input\" id=\"wd_captcha_input14\" name=\"captcha_input\" style=\"width: 75px;\" ><\/div><\/div><\/div><\/div><\/div><\/div><\/div><\/div><div valign=\"top\" class=\"wdform_footer\" style=\"width: 100%;\"><div style=\"width: 100%;\"><div style=\"width: 100%; display: table;\"><div style=\"display: table-row-group;\"><div id=\"14page_nav1\" style=\"display: table-row;\"><\/div><\/div><\/div><\/div><\/div><\/div><\/div><div class=\"wdform_preload\"><\/div><\/form><\/div><\/div><\/div><\/div>","protected":false},"excerpt":{"rendered":"<p>Subscribe to our newsletter!<\/p>\n","protected":false},"author":4,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"open","ping_status":"open","template":"","meta":{"_exactmetrics_skip_tracking":false,"_exactmetrics_sitenote_active":false,"_exactmetrics_sitenote_note":"","_exactmetrics_sitenote_category":0,"footnotes":""},"class_list":["post-1676","page","type-page","status-publish","czr-hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.1.1 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\r\n<title>Subscribe - Cheatham Lab<\/title>\r\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\r\n<link rel=\"canonical\" href=\"https:\/\/cheathamlab.com\/index.php\/subscribe\/\" \/>\r\n<meta property=\"og:locale\" content=\"en_US\" \/>\r\n<meta property=\"og:type\" content=\"article\" \/>\r\n<meta property=\"og:title\" content=\"Subscribe - Cheatham Lab\" \/>\r\n<meta property=\"og:description\" content=\"Subscribe to our newsletter!\" \/>\r\n<meta property=\"og:url\" content=\"https:\/\/cheathamlab.com\/index.php\/subscribe\/\" \/>\r\n<meta property=\"og:site_name\" content=\"Cheatham Lab\" \/>\r\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/pages\/Cheatham-Nutrition-Cognition-Lab\/318935299642?ref=tn_tnmn\" \/>\r\n<meta property=\"article:modified_time\" content=\"2015-06-24T13:16:12+00:00\" \/>\r\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\r\n<meta name=\"twitter:site\" content=\"@DrCarol_NRI\" \/>\r\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/cheathamlab.com\/index.php\/subscribe\/\",\"url\":\"https:\/\/cheathamlab.com\/index.php\/subscribe\/\",\"name\":\"Subscribe - Cheatham Lab\",\"isPartOf\":{\"@id\":\"https:\/\/cheathamlab.com\/#website\"},\"datePublished\":\"2015-05-07T19:52:51+00:00\",\"dateModified\":\"2015-06-24T13:16:12+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/cheathamlab.com\/index.php\/subscribe\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/cheathamlab.com\/index.php\/subscribe\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/cheathamlab.com\/index.php\/subscribe\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/cheathamlab.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Subscribe\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/cheathamlab.com\/#website\",\"url\":\"https:\/\/cheathamlab.com\/\",\"name\":\"Cheatham Lab\",\"description\":\"at the UNC - Chapel Hill Nutrition Research Institute\",\"publisher\":{\"@id\":\"https:\/\/cheathamlab.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/cheathamlab.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/cheathamlab.com\/#organization\",\"name\":\"Cheatham Nutrition & Cognition Lab\",\"url\":\"https:\/\/cheathamlab.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/cheathamlab.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/cheathamlab.com\/wp-content\/uploads\/Fork62-e1435000223354.png\",\"contentUrl\":\"https:\/\/cheathamlab.com\/wp-content\/uploads\/Fork62-e1435000223354.png\",\"width\":100,\"height\":129,\"caption\":\"Cheatham Nutrition & Cognition Lab\"},\"image\":{\"@id\":\"https:\/\/cheathamlab.com\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/pages\/Cheatham-Nutrition-Cognition-Lab\/318935299642?ref=tn_tnmn\",\"https:\/\/x.com\/DrCarol_NRI\",\"https:\/\/www.instagram.com\/cheathamnutrition_cognitionlab\/\",\"https:\/\/www.linkedin.com\/profile\/view?id=182361614&amp;locale=en_US&amp;trk=tyah2\",\"https:\/\/www.youtube.com\/channel\/UC4x3SpSuVEcANGc6kwa7scw\"]}]}<\/script>\r\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Subscribe - Cheatham Lab","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/cheathamlab.com\/index.php\/subscribe\/","og_locale":"en_US","og_type":"article","og_title":"Subscribe - Cheatham Lab","og_description":"Subscribe to our newsletter!","og_url":"https:\/\/cheathamlab.com\/index.php\/subscribe\/","og_site_name":"Cheatham Lab","article_publisher":"https:\/\/www.facebook.com\/pages\/Cheatham-Nutrition-Cognition-Lab\/318935299642?ref=tn_tnmn","article_modified_time":"2015-06-24T13:16:12+00:00","twitter_card":"summary_large_image","twitter_site":"@DrCarol_NRI","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/cheathamlab.com\/index.php\/subscribe\/","url":"https:\/\/cheathamlab.com\/index.php\/subscribe\/","name":"Subscribe - Cheatham Lab","isPartOf":{"@id":"https:\/\/cheathamlab.com\/#website"},"datePublished":"2015-05-07T19:52:51+00:00","dateModified":"2015-06-24T13:16:12+00:00","breadcrumb":{"@id":"https:\/\/cheathamlab.com\/index.php\/subscribe\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/cheathamlab.com\/index.php\/subscribe\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/cheathamlab.com\/index.php\/subscribe\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/cheathamlab.com\/"},{"@type":"ListItem","position":2,"name":"Subscribe"}]},{"@type":"WebSite","@id":"https:\/\/cheathamlab.com\/#website","url":"https:\/\/cheathamlab.com\/","name":"Cheatham Lab","description":"at the UNC - Chapel Hill Nutrition Research Institute","publisher":{"@id":"https:\/\/cheathamlab.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/cheathamlab.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/cheathamlab.com\/#organization","name":"Cheatham Nutrition & Cognition Lab","url":"https:\/\/cheathamlab.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/cheathamlab.com\/#\/schema\/logo\/image\/","url":"https:\/\/cheathamlab.com\/wp-content\/uploads\/Fork62-e1435000223354.png","contentUrl":"https:\/\/cheathamlab.com\/wp-content\/uploads\/Fork62-e1435000223354.png","width":100,"height":129,"caption":"Cheatham Nutrition & Cognition Lab"},"image":{"@id":"https:\/\/cheathamlab.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/pages\/Cheatham-Nutrition-Cognition-Lab\/318935299642?ref=tn_tnmn","https:\/\/x.com\/DrCarol_NRI","https:\/\/www.instagram.com\/cheathamnutrition_cognitionlab\/","https:\/\/www.linkedin.com\/profile\/view?id=182361614&amp;locale=en_US&amp;trk=tyah2","https:\/\/www.youtube.com\/channel\/UC4x3SpSuVEcANGc6kwa7scw"]}]}},"_links":{"self":[{"href":"https:\/\/cheathamlab.com\/index.php\/wp-json\/wp\/v2\/pages\/1676","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/cheathamlab.com\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/cheathamlab.com\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/cheathamlab.com\/index.php\/wp-json\/wp\/v2\/users\/4"}],"replies":[{"embeddable":true,"href":"https:\/\/cheathamlab.com\/index.php\/wp-json\/wp\/v2\/comments?post=1676"}],"version-history":[{"count":3,"href":"https:\/\/cheathamlab.com\/index.php\/wp-json\/wp\/v2\/pages\/1676\/revisions"}],"predecessor-version":[{"id":1857,"href":"https:\/\/cheathamlab.com\/index.php\/wp-json\/wp\/v2\/pages\/1676\/revisions\/1857"}],"wp:attachment":[{"href":"https:\/\/cheathamlab.com\/index.php\/wp-json\/wp\/v2\/media?parent=1676"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}