/* General */
@font-face {
  font-family: 'Museo Sans';
  src: url('/fonts/museosans_500-webfont.eot?') format('eot'), url('/fonts/museosans_500-webfont.woff') format('woff'), url('/fonts/museosans_500-webfont.ttf') format('truetype');
}
@font-face{
  font-family:'calibrib';
  src:url('/fonts/calibrib.eot?');
  src:url('/fonts/calibrib.eot?#iefix') format('embedded-opentype'),
    url('/fonts/calibrib.woff') format('woff'),
    url('/fonts/calibrib.ttf') format('truetype'),
    url('/fonts/calibrib.svg#Calibri') format('svg');
  font-weight:normal;
  font-style:normal;
}
html,
html body {
  font-family: Museo Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
  /*
  background-color: #39b3cb;
  */
}
header,
section,
footer {
  position: relative;
}
section.blue,
footer.blue {
  /*
  background-color: #39b3cb;
  */
}
section.grey,
footer.grey {
  background-color: #4A4A4A;
}
section.light-grey {
  background-color: white;
}
section.white {
  background-color: #fafafa;
}
section.padded {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media all and (max-width: 449px) {
  section.padded {
    padding-top: 0;
    padding-bottom: 0;
  }
}
/*
::selection {
  background: rgba(244, 127, 32, 0.9);
}
::-moz-selection {
  background: rgba(244, 127, 32, 0.9);
}
*/
/* Header */
#header {
  background: #0F89AB;
  min-height: 107px;
  box-shadow: 0 -5px 7px -6px rgba(0, 0, 0, 0.3) inset;
}
#header .logo {
  float:left;
  margin:19px 0 0;
  text-indent:-9999px;
  overflow:hidden;
  background:url(../images/sprites.png) no-repeat 0 -43px;
  width:349px;
  height:64px;
}
#header .logo a {
  display:block;
  height:100%;
  overflow:hidden;
}
#header nav {
  float:left;
}
#header .username {
  position:absolute;
  right:9px;
  top:81px;
  color:#fff;
  font:14px arial, helvetica, sans-serif;
  text-transform:none;
}
#header nav {
  float:right;
  padding:36px 0 0;
  text-transform:uppercase;
  position:relative;
}
#header nav a {
  color:#fff;
  float:left;
  padding:0 14px;
  position:relative;
  height:35px;
}
#header nav,
#header nav li {
  font-size: 14px;
  line-height: 36px;
  letter-spacing: 1px;
}
#header #nav {
  float:left;
  list-style:none;
  padding:0;
  margin:0 10px 0 0;
  position:relative;
}
#header #nav li {
  float:left;
  padding:0 0 0 2px;
}
#header #nav li:first-child {
  background:none;
  padding-left:0;
}
#header #account-buttons {
  float: left;
}
#header .sign-up {
  margin-right: 9px;
}
#header .sign-up,
#header .log-out {
  -moz-border-radius:3px;
  -webkit-border-radius:3px;
  border-radius:3px;
  background:url(../images/bg-btns.png) repeat-x 0 -118px;
}

/* Footer */
#footer {
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.3) inset;
  font: 15px arial, helvetica, sans-serif;
  overflow: hidden;
}
#footer a {
  color: #fff;
}
#footer .columns {
  float: left;  
  position: relative;
  left: 50%;
  margin: 0 auto;
  margin-bottom: 25px;
}
#footer .columns .col {
  float: left;
  position: relative;
  right: 50%;
  text-align: left;
  padding: 0 40px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#footer .columns .col ul {
  list-style-type: none;
  padding: 0;
  margin: 10px 0 0;
}
#footer .footer_copyright {
  clear: left;
  margin-bottom: 25px;
}

/* Buttons */
.cta-button {
	font-weight: none;
  border: none;
  display: inline-block;
  border-radius: 10px;
  /*
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2) inset, 0 2px 5px -1px rgba(255, 255, 255, 0.5) inset, 2px 2px 5px 0 rgba(0, 0, 0, 0.5);
  text-shadow: 0 0 1px rgba(0, 0, 0, 1);
  */
  color: white;
  font-family: calibrib, arial, helvetica, sans-serif;
  font-size: 27px;
  line-height: 27px;
  padding: 16px 58px 14px;
  position: relative;
  /*
  -webkit-transition: box-shadow 0.05s ease-in-out;
     -moz-transition: box-shadow 0.05s ease-in-out;
       -o-transition: box-shadow 0.05s ease-in-out;
          transition: box-shadow 0.05s ease-in-out;
          */
}
.cta-button:hover {
  /*text-decoration: none;*/
  opacity: 0.8;
  /*
  color: #F4F6F8;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2) inset, 0 0px 10px 0px rgba(255, 255, 255, 0.5) inset, 2px 2px 5px 0 rgba(0, 0, 0, 0.5), 0 37px 10px -10px rgba(255, 255, 255, 0.15) inset;
  */
  
}
.cta-button:active {
	/*
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2) inset, 0 2px 5px -1px rgba(255, 255, 255, 0.5) inset, 0px 0px 1px 0 rgba(0, 0, 0, 0.5), 0 37px 10px -10px rgba(255, 255, 255, 0.15) inset;
  margin: 3px -3px -3px 3px;
  */
}
.cta-button:focus {
  color: #F4F6F8;
  text-decoration: none;
}
.cta-button::after { /* this allows us to overlay the flavor-specific box-shadow */
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 10px;
}
.cta-button.orange {
  background: #F47F20;
}
.cta-button.orange:after {
  box-shadow: 0 0 11px 2px #F99526 inset;
}
.cta-button.lemon {
  background: #FEE35E;
  color: #333;
  text-shadow: 0 0 1px rgba(255, 255, 255, 0.7);
}
.cta-button.lemon:after {
  box-shadow: 0 0 11px 2px #FAC21E inset;
}
.cta-button.lime {
  background: #78B85A;
}
.cta-button.lime:after {
  box-shadow: 0 0 11px 2px #25AD77 inset;
}
.cta-button.cherry {
  background: #E2392F;
}
.cta-button.cherry:after {
  box-shadow: 0 0 11px 2px #BD3539 inset; 
}
.cta-button.blueberry {
  background: #39b3cb;
}
.cta-button.blueberry:after {
  box-shadow: 0 0 11px 2px #29a3bb inset;
}

/* Panels */
.panel {
  background: #FAFAFA;
  border-radius: 5px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 20px;
  border: 1px solid rgb(236, 236, 236);
  /* box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.3); */
}
@media all and (min-width: 450px) and (max-width: 767px) {
  html body .container-fluid .row-fluid .panel,
  html body .container-fluid .row-fluid .panel:first-child {
    width: 90%;
    margin: 0 auto;
  }
}
@media all and (max-width: 449px) {
  html body .container-fluid .row-fluid .panel {
    border-radius: 0;
    box-shadow: none;
    margin: 0;
  }
}

/* Bootstrap Additions & Overrides */
.row-fluid-limit {
  max-width: 960px;
  margin: 0 auto;
}
body textarea:focus,
body input[type="text"]:focus,
body input[type="password"]:focus,
body input[type="datetime"]:focus,
body input[type="datetime-local"]:focus,
body input[type="date"]:focus,
body input[type="month"]:focus,
body input[type="time"]:focus,
body input[type="week"]:focus,
body input[type="number"]:focus,
body input[type="email"]:focus,
body input[type="url"]:focus,
body input[type="search"]:focus,
body input[type="tel"]:focus,
body input[type="color"]:focus,
body .uneditable-input:focus {
  border-color: rgba(57, 179, 203, 0.8);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(57, 179, 203, 0.6);
}
@media all and (max-width: 767px) {
  html body {
    padding-right: 0;
    padding-left: 0;
  }
}

/* Responsiveness */
@media (min-width: 976px) and (max-width: 1055px) {
  #header nav,
  #header nav li {
    letter-spacing: 0;
  }
}
@media (max-width: 975px) {
  #header .header-logo,
  #header .header-nav {
    width: 100%;
    margin: 0;
  }
  #header .logo {
    float: none;
    margin: 19px auto 9px;
  }
  #header nav {
    float: none;
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
    width: auto;
    text-align: center;
  }
  #header ul#nav {
    margin: 0;
    float: none;
    text-align: center;
  }
  #header ul#nav li {
    padding: 0;
    float: none;
    display: inline-block;
  }
  #header ul#nav li > a {
    padding: 0 7px;
    float: none;
  }
  #header #account-buttons {
    float: none;
    width: 190px;
    display: inline-block;
    overflow: hidden;
    margin: 10px 0 8px;
  }
  #header a.sign-up {
    margin-right: 5px;
  }
  #header .log-out {
    float: right;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) { /* iPad [portrait + landscape] */
  #header #account-buttons {
    width: 167px;
  }
}
@media only screen and (max-device-width: 480px) { /* iPhone [portrait + landscape] */
  #header #account-buttons {
    width: 167px;
  }
}
@media screen and (max-width: 670px) {
  #footer .columns .col {
    padding: 0 10px;
  }
}
@media (max-width: 480px) {
  html body .SnapABug_Button {
    display: none;
  }
}
@media (max-width: 410px) {
  #header .logo {
    background-size: 400px;
    background-position: 0 -35px;
    width: 280px;
    height: 50px;
  }
  #header nav {
    line-height: 1em;
  }
  #header nav,
  #header nav li {
    letter-spacing: 0;
  }
  #header ul#nav li {
    padding: 0 1%;
    width: 50%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #header ul#nav li > a {
    padding: 0;
  }
  #header #account-buttons {
    width: 100%;
    margin-bottom: 0;
  }
  #header #account-buttons > a {
    margin: 0;
    width: 50%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-radius: 0;
    padding-top: 12px;
  }
  #footer .columns {
    margin-bottom: 0;
  }
  #footer .columns .col {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
}