﻿/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

/* @license
 * MyFonts Webfont Build ID 2380707, 2012-10-09T11:21:27-0400
 *
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are
 * explicitly restricted from using the Licensed Webfonts(s).
 *
 * You may obtain a valid license at the URLs below.
 *
 * Webfont: DIN Condensed by ParaType
 * URL: http://www.myfonts.com/fonts/paratype/din-condensed/pt-din-condensed/
 * Copyright: Copyright (c) ParaType, Inc., 2005. All rights reserved.
 * Licensed pageviews: 1,000,000
 *
 *
 * License: http://www.myfonts.com/viewlicense?type=web&buildid=2380707
 *
 * � 2012 Bitstream Inc
*/

 @font-face
 {
     font-family: 'din-condensed-web';
     src: url('/webfonts/2453A3_0_0.eot');
     src: url('/webfonts/2453A3_0_0.eot?#iefix')
     format('embedded-opentype'),
     url('/webfonts/2453A3_0_0.woff')
     format('woff'),url('/webfonts/2453A3_0_0.ttf')
     format('truetype');
}

/* ERIC MEYER'S CSS RESET RELOADED */
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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
header ,section,nav,article,footer,details,footer,summary{
         margin: 0;
         padding: 0;
         border: 0;
         outline: 0;
         font-weight: inherit;
         font-style: inherit;
         font-size: 100%;
         font-family: inherit;
         vertical-align: baseline;
}

:focus{ outline: 0; }
html {
    font-family: Verdana, Geneva, sans-serif;
    margin: 0;
    padding: 0;
}

body {
	line-height: 1;
	color: black;
	font-family: Verdana, Geneva, sans-serif;
	margin: 0;
	padding: 0;
}

ol, ul, li { list-style: none; }

/* tables still need 'cellspacing="0"' in the markup */
table {
         border-collapse: separate;
         border-spacing: 0;
}

caption, th, td {
         text-align: left;
         font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after{
         content: "";
}

blockquote, q {
         quotes: "" "";
}


/*
----------------------------------------------
NECESSARY TO MAKE HTML5 PLAY NICE WITH IE
----------------------------------------------
*/
#site-header, section, nav, article, footer, details, footer, summary { display: block; }

/*
//////////////////////////////////////////////////////////////////////////
// GLOBAL ELEMENTS
//////////////////////////////////////////////////////////////////////////
*/

.clear {
         clear: both;
}

html {
         width: 100%;
         height: 100%;
         margin: 0;
         background: #2e2e2e;
}

body {
         width: 100%;
         height: 100%;
         margin: auto;
         margin: 0 auto;
}
h1, h2, h3, h4, h5, h6 {
         font-family: "din-condensed-web";
         text-transform: uppercase;
}

#container { width: 100%; margin: auto; }

/*
//////////////////////////////////////////////////////////////////////////
// HEADER
//////////////////////////////////////////////////////////////////////////
*/

.welcome-page header {
         background: url(../images/welcome-bg.jpg) center;
         width: 100%;
         height: 212px;
         -webkit-background-size: cover;
         -moz-background-size: cover;
         -o-background-size: cover;
         background-size: cover;
         border-bottom: 1px solid #000;
         position: relative;
}

.local-region header {
         width: 100%;
         height: 160px;
         -webkit-background-size: cover;
         -moz-background-size: cover;
         -o-background-size: cover;
         background-size: cover;
         position: relative;
}

header #menu-container #menu-button {
         position: absolute;
         right: 15px;
         top: 30px;
}

header #menu-container #menu-dropdown { display: none; position: absolute; right: 4px; top: 70px; width: 312px; z-index: 9999; background: url(../images/menu-bg-short.png) no-repeat; height: 335px; }

header #menu-container #menu-dropdown .list {
	width: 312px;
	margin-top: 12px;
}

header #menu-container #menu-dropdown .list li {
	text-align: center;
	width: 309px;
	height: 60px;
	line-height: 60px;
}

header #menu-container #menu-dropdown .list li a {
	color: #FFF;
	text-decoration: none;
	text-align: center;
	font-size: 28px;
	line-height: 60px;
	font-family: "din-condensed-web";
	text-transform: uppercase;
}

header .logo {
         width: 85px;
         height: 110px;
         margin: auto;
         padding: 30px 0 20px 0;
}

header .logo img {
         width: 85px;
         height: auto;
}

header h1 {
         color: #FFF;
         text-align: center;
         font-size:32px;
}

@media (max-device-width: 600px)
{
	header h1
	{
		color: #FFF;
		text-align: center;
		font-size: 26px;
	}
}

header h1 span {
         font-size: 23px;
         display: block;
}

/*
//////////////////////////////////////////////////////////////////////////
// CONTENT SECTIONS
//////////////////////////////////////////////////////////////////////////
*/

.content-section {
         border-top: 1px solid #4e4e4e;
         position: relative;
}

.content-section #favorite-features h3 {
         width: 205px;
         height: 35px;
         background: #009969;
         line-height: 35px;
         color: #FFF;
         text-align: center;
         margin: auto;
         margin: 0 auto;
         padding: 0 auto;
         margin-top: -18px;
         position: relative;
         z-index: 3000;
         font-size: 18px;
}

#select-region-header {
    color: #fff;
    text-align: center;
    position: absolute;
    bottom: 20px;
    width: 100%;
}

@media only screen and (min-width : 640px) {
    .content-section h2.box {
        font-size: 19px;
    }
}

.content-section ul.nav {
         width: 100%;
         margin: 0;
         padding: 0;
         margin-top: -18px;
         border-top: 1px solid #4e4e4e;
}

.content-section ul.nav li {
         width: 100%;
         height: 69px;
         background: #303030 url(../images/ul-bg.png) repeat-x bottom;
         color: #FFF;
         line-height: 69px;
         text-align: center;
         font-family: "din-condensed-web";
         text-transform: uppercase;
         border-top: 1px solid #4e4e4e;
         border-bottom: 1px solid #000;
         font-size: 28px;
}

/* Smartphones (landscape) ----------- */
@media screen and (min-width : 640px) {
    .content-section ul.nav li {
        font-size: 40px;
    }
}

.content-section ul.nav li:first-child {
    height: 95px;
    line-height: 110px;
    border-top: none;
}

.content-section ul.nav li a {
         color: #FFF;
         text-decoration: none;
}

.content-section ul.nav li.highlight a,
.content-section ul.nav li a:active {
         color: #009969;
}

.content-section ul.tab-nav {
         width: 100%;
         height: 50px;
         margin-top: -10px;
         position: relative;
         z-index: 3000;
}

.content-section ul.tab-nav li {
         width: 24.2%;
         height: 50px;
         background: #6e6e6e;
         margin-top: 10px;
         line-height: 45px;
         border-right: 2px solid #303030;
         float: left;
         text-align: center;
}

.content-section ul.tab-nav li a {
         width: 100%;
         height: 50px;
         display: block;
         text-align: center;
         text-decoration: none;
}

.content-section ul.tab-nav li.selected {
         background: url(../images/tab-highlight.png) repeat-x bottom;
         height: 60px;
         line-height: 65px;
         margin-top: 0;
         overflow: visible;
}

.content-section ul.tab-nav li.selected a {
         height: 60px;
}

.content-section ul.tab-nav li img {
         width: auto;
         height: 25px;
}

.content-section ul.tab-nav li.more-tab img {
         width: auto;
         height: 25px;
         vertical-align: middle;
}

.content-section ul.tab-nav li .vert-align {
         vertical-align: middle;
         padding: 2px;
}

.content-section ul.tab-nav li .vert-align span.nav-span { margin-top:-8px;  display: block; font-size: .5em; color: #fff; line-height: 2px; }
.content-section ul.tab-nav li.selected span.nav-span { margin-top: -15px; }
.content-section ul.tab-nav li.more-tab {border-right: none; /*2px solid #6e6e6e*/ }
.content-section ul.tab-nav li.more-tab img { height: 18px; }
.content-section ul.tab-nav li.webcam-tab img { height: 18px; }

.content-section #more-dropdown {
         position: absolute;
         right: 4px;
         top: 60px;
         width: 312px;
         height: 270px;
         color: #FFF;
         z-index: 9999;
         background: url(../images/more-menu-bg.png);
}

.content-section #more-dropdown ul {
         margin-top: 35px;
         padding: 0 0 0 25px;
}

.content-section #more-dropdown li a {
         color: #FFF;
         text-decoration: none;
         text-align: center;
         font-size: 24px;
         line-height: 55px;
         font-family: "din-condensed-web";
         text-transform: uppercase;
}

.content-section #more-dropdown li.selected {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
}

.content-section .watch-video {
    width: 100%;
    height: 153px;
    text-align: center;
    background: #3c3c3c;
}

.content-section .watch-video img {
         margin-top: 1px;
}

.content-section #favorite-features .three-col {
         padding: 25px;
         color: #FFF;
}

.content-section #favorite-features h4 {
         font-size: 28px;
         padding-bottom: 10px;
}

.content-section #favorite-features .three-col p {
         line-height: 24px;
}
.content-section .feature-line {
         margin: auto;
         text-align: center;
}

.content-section h2.page-title {
    text-align: center;
    padding: 25px 0 10px 0;
    color: #FFF;
    font-size: 32px;
}

.content-section h2.page-title span.back-arrow { float: left; margin-left: 25px; margin-bottom: 8px; margin-top: 0; padding-top: 0; width: 64px; }
.content-section h2.page-title span.back-arrow img { width: 64px; }

.content-section h2.page-title span.next-arrow {
    float: right;
    margin-right: 25px;
    margin-bottom: 8px;
    margin-top: 0;
    padding-top: 0;
    width: 64px;
}

.content-section #favorite-features p > img {
    display: none;
}

.show-more {
         height: 16px;
         font-size: 12px;
         padding: 0 50px;
}

.show-more a,
.long-buttons .button .show-more a,
.long-buttons .button .show-less {
         cursor: pointer;
         text-decoration: underline;
}

table {
    width: 100%;
}

/*
//////////////////////////////////////////////////////////////////////////
// FOOTER
//////////////////////////////////////////////////////////////////////////
*/

footer ul { width: 100%; background: #FFF; padding-top: 10px; }
footer ul li { padding: 15px 25px; color: #4c4c4c; font-size: 26px; font-family: "din-condensed-web"; text-transform: uppercase; }
footer ul li a { color: #4c4c4c; text-decoration: none; }
footer ul li img { vertical-align: middle; }
footer ul li.gov-logos { text-align: center; border-top: 1px solid #e2e2e2; }
footer ul li.gov-logos .ohiodotgov {margin-right: 10px;}
footer ul li.gov-logos footer .banner-ad { width: 100%; height: auto;}
footer .banner-ad img { width: 100%; height: auto; }

/*
//////////////////////////////////////////////////////////////////////////
// BANNER CONTAINER
//////////////////////////////////////////////////////////////////////////
*/
.banner-container {
    background: #353535;
    box-sizing: border-box;
    color: #fff;
    height: 100px;
    max-width: 1500px;
    margin: auto;
    overflow: hidden;
    padding: 0 20px;
    position: relative;
    width: 100%;
    z-index: 2000;
}

.banner-container .close {
    height: 20px;
    position: absolute;
    right: 20px;
    top: 20px;
    width: 20px;
}

.banner-container .close::after {
    background: #fff;
    content: '';
    height: 1px;
    left: 0;
    position: absolute;
    top: 10px;
    transform: rotate(45deg);
    width: 20px;
}

.banner-container .close::before {
    background: #fff;
    content: '';
    height: 1px;
    left: 0;
    position: absolute;
    top: 10px;
    transform: rotate(-45deg);
    width: 20px;
}

.banner-container * {
    box-sizing: border-box;
}

.banner-container .contain {
    height: 100%;
    margin: auto;
    max-width: 980px;
}

.banner-container .banner-title {
    font-family: "din-condensed-web";
    padding: 0 10px;
    text-transform: uppercase;
}

.banner-container .banner-text {
    display: block;
    font-family: Georgia;
    font-size: 11px;
    line-height: 1.5;
    margin-top: 5px;
    padding: 0 10px;
}

.banner-container .phone-images {
    bottom: 0;
    height: auto;
    left: 0;
    position: absolute;
    vertical-align: bottom;
    width: 100%;
}

.banner-container .column-1 {
    background: url('/images/phones.png') no-repeat left bottom;
    background-size: contain;
    float: left;
    height: 100%;
    padding-right: 20px;
    position: relative;
    width: 20%;
}

.banner-container .column-2 {
    float: left;
    padding: 12px 0;
    width: 80%;
}

.banner-container .column-3 {
    float: left;
    width: 30%;
}

.banner-container .app-store {
    float: left;
    padding-right: 5px;
    width: 50%;
}

.banner-container .play-store {
    float: left;
    padding-left: 5px;
    width: 50%;
}

.banner-container .column-3 {
    padding: 24px 20px;
}

.banner-container .column-3 img {
    width: 100%;
}

.banner-container .store-icons {
    width: 70%;
}

.banner-container .store-icons img {
    width: 100%;
}

.banner-container .title-text {
    float: left;
    padding-right: 40px;
    width: 50%;
}

.banner-container .icons-hashtag {
    float: right;
    width: 50%;
}

.banner-container .hashtag {
    color: #22976c;
    float: left;
    font-family: "din-condensed-web";
    margin-bottom: 5px;
    text-transform: uppercase;
    width: 100%;
}

@media (max-width: 768px) {
    .banner-container {
        padding: 0 10px;
    }

    .banner-container .column-1 {
        background: url('/images/mobile-phones.png') no-repeat right bottom;
        background-size: contain;
        display: inline-block;
        width: 30%;
    }
    .banner-container .column-2 {
        height: 100%;
        padding: 20px 10px 20px 20px;
        width: 70%;
    }

    .banner-container .hashtag {
        display: none;
    }

    .banner-container .icons-hashtag {
        clear: left;
        float: left;
        margin-top: 5px;
        width: 100%;
    }

    .banner-container .banner-text {
        display: none;
    }

    .banner-container .title-text {
        padding-right: 0;
        width: 100%;
    }

    .banner-container .banner-title {
        font-size: 80%;
        padding-left: 0;
    }

    .banner-container .store-icons {
        width: 60%;
    }
}

@media (max-width: 500px) {
    .banner-container .store-icons {
        width: 100%;
    }
}

/*
//////////////////////////////////////////////////////////////////////////
// POPUP CONTAINER
//////////////////////////////////////////////////////////////////////////
*/
.popup-container {
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
    display: table;
    height: 100%;
    position: fixed;
    overflow: hidden;
    width: 100%;
    z-index: 9000;
}

.popup-container.hidden {
    display: none;
}

.popup-container .popup-wrapper {
    display: table-cell;
    vertical-align: middle;
}

.popup-container .content {
    background: white;
    box-sizing: border-box;
    color: #000;
    height: auto;
    margin: 0 auto;
    padding-bottom: 25px;
    position: relative;
    max-width: 400px;
    width: 90%;

    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.7);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.7);
}

.popup-container .close {
    height: 20px;
    position: absolute;
    right: 15px;
    top: 15px;
    width: 20px;
    z-index: 9000;
}

.popup-container .close::after {
    background: #999999;
    content: '';
    height: 3px;
    left: 0;
    position: absolute;
    top: 10px;
    transform: rotate(45deg);
    width: 25px;
}

.popup-container .close::before {
    background: #999999;
    content: '';
    height: 3px;
    left: 0;
    position: absolute;
    top: 10px;
    transform: rotate(-45deg);
    width: 25px;
}

.popup-container .title {
    height: 178px;
    margin-bottom: 20px;
    position: relative;
}

.popup-container .phone-image,
.popup-container .line-image {
    height: auto;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 25;
}

.popup-container .line-image {
    z-index: 24;
}

.popup-container .phone-image {
    top: auto;
    bottom: 0;
    width: 50%;
    padding-left: 10px;
}

.popup-container .title .phone-image img {
    overflow: hidden;
    height: auto;
    max-width: 100%;
}

.popup-container .title .line-image img {
    float: right;
    height: 178px;
}

.popup-container .title .text {
    position: absolute;
    right: 0;
    width: 40%;
    z-index: 26;
    padding-right: 10px;
    bottom: 15px;
}

.popup-container .title .text span {
    color: #009969;
    display: block;
    font-family: Georgia;
    font-size: 24px;
    line-height: 1.2;
    margin-top: 78px;
}

@media (max-width: 400px) {
    .popup-container .title .text span {
        font-size: 20px;
    }
}

.popup-container .description {
    margin: 5px 25px;
}

.popup-container .description span {
    display: block;
    font-family: Georgia;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.2;
}

.popup-container ul.points {
    margin: 15px 25px 5px 45px;
}

.popup-container ul.points li {
    color: #009969;
    display: list-item;
    font-family: "din-condensed-web";
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    list-style: disc;
    text-transform: uppercase;
    margin-bottom: 6px;
}

.popup-container ul.points li span {
    font-weight: normal;
    position: relative;
}

.popup-container .app-info {
    margin: 20px 0 0;
    min-height: 70px;
    position: relative;
    width: 100%;
}

.popup-container .app-info .text {
    text-align: center;
}

.popup-container .app-info .get {
    color: #9b9b9b;
    font-family: "din-condensed-web";
    font-size: 20px;
}

.popup-container .app-info .location {
    color: #565656;
    font-family: "din-condensed-web";
    font-size: 20px;
}

.popup-container .store-icons {
    left: 0;
    position: absolute;
    margin: 15px auto;
    right: 0;
    width: 215px;
}

.popup-container .play-store {
    float: left;
    width: 100px;
}

.popup-container .app-store {
    float: right;
    width: 100px;
}

.popup-container .store-icons img {
    display: block;
    width: 100%;
}