/* Artfully masterminded by ZURB  */

/* -------------------------------------------------- 
   Table of Contents
-----------------------------------------------------
:: Shared Styles
:: Page Name 1
:: Page Name 2
*/


/* -----------------------------------------
   Shared Styles
----------------------------------------- */
#background { background: #479bc0 url(../images/bg.png) repeat-x; height: 130px; width: 100%; padding-top: 14px; }
h1 { text-align: center; }
.action-button a:link, .action-button a:visited { border-radius: 8px; -moz-border-radius: 8px; -webkit-border-radius: 8px; display: inline-block; font-size: 24px; line-height: 30px; margin: 0 10px 20px 0; padding: 14px 22px; text-align: center; text-decoration: none; text-shadow: 0 1px 3px rgba(0,0,0,0.8); text-transform: uppercase; -webkit-box-shadow: 1px 6px 22px -9px black; -moz-box-shadow: 1px 6px 22px -9px black; box-shadow: 1px 6px 22px -9px black; border: 2px solid #c95d00; }
.action-button .subtitle { display: block; font-size: 14px; font-weight: normal; line-height: 20px; margin: 2px 0 0; }
.orange-button a:link, .orange-button a:visited { background-color: #ffa443; background-image: -moz-linear-gradient(top, #ffa443, #ff7400); background-image: -webkit-gradient(linear, left top, left bottom, from(#ffa443), to(#ff7400)); color: #FFF; }
.orange-button a:hover { background-color: #fe982b; background-image: -moz-linear-gradient(top, #fe982b, #d86302); background-image: -webkit-gradient(linear, left top, left bottom, from(#fe982b), to(#d86302)); color: #FFF; }
.toppad { padding-top: 10px; }
.center { display: block; margin-left: auto; margin-right: auto }
#check { margin-left: 0; padding-left: 8px; list-style: none; }
#check li { padding-left: 30px; background-image: url(../images/check.png); background-repeat: no-repeat; padding-top: 2px; }
 @media only screen and (max-width: 767px) { /* Global Misc --- */
#background { background: #479bc0 url(../images/bg2.png) repeat-x; height: 220px; width: 100%; padding-top: 4px; }
.collapse { display:none; }
.toppad { padding-top:0; }
}
