/* Artfully masterminded by ZURB  */

/* -------------------------------------------------- 
   Table of Contents
-----------------------------------------------------
:: Shared Styles
:: Page Name 1
:: Page Name 2
*/

/* -----------------------------------------
   Shared Styles
----------------------------------------- */
.tabs { position:relative; top:1px }
.tabs > .tab-title a { border-radius: 5px 5px 0 0 }
.tabs > .tab-title.active a { border: 1px solid #d7d7d7; border-bottom: 0; background-color:#fff; }
.tabs-content { background-color:#fff; border: 1px solid #d7d7d7; padding: 0 25px; border-radius: 0 5px 5px 5px; }
.tabs-content > section > .section-title { display:none }

.strike { text-decoration:line-through }
.showifjs { display:none }

.inline-list.center {
	display:table;
	margin:0 auto;
}

input[type="text"][readonly] {
	background-color: #eee;
}

a[data-icon="facebook"] {
	color: #1A4A6D;
}

a[data-icon="mail"] {
	color: #333;
}

nav ::-webkit-input-placeholder { /* WebKit browsers */
    color:    #333;
}
nav :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #333;
   opacity:  1;
}
nav ::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #333;
   opacity:  1;
}
nav :-ms-input-placeholder { /* Internet Explorer 10+ */
   color:    #333;
}

#reveal-content h2 {
	margin-top: 0;
}

.ribbon-box {
	/*width: 295px; */
	min-height: 100px;
	position: relative;
	/*display:block;*/
}
.ribbon {
	position: absolute;
	z-index: 1;
	overflow: hidden;
	width: 75px; 
	height: 75px;
	text-align: right;
}
.ribbon span {
	font-size: 10px;
	font-weight: bold;
	color: #FFF;
	text-transform: uppercase;
	text-align: center;
	line-height: 20px;
	width: 100px;
	display: block;
	background: #F70505;
	box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
	position: absolute;
}
.ribbon span::before {
	content: "";
	position: absolute; left: 0px; top: 100%;
	z-index: -1;
	border-left: 3px solid #F70505;
	border-right: 3px solid transparent;
	border-bottom: 3px solid transparent;
	border-top: 3px solid #F70505;
}
.ribbon span::after {
	content: "";
	position: absolute; right: 0px; top: 100%;
	z-index: -1;
	border-left: 3px solid transparent;
	border-right: 3px solid #F70505;
	border-bottom: 3px solid transparent;
	border-top: 3px solid #F70505;
}
.ribbon.left {
	left: -9px; top: -9px;
}
.ribbon.left span {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	top: 19px; left: -21px;
}
.ribbon.right {
	right: -9px; top: -9px;
}
.ribbon.right span {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	top: 19px; right: -21px;
}

@media screen and (max-width: 40em) { 
	.inline-list.small-centered {
		float:none !important;
		display:table;
		margin-top:0;
		margin-left: auto;
		margin-right: auto;
	}

	.tab-set-title { display:none }
	.tabs-content > section > .section-title { display:block }
	.tabs { display:none; }
	.tabs-content { border:0; padding:0; background-color:inherit }
	.tabs-content > .content { display:block }
	.tabs-content > .content, .tabs-content > .content > h3 { margin-top:0; padding-top:0 }
}