/* CSS Document */
@import url("https://fonts.googleapis.com/css2?family=Mulish:wght@300;400;600;700;800&display=swap");
html {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
}

@font-face {
  font-family: "tgb";
  src: local("?"), url("/assets/fonts/tgb.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/tgb.woff") format("woff"), url("/assets/fonts/tgb.ttf") format("truetype"), url("/assets/fonts/tgb.svg#tgb") format("svg");
}
body {
  height: 100%;
  width: 100%;
  margin: 0px;
  font-size: 12px;
  font-family: Mulish, Arial, Helvetica, sans-serif;
  line-height: 20px;
  color: #777;
  background: url(/assets/images/site/bg-mountains.png) center 550px no-repeat;
}

blockquote {
  font-size: 1.5rem;
  line-height: 1.25rem;
  font-style: italic;
  color: #444;
  margin-bottom: 0.5rem;
}

.quote-holder {
  float: left;
  width: 100%;
  padding: 1.5rem 0rem 2rem;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin-bottom: 1rem;
}

.quote-holder:first-child {
  padding: 0rem 0rem 2rem;
  border-top: none;
}

.quote-holder blockquote p {
  margin: 0 !important;
  line-height: 1.3rem;
  font-size: 0.9rem;
  color: #999;
}

.quote-holder span {
  color: #F450F9;
  font-weight: bold;
}

blockquote.content-quote {
  margin: 1rem 0;
}

a, a:focus, a:active {
  color: #29ABE2;
  line-height: inherit;
  text-decoration: none;
}

a:hover {
  color: #f450f9;
  text-decoration: underline;
}

p a, p a:visited {
  line-height: inherit;
}

p.big {
  font-size: 1.25rem;
}

hr {
  margin: 10px 0;
}

p {
  margin-bottom: 1.2rem;
  line-height: 1.4rem;
  font-size: 1rem;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Mulish, Arial, Helvetica, sans-serif;
}

h1, .h1 {
  font-size: 1.5rem;
  background-color: #00B5F4;
  color: #fff;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 800;
  padding: 0.75rem 1.5rem;
  margin-bottom: 0;
  line-height: 2rem;
}

h2, .h2 {
  font-size: 1.75rem;
  background-color: #00B5F4;
  color: #fff;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 800;
  padding: 0.5rem 1rem;
  margin-bottom: 1rem;
  line-height: 2rem;
}

h3 {
  font-size: 1.1rem;
  line-height: 1.5rem;
  text-transform: capitalize;
  color: #222;
  width: auto;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

a#email {
  text-transform: none;
}

h4 {
  background-color: #222;
  color: #fff;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 600;
  padding: 0.5rem 1rem;
  margin-bottom: 2rem;
  font-size: 1rem;
}

h5 {
  width: 100%;
  color: #000;
  display: inline-block;
  text-transform: none;
  padding: 0.5rem 1rem;
  margin-bottom: 1rem;
  font-size: 1.7rem;
  text-align: center;
  font-weight: 600;
}

h6 {
  font-size: 1.1rem;
  background-color: #333;
  color: #fff;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 600;
  padding: 0.5rem 1rem;
}

/* General Styles */
input[type=submit].blue {
  height: 35px;
  font-size: 1.2rem;
  background-color: #00B5F4;
  border: none;
}

input[type=submit].blue:hover {
  background-color: #57AB3A;
}

.content_holder {
  border-bottom: 1px solid #E6E6E6;
  clear: both;
  padding: 10px 0;
  width: 100%;
}

.checkbox {
  background: url(/assets/images/icons/checkbox.gif) -70px 5px no-repeat;
  padding-left: 15px !important;
}

.float_list10_item {
  width: auto;
  float: left;
  display: inline;
  padding: 0px 10px 10px 0px;
}

#logo {
  background-color: #00B5F4;
  width: auto;
  float: left;
  padding: 15px 0.75rem;
  height: 60px;
}

#logo-mobile {
  background-color: #00B5F4;
  width: auto;
  float: left;
  padding: 7px 1rem;
}

#logo-mobile a {
  display: block;
}

/* Homepage Styles */
#home-logo {
  position: absolute;
  top: 45%;
  width: 100%;
  z-index: 1;
}

#home-logo img {
  width: 100%;
  max-width: 800px;
  margin: auto;
}

#home-logo p {
  color: #fff;
  font-size: 1.6rem;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.6);
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  padding: 0 1rem;
}

.home-row {
  background: url(/assets/images/site/rpt.png) center top repeat #fff;
  padding-bottom: 6rem;
  padding-top: 5rem;
}

.home-row .left {
  margin-bottom: 2rem;
}

.home-row .left p {
  font-size: 1.2rem;
  line-height: 1.6rem;
}

.home-row h1 {
  font-size: 3rem;
  background: none;
  text-transform: none;
  padding: 0;
  color: #00B5F4;
  font-weight: normal;
  margin-bottom: 2rem;
}
.home-row h1 span {
  color: #222;
}
.home-row p {
  font-size: 1.2rem;
  line-height: 1.6rem;
}
.home-row p span {
  color: #222;
}

#tweet {
  background: url(/assets/images/site/tweet.png) left center no-repeat;
  padding-left: 45px;
  line-height: 30px;
  display: inline-block;
}

#email {
  background: url(/assets/images/site/email.png) left center no-repeat;
  padding-left: 45px;
  line-height: 30px;
  display: inline-block;
}

#linkedin {
  background: url(/assets/images/site/linkedin.png) left center no-repeat;
  padding-left: 45px;
  line-height: 30px;
  display: inline-block;
}

/* Footer Styles */
#jumbo {
  padding: 2rem 0;
  background: url(/assets/images/site/bright_squares.png) center top repeat;
  margin-top: 2rem;
}

footer {
  line-height: 30px;
  background-color: #222;
  color: #fff;
  width: 100%;
  position: fixed;
  bottom: 0;
}

#website-by {
  float: right;
  color: #999;
}

img {
  margin: auto;
}

/*///////////////////////////////// CONTACT /////////////////////////////////*/
.q {
  font-weight: bold;
  color: #333;
  font-size: 1.1rem;
}

.t {
  font-weight: bold;
  color: #333;
  margin-bottom: 2rem;
  font-size: 1rem;
}

#contact-list {
  font-size: 1.2rem;
  margin-bottom: 2rem;
}

#gmap {
  height: 240px;
  padding: 0px;
  width: 100%;
  border-top: 1px solid #CDCFCF;
}

/*///////////////////////////////// PAGE STYLES /////////////////////////////////*/
#content_wrap {
  height: 100%;
}

.txt-content p:last-child {
  margin-bottom: 0;
}

.content-box {
  padding: 1.5rem;
  background: #fff;
  margin-bottom: 2rem;
}

#backstretch {
  height: 90.5%;
  overflow: hidden;
}

#backstretch .content-box {
  padding: 1.5rem;
  background: url(/assets/images/site/content-box.png) left top repeat;
  margin-bottom: 2rem;
}

.content-pad {
  padding: 3.5rem 1rem 5rem;
}

.block {
  background-color: #fff;
  padding: 1.5rem;
}

a#sleeptwitch {
  float: right;
  height: 20px;
  padding: 5px 0;
}

.intro {
  padding: 125px 0 35px 0;
  background: url(/assets/images/site/rpt.png) center top repeat;
}

.no-title {
  height: 56px;
}

.intro-text {
  width: 100%;
  float: left;
  border-bottom: 1px solid #ddd;
  margin: 0 0 2rem 0;
  padding: 0 0 2rem 0;
}

.intro-text ul {
  font-size: 1.3rem;
  list-style: disc outside none;
  margin-bottom: 2rem;
  margin-top: 0;
}

.intro-text p {
  color: #555;
  font-size: 1rem;
}

.intro-text ul {
  width: calc(100% - 20px);
  margin-left: 20px;
  color: #555;
}

.rpt {
  background: url(/assets/images/site/rpt.png) center top repeat #fff;
  border-bottom: 1px solid #ddd;
}

.pic-about {
  background: url(/assets/images/site/pic-about.png) left top no-repeat #fff;
}

.pic-gallery {
  background: url(/assets/images/site/pic-gallery.png) left top no-repeat #fff;
}

.pic-news {
  background: url(/assets/images/site/pic-news.png) left top no-repeat #fff;
}

.pic-author {
  background: url(/assets/images/site/pic-author.png) left top no-repeat #fff;
}

.pic-broadcaster {
  background: url(/assets/images/site/pic-media.png) left top no-repeat #fff;
}

.pic-speaker {
  background: url(/assets/images/site/pic-speaker.png) left top no-repeat #fff;
}

.pic-curator {
  background: url(/assets/images/site/pic-curator.png) left top no-repeat #fff;
}

.pic-media {
  background: url(/assets/images/site/pic-broadcaster.png) left top no-repeat #fff;
}

.pic-consultant {
  background: url(/assets/images/site/pic-consultant.png) left top no-repeat #fff;
}

.pic-contact {
  background: url(/assets/images/site/pic-contact.png) left top no-repeat #fff;
}

.pic-moderator {
  background: url(/assets/images/site/pic-moderator.png) left top no-repeat #fff;
}

.pic-spotlight {
  background: url(/assets/images/site/pic-spotlight.png) left top no-repeat #fff;
}

/*///////////////////////////////// AUTHOR /////////////////////////////////*/
.news-list {
  margin-bottom: 2rem;
}

.news-list li {
  margin-bottom: 2rem;
}

.news-list li .overlayer {
  background-color: #111;
}

.features {
  float: left;
  padding-left: 0.46875rem;
  padding-right: 0.46875rem;
}

.features [class*=block-grid-] > li {
  padding-left: 0.46875rem;
  padding-right: 0.46875rem;
}

.features li {
  margin-bottom: 1rem;
}

.features ul {
  margin-bottom: 0.75rem;
}

.books-list {
  float: left;
  /*margin-bottom: 2rem;*/
}

.books-list p {
  font-size: 1rem;
}

.books-list li {
  float: left;
  width: 100%;
}

.books-list li:last-child {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.books-list li img {
  /*max-width: 100px;*/
}

.books-list li .overlayer {
  background-color: #111;
}

.books-list li .overlay {
  background-color: #111;
  opacity: 0.4;
  filter: alpha(opacity=40);
}

.books-list li img {
  margin: auto;
}

.books-list li img.border-btm {
  border-bottom: 1px solid #ccc;
}

.review-list li {
  padding: 1.5rem 0;
  border-bottom: 1px dotted #ccc;
  font-weight: bold;
  color: #00B5F4;
}

.review-list li .review {
  font-style: italic;
  color: #777;
  margin-bottom: 1rem;
  font-size: 0.9rem;
  font-weight: normal;
}

.buy-list li {
  margin-bottom: 4rem;
  text-align: center;
}

.buy-list li img {
  margin: auto;
}

.buy-list li img.border-btm {
  border-bottom: 1px solid #ccc;
  margin-bottom: 1rem;
}

.buy-list li a.pink {
  width: 100%;
  background-color: #F450F9;
  color: #fff;
  display: inline-block;
  text-transform: uppercase;
  font-weight: bold;
  padding: 0.5rem 1rem;
  text-align: center;
  margin: 10px auto auto auto;
  font-size: 1.5rem;
}

/*///////////////////////////////// MEDIA /////////////////////////////////*/
.article-list {
  float: left;
}

.article-list li {
  padding: 1.5rem 0;
  border-bottom: 1px dotted #ccc;
  font-size: 1.5rem;
}

.article-list li .source {
  color: #999;
}

.read-more {
  width: 50%;
  text-align: center;
  font-weight: bold;
  border: 1px solid #fff;
  font-size: 1rem;
  position: absolute;
  top: 45%;
  left: 25%;
}

.read-more a {
  width: 100%;
  padding: 0.5rem;
  display: block;
  margin: 0 !important;
}

.read-more a:hover {
  text-decoration: none;
}

.article-content h1 {
  font-size: 1.5rem;
  background: none;
  color: #222;
  display: inline-block;
  text-transform: uppercase;
  padding: 0;
  margin-bottom: 1rem;
}

.article-content img {
  margin-bottom: 1rem;
}

/*////////////////////// FORMS //////////////////////*/
.form_wrap {
  float: left;
  width: 100%;
}

.form_row {
  float: left;
  width: 100%;
}

.form_row:last-child {
  margin-bottom: 0px;
  padding-bottom: 0px;
  border: none;
}

.form_row textarea {
  margin-bottom: 7px;
}

/*//////////////////////// MESSAGES ////////////////////////*/
.success_holder {
  float: left;
  display: inline;
  width: 100%;
  height: auto;
  padding: 1.5rem 4rem 1rem 4rem;
  margin-bottom: 1.5rem;
  line-height: 25px !important;
  background: url(/assets/images/icons/success.png) no-repeat scroll 10px 12px #E6EFCE;
  border: 1px solid #CDD6B3;
  color: #5F8C1F;
}

.info_holder {
  float: left;
  display: inline;
  width: 100%;
  height: auto;
  padding: 1.5rem 4rem 1rem 4rem;
  margin-bottom: 1.5rem;
  line-height: 25px !important;
  background: url(/assets/images/icons/info.png) no-repeat scroll 10px 15px #CEDADD;
  border: 1px solid #C9CDB6;
}

/*//////////////////////// VALIDATION ////////////////////////*/
.validation-summary-errors {
  float: left;
  display: inline;
  width: 100%;
  padding: 1.5rem 4rem 1rem 4rem;
  margin-bottom: 1.5rem;
  color: #B5453C;
  background: url(/assets/images/icons/error.png) no-repeat scroll 10px 10px #EFD2D0;
  border: 1px solid #DDBCBC;
}

.validation-summary-errors span {
  float: left;
  width: 100%;
  display: inline;
  color: #B5453C;
}

.validation-summary-errors ul {
  float: left;
  margin: 10px 0px 0px 0px;
}

.validation-summary-errors ul li {
  width: 100%;
  display: list-item;
  height: 20px;
  line-height: 20px;
  margin: 0px 0px 0px 15px;
  padding: 0px;
  font-size: 11px;
  list-style: disc inside;
}

.field-validation-error {
  float: right;
  color: #B5453C;
}

.field-validation-valid {
  display: none;
}

input[type=text].input-validation-error, input[type=password].input-validation-error, textarea.input-validation-error, select.input-validation-error {
  background-color: #EFD2D0;
  border: solid 1px #DDBCBC;
}

/*///////////////////////////////// VIDEO /////////////////////////////////*/
.video_wrapper {
  border-bottom: 1px solid #ddd;
  margin: 0 0 2rem 0;
  padding: 0 0 2rem 0;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video-container iframe, .video-container object, .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*//////////////// SPOTLIGHT ///////////////////*/
ul#spotlight li {
  position: relative;
  width: 33.3333%;
  float: left;
  height: auto;
  padding: 0 0.9375rem 1.25rem;
}
ul#spotlight li img {
  margin-bottom: 1rem;
}
ul#spotlight li h4 {
  margin-bottom: 1rem;
}
ul#spotlight li:nth-child(-n+2) {
  width: 50%;
}

@media screen and (max-width: 40.063em) {
  ul#spotlight li {
    width: 100%;
  }
  ul#spotlight li:nth-child(-n+2) {
    width: 100%;
  }
}
.overlayer .overlay a {
  width: 100% !important;
}

.fancybox-button--thumbs, .fancybox-button--zoom {
  display: none !important;
}

/*///////////////////////////////// OVERRIDES /////////////////////////////////*/
.clear {
  clear: both;
}

.float_left {
  float: left;
}

.float_right {
  float: right;
}

.indent {
  text-indent: 10px;
}

.hide {
  display: none !important;
}

.hide-960 {
  display: none !important;
}

.no-margin {
  margin: 0px !important;
}

.no-margin-top {
  margin-top: 0px !important;
}

.no-margin-right {
  margin-right: 0px !important;
}

.no-border {
  border: none !important;
}

.no-padding {
  padding: 0;
}

.no-pad-top {
  padding-top: 0;
}

.no-pad-btm {
  padding-bottom: 0;
}

.no-pad-left {
  padding-left: 0;
}

.no-pad-right {
  padding-right: 0;
}

.pad-tb-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.pad-tb-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.pad-tb-2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.pad-top-5 {
  padding-top: 5px;
}

.pad-top-1 {
  padding-top: 1rem;
}

.pad-btm-10 {
  padding-bottom: 10px;
}

.margin-top-5 {
  margin-top: 5px;
}

.margin-top-10 {
  margin-top: 10px;
}

.margin-top-1 {
  margin-top: 1rem;
}

.margin-top-20 {
  margin-top: 20px;
}

.margin-right-5 {
  margin-right: 5px;
}

.margin-right-10 {
  margin-right: 10px;
}

.margin-left-5 {
  margin-left: 5px;
}

.margin-left-10 {
  margin-left: 10px;
}

.margin-bottom-10 {
  margin-bottom: 10px;
}

.margin-bottom-1 {
  margin-bottom: 1rem;
}

.margin-bottom-2 {
  margin-bottom: 2rem;
}

.margin-tb-10 {
  margin-bottom: 10px;
  margin-top: 10px;
}

.margin-bottom-20 {
  margin-bottom: 20px;
}

.no-bg {
  background: none;
}

.snapfix.no-bg {
  min-height: 56px;
}

.relative {
  position: relative;
}

.anchor {
  position: absolute;
  top: -80px;
}

.page-nav {
  float: right;
  margin-bottom: 1rem;
  position: absolute;
  top: -130px;
}

.page-nav li {
  float: right;
  width: auto;
  margin-left: 0.5rem;
}

.page-nav a {
  border: 1px solid #00B5F4;
  text-transform: uppercase;
  padding: 0.5rem 1rem;
  background: #fff;
  display: inline-block;
  font-weight: bold;
  font-size: 0.8rem;
}

.page-nav a:hover {
  background-color: #00B5F4;
  color: #fff;
  text-decoration: none;
}

.shadow {
  box-shadow: 0px 3px 5px #ccc;
}

.show-small {
  float: left;
  display: none;
  margin-top: 10px;
  width: 100%;
  /*padding:1rem;
  border:solid 1px #ccc;*/
  text-align: center;
}

.show-small a {
  display: block;
  font-size: 0.85rem;
  background: #29ABE2;
  color: #fff;
  padding: 0.5rem 0;
}
.show-small a:hover {
  text-decoration: none;
}

/*///////////////// FLEX LIST ///////////////////*/
.flex_list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}

.flex_list li {
  padding: 0;
  /*flex: 1 auto;
  background: #f6f6f6;*/
}

.flex_list li .inside {
  padding: 1rem 0 0;
}

.flex_list li .inside img {
  border: 5px solid #fff;
}

/*///////////////////////////////// MEDIA QUERIES /////////////////////////////////*/
@media screen and (max-width: 64.063rem) {
  .overlay {
    display: none !important;
  }

  .show-small {
    display: inline !important;
  }

  .hide-320 {
    display: none !important;
  }

  .hide {
    display: block !important;
  }

  .intro-text p {
    padding: 0rem 0.5rem 2rem;
  }

  .menu_foot_list {
    border-right: none;
    height: auto;
    margin-top: 10px;
  }

  .float_right {
    float: none;
  }

  .nav-bar > li {
    padding: 0;
    margin: 0;
    border: none;
  }

  .margin-top-10-320 {
    margin-top: 10px;
  }

  .hide-960 {
    display: block !important;
  }

  .full-width-320 {
    width: 100% !important;
  }

  .slider-hide {
    display: none;
  }

  .no-margin-320 {
    margin: 0 !important;
  }

  .margin-btm-1-small {
    margin-bottom: 1rem !important;
  }

  a#sleeptwitch {
    float: left;
  }

  #website-by {
    float: left;
  }

  .content-pad {
    padding: 3.5rem 0 5rem;
  }

  .page-nav {
    top: 0;
    position: relative;
    float: left;
    width: auto;
    margin-bottom: 2rem;
  }
}
