/* Artfully masterminded by ZURB  */

/* -------------------------------------------------- 
   Table of Contents
-----------------------------------------------------
:: Shared Styles structure
:: Shared Styles typography
:: Shared Styles borders and backgrounds
:: Page Name 1
:: Page Name 2
*/


/* -----------------------------------------
   Shared Styles structure
----------------------------------------- */
body {
  background: #D4CCC3;
  color: #444;
}

/* flat nav */
nav .button {
      border: 0;
      background: #eb974e;
      -webkit-box-shadow: 0;
      -moz-box-shadow: 0;
      box-shadow: 0;
      font-size: 0.8em;
      color: rgba(255, 255, 255, 0.9);
      text-transform: uppercase;
      padding-top: 25px;
	  padding-right: 5px;
      padding-bottom: 25px;
	  padding-left: 5px;
      -webkit-box-shadow: 0px 4px 0px #a74d46;
      -moz-box-shadow: 0px 4px 0px #a74d46;
      box-shadow: 0px 4px 0px #a74d46;
    }
    nav .button:hover {
      background: #e88a37;
      color: white;
    }
    nav .button:active {
      -webkit-box-shadow: 0px 4px 0px #a74d46;
      -moz-box-shadow: 0px 4px 0px #a74d46;
      box-shadow: 0px 4px 0px #a74d46;
      background: #e78129;
    }

/* app Link Styles */
a {
	color: #a74d46;
	text-decoration: none;
	font-weight: 600;
	line-height: inherit; }
	
a:hover, a:focus {
	color: #468160;
	font-weight: 600;
}
	
a img {
	border: none;
}

.pagebreak {
	page-break-before: always;
}

.padding-tight {
	padding: 10px;
}

.padding-midsize {
	padding: 20px;
}

.padding-wide {
	padding: 30px;
}

.top-bar {
	background: #5F2D30;
	margin: 5px;
}
.top-bar-section li a:not(.button) {
      background: #5F2D30; }
      .top-bar-section li a:not(.button):hover {
        background: black; }

.top-bar-section ul li.active > a {
    background: #344D4D; }
	
.orbit-caption {
        text-align: center; }

/* -----------------------------------------
   Shared Styles typography
----------------------------------------- */

h1, h2, h3, h4, h5, h6 {
  color: #5F2D30;
}

p {
  font-size: 0.875em;
  line-height: 1.5;
}

small {
  font-size: 75%; }
  
/* Label Styles */
label {
  font-size: 0.75em;
  font-weight: 400;
  margin-bottom: 0.375em; }
  label.right {
    float: none;
    text-align: right; }
  label.inline {
    margin: 0 0 1em 0;
    padding: 0.625em 0; }
  label small {
    text-transform: capitalize;
    color: #666666; }

.margin-bottom-none: {
	margin-bottom: none;
}

.monospace {
	color: #5F2D30;
	font-family: "American Typewriter", "Courier New",  Courier, monospace;
	font-weight: 500;
	letter-spacing: 0.075em;
	margin-top: 0.125em;
}

.hcolor1 {
	color: #35465B;
}

.hcolor2 {
	color: #344D4D;
}

.headerh1 { font-family: "American Typewriter", "Courier New", Courier, monospace;
	font-weight: 400;
	margin-bottom: 3px;
}

.hbanded {
	text-align: center;
	padding-top: 0.4em;
	padding-right: 0em;
	padding-bottom: 0.6em;
	padding-left: 0em;
	margin-top: 2em;
	margin-bottom: 0.675em;
	border: thin solid #A1907C;
	border-radius: 3px;
}
.text-footer {
	color: #CCCCCC;
	font-size: 13px;
	margin-top: 50px;
}

.tm {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 16px;
	vertical-align: middle;
}

.subheader {
	color: #444445;
	margin-top: 0.05em;
	-webkit-box-shadow: 0px 0px;
	box-shadow: 0px 0px;
}

.number {
	font-size: 95%;
}

.logocolor {
	color: #5F2D30;
	font-family: "American Typewriter", "Courier New", Courier, monospace;
	font-weight: 400;
	font-size: 133%;
	line-height: 100%;
}

.wide {
	letter-spacing: 0.125em;
}

.pricing-table .description {
    font-size: 0.9em; }

button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
	background-color: #669966; }
button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
      color: #ffffff; }

/* Unordered Lists */
ul, ol { font-size: 14px; line-height: 1.6; margin-left: 1.25em;margin-bottom: 15px; list-style-position: outside; }


/* Borders and backgrounds ---------------------- */

.border {
	background-image: url(../images/arrowband132x60.png);
	background-repeat: repeat-x;
	height: 60px;
}

.panelborder {
	border: 1px solid #9C8D8F;
	margin-bottom: 8px;
}

.headerbkg {
	border-top-width: 15px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
}

.bkgparchment {
	background-color: #F1DAB1;
}

.bkggreen {
	background-color: #D0D1C9;
}

.bkgslate {
	background-color: #CFD2D7;
}

.bkgburgundy { background-color:#5F2D30;
}
.bkgterracotta {
	background-color: #5C322A;
}

.bkggreen {
	background-color: #D0D1C9;
}

.transparent {
	Opacity: 0.0;
}


/* --------------------------------------------------
	Panels
-------------------------------------------------- */

#mc_embed_signup { clear:left; font-size: 1em; 
  font-family: "Helvetica Neue", "Helvetica",Helvetica,Arial,sans-serif;}

/* -----------------------------------------
	Block Grids
----------------------------------------- */

.large-block-grid-12 > li {
	padding: 0; }
	
.small-block-grid-4 > li {
	padding: 0; }
	
/* -----------------------------------------
   Footer
----------------------------------------- */
.a2a-footer-top {
	color: white;
	font-family: "Proxima Nova", "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding-bottom: 40px;
	padding-left: 0;
	padding-right: 0;
	padding-top: 30px;
}

.a2a-footer-top .row .columns {
  overflow: hidden;
  *zoom: 1; }

.a2a-footer-top.zurb {
  background-position: 10px 7px; }

.a2a-footer-top .property {
  text-align: center; }

.a2a-footer-top .property .property-info {
  padding-top: 35px; }

.a2a-footer-top .property h2 {
  margin: 0;
  padding: 0 !important; }

.a2a-footer-top .property h2 a {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  font-family: "zurb-logo";
  font-weight: normal;
  font-size: 1.125em;
  padding: 0; }

.a2a-footer-top .property h2 a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80); }

.a2a-footer-top .property h2 a.services {
  width: 190px; }

.a2a-footer-top .property h2 a span {
  display: none; }

.a2a-footer-top .property h2 a strong {
  font-family: "Proxima Nova", "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 17px;
  margin-left: -7px; }

.a2a-footer-top .property h3 a {
  font-size: 23px;
  font-weight: bold;
  color: white;
  margin-bottom: 10px; }

.a2a-footer-top .property h4 {
  font-size: 18px;
  font-weight: 200;
  color: white;
  margin-bottom: 10px; }

.a2a-footer-top .property p, .a2a-footer-top .property li, .a2a-footer-top .property a {
  font-size: 13px;
  line-height: 21px;
  color: white; }

.a2a-footer-top .property a {
  font-family: "Proxima Nova", "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  color: white; }

.a2a-footer-top .property a:hover {
  opacity: 0.8; }

.a2a-footer-top .property .learn-links, .a2a-footer-top .property .support-links, .a2a-footer-top .property .connect-links {
	padding: 50px 0 0 0;
	border-left: 1px solid rgba(255, 255, 255, 0.2);
	background-repeat: no-repeat;
	background-position: center 0;
	background-image: url(../img/icons/footer-top-icons.png);
	height: 200px;
	margin-bottom: 30px;
}

.a2a-footer-top .property .learn-links ul, .a2a-footer-top .property .support-links ul, .a2a-footer-top .property .connect-links ul {
  list-style: none; }

.a2a-footer-top .property .learn-links ul li, .a2a-footer-top .property .support-links ul li, .a2a-footer-top .property .connect-links ul li {
  line-height: 20px; }

.a2a-footer-top .property .learn-links {
  background-position: center -325px; }

.a2a-footer-top .property .support-links {
  background-position: center -635px; }

.a2a-footer-top .property .connect-links {
  padding: 50px 20px 0;
  background-position: center -9px; }

.a2a-footer-top .property .connect-links .button {
  font-size: 12px;
  font-weight: normal;
  background: rgba(0, 0, 0, 0.1);
  color: white !important;
  font-weight: bold;
  text-shadow: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  border: none;
  padding: 6px 16px; }

.a2a-footer-top .global {
  border-top: 1px solid rgba(255, 255, 255, 0.2); }

.a2a-footer-top .global .footer-link-block {
  font-weight: normal;
  background: url(../img/icons/footer-icons.png) no-repeat 0 0;
  display: block;
  margin: 30px 0 0 0; }

.a2a-footer-top .global .footer-link-block.services {
  background-position: 0 -198px; }

.a2a-footer-top .global .footer-link-block.foundation {
  background-position: 0 -398px; }

.a2a-footer-top .global .footer-link-block.apps {
  background-position: 0 -598px; }

.a2a-footer-top .global .footer-link-block.expo {
  background-position: 0 -798px; }

.a2a-footer-top .global .footer-link-block span {
  display: block;
  color: white;
  font-size: 12px;
  padding-left: 40px;
  line-height: 18px; }

.a2a-footer-top .global .footer-link-block span.title {
  font-family: "Proxima Nova", "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  margin-bottom: 5px; }

.a2a-footer-bottom {
  background: #333;
  padding: 24px 0 10px; }

.a2a-footer-bottom .design-border {
  border-bottom: 1px solid #484848;
  padding-bottom: 5px;
  margin-bottom: 25px; }

.a2a-footer-bottom a.hendy-logo {
  color: #858585;
  font-weight: normal;
  background: url(img/logos/hendy100x20.png) no-repeat 0 3px;
  padding: 20px 0 0 0;
  font-size: 1em;
  display: inline-block;
  font-family: "Proxima Nova", "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  width: 90px; }

.a2a-footer-bottom a.hendy-logo:hover {
  opacity: 0.8; }

.a2a-footer-bottom ul.hendy-links {
  margin: 0;
  display: inline-block; }

.a2a-footer-bottom ul.hendy-links li {
  display: block;
  float: left;
  margin-left: 6px;
  font-family: "Proxima Nova Condensed", "proxima-nova-condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px; }

.a2a-footer-bottom ul.hendy-links li a {
  color: #666;
  padding: 3px 6px; }

.a2a-footer-bottom ul.hendy-links li a:hover {
  color: #777; }

.a2a-footer-bottom p.copyright {
  margin: 6px 0 0;
  font-size: 12px;
  color: #666; }

.a2a-footer-bottom ul.home-social {
  display: block;
  float: right;
  margin-bottom: 8px; }

.a2a-footer-bottom ul.home-social li {
  list-style: none;
  display: block;
  float: left;
  margin-left: 10px; }

.a2a-footer-bottom ul.home-social li:first-child {
  margin-left: 0; }

.a2a-footer-bottom ul.home-social li a {
  display: block;
  height: 50px;
  width: 50px;
  background: url("icons/social.png") no-repeat center 0; }

.a2a-footer-bottom ul.home-social li a:hover {
  opacity: 0.8; }

.a2a-footer-bottom ul.home-social li a.twitter {
  background-position: center 0; }

.a2a-footer-bottom ul.home-social li a.facebook {
  background-position: center -200px; }

.a2a-footer-bottom ul.home-social li a.mail {
  background-position: center -400px; }

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .a2a-footer-top .property {
    padding-top: 0px; }

  .a2a-footer-top .property .learn-links, .a2a-footer-top .property .support-links, .a2a-footer-top .property .connect-links {
    height: 240px;
    padding: 50px 10px 0; } }
@media only screen and (max-width: 767px) {
  .a2a-footer-top .property .property-info {
    padding-top: 0px; }

  .a2a-footer-top .property .learn-links, .a2a-footer-top .property .support-links, .a2a-footer-top .property .connect-links {
    border: none;
    height: auto;
    padding: 80px 20px 0;
    margin: 4px 0 0 0;
    border-top: 1px dotted rgba(255, 255, 255, 0.2); }

  .a2a-footer-top .property .learn-links li a, .a2a-footer-top .property .support-links li a, .a2a-footer-top .property .connect-links li a {
    font-size: 15px;
    line-height: 2; }

  .a2a-footer-top .property .learn-links p, .a2a-footer-top .property .learn-links a, .a2a-footer-top .property .support-links p, .a2a-footer-top .property .support-links a, .a2a-footer-top .property .connect-links p, .a2a-footer-top .property .connect-links a {
    font-size: 16px; }

  .a2a-footer-top .property .learn-links {
    background: none;
    border: none;
    padding-top: 0;
    margin: 0; }

  .a2a-footer-top .property .support-links {
    padding: 76px 20px 0;
    background-position: center -618px; }

  .a2a-footer-top .property .connect-links {
    padding: 76px 20px 14px;
    background-position: center 10px; }

  .a2a-footer-top .global {
    border: none; }

  .a2a-footer-top .footer-link-block span {
    font-size: 0.6875em;
    line-height: 16px; }

  .a2a-footer-top .footer-link-block.services {
    border-top: 1px dotted rgba(255, 255, 255, 0.2);
    padding-top: 40px;
    margin-top: 0;
    background-position: 0 -158px !important; }

  .a2a-footer-bottom {
    text-align: center; }

  .a2a-footer-bottom .columns {
    padding: 0; }

  .a2a-footer-bottom a.hendy-logo {
    display: block;
    margin: 0 auto; }

  .a2a-footer-bottom ul.hendy-links {
    margin: 16px 0 10px; }

  .a2a-footer-bottom ul.home-social {
    float: none;
    margin: 0 0 20px 0;
    text-align: center;
    height: 44px;
    display: inline-block; } }
/* Reformating pillars */
@media only screen and (max-width: 767px) {
  .a2a-footer-bottom p.copyright {
    margin-bottom: 20px !important; }

  .a2a-footer-top .property h3 a {
    font-size: 23px !important; }

  .a2a-footer-top .property .connect-links {
    border-bottom: 1px dotted rgba(255, 255, 255, 0.2);
    margin-bottom: 20px; }

  .a2a-footer-top .global .footer-link-block {
    padding-top: 50px;
    text-align: center;
    margin: 0 !important;
    clear: both; }

  .a2a-footer-top .global .footer-link-block span {
    padding-left: 0px; }

  .a2a-footer-top .global .footer-link-block.services {
    border-top: 0;
    background-position: 73px -190px !important; }

  .a2a-footer-top .global .footer-link-block.foundation {
    background-position: 73px -390px !important; }

  .a2a-footer-top .global .footer-link-block.apps {
    padding-top: 80px;
    background-position: 73px -558px !important; }

  .a2a-footer-top .global .footer-link-block.expo {
    padding-top: 80px;
    background-position: 73px -758px !important; } }
@media only screen and (max-width: 320px) {
  .a2a-footer-top .property h3 a {
    font-size: 23px !important; }

  .a2a-footer-bottom ul.hendy-links li a {
    font-size: 12px; }

  .a2a-footer-top .property .connect-links {
    border-bottom: 1px dotted rgba(255, 255, 255, 0.2);
    margin-bottom: 20px; }

  .a2a-footer-top .global .footer-link-block {
    padding-top: 50px;
    text-align: center;
    margin: 0 !important;
    clear: both; }

  .a2a-footer-top .global .footer-link-block span {
    padding-left: 0px; }

  .a2a-footer-top .global .footer-link-block.services {
    border-top: 0;
    background-position: 55px -190px !important; }

  .a2a-footer-top .global .footer-link-block.foundation {
    background-position: 55px -390px !important; }

  .a2a-footer-top .global .footer-link-block.apps {
    padding-top: 80px;
    background-position: 55px -558px !important; }

  .a2a-footer-top .global .footer-link-block.expo {
    padding-top: 80px;
    background-position: 55px -758px !important; } }
.a2a-footer-top.bg-blue {
  background: #1399bd; }

.a2a-footer-top.bg-red {
  background: #e13626; }

.a2a-footer-top.bg-darkred {
  background: #a74d46; }

.a2a-footer-top.bg-fblue {
  background: #13A7C7; }

.a2a-footer-top.bg-green {
  background: #B8D30B; }

.a2a-footer-top.bg-dgreen {
  background: #afc908; }

.a2a-footer-top.bg-magenta {
  background: #A9014B; }

.a2a-footer-top.bg-orange {
  background: #FF5C00; }

.a2a-footer-top.bg-lorange {
  background: #FF6908; }

.a2a-footer-top.bg-oyellow {
  background: #FC9200; }

.a2a-footer-top.bg-loyellow {
  background: #FFB515; }
  
 .a2a-footer-top.bg-orange {
  background: #eb974e; }
