@charset "UTF-8";
/* CSS Document */

@font-face {
  font-family: Calibre;
  src: url('../fonts/CalibreWeb-Regular.woff');
  src: local('Calibre-Regular.otf'), url('../fonts/CalibreWeb-Regular.woff') format("woff");
  font-weight: normal; }
@font-face {
  font-family: Calibre;
  src: url('../fonts/CalibreWeb-Bold.woff');
  src: local('Calibre-Bold'), url('../fonts/CalibreWeb-Bold.woff') format("woff");
  font-weight: bold; }
@font-face {
  font-family: Calibre;
  src: url('../fonts/CalibreWeb-Light.woff');
  src: local('Calibre-Light'), url('../fonts/CalibreWeb-Light.woff') format("woff");
  font-weight: lighter; }


/* CSS RESET
/* v2.0 | 20110126
http://meyerweb.com/eric/tools/css/reset/
License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
}
/* ol, ul {
list-style: none;
}*/
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
.group:after {
  content: "";
  display: table;
  clear: both;
}
/* MY STYLES */
/* *{margin:0; padding:0;} */

/* Universal Copy Styles */
b, strong, .bold {font-weight: bold;}
em {font-style: italic;}
a {text-decoration: none;}
figure {padding: 5% 0 6% 0;}
figcaption {font-size: 16px; font-style: italic; text-align: center; line-height: 18px;}
img {max-width: 100%;}
p {padding: 1.5% 0;}
hr {max-width: 15%; height: 4px; background-color: #ebebeb; border: none;}
ul, ol{list-style-position: inside; text-align: left; padding: 1% 0;}
li{padding: 1% 5%;}
ol{list-style-position: outside; text-align: left; padding: 1% 0; }
ol li {padding: 2% 3%; margin: 0 0 0 7%;}
.light {font-weight: lighter;}
.normal {font-weight: normal;}
.upper {text-transform: uppercase;}
.bumpers {padding: 0 5px;}
.pad-50 {padding: 5% 0;}
.pad-5 {padding: 5px 0;}
.inline {display: inline-block;}
.right {float:right; width: auto;}
.mice {font-size: 14px; color:#bebdc7; padding: 5px 0;}
.both {clear: both;}
.mobile {display:none;}
.spacer {padding: 2% 0;}
.left {float: left;}
.right {float: right;}
.minwidth { min-width:100px; width: auto !important; width: 100px; }
.mice-type {font-size: 14px; font-weight: 400; line-height: 18px;}

/* HEADER STYLES */

h1{font-size: 40px; line-height: 46px;}
h2{font-size: 26px; line-height: 32px;}
h3{font-size: 38px; line-height: 42px;}
h6{font-size: 30px; line-height: 38px; letter-spacing: 6px;}

.desktopshow {
  display: inherit;
}

.mobileshow {
  display: none;
}

html, body {
text-align: center;
height: 100%;
font-family: "Calibre", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 22px;
line-height: 28px;
color: black;
-webkit-font-smoothing: subpixel-antialiased;
text-shadow: 1px 1px 1px rgba(0,0,0,0.004); 
background-color: white;
}

#upper-container {
  background-color: #f2f4f7;
  height: 100%;
  padding: 30px 0px 0 0;
}

.top-bar-content {
  height: 50px;
  max-width: 960px;
  margin: 0 auto;
  text-align: left;
}

.upper-cta {
  max-width: 960px;
  margin: 0 auto;
  text-align: left;
}

.cta-copy {
  float: left;
  max-width: 555px;
  padding: 50px 0;
}

.content-image {
  float: left;
}

.download-image {
  float: left;
padding: 120px 0px 0px 25px;
}

.social-proof {
  background-color: #e7ebf0;
  clear: both;
  padding: 10px 0 25px 0;
}

.btnContainer {
  padding: 25px 0px;
}

.btnContainer img{
  padding: 25px 0 0 45px;
}

.regBtn {
  background-color: #ffce1a;
  border-radius: 4px;
  padding: 20px 25px 15px 25px;
  -moz-box-shadow:    0px 1px 1px 0px #A0A0A0;
  -webkit-box-shadow: 0px 1px 1px 0px #A0A0A0;
  box-shadow:         0px 1px 1px 0px #A0A0A0;
  font-size: 18px;
  color: black;
  letter-spacing: 2px;
  display: inline-block;
  text-align: center;
  line-height: 24px;
}

.regBtn:hover {
  background-color: #ffb11a;
}

#content-container {
  max-width: 695px;
  margin: 0 auto;
  padding: 60px 10px;
}

#content-container p {
  text-align: left;
}

#footer {
  background-color: #272727;
}

.footer-content {
  margin: 0 auto;
  font-size: 14px;
  color: #ababab;
  padding: 20px 10px;
}

.footer-content p {
  padding: 0px;
}

.footer-content a {
  color: #ababab;
  text-decoration: underline;
}




/* MODEL SUBSCRIBE BOX POP UP STYLE */
#signup {
padding: 25px;
text-align: center;
background-color: none;
color: #FFFFFF;
}
.size16 {
font-size: 16px;
line-height: 28px;
padding-bottom: 15px;
color: black;
}
input, button, select, textarea {
width: 90%;
}
input {
margin-bottom: 0px;
border-radius: 2px;
padding: 15px;
border:1px solid #9b9894;
text-align: left;
font-size: 16px;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
background-color: #ffce1a;
border:0;
color: white;
border-radius: 2px;
padding: 15px ;
-webkit-font-smoothing: antialiased;
-webkit-appearance: none;
width: 95%;
font-family: "Calibre", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
font-weight: 900;
font-size: 100%;
line-height: 38px;
padding-top: 20px!important;
cursor: pointer;
color: black;

}
button:hover {
background-color: #ffb11a;
}




/* MOBILE CSS QUERIES */
@media screen and (max-width: 500px) {

h1{font-size: 38px; line-height: 40px;}
h2{font-size: 24px; line-height: 26px;}
h3{font-size: 28px; line-height: 32px;}
h6{font-size: 20px; line-height: 28px; letter-spacing: 6px;}

.desktopshow {
  display: none;
}

.mobileshow {
  display: inherit;
}

.cta-copy {
   padding: 15px 0;
}

.content-image {
  float: none;
  text-align: center;
}

.regBtn {
  padding: 20px 25px 15px 25px;
  letter-spacing: 1px;

  }

}