mail_template.php 26.1 KB
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596
ob_start();
    ?>
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html>

    <head>
        <!-- This is a simple example template that you can edit to create your own custom templates -->
        <!--[if gte mso 15]>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        <xml>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          <o:OfficeDocumentSettings>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <o:AllowPNG />
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <o:PixelsPerInch>96</o:PixelsPerInch>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          </o:OfficeDocumentSettings>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        </xml>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        <![endif]-->
        <meta charset="UTF-8">
        <meta http-equiv="x-ua-compatible" content="IE=edge">
        <meta name="viewport" content="width=device-width, initial-scale=1">


        <style type="text/css">
            @font-face {
                font-family: 'Roboto';
                font-style: normal;
                font-weight: 400;
                src: local('Roboto'), url(https://fonts.googleapis.com/css?family=Roboto) format('woff');
            }


            @font-face {
                font-family: 'Helvetica-Neue';
                font-style: normal;
                font-weight: 400;
                src: local('Helvetica-Neue'), url(https://commonwell-corp.gotenzing.com/wp-content/themes/commonwell-corp/styles/fonts/HelveticaNeue.woff) format('woff');
            }



            @font-face {
                font-family: "HelveticaNeue-Light";
                font-style: normal;
                font-weight: 400;
                src: local('HelveticaNeue-Light'), url(https://commonwell-corp.gotenzing.com/wp-content/themes/commonwell-corp/styles/fonts/HelveNeuLig.woff) format('woff');
            }


            body {
                display: block;
                margin: 0;
            }

            #page-content {
                width: 97%;
                margin: auto;
                padding: 1%;
                max-width: 1366px;
            }

            #new-page-logo {
                display: inline-block;
                left: 0%;
                width: 220px;
            }

            #new-page-logo a img {
                width: 220px;
                display: inline-block;
            }

            @media screen and (max-width:756px) {
                #new-page-logo a img {
                    width: 120px !important;
                    display: inline-block;
                }

            }


            #branding {
                display: inline-block;
                position: absolute;
                right: 0px !important;
                width: 40px;
                top: 0px;
                text-align: right;

            }

            @media screen and (max-width:756px) {
                #branding {
                    width: 20px !important;

                }

            }

            #page-header {
                border-bottom: #a4a5a8 15px solid;
                padding-bottom: 30px;
                padding-top: 30px;
            }

            #email-content {
                min-height: 300px;
                margin: 30px;
            }

            #new-footer {
                background-color: #54565a;
                max-width: 1366px;
                margin: auto;
                width: 100%;
                padding-top: 40px;
                position: relative;
                bottom: 0;
                min-height: 200px;
            }

            .menu-main-footer-container {
                left: 20px;

                display: inline-block;
                position: relative;

            }

            @media screen and (max-width:756px) {
                #new-footer {
                    overflow: hidden !important;
                    height: 250px !important;
                }

            }

            #new-footer #footer-sidebar {
                height: auto;
                min-height: 200px;
                width: 100%;
                max-width: 1366px;
                margin: auto;
            }





            @media screen and (max-width:756px) {
                #footer-sidebar1 .widget_nav_menu {
                    margin-top: 50px !important;
                    position: relative !important;
                    z-index: 999 !important;
                }

            }





            @media screen and (max-width:756px) {
                .menu-item {
                    padding-bottom: 5px;
                }

            }

            .link {
                color: #fff;
            }



            #footer-box {
                width: 300px;
                right: 25px;
                top: 30px;
                display: inline-block;
                position: absolute;

            }

            #footer-img {
                width: 300px;
                right: 0px !important;
                display: block;
                position: absolute;
                text-align: right;

            }

            @media screen and (max-width:500px) {
                #footer-img {
                    display: none !important;
                }

            }


            .links {

                position: relative;
                display: block;
            }

            .social {

                padding-top: 10px;
                position: relative;
                display: block;
            }

            @media screen and (max-width:756px) {

                .links {

                    position: relative;
                    margin-left: -15px !important;
                    display: block;
                }

                .social {

                    position: relative;
                    margin-left: -15px !important;
                    display: block;
                }
            }


            .head {
                width: 100%;
                max-width: 1366px;
            }

            .head tr td {
                position: relative;
                width: 49%;
            }

            .footer {
                padding: 20px;
                width: 100%;
                top: 0px;
                height: 250px;
                background-color: #54565a !important;
                position: absolute;
            }

            #email-content {
                min-height: 500px;
                margin-left: 0px;
                margin-right: 0px;
                font-family: 'Helvetica-Neue';
            }

            h1 {
                font-family: "HelveticaNeue-Light";
                font-size: 35px;
                color: #949598;
                text-transform: uppercase;
                margin-bottom: 10px;
                font-weight: 100;

            }

            .reference-number {
                font-family: "HelveticaNeue";
                font-weight: bolder;
            }

            p {
                font-family: "HelveticaNeue";
                font-size: 12px;
                color: #54565a !important;
            }



            .cap {
                text-transform: uppercase;
            }

            #resultcontent {
                padding: 10px;
            }

            #resultcontent .results {
                clear: both;
                margin-bottom: 20px;
            }

            #resultcontent .product-row {
                display: block;
            }

            .iq_is {
                text-transform: uppercase;
                color: #949598 !important;
                font-family: 'HelveticaNeue-Light' !important;
                font-size: 35px;
                width: 45%;
                clear: both;
                display: inline-block;
            }

            @media all and (max-width:800px) {
                .iq_is {
                    width: 100% !important;

                }

            }

            .result-header {
                font-size: 15px;
                padding-top: 30px;
                text-align: left;
                font-size: 45px;
                padding-left: 0px;
            }

            .score_board {
                background-color: #54565a;
                height: 350px;
                width: 350px;
                float: right;
                border-radius: 32px;
                display: inline-block;
                position: relative;
                font-weight: 400;



            }

            @media all and (max-width:800px) {
                .score_board {
                    margin-top: 30px;
                    margin-bottom: 30px;
                    float: left !important;
                    width: 98% !important;

                }
            }

            .score_board .score {
                overflow: hidden;
                max-height: 190px;
                display: block;
                font-family: 'HelveticaNeue' !important;
                font-weight: 400;
                margin: auto;
                width: 85%;
                color: #fff;
                line-height: 187px;
                font-size: 180px;
                letter-spacing: -8px;
                text-align: center;

            }

            @media all and (max-width:600px) {
                .score_board .score {
                    font-size: 160px !important;
                }
            }

            .score_board div.quiz {
                padding-bottom: 20px;
                width: 80%;
                display: block;
                text-transform: uppercase;
                border-bottom: #fff solid 1px;
                font-family: 'HelveticaNeue' !important;
                font-weight: bold;
                color: #fff !important;
                font-size: 30px;
                text-align: center;
                margin: auto;
                margin-top: 50px;
            }

            @media all and (max-width:800px) {
                .score_board div.quiz {
                    font-size: 26px !important;
                }
            }

            .user-info {
                font-size: 16px;
                color: #54565a !important;
            }

            .quiz_text {
                text-align: left;
                font-size: 20px;
            }

            p.quiz {
                display: inline-block;
                font-family: 'HelveticaNeue' !important;
                font-weight: 100;
                color: #54565a !important;
                font-size: 20px;
                text-align: left;
                clear: both;
                width: 50%;
            }

            @media all and (max-width:800px) {
                p.quiz {
                    width: 100% !important;
                    display: block !important;
                }
            }

            .q-a {
                margin-top: 0px;
                display: block;
                clear: both;
                font-size: 16px;
                font-family: 'HelveticaNeue' !important;
                font-weight: 100;
                color: #54565a;
            }

            .q-a-s {
                padding-top: 15px;
                padding-left: 50px;
                padding-bottom: 25px;
                font-family: 'HelveticaNeue' !important;
                font-weight: 100;
                color: #54565a;
                font-size: 16px;
            }

            .qmn_question_answer_incorrect {

                background-image: url(https://commonwell-corp.gotenzing.com/wp-content/themes/commonwell-corp/images/incorrect.png);
                background-repeat: no-repeat;
                background-position: 20px 50px;
                background-size: 20px;
            }

            .qmn_question_answer_correct {

                background-image: url(https://commonwell-corp.gotenzing.com/wp-content/themes/commonwell-corp/images/correct.png);
                background-repeat: no-repeat;
                background-position: 20px 50px;
                background-size: 20px;

            }

            .qmn_question_answer {
                padding-left: 0px;
                color: #54565a !important;
                font-family: "HelveticaNeue" !important;
                font-size: 14px;
                font-weight: normal !important;
                display: inline-block;
                width: 90%;
            }

            .qmn_question_answer_correct .correct-ans {
                display: none !important;
            }

            .mlw_qmn_question_number {
                display: inline-block;
                vertical-align: top;
                width: 20px;
                height: 14px;


            }

            .half-col {
                display: inline-block;
                width: 49%;
                float: left;
                margin-bottom: 20px;



            }

            .is-h1 {

                font-size: 25px;

            }

            .f-16 {
                font-size: 16px;
            }

            .clear-both {
                clear: both;
            }

            @media all and (max-width:800px) {
                .half-col {
                    width: 100% !important;

                }
            }
        </style>
    </head>

    <body>
        <div id="page-content">
            <div id="page-header">
                <table class="head">
                    <tr>
                        <td>
                            <div id="new-page-logo">
                                <a href="https://commonwell-corp.gotenzing.com/" title="The Commonwell - The Commonwell Mutual Insurance Group">
                                    <img id="otherpage-logo" src="https://commonwell-corp.gotenzing.com/wp-content/themes/commonwell-corp/images/Commonwell-logo.png" alt="Commonwell Mutual Insurance Group logo" width="220px"></a>
                            </div>
                        </td>
                        <td align="right">

                            <img id="branding" src="https://commonwell-corp.gotenzing.com/wp-content/themes/commonwell-corp/images/branding-mail.png" alt="Commonwell Branding" width="20px">

                        </td>
                    </tr>
                </table>
            </div>
            <div id="email-content">
                [content]

            </div>
        </div>

        <div id="new-footer">


            <table class="footer">
                <tr>
                    <td>
                        <div class="menu-main-footer-container">
                            <table class="links">
                                <tr>
                                    <td>
                                        <a class="link" href="https://commonwell-corp.gotenzing.com/about/">About The
                                            Commonwell</a>
                                    </td>
                                </tr>
                                <tr>
                                    <td>
                                        <a class="link" href="https://commonwell-corp.gotenzing.com/contact-us/">Contact</a>
                                    </td>
                                </tr>
                                <tr>
                                    <td>
                                        <a class="link" href="https://commonwell-corp.gotenzing.com/privacy-policy/">Privacy
                                            Policy</a>
                                    </td>
                                </tr>
                            </table>
                            <table class="social">
                                <tr>
                                    <td>
                                        <a href="https://www.instagram.com/thecommonwellinsurance/" class="ig-icon" target="_blank">
                                            <img src="https://commonwell-corp.gotenzing.com/wp-content/themes/commonwell-corp/images/ig.png" alt="instagram"></a>
                                    </td>
                                    <td>
                                        <a href="https://www.facebook.com/The-Commonwell-Mutual-Insurance-Group-280185955466883/" class="facebook-icon" target="_blank"> <img src="https://commonwell-corp.gotenzing.com/wp-content/themes/commonwell-corp/images/fb.png" alt="facebook"></a>
                                    </td>
                                    <td>
                                        <a href="https://www.linkedin.com/company/farmers-mutual-insurance-company-lindsay-/" class="linkedin-icon" target="_blank"> <img src="https://commonwell-corp.gotenzing.com/wp-content/themes/commonwell-corp/images/li.png" alt="linkedin"></a>
                                    </td>
                                </tr>
                            </table>
                        </div>
                    </td>
                    <td align="right">
                        <div id="footer-box">
                            <img id="footer-img" src="https://commonwell-corp.gotenzing.com/wp-content/uploads/2019/04/Asset-1-2-300x141.png" alt="Asset-1-2-300x141.png">
                        </div>

                    </td>
                </tr>
            </table>

        </div>
    </body>

    </html>


<?php
$output = ob_get_contents();
    ob_end_clean();

    return $output;