/*******************************************************
 *
 * Concierge
 *
 *******************************************************/


.global-btn.is-blue {
    background: #fff;
    border-color: #06274b;
    color: #06274b;
    text-align: center;
}

.global-btn:hover {
    background: #092244!important;
    color: #fff!important;
    border-color: #092244!important;
}

em.ai-icon-logo-sm {
    background-image: url(../../images/concierge/logo-sm-b.png);
    margin-right: 1.4375vw;
    width: 1.25vw;
    height: 2vw;
}

.global-btn:hover em.ai-icon-logo-sm {
    background-image: url(../../images/logo-sm.png)!important;
}

 .ip-ccg-lines {
    position: absolute;
    content: '';
    top: 0;
    left: 17%;
    width: 100%;
    height: 100%;
    max-width: 23.69%;
    margin: 0 auto;
    z-index: 2;
    pointer-events: none;
}

.ip-ccg-lines:before, .ip-ccg-lines:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 0.063vw;
    height: 100%;
    background: rgba(8,48,93,.08);
}

.ip-ccg-lines:after {
    height: 42%;
    right: 0;
    left: auto;
}


 #inner-page-wrapper {
     margin-bottom: 0;
 }


.ip-banner:before {
}

.ip-banner:after {
    position: absolute;
    content: '';
    top: 0;
    left: 40.54%;
    width: 0.063vw;
    height: 100%;
    background: rgba(255,255,255,0.24);
    z-index: 1;
}

.ip-banner canvas {
    /*background-image: url(../../images/contact-us/contact-us-banner.jpg)!important;*/
}

.ip-ccg-agent-content-container .global-title h2 {
     font-size: 7.5vw;
     letter-spacing: 0.020em;
     font-weight: 400;
     margin-bottom: 1.25vw;
}


#ip-concierge {
    letter-spacing: normal;
    line-height: 1;
    font-size: 0;
    overflow: hidden;
    margin-top: -1.25vw;
}




.ip-ccg-bg-right canvas {
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../../images/footer-form-bg.jpg);
    display: block;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    opacity: 0.10;
}

.ip-ccg-bg-right {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 63.375vw;
    height: calc(100% - 1.25vw);
    pointer-events: none;
    z-index: 1;
}

.ip-ccg-bg-left {
    position: absolute;
    bottom: -3.125vw;
    left: 0;
    right: 0;
    width: 5.875vw;
    height: 35vw;
    pointer-events: none;
    z-index: 2;
    background: #fff;
}

.ip-ccg-bg-left canvas {
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../../images/concierge/accent-bg-left.jpg);
    display: block;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    opacity: 0.10;
}


.ip-ccg-container {
    display: block;
    position: relative;
}

.ip-ccg-wrapper {
    display: block;
    position: relative;
}

.ip-ccg-main {
    display: block;
    position: relative;
}

.ip-ccg-section {
    display: block;
    position: relative;
}



.ip-ccg-agent-container {
    display: block;
    position: relative;
    width: 100%;
    max-width: 73.75vw;
    margin: 0 auto;
    z-index: 2;
}

.ip-ccg-agent-row {
    display: block;
    position: relative;
}

.ip-ccg-agent-col {
    display: inline-block;
    vertical-align: bottom;
    position: relative;
    width: 50%;
}

.ip-ccg-agent-content-container {
    display: block;
    position: relative;
}

.ip-ccg-content {
    display: block;
    position: relative;
    margin-bottom: 4.375vw;
    width: 100%;
    max-width: 77%;
}

.ip-ccg-search-container {
    display: block;
    position: relative;
    padding: 1.75vw 3.125vw 2.813vw;
}

.ip-ccf-search-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background: #06274b;
}

.ip-ccg-form-main {
    display: block;
    position: relative;
}

.ip-ccg-field {
    display: inline-block;
    vertical-align: bottom;
    position: relative;
    width: 50%;
}

.ip-ccg-agent-holder {
    display: block;
    position: relative;
    margin-left: -7.313vw;
}

.ip-ccg-agent-holder img {
    width: 100%;
}

.ip-ccg-agent-col:first-child {
    width: 64.492%;
    margin-bottom: 4.125vw;
}

.ip-ccg-agent-col:last-child {
    width: 35.505%;
}

.ip-ccg-content p {
    font-size: 1vw;
    font-weight: 300;
    line-height: 1.6;
    letter-spacing: 0.020em;
    color: #000;
    font-family: var(--roboto);
}

.ip-ccg-agent-content-container .global-title {
    margin-bottom: 4.813vw;
}

.ip-ccg-field input:not([type=submit]){
    width: 100%;
    height: 3.563vw;
    font-family: var(--roboto);
    font-size: 0.75vw;
    line-height: normal;
    letter-spacing: 0.100em;
    color: #fff;
    text-transform: uppercase;
    padding: 0;
    border: none;
    border-bottom: 1px solid #627b98;
    background: transparent;
}

.ip-ccg-submit input[type=submit] {
    width: 100%;
    height: 100%;
    border: none;
    padding: 0;
    font-size: 0.813vw;
    line-height: normal;
    letter-spacing: 0.400em;
    text-transform: uppercase;
    font-weight: 600;
    background: transparent;
    color: #fff;
}


.ip-ccg-submit {
    padding: 0 0 0.938vw;
    vertical-align: bottom;
}

.ip-ccg-field:first-child {
    width: calc(62.5% - 1.625vw);
}

.ip-ccg-field:last-child {
    width: calc(37.5% - 1.875vw);
}

form.ip-ccg-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
}

.ip-ccg-bg-right:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 49%;
    height: calc(100% - 4.125vw);
    background: #fff;
    z-index: 1;
}

.ip-ccf-search-bg canvas {
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../../images/footer-form-bg.jpg);
    display: block;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    opacity: 0.10;
}


.ip-ccg-cta-item .global-btn {
    max-width: 100%;
    border: 2px solid #06274b;
    background: transparent;
}

.ip-ccg-cta-item {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% / 3);
    padding: 0.875vw;
}

.ip-ccg-cta-list {
    display: block;
    margin: 0 -0.875vw;
}

.ip-ccg-cta-main {
    width: 100%;
    max-width: 69.375vw;
    margin: 0 auto;
    position: relative;
    padding-bottom: 6.813vw;
    z-index: 2;
}

.ip-ccg-section.section2 {
    padding: 6.813vw 0 0;
}

.ip-ccg-cta-container .parallax-title-accent.concierge .parallax-text-holder:last-of-type {
    left: 0;
    top: 0;
    bottom: auto;
    z-index: 1;
}

.ip-ccg-cta-container {
    display: block;
    position: relative;
}


.ip-ccg-cta-container  .parallax-text-holder:last-of-type .parallax-text h2 {
    -webkit-text-stroke-color: rgba(12,41,74,0.14);
}




.ip-ccg-fs-container .parallax-title-accent.is-right .parallax-text-holder {
    right: 37%;
    top: 0;
}

.ip-ccg-fs-container .parallax-title-accent.is-right .parallax-text-holder:last-of-type {
    right: 0;
    top: 16%;
    width: 25%;
}

.ip-ccg-featured-services {
    display: block;
    position: relative;
    background: #00366a;
    padding: 5.938vw 1.875vw 6.375vw;
}

.ip-ccg-fs-container {
    display: block;
    position: relative;
}

.ip-ccg-fs-wrapper {
    display: block;
    position: relative;
}



.ip-ccg-fs-wrapper .global-title {
    text-align: center;
    padding-bottom: 6.25vw;
}


.ip-ccg-fs-container .parallax-title-accent.is-right .parallax-text-holder .parallax-text h2 {
    -webkit-text-stroke-color: rgba(255,255,255,0.14);
}

.ip-ccg-fs-container .parallax-title-accent.is-right .parallax-text-holder:last-of-type .parallax-text h2 {
    -webkit-text-stroke-color: rgba(0,0,0,0.14);
}

.ip-ccg-fs-list {
    margin: 0 -2.813vw;
    display: block;
    position: relative;
    z-index: 1;
}


.ip-ccg-fs-item {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% / 2);
    position: relative;
    padding: 0 2.813vw;
}

.ip-ccg-agent-inner {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 43.60%;
}

.ip-ccg-agent-contacts {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 56.4%;
    padding-top: 0.938vw;
    padding-left: 1.875vw;
}

.ip-ccg-agent-title {
    display: block;
    position: relative;
    margin-bottom: 1.25vw;
}


.ip-ccg-agent-info {
    display: block;
    position: relative;
    margin-bottom: 1.875vw;
}

.ip-ccg-agent-bio {
    display: block;
    position: relative;
    width: 100%;
    max-width: 94%;
}

.ip-ccg-agent-title h2 {
    font-family: var(--encorpada);
    font-size: 1.875vw;
    line-height: 1;
    letter-spacing: 0.020em;
    color: #fff;
    display: block;
    margin-bottom: 0.313vw;
}

.ip-ccg-agent-title span {
    font-family: var(--jost);
    font-size: 1.25vw;
    line-height: 1;
    letter-spacing: 0.190em;
    color: #fff;
}

.ip-ccg-agent-info span {
    font-family: var(--roboto);
    font-size: 0.75vw;
    line-height: 1.3;
    letter-spacing: 0.100em;
    color: #fff;
    text-transform: uppercase;
    display: block;
    position: relative;
}

.ip-ccg-agent-bio p {
    font-family: var(--roboto);
    font-size: 1vw;
    line-height: 1.6;
    color: #fff;
    letter-spacing: 0.020em;
    font-weight: 300;
}

.ip-ccg-agent-info span:not(:last-child) {
    margin-bottom: 0.813vw;
}

.ip-ccg-agent-info span em.ai-font-location-c {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.188vw;
    position: absolute;
    top: 0;
    left: 0;
}

.ip-ccg-agent-info span:first-child {
    padding-left: 1.563vw;
}

.ip-ccg-agent-info span em.ai-font-phone {
    display: inline-block;
    vertical-align: middle;
    font-size: 0.75vw;
    margin-right: 0.625vw;
    font-weight: 700!important;
}

.ip-ccg-agent-inner a {
    display: block;
    position: relative;
}

.ip-ccg-agent-logo {
    display: inline-block;
    vertical-align: middle;
    width: 10%;
    position: relative;
}

.ip-ccg-agent-img {
    display: inline-block;
    vertical-align: middle;
    width: 82.87%;
    position: relative;
}



em.ai-icon-logo {
    background-image: url(../../images/logo-sm.png);
    width: 1.25vw;
    height: 2vw;
    margin-right: 2.688vw;
}


.ip-ccg-readmore-btn span {
    display: block;
    padding-top: 3.125vw;
}

.ip-ccg-readmore-btn a:hover {
    color: #06356a;
}

.ip-ccg-readmore-btn {
    display: inline-block;
    vertical-align: bottom;
    width: 17.13%;
    position: relative;
}

.ip-ccg-readmore-btn div {
    line-height: 1;
    font-size: 1vw;
    letter-spacing: 0.100em;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    -webkit-writing-mode: tb-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: tb-rl;
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    font-family: var(--jost);
    position: relative;
    display: block;
    margin: auto;
}

.ip-ccg-readmore-btn em.ai-icon-logo-sm {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: block;
    line-height: 1;
    margin: 0 auto;
}

.ip-ccg-agent-img canvas {
    display: block;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    min-height: 21.875vw;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    background-color: #06274b;
}



.ip-ccg-readmore-btn em.ai-icon-logo-sm {
    background-image: url(../../images/logo-sm.png);
    width: 1.25vw;
    height: 2vw;
}

.ip-ccg-fs-holder {
    display: block;
    margin: 0 auto;
}

.ip-ccg-fs-item:first-child {
    margin-top: -5.625vw;
}

.ip-ccg-fs-item:last-child {
    margin-top: 5.625vw;
}

.ip-ccg-fs-holder:nth-child(2) {
    margin-right: 0;
    max-width: 90%;
}

.ip-ccg-fs-holder:nth-child(3) {
    margin-left: 0;
    max-width: 92%;
}

.ip-ccg-fs-holder:nth-child(4) {
    margin-right: 0;
    max-width: 97%;
}

.ip-ccg-fs-holder:nth-child(5) {
    margin-left: 0;
    max-width: 90%;
}

.ip-ccg-fs-holder:first-child {
    max-width: 95%;
}


.ip-ccg-fs-holder:nth-child(5) .ip-ccg-fs-item:first-child {
    padding-right: 0;
}

.ip-ccg-fs-holder:nth-child(5) .ip-ccg-fs-item:last-child .ip-ccg-agent-title h2 {
    margin-right: -10%;
}

.ip-ccg-fs-holder:last-child .ip-ccg-fs-item:last-child {
    display: block;
    margin-top: 3.125vw;
    margin-left: 11%;
}

.ip-ccg-fs-holder:nth-child(5) .ip-ccg-fs-item:last-child {
    padding: 0;
}

.ip-ccg-agent-info span a {
    color: #fff;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.ip-ccg-agent-info span a:hover {
    color: #b4c1d0;
}


.ip-ccg-agent-img:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    border: 0.125vw solid #fff;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    opacity: 0;
    visibility: hidden;
}

.ip-ccg-agent-inner a:hover .ip-ccg-agent-img:before {
    opacity: 1;
    visibility: visible;
}

.ip-ccg-agent-inner a:hover .ip-ccg-agent-img canvas {
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
}

.ip-ccg-fs-list.mob-slider{
    height: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.ip-ccg-fs-holder:last-child .ip-ccg-agent-bio:last-child {
    max-width: 100%;
}


.ip-ccg-fs-holder:nth-child(4) .ip-ccg-fs-item:first-child .ip-ccg-agent-bio {
    max-width: 100%;
}


.ip-ccg-fs-holder:nth-child(4) .ip-ccg-fs-item:first-child .ip-ccg-agent-title {
    margin-right: -2%;
}


.ip-ccg-fs-holder:nth-child(2) .ip-ccg-fs-item:first-child {
    padding-left: 0;
}

.ip-ccg-fs-holder:nth-child(2) .ip-ccg-fs-item:last-child {
    padding-left: 0;
    margin-top: 6.25vw;
}

.ip-ccg-fs-holder:nth-child(3) .ip-ccg-fs-item:last-child {
    padding-left: 0;
}

.ip-ccg-fs-holder:nth-child(4) {
    margin-top: 4.375vw;
}

.ip-ccg-fs-holder:nth-child(4) .ip-ccg-fs-item:last-child {
    margin-top: 3.125vw;
}

.ip-ccg-fs-holder:first-child .ip-ccg-fs-item {
    padding: 0 1.563vw;
}

.ip-ccg-fs-item em.spacer {
    font-style: normal;
    margin-right: 0.313vw;

}

.ip-ccg-fs-holder:nth-child(5) .ip-ccg-fs-item:last-child em.spacer,
.ip-ccg-fs-holder:last-child .ip-ccg-fs-item:last-child em.spacer {
    margin-right: 0;
    margin-left: 0.313vw;
}


.page-insurance .ip-ccg-featured-services .ip-ccg-fs-holder:last-child .ip-ccg-fs-item:last-child {
    display: inline-block;
    margin-top: 6.25vw;
    margin-left: 0;
}



/*******************************************************
 *
 * Mobile styles and other media queries
 *
 *******************************************************/

 
/* iPad(landscape) | iPad(landscape) | Galaxy Tab 4 (landscape) | Galaxy Tab 3 (landscape) */ 
@media only screen and (max-width: 1199px) {

} 

/* iPad(portrait) | Galaxy Tab 4(portrait)  */ 
@media only screen and (max-width: 991px) {

    .desktop-only{
        display: none!important;
    }

    .ip-ccg-fs-list.mob-slider{
        height: auto;
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }

    .ip-banner:after {
        display: none;
    }
    

    .ip-ccg-agent-col {
        display: block;
        width: 100%!important;
        margin: 0!important;
    }

    #ip-concierge {
        margin-top: 0;
    }

    .ip-ccg-agent-content-container .global-title h2 {
        font-size: 60px;
        margin-bottom: 0;
    }

    .ip-ccg-agent-row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-flow: column-reverse;
                flex-flow: column-reverse;
    }

    .ip-ccg-agent-holder {
        width: 100%;
        max-width: 533px;
        margin: 0 auto;
    }

    .ip-ccg-agent-content-container {
        text-align: center;
        padding: 50px 0 0;
    }

    .ip-ccg-content {
        max-width: 100%;
        margin-bottom: 50px;
    }

    .ip-ccg-agent-content-container .global-title {
        margin-bottom: 30px;
    }

    .ip-ccg-search-container {
        padding: 30px 15px 30px;
    }

    .ip-ccg-field:first-child {
        display: block;
        width: 100%;
        margin-bottom: 25px;
    }

    form.ip-ccg-form {
        display: block;
    }

    .ip-ccg-content p {
        font-size: 14px;
    }

    .ip-ccg-field input:not([type=submit]) {
        font-size: 12px;
        height: 52px;
    }

    .ip-ccg-submit input[type=submit] {
        font-size: 12px;
    }

    .ip-ccg-bg-right {
        display: none;
    }

    .ip-ccg-lines {
        max-width: 55%;
        left: 0;
        right: 0;
    }

    .ip-ccg-lines:before, .ip-ccg-lines:after {
        height: 100%;
        width: 1px;
    }

    .ip-ccg-bg-left {
        bottom: 0;
        width: 50px;
        height: 300px;
        display: none;
    }

    .ip-ccg-section.section2 {
        padding: 80px 0 0;
    }

    .ip-ccg-cta-item {
        width: 50%;
        padding: 5px;
    }

    .ip-ccg-cta-main {
        max-width: 740px;
        padding: 0 15px 80px;
    }

    em.ai-icon-logo-sm {
        width: 20px;
        height: 32px;
        margin-right: 15px;
    }

    .ip-ccg-cta-list {
        margin: 0 -5px;
    }

    
    .ip-ccg-agent-container {
        max-width: 660px;
        padding: 30px 15px 0;
    }

    .ip-ccg-fs-item {
        display: block;
        width: 100%;
        margin: 0!important;
        padding: 0!important;
    }

    .ip-ccg-agent-img:before {
        border: 2px solid #fff;
    }

    .ip-ccg-agent-title h2 {
        font-size: 26px;
        margin-bottom: 8px;
        margin-right: 0!important;
    }

    .ip-ccg-agent-title span {

        font-size: 20px;

    }

    .ip-ccg-agent-info span {

        font-size: 12px;

    }

    .ip-ccg-agent-bio p {
        font-size: 14px;
    }

    .ip-ccg-readmore-btn span {
        padding-top: 50px;
    }


    .ip-ccg-readmore-btn div {

        font-size: 16px;

    }

    .ip-ccg-readmore-btn em.ai-icon-logo-sm {
        width: 20px;
        height: 32px;
    }

    .ip-ccg-fs-list {
        margin: 0;
    }

    .ip-ccg-featured-services {
        padding: 0 0 60px;
    }

    .ip-ccg-fs-holder {
        margin: 0!important;
        max-width: 100%!important;
    }

    .ip-ccg-fs-item{
        margin-bottom: 30px!important;
    }

    .ip-ccg-agent-info span em.ai-font-location-c {
        font-size: 19px;
        margin-right: 5px;
    }

    .ip-ccg-agent-info span:first-child {
        padding-left: 25px;
    }

    .ip-ccg-agent-info span em.ai-font-phone {
        font-size: 12px;
        margin-right: 10px;
    }

    .ip-ccg-agent-info span:not(:last-child) {
        margin-bottom: 12px;
    }

    .ip-ccg-agent-title {
        margin-bottom: 20px;
        margin-right: 0!important;
    }

    .ip-ccg-agent-info {
        margin-bottom: 20px;
    }

    .ip-ccg-agent-contacts {
        padding-top: 0;
        padding-left: 30px;
        padding-right: 30px;
    }

    .ip-ccg-fs-wrapper .global-title {
        padding-bottom: 60px;
        padding-top: 80px;
    }

     .ip-ccg-fs-container .parallax-title-accent.is-right .parallax-text-holder {
        right: auto;
        left: -2.3%;
    }

    .ip-ccg-fs-container .parallax-title-accent.is-right .parallax-text-holder:last-of-type {
        top: 0;
        width: 135px;
        right: 0;
        left: auto;
    }

    .ip-ccg-agent-bio {
        max-width: 100%!important;
    }

    .ip-ccg-fs-item em.spacer {
        margin: 0 5px;
    }
} 

/* Galaxy Tab 3(portrait) | Galaxy S5(landscape) */ 
@media only screen and (max-width: 767px) {
   
    .ip-ccg-cta-item {
        width: 100%;
        padding: 0;
        max-width: 350px;
        margin: 0 auto;
        display: block;
    }

    .ip-ccg-cta-list {
        margin: 0 auto;
        width: 100%;
        max-width: 300px;
    }

    .ip-ccg-cta-item:not(:last-child) {
        margin-bottom: 10px;
    }

    .ip-ccg-agent-inner {
        display: block;
        width: 100%;
    }

    .ip-ccg-agent-contacts {
        display: block;
        width: 100%;
        padding: 30px 15px 0;
        text-align: center;
        margin: 0 auto;
    }

    .ip-ccg-agent-img canvas {
        min-height: 250px;
    }

    .ip-ccg-agent-info span:first-child {
        padding-left: 0;
    }

    .ip-ccg-agent-info span em.ai-font-location-c {
        position: relative;
    }

    .ip-ccg-fs-item {
        max-width: 500px;
        margin: 0 auto 30px!important;
        display: block!important;
    }

    .ip-ccg-fs-holder:not(:last-child) {
        margin-bottom: 0!important;
        max-width: 100%;

    }
    
   

}

/* Galaxy S5(portrait) | iPod Touch(landscape) | iPod Touch(portrait) */ 
@media only screen and (max-width: 480px) {
   .ip-ccg-field input:not([type=submit]){
       letter-spacing: 0.07em;
   }
}