@import url(https://fonts.googleapis.com/css?family=Roboto:400,300);

body,h1,h2,h3,h4,h5,h6,p {
  font-family: Roboto, 'helvetica neue', helvetica, arial, sans-serif;
  font-weight: 300;
}

h6 { font-size: 13px; border-bottom: 1px solid #eee; padding-bottom: .3em; margin-bottom: .2em; }
.smaller { font-size: 14px; }
.smaller2 { font-size: 17px; }
.bigger { font-size: 115%; }
.grayer { color: #666; }

.wbg { background-color: #FFF; }
.gbg { background-color: #CCC; }
.gbg2 { background-color: #EEE; }

.logo-empty { 
  text-align: center; 
}

#gmap {
  width: 100%;
  height: 350px;
  background-color: #eee;
}

.ll { text-decoration: underline; }

.reveal-modal .button {
  margin-bottom: 0;
}

.vcenter {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.profile_photo_small {
  height: 50px;
  width: 50px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}

.profile_photo_large {
  height: 150px;
  width: 150px;
  -moz-border-radius: 75px;
  border-radius: 75px;
}

.profile_photo {
  height: 70px;
  width: 70px;
  -moz-border-radius: 35px;
  border-radius: 35px;
}

.photo_container {
  margin-top: .5em;
  margin-bottom: .5em;
}

.single { line-height: 1; margin-top: 0; margin-bottom: 0; }

ul {
  margin-top: .1em;
}

ul.nodot { margin-left: 0; }
ul.nodot li {
  list-style-type: none;
}

.icon-bar a {
  padding-top: 2px;
  padding-bottom: 2px;
}

.fmenu {
  margin-top: .5em;
  margin-bottom: 3em;
}
.fmenu span {
  padding-left: .5em; 
  padding-right: .5em;
  color: #ddd;
}
.fmenu .button {
  margin-bottom: 0;
  height: 2rem;
}

.fmenu input.search {
  border-radius: 20px;
  height: 2rem;
  font-size: .75rem;
  margin-bottom: 0;
  margin-top: .2rem;
}

.join h5 { line-height: 1.2;  font-size: 15px;}

.footer {
  margin-top: 2em;
  padding-top: 1em;
  padding-bottom: 1em;
  font-size: 15px;
  background-color: #666;
}

.footer .side-nav li {
  margin-bottom: 0;
}

.footer .side-nav li a {
  color: white;
  padding-bottom: .1rem;
  padding-top: 0;
}

.push0 { margin-top: .5em; }
.push1 { margin-top: 1em; }
.push2 { margin-top: 2em; }
.push3 { margin-top: 3em; }
.push4 { margin-top: 4em; }

.skills p {
  margin-bottom: .5em;
  font-size: 12px;
  line-height: 1.3;
  color: #999;
}

.post {
  margin-top: .5em;
  margin-bottom: 1em;
  padding-bottom: .5em;
  border-bottom: 1px solid #eee;
}

.post h5 {
  font-size: 14px;
  margin-bottom: .3em;
}

.post h1 {
  font-size: 24px !important;
  line-height: 1.3;
  font-weight: bold;
}
.contact {
  margin-bottom: 1em;
  padding-bottom: 1em;
  padding-top: 1.5em;
  border-top: 1px solid #ccc;
}

.contact .contact_user {
  margin-bottom: .5em;
}

.contact h5 {
  margin-bottom: 1em;
}

#homepage-hero {
  /*
  background: url("/fa-hero1.jpg") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100% !important;
  z-index: 0;
  */
  background-color: #268084;
  margin-top: -1em;
  padding-top: 1rem;
  padding-bottom: 2rem;
}

#homepage-hero h1 {
  color: white !important;
  margin-top: .5em !important;
  margin-bottom: .1em;
}

.homepage-hero-q {
  background-color: #268084;
  min-height: 200px !important;
  margin-top: -1em;
  padding-top: 1em;
  margin-bottom: 1em !important;
}

.homepage-hero-q h1 {
  font-weight: 200 !important;
  font-size: 42px !important;
  line-height: 1.2em !important;
}

.homepage-hero-q p {
  line-height: 1.4em !important;
  font-size: 15px !important;
}


#homepage-hero a { color: white; }
#homepage-hero h4 { max-width: 75%; margin: 0 auto; color: white; font-weight: 100; }
#homepage-hero h5 { color: yellow; }
#homepage-hero p { color: white; }
#homepage-hero .examples { font-size: 14px; color: #ccc; }
#homeepage-hero input { font-weight: bold; }
::-webkit-input-placeholder {
  color: #666;
}

ul.accordion {
  margin-left: 0;
}

.rdiv {
  margin: 0 auto;
  height: 90px;
  width: 90px;
  -moz-border-radius: 45px;
  border-radius: 45px;
  background: #8AC007;
  text-align: center;
  padding-top: 5px;
  color: white;
}

#question h1 { font-size: 28px; color: black;}
#question .smaller {
  font-size: 12px;
  margin-bottom: .5em;
  color: #999;
}
#question .tlink { font-size: 17px !important; }
#question .related li { font-size: 14px !important; }
#question p { font-size: 20px !important; }

.results .button { margin-bottom: 0; }

.callout h3 { font-weight: 700; color: red !important; text-align: center; }
.callout h5 { color: red; }

.popout {
  background-color: white;
  color: white !important;
  border: 5px dashed red !important;
}

#guide p {
  font-size: 17px;
}
#guide p.lead {
  font-size: 20px;
}

.midhead {
  margin-top: 0;
  background-color: #268084;
  color: white;
  padding-top: .2em;
  padding-bottom: 1em;
}

.midhead a {
  color: #fff;
}

.midhead h1 {
  color: white;
  font-size: 32px;
  margin-bottom: 10px;
  line-height: 1;
}
.midhead h5 {
  color: white;
  line-height: 1;
  margin-bottom: 1em;
}
.midhead h4 {
  color: yellow;
}

.about p {
  font-size: 22px;
  line-height: 1.4;
}
.about p:last-child {
  margin-bottom: 0;
}

.about h6 {
  border-bottom: 0;
  margin-bottom: 1em;
}

.divvy {
  margin-bottom: 1.5em;
  padding-bottom: 1.5em;
  border-bottom: 1px solid #eee;
}

.post a {
  text-decoration: none;
  color: #333;
}

.post h3 { color: black; margin-bottom: .2em; font-weight: 700; } 

.full-post p {
  font-size: 20px;
}
.full-post h1,h2,h3,h4,h5 {
  font-weight: 700;
}

.blog h3 {
  font-weight: 400;
  margin-top: .5em;
  margin-bottom: .6em;
}

.videos img {
  width:100%;
  height:auto;
}
a.video {
  float: left;
  position: relative;
}
a.video span {
  width: 100%;
  height: 100%;
  position: absolute;
  background: url("/assets/play-btn.png") no-repeat;
  background-position: 50% 50%;
  background-size: 100%;
}

@media screen and (max-width: 480px) {
  a.video span {
    background-size: 400%;
  }
}

.apanel {
  margin-bottom: 1.5em;
  border: 1px solid #ccc;
  padding: .5em .8em 0em .8em;
}

.atail {
  border-top: 1px solid #eee;
  padding-top: .5em;
  background-color: #eee;
  font-size: 14px;
  padding-bottom: .5em;
}

.apanel .hearts i {
  color: red;
  font-size: 18px;
}

.guide .ghead {
  margin-bottom: 2em;
}

.guide .gtail {
  font-size: 14px;
}

.guide .step {
  border: 1px solid #eee;
  border-radius: 5px;
  margin-bottom: 2rem;
}

.guide .step .top-step {
  padding: 1rem;
  background-color: #eee;
}

.guide .step .bot-step {
  padding: 1rem;
}

.guide .step .bot-step p {
  font-size: 17px !important;
}
.guide .step .top-step h2 {
  margin: 0;
  font-size: 20px;
}

/* will deprecate ??? */

.guide .step p:last-child {
  margin-bottom: 0;
}

.guide .step .media-link {
  background-color: #00c7e4;
  color: white;
  font-family: Helvetica,Arial,sans-serif;
  font-size: 14px;
  padding: 1rem;
}
.guide .step .media-link a {
  color: white;
  font-weight: bold;
}

.guide .step .media-source {
  color: #777;
  font-size: 11px;
  margin-top: 0;
  text-align: center;
  background-color: #eee;
  padding: .5rem;
}
.guide .step .media-source a {
  color: #777;
}

.guide .step .flex-video {
  margin-bottom: 0;
}

.guide .step .button {
  margin-bottom: 0;
}

.guide .step-heading .top-step {
  background-color: #43ac6a;
}

.guide .step-heading h1 {
  color: white !important;
  margin-bottom: 0;
}

.guide .sguide,
.guide .sguide li {
  list-style-type: none;
  text-indent: 0;
  padding: 0;
  margin:0;
}

ol.slist li {
  padding-top: 1rem;
  padding-bottom: 1rem;
  list-style-type: none;
  border-top: 1px dotted #ccc;
  text-indent: 0;
  margin-left: -1.5rem;
  padding-left: 0;
}

ol.slist li a {
  font-size: 19px;
}

.native-ad {
  border-top: 1px dashed #ccc;
  padding-top: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 1rem;
}

.native-ad .native-recommend {
  font-size: .6rem;
  color: #999;
  margin-bottom: .5rem;
}

.native-ad .banner-ad {
  text-align: center;
}

.native-ad .text-ad-title {
  font-size: 1.3rem;
  color: #333;
  font-weight: 400;
}

.native-ad .text-ad-title a {
  color: #00278e;
}

.native-ad .text-ad-desc a {
  color: #333;
  font-size: 1rem;
}

.bot-step.guides ul {
  margin-left: 0;
}
.bot-step.guides ul li {
  margin-bottom: 1rem !important;
}
.bot-step.guides .bot-guide {
  margin-bottom: 1rem;
  font-size: .65rem;
  color: #999;
}
