@charset "utf-8";

@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:400,700|Nothing+You+Could+Do);
/*! HTML5 Boilerplate v5.1.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
   
   html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

* {
	-webkit-padding-start: 0px;
			-moz-padding-start: 0px;
				padding-start: 0px;
}



body {
	background-color: rgb(184,215,245);
        background: url(../img/GrassGreenTexture0003.jpg) repeat;
	font-family: 'Roboto Slab', sans-serif;
	font-size: 14px;
	color: #333;
	position: relative;
}



/*
#background_image {
	position: fixed;
	bottom: 0;		
	width: 100%;
	z-index: -10;
        background: url(../img/bg.png) no-repeat  bottom center fixed;
        -webkit-background-size: contain;
        -moz-background-size: contain;
        -o-background-size: contain;
        background-size: contain;
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/bg.jpg', sizingMethod='scale');
-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/bg.jpg', sizingMethod='scale')";
}
*/

a {
	-webkit-transition: all 0.3s ease-in-out;
  			-moz-transition: all 0.3s ease-in-out;
  				-o-transition: all 0.3s ease-in-out;
  					transition: all 0.3s ease-in-out;
}

#cta {
	position: fixed;
	bottom: -10px;
	width: 100%;
	margin: 0 auto;
	min-width: 200px;
	text-align: center;
	background-color: rgb(184,215,245);
	color: #fff;
	border-top: medium solid #FFF;
	z-index: 1001;
		-webkit-transition: left 0.4s ease-in-out 0.2s;
  			-moz-transition: left 0.4s ease-in-out 0.2s;
  				-o-transition: left 0.4s ease-in-out 0.2s;
  					transition: left 0.4s ease-in-out 0.2s;
}

#cta a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 10px 0px;
	color: #ffff66;
	text-decoration: none;
	font: 20px 'Nothing You Could Do', sans-serif;
	background: url(../img/calendar-white.png);
	background-position: 5px 5px;
	background-repeat: no-repeat;
	background-size: 25px;
}

header {
	position: fixed;
	z-index: 1000;
	top: -8px;
	width: 100%;
	background-color: #fff;	
}


a.hgroup {
	text-decoration: none;
}

.headroom {
    -webkit-transition: transform 200ms linear;
	-moz-transition: transform 200ms linear;
	-o-transition: transform 200ms linear;
	transition: transform 200ms linear;
}

.headroom--pinned {
    -webkit-transform: translateY(0%);
	-moz-transform: translateY(0%);
	-o-transform: translateY(0%);
	-ms-transform: translateY(0%);
	transform: translateY(0%);
}

.headroom--unpinned {
    -webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
}

hgroup {
	position: relative;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	color: #333;
	background: url('../images/logo-no-bg.png'), url('../images/chicken-black.png');	
	background-repeat: no-repeat, no-repeat;
	background-size: 50px, 30px;
}

header h1 {
	font: bold 24px 'Nothing You Could Do', cursive;
	margin: 10px 0px 0px 0px ;
}

header h2 {	
	font: 16px 'Nothing You Could Do', cursive;
	margin: 0px;
}

header p {
	font-size: 10px;
	margin: 0px;
}

.header-links {
	list-style: none;
	text-align: center;
}



/* Start Responsive Menu */

#main-nav ul > li {
	padding: 10px;
	font: 18px 'Nothing You Could Do', cursive;
	color: #333;
}

#main-nav ul {
	display: none;
}

#main-nav ul.active {
	display: block;
}

#main-nav a {
	color: #333;
	text-decoration: none;
	padding: 2px 5px;
	border-radius: 4px;
		-webkit-transition: all 0.3s ease-in-out;
  			-moz-transition: all 0.3s ease-in-out;
  				-o-transition: all 0.3s ease-in-out;
  					transition: all 0.3s ease-in-out;
}

#main-nav a:hover, #main-nav a:focus, #main-nav a.active {
	background-color: rgb(184,215,245);
}

#main-nav li.active a {
	color: #fff;
	background-color: #333;
}

/* End Responsive Menu */

#full-size {
  height: 500px;
 /*width: 80%;
margin: 0 auto;*/
   background: url(../img/bg.jpg) no-repeat bottom center;
-webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/bg.jpg', sizingMethod='scale');
-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/bg.jpg', sizingMethod='scale')";
         border-bottom: 15px #FFF solid;
         border-top: 15px #FFF solid;
}

#intro {
	width: 90%;
	max-width: 960px;
	margin: 0 auto;
}

#intro h2 {
	font-size: 34px;
	line-height: 30px;
	color: #fff;
	margin: 10px 0px;
}

#intro li {
	list-style: none;
}

#intro a {
	font: bold 24px 'Nothing You Could Do', cursive;
	text-decoration: none;
	color: #ffff66;
}

#intro a:hover {
	color: #fff;
}

#sub-nav li p {
	font-size: 12px;
	line-height: 12px;
	padding: 2px 0px 4px 5px;
}

main {
        position: relative;
	width: 96%;
	max-width: 960px;
	height: 100%;
	margin: 0 auto;
}
/*
#main{
	background: url(../img/GrassGreenTexture0003.jpg);
}
*/
.page-sec {
	margin: 20px;
	padding: 20px;
	background: url(../img/worn-out-cardboard.jpg);
	border: 15px #FFF solid;
	-moz-box-shadow: 0 10px 6px -6px #333;
  		-webkit-box-shadow: 0 10px 6px -6px #333;
  			box-shadow: 0 10px 6px -6px #333;
}

.page-sec article ul {
    padding-left: 30px;
}

.page-sec .image, .page-sec .flexslider, .page-sec .article-sec, .page-sec .video-container  {
	margin: 10px 0px;
}

.page-sec .flexslider {
	margin-bottom: 60px;
}

.page-sec h1 {
	text-align: center;
	font: bold 30px 'Nothing You Could Do', cursive;
	color: #ffff66;
}

.page-sec article {
	padding: 5px;
	margin-bottom: 10px;
	border: medium dashed rgb(184,215,245);
	border-radius: 10px;
}

.page-sec article h1 {
	text-align: left;
	font: bold 26px 'Nothing You Could Do', cursive;
	color: #fff;
}

.page-sec article h2 {
	text-align: left;
	font: bold 20px 'Nothing You Could Do', cursive;
	color: #333;
}

article a {
	text-decoration: none;
	color: #ffff66;
}

article a:hover, .rticle a:focus {
	color: #fff;
}

.page-sec article img {
	width: 100%;
}

.image {
background: #fff;
border: 4px solid #fff;
position: relative;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
-o-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2);
-moz-box-shadow: 0 1px 4px rgba(0,0,0,.2);
-o-box-shadow: 0 1px 4px rgba(0,0,0,.2);
box-shadow: 0 1px 4px rgba(0,0,0,.2);
zoom: 1;
}

.flex-caption {
	font: 30px 'Nothing You Could Do', cursive;
}

footer {
	width: 100%;
	background: #333;
	color: #fff;
	
}

#footer-content {
	padding-bottom: 65px;
}

#footer-content li label {
	display: block;
	width: 30%;
	float: left;
	text-align: right;
	margin-right: 20px;
}

#footer-content li span {
	display: block;
	width: 60%;
	float: left;
}

footer a {
	color: #ffff66;
	text-decoration: none;
}

footer a:hover, footer a:focus {
	color: #fff;
}


footer #website a:hover, footer #website a:focus {
	color: #69CAD1;
}


#footer-content {
	width: 90%;
	max-width: 960px;
	margin: 0 auto;
	padding-top: 10px;
}

footer ul {
	list-style: none;
}

#actions li label, #footer-content li label {
	font: 14px 'Nothing You Could Do', cursive;
}


/* START  CONTACT PAGE  STYLES */

label {
	display: block;
	width: 100%;
	line-height: 20px;
	font: 20px 'Nothing You Could Do', cursive;
}

input, textarea {
	width: 96%;
	font-family: 'Roboto Slab', sans-serif;
	font-size:18px;
}

input {
	height: 30px;
	padding: 5px 2%;
}

textarea {
	height: 50px;
	padding: 5px 2%;
}

#buttons {
	float: left;
	width: 50%;
	padding-left: 30%;
}
.button {
	font: 20px 'Nothing You Could Do', cursive;
	text-align: center;
	float: none;
	display: inline-block;
	width: 100px;
	margin: 5px auto;
	color: #333;
	background-color: rgb(184,215,245);
	padding: 2px 5px;
	border-radius: 5px;
		-webkit-transition: all 0.3s ease-in-out;
  			-moz-transition: all 0.3s ease-in-out;
  				-o-transition: all 0.3s ease-in-out;
  					transition: all 0.3s ease-in-out;
}

.button:hover {
	color: rgb(255, 255, 255);
	background: #333;
}

#message {
	display: none;
}

#message p {
	color: #ffff66;
}

/* END  CONTACT PAGE  STYLES */

/* Video embed code */
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
	background: #fff;
border: 4px solid #fff;
position: relative;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
-o-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2);
-moz-box-shadow: 0 1px 4px rgba(0,0,0,.2);
-o-box-shadow: 0 1px 4px rgba(0,0,0,.2);
box-shadow: 0 1px 4px rgba(0,0,0,.2);
zoom: 1;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.remodal iframe {
	background-color: transparent;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers:
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}


/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 320px) and (max-width: 599px)  {

#actions > li {
	float: left;
	width: 25%;
}

#actions > li > label {
	border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}


#actions > li > span > a > span {
	visibility: hidden;
}

#actions > li a {
	display: block;
	width: 100%;
	height: 44px;
}

#menu-toggle {
	background: url(../img/menu-icon.png);
	background-size: 30px;
	background-position: center;
	background-repeat: no-repeat;
}

#tel {
	background: url(../img/phone-icon.png);
	background-size: 30px;
	background-position: center;
	background-repeat: no-repeat;
}

#email {
	background: url(../img/mail-icon.png);
	background-size: 30px;
	background-position: center;
	background-repeat: no-repeat;
}

#map {
	background: url(../img/location-icon.png);
	background-size: 30px;
	background-position: center;
	background-repeat: no-repeat;
}

#sub-nav li p {
	border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
	color: #0F6;
}

}


@media only screen and (min-width: 600px) and (max-width: 1024px)  {

#full-size {
  height: 1024px;
}

#actions > li {
	position: relative;
	float: left;
	width: 25%;
	height: 44px;
	text-align: left;
}

/* hide button text */

#actions > li > label {
	border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}


#actions > li > span > a > span {
	visibility: hidden;
}

#actions > li a {
	display: block;
	width: 100%;
	height: 44px;
}

/* hide button text */


#actions > li > a > span {
	visibility: hidden;
}

#actions > li > label {
	font: bold 24px 'Nothing You Could Do', cursive;
	margin: 0px 0px 0px 50px ;
	height: 44px;
	vertical-align: 45px;
}

#actions > li a {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 44px;
}

#menu-toggle {
	background: url(../img/menu-icon.png);
	background-size: 30px;
	background-position: 10px 0px;
	background-repeat: no-repeat;
}

#tel {
	background: url(../img/phone-icon.png);
	background-size: 30px;
	background-position: 10px 0px;
	background-repeat: no-repeat;
}

#email {
	background: url(../img/mail-icon.png);
	background-size: 30px;
	background-position: 10px 0px;
	background-repeat: no-repeat;
}

#map {
	background: url(../img/location-icon.png);
	background-size: 30px;
	background-position: 10px 0px;
	background-repeat: no-repeat;
}

#intro > p {
	width: 50%;
	padding: 10px 0px;
}

#sub-nav a {
	padding: 10px 0px;
}

#contact {
	position: relative;
	width: 50%;
	float: left;
}

#social, #info {
	width: 50%;
	float: left;
}

.item-left .image, .item-right .image {
	width: 250px;
}

.item-left .image {
	float: left;
	margin-right: 15px;
}

.item-right .image {
	float: right;
	margin-left: 15px;
}

}

@media only screen and (min-width: 320px) and (max-width: 1024px)  {
	
hgroup {
	width: 320px;
	margin: 0 auto;
	background: url(../img/logo-white-circle.png);
	background-repeat: no-repeat;
	background-size: 40px;
	background-position: 30px 5px;
}

#main-nav ul {
	padding-top: 50px;
}

#main-nav li {
	padding: 5px;
}


}

@media only screen and (min-width: 1025px) {

#cta {
	width: 200px;
	position: fixed;
	top: 10px;
	left: -60px;
	bottom: auto;
	text-align: right;
	border: medium solid #333;
	border-radius: 5px;
	-webkit-transition: all 0.3s ease-in-out;
  			-moz-transition: all 0.3s ease-in-out;
  				-o-transition: all 0.3s ease-in-out;
  					transition: all 0.3s ease-in-out;
}


#cta a {
	width: 160px;
	margin-left: 30px;
	padding: 5px 10px 10px 0px;
	text-align: right;
	background-position: 35px 5px;
}

#cta:hover, #cta:focus  {
	left: -40px;
	background-color: #333;
}

#cta a:hover, #cta a:focus {
		color: #fff;
}

a.hgroup {
	display: block;
	width: 450px;
	margin: 0 auto;
}

hgroup {
	background-image: url(../img/logo-white-circle.png), url(../img/vector-tent.png);
	background-repeat: no-repeat, no-repeat;
	background-size: 60px, 70px;
	background-position: 10px 5px, 375px 10px;
}



header h1 {
	font: bold 44px 'Nothing You Could Do', cursive;
}

header h2 {	
	font: 26px 'Nothing You Could Do', cursive;
	line-height: 26px;
}

header p {
	margin: 0 auto;
	margin-top: 5px;
	text-align: center;
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
}

#actions {
	position: absolute;
	top: 10px;
	right: 10px;
}

#actions li > span {
	float: left;
}

#actions li > span > a {
	width: 100%;
}

#actions li label {
	width: 130px;
	float: left;
}

#actions li label, #footer-content li label {
	text-align: right;
	font: 16px 'Nothing You Could Do', cursive;
	margin-right: 5px;
}

#actions li label, #footer-content li label {
	text-align: right;
	font: 16px 'Nothing You Could Do', cursive;
	margin-right: 5px;
}

#actions li a {
	font: 12px 'Roboto Slab', sans-serif;
	text-decoration: none;
	color: #333;
	padding: 2px 2px;
	border-radius: 4px;
		-webkit-transition: all 0.3s ease-in-out;
  			-moz-transition: all 0.3s ease-in-out;
  				-o-transition: all 0.3s ease-in-out;
  					transition: all 0.3s ease-in-out;
}

#actions li a:hover, #actions li a:focus {
	background-color: rgb(184,215,245);
}


#main-nav > ul {
	display:table;
  	margin:0 auto;
}

#main-nav > ul > li {
	display:inline-block;
}

#intro {
	margin-top: 157px;
}

#full-size {
  height: 2000px;
}

#intro h2 {
	font-size: 54px;
	padding: 30px 0px 16px 0px;
}

#sub-nav a {
	padding: 10px 0px;
}

#intro > p {
	width: 50%;
	font-size: 16px;
	line-height: 30px;
	padding: 10px 0px;
}

.page-sec h1 {
	font-size: 36px;
	line-height: 44px;
}

.page-sec article h1 {
	font-size: 30px;
	line-height: 40px;
}

.page-sec article h2 {
	font-size: 26px;
	line-height: 30px;
}

.page-sec p {
	font-size: 16px;
	line-height: 30px;
}

.item-left .image, .item-right .image {
	width: 300px;
}

.item-left .image {
	float: left;
	margin-right: 15px;
}

.item-right .image {
	float: right;
	margin-left: 15px;
}

#footer-content {
	background: url(../img/walkers-welcome-logo.png) no-repeat bottom right;
	background-size: 100px;
}



#footer-content li a {
padding: 2px 2px;
	border-radius: 4px;
		-webkit-transition: all 0.3s ease-in-out;
  			-moz-transition: all 0.3s ease-in-out;
  				-o-transition: all 0.3s ease-in-out;
  					transition: all 0.3s ease-in-out;
}

#footer-content li a:hover, #footer-content li a:focus {
	color: #333;
	background-color: #fff;
}

#footer-content li#website a:hover, #footer-content li#website a:focus {
	color: rgb(0,0,111);
	background-color: rgb(156,231,244);
}

#footer-content {
	padding-bottom: 30px;
}

#footer-content li {
	display: block;
	clear: both;
	padding-top: 10px;
}

#footer-content li label {
	display: block;
	width: 40%;
	float: left;
	text-align: right;
	margin-right: 20px;
}

#footer-content li span {
	display: block;
	width: 50%;
	float: left;
}

#contact {
	position: relative;
	width: 30%;
	float: left;
}

#social, #info {
	width: 35%;
	float: left;
}

#footer-map a {
	display: block;
}

/* START  CONTACT PAGE  STYLES */

.contact article {
	width: 388px;
	float: left;
	margin: 10px;
}

}


@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}


/* TABS */

.tabs {
  position: relative;   
  min-height: 420px; /* This part sucks */
  clear: both;
  margin-top: 30px;
  margin-bottom: 15px;
  /*margin: 35px 0 25px;*/
  background: white;
}
.tab {
  float: left;
   
}
.tab label {
  background: #ccc; 
  padding: 5px; 
  border: 1px solid #ccc; 
  margin-left: -1px; 
  position: relative;
  left: 1px; 
  top: -35px;
  -webkit-transition: background-color .17s linear;
}
.tab [type=radio] {
  display: none;   
}
.content {
  position: absolute;
  top: -1px;
  left: 0;
  background: white;
  right: 0;
  bottom: 0;
  padding: 5px;
  border: 1px solid #ccc; 
  -webkit-transition: opacity .6s linear;
  opacity: 0;
}
[type=radio]:checked ~ label {
  background: white;
  border-bottom: 1px solid white;
  z-index: 2;
}
[type=radio]:checked ~ label ~ .content {
  z-index: 1;
  opacity: 1;
}

.remodal p  {
  font: 16px 'Roboto Slab', sans-serif;
  line-height: 20px;
}

.remodal p a {
  font: 16px 'Roboto Slab', sans-serif;
  text-decoration: none;
  color: #333;
  padding: 2px 2px;
  border-radius: 4px;
    -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
}

.remodal p a:hover, #actions li a:focus {
  background-color: rgb(184,215,245);
}