html, body {
    background: url(https://secureimages.match.com/match//site/backgrounds/bg-site.jpg) repeat 0 0;
}

.hidden {
    display: none;
}

.ir {
    position: relative;
    display: block;
    text-indent: -9999px; 
    overflow: hidden;
    background-repeat: no-repeat;
}

a.ir {
    height: 100%;
}

.hdr {
    background: #3981c2; /* Old browsers */
    background: -moz-linear-gradient(top, #3981c2 0%, #2a679e 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3981c2), color-stop(100%,#2a679e)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #3981c2 0%,#2a679e 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #3981c2 0%,#2a679e 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #3981c2 0%,#2a679e 100%); /* IE10+ */
    background: linear-gradient(to bottom, #3981c2 0%,#2a679e 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3981c2', endColorstr='#2a679e',GradientType=0 ); /* IE6-9 */
    height: 60px;
}

    .hdr .match-logo {
        width: 184px;
        height: 100%;
        margin: 0 auto;
        padding-top: 15px;
    }

        .hdr .match-logo a {
            position: relative;
            display: block;
            width: 100%;
            height: 25px;
            background: url(../images/logo/184x25.png) no-repeat center center;
            overflow: hidden;
            text-indent: -9999px;
        }

    .hdr .icon {
        color:white;
        font-size:22px;
        width: 100px;
        height: 100%;
        margin: 0 auto;
        padding-top: 15px;
         display: block;
    }

.member-grid, .seo-content, .seo-links, .seo-social, .cls_13122_footer {
    position: relative;
    width: 100%;
    max-width: 960px;
    min-width: 320px;
    margin: 0 auto;
    padding-top: 15px;
}

.member-grid {
    min-height: 420px;
}

.seo-content, .seo-links, .seo-social {
    max-width: 890px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background-color: white;
    color: black;
    border: solid 1px #c3c3c3;
    margin-top: 20px;
    padding: 25px;
}

.traditionalBoxModel .seo-content, .traditionalBoxModel .seo-links, .traditionalBoxModel .seo-social {
    max-width: 940px;
}

.seo-social {
    padding: 10px 25px;
}

.member-grid {
    top: -10000px;
}

    .member-grid .form {
        background: #3372ac; /* Old browsers */
        background: -moz-linear-gradient(top, #4693d6 0%, #4693d6 39%, #4691d3 43%, #4089c8 55%, #2c6da3 85%, #266598 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4693d6), color-stop(39%,#4693d6), color-stop(43%,#4691d3), color-stop(55%,#4089c8), color-stop(85%,#2c6da3), color-stop(100%,#266598)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #4693d6 0%,#4693d6 39%,#4691d3 43%,#4089c8 55%,#2c6da3 85%,#266598 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #4693d6 0%,#4693d6 39%,#4691d3 43%,#4089c8 55%,#2c6da3 85%,#266598 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #4693d6 0%,#4693d6 39%,#4691d3 43%,#4089c8 55%,#2c6da3 85%,#266598 100%); /* IE10+ */
        background: linear-gradient(to bottom, #4693d6 0%,#4693d6 39%,#4691d3 43%,#4089c8 55%,#2c6da3 85%,#266598 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4693d6', endColorstr='#266598',GradientType=0 ); /* IE6-9 */
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        border-radius: 15px;
        -moz-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.8);
        -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.8);
        box-shadow: 0 5px 20px rgba(0, 0, 0, 0.8);
        width: 460px;
        height: 380px;
        position: absolute;
        left: 25.7%;
        top: 45px;
        z-index: 25;
        font-size: 16px;
        color: white;
    }

.form .headline {
    color: white;
    font-size: 32px;
    line-height: 40px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 20px 0 10px;
    text-align: center;
}

.headline span {
    display: block;
    font-size: 37px;
}

.ggs select {
    width: 230px;
}

.ages select {
    width: 57px;
}

.cs-item {
    display: inline-block;
    margin-right: 5px;
}

span.customSelect, input {
    background: #fdfdfd; /* Old browsers */
    background: -moz-linear-gradient(top, #fdfdfd 0%, #fdfdfd 71%, #f4f4f4 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fdfdfd), color-stop(71%,#fdfdfd), color-stop(100%,#f4f4f4)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fdfdfd 0%,#fdfdfd 71%,#f4f4f4 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fdfdfd 0%,#fdfdfd 71%,#f4f4f4 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fdfdfd 0%,#fdfdfd 71%,#f4f4f4 100%); /* IE10+ */
    background: linear-gradient(to bottom, #fdfdfd 0%,#fdfdfd 71%,#f4f4f4 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#f4f4f4',GradientType=0 ); /* IE6-9 */
    color: #555;
    padding: 7px 9px !important;
    ;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    -moz-box-shadow: 0px 2px 5px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.5);
    box-shadow: 0px 2px 5px rgba(0,0,0,0.5);
    height: 24px;
    line-height: 24px;
    vertical-align: middle;
    font-size: 16px;
    font-weight: normal;
    margin: 10px 0 0 !important;
    position: relative;
    border: 0;
}

select.hasCustomSelect {
    margin-top: 15px;
    z-index: 1000;
}

span.customSelect span {
    background-image: url(../images/cs-toggle.png);
    background-position: right center;
    background-repeat: no-repeat;
}

span.customSelect.active {
    background-color: transparent;
    border: 1px solid #fce59a;
}

.drpdwn, .txtbx {
    padding: 0 0 10px 90px;
}

    .drpdwn label, .drpdwn .label, .txtbx label {
        position: relative;
        top: 7px;
        left: -10px;
    }

    .drpdwn .label {
        left: 0;
    }

.zip input {
    width: 150px;
}

div.action {
    padding-top: 10px;
    text-align: center;
}

button.button, a.button {
    display: block;
    background: #40b84a;
    width: 240px;
    height: 60px;
    margin: 0 auto !important;
    line-height: 60px;
    text-align: center;
    -moz-border-radius: 7px !important;
    -webkit-border-radius: 7px !important;
    border-radius: 7px !important;
    color: white;
    font-size: 22px !important;
}

.members {
    position: relative;
    z-index: 1;
}

    .members .member {
        background-color: white;
        color: black;
        border: solid 1px #c3c3c3;
        width: 220px;
        height: 120px;
        margin: 8px;
        float: left;
        overflow: hidden;
        font-size: 11px;
    }

DIV.member A {
    color: #1489c8;
}

DIV.member P {
    white-space: nowrap;
}

.phto {
    float: left;
    padding: 10px;
    position: relative;
}

    .phto IMG {
        width: 80px;
        height: 100px;
    }

    .phto span {
        font-family: "MatchIconFont-Regular";
        font-size: 12px;
    }

.prfl {
    padding: 10px 0;
    overflow: hidden;
}

.phtoCnt {
    font-size: 11px;
    background-color: rgba(0,0,0,0.4);
    color: white;
    width: 38px;
    height: 18px;
    line-height: 18px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: absolute;
    right: 17px;
    bottom: 18px;
    text-align: center;
}

.handle {
    font-size: 16px;
}

.sts {
    padding-top: 20px;
}

.seo-content h1 {
    font-size: 24px;
    font-weight: normal;
    color: #344b86;
}

.seo-content p, .seo-links p {
    margin: 1.2em 0;
    line-height: 1.2em;
}

.seo-social h2 {
    font-size: 16px;
    font-weight: normal;
    color: #344b86;
    float: left;
    line-height: 30px;
    padding-right: 15px;
}

.seo-social ul li {
    float: left;
    width: 40px;
    height: 30px;
    background-image: url(../images/social/30.png);
    background-repeat: no-repeat;
}

    .seo-social ul li.facebook {
        background-position: left top;
    }

    .seo-social ul li.twitter {
        background-position: left -36px;
    }

    .seo-social ul li.linkedin {
        background-position: left -72px;
    }

    .seo-social ul li.blog {
        background-position: left -108px;
    }

    .seo-social ul li.google {
        background-position: left -144px;
    }

    .seo-social ul li.pinterest {
        background-position: left -180px;
    }

.seo-links .group {
    width: 25%;
    float: left;
}

.seo-links h3, .seo-content p strong {
    font-size: 16px;
    font-weight: normal;
    color: #344b86;
}

.seo-links ul {
    padding-top: 10px;
    list-style: disc inside !important;
}

    .seo-links ul li {
        list-style: disc inside !important;
    }

.seo-links a {
    color: black !important;
}

    .seo-links a.all {
        color: #4C8ACB !important;
    }








/*I6+ Landscape*/
@media only screen 
and (max-device-width : 736px) 
and (orientation : landscape)

 { 
    /*Mobile Hidden*/
    .crumb, .form-search, .prfl, .blrb, .ages, .cls_13122_footer {
        display: none;
    }

    /**/

    .hdr, .hdr .match-logo, .hdr .match-logo a, .member-grid .form, #members {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
    }

    .member-grid .form {
        width: 95%;
        max-width: 350px;
        margin: 0 auto;
        background: transparent url(/en-us/seo/images/location-droplet.png) no-repeat right 15px;
        background-size: 48px 72px;
        height: auto;
        -webkit-box-shadow: 0 0 0 rgba(0,0,0,0);
        -moz-box-shadow: 0 0 0 rgba(0,0,0,0);
        box-shadow: 0 0 0 rgba(0,0,0,0);
        border-radius: 0;
    }


        .member-grid .form p.headline {
            padding: 20px 35px 15px 20px;
            color: #4f4f4f;
            font-size: 24px;
            text-align: left;
            font-weight: normal;
            line-height: 32px;
        }


            .member-grid .form p.headline span {
                font-size: 32px;
                font-weight: bold;
            }

    .members {
        overflow: hidden;
        max-height: 224px;
    }

        .members .member {
            background-color: transparent;
            border: 0 none;
            float: left;
            height: 112px;
            margin: 0;
            overflow: hidden;
            width: 92px;
        }

    .phto {
        float: none;
        padding: 0;
        position: relative;
    }

     .phto IMG {
        width: 92px;
        height: 112px;
    }

    .ggs-zip {
        padding-top: 0;
    }

        .ggs-zip select {
            width: 255px;
        }

    .dob select.birthMonth {
        width: 115px !important;
    }

    .dob select.birthDay {
        width: 65px !important;
    }

    .dob select.birthYear {
        width: 75px !important;
    }

    .txtbx input {
        width: 238px;
    }

    label {
        color: black;
        font-size: 90%;
        padding-left: 5px;
    }

    .drpdwn, .txtbx, .action {
        padding: 15px 0 10px 29px;
    }

    div.action {
        text-align: left;
        padding: 10px 0 20px 29px !important;
    }

    .action button {
        width: 255px;
        margin: 0 !important;
    }

    .form DIV.form-registration {
        display: block !important;
        padding-top: 0;
    }

    .form DIV.errorMessageSummary {
        display: block;
        padding: 0 30px;
        color: red;
        font-weight: bold;
    }

    .info {
        color: black;
        font-size: 80%;
        padding-top: 15px;
    }

    .form-registration LABEL {
        display: block;
        margin-bottom: 4px;
    }

    .seo-social h2 {
        float: none;
        clear: both;
    }

    .seo-content, .seo-links, .seo-social {
        background-color: rgba(255,255,255,0.5);
        border-left: 0;
        border-right: 0;
        border-radius: 0;
        margin-top: 15px;
        min-width: 290px;
        width: auto;
        padding: 15px;
    }

    .seo-social {
        padding-right: 0;
    }

    .seo-links .group {
        float: none;
        width: auto;
        text-align: center;
        padding-bottom: 15px;
    }

    .seo-links ul li {
        list-style: none outside none !important;
        line-height: 1.4em;
    }

}

/*I6 Landscape*/
@media only screen 
and (max-device-width : 667px) 
and (orientation : landscape) { 

    /*Mobile Hidden*/
    .crumb, .form-search, .prfl, .blrb, .ages, .cls_13122_footer {
        display: none;
    }

    /**/

    .hdr, .hdr .match-logo, .hdr .match-logo a, .member-grid .form, #members {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
    }

    .member-grid .form {
        width: 95%;
        max-width: 350px;
        margin: 0 auto;
        background: transparent url(/en-us/seo/images/location-droplet.png) no-repeat right 15px;
        background-size: 48px 72px;
        height: auto;
        -webkit-box-shadow: 0 0 0 rgba(0,0,0,0);
        -moz-box-shadow: 0 0 0 rgba(0,0,0,0);
        box-shadow: 0 0 0 rgba(0,0,0,0);
        border-radius: 0;
    }


        .member-grid .form p.headline {
            padding: 20px 35px 15px 20px;
            color: #4f4f4f;
            font-size: 24px;
            text-align: left;
            font-weight: normal;
            line-height: 32px;
        }


            .member-grid .form p.headline span {
                font-size: 32px;
                font-weight: bold;
            }

    .members {
        overflow: hidden;
        max-height: 230px;
    }

        .members .member {
            background-color: transparent;
            border: 0 none;
            float: left;
            height: 115px;
            margin: 0;
            overflow: hidden;
            width: 95px;
        }

    .phto {
        float: none;
        padding: 0;
        position: relative;
    }

     .phto IMG {
        width: 95px;
        height: 115px;
    }

    .ggs-zip {
        padding-top: 0;
    }

        .ggs-zip select {
            width: 255px;
        }

    .dob select.birthMonth {
        width: 115px !important;
    }

    .dob select.birthDay {
        width: 65px !important;
    }

    .dob select.birthYear {
        width: 75px !important;
    }

    .txtbx input {
        width: 238px;
    }

    label {
        color: black;
        font-size: 90%;
        padding-left: 5px;
    }

    .drpdwn, .txtbx, .action {
        padding: 15px 0 10px 29px;
    }

    div.action {
        text-align: left;
        padding: 10px 0 20px 29px !important;
    }

    .action button {
        width: 255px;
        margin: 0 !important;
    }

    .form DIV.form-registration {
        display: block !important;
        padding-top: 0;
    }

    .form DIV.errorMessageSummary {
        display: block;
        padding: 0 30px;
        color: red;
        font-weight: bold;
    }

    .info {
        color: black;
        font-size: 80%;
        padding-top: 15px;
    }

    .form-registration LABEL {
        display: block;
        margin-bottom: 4px;
    }

    .seo-social h2 {
        float: none;
        clear: both;
    }

    .seo-content, .seo-links, .seo-social {
        background-color: rgba(255,255,255,0.5);
        border-left: 0;
        border-right: 0;
        border-radius: 0;
        margin-top: 15px;
        min-width: 290px;
        width: auto;
        padding: 15px;
    }

    .seo-social {
        padding-right: 0;
    }

    .seo-links .group {
        float: none;
        width: auto;
        text-align: center;
        padding-bottom: 15px;
    }

    .seo-links ul li {
        list-style: none outside none !important;
        line-height: 1.4em;
    }

}

/*I5 Landscape*/
@media only screen 
and (max-device-width : 568px)
and (orientation : landscape)
 { 

    /*Mobile Hidden*/
    .crumb, .form-search, .prfl, .blrb, .ages, .cls_13122_footer {
        display: none;
    }

    /**/

    .hdr, .hdr .match-logo, .hdr .match-logo a, .member-grid .form, #members {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
    }

    .member-grid .form {
        width: 95%;
        max-width: 350px;
        margin: 0 auto;
        background: transparent url(/en-us/seo/images/location-droplet.png) no-repeat right 15px;
        background-size: 48px 72px;
        height: auto;
        -webkit-box-shadow: 0 0 0 rgba(0,0,0,0);
        -moz-box-shadow: 0 0 0 rgba(0,0,0,0);
        box-shadow: 0 0 0 rgba(0,0,0,0);
        border-radius: 0;
    }


        .member-grid .form p.headline {
            padding: 20px 35px 15px 20px;
            color: #4f4f4f;
            font-size: 24px;
            text-align: left;
            font-weight: normal;
            line-height: 32px;
        }


            .member-grid .form p.headline span {
                font-size: 32px;
                font-weight: bold;
            }

    .members {
        overflow: hidden;
        max-height: 200px;
    }

        .members .member {
            background-color: transparent;
            border: 0 none;
            float: left;
            height: 100px;
            margin: 0;
            overflow: hidden;
            width: 80px;
        }

    .phto {
        float: none;
        padding: 0;
        position: relative;
    }

     .phto IMG {
        width: 80px;
        height: 100px;
    }

    .ggs-zip {
        padding-top: 0;
    }

        .ggs-zip select {
            width: 255px;
        }

    .dob select.birthMonth {
        width: 115px !important;
    }

    .dob select.birthDay {
        width: 65px !important;
    }

    .dob select.birthYear {
        width: 75px !important;
    }

    .txtbx input {
        width: 238px;
    }

    label {
        color: black;
        font-size: 90%;
        padding-left: 5px;
    }

    .drpdwn, .txtbx, .action {
        padding: 15px 0 10px 29px;
    }

    div.action {
        text-align: left;
        padding: 10px 0 20px 29px !important;
    }

    .action button {
        width: 255px;
        margin: 0 !important;
    }

    .form DIV.form-registration {
        display: block !important;
        padding-top: 0;
    }

    .form DIV.errorMessageSummary {
        display: block;
        padding: 0 30px;
        color: red;
        font-weight: bold;
    }

    .info {
        color: black;
        font-size: 80%;
        padding-top: 15px;
    }

    .form-registration LABEL {
        display: block;
        margin-bottom: 4px;
    }

    .seo-social h2 {
        float: none;
        clear: both;
    }

    .seo-content, .seo-links, .seo-social {
        background-color: rgba(255,255,255,0.5);
        border-left: 0;
        border-right: 0;
        border-radius: 0;
        margin-top: 15px;
        min-width: 290px;
        width: auto;
        padding: 15px;
    }

    .seo-social {
        padding-right: 0;
    }

    .seo-links .group {
        float: none;
        width: auto;
        text-align: center;
        padding-bottom: 15px;
    }

    .seo-links ul li {
        list-style: none outside none !important;
        line-height: 1.4em;
    }

}

/*I6+ Potrait*/
@media only screen 
and (max-device-width : 414px)
and (orientation : portrait) { 
    /*Mobile Hidden*/
    .crumb, .form-search, .prfl, .blrb, .ages, .cls_13122_footer {
        display: none;
    }

    /**/

    .hdr, .hdr .match-logo, .hdr .match-logo a, .member-grid .form, #members {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
    }

    .member-grid .form {
        width: 95%;
        max-width: 350px;
        margin: 0 auto;
        background: transparent url(/en-us/seo/images/location-droplet.png) no-repeat right 15px;
        background-size: 48px 72px;
        height: auto;
        -webkit-box-shadow: 0 0 0 rgba(0,0,0,0);
        -moz-box-shadow: 0 0 0 rgba(0,0,0,0);
        box-shadow: 0 0 0 rgba(0,0,0,0);
        border-radius: 0;
    }


        .member-grid .form p.headline {
            padding: 20px 35px 15px 20px;
            color: #4f4f4f;
            font-size: 24px;
            text-align: left;
            font-weight: normal;
            line-height: 32px;
        }


            .member-grid .form p.headline span {
                font-size: 32px;
                font-weight: bold;
            }

    .members {
        overflow: hidden;
        max-height: 178px;
    }

        .members .member {
            background-color: transparent;
            border: 0 none;
            float: left;
            height: 89px;
            margin: 0;
            overflow: hidden;
            width: 69px;
        }

    .phto {
        float: none;
        padding: 0;
        position: relative;
    }

       .phto IMG {
        width: 69px;
        height: 89px;
    }

    .ggs-zip {
        padding-top: 0;
    }

        .ggs-zip select {
            width: 255px;
        }

    .dob select.birthMonth {
        width: 115px !important;
    }

    .dob select.birthDay {
        width: 65px !important;
    }

    .dob select.birthYear {
        width: 75px !important;
    }

    .txtbx input {
        width: 238px;
    }

    label {
        color: black;
        font-size: 90%;
        padding-left: 5px;
    }

    .drpdwn, .txtbx, .action {
        padding: 15px 0 10px 29px;
    }

    div.action {
        text-align: left;
        padding: 10px 0 20px 29px !important;
    }

    .action button {
        width: 255px;
        margin: 0 !important;
    }

    .form DIV.form-registration {
        display: block !important;
        padding-top: 0;
    }

    .form DIV.errorMessageSummary {
        display: block;
        padding: 0 30px;
        color: red;
        font-weight: bold;
    }

    .info {
        color: black;
        font-size: 80%;
        padding-top: 15px;
    }

    .form-registration LABEL {
        display: block;
        margin-bottom: 4px;
    }

    .seo-social h2 {
        float: none;
        clear: both;
    }

    .seo-content, .seo-links, .seo-social {
        background-color: rgba(255,255,255,0.5);
        border-left: 0;
        border-right: 0;
        border-radius: 0;
        margin-top: 15px;
        min-width: 290px;
        width: auto;
        padding: 15px;
    }

    .seo-social {
        padding-right: 0;
    }

    .seo-links .group {
        float: none;
        width: auto;
        text-align: center;
        padding-bottom: 15px;
    }

    .seo-links ul li {
        list-style: none outside none !important;
        line-height: 1.4em;
    }

}

/*I6 Potrait*/
@media only screen 
and (max-device-width : 375px) 
and (orientation : portrait) { 

    /*Mobile Hidden*/
    .crumb, .form-search, .prfl, .blrb, .ages, .cls_13122_footer {
        display: none;
    }

    /**/

    .hdr, .hdr .match-logo, .hdr .match-logo a, .member-grid .form, #members {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
    }

    .member-grid .form {
        width: 95%;
        max-width: 350px;
        margin: 0 auto;
        background: transparent url(/en-us/seo/images/location-droplet.png) no-repeat right 15px;
        background-size: 48px 72px;
        height: auto;
        -webkit-box-shadow: 0 0 0 rgba(0,0,0,0);
        -moz-box-shadow: 0 0 0 rgba(0,0,0,0);
        box-shadow: 0 0 0 rgba(0,0,0,0);
        border-radius: 0;
    }


        .member-grid .form p.headline {
            padding: 20px 35px 15px 20px;
            color: #4f4f4f;
            font-size: 24px;
            text-align: left;
            font-weight: normal;
            line-height: 32px;
        }


            .member-grid .form p.headline span {
                font-size: 32px;
                font-weight: bold;
            }

    .members {
        overflow: hidden;
        max-height: 190px;
    }

        .members .member {
            background-color: transparent;
            border: 0 none;
            float: left;
            height: 95px;
            margin: 0;
            overflow: hidden;
            width: 75px;
        }

    .phto {
        float: none;
        padding: 0;
        position: relative;
    }

    .phto IMG {
        width: 75px;
        height: 95px;
    }

    .ggs-zip {
        padding-top: 0;
    }

        .ggs-zip select {
            width: 255px;
        }

    .dob select.birthMonth {
        width: 115px !important;
    }

    .dob select.birthDay {
        width: 65px !important;
    }

    .dob select.birthYear {
        width: 75px !important;
    }

    .txtbx input {
        width: 238px;
    }

    label {
        color: black;
        font-size: 90%;
        padding-left: 5px;
    }

    .drpdwn, .txtbx, .action {
        padding: 15px 0 10px 29px;
    }

    div.action {
        text-align: left;
        padding: 10px 0 20px 29px !important;
    }

    .action button {
        width: 255px;
        margin: 0 !important;
    }

    .form DIV.form-registration {
        display: block !important;
        padding-top: 0;
    }

    .form DIV.errorMessageSummary {
        display: block;
        padding: 0 30px;
        color: red;
        font-weight: bold;
    }

    .info {
        color: black;
        font-size: 80%;
        padding-top: 15px;
    }

    .form-registration LABEL {
        display: block;
        margin-bottom: 4px;
    }

    .seo-social h2 {
        float: none;
        clear: both;
    }

    .seo-content, .seo-links, .seo-social {
        background-color: rgba(255,255,255,0.5);
        border-left: 0;
        border-right: 0;
        border-radius: 0;
        margin-top: 15px;
        min-width: 290px;
        width: auto;
        padding: 15px;
    }

    .seo-social {
        padding-right: 0;
    }

    .seo-links .group {
        float: none;
        width: auto;
        text-align: center;
        padding-bottom: 15px;
    }

    .seo-links ul li {
        list-style: none outside none !important;
        line-height: 1.4em;
    }

}

/*I5 Potrait*/
@media only screen 
and (max-device-width : 320px) 
and (orientation : portrait)
 { 

    /*Mobile Hidden*/
    .crumb, .form-search, .prfl, .blrb, .ages, .cls_13122_footer {
        display: none;
    }

    /**/

    .hdr, .hdr .match-logo, .hdr .match-logo a, .member-grid .form, #members {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
    }

    .member-grid .form {
        width: 95%;
        max-width: 350px;
        margin: 0 auto;
        background: transparent url(/en-us/seo/images/location-droplet.png) no-repeat right 15px;
        background-size: 48px 72px;
        height: auto;
        -webkit-box-shadow: 0 0 0 rgba(0,0,0,0);
        -moz-box-shadow: 0 0 0 rgba(0,0,0,0);
        box-shadow: 0 0 0 rgba(0,0,0,0);
        border-radius: 0;
    }


        .member-grid .form p.headline {
            padding: 20px 35px 15px 20px;
            color: #4f4f4f;
            font-size: 24px;
            text-align: left;
            font-weight: normal;
            line-height: 32px;
        }


            .member-grid .form p.headline span {
                font-size: 32px;
                font-weight: bold;
            }

    .members {
        overflow: hidden;
        max-height: 200px;
    }

        .members .member {
            background-color: transparent;
            border: 0 none;
            float: left;
            height: 100px;
            margin: 0;
            overflow: hidden;
            width: 80px;
        }

    .phto {
        float: none;
        padding: 0;
        position: relative;
    }

    .phto IMG {
        width: 80px;
        height: 100px;
    }

    .ggs-zip {
        padding-top: 0;
    }

        .ggs-zip select {
            width: 255px;
        }

    .dob select.birthMonth {
        width: 115px !important;
    }

    .dob select.birthDay {
        width: 65px !important;
    }

    .dob select.birthYear {
        width: 75px !important;
    }

    .txtbx input {
        width: 238px;
    }

    label {
        color: black;
        font-size: 90%;
        padding-left: 5px;
    }

    .drpdwn, .txtbx, .action {
        padding: 15px 0 10px 29px;
    }

    div.action {
        text-align: left;
        padding: 10px 0 20px 29px !important;
    }

    .action button {
        width: 255px;
        margin: 0 !important;
    }

    .form DIV.form-registration {
        display: block !important;
        padding-top: 0;
    }

    .form DIV.errorMessageSummary {
        display: block;
        padding: 0 30px;
        color: red;
        font-weight: bold;
    }

    .info {
        color: black;
        font-size: 80%;
        padding-top: 15px;
    }

    .form-registration LABEL {
        display: block;
        margin-bottom: 4px;
    }

    .seo-social h2 {
        float: none;
        clear: both;
    }

    .seo-content, .seo-links, .seo-social {
        background-color: rgba(255,255,255,0.5);
        border-left: 0;
        border-right: 0;
        border-radius: 0;
        margin-top: 15px;
        min-width: 290px;
        width: auto;
        padding: 15px;
    }

    .seo-social {
        padding-right: 0;
    }

    .seo-links .group {
        float: none;
        width: auto;
        text-align: center;
        padding-bottom: 15px;
    }

    .seo-links ul li {
        list-style: none outside none !important;
        line-height: 1.4em;
    }

}










