        /* Start Modal Popup */
        .modal {
            position: fixed;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            height: 100%;
            width: 100%;
            padding: 15px;
//            background: transparent url(modal-bg.png) repeat left top;
 //           background: rgba(0,0,0,.65);
            -ms-box-orient: horizontal;
            display: -moz-box;
            display: -webkit-box;
            display: -webkit-flex;
            display: flex;
            -webkit-box-align: center;
            -moz-box-align: center;
            -ms-flex-align: center;
            -webkit-align-items: center;
            align-items: center;
            -webkit-box-pack: distribute;
            -moz-box-pack: distribute;
            -ms-flex-pack: distribute;
            -webkit-justify-content: space-around;
            justify-content: space-around;
            z-index: 8040;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
        }

        .modal--iframe-wrapper {
            position: relative;
            width: 573px;
            max-width: 100%;
            max-height: 100%;
            -webkit-box-shadow: 0 10px 25px rgba(0,0,0,.5);
            -moz-box-shadow: 0 10px 25px rgba(0,0,0,.5);
            box-shadow: 0 10px 25px rgba(0,0,0,.5);
            background-clip: padding-box;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
        }

        .modal--iframe {
            width: 100%;
            height: 100%;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
        }

        .modal-close {
            display: block;
            position: absolute;
            top: 0;
            right: 0;
            width: 37px;
            height: 37px;
            cursor: pointer;
            background: url(gray-x.png) no-repeat left top;
            z-index: 10;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
        }

        .no-flexbox.no-flexboxlegacy .modal--iframe-wrapper {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%,-50%);
            -moz-transform: translate(-50%,-50%);
            -ms-transform: translate(-50%,-50%);
            -o-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
        }

        #signupForm {
            background: #fff;
            font-family: arial,lucinda,verdana,geneva,sans-serif;
            text-align: center;
        }

        .headerlink {
            color: #112549;
            font-family: arial,lucinda,verdana,geneva,sans-serif;
            font-size: 16pt;
            font-weight: 700;
            padding: 1.5em 2em 0 2em;
            margin: 0;
            line-height: normal;
        }

            .headerlink:active, .headerlink:focus, .headerlink:hover, .headerlink:visited {
                color: #112549;
                font-family: arial,lucinda,verdana,geneva,sans-serif;
                text-decoration: underline;
            }

        .signupForm--description {
            margin: .5em 2em;
            font-size: 13pt;
            line-height: 1.1;
        }

        .suText, .suImg {
            vertical-align: middle;
        }
        .suText {
            width: 75%;
            color: #112549;
        }
        .suImg {
            width: 328px;
        }

        @media screen and (max-width: 570px) {
            .suImg {
                display: none;
            }
        }
        .grayarea {
            padding: .5em 1em;
            background: #cdcdcd;
            border-top: solid 1px #ddd;
        }

        .signupForm--email {
            margin-bottom: .4em;
        }

        #txtEmail {
            font-size: 13pt;
            text-align: left;
            margin: 5px 0;
            padding: 7px 4px 5px 7px;
            border: 1px solid #ccc;
            background-color: #FFF;
            box-shadow: inset 2px 2px 0 #888;
            font-family: arial,lucinda,verdana,geneva,sans-serif;
            width: 100%;
            box-sizing: border-box;
        }

            #txtEmail:focus {
                border: 1px solid #e3e3e3;
                background-color: #FFF;
                color: #333;
                outline-color: -webkit-focus-ring-color;
                box-shadow: inset 2px 2px 0 #888;
            }

        #btnSubscribe {
            display: inline-block;
            outline: 0;
            cursor: pointer;
            border: solid 1px #00153a;
            color: #FFF;
            font-size: 15pt;
            font-family: arial,lucinda,verdana,geneva,sans-serif;
            background: #112549;
            width: 100% !important;
            padding: 5px 15px;1em
        }

        #ShowSuggestionPopup {
            margin-top: 5px;
        }
        /* End Mobile Popup*/

input[type=submit]
{
width: 100%;
}