/*Body Sections*/
* {
    box-sizing: border-box;
}

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    font-size: 16px;
    font-family: 'Quicksand', sans-serif;
    font-weight: 300;
    letter-spacing: 0.02em;
    transition: opacity ease-in 0.2s;
}

a, a:hover, a:visited {
    text-decoration: none;
    color: inherit;
}

a img {
    outline: none;
    border: none;
}

.clear {
    clear: both;
}

@font-face {
    font-family: "PD-Wingdings Regular";
    src: url("/public/fonts/PDWingdings-Regular.woff") format("woff"),
         url("/public/fonts/PDWingdings-Regular.otf") format("opentype");
}



.panel {
    max-width: 1032px;
    padding: 75px 16px; /*16px side padding, 1000px container*/
    margin: 0 auto;
    /*overflow: auto;*/
}

.panel.compact {
    padding: 25px 16px;
}
.panel.compact-bottom {
    padding-bottom: 25px;
}
.panel.sub-compact {
    padding: 0px 16px;
}
.panel.sub-compact h1 {
    margin-top: 20px;
}
.panel.home {
    padding-bottom: 0;
}

#hero .panel.compact {
    padding-top: 135px;
}

.panel article p {
    margin: 20px 0;
    line-height: 24px;
}

section .panel {
    overflow: hidden;
}

section.narrow .panel article {
    max-width: 750px;
}

section.news .panel article p {
    margin-top: 10px;
}
.panel.news article p {
    margin: 0 0 20px 0;
}

.panel.left.about figure {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    min-width: 300px;
    min-height: 550px;
    margin-right: 40px;
}
.about article {
    min-height: 350px; /*hack for float*/
}
.about article dl {
    display: block;
    max-width: 40%;
    margin-right: 80px;
    float: left;
}
section.about {
    background-image:url('/public/img/pdm_zbout_header_graphic.png');
    background-repeat: no-repeat;
    background-position: 50% -610%;
}

.panel.left, .panel.right {
    display: flex;
    flex-direction: row;
    flex-flow: row wrap;
    justify-content: space-between;
}

.panel.center {
    padding-bottom: 0;
}

.panel.center img {
    width: 100%;
    max-width: 100%;
    margin-top: 20px;
    vertical-align: bottom;
}

.panel figure {
    margin: 0;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
}

.panel.left img, .panel.left video, .panel.left .video {
    margin-right: 65px;
}

.panel.right img, .panel.right video {
    margin-left: 65px;
}
.panel.left img.small, .panel.right img.small {
    max-width: 300px;
}


.panel.news, .panel.share {
    padding-top: 40px;
}
.panel.news article, .panel.share article {
    font-size: 1.125em;
    line-height: 1.8em;
}
section.article h2 {
    font-size: 24px;
    margin: 20px 0 0 0;
}
.panel.news aside, .panel.share aside {
    margin-left: 40px;
    display: block;
    max-width: 250px;
}
.panel.news aside .social-icons {
    color: #888888;
}
.panel.news aside .social-icons:hover {
    color: #926eb0;
}
.panel.news img {
    width: 250px;
    margin-bottom: 40px;
}
.panel.share img {
    margin: inherit;
}
.panel.share img.jumbo {
    display: inline-block;
    float: right;
    margin-left: 20px;
    max-width:400px;
}
.panel.share img.ios {
    width:220px;
}
.panel.share img.android {
    margin: -16px;
    width: 250px;
}
.panel img.icon {
    height: 40px;
    margin-right: 10px;
}
.panel.news .quote {
    font-family: Cutive, serif;
    font-size: 1.5em;
    display: block;
    margin-bottom: 40px;
}

.panel img {
    -webkit-align-self: center;
    -moz-align-self: center;
    -ms-align-self: center;
    -o-align-self: center;
    align-self: center;
    max-width: 500px;
}
.panel img.wide {
    max-width: 650px;
    width: 100%;
}

article {
    outline: none;
    display: block;
}

article small {
    font-size: 10px;
    display: inline-block;
    clear: both;
}

h1, h2, h3, h4, h5 {
    font-family: Cutive, serif;
    font-weight: 300;
    margin: 0;
}

h1 {
    font-size: 44px;
}
h2 {
    font-size: 28px;
    line-height: 48px;
}
.panel article h2 + p {
    margin-top: 0;
}

p.narrow {
    max-width: 220px;
}

i.purple {
    background-color: inherit;
    /*color: #311B92;*/
    margin: 0 5px;
}

form, form fieldset {
    border: none;
    outline: none;
    margin: 0;
    padding: 0;
}
form fieldset {
    margin-top: 30px;
}
form input {
    width: 100%;
    max-width: 600px;
}

form input, form textarea {
    font-family: 'Armata', sans-serif;
    font-size: 20px;
    color: #ffffff;
    outline: none;
    background: transparent;
    border: none;
    border-bottom: 1px solid #ffffff;
    width: 100%;
    line-height: 40px;
    margin-top: 40px;
    border-radius: 0; /* iOS */
}
form ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #ffffff;
}
form ::-moz-placeholder { /* Firefox 19+ */
    color: #ffffff;
}
form :-ms-input-placeholder { /* IE 10+ */
    color: #ffffff;
}
form :-moz-placeholder { /* Firefox 18- */
    color: #ffffff;
}
form button {
    background: inherit;
    border: 0;
    outline: none;
    padding: 0;
    margin-top: 20px;
}
form .paper-button.raised.large {
    font-size: 18px;
    padding: 20px 30px;
}
form .paper-button.raised {
    text-align: left;
    min-width: 304px;
}
form div.notify, form small {
    display: block;
    margin-top: 10px;
    font-size: 16px;
    color: #ffffff;
}


.purple {
    background-color: #926eb0; /* Old browsers */
    color: #ffffff;
}

.white {
    background-color: #ffffff;
    color: #333333;
}

.blue {
    background-color: #bad3e3;
    color: #333333;
}

.green {
    background-color: #4CAF50;
    color: #ffffff;
}

.red {
    background-color: #F44336;
    color: #ffffff;
}

.orange {
    background-color: #FF9800;
    color: #ffffff;
}

.indigo {
    background-color: #3F51B5;
    color: #ffffff;
}

.gray {
    background-color: #eeeeee;
    color: #444444;
}

.dark {
    background-color: #333333;
    color: #ffffff;
}


.white h1, .white h2 {
    color: #926eb0;
}
.blue h1, .purple h1,
.blue h2, .purple h2,
.md-blue h1, .md-blue h2,
.tl-blue h1, .tl-blue h2{
    color: #ffffff;
}




#header {
    background: #926eb0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 140px;
    padding: 45px 15px;
    z-index: 1;
}

#header img {
    width: 185px;
    height: 50px;
}

header .inner {
    max-width: 1032px;
    padding: 0 0 0 16px; /*16px side padding, 1000px container*/
    margin: 0 auto;
}

#header-top-nav {
    background: none;
    opacity: 0.5;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 30px;
    z-index: 1000;
}

#header.sub-nav {
    position: absolute;
    top: 20px;
    background: none;
    background-color: inherit;
    height: 50px;
    border: none;
    z-index: 1;
}


article.narrow {
    max-width: 500px;
}
article.center {
    text-align: center;
}
#hero span {
    display: block;
    font-size: 22px;
}
#hero figure {
    width: 90%;
    max-width: 690px;
    align-self: center;
    margin: 0 auto;
}
#hero .panel.center img {
    margin-top: 100px;
}

.product-sub-graphic {
    color: #666666;
    font-size: 2.5em; /*fix on mobile*/
    margin-bottom: 20px;
    max-width: 300px;
}

.product-sub-graphic td{
    padding-bottom: 0.5em;
}

.panel .product-sub-graphic img {
    margin-left: 0;
    margin-right: 0;
}



p .header {
    display: block;
    clear: both;
    font-size: 30px;
}

p.icon-strip {
    display: inline-block;
    font-size: 30px;
    text-align: left;
    width: 100%;
}



#nav {
    /*position: fixed;*/
    /*right: 15px;*/
    /*top: 0;*/
    position: relative;
    top: -15px;
    float: right;
    height: 80px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-box-pack: flex-end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -o-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    -o-flex: 1 0 auto;
    flex: 1 0 auto;
    z-index: 100;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    color: #CCCCCC;
}

#nav .button {
    font-family: 'Armata', sans-serif;
    letter-spacing: 0.1em;
    padding: 5px;
    font-size: 14px;
    margin: 5px;
    background-color: inherit;
    color: #CCFFFF;
    border-radius: 0;
    border-bottom: 2px solid #926eb0;
}

#nav .button.active {
    color: #ffffff;
}

#nav .button:hover, #nav .button.active {
    color: #ffffff;
    border-bottom: 2px solid #ffffff;
}

#nav .button.login-button {
    padding: 12px 20px;
    margin-top: -4px;
    border-radius: 21px;
    border: 1px solid #CCFFFF;
}

#nav .button.login-button:hover, #nav .button.login-button:active {
    background: #CCFFFF;
    color: #333333;
}

#nav.top-nav {
    top: -25px;
}

#nav.top-nav .paper-button {
    font-size: 12px;
}

#nav.product .paper-button {
    font-size: 16px;
}

nav#nav ul li:hover > ul {
    display: block;
}

nav#nav ul {
    list-style: none;
    position: relative;
    display: inline-table;
    padding: 0;
}
nav#nav ul:after {
    content: "";
    clear: both;
    display: block;
}
nav#nav ul li {
    float: left;
}
nav#nav ul li:hover {

}
nav#nav ul li:hover a {
    color: #fff;
}
nav#nav ul li a {
    display: block;
    text-decoration: none;
}
nav#nav ul ul ul {
    position: absolute; left: 100%; top:0;
}

.paper-button {
    color: inherit;
    padding: 14px 18px;
    transition: none;
    font-family: 'Armata', sans-serif;
    font-size: 12px;
    letter-spacing: 0.1em;
}


.paper-button.raised {
    color: #000;
    /*white-space: nowrap;*/ /*Breaks firefox*/
    display: inline-block;
    min-width: 5.14em;
    border: 1px solid #333333;
    border-radius: 3px;
    cursor: pointer;
    text-transform: uppercase;
    z-index: 0;
}

.paper-button.raised:after {
    color: #ff9900;
    font-family: 'FontAwesome';
    content: '\f054';
    margin-left: 100px;
    margin-top: 2px;
    float: right;
}

.paper-button.green {
    background-color: #4CAF50;
    color:#ffffff;
}

.paper-button.large {
    padding: 14px 20px;
    font-size: 16px;
}

.paper-button.wide {
    width: 100%;
}

.paper-button.large.center {
    display: block;
    max-width: 400px;
    margin: 0 auto;
}

.paper-button:hover, .paper-button.active {
    text-decoration: none;
    background: #fff;
    color: #000;
}

.paper-button i.right {
    margin-left: 5px;
}

.paper-button i.left {
    margin-right: 5px;
}

.dark .paper-button, .purple .paper-button {
    border-color: #ffffff;
    color: #ffffff;
}

.white .paper-button:hover {
    border-color: #888888;
    color: #ffffff;
    background-color: #888888;
}
.purple .paper-button:hover,
.gray .paper-button:hover,
.blue .paper-button:hover,
.dark .paper-button:hover {
    border-color: #ffffff;
    color: #000000;
    background-color: #ffffff;
}

#nav a {
    text-decoration: none !important;
}

.pd-wingding {
    font-family: 'PD-Wingdings Regular', sans-serif;
}

nav ul.tour {
    font-family: 'Armata', sans-serif;
    list-style: none;
    display: table;
    table-layout: fixed;
    width: 100%;
    padding: 0 0 40px 0;
    margin: 0;
    border-bottom: 1px solid #ffffff;
}

nav ul.tour li a {
    display: block;
    font-size: 16px;
    padding-bottom: 5px;
    border-bottom: 2px solid #adcbdb;
}

nav ul.tour li {
    display: table-cell;
    text-align: center;
    font-size: 20px;
    color: #678fa6;
}

nav ul.tour li span.pd-wingding {
    display: block;
    font-size: 70px;
    padding: 0 0 5px 0;
    clear: both;
}

nav ul.tour li.active {
    color: #ffffff;
    border-bottom: 2px solid #ffffff;
}

figure.tour-flipster {
    margin-right: 20px;
    display: block;
    float: left;
}

.tour-images {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    padding: 0;
    margin: 0;
}

.tour-images img {
    width: auto;
    height: 350px;
    margin: auto;
    padding: 10px 0;
}

ul.tour-description {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 20px;
}
ul.tour-description li {
    line-height: 40px;
    margin-bottom: 10px;
}
ul.tour-description span.tour-icon {
    display: block;
    margin-right: 10px;
    vertical-align: middle;
    color: #ffffff;
    width: 100%;
}
ul.tour-description span.tour-icon i {
    margin-right: 20px;
    font-size: 35px;
    position: relative;
    vertical-align: top;
    top: 8px;
}
ul.tour-description span.tour-icon h2 {
    display: inline;
    clear: right;
    font-size: 30px;
}


#hero .panel, #pricing .panel {
    padding-top: 155px;
}

.panel.left article, .panel.right article {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0.0px;
    -moz-flex: 1 1 0.0px;
    -ms-flex: 1 1 0.0px;
    -o-flex: 1 1 0.0px;
    flex: 1 1 0.0px;
}

footer .panel {
    padding: 30px 16px;
}

footer, footer h2 {
    font-family: 'Armata', sans-serif;
}
footer h2.mobile {
    display: none;
}
footer h2 {
    font-size: 1.13em;
    color: #926eb0;
    text-align: right;
    margin-top: 30px;
}

footer .nav {
    font-weight: normal;
    font-size: 0.68em;
    line-height: 1.85em;
    list-style: none;
    padding: 0;
    margin: 40px 0 0 0;
    text-align: right;
    letter-spacing: 0.2em;
}
footer .nav li {
    clear: both;
}
footer .nav li a {
    color: #CCFFFF;
}
footer .nav li a:hover {
    color: #ffffff;
}
footer .nav li.spacer {
    display: block;
    height: 30px;
}
footer ul.social-links {
    list-style: none;
    width: 100%;
}
footer ul.social-links li {
    float: right;
    clear: none;
    font-size: 20px;
    margin: 0 10px 20px 10px;
}
footer form {
    padding: 0;
    margin-top: 75px;
    margin-left: 100px;
    max-width: 600px;
}
footer form input, footer form textarea {
    font-family: 'Armata', sans-serif;
    font-size: 14px;
    color: #ffffff;
    outline: none;
    background: inherit;
    border: none;
    border-bottom: 1px solid #ffffff;
    width: 100%;
    line-height: 30px;
    margin-top: 30px;
}
footer ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #ffffff;
}
footer ::-moz-placeholder { /* Firefox 19+ */
    color: #ffffff;
}
footer :-ms-input-placeholder { /* IE 10+ */
    color: #ffffff;
}
footer :-moz-placeholder { /* Firefox 18- */
    color: #ffffff;
}
footer form button {
    background: inherit;
    border: 0;
    outline: none;
    padding: 0;
    margin-top: 20px;
}
footer form .g-recaptcha {
    margin-top: 20px;
}



.social-icons {
    font-size: 30px;
    color: #444444;
    margin-right: 10px;
}
.social-icons:hover {
    color: #ffffff;
}


.social-links i.facebook {
    background: #336699;
    color: white;
}
.social-links i.twitter {
    background: #0099ff;
    color: white;
}
.social-links i.pinterest {
    background: #993333;
    color: white;
}
.social-links i.linkedin {
    background: #006699;
    color: white;
}
.social-links i.email {
    background: #333333;
    color: white;
}

dt {
    font-size: 25px;
}

dd {
    display: block;
    clear: both;
    line-height: 30px;
    margin-left: 0;
    margin-bottom: 30px;
}

ul.thing-columns {
    width: 100%;
    height: 100%;
    display: table;
    table-layout: fixed;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
ul.thing-columns li {
    display: table-cell;
}
ul.thing-columns li.spacer {
    width: 40px;
}

section.news#hero .panel {
    padding-top: 180px;
    padding-bottom: 140px;
}
section.news#hero .panel article {
    max-width: inherit;
}
section.news#hero h1 {
    color: #FFFFFF;
}
section.news#hero h1.first {
    color: #FFFFFF;
    font-size: 60px;
    line-height: 85px;
}
section.news#hero:hover {
    background-color: #926eb0;
}
section.news#hero:hover h1.first {
    color: #CCFFFF;
}
section.news h1 {
    color: #926eb0;
    line-height: 58px;
}
section.news:hover {
    background-color: #bad3e3;
}
section.news:hover h1 {
    color: #ffffff;
}
section.news .panel.compact {
    padding: 35px 16px;
}




.table {
    width: 100%;
    height: 100%;
    display: table;
    table-layout: fixed;
    list-style-type: none;
}

.table-column {
    display: table-cell;
    background-color: #ffffff;
    color: #444444;
    /*padding: 15px;*/
    position: relative;
}

.table-column.spacer {
    width: 10px;
    background-color: inherit;
}

.table-column.transparent {
    background-color: inherit;
}

.table-column:last-of-type {
    margin-right: 0;
}

.table-column header {
    font-family: Cutive, serif;
    padding: 30px 15px;
    font-size: 1.2em;
    width: 100%;
}
.table-column.starter div.pricing {
    background-color: #c6dd5b;
}
.table-column.personal div.pricing {
    background-color: #f2b355;
}
.table-column.smallbiz div.pricing {
    background-color: #e18b79;
}
.table-column.corporate div.pricing {
    background-color: #bd99be;
}
.table-column.subscription {
    background-color: #e18b79;
}

.table-column.starter ul.pricing {
    color: #c6dd5b;
}
.table-column.personal ul.pricing {
    color: #f2b355;
}
.table-column.smallbiz ul.pricing {
    color: #e18b79;
}
.table-column.corporate ul.pricing {
    color: #bd99be;
}

.table-column div.pricing {
    padding: 5px 30px;
    font-size: 4.0em;
    color: #ffffff;
}
.table-column div.pricing span {
    font-size: 20px;
    display: inline;
}
.table-column div.pricing span.symbol {
    font-size: 20px;
    display: inline;
    line-height: 2.75em;
    vertical-align: top;
}
.table-column article {
    padding: 15px;
    margin-bottom: 50px;
}

.table-column article ul {
    margin: 0;
    padding: 0;
    /*display: table-row;*/
}
.table-column article ul.pricing {
    padding: 15px 0;
}
.table-column article li {
    list-style-type: none;
    padding: 5px 0;
    border-bottom: 1px solid #dddddd;
}

.table-column article li:last-of-type {
    border-bottom: none;
}
.table-column a.button {
    font-family: 'Armata', san-serif;
    position: absolute;
    bottom: 0;
    width: 100%;
    clear: both;
    display: block;
    padding: 20px;
    font-size: 1em;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
}
.table-column a.button:hover {
    cursor: pointer;
}
.table-column a.button.tour {
    background-color: #6db5cc;
    color: #ffffff;
}
.table-column a.button.sign-up {
    background-color: rgba(153,204,51,0.95);
    color: #ffffff;
}
.table-column a.button.pricing {
    background-color: rgba(255,153,0,0.9);
    color: #ffffff;
}
.table-column a.button.sign-up:hover, .table-column a.button.pricing:hover, .table-column a.button.tour:hover {
    color: #333333;
}
.table article li span {
    font-weight: 700;
}

/*.table-column article ul.pricing::before {*/
/*content: '';*/
/*display: inline-block;*/
/*}*/

.pricing-badge {
    display: block;
    width: 250px;
    height: 250px;
    font-size: 100px;
    background: green;
    color: #ffffff;
    text-align: center;
    line-height: 240px;
}

.pricing-badge::after {
    content: "\f155";
    font-family: 'FontAwesome';
    font-size: 30px;
    display: block;
    margin-left: -130px;
    margin-top: -310px;
}

.pricing-badge span {
    font-size: 20px;
    line-height: inherit;
    display: block;
    margin-top: -190px;
    width: 100%;
}

.login-btn {
    cursor: pointer;
    position: absolute;
    right: 16px;
    top: 28px;
}

.menu-btn {
    display: none;
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 36px;
}

.menu-btn div {
    padding-right: 8px;
    margin-top: -0.50em;
    line-height: 1.2;
    font-size: 18px;
    font-weight: 200;
    vertical-align: middle;
    z-index: 99;
}

.menu-btn span {
    display: block;
    width: 19px;
    height: 3px;
    margin: 4px 0;
    background: #444444;
    z-index: 99;
}

.responsive-menu {
    display: none;
    position: absolute;
    top: -140px;
    left: 0;
    right: 0;
    height: 140px;
    z-index: 101;

    animation: slide-out 0.5s forwards;
}

.responsive-menu.fullscreen {
    bottom: 0;
}

.responsive-menu ul {
    margin: 0;
    padding: 0;
}

.responsive-menu li {
    list-style: none;
    line-height: 40px;
    padding: 8px 20px;
}

.responsive-menu li:hover {
    color: #bad3e3;
}

.responsive-menu li a {
    display: block;
    width: 100%;
}

.responsive-menu form {
    max-width: 1000px;
    margin: 0 auto;
    padding: 20px;
}

.responsive-menu form input {
    width: calc(50% - 150px);
    max-width: 355px;
    margin-right: 20px;
    padding: 8px;
    float: left;
    color: #ffffff;
    outline: none;
    font-family: 'Armata', sans-serif;
    font-size: 14px;
    background: #000000;
    border: none;
    border-bottom: 1px solid #ffffff;
    line-height: 30px;
    margin-top: 25px;
}

.responsive-menu form button {
    display: block;
    background: #000000;
    border: 0;
    outline: none;
    padding: 0;
    margin-top: 25px;
    float: right;
}
.responsive-menu form .paper-button.raised {
    min-width: inherit;
}
.contract {
    display: block;
    animation: slide-out 0.5s forwards;
    -webkit-animation: slide-out 0.5s forwards;
}
.expand {
    display: block;
    background-color: #000000;
    opacity: 0.9;
    color: #ffffff;
    animation: slide-in 0.5s forwards;
}
@keyframes slide-in {
    100% { transform: translateY(100%); }
}
@-webkit-keyframes slide-in {
    100% { -webkit-transform: translateY(100%); }
}
@keyframes slide-out {
    0% { transform: translateY(100%); }
    100% { transform: translateY(0%); }
}
@-webkit-keyframes slide-out {
    0% { -webkit-transform: translateY(100%); }
    100% { -webkit-transform: translateY(0%); }
}
.login-wrapper {
    display: block;
    float: left;
}
.forgot-password-link {
    float: right;
    font-size: 14px;
    margin: 10px 0 0 0;
    display: inline;
    clear: both;
}

.close-button {
    display: block;
    float: right;
    margin-top: 30px;
    margin-left: 20px;
    color: #ffffff;
    cursor: pointer;
}
.close-button:after {
    font-family: 'FontAwesome';
    font-size: 30px;
    content: '\f00d';
}

.home figure.mobile {
    display: none;
}

figure.app-icons {
    font-size: 150px;
    display: block;
    border-color: #CCCCCC;
    color: #CCCCCC;
}
figure.app-icons i {
    padding-right: 40px;
}
figure.app-icons i:first-of-type {
    border-right: 2px solid #CCCCCC;
}

.phone-wrapper {
    width: 100%;
    position: relative;
}

.phone-wrapper .phone-screenshot {
    /*display: none;*/
}


@media only screen and (min-width: 700px) and (max-width:768px) {
    #nav .button {
        font-size: 12px;
    }

    .panel.left img, .panel.right img {
        max-width: 300px;
    }


}

/* Medium */
@media only screen and (min-width: 761px) {
    nav#mobile {
        display: none;
    }
}

/*Mobile Menu NARROW AND MEDIUM*/
@media only screen and (max-width: 760px) {
    .panel.news aside {
        display: none;
    }

    #hero .panel {
        padding-top: 80px;
    }

    #header {
        height: 80px;
        padding: 20px 20px;
        position: relative;
    }

    #header .inner {
        padding: 0 0;
    }

    #nav {
        display: none;
    }

    .menu-btn {
        display: block;
    }

    .menu-btn span {
        background-color: #CCFFFF;
    }

    .responsive-menu {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        height: 100%;
        overflow: hidden;
    }
    .responsive-menu ul, .responsive-menu form {
        margin: 80px 20px 0 20px;
    }
    .responsive-menu li {
        font-family: 'Armata', sans-serif;
        line-height: 60px;
        padding: 8px 0;
        border-top: 1px solid #cccccc;
        text-align: center;
        font-size: 30px;
    }
    .responsive-menu li:last-of-type {
        border-bottom: 1px solid #cccccc;
    }
    .responsive-menu li i {
        display: none;
    }
    .responsive-menu form input {
        width: 100%;
        max-width: 100%;
        clear: both;
        float: left;
        line-height: 60px;
        font-size: 30px;
        margin-bottom: 20px;
    }
    .responsive-menu form button {
        margin: 0 auto;
        margin-top: 80px;
        padding: inherit;
        width: 100%;
    }
    .responsive-menu form .paper-button.raised {
        font-size: 24px;
        text-align: left;
        padding: 25px 38px;
    }
    .login-wrapper {
        text-align: center;
    }
    .forgot-password-link {
        font-size: 16px;
        float: none;
        margin: 0 auto;
        position: relative;
        top: -150px;
    }
    .close-button {
        position: absolute;
        top: -7px;
        right: 18px;
    }

    .contract {
        background-color: #000000;
        opacity: 0.9;
        color: #ffffff;
        animation: slide-out 0.2s forwards;
    }
    .expand {
        animation: slide-in 0.5s forwards;
    }
    @keyframes slide-in {
        0% { -webkit-transform: translateX(-100%); }
        100% { transform: translateX(0%); }
    }
    @-webkit-keyframes slide-in {
        0% { -webkit-transform: translateX(-100%); }
        100% { -webkit-transform: translateX(0%); }
    }
    @keyframes slide-out {
        0% { transform: translateX(0%); }
        100% { transform: translateX(-100%); }
    }
    @-webkit-keyframes slide-out {
        0% { -webkit-transform: translateX(0%); }
        100% { -webkit-transform: translateX(-100%); }
    }
}

/* MEDIUM */
@media only screen and (min-width: 481px) and (max-width: 760px) {
    .paper-button {
        width: 100%;
    }
}

@media only screen and (max-width: 768px) {
    .table-column header {
        font-size: 0.8em;
    }
    .table-column div.pricing {
        font-size: 3.0em;
    }

    .product-hero-text br {
        display: none;
    }
}

/* NARROW - MOBILE */
@media only screen and (max-width: 480px) {
    h1 {
        font-size: 30px;
    }
    h2 {
        font-size: 20px;
    }
    .home h2 {
        font-size: 24px;
    }

    iframe {
        max-width: 100%;
    }

    section.about {
        background-position: 50% -210%;
    }

    section.article h2 {
        font-size: 18px;
    }

    .paper-button {
        width: 100%;
    }
    .paper-button.raised:after {
        margin-left: 50px;
    }

    #hero .panel {
        padding-top: 80px;
    }
    #hero .panel.compact {
        padding-top: 40px;
    }

    .panel {
        padding: 50px 16px;
    }

    .panel.left, .panel.right {
        flex-direction: column;
        display: table; /*Fix for Samsung Android*/
    }

    .panel.left.home, .panel.right.home {
        display: flex;
    }

    .panel.left.home article, .panel.right.home article {
        -webkit-flex: auto;
        flex: auto;
        margin: 0 auto;
    }
    .home figure.desktop {
        display: none;
    }
    .home figure.mobile {
        display: block;
    }

    .panel.left img, .panel.right img, .panel.left video, .panel.right video {
        max-width: 100%;
        max-height: 500px;
        height: auto;
        margin-right: 0;
        margin-left: 0;
    }

    .table {
        width: 100%;
        display: table;
        table-layout: auto;
        text-align: center;
    }

    .table-column {
        width: 100%;
        float: left;
        clear: both;
        margin-bottom: 20px;
    }

    .buttons .table-column {
        display: table-cell;
        width: auto;
        float: inherit;
        margin: 0;
        padding: inherit;
        line-height: 0.8em;
    }

    #results {
        margin-left: 0;
    }

    .panel.left img.wide, .panel.right img.wide {
        margin: 0 -16px;
    }

    .panel.news aside {
        display: none;
    }
    .panel.share aside {
        margin: 20px 0 0 0;
        max-width: 100%;
        text-align: center;
    }
    .panel.share aside p {
        text-align: left;
    }
    .panel.share aside a {
        display: block;
        margin: 10px auto;
    }
    .panel.share img.jumbo {
        width: 100%;
        max-width: 100%;
        margin: 10px 0;
    }
    .panel.share img.android {
        width: 270px;
    }
    .panel.share img.ios {
        width: 240px;
    }
    .panel.left.about article {
        padding-top: 40px;
        display: table;
    }
    .panel.left.about.sub-compact {
        padding: 0 16px 75px 16px;
    }
    .panel.left.about figure {
        min-width: 100%;
        margin: 0 -16px;
        padding: 0;
    }
    .about article dl {
        max-width: 100%;
        float: none;
    }

    nav ul.tour {
        table-layout: auto;
        text-align: center;
    }

    nav ul.tour:after {
        content: ' ';
        clear: both;
    }

    nav ul.tour li {
        display: inline-block;
        vertical-align: top;
        width: 100px;
        height: 140px;
        font-size: 10px;
    }

    nav ul.tour li i {
        font-size: 20px;
    }
    nav ul.tour li:hover {
        background: inherit;
        color: #ffffff;
        border-bottom: 2px solid #ffffff;
    }

    .tour-images {
        flex-direction: column;
    }

    .tour-images img {
        width: 100%;
        height: auto;
    }

    section.news#hero .panel {
        padding-top: 60px;
        padding-bottom: 80px;
    }
    section.news#hero h1.first, section.news#hero h1 {
        font-size: 35px;
        line-height: inherit;
    }

    ul.thing-columns li.spacer {
        display: none;
    }
    ul.thing-columns li {
        width: 100%;
        display: block;
        margin-bottom: 40px;
    }

    footer h2.mobile {
        display: block;
    }
    footer h2.desktop {
        display: none;
    }
    footer h2 {
        font-size: 24px;
        text-align: center;
    }
    footer ul.social-links {
        display: table;
        table-layout: fixed;
        padding: 0;
        margin-bottom: 60px;
    }
    footer ul.social-links li {
        display: table-cell;
        margin: 0;
        padding: 10px;
        float: none;
        font-size: 30px;

    }
    footer .nav {
        text-align: center;
        font-size: 1em;
        margin-top: 80px;
    }
    footer .nav li.spacer {
        height: 80px;
    }
    footer .nav li {
        line-height: 3em;
    }
    footer form {
        margin: 0;
    }
    footer form input, footer form textarea {
        line-height: 80px;
        font-size: 20px;
    }
    footer form button {
        margin: 0 auto;
        margin-top: 80px;
        padding: inherit;
        width: 100%;
    }
    footer form .paper-button.raised {
        font-size: 18px;
        padding: 20px 30px;
        text-align: left;
    }
    footer form .g-recaptcha {
        margin: 0 auto;
        width: 304px;
        margin-top: 40px;
    }

    footer .panel.right {
        display: table;
    }
    footer .panel figure {
        display: table-footer-group;
        padding-top: 80px;
    }
    footer .panel article {
        display: table-header-group;
    }
    figure.app-icons {
        text-align: center;
    }
    .panel .product-sub-graphic img {
        max-height: 150px;
        max-width: 150px;
        display: block;
        margin: 0 auto;
    }
}

/* SUB-NARROW */
@media only screen and (max-width: 400px) {
    figure.app-icons {
        font-size: 120px;
    }
    figure.app-icons i {
        padding-right: 0;
    }
    figure.app-icons i:first-of-type {
        padding-right: 40px;
    }
    footer form .g-recaptcha {
        transform: scale(0.9);
        width: 280px;
    }
    form .paper-button.raised {
        min-width: inherit;
        max-width: 280px;
    }
    nav ul.tour li span.pd-wingding {
        font-size: 50px;
    }
    nav ul.tour li {
        width: 90px;
        height: 120px;
    }
    .panel.left img.small, .panel.right img.small {
        width: 100%;
    }
    .paper-button.raised:after {
        margin-left: 10px;
    }
    section.about {
        background-position: 50% 0%;
    }
    p.icon-strip {
        font-size: 24px;
    }
}

/* SUPER-NARROW */
@media only screen and (max-width: 360px) {
    figure.app-icons {
        font-size: 100px;
    }
    .responsive-menu li {
        font-size: 24px;
        line-height: 40px;
    }
    .responsive-menu form {
        margin-top: 40px;
    }
    .responsive-menu form input {
        line-height: 40px;
        font-size: 24px;
    }
    .responsive-menu form button {
        margin-top: 40px;
    }
    .responsive-menu form .paper-button.raised {
        font-size: 20px;
        padding: 15px 28px;
    }
    .forgot-password-link {
        top: -100px;
    }
    h1 {
        font-size: 24px;
    }
    .panel.news article {
        font-size: 1em;
        line-height: 1.7em;
    }
    #hero .panel {
        padding-top: 10px;
    }

    .buttons .table-column a.button{
        font-size: 0.8em;
        padding: 15px;
    }
}
