/*
Theme Name: Daniel Coyle 2017
Theme URI: http://jeffersonrabb.com/theme/dcseventeen/
Description: Custom Theme For Daniel Coyle Website
Version: 1.0
Author: Jefferson Rabb
Author URI: http://jeffersonrabb.com/category/wordpress-themes/
License: GNU General Public License v3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.en.html
Tags: one-column, two-columns, right-sidebar, custom-menu, editor-style, featured-images, post-formats, rtl-language-support, sticky-post, translation-ready
Text Domain: dcseventeen
*/
@import url("//hello.myfonts.net/count/34c62b");
@import url("//hello.myfonts.net/count/34c6b7");
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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

@font-face {
  font-family: 'DINNextLTPro-Bold';
  src: url("assets/fonts/webfonts/34C62B_0_0.eot");
  src: url("assets/fonts/webfonts/34C62B_0_0.eot?#iefix") format("embedded-opentype"), url("assets/fonts/webfonts/34C62B_0_0.woff2") format("woff2"), url("assets/fonts/webfonts/34C62B_0_0.woff") format("woff"), url("assets/fonts/webfonts/34C62B_0_0.ttf") format("truetype");
}
@font-face {
  font-family: 'AlbertinaMTStd-Regular';
  src: url("assets/fonts/webfonts/34C6B7_0_0.eot");
  src: url("assets/fonts/webfonts/34C6B7_0_0.eot?#iefix") format("embedded-opentype"), url("assets/fonts/webfonts/34C6B7_0_0.woff2") format("woff2"), url("assets/fonts/webfonts/34C6B7_0_0.woff") format("woff"), url("assets/fonts/webfonts/34C6B7_0_0.ttf") format("truetype");
}
body {
  font-family: Georgia, Times, "Times New Roman", serif;
  font-size: 18px;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 597px) {
  body {
    font-size: 15px;
  }
}

a {
  text-decoration: none;
  color: #4A90E2;
}
a:hover {
  color: black;
}

strong, b {
  font-weight: bold;
}

em, i {
  font-style: italic;
}

h1, h2, h3, h4, h5, h6 {
  font-family: DINNextLTPro-Bold;
}

h1 {
  font-size: 2.44em;
}

h2 {
  font-size: 2em;
}

h3 {
  font-size: 1.88em;
}

h4 {
  font-size: 1.33em;
}

h1.archive-title {
  padding: 2rem 0 0 2rem;
}

h2.page-title {
  font-family: AlbertinaMTStd-Regular;
  background: none;
  color: black;
  text-align: left;
  max-width: 1040px;
  width: auto;
  margin: 0 auto;
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding: 0 2rem;
}
h2.page-title a {
  font: inherit;
  color: inherit;
}
@media screen and (max-width: 700px) {
  h2.page-title {
    padding: 0 1rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}

p, cite {
  margin-bottom: 1em;
  line-height: 1.4em;
}

cite strong {
  font-family: DINNextLTPro-Bold;
}

ul, ol {
  max-width: 1040px;
  margin: 0 auto 1rem auto;
}

li {
  margin: 0 0 1rem 0;
}

img {
  max-width: 100%;
  height: auto;
}

figure {
  width: 100%;
  max-width: 100%;
  text-align: center;
}
figure figcaption {
  max-width: 1040px;
  width: auto;
  margin: 0.5rem auto 2rem auto;
  font-size: 0.9em;
  text-align: center;
  font-style: italic;
}

.alignright {
  float: right;
  margin: 0 0 1rem 1rem;
  max-width: 40%;
}

.alignleft {
  float: left;
  margin: 0 1rem 1rem 0;
  max-width: 40%;
}

header {
  min-height: 300px;
  background-color: black;
  background-image: url(assets/images/daniel-coyle.png);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 320px;
  color: white;
  text-align: center;
  position: relative;
}
header h1, header h3, header h4 {
  text-transform: uppercase;
  letter-spacing: 0.5em;
}
header h1, header h3 {
  font-family: AlbertinaMTStd-Regular;
}
header h1 {
  font-size: 3.5em;
  padding: 3rem 0 1rem 0;
}
header h1 span {
  display: block;
  font-size: 0.5em;
  margin-bottom: 1rem;
}
header h3 {
  font-size: 1.5em;
  margin-bottom: 3rem;
}
header h4 {
  font-size: 1em;
}
header a, header a:hover {
  color: white;
}
header .cover {
  height: 150px;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -75px;
}
header .cover img {
  max-height: 100%;
}
@media screen and (min-width: 950px) {
  header .cover {
    display: none;
  }
}

@media screen and (max-width: 1500px) {
  header {
    font-size: 17px;
  }
}
@media screen and (max-width: 1370px) {
  header {
    font-size: 15px;
  }
}
@media screen and (max-width: 1265px) {
  header {
    font-size: 14px;
    background-size: 280px;
  }
}
@media screen and (max-width: 1223px) {
  header {
    font-size: 13px;
  }
}
@media screen and (max-width: 1100px) {
  header {
    min-height: 250px;
    font-size: 11px;
  }
}
@media screen and (max-width: 950px) {
  header {
    background-image: none;
  }
  header h1, header h2, header h3, header h4 {
    display: none;
  }
}
.mobile-menu-button,
.menu-close-button {
  position: absolute;
  right: 20px;
  top: 20px;
  background-image: url(assets/svg/menu-white.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-color: transparent;
  width: 25px;
  height: 25px;
  margin: 0;
  padding: 0;
  z-index: 2;
}
.mobile-menu-button:hover,
.menu-close-button:hover {
  background-image: url(assets/svg/menu-white.svg);
  background-color: transparent;
  background-size: 100%;
  background-repeat: no-repeat;
  transform: none;
}

.mobile-menu-button {
  display: none;
}
.home .mobile-menu-button {
  background-image: url(assets/svg/menu-black.svg);
}
.home .mobile-menu-button:hover {
  background-image: url(assets/svg/menu-black.svg);
}

.menu-close-button {
  background-image: url(assets/svg/menu-close.svg);
}
.menu-close-button:hover {
  background-image: url(assets/svg/menu-close.svg);
}

#nav {
  background: black;
  color: white;
  font-family: DINNextLTPro-Bold;
  height: 65px;
  z-index: 1;
}
#nav a, #nav a:hover {
  color: inherit;
}
.home #nav {
  background: white;
  color: black;
}
#nav .container {
  max-width: none;
  align-items: center;
  display: flex;
  justify-content: space-between;
  width: auto;
  height: 100%;
  z-index: 2;
}
#nav .container > div {
  display: flex;
  align-items: center;
}
#nav ul {
  list-style-type: none;
  text-transform: uppercase;
  margin: 0 0.5rem;
}
#nav ul li {
  display: inline-block;
  margin: 0 0.2rem;
  position: relative;
}
#nav ul li.menu-item-has-children {
  cursor: pointer;
}
#nav ul li.menu-item-has-children > ul {
  display: none;
  position: absolute;
  right: 0;
  z-index: 10;
  margin: 0;
  padding: 0.5rem 0 0 0;
}
#nav ul li.menu-item-has-children > ul li {
  display: block;
  text-align: right;
  white-space: nowrap;
  padding: 0.5rem 16px;
  font-size: 0.9em;
  color: black;
  background: white;
}
#nav ul li.menu-item-has-children > ul li:hover {
  background: #4c4c4c;
  color: white;
}
#nav ul li.menu-item-has-children:hover > ul {
  display: block;
}
#nav ul li.menu-item-has-children:after {
  content: "";
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: left 7px;
  background-image: url("assets/svg/carat.svg");
}
#nav h1 {
  font-family: AlbertinaMTStd-Regular;
  font-size: 2em;
}
@media screen and (max-width: 850px) {
  #nav .container {
    padding: 0;
    justify-content: center;
  }
  #nav ul {
    display: none;
  }
  #nav h1 {
    font-size: 1.6em;
  }
  #nav .mobile-menu-button {
    display: block;
  }
}

nav.pagination {
  margin: 0 0 1rem 0;
  padding: 0 1rem;
}

#mobile-nav {
  z-index: 100000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  display: none;
  font-family: DINNextLTPro-Bold;
  color: white;
}
.mobile-nav-revealed #mobile-nav {
  display: block;
}
#mobile-nav .container {
  margin: 2rem auto;
  height: 100%;
  overflow: auto;
}
#mobile-nav a {
  color: inherit;
}
#mobile-nav a:hover {
  text-decoration: underline;
}
#mobile-nav li {
  font-size: 1.4em;
  margin-bottom: 0.5rem;
}
#mobile-nav li ul {
  margin-left: 1rem;
  margin-top: 1rem;
}
#mobile-nav li ul li {
  font-size: 0.8em;
}
#mobile-nav ul.social {
  display: flex;
  margin-bottom: 2rem;
}

.nav-links {
  text-align: center;
}
.nav-links .prev {
  float: left;
}
.nav-links .next {
  float: right;
}

article {
  max-width: 1040px;
  margin: 0 auto 5rem auto;
  padding: 0 2rem;
  position: relative;
  display: block;
}
article h1, article h2, article h3, article h4, article h5, article h6, article p, article ul, article ol {
  width: auto;
  margin: 0 0 1rem 0;
}
article p {
  text-indent: 0;
}
article p, article ol, article ul {
  line-height: 1.4em;
}
@media screen and (max-width: 700px) {
  article {
    padding: 0 1rem;
  }
  article p {
    text-indent: 0;
  }
}
article.post {
  margin-bottom: 1rem;
  border-bottom: 1px solid #777777;
}
article ul, article ol {
  margin: 0 0 1em 2em;
}
article ul li, article ol li {
  margin: 0 0 0.5em 0;
}
article ul {
  list-style-type: square;
}
article ol {
  list-style-type: decimal;
}

.byline,
.updated:not(.published) {
  display: none;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

section h2 {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#474747+0,676767+100 */
  background: #474747;
  /* Old browsers */
  background: -moz-linear-gradient(left, #474747 0%, #676767 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #474747 0%, #676767 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #474747 0%, #676767 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#474747', endColorstr='#676767',GradientType=1 );
  /* IE6-9 */
  color: white;
  font-family: DINNextLTPro-Bold;
  font-size: 2em;
  font-weight: normal;
  letter-spacing: 0.05em;
  padding: 0.2em;
  text-align: center;
}

.container {
  max-width: 1040px;
  width: auto;
  margin: 0 auto;
  padding: 0 2rem;
  position: relative;
  z-index: 1;
}

section > .container {
  margin-top: 2rem;
  margin-bottom: 0;
}

@media screen and (max-width: 700px) {
  section h2 {
    font-size: 1.4em;
    padding: 0.8em 0.2em;
  }
}
footer {
  clear: both;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#474747+0,676767+100 */
  background: #474747;
  /* Old browsers */
  background: -moz-linear-gradient(left, #474747 0%, #676767 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #474747 0%, #676767 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #474747 0%, #676767 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#474747', endColorstr='#676767',GradientType=1 );
  /* IE6-9 */
  color: white;
  padding: 3rem 0;
}
footer .container {
  display: flex;
  justify-content: space-between;
  align-items: top;
}
footer a {
  color: inherit;
}
footer a:hover {
  color: #4A90E2;
}
footer ul {
  margin: 0 0 2rem 0;
}
footer ul li {
  margin: 0 0 0.5rem 0;
}
footer h4 {
  font-weight: bold;
  font-family: DINNextLTPro-Bold;
  margin-bottom: 1rem;
}
@media screen and (max-width: 597px) {
  footer {
    padding: 1.5rem 0;
  }
  footer .container {
    display: block;
  }
}
footer .copyright-text {
  font-size: 0.7em;
  padding: 0 2rem;
  max-width: 1040px;
  text-align: center;
  margin: 0 auto;
}
footer .copyright-text a {
  text-decoration: underline;
}

aside {
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  text-align: center;
  font-family: AlbertinaMTStd-Regular;
  font-size: 44px;
  max-width: 1040px;
  width: auto;
  margin: 0 auto;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
aside > p {
  padding: 1rem;
  max-width: 800px;
}

.big-idea p {
  font-size: 1.5em;
  padding-bottom: 1rem;
  border-bottom: 1px solid black;
}
.big-idea ol p {
  font-size: 1.2em;
  padding-bottom: 0;
  border-bottom: none;
}
.big-idea .container > p {
  margin-left: 200px;
}
.big-idea img {
  display: block;
  float: right;
  margin: 0 0 2rem 1rem;
  max-height: 150px;
}
.big-idea ol li:nth-child(even) img {
  float: left;
  margin: 0 2rem 1rem 0;
}
.big-idea ol li {
  background-repeat: no-repeat;
  background-position: left top;
  padding-left: 200px;
  min-height: 200px;
}
.big-idea ol li:nth-child(1) {
  background-image: url(assets/svg/1.svg);
}
.big-idea ol li:nth-child(2) {
  background-image: url(assets/svg/2.svg);
  background-position: 450px top;
}
@media screen and (max-width: 1200px) {
  .big-idea ol li:nth-child(2) {
    background-position: left top;
  }
}
.big-idea ol li:nth-child(2) .big-idea-text {
  margin-left: 450px;
}
@media screen and (max-width: 1200px) {
  .big-idea ol li:nth-child(2) .big-idea-text {
    margin-left: 0;
  }
}
.big-idea ol li:nth-child(3) {
  background-image: url(assets/svg/3.svg);
}
.big-idea ol li:after {
  content: "";
  height: 25px;
  display: block;
  margin: 0 0 4rem 0;
  background-repeat: no-repeat;
  background-image: url(assets/svg/squiggle.svg);
}
@media screen and (max-width: 700px) {
  .big-idea p {
    font-size: 1.2em;
  }
  .big-idea img,
  .big-idea ol li:nth-child(even) img {
    max-height: 120px;
    float: none;
    margin: 0 auto 2rem auto;
  }
  .big-idea .container > p {
    margin-left: 0;
  }
  .big-idea ol li {
    background-image: none !important;
    padding-left: 0;
    min-height: none;
  }
}

.burst {
  position: absolute;
  right: 0;
  top: -30px;
  height: 373px;
  width: 439px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  color: black;
  font-size: 0;
  background-image: url(assets/svg/burst-with-text.svg);
  background-size: cover;
}
@media screen and (max-width: 1200px) and (min-width: 1100px) {
  .burst {
    top: -15px;
    height: 335.7px;
    width: 395.1px;
    line-height: 24px;
  }
}
@media screen and (max-width: 1100px) {
  .burst {
    top: -25px;
    height: 298.4px;
    width: 351.2px;
  }
}
@media screen and (max-width: 950px) {
  .burst {
    right: auto;
    top: -15px;
    left: 50%;
    margin-left: -175.6px;
  }
}

.btn {
  border: none;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.5rem 0 0;
  position: relative;
}
.btn.btn-icon {
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.btn.btn-icon:hover {
  transform: scale(1.2);
}
.btn.btn-round {
  font-family: DINNextLTPro-Bold;
  font-size: 1.2em;
}
.btn.btn-round:after {
  content: "";
  background: black;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  margin: 0 0 0 0.5rem;
  background-repeat: no-repeat;
  background-position: 60% 50%;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  background-image: url(assets/svg/triangle.svg);
}
.btn.btn-round:hover:after {
  transform: scale(1.2);
}

.cards ul {
  color: white;
  display: flex;
  flex-wrap: wrap;
  font-family: DINNextLTPro-Bold;
  font-size: 2em;
  list-style-type: none;
  justify-content: space-between;
}
.cards ul li {
  align-items: center;
  background-color: #4C4C4C;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  height: 360px;
  justify-content: center;
  width: calc(50% - 20px);
  position: relative;
  z-index: 2;
  margin-bottom: 40px;
}
@media screen and (max-width: 1000px) {
  .cards ul li {
    height: 300px;
  }
}
@media screen and (max-width: 800px) {
  .cards ul li {
    height: 250px;
    width: 100%;
    margin-bottom: 20px;
  }
}
.cards ul li:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.6;
  z-index: 1;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  top: 0;
  left: 0;
}
.cards ul li.video:before {
  display: none;
}
.cards ul li.video {
  background-color: black;
}
.cards ul li.video iframe {
  max-height: 100%;
  max-width: 100%;
}
.cards ul li:hover:before {
  opacity: 0.8;
}
.cards ul li:hover a {
  transform: scale(1.1);
}
.cards ul li a {
  color: white;
  padding: 2rem;
  text-align: center;
  z-index: 1;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

@media screen and (max-width: 700px) {
  .cards ul li {
    height: 200px;
  }
}
.inline-image {
  margin: 0 0 2rem 0;
}

ul.columns {
  display: flex;
  flex-grow: 1;
  flex-wrap: wrap;
}
ul.columns li {
  flex: 1;
  min-width: 300px;
  flex-basis: 300px;
  padding: 0;
  margin: 0 2rem 2rem 0;
  vertical-align: top;
}
ul.columns li:last-of-type {
  margin-right: 0;
}
ul.columns.two-across li {
  max-width: calc(50% - 4rem);
  flex-basis: calc(50% - 4rem);
}
ul.columns.two-across li:nth-of-type(even) {
  margin: 0 0 2rem 2rem;
}
@media screen and (max-width: 900px) {
  ul.columns.two-across li:nth-of-type(even) {
    margin: 0 2rem 2rem 0;
  }
}
@media screen and (max-width: 900px) {
  ul.columns.two-across li {
    max-width: none;
    min-width: 0;
    margin-right: 0;
    flex-basis: 300px;
  }
}

ol p, ul p {
  text-indent: 0;
}

.meta {
  clear: both;
  max-width: 1040px;
  width: auto;
  margin: 0 auto;
  border-top: 1px solid #777777;
  border-bottom: 1px solid #777777;
  width: auto;
  margin-bottom: 2rem;
}
.meta ul {
  list-style-type: none;
  font-size: 0.8em;
  padding: 0.5rem 1rem;
  margin-bottom: 0;
}
.meta ul li {
  display: inline-block;
  margin: 0.5rem 0;
}
.meta ul li:after {
  content: "|";
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.meta ul li.list-title:after, .meta ul li:last-child:after {
  content: "";
  margin: 0;
}

.praise strong {
  font-family: DINNextLTPro-Bold;
}
.praise .container {
  background-image: url(assets/svg/quotes.svg);
  background-repeat: no-repeat;
  background-position: 5px top;
}
@media screen and (min-width: 900px) {
  .praise .container:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(assets/svg/quotes.svg);
    background-repeat: no-repeat;
    background-position: 40px top;
    -moz-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
  }
}
.praise ul {
  margin-left: 75px;
}

.promo {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#474747+0,676767+100 */
  background: #474747;
  /* Old browsers */
  background: -moz-linear-gradient(left, #474747 0%, #676767 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #474747 0%, #676767 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #474747 0%, #676767 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#474747', endColorstr='#676767',GradientType=1 );
  /* IE6-9 */
  color: white;
  text-align: center;
  width: 100%;
  line-height: 1.6em;
}
.promo .btn.btn-round {
  font-size: inherit;
  font-family: inherit;
  color: inherit;
}
.promo .container {
  padding: 1rem;
  margin: 0 auto;
}
.promo:hover {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#474747+0,878787+0,a7a7a7+100 */
  background: #474747;
  /* Old browsers */
  background: -moz-linear-gradient(left, #474747 0%, #878787 0%, #a7a7a7 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #474747 0%, #878787 0%, #a7a7a7 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #474747 0%, #878787 0%, #a7a7a7 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#474747', endColorstr='#a7a7a7',GradientType=1 );
  /* IE6-9 */
}

.tip article {
  padding: 3rem 3rem 0 3rem;
  margin-bottom: 0;
}
.tip .bracket-bottom {
  min-height: 50px;
  width: 1040px;
  margin: 0 auto;
  position: relative;
  padding: 0 3rem;
  margin-bottom: 4rem;
  -moz-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
  filter: FlipV;
  -ms-filter: "FlipV";
}
.tip article,
.tip .bracket-bottom {
  background-image: url(assets/svg/bracket.svg);
  background-repeat: no-repeat;
  background-position: top left;
  width: auto;
  max-width: calc(1040px - 6rem);
}
.tip article:after,
.tip .bracket-bottom:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(assets/svg/bracket-flipped.svg);
  background-repeat: no-repeat;
  background-position: top right;
  top: 0;
  left: 0;
}
.tip h2 {
  background-image: url(assets/svg/half-burst.svg);
  background-repeat: no-repeat;
  width: auto;
  max-width: 100%;
  background-position: center top;
  background-color: transparent;
  color: black;
  min-height: 250px;
  text-transform: uppercase;
}
.tip h3 {
  font-family: Georgia, Times, "Times New Roman", serif;
}
.tip .problem span.first-word {
  font-style: italic;
  color: #ff0000;
}
.tip .remedy span.first-word {
  font-style: italic;
  color: #00D267;
}
.tip .problem {
  margin-bottom: 0.5rem;
}
.tip .remedy {
  margin-bottom: 2rem;
}
.tip ol {
  counter-reset: item;
}
.tip li {
  counter-increment: item;
}
.tip li:before {
  font-family: DINNextLTPro-Bold;
  float: left;
  margin: 0 1em 1em 0;
  content: counter(item);
  background: #EBC483;
  color: black;
  border-radius: 50%;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
  text-align: center;
  display: inline-block;
  font-size: 1.5em;
}
@media screen and (max-width: 597px) {
  .tip article, .tip .bracket-bottom {
    max-width: calc(1040px - 2rem);
    padding: 0 1rem;
  }
  .tip article, .tip article:after, .tip .bracket-bottom, .tip .bracket-bottom:after {
    background: none;
  }
}

.quiz-page > h2 {
  background-image: url(assets/svg/half-burst.svg);
  background-repeat: no-repeat;
  width: auto;
  max-width: 100%;
  background-position: center top;
  background-color: transparent;
  color: black;
  min-height: 250px;
  text-transform: uppercase;
}

.culture-code-quiz {
  /* Portrait and Landscape */
  /* Buttons */
}
.culture-code-quiz h1, .culture-code-quiz h2, .culture-code-quiz h3, .culture-code-quiz h4, .culture-code-quiz h5, .culture-code-quiz h6 {
  text-align: center;
  font-family: AlbertinaMTStd-Regular;
  background: none;
}
.culture-code-quiz p, .culture-code-quiz ul, .culture-code-quiz ol {
  margin: 0 auto 1.5rem auto;
  max-width: 600px;
  line-height: 1.5em;
}
.culture-code-quiz p {
  text-align: center;
  text-indent: 0;
}
.culture-code-quiz a {
  color: white;
}
.culture-code-quiz div.container {
  max-width: 800px;
  margin: 0 auto 3rem auto;
  padding: 0.5rem;
}
.culture-code-quiz header {
  color: white;
  padding: 2rem;
  text-align: center;
  background: #292929;
  background: -moz-linear-gradient(top, #292929 0%, #494949 100%);
  background: -webkit-linear-gradient(top, #292929 0%, #494949 100%);
  background: linear-gradient(to bottom, #292929 0%, #494949 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#292929', endColorstr='#494949',GradientType=0 );
}
.culture-code-quiz header h1 {
  font-size: 3em;
  padding: 0;
  margin: 0 auto;
  line-height: auto;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 0.25em;
}
.culture-code-quiz header h2 {
  padding: 0;
  margin: 0;
  letter-spacing: 0.15em;
}
.culture-code-quiz header a {
  color: white;
  text-decoration: none;
}
.culture-code-quiz footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  text-align: center;
  padding: 0;
  font-size: 0.8em;
  color: white;
  background: #494949;
  background: -moz-linear-gradient(top, #494949 0%, #292929 100%);
  background: -webkit-linear-gradient(top, #494949 0%, #292929 100%);
  background: linear-gradient(to bottom, #494949 0%, #292929 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#494949', endColorstr='#292929',GradientType=0 );
}
.culture-code-quiz footer p {
  padding: 2rem 1rem;
  margin: 0;
  text-indent: none;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
  .culture-code-quiz footer {
    position: relative;
    bottom: auto;
  }
  .culture-code-quiz header h1 {
    font-size: 1.5em;
  }
  .culture-code-quiz header h2 {
    font-size: 1.1em;
  }
}
.culture-code-quiz section.quiz {
  border-radius: 25px;
  padding: 25px 15px;
  color: white;
  background-color: black;
  margin: 2rem 0;
}
.culture-code-quiz h1 {
  text-transform: uppercase;
  font-weight: normal;
  margin: 0 0 1rem 0;
  font-size: 44px;
  letter-spacing: 0.1em;
}
.culture-code-quiz h1 .article {
  font-size: 0.5em;
  letter-spacing: 0.3em;
  display: block;
}
.culture-code-quiz h1 .article a {
  color: white;
  text-decoration: none;
}
@media only screen and (max-width: 500px) {
  .culture-code-quiz h1 {
    font-size: 32px;
  }
}
.culture-code-quiz h2 {
  font-size: 32px;
  font-weight: normal;
}
@media only screen and (max-width: 500px) {
  .culture-code-quiz h2 {
    font-size: 26px;
  }
}
.culture-code-quiz h3 {
  font-family: DINNextLTPro-Bold;
  font-weight: bold;
  font-size: 24px;
}
.culture-code-quiz h3 span.score {
  color: #EBC483;
  font-size: 2em;
  display: block;
}
.culture-code-quiz ul.tcc-gif-set, .culture-code-quiz ul.tcc-progress {
  list-style: none;
  padding: 0;
  position: relative;
}
.culture-code-quiz ul.tcc-gif-set {
  margin-bottom: 1em;
  font-weight: bold;
  text-align: center;
  max-width: none;
  justify-content: center;
}
.culture-code-quiz ul.tcc-gif-set li {
  display: inline-block;
  cursor: pointer;
  margin: 0 10px;
}
.culture-code-quiz ul.tcc-gif-set li .giphy {
  height: 200px;
  width: 200px;
  background-size: cover;
  background-position: center;
  border: 5px solid white;
  border-radius: 50%;
  background-color: darkgray;
  transition: all .2s ease-in-out;
}
.culture-code-quiz ul.tcc-gif-set li[chosen='true'] .giphy {
  border: 5px solid #EBC483;
}
.no-touch .culture-code-quiz ul.tcc-gif-set li:hover .giphy {
  border: 5px solid #EBC483;
  transform: scale(1.1);
}
.no-touch .culture-code-quiz ul.tcc-gif-set li:hover .description {
  color: #EBC483;
}
.culture-code-quiz ul.tcc-gif-set li .description {
  font-family: DINNextLTPro-Bold;
  margin-top: 1rem;
}
@media only screen and (max-width: 710px) {
  .culture-code-quiz ul.tcc-gif-set li {
    margin: 0 5px;
  }
  .culture-code-quiz ul.tcc-gif-set li .giphy {
    width: 150px;
    height: 150px;
  }
}
@media only screen and (max-width: 500px) {
  .culture-code-quiz ul.tcc-gif-set li {
    margin: 0 5px;
  }
  .culture-code-quiz ul.tcc-gif-set li .giphy {
    width: 110px;
    height: 110px;
  }
}
.culture-code-quiz ul.tcc-progress {
  margin: 3rem auto 0 auto;
  height: 18px;
  justify-content: space-between;
  max-width: 600px;
  display: flex;
}
.culture-code-quiz ul.tcc-progress:before {
  content: " ";
  position: absolute;
  top: 9px;
  width: calc(100% - 1px);
  height: 1px;
  background-color: white;
  z-index: 0;
}
.culture-code-quiz ul.tcc-progress li {
  z-index: 1;
}
.culture-code-quiz ul.tcc-progress li:before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: white;
  margin: 0;
  border: 2px solid transparent;
}
.culture-code-quiz ul.tcc-progress li[clickable='true']:before {
  cursor: pointer;
  background-color: #EBC483;
}
.culture-code-quiz ul.tcc-progress li[current='true']:before {
  border-color: #EBC483;
  background-color: #EBC483;
  transform: scale(1.5);
}
@media only screen and (max-width: 710px) {
  .culture-code-quiz ul.tcc-progress {
    margin-top: 1rem;
    height: 10px;
  }
  .culture-code-quiz ul.tcc-progress:before {
    top: 6px;
  }
  .culture-code-quiz ul.tcc-progress li:before {
    width: 10px;
    height: 10px;
  }
}
.culture-code-quiz ul.tcc-progress .progress-line-background {
  top: 6px;
}
.culture-code-quiz ul.tcc-progress .progress-line-point > div {
  width: 10px;
  height: 10px;
}
.culture-code-quiz p.question {
  font-size: 1.9em;
  text-align: center;
  padding: 1rem;
  line-height: 1.2em;
  text-transform: uppercase;
  font-family: DINNextLTPro-Bold;
  max-width: none;
  color: #EBC483;
}
@media only screen and (max-width: 500px) {
  .culture-code-quiz p.question {
    font-size: 1.4em;
    margin-bottom: 0.5rem;
  }
}
.culture-code-quiz .button {
  display: block;
  font-family: DINNextLTPro-Bold;
  font-size: 18px;
  line-height: 18px;
  white-space: normal;
  text-transform: uppercase;
  font-weight: normal;
  color: white;
  text-decoration: none;
  width: 100px;
  height: 31px;
  vertical-align: middle;
  padding: 90px 74px;
  background-image: url("assets/svg/burst.svg");
  margin: 0 auto;
  transition: all 0.4s ease-in-out;
  text-indent: 0;
  background-size: 100%;
  background-repeat: no-repeat;
}
.no-touch .culture-code-quiz .button:hover {
  transform: scale(1.1);
}
.culture-code-quiz .question-container {
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.culture-code-quiz .question-container.fade-out {
  opacity: 0;
}
.culture-code-quiz .question-container.fade-in {
  opacity: 1;
}
.culture-code-quiz img {
  max-width: 200px;
}
.culture-code-quiz ol {
  list-style: none;
  counter-reset: item;
  padding: 0;
}
.culture-code-quiz ol li {
  counter-increment: item;
  margin: 0 0 2rem 0;
}
.culture-code-quiz ol li:before {
  font-family: DINNextLTPro-Bold;
  float: left;
  margin: 0 2em 2em 0;
  content: counter(item);
  background: #EBC483;
  color: white;
  border-radius: 50%;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
  text-align: center;
  display: inline-block;
  font-size: 1.5em;
}

#primary {
  float: left;
  width: 68%;
}

#secondary {
  float: right;
  width: 28%;
  font-size: 1em;
  text-align: left;
  border: none;
  margin: 2rem 0;
}
.single-post #secondary {
  margin-top: 0;
}
#secondary section {
  margin-bottom: 2rem;
}

@media screen and (max-width: 900px) {
  #secondary {
    display: none;
  }

  #primary {
    float: none;
    width: 100%;
  }
}
.widget label {
  font-family: DINNextLTPro-Bold;
}
.widget h2, .widget label {
  background: none;
  font-size: 1.2em;
  text-align: left;
  color: black;
  margin: 0 0 1rem 0;
  padding: 0;
}
.widget ul {
  margin: 0 0 0 0.5rem;
}
.widget li {
  margin: 0 0 0.5rem 0;
}
.widget a {
  color: black;
}
.widget a:hover {
  color: #4A90E2;
}
.widget select {
  width: 90%;
}
.widget.widget_search input[type=search] {
  display: inline-block;
  width: calc(100% - 30px);
}
.widget.widget_search button[type=submit] {
  display: inline-block;
  padding: 0;
  background-color: transparent;
  width: 20px;
  height: 30px;
  vertical-align: middle;
}

label {
  color: #333;
  display: block;
  font-weight: 800;
  margin-bottom: 0.5em;
}

fieldset {
  margin-bottom: 1em;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  background: #fff;
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
  border: 1px solid #bbb;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  display: block;
  padding: 0.7em;
  width: 100%;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #222;
  border-color: #333;
}

select {
  border: 1px solid #bbb;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  height: 3em;
  max-width: 100%;
}

input[type="radio"],
input[type="checkbox"] {
  margin-right: 0.5em;
}

input[type="radio"] + label,
input[type="checkbox"] + label {
  font-weight: 400;
}

button,
input[type="button"],
input[type="submit"] {
  background-color: #222;
  border: 0;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 800;
  line-height: 1;
  padding: 1em 2em;
  text-shadow: none;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}

input + button,
input + input[type="button"],
input + input[type="submit"] {
  padding: 0.75em 2em;
}

button.secondary,
input[type="reset"],
input[type="button"].secondary,
input[type="reset"].secondary,
input[type="submit"].secondary {
  background-color: #ddd;
  color: #222;
}

button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
  background: #767676;
}

button.secondary:hover,
button.secondary:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="button"].secondary:hover,
input[type="button"].secondary:focus,
input[type="reset"].secondary:hover,
input[type="reset"].secondary:focus,
input[type="submit"].secondary:hover,
input[type="submit"].secondary:focus {
  background: #bbb;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
  color: #333;
  font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
}

:-moz-placeholder {
  color: #333;
  font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
}

::-moz-placeholder {
  color: #333;
  font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
  opacity: 1;
  /* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
  color: #333;
  font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
}

.widget_dcseventeen_books_widget ul, .widget_dcseventeen_books_widget li {
  margin: 0;
  padding: 0;
}
.widget_dcseventeen_books_widget li {
  list-style: none;
  display: inline-block;
  vertical-align: top;
}
.widget_dcseventeen_books_widget li img {
  max-width: 80px;
  margin: 0 10px 0 0;
  padding: 0 0 5px 0;
}
.widget_dcseventeen_books_widget li img:hover {
  border-bottom: 5px solid black;
}
@media screen and (max-width: 1040px) {
  .widget_dcseventeen_books_widget li img {
    max-width: 70px;
    margin-right: 5px;
  }
}

svg.icon {
  width: 20px;
  height: 20px;
}

article.excerpt {
  background: #FCFAE4;
  border: 1px solid #979797;
  padding: 5em 2em 2em 2em;
  max-width: 800px;
}
article.excerpt h1, article.excerpt h2, article.excerpt h3, article.excerpt h4 {
  text-align: right;
  margin-bottom: 2em;
  font-family: AlbertinaMTStd-Regular;
}
article.excerpt h3 {
  margin-bottom: 0.5em;
}
article.excerpt hr {
  height: 1px;
  border: none;
  background: black;
  max-width: 350px;
  margin: 2em auto;
}
article.excerpt p {
  text-indent: 2em;
}

h2.excerpt {
  text-align: center;
}

/*--------------------------------------------------------------
2.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
