html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*** RESET END ***/
@font-face {
    font-family:Proximia;
    src: url(../fnt/proximanova-light-webfont.woff);
}
@font-face{font-family:proxima_nova_altblack;src:url('../fnt/Proxima Nova Alt Black-webfont.eot');src:url('../fnt/Proxima Nova Alt Black-webfont.eot?#iefix') format('embedded-opentype'),url('../fnt/Proxima Nova Alt Black-webfont.woff2') format('woff2'),url('../fnt/Proxima Nova Alt Black-webfont.woff') format('woff'),url('../fnt/Proxima Nova Alt Black-webfont.ttf') format('truetype'),url('../fnt/Proxima Nova Alt Black-webfont.svg#proxima_nova_altblack') format('svg');font-weight:400;font-style:normal}

@font-face{font-family:proxima_nova_altbold;src:url('../fnt/Proxima Nova Alt Bold-webfont.eot');src:url('../fnt/Proxima Nova Alt Bold-webfont.eot?#iefix') format('embedded-opentype'),url('../fnt/Proxima Nova Alt Bold-webfont.woff2') format('woff2'),url('../fnt/Proxima Nova Alt Bold-webfont.woff') format('woff'),url('../fnt/Proxima Nova Alt Bold-webfont.ttf') format('truetype'),url('../fnt/Proxima Nova Alt Bold-webfont.svg#proxima_nova_altbold') format('svg');font-weight:400;font-style:normal}

@font-face{font-family:'Proxima Nova';src:url('../fnt/Proxima Nova Alt Regular-webfont.eot');src:url('../fnt/Proxima Nova Alt Regular-webfont.eot?#iefix') format('embedded-opentype'),url('../fnt/Proxima Nova Alt Regular-webfont.woff2') format('woff2'),url('../fnt/Proxima Nova Alt Regular-webfont.woff') format('woff'),url('../fnt/Proxima Nova Alt Regular-webfont.ttf') format('truetype'),url('../fnt/Proxima Nova Alt Regular-webfont.svg#proxima_nova_altregular') format('svg');font-weight:400;font-style:normal}

@font-face{font-family:proxima_nova_scosfthin;src:url('../fnt/Proxima Nova ScOsf Thin-webfont.eot');src:url('../fnt/Proxima Nova ScOsf Thin-webfont.eot?#iefix') format('embedded-opentype'),url('../fnt/Proxima Nova ScOsf Thin-webfont.woff2') format('woff2'),url('../fnt/Proxima Nova ScOsf Thin-webfont.woff') format('woff'),url('../fnt/Proxima Nova ScOsf Thin-webfont.ttf') format('truetype'),url('../fnt/Proxima Nova ScOsf Thin-webfont.svg#proxima_nova_scosfthin') format('svg');font-weight:400;font-style:normal}

@font-face{font-family:proxima_nova_ltsemibold;src:url('../fnt/Proxima Nova Semibold-webfont.eot');src:url('../fnt/Proxima Nova Semibold-webfont.eot?#iefix') format('embedded-opentype'),url('../fnt/Proxima Nova Semibold-webfont.woff2') format('woff2'),url('../fnt/Proxima Nova Semibold-webfont.woff') format('woff'),url('../fnt/Proxima Nova Semibold-webfont.ttf') format('truetype'),url('../fnt/Proxima Nova Semibold-webfont.svg#proxima_nova_ltsemibold') format('svg');font-weight:400;font-style:normal}

@font-face{font-family:proxima_nova_ltthin;src:url('../fnt/Proxima Nova Thin-webfont.eot');src:url('../fnt/Proxima Nova Thin-webfont.eot?#iefix') format('embedded-opentype'),url('../fnt/Proxima Nova Thin-webfont.woff2') format('woff2'),url('../fnt/Proxima Nova Thin-webfont.woff') format('woff'),url('../fnt/Proxima Nova Thin-webfont.ttf') format('truetype'),url('../fnt/Proxima Nova Thin-webfont.svg#proxima_nova_ltthin') format('svg');font-weight:400;font-style:normal}

body{
    font-family:arial;
    font-family:proxima_nova_scosfthin;   
    text-align:center;
}
div.homePage{
    height:100vh;
    width:100%;
    background:rgba(255,255,255,0);
    position:relative;
    overflow:hidden;
    z-index:200;
}

@keyframes fade-slide-down {
  0% {
    opacity: 0;
    transform: translateY(-4rem);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.path {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: dash 5s linear forwards;
}

@keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}
div.homePage::after {
    content:'';
    width:100%;
    height:100vh;
    background:url('../img/homePagebackgroundHourGlass7.png') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    overflow:hidden;
    opacity:0;
    z-index:300;
    animation: fade-slide-down 2s .5s forwards;
}
div.homeContent{
    margin:0 0 0 0%;
    width:60%;
    text-align:center;
    position:fixed;
    z-index:400;
    transition:all 0.5s;
}
div.homePage section{
    display:block;
    position:relative;
    margin:13vh auto 0; 
    height:auto;
    border:4px solid transparent;
    border-radius:50%;
    width:550px;
    height:550px;
    animation:borderMe 0.25s forwards;
    animation-delay:3s;
    background:transparent;
    /*
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    */
}

@keyframes borderMe{
    to{
        border:4px solid white;
    }
}
@keyframes borderMeMobile{
    to{
        border:10px solid white;
    }
}
div.homePage section::before{
    content:"XXIV";
    background:#000;
    color:white;
    position:relative;
    display:inline-block;
    width:100px;
    height:100px;
    line-height: 98px;
    font-size:12pt;
    letter-spacing:5px;
    border-radius:50%;
    padding-left:7px;
    margin:75% 5% 0 -100%;    
    box-sizing:border-box;
    font-family:proxima_nova_ltsemibold;
    opacity:0;
    animation:showMe  0.25s linear forwards;
    animation-delay:3.5s;
    transform:scale(0);
    border:2px solid white;
    float:right;
}
@keyframes showMe{
    to{
        transform:scale(1);
        opacity:1;
    }
}

object{
    width:40%;
    position:relative;
    top:25%;
    bottom:50%;
    margin:auto;
    display:block;
}
div.homePage span{
    font-family:Proxima Nova;
    display:inline-block;
    margin:8vh auto 0;
    color:#093C5F;
    font-size:20px;
    text-align:center;
    text-transform:uppercase;
    background:rgba(255,255,255,0.8);
    padding:1vw;
    letter-spacing:4px;
}
/*
// Old Home Page Strong Style
div.homePage strong {
    font-family:proxima_nova_ltsemibold;
    display:block;
    color:white;
    width:100%;
    background:#093C5F;
    font-size:30px;
    height:60px;
    line-height:60px;
    text-shadow:0 1px 0 black, 0 -1px 0 black;
    margin-top:16px;
    letter-spacing:5px;
}
*/
div.homePage h1{
    margin-top:5vh;
    margin-bottom:-10px;
    margin-left:12px;
    font-size:70pt;
    font-family:proxima_nova_altblack;
    letter-spacing:10px;
    color:#000;
    text-shadow:0 -1px 0 rgba(255,255,255,0.75);
    opacity:0;
    animation:showMe  0.25s linear forwards;
    animation-delay:3.5s;
    transform:scale(0);
}
div.homePage h2{
    color:#000;
    margin:-10px 0 0 0;
    padding-right:53px;
    font-size:10pt;
    letter-spacing:3.5px;
    border-bottom:1pt solid black;
    display:inline-block;
    line-height:30px;
    text-shadow:0 -1px 0 rgba(255,255,255,0.75);
    opacity:0;
    animation:showMe  0.25s linear forwards;
    animation-delay:3.5s;
    transform:scale(0);
}
div.homePage h3{
    font-style:italic;
    font-weight:bolder;
    font-size:20pt;
    /*border:2pt solid rgba(255,255,255,0.75);*/
    border-radius:20px;
    box-sizing:border-box;
    margin:3vh auto 0;
    letter-spacing:5px;
    overflow:visible;
    padding-right:6px;
    opacity:0;
    animation:showMe  0.25s linear forwards;
    animation-delay:3.5s;
    transform:scale(0);
}
div.homePage h3 strong{
    font-family:proxima_nova_altbold;
    display:inline-block;
    padding:10px;
    margin:0;
    border-radius:50%;
    height:40px;
    line-height:40px;
    text-align:center;
    width:40px;
    color:white;
    background:#093C5F;
    letter-spacing:0;
    border:1px solid white;
    font-style:normal;
}
div.homePage img {
    height:100px;
    width:100px;
    margin:0 auto;
    margin-left:11px;
    opacity:0;
    animation:showMe  0.25s linear forwards;
    animation-delay:3.5s;
    transform:scale(0);
}
div.city{
    height:auto;;
    width:100%;
    background:url('../img/aboutBack.png') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    box-sizing:border-box;
    position:absolute;
    text-align:center;
    clip: rect(0, auto, auto, 0);
    background-color:white;
    text-align:center;
    background-color:rgba(240,240,240,1);
    height:auto;
    position:relative;
    z-index:0;
    border:20pt solid transparent;
    /*
    background-size: 400% 400%;
    -webkit-animation: AnimationName 5s ease infinite;
    -moz-animation: AnimationName 5s ease infinite;
    animation: AnimationName 5s ease infinite;
    */
}
div.city p{
    font-size:14pt;
    line-height:30px;
    letter-spacing:1px;
    text-shadow:0 -1px 0 #fff, 0 -1px 0 #fff;
    text-align:left;
    margin:0 auto;
    color:#000;
    position:relative;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight:300;
}
div.city p{
    width:700px;
    margin-top:20px;
    font-size:26vmax/.8;
    font-weight:300;
    font-family:"Helvetica Neue", sans-serif;
}
div.city p a{
    position:relative;
    display:inline-block;
    width:auto;
    height:auto;
    float:none;
}
div.city p span {
    font-family:proxima_nova_ltthin;
}
div.city span strong{
    font-weight:400;
    font-family:proxima_nova_altbold;
    letter-spacing:0;
}
div.city p.pricing strong{
    display:block;
    position:relative;
    font-family:proxima_nova_altbold;
    text-transform:uppercase;
    margin:50px auto;
    text-align:center;
    font-size:20pt;
    background:black;
    color:white;
    border-radius:50px;
    line-height:60px;
    letter-spacing:2px;
    padding-left:50px;
    box-sizing:border-box;
    overflow:visible;
    left:20px;
}

div.city p.pricing strong:before{
    content:'';
    position:absolute;
    display:block;
    width:30px; height:60px;
    background-color: rgba(0, 0, 0, .8);
    border-right:60px solid rgba(255, 255, 255,1.0);
    -webkit-transform:skewX(29deg);
    -ms-transform:skewX(29deg);
    transform:skewX(29deg);
    margin-left:-100px;
    position:absolute;
}
div.city p.pricing strong span{
    display:inline-block;
    background:#2fbece;
    border:1px solid #000;
    border-radius:50%;
    height:100px;
    line-height:40px;
    width:100px;
    margin:-25px 0 0 25px;
    float:right;
    color:black;                                                                                                                                                                                                                                          X
    font-family:arial;
    font-weight:800;
    letter-spacing:0;
    font-size:22pt;
    text-shadow:none;
}
div.city p.pricing strong span:before{
    content:'starting at';
    display:inline-block;
    position:relative;
    top:10px;
    font-size:10px;
    height:10px;
    margin-bottom:-20px;
    line-height:10px;
    letter-spacing:1px;
}
div.city p.pricing.second span{
    background:#b8c126;
}
div.city p.pricing strong span:after{
    content:'.00';
    display:inline;
    position:relative;
    top:-11px;
    font-size:10px;
    height:10px;
    margin-bottom:-20px;
    line-height:10px;
}
div.city p.pricing img{
    float:right;
    width:80px;
}
.button--wayra {
    overflow: hidden;
    width: 245px;
    -webkit-transition: border-color 0.3s, color 0.3s;
    transition: border-color 0.3s, color 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.button--wayra::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 150%;
    height: 100%;
    background: #37474f;
    z-index: -1;
    -webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
    transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s, background-color 0.3s;
    transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
}
.button--wayra:hover {
    color: #fff;
    border-color: #3f51b5;
}
.button--wayra.button--inverted:hover {
    color: #3f51b5;
    border-color: #fff;
}
.button--wayra:hover::before {
    opacity: 1;
    background-color: #3f51b5;
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.button--wayra.button--inverted:hover::before {
    background-color: #fff;
}
/*
div.city::after {
    content:'';
    width:100%;
    height:auto;
    background:url('../img/howItWorksBackground.png') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position:relative;
    z-index:100;
    overflow:hidden;
    opacity:1;
}
*/
@-webkit-keyframes AnimationName {
    0%{background-position:50% 0%}
    50%{background-position:51% 100%}
    100%{background-position:50% 0%}
}
@-moz-keyframes AnimationName {
    0%{background-position:50% 0%}
    50%{background-position:51% 100%}
    100%{background-position:50% 0%}
}
@keyframes AnimationName { 
    0%{background-position:50% 0%}
    50%{background-position:51% 100%}
    100%{background-position:50% 0%}
}
section.cityContent{
    position:relative;
    width:100%;
    margin:0 auto;
    left:0;
    right:0;
    top:20px;
    bottom:10vh;
    color:#333;
}
div.city h1{
    font-size:70pt;
    line-height:200px;
    text-transform:uppercase;
    font-family:proxima_nova_altbold;
    text-shadow:0 1px 0 #fff, 0 -1px 0 #fff;
    color:#333;
    box-sizing:border-box;
    text-align:center;
    font-family:proxima_nova_altblack;
    letter-spacing:-0.2vw;
    line-height:100px;
    font-style:italic;
    text-shadow: 1px 1px 0 white,10px 4px 0 #999;
    margin:100px auto;
    position:relative;
    width:80%;
}
div.city h1:nth-child(1)::before{
    content:'Make an Impact!';
    font-size:200px;
    text-transform:uppercase;
    position:relative;
    margin-top:100px;
    color:rgba(200,200,200,0.25);
    width:100vw;
    box-sizing:border-box;
    font-size:18vw;
    position:fixed;
    left:0;
    right:0;
    top:10vh;
    text-align:center;
    font-family:proxima_nova_altblack;
    letter-spacing:-1.9vw;
    word-spacing:5vw;
    line-height:14vw;
    font-style:italic;
    text-shadow:1vw 0 0 rgba(255,255,255,1.0);
    opacity:0.5;
    z-index:-1;
}
div.city h2{
    font-size:40pt;
    line-height:200px;
    margin-bottom:2vh;
    text-transform:uppercase;
    font-family:proxima_nova_altbold;
    color:#000;
    letter-spacing:20px;
    word-spacing:40px;
    text-shadow:0 1px 0 #000, 0 -1px 0 #000;
}
div.city h3{
    font-size:18pt;
    line-height:200px;
    margin-bottom:2vh;
    text-transform:uppercase;
    font-family:proxima_nova_scosfthin;
    color:#fff;
    letter-spacing:8px;
    text-shadow:0 1px 0 #fff, 0 -1px 0 #fff;
}
div.city ul.process {
    margin:0 auto;
    border:1px solid #bbb;
    width:1054px;
    height:auto;
    background:#eee;
    border-radius:300px;
    -webkit-box-shadow: 0px 160px 236px -86px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 160px 236px -86px rgba(0,0,0,0.5);
    box-shadow: 0px 160px 236px -86px rgba(0,0,0,0.5);
    text-align:center;
    position:relative;
    display:block;
    padding:80px;
    margin-bottom:160px;
}
div.city ul.process:after{
    content:'Find Out More ⤵';
    position:absolute;
    display:block;
    margin:0 auto;
    text-align:center;
    left:0;
    right:0;
    margin-top:150px;
    font-size:20pt;
    letter-spacing:10px;
    color:#333;
    text-shadow:0 1px 0 rgba(255,255,255,0.75);;
}
div.city ul.process li{
    border-radius:50%;
    border:2px solid white;
    height:300px;
    width:300px;
    margin-right:-58px;
    left:-29px;
    display:inline-block;
    vertical-align:middle;
    text-align: center;
    vertical-align: middle;
    position:relative;
    background:white;
}
div.city ul.process li::before,
div.city ul.process li::after{
    content:'';
    box-sizing:border-box;
    height:100%;
    width:100%;
    height:300px;
    width:300px;
    display:block;
    border:50px solid;
    position:absolute;
    top:0;
    left:0;
    background:transparent;
    cursor:pointer;
}
div.city ul.process li::before{
    border-radius:50% 50% 0 0;
    clip:rect(0, auto,150px, 0);
    overflow:visible;
}
div.city ul.process li::after{
    border-radius:0 0 50% 50%;
    clip:rect(150px,auto,auto,0);
}
div.city ul.process li:nth-child(1):before{
    border-color:#23969d;
    z-index:1000;
}
div.city ul.process li:nth-child(1):after{
    border-color:#2fbece;
    z-index:1111;
}
div.city ul.process li:nth-child(2):before{
    border-color:#949932;
    z-index:1000;
}
div.city ul.process li:nth-child(2):after{
    border-color:#b8c126;
    z-index:1012;
}
div.city ul.process li:nth-child(3):before{
    border-color:#043150;
    z-index:1010;
}
div.city ul.process li:nth-child(3):after{
    border-color:#04517f;
    z-index:1010;
}
div.city ul.process li:nth-child(4):before{
    border-color:#c34c72;
    z-index:1000;
}
div.city ul.process li:nth-child(4):after{
    border-color:#f15a85;
    z-index:1011;
}
div.city ul.process li strong{
    line-height:40px;
    display:block;
    margin-top:110px;
    font-size:22pt;
    font-family:proxima_nova_altbold;
    text-transform:uppercase;
    color:#333;
    width:100%;
    letter-spacing:1px;
    position:relative;
    z-index:2000;
}
div.city ul.process li span{
    display:block;
    width:60%;
    height:60%;
    background:white;
    position:absolute;
    top:20%;
    left:20%;
    padding:0px;
    line-height:30px;
    text-align:middle;
    margin:0;
    border-radius:50%;
    overflow:hidden;
    z-index:2000;
    box-sizing:border-box;
    text-align: center;
    vertical-align: middle;
    padding:48px 10px;
    font-size:10pt;
    text-align:5px;
    transform:scale(0);
    transition:all ease 0.5s;
    cursor:pointer;
    border:1px solid transparent;
}
div.city ul.process li:hover span{
    background:#fff !important;
    transform:scale(1);
    -webkit-box-shadow:  0px 0px 10px 0px rgba(0,0,0,0.5);
    -moz-box-shadow:  0px 0px 10px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    transition:all ease 0.10s;
}
div.city ul.process li:nth-child(1)  span{
    background:#23969d;
    border:1px solid #23969d;
}
div.city ul.process li:nth-child(2)  span{
    background:#949932;
    border:1px solid #949932;
}
div.city ul.process li:nth-child(3)  span{
    background:#043150;
    border:1px solid #043150;
}
div.city ul.process li:nth-child(4)  span{
    background:#c34c72;
    border:1px solid #c34c72;
    padding:48px 14px;
}
div.city ul.process li strong:after{
    content:'';
    display:block;
    border-top:1pt solid black;
    margin:0 auto;
    width:45%;
    font-family:Proxima Nova;
    font-size:10pt;
    letter-spacing:1px;
}
div.city ul.process li:nth-child(1) strong:after{
    content:'Select';
    border-top:1px solid #23969d;
}
div.city ul.process li:nth-child(2) strong:after{
    content:'Submit';
    border-top:1px solid #949932;
}
div.city ul.process li:nth-child(3) strong:after{
    content:'Wait';
    border-top:1px solid #043150;
}
div.city ul.process li:nth-child(4) strong:after{
    content:'Receive';
    border-top:1px solid #c34c72;
}
div.city div{
    outline:none;
    border:1px solid white;
    color:white;
    margin:40px auto;
    height:415px;
    width:510px;
    overflow:hidden;
    background:rgba(255,255,255,0.85);
    position:relative;
    z-index:1111;
    border:1px solid white;
    outline:1px solid rgba(0,0,0,0.1);
}
div.city h5{
    color:black;
    text-transform:uppercase;
    padding:40px 30px 0;
    font-size:30pt;
    font-family:proxima_nova_altbold;
}
div.city h6{
    color:black;
    text-transform:uppercase;
    font-size:16pt;
    font-family:proxima_nova_scosfthin;
    height:58px;
}
div.city div section{
    width:100%;
    height:100%;
    position:absolute;
    z-index:1111;
    background:#fff;
}
div.city section.getStarted{
    z-index:1114;
}
div.city section.contactInfo{
    z-index:1113;
}
div.city section.addExamples{
    z-index:1112;
}
div.city ol{
    position:absolute;
    display:block;
    width:100%;
    height:50px;
    z-index:3433;
    padding:0;
    margin:0;
    bottom:0;
    left:2px;
    box-sizing:border-box;
    margin-bottom:4px;
}
div.city ol li{
    display:inline-block;
    width:33.25%;
    box-sizing:border-box;
    float:left;
    left:1px;
    color:black;
    line-height:50px;
    font-size:12pt; 
    font-family:proxima_nova_altbold;
    text-transform:uppercase;
    letter-spacing:1px;
    border:1px solid white;
    outline:1px solid black;
    transition:all linear 0.5s;
}
div.city ol li:nth-child(1){
    margin-left:0;
}
div.city ol li:nth-child(2){
    width:32.5%;
    margin-left:1px;
}
div.city ol li:nth-child(3){
    margin-left:1px;
}
div.city li.selected{
    color:white;
    border-color:white;
    outline-color:black;
    background:rgba(0,0,0,1);
}
div.city div ul{
    left:4px;
}
div.city div ul li{
    display:block;
    color:black;
    background:transparent;
    height:50px;
    line-height:50px;
    border:1px solid black;
    cursor:pointer;
    margin:0 auto 20px;
    box-sizing:border-box;
    width:450px;
    position:relative;
    line-height:48px;
}
.clicked{
    transform:scale(2.0);
    opacity:0;
    transition:all ease-out 0.25s;
}
.shrink{
    transform:scale(0);
    opacity:0;
    transition:all ease-in-out 0.25s;
    animation:shrinkSmaller;
    animation-delay:0.5s;
}
@keyframes shrinkSmaller{
    from{width:auto;height:auto;}
    to  {height:0;width:0;}
}
/*
div.city div li:after{
    content:'Graphic Design (Including Print, Such as Business Cards)';
    position:absolute;
    background:black;
    display:block;
    color:black;
    height:50px;
    line-height:50px;
    border:1pt solid black;
    cursor:pointer;
    margin-top:-52px;
    box-sizing:border-box;
    width:450px;
    color:white;
    clip:rect(0,0,0,0);
    transition:all linear 0.25s;
}
*/
div.city div ul li::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:#e1e4e5;
    z-index:-1;
    -webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
    transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s, background-color 0.3s;
    transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
}
div.city div ul li:nth-child(1)::before {
    z-index:-1;
}
div.city div ul li:nth-child(2)::before {
    z-index:-2;
}
div.city div ul li:nth-child(3)::before {
    z-index:-3;
}
div.city div ul li:hover {
    color: #fff;
    border-color:black;
    background:none;
}
div.city div ul li:hover::before {
    opacity: 1.0;
    border-color:#000;
    outline:none;
    background-color:black;
    color:white;
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    border:1px solid white;
    margin:0 0 0;
    width:446px;
    height:46px;
}
div.city div ul li:hover:after{
    clip:rect(0,auto,auto,0);
    transition:all linear 0.5s;
}
div.city section.thankYou div.checkmark{
    background:rgba(0,127,0,0.1);
    height:200px;
    width:200px;
    margin:-10px auto 0;
    border-radius:50%;
    outline:none;
    border:1px solid rgba(0,127,0,0.5);
    line-height:215px;
    font-size:150px;
    font-family:arial;
    font-weight:bold;
    text-shadow:0 2px 0 rgba(0,127,0,0.25);
}
div.city div.checkmark span{
    position:relative;
    margin-left:-30px;
}
div.portfolio{
    height:auto;
    width:100%;
    /*
    background:url('../img/maxresdefault-1.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    */
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#333333+0,111111+100 */
    background:url('../img/howItWorksBackground.png') no-repeat center center fixed;
    background-color:white;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position:relative;
    padding-top:100px;
}
div.portfolio section{
    width:1200px;
    text-align:center;
    position:relative;
    margin:0 auto;
    top:100px;
}
div.portfolio img{
    display:block;
    background:white;
    padding:60px;
    max-width:1000px;
    margin:100px auto;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.5);
    display:none;
}
form{
    position:absolute;
    margin:0;
}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"]{
    padding: 0 10pt;
    width:25%;
    height:30pt;
    line-height:26pt;
    margin:0 auto;
    border: solid 1px white;
    outline: solid 1px #ccc;
    transition: all 0.3s;
    background:#f9f9f9;
    text-shadow:0 1px 0 white, 0 -1px 0 white;
    border-radius:0;
    margin:0 10pt 20pt;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition:all linear 0.25s;
}
input[type="text"]:hover,
input[type="text"]:focus,
input[type="email"]:hover,
input[type="email"]:focus,
input[type="tel"]:hover,
input[type="tel"]:focus,
input[type="number"]:hover,
input[type="number"]:focus,
.select:hover,
.select:focus{
    border:1px solid #217bc0;
    outline:1px solid white;
    transition:all linear 0.25s;
}
input.button{
    background:#fff;
    border:1px solid white;
    outline:1px solid #000;
    width:40%;
    height:60px;
    line-height:38px;
    cursor:pointer;
    color:white;
    font-size:20pt;
    font-weight:bold;
    text-transform:uppercase;
    transition:all 0.2s;
    margin:5px auto 0;
    color:black;
}
input.button:hover {
    background:#000;
    color:white;
    transition:all 0.2s;
}
input[type="radio"]{
    display:none;
}
table{
    margin:30px auto;
    color:#999;
}
th{
    font-size:30pt;
}
footer{
    font-size:10pt;
    letter-spacing:2px;
    color:white;
    background:rgba(0,0,0,0.75);;
    border-radius:20px;
    display:inline-block;
    position:fixed;
    bottom:2vh;
    width:400px;
    margin:0 auto;
    text-align:center;
    right:4vw;
}
footer a{
    display:inline-block;
    position:relative;
    float:none;
    width:auto;
    height:auto;
    line-height:auto;
    font-size:inherit;
    color:white !important;
}
footer li{
    display:inline-block;
    padding:10px;
}





/* Helper Classes */
ul.menu{
    left: 16vw;
    position: static;
    display: inline-block;
    margin-top: 5vh;
    opacity: 0;
    animation: showMe 0.25s linear forwards;
    animation-delay: 0s;
    animation-delay: 3.5s;
    transform: scale(0);
    position: fixed;
    z-index: 9999;
    margin-bottom: -100%;
    padding: 0 10px 0 30px;
    border-radius: 0 50px 50px 0;
    background: rgba(0,0,0,0.75);
    border: 1px solid white;
    box-sizing: border-box;
}
ul.menu::before{
    content: 'menu';
    text-transform: uppercase;
    position: absolute;
    display: inline-block;
    color: white;
    background: black;
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-weight: bolder;
    font-size: 12px;
    letter-spacing: 1px;
    margin: -11px 0 0 -80px;
    text-align: center;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid white;
    box-sizing: border-box;
    transition: all linear 0.5s;
}
ul.menu li {
    display:inline-block;
    padding:20px;
    color:white;
    font-size:9pt;
    letter-spacing:2px;
    text-transform:uppercase;
    text-align:center;
    text-shadow:0 1px 0 black;
}
ul.menu.collapse{
    background:transparent;
    border:1px solid transparent;
    transition:all linear 0.25s;
    text-align:center;
    opacity:1;
}
ul.menu.collapse li{
    height:20px;
    line-height:20px;
    opacity:0;
    cursor:pointer;
    text-align:center;
}
ul.menu.collapse li a{
    position:relative;
    width:auto;
    height:auto;
    color:inherit;
}
ul.menu.collapse:hover{
    background:black;
    border:1px solid #fff;
}
ul.menu.collapse:hover li{
    opacity:1;
}

ul.menu.collapse li:hover{
    background:#222;
}

/*
ul.menu.collapse li:before{
    content:'';
    border-bottom:2px solid orange;
    position:absolute;
    margin:100px auto 0;
    left:0;
    right:0;
    display:inline-block;
    width:50px;
    height:2px;
    opacity:0;
    
}
ul.menu.collapse:hover li:before{
    opacity:1;
}
*/
div.terms{
    position:fixed;
    top:0;
    bottom:0;
    left:0;
    right:0;
    z-index:9999;
    height:100vh;
    width:100%;
    box-sizing:border-box;
    background:rgba(0,0,0,0.8);
}
div.terms section.termsSection{
    position:absolute;
    box-sizing:border-box;
    margin:auto;
    top:0;
    bottom:0;
    left:0;
    right:0;
    width:80%;
    overflow:scroll;
    padding:50px 100px;
    height:80vh;
    background:white;
    font-family:arial;
    font-size:10pt;
    text-align:left;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}
div.terms section.termsSection span.close{
    content:'X';
    font-size:10pt;
    text-align:center;
    height:20px;
    line-height:26px;
    box-sizing:border-box;
    padding-left:1px;
    background:black;
    position:relative;
    z-index:9999;
    display:inline-block;
    border-radius:50%;
    cursor:pointer;
    color:white;
    float:right;
    height:24px;
    width:24px;
    margin:-20px -40px 0 0;
    transition:all linear 0.5s;
}
div.terms section.termsSection span.close:hover{
    border-radius:4px;
    transition:all linear 0.25s;
}
div.terms section.termsSection h1{
    font-size:22pt;
    line-height:22pt;
    height:22pt;
    font-weight:bold;
    text-align:center;
}
div.terms section.termsSection h2{
    font-size:12pt;
    line-height: 30px;
    height: 30px;
    text-align: center;
    font-weight: bold;
}
div.terms section.termsSection h3{
    font-size:8pt;
    line-height:8pt;
    height:8pt;
    font-weight:bold;
    text-align:center;
}
div.terms section.termsSection p{
    margin:30px 0;
    line-height:20px;
}
div.terms section.termsSection ul{
    list-style-type:decimal;
    width:70%;
    margin:0 auto;
}
div.terms section.termsSection li,
div.terms section.termsSection span{
    line-height:20px;
    margin:10px auto;
}

div.terms section.termsSection span{
    display:block;
}
div.terms section.termsSection strong{
    font-weight:bolder;
}
div.terms section.termsSection a{
    display: inline-block;
    float: none;
    position: relative;
    width: auto;
}

    ul.menu li:nth-child(4){
        border-radius:0 50px 50px 0 !important;
        margin-right:-10px;
    }
@media screen and (max-width: 1980px) and (max-height:1080px){
    div.homePage section{
        height:400px;
        width:400px;
        margin-top:160px;
    }
    /*
    div.homeContent{
        margin-left:70px;
        margin-top:170px;
    } */
    div.homePage h2 {
        padding-right: 50px;
        letter-spacing: 1px;
        margin-left: 11px;
    }
    div.homePage h3{
        letter-spacing:1px;
        padding-right:0;
        margin-top:10px;
    }
    div.homePage section object{
        width:40%;
    }
    div.homePage section::before{
        width: 80px;
        height: 80px;
        line-height: 80px;
    }
    div.homePage h1 {
        font-size: 60pt;
        letter-spacing:4px;
    }
    ul.menu {
        width:520px;
        left: 320px;
        top: 40px;
    }
    ul.menu:before {
        height:60px;
        width:60px;
        line-height:60px;
    }
    ul.menu li{
        height:30px;
        line-height:30px;
        padding:10px;
    }
    ul.menu li:nth-child(4){
        border-radius:0 !important;
    }
}

@media screen and (max-width: 1800px) {
    div.homePage section{
        height:400px;
        width:400px;
    }
    div.homeContent{
        margin-left:70px;
    }
    div.homePage h2 {
        padding-right: 50px;
        letter-spacing: 1px;
        margin-left: 11px;
    }
    div.homePage h3{
        letter-spacing:1px;
        padding-right:0;
        margin-top:10px;
    }
    div.homePage section object{
        width:40%;
    }
    div.homePage section::before{
        width: 80px;
        height: 80px;
        line-height: 80px;
    }
    div.homePage h1 {
        font-size: 60pt;
        letter-spacing:4px;
    }
    ul.menu {
        left:226px;
    }
}

@media screen and (max-width: 1600px){
    div.homeContent{
        margin-left:70px;
        margin-top:0px;
    }
    div.homePage section{
        height:300px;
        width:300px;
        margin-top:160px;
    }
    div.homePage h1{
        font-size:50pt;
    }
    div.homePage h2 {
        padding-right: 38px;
        letter-spacing: 0px;
        margin-left: 8px;
        line-height: 22px;
        height: 22px;
        margin-top: 0px;
    }
    div.homePage h3{
        letter-spacing: 0;
        font-size: 18pt;
    }
    div.homePage h3 strong{
        height: 30px;
        line-height: 30px;
        width: 30px;
    }
    div.homePage section object{
        width:40%;
    }
    div.homePage section::before{
        font-size:9pt;
        letter-spacing:3px;
        padding-left:3px;
        border:2px solid white;
        line-height:58px;
        height:60px;
        width:60px;
        line-height: 60px;
        top: 5px;
    }
    ul.menu {
        top: 25px;
        left: 255px;
    }
    ul.menu:before {
        height:60px;
        width:60px;
        line-height:60px;
        top:4px;
    }
    ul.menu.collapse li{
        height:26px;
        line-height:26px;
    }
    

    div.city ul.process {
        transform:scale(0.7);
        margin:-100px auto 100px;
        padding:48px;
    }
    div.city ul.process:after{
        font-size:40pt;
    }
    div.city p.pricing strong{
        font-size:18pt;
    }
    
    div.portfolio img{
        padding:40px;
        max-width:700px;
    }
    
}

@media screen and (max-width: 1366px){
    div.homePage section{
        height:300px;
        width:300px;
    }
    div.homeContent{
        margin-left:70px;
        margin-top:0px;
    }
    div.homePage section{
        margin-top:100px;
    }
    div.homePage h1{
        font-size:50pt;
    }
    div.homePage h2 {
        padding-right: 38px;
        letter-spacing: 0px;
        margin-left: 8px;
        line-height: 22px;
        height: 22px;
        margin-top: 0px;
    }
    div.homePage h3{
        letter-spacing: 0;
        font-size: 18pt;
    }
    div.homePage h3 strong{
        height: 30px;
        line-height: 30px;
        width: 30px;
    }
    div.homePage section object{
        width:40%;
    }
    div.homePage section::before{
        font-size:9pt;
        letter-spacing:3px;
        padding-left:3px;
        border:2px solid white;
        line-height:58px;
        height:60px;
        width:60px;
    }
    ul.menu.collapse {
        left: 225px;
        top: 0px;
    }
    ul.menu:before {
        height:60px;
        width:60px;
        line-height:60px;
    }
    ul.menu li{
        height:30px;
        line-height:30px;
        padding:10px;
        letter-spacing:2px;
    }
}
@media screen and (max-width: 1280px){
    section.cityContent{
        width:90%;
    }
    div.city ul.process{
        padding:0px;
        width:auto;
        background:transparent;
        -webkit-box-shadow:none;
        -moz-box-shadow:none;
        box-shadow:none;
        border:none;
    }
    div.city h1{
        width:50%;
    }
    div.city h1:last-child{
        width:90%;
    }
    div.city p{
        font-size:12pt;
    }
}
@media screen and (max-width: 1280px) and (max-height:1024px){
    div.homePage section{
        margin-top:20vh;
    }
}
@media screen and (max-width: 1280px) and (max-height:800px){
    div.homePage section{
        margin-top:17vh;
    }
    div.homePage img{
        margin-top:-10px;
    }
    ul.menu.collapse {
        left: 205px;
    }
}
@media screen and (max-width: 1200px){
    ul.menu.collapse {
        left:12vw;
    }
    div.homeContent{
        top:0;
        bottom:0;
        margin:auto;
        height:80vh;
        width:80vw;
    }
    div.homePage section{
        margin-top:0;
        width:40vh;
        height:40vh;
    }
    div.homePage h1 {
        font-size: 8vh;
    }
    div.homePage h2 {
        font-size: 1.58vh;
    }
    div.homePage h3{
        font-size:2vw;
    }
    div.homePage h3 strong{
        height: 2vw;
        line-height: 2vw;
        width: 2vw;
        padding: 0.7vw;
    }
    div.city{
        width:100%;
    }
    section.cityContent{
        width:100%;
    }
    div.city h1{
        width:90%;
        font-size:12vw;
        margin:10vw auto;
        line-height:9vw;
    }
    div.city h1:last-child{
        font-size:8vw;
    }
    div.city ul.process{
        padding:0px;
        width:auto;
        background:transparent;
        -webkit-box-shadow:none;
        -moz-box-shadow:none;
        box-shadow:none;
        border:none;
    }
    /*
    div.city ul.process li{
        border: 27px solid white;
        margin-right: -108px;
    }*/
}

body.mobile div.homePage:after{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#8e9296+0,ebebec+100 */
    background: #8e9296; /* Old browsers */
    background: -moz-linear-gradient(top,  #8e9296 0%, #ebebec 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #8e9296 0%,#ebebec 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #8e9296 0%,#ebebec 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e9296', endColorstr='#ebebec',GradientType=0 ); /* IE6-9 */
}
body.mobile div#homeContent.homeContent{
    margin:auto;
    top:0;
    bottom:0;
    left:0;
    right:0;
    width:100%;
}
body.mobile div.homePage section{
    width:500px;
    height:500px;
    border:10px solid transparent;
    animation:borderMeMobile 0.75s forwards;
    animation-delay:1.5s;
    background:transparent;
}
body.mobile div.homePage section::before{
    font-size: 20pt;
    letter-spacing: 6px;
    padding-left: 10px;
    border: 2px solid white;
    line-height: 120px;
    height: 120px;
    width: 120px;
}
body.mobile div.homePage h1 {
    font-size:80pt;
    letter-spacing:3px;
    margin:40px auto -20px;
}
body.mobile div.homePage h2 {
    font-size:15pt;
    letter-spacing: 0;
    padding-right: 60px;
    margin-left:-2px;
    margin-top:0;
    line-height:40px;
    height:40px;
}
body.mobile div.homePage h3 {
    font-size: 29pt;
    margin:20px 0 0 -12px;
    text-shadow: none;
    color: black;
    letter-spacing:0;
}
body.mobile div.city h1:nth-child(1)::before{
    content:'Make an Impact!';
    height:190px;
    margin:auto;
    top:0;
    bottom:0;
    left:0;
    right:0;
}
body.mobile div.homePage h3 strong{
    height: 60px;
    line-height: 60px;
    width: 60px;
    padding: 0.7vw;
}
body.mobile div.city p{
    width:90%;
    text-align:center;
    line-height:50px;
    margin:50px auto;
}
body.mobile div.city p,
body.mobile div.city p span,
body.mobile div.city span strong{
    font-size:28pt;
    line-height:40pt;
    font-family:inherit;
    color:black;
    text-shadow:0 -1px 0 white;
}
body.mobile div.city span strong{
    font-family: proxima_nova_altbold;
}
body.mobile div.portfolio img{
    max-width:500px;
    padding:30px;
}
body.mobile div.city p.pricing strong {
    font-size:40pt;
    line-height:50pt;
    letter-spacing: 1px;
    font-weight: normal;
    text-align: left;
    font-family: proxima_nova_scosfthin;
    border-radius:20px;
    margin-left: -40px;
    padding: 20px 0 20px 35px;
}
body.mobile div.city p.pricing strong:before{
    display:none;
}
body.mobile div.city p.pricing strong span{
    font-size: 50pt;
    font-family: proxima_nova_altblack;
    line-height: 76px;
    text-align: center;
    margin: -105px -43px -50px 0;
    border-radius: 20px 20px 0 0;
    transform: rotate(90deg);
    width: 165px;
    height: 75px;
    border: 1px solid black;
}
body.mobile div.city p.pricing.second span{
    font-size:44pt;
}
body.mobile div.city p.pricing.last strong{
    text-align:center;
    padding:20px;
}
body.mobile div.city p.pricing strong span:before,
body.mobile div.city p.pricing strong span:after{
    display:none;
}
body.mobile div.city ul.process:after{
    margin:50px auto 0;
}
body.mobile div.city ul.process{
    transform:scale(1);
    width:80%;
    overflow:visible;
    margin: 0 auto;
    margin:200px auto;
    padding:0;
}
body.mobile div.city ul.process li{
    margin-top:-110px;
    border:30px solid white;
}
body.mobile div.city ul.process li,
body.mobile div.city ul.process li::before,
body.mobile div.city ul.process li::after{
    width:400px;
    height:400px;
}
body.mobile div.city ul.process li::before,
body.mobile div.city ul.process li::after{
    transform:rotate(90deg);
}
body.mobile div.city ul.process li::after {
    clip: rect(200px,auto,auto,0);
}
body.mobile div.city ul.process li::before {
    clip: rect(0, auto,200px, 0);
}
body.mobile div.city ul.process li strong {
    line-height: 70px;
    margin-top: 131px;
    font-size: 35pt;
}
body.mobile div.city ul.process li strong:after{
    font-size:30pt;
}
body.mobile div.city ul.process li span {
    width: 80%;
    height: 80%;
    top:10%;
    left:10%;
    font-size: 20pt;
    line-height: 30pt;
    padding:80px 30px;
    font-weight: bold;
}
body.mobile div.city ul.process li:nth-child(1) span{
    padding-top:95px;
}
body.mobile div.city ul.process li:nth-child(4) span{
    padding-top:70px;
}
body.mobile div.city h5{
    font-size:51pt;
    line-height:90px;
}
body.mobile div.city h6{
    font-size:30pt;
    line-height:80px;
    margin:0 auto 42px;
}
body.mobile div.city div{
    border:2px solid white;
    outline:2px solid rgba(0,0,0,0.15);
}
body.mobile div.city div,
body.mobile div.city section.getStarted{
    width:566px;
    height:920px;
    padding:0;
    margin:0 auto;
    box-sizing:border-box;
}
body.mobile div.city section.getStarted{
    width:564px;
    height918px;
    overflow:hidden;
}

body.mobile div.city div ul li{
    border:2px solid black;
    font-size:28pt;
    line-height:50px;
    height:auto;
    padding:30px;
    outline:none;
}
body.mobile div.city div ul li::before{
    top:-78px;
    height:126px;
    width:1000px;
}
body.mobile div.city section.getStarted li:hover:before{
    background:black;
    width: 444px;
    height:157px;
    top: 0px;
}
body.mobile div.city ol{
    height:auto;
}
body.mobile div.city ol li{
    border: 2px solid white;
    outline: 2px solid black;
    height:100px;
    line-height:100px;
    font-size:30pt;
}

body.mobile ul.menu.collapse,
body.mobile ul.menu.collapse:before{
    border-radius:0;
    height:60px;
    line-height:60px;
}
body.mobile ul.menu.collapse{
    background:black;
    width:100%;
    top:0;
    left:0;
    margin:0 auto;
    padding:0;
    margin:0;
    height:80px;
    font-family:proxima_nova_altbold;
}
body.mobile ul.menu.collapse:before{
    width:60px;
    height: auto;
    float: left;
    position: relative;
    left: 0;
    margin: 0;
    background: #333;
    top: 0;
    box-sizing: border-box;
    border:none;
    display:none;
}
body.mobile ul.menu.collapse li{
    opacity: 1;
    font-size: 14pt;
    padding:0 14px;
    height:80px;
    line-height:80px;
    letter-spacing:1px;
}

body.mobile input[type="tel"],
body.mobile input[type="number"],
body.mobile input[type="text"],
body.mobile input[type="email"]{
    padding: 0 20px;
    width:80%;
    height:80px;
    line-height:80px;
    margin:20px auto 0;
    font-size:20pt;

    padding: 0 10pt;
    width: 80%;
    height: 80xp;
    line-height: 80px;
    margin: 0 40pt 0 0;
    border: solid 1px white;
    outline: solid 1px #ccc;
    transition: all 0.3s;
    background: #f9f9f9;
    text-shadow: 0 1px 0 white, 0 -1px 0 white;
    border-radius: 0;
    margin: 0 auto 40px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: all linear 0.25s;
}

body.mobile input[type="tel"],
body.mobile input[type="number"]{
    position: relative;
    left: -20px;
    width: 35%;
    height: 80px;
    line-height: 80px;
}
body.mobile .button, span#reTry {
    border: 1pt solid black;
    outline: 1pt solid black;
    transition: border 0.25s linear;
}
body.mobile .button {
    width: 37%;
    height: 80px;
    line-height: 80px;
    margin: 0;
    background: black;
    color: white;
    font-weight: bolder;
    text-shadow: 0 1px 0 #002948, 0 -1px 0 #002948;
    transition: all 0.25s linear;
    display: inline-block;
    position: relative;
    left: 20px;
}
body.mobile div.city section.thankYou div.checkmark{
    height: 400px;
    width: 400px;
    margin: 100px auto 0;
}
body.mobile div.city section.thankYou div.checkmark span{
    position: relative;
    margin-left: -40px;
    top: 100px;
    font-size: 200pt;
}
a{
    height:0 !Important;
    width:0;
    display:inline-block;
    position:absolute;
    left:0;
    text-decoration:none;
}

body.mobile a{
    margin-top:-100px;
}

body.mobile div.terms section.termsSection{
    padding:50px;
}
body.mobile div.terms section.termsSection span.close{
    font-size:20pt;
    height:40px;
    line-height:50px;
    padding-left:4px;
    height:48px;
    width:48px;
    margin:-40px -40px 0 0;
}
body.mobile div.terms section.termsSection span.close:hover{
    border-radius:8px;
}
body.mobile div.terms section.termsSection h1{
    font-size:24pt;
    line-height:28pt;
    height:auto;
}
body.mobile div.terms section.termsSection h2{
    font-size:20pt;
    line-height: 30pt;
    height:auto;
}
body.mobile div.terms section.termsSection h3{
    font-size:14pt;
    line-height:18pt;
    height:auto;
}
body.mobile div.terms section.termsSection p{
    margin:30pt 0;
    font-size:18pt;
    line-height:30pt;
}
body.mobile div.terms section.termsSection li,
body.mobile div.terms section.termsSection span{
    line-height:30pt;
    font-size:18pt;
    margin:30px auto;
}



body.mobile a{
    margin-top:-100px;
}
body.mobile footer {
    width:100%;
    border-radius:0;
    font-size:20pt;
    line-height:100px;
    height:100px;
    background:black;
    bottom:0;
    right:0;
}
body.mobile footer ul{
    width:100%;
    background:none;
    line-height:100px;
    height:100px;
}
body.mobile footer li{
    font-size:16pt;
    padding:0;
    margin:0;
    font-family:arial;
    display:inline-block;
    width:30%;
    float:left;
    line-height:100px;
    height:100px;
}
body.mobile footer li:nth-child(1){
    margin-left:20px;
}
body.mobile footer li:last-child{
    width:48%;
    float:right;
    font-size:14pt;
}
body.mobile footer a{
    display:inline-block;
    position:relative;
    float:none;
    width:auto;
    height:auto;
    line-height:auto;
    font-size:inherit;
    color:white !important;
}
