
#text {
   z-index: 100;
   position: absolute;
   color: white;
   font-size: 48px;
   font-weight: normal;
   font-family: system-ui, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
 /*  top: 200px;
   left: 200px */

   top: 50%;
   left: 50%;
	margin-right: -50%;
/*	max-width: 80%; */
   -webkit-transform: translate(-50%, -50%);
   -moz-transform: translate(-50%, -50%);
   -o-transform: translate(-50%, -50%);
   transform: translate(-50%, -50%)
}

#text a:link {
   color: white;
   text-decoration: none;
}

#text a:visited {
   color: white;
   text-decoration: none;
}

#text a:hover {
   color: #c00;
   text-decoration: none;
}

#text2 {
   z-index: 100;
   position: absolute;
   color: white;
   font-size: 48px;
   font-weight: 200;
   font-family: system-ui, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
   top: 200px;
   left: 600px
}


#cf {
   position: absolute;
 /*  top:0px;
   left:0px;*/
   width: 100%;
   height: 100%;
   margin:0 auto;
}


#cf img {
   position:absolute;
   left: 50%;
   top: 50%;
   padding: 0 0 0;   /* 0 auto 0 */
   -webkit-transition: all 1s ease-in-out;
   -moz-transition: all 1s ease-in-out;
   -o-transition: all 1s ease-in-out;
   transition: all 1s ease-in-out;

	max-width: 80%;
	/*min-width: 400px;*/
	margin-right: -50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

#cf img.top {
    -webkit-transform:scale(0,0);
    -moz-transform:scale(0,0);
    -o-transform:scale(0,0);
    transform:scale(0,0);
    opacity:0;
 }


@-webkit-keyframes cfFadeInOut {
 0% {
   opacity:1;
 }
 17% {
   opacity:1;
 }
 25% {
   opacity:0;
 }
 92% {
   opacity:0;
 }
 100% {
   opacity:1;
 }
}

@-moz-keyframes cfFadeInOut {
 0% {
   opacity:1;
 }
 17% {
   opacity:1;
 }
 25% {
   opacity:0;
 }
 92% {
   opacity:0;
 }
 100% {
   opacity:1;
 }
}

@-o-keyframes cfFadeInOut {
 0% {
   opacity:1;
 }
 17% {
   opacity:1;
 }
 25% {
   opacity:0;
 }
 92% {
   opacity:0;
 }
 100% {
   opacity:1;
 }
}

@keyframes cfFadeInOut {
 0% {
   opacity:1;
 }
 17% {
   opacity:1;
 }
 25% {
   opacity:0;
 }
 92% {
   opacity:0;
 }
 100% {
   opacity:1;
 }
}


#cf img {
  -webkit-animation-name: cfFadeInOut;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-duration: 25s;

  -moz-animation-name: cfFadeInOut;
  -moz-animation-timing-function: ease-in-out;
  -moz-animation-iteration-count: infinite;
  -moz-animation-duration: 25s;

  -o-animation-name: cfFadeInOut;
  -o-animation-timing-function: ease-in-out;
  -o-animation-iteration-count: infinite;
  -o-animation-duration: 25s;

  animation-name: cfFadeInOut;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-duration: 25s;

}

#cf img:nth-of-type(1) {
  -webkit-animation-delay: 20s;
  -moz-animation-delay: 20s;
  -o-animation-delay: 20s;
  animation-delay: 20s;
}

#cf img:nth-of-type(2) {
  -webkit-animation-delay: 15s;
  -moz-animation-delay: 15s;
  -o-animation-delay: 15s;
  animation-delay: 15s;
}

#cf img:nth-of-type(3) {
  -webkit-animation-delay: 10s;
  -moz-animation-delay: 10s;
  -o-animation-delay: 10s;
  animation-delay: 10s;
}

#cf img:nth-of-type(4) {
  -webkit-animation-delay: 5s;
  -moz-animation-delay: 5s;
  -o-animation-delay: 5s;
  animation-delay: 5s;
}

#cf img:nth-of-type(5) {
  -webkit-animation-delay: 0;
  -moz-animation-delay: 0;
  -o-animation-delay: 0;
  animation-delay: 0;
}

body {
	background: #F5F4F4;
}

.section.darker {
	background: #F1F1F1;
}

a {
    color: #08c;
}

/* IE9 */
a > img {
	border:0
}


ul.bulit {
	display: block;
	list-style-type: disc;
	margin: 0 auto 0;
	line-height: 1.19;
}

ul li {
	margin: 5px 0 5px;
}

ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, hgroup, p, blockquote, figure,
form, fieldset, input, legend, pre, abbr {
    margin: 0;
    padding: 0
}

footer, header, nav, main, section, figure, figcaption {
    display: block
}

html {
    font-family: system-ui, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    /*font-size: 112.5%*/
}


html.oldie .section-header .section-hero .headline.large {
    font-weight: normal;
    font-family: system-ui, "Helvetica Neue", "Helvetica", "Arial", sans-serif
}

strong, b {
    font-weight: bold
}

a:visited, a:link, a:active {
	color: #FF8000;
  text-decoration: none;
}

.section-header {
    min-width: 1024px;
    background: -webkit-linear-gradient(top, #fff 0%, #fff 50%, #F5F4F4 100%);
    background: linear-gradient(to bottom, #fff 0%, #fff 50%, #F5F4F4 100%)
}

.section-header .section-hero {
    margin: 0 auto
}

.section-header .section-hero .apps-icon {
    margin: 0 auto;
    padding: 0 0 0;
}

.section-header .section-hero .headline.large {
    margin-bottom: 40px;
    color: #2C3329;
    font-size: 56px;
    line-height: 1.0625;
    font-weight: 200;
    letter-spacing: 0.05em
}

.section-header .section-hero .headline.large.book {
    margin-bottom: 24px;
}

.section-header .section-hero .subhead {
    margin: 0 100px 20px;
    color: #4D5659;
    font-size: 54px;
    line-height: 1.0625;
    font-weight: 200;
    letter-spacing: -0.014em
}

.section {
    overflow: hidden;
    min-width: 1024px;
    padding: 96px 0 24px;
    text-align: center;
}

.section .subhead {
    margin: 0 0 11px;
    color: #4D5659;     /*#989067;       /* Pantone 451 */
    font-size: 52px;
    line-height: 1.08654;
    font-weight: 200;
    letter-spacing: -0.014em
}

.section .subhead .pantone452 {
    margin: 0 0 11px;
    color: #989067;       /* Pantone 451 */
    font-size: 52px;
    line-height: 1.08654;
    font-weight: 200;
    letter-spacing: -0.014em
}

.section .section-headline {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 52px;
    line-height: 1.08654;
    font-weight: 200;
    letter-spacing: -0.014em
}

.section .intro {
    width: 800px;
    margin: 0 auto 48px
}

.section .hero-image {
    margin: 0 auto
}

.section .section-content {
    margin: 0 auto 0
}

.section.section-header.book {
  margin: 0px auto 48px
}

figcaption {
    margin: auto auto 0;    /* 20px auto 0 */
    padding: 0 95px;
    font-size: 14px;
    line-height: 1.29286;
    font-weight: 400;
    color: #666
}

figcaption p {
    margin-bottom: 5px
}

figcaption ul {
	margin: 20px auto 0;
	width: 590px;
	padding: 0 35px;
	line-height: 1.19;
  font-weight: 400;
  text-align: left;
  color: #666
}

h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
    display: block;
    margin: 0
}

.product-page .section-header .apps-icon {
    background-repeat: no-repeat;
    background-size: 128px 128px;
    height: 128px;
    width: 128px;
    background-image: url("../Media/AppIcon.png")
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), (-webkit-min-device-pixel-ratio: 144), (min-resolution: 144dppx) {
    .product-page .section-header .apps-icon {
        background-image: url("../Media/AppIcon.png")
    }
}

.section-hero .hero-cta .arrowdown-icon {
	display: inline-block;
	vertical-align: middle;
	padding-top: 3px;
  background-repeat: no-repeat;
  background-size: 18px 18px;
  height: 18px;
  width: 18px;
  background-image: url("../Media/arrow_down.png")
}

.section-hero .hero-cta .arrowright-icon {
	display: inline-block;
	vertical-align: middle;
	padding-top: 3px;
  background-repeat: no-repeat;
  background-size: 18px 18px;
  height: 18px;
  width: 18px;
  background-image: url("../Media/arrow_right.png")
}

.section-header .section-hero .intro {
    width: 980px;
    margin: 5px auto 32px;
    font-size: 22px;
    line-height: 1.35417;
    font-weight: 200;
    letter-spacing: normal
}

html.oldie .section-header .section-hero .intro {
    font-weight: normal;
    font-family: system-ui, "Helvetica Neue", "Helvetica", "Arial", sans-serif
}

.section-header .section-hero .hero-cta {
    margin-bottom: 45px;
    font-size: 18px;
    line-height: 1.35417;
    font-weight: 200;
    letter-spacing: normal;
}

.section-header .section-hero .hero-cta .border-left {
    border-left: 2px solid #C0C4C4
}

.section-header .section-hero .hero-cta .left-cta {
    padding-right: 18px
}

.section-header .section-hero .hero-cta .right-cta {
    padding-left: 22px
}

.product-page .section-header .rcoach-intro-image {
	background-repeat: no-repeat;
  background-size: 840px 631px;
  height: 631px;
  width: 840px;
  background-image: url("../Media/rcoach-intro-image.png")
}


@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), (-webkit-min-device-pixel-ratio: 144), (min-resolution: 144dppx) {
    .product-page .section-header .rcoach-intro-image {
        background-image: url("../Media/rcoach-intro-image.png")
    }
}

.product-page .section-header .book-intro-image {
	background-repeat: no-repeat;
  background-size: 373px 500px;
  height: 500px;
  width: 373px;
  background-image: url("../Media/writing-requirements.jpg")
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), (-webkit-min-device-pixel-ratio: 144), (min-resolution: 144dppx) {
    .product-page .section-header .book-intro-image {
        background-image: url("../Media/writing-requirements.jpg")
    }
}


.section .section-content .intro {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 1.35417;
  font-weight: 200;
  letter-spacing: normal;
}


#header {
    background: #121426;
    color: red;
    position: relative;
    z-index: 300
}

.picture {
	-moz-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

img.picture {
    display: block
}

.more {
	display: inline-block;
	font-size: inherit;
	font-weight: inherit;
	/*border-style: solid;
	border-width: 2px;
	padding: 5px 5px 0px;*/
}

/* A bordered object */
.border {
	display: inline-block;
	font-size: inherit;
	font-weight: inherit;
	border-style: solid;
	border-width: 2px;
	padding: 5px 5px 0px;
}

.page-header {
	overflow: hidden;
  min-width: 1024px;
  padding: 96px 0 28px;
  text-align: center
}


.page-header .page-headline {
    margin-top: 0;
    margin-bottom: 16px;
    font-size: 52px;
    line-height: 1.08654;
    font-weight: 200;
    letter-spacing: -0.014em
}

.page-header .header-text {
    width: 800px;
    margin: 0 auto 28px
}


.intro-section {
	position: relative;
	overflow: hidden;
  min-width: 1024px;
  padding: 0px 0 40px;
  text-align: center
}

.intro-row {
	position: relative;
	/*display: block;*/
  display: none;
}

.intro-row img {
	position: relative;
	display: inline-block;
	left: 0;
	vertical-align: top;
	padding: 5px;
	z-index: 1
}

.intro-element-bottom img {
	position: relative;
	display: inline-block;
	left: 0;
	vertical-align: bottom;
	padding: 5px;
	z-index: 1
}


.intro-element .image-text {
	display: block;
	position: absolute;
	top: 20px;
	left: 10px;
	margin-right: 30px;
	z-index: 2;
	text-align: left;
	background: white;
	color: black;
	font-size: 14px;
  font-weight: normal;
	font-family: system-ui, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  letter-spacing: normal;
  padding: 8px 10px 5px 10px;
  line-height: 1.2;
  opacity: 0.8;
  /*box-shadow: 2px 3px 3px black;*/
}

.intro-element-bottom .image-text-bottom {
	display: block;
	position: absolute;
	bottom: 20px;
	left: 10px;
	margin-right: 30px;
	z-index: 2;
	text-align: left;
	background: white;
	color: black;
	font-size: 14px;
  font-weight: normal;
	font-family: system-ui, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  letter-spacing: normal;
  padding: 8px 10px 5px 10px;
  opacity: 0.8;
  line-height: 1.2;
  /*box-shadow: 10px 10px 5px grey;*/
}

.intro-element .image-text-bottom {
  display: block;
	position: absolute;
	bottom: 20px;
	left: 10px;
	margin-right: 30px;
	z-index: 2;
	text-align: left;
	background: white;
	color: black;
	font-size: 14px;
  font-weight: normal;
	font-family: system-ui, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  letter-spacing: normal;
  padding: 8px 10px 5px 10px;
  line-height: 1.2;
  opacity: 0.8;
}

.intro-section .intro-row {
	position: relative;
	left: 0;
	top: 0;
	padding: 10px;
}

.intro-row .intro-element {
	display: inline-block;
	position: relative;
	vertical-align: top;
	left: 0;
	top: 0;
}

.intro-row .intro-element-bottom {
	display: inline-block;
	position: relative;
	vertical-align: bottom;
	left: 0;
	bottom: 0;
}


.article-image {
	display: block;
	max-width: 1024px;
	margin: auto
}

.article-image-slender {
	display: block;
	width: 100%;
  max-width: 1400px;
  min-width: 600px;
	margin: auto
}

.main .article-caption {
	margin: 20px auto 0px;
  font-size: 13px;
  font-style: italic;
  line-height: 1.35417;
  font-weight: 400;
  letter-spacing: normal;
  text-align: center;
	height: 100%;
	max-width: 1024px
}

.main .article-caption-slender {
	margin: 10px auto 0px;
  font-size: 13px;
  font-style: italic;
  line-height: 1.35417;
  font-weight: 400;
  letter-spacing: normal;
  text-align: center;
	height: 100%;
  max-width: 1400px;
}

#img-right {
	width: 300px;
	float: right;
	padding: 5px 0px 28px 28px;
}

#img-left {
	width: 300px;
	float: left;
	padding: 5px 28px 28px 0px;
}

.article-section-slender .article-image {
  width: 800px;
	float: left;
	padding: 5px 28px 28px 0px;
}

.article-section-slender .article-image-vertical {
  width: 600px;
	float: left;
	padding: 5px 28px 28px 0px;
}

.article-header {
	overflow: hidden;
  min-width: 1024px;
  padding: 65px 0 18px;
  text-align: left
}

.article-header-slender {
	overflow: hidden;
  min-width: 600px;
  padding: 65px 0 18px;
  text-align: left
}


.article-header .article-headline {
    width: 800px;
    margin: 5px auto 0px;
    font-size: 52px;
    line-height: 1.08654;
    font-weight: 200;
    letter-spacing: -0.014em
}

.article-header-slender .article-headline {
    width: 600px;
    margin: 5px auto 16px;
    font-size: 52px;
    line-height: 1.08654;
    font-weight: 200;
    letter-spacing: -0.014em
}


.article-section .article-text .article-subheadline {
    width: 800px;
    margin: 35px auto 10px;
    font-size: 24px;
    line-height: 1.08654;
    font-weight: 300;
    letter-spacing: -0.014em
}

.article-section-slender .article-text .article-subheadline {
    width: 600px;
    margin: 35px auto 10px;
    font-size: 24px;
    line-height: 1.08654;
    font-weight: 300;
    letter-spacing: -0.014em
}

.article-section .article-text .article-largesubheadline {
    width: 800px;
    margin: 35px auto 10px;
    font-size: 32px;
    line-height: 1.08654;
    font-weight: 300;
    letter-spacing: -0.014em
}

.article-section-slender .article-text .article-largesubheadline {
    width: 600px;
    margin: 35px auto 10px;
    font-size: 32px;
    line-height: 1.08654;
    font-weight: 300;
    letter-spacing: -0.014em
}


.article-header .article-intro {
    width: 800px;
    margin: 5px auto 0px;
    font-size: 18px;
    line-height: 1.35417;
    font-weight: 400;
    letter-spacing: normal
}

.article-header-slender .article-intro {
    width: 600px;
    margin: 5px auto 0px;
    font-size: 22px;
    line-height: 1.35417;
    font-weight: 400;
    letter-spacing: normal
}


.article-section {
	position: relative;
	overflow: hidden;
  min-width: 1024px;
  padding: 0px 0 28px
}

.article-section-slender {
	position: relative;
	overflow: hidden;
  min-width: 600px;
  padding: 0px 0 28px
}

.article-section .article-text {
	position: relative;
	width: 800px;
  margin: 5px auto 32px;
  font-size: 16px;
  line-height: 1.35417;
  font-weight: 300;
  letter-spacing: normal;
  text-align: left
}

.article-section-slender .article-text {
	position: relative;
	width: 600px;
  margin: 5px auto 32px;
  font-size: 18px;
  line-height: 1.35417;
  font-weight: 300;
  letter-spacing: normal;
  text-align: left
}

.article-section .article-text p {
	margin: 10px 0 0;
}

.article-section-slender .article-text p {
	margin: 10px 0 0;
}

.article-section .article-text ul.bulit {
	display: block;
	list-style-type: disc;
	margin: 0 auto 0;
	line-height: 1.19;
}

.article-section-slender .article-text ul.bulit {
	display: block;
	list-style-type: disc;
	margin: 0 auto 0;
	line-height: 1.19;
}

.article-section .article-text ul li {
	margin: 5px 20px 5px;
}

.article-section-slender .article-text ul li {
	margin: 5px 20px 5px;
}

.article-published {
	position: absolute;
	margin: 5px auto 32px;
  font-size: 12px;
  font-style: italic;
  line-height: 1.35417;
  font-weight: 300;
  letter-spacing: normal;
  text-align: center;
	height: 100%;
	width: 100%
}

.article-section .article-text .right-pullquote {
	float: right;
	width: 250px;
	background: url("../Blog/Media/left-quote.png");
	background-repeat: no-repeat;
	font-size: 26px;
	line-height: 1.25417;
	font-style: italic;
	text-indent: 2.5em;
	padding: 38px 0px 10px 10px;
	border-top: 3px solid #A71719;
	margin-left: 20px
}

.article-section-slender .article-text .right-pullquote {
	float: right;
	width: 250px;
	background: url("../Blog/Media/left-quote.png");
	background-repeat: no-repeat;
	font-size: 26px;
	line-height: 1.25417;
	font-style: italic;
	text-indent: 2.5em;
	padding: 38px 0px 10px 10px;
	border-top: 3px solid #A71719;
	margin-left: 20px
}

.article-section .article-text .left-pullquote {
	float: left;
	width: 250px;
	background: url("../Blog/Media/left-quote.png");
	background-repeat: no-repeat;
	font-size: 26px;
	line-height: 1.25417;
	font-style: italic;
	text-indent: 2.5em;
	padding: 38px 0px 10px 10px;
	border-top: 3px solid #A71719;
	margin-right: 20px
}

.article-section-slender .article-text .left-pullquote {
	float: left;
	width: 250px;
	background: url("../Blog/Media/left-quote.png");
	background-repeat: no-repeat;
	font-size: 26px;
	line-height: 1.25417;
	font-style: italic;
	text-indent: 2.5em;
	padding: 38px 0px 10px 10px;
	border-top: 3px solid #A71719;
	margin-right: 20px
}

aside {
	margin: 0;
}

/*
aside {
	display: block;
	padding-top: 20px;
	width: 50%;
}
*/

.gallery {
	width: 980px;
	margin: 0 auto 5px;
}

.ac-gallery {
    position: relative;
    display: inline-block;
    width: 100%;
    z-index: 1
}

.ac-gallery-content {
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
    left: 100%;
    margin-left: -100%;
    background-color: #fff
}

.alternate .ac-gallery-content {
    background-color: #fafafa
}

.ac-gallery-content:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 100%;
    background-color: inherit;
    z-index: -1
}


.product-page .ac-gallery-content .image-tools-say {
    background-repeat: no-repeat;
    background-size: 735px 459px;
    height: 450px;
    width: 640px;
    background-image: url("../Media/sample-image4.png")
}

.product-page .ac-gallery-content .image-tools-communicate {
    background-repeat: no-repeat;
    background-size: 735px 459px;
    height: 424px;
    width: 640px;
    background-image: url("../Media/sample-image5.png")
}

.product-page .ac-gallery-content .image-tools-change {
    background-repeat: no-repeat;
    background-size: 735px 459px;
    height: 424px;
    width: 640px;
    background-image: url("../Media/sample-image6.png")
}

.with-paddlenav {
	position: relative
}

/* Dot navigation styles */

.dotstyle {
  text-align: center;
	margin: 0 auto 5px;
}

.dotstyle ul {
	position: relative;
	display: inline-block;
	margin: 0;
	padding: 0;
	list-style: none;
	cursor: default;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.dotstyle li {
	position: relative;
	display: block;
	float: left;
	margin: 0 12px;
	width: 12px;
	height: 12px;
	cursor: pointer;
}

.dotstyle li a {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	outline: none;
	border-radius: 50%;
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.3);
	text-indent: -999em; /* make the text accessible to screen readers */
	cursor: pointer;
	position: absolute;
}

.dotstyle li a:focus {
	outline: none;
}

/* Fill in */

.dotstyle-fillin li a {
	background-color: transparent;
	box-shadow: inset 0 0 0 1.0px #2C363A;
	-webkit-transition: box-shadow 0.3s ease;
	transition: box-shadow 0.3s ease;
}

.dotstyle-fillin li a:hover,
.dotstyle-fillin li a:focus {
	box-shadow: inset 0 0 0 1px rgba(255, 128, 0, 1.0)
}

.dotstyle-fillin li.current a {
	box-shadow: inset 0 0 0 6px #2C363A;
}

/* */

.shadow {
  -webkit-box-shadow: 5px 5px 5px #aaa;
  -moz-box-shadow: 5px 5px 5px #aaa;
  box-shadow: 5px 5px 5px #aaa;
  margin-bottom: 10px;
}


.gallery-content {
	position:relative;
	display: inline-block;
  height: 100%;
  width: 100%;
  z-index: 1;
}

#gallery-analysis {
	height: 580px;
}

#gallery-editor {
	height: 560px;
}

#gallery-metrics {
	 height: 590px;
}

#gallery-versions {
	 height: 540px;
}

#gallery-details {
	 height: 560px;
}

.gallery-content figure {
	position: absolute;
  left: 0;
	width: 100%;
	display: block;
	margin: 0 auto;
	-webkit-transition: opacity 1s ease-in-out;
	-moz-transition: opacity 1s ease-in-out;
	-o-transition: opacity 1s ease-in-out;
	transition: opacity 1s ease-in-out;
	opacity:0;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
}

.gallery-content figure.opaque {
  opacity:1;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=1);
}

.form-section {
	position: relative;
	width: 800px;
  margin: 35px auto 32px;
  padding: 0;
  font-size: 16px;
  line-height: 1.35417;
  font-weight: 300;
  letter-spacing: normal
}

.form-section .form-field {
	width: 300px;
	height: 20px;
	font-size: 14px;
  line-height: 1.35417;
  font-weight: 400;
  letter-spacing: normal;
	font-family: system-ui, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

.form-section .form-field {
	background-color: transparent;
	color: #6E8694;
  border: 1px solid #6E8694;
	padding-left: 5px
}

.form-section .form-field:focus {
	outline: none;
	border: 1px solid #ffa000;
}

.form-section .form-message {
	resize: none;
	width: 295px;
	height: 10em;
	color: #6E8694;
	background-color: transparent;
	border: 1px solid #6E8694;
	font-size: 14px;
	line-height: 1.35417;
  font-weight: 400;
  letter-spacing: normal;
	font-family: system-ui, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	padding-left: 5px;
	padding-right: 5px;
}

.form-section .top {
	vertical-align: text-top;
}

.form-section .form-message:focus {
	outline: none;
	border: 1px solid #ffa000;
}

.form-section .form-label {
	text-align: right
}

/* A honney pot for spam robots */
.form-section .form-field.catch, .form-section .catch {
  display: none
}

.product-header {
	overflow: hidden;
  min-width: 1024px;
  padding: 65px 0 18px;
  text-align: left
}


.product-header .product-headline {
    width: 900px;
    margin: 5px 0 0px;
    font-size: 52px;
    line-height: 1.08654;
    font-weight: 200;
    letter-spacing: 0.014em
}

.icon-section {
	width: 900px;
  margin: 5px auto 0;
}

.icon-section h2 {
	padding-left: 80px;
	padding-top: 10px;
}

.icon-section .apps-icon {
    background-repeat: no-repeat;
    background-size: 64px 64px;
    background-image: url("../Media/AppIcon.png")
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), (-webkit-min-device-pixel-ratio: 144), (min-resolution: 144dppx) {
    .icon-section .apps-icon {
        background-image: url("../Media/AppIcon.png")
    }
}

/* The line divider */
.product-sub:before {
    content: "";
    display: block;
    height: 1px;
  	background: #425058;
    margin: 0 0 0.5625em
}

.product-section {
	position: relative;
	overflow: hidden;
  min-width: 1024px;
  padding: 0px 0 28px;
}

.product-text .product-subheadline {
    width: 900px;
    margin: 28px auto 10px;
    font-size: 24px;
    line-height: 1.08654;
    font-weight: 300;
    letter-spacing: -0.014em
}

.product-text {
	position: relative;
	width: 900px;
  margin: 5px auto 0;
  font-size: 16px;
  line-height: 1.35417;
  font-weight: 300;
  letter-spacing: normal;
  text-align: left;
}

.product-text p {
	margin: 10px 0 0;
}

.product-text ul.bulit {
	display: block;
	list-style-type: disc;
	margin: 0 auto 0;
	line-height: 1.19;
}

.product-text ul li {
	margin: 5px 20px 5px;
}

.product-section .product-text .left-column {
	margin-right: 300px;
	width: 430px;
	float: left;
	margin-bottom: 100px
}

.product-section .product-text .right-column {
	position: absolute;
	top: 0;
	right: 0;
	width: 430px;
}

.main-page {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background: -webkit-linear-gradient(top, #fff 0%, #F5F4F4 50%, #F5F4F4 100%);
  background: linear-gradient(to bottom, #fff 0%, #F5F4F4 50%, #F5F4F4 100%)
}

input[type=submit] {
  font-family: system-ui, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 14px;
  line-height: 1.35417;
  font-weight: 300;
  letter-spacing: 0.05em;
  background-color: #8D8173;
	color: white;
  border: 1px solid #E4D1B6;
	border-radius: 20px;
	padding: 5px 20px 5px;
	margin-top: 20px;
}

input[type=submit]:hover {
	border: 1px solid #8D8173;
}

.intro-section .show-more {
  display: inline-block;
	position: relative;
	vertical-align: bottom;
  font-family: system-ui, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 14px;
  line-height: 1.35417;
  font-weight: 300;
  letter-spacing: 0.05em;
  background-color: #8D8173;
	color: white;
  border: 1px solid #E4D1B6;
	border-radius: 20px;
	padding: 5px 20px 5px;
	margin-top: 20px;
}

.intro-section .show-more:hover {
  border: 1px solid #8D8173;
}

.main .failure-section {
	position: absolute;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
 	-o-background-size: cover;
  	background-size: cover;
	width: 100%;
	height: 100%;
	background-image: url("../Media/oops-image-1.jpg");
}

.failure-section .failure-text {
	display: block;
	position: relative;
	top: 25%;
	width: 50%;
	z-index: 2;
	text-align: center;
	background: white;
  padding: 20px 20px 20px 20px;
  opacity: 0.8;
  margin: 0 auto 0;
}

.failure-text .headline {
	color: black;
	font-size: 36px;
  font-weight: normal;
  font-style: italic;
  line-height: 1.2;
	font-family: system-ui, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

.failure-text .large {
	color: black;
	font-size: 24px;
  font-weight: normal;
  font-style: italic;
  line-height: 1.2;
	font-family: system-ui, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

.article-header-slender .share-content {
  width: 600px;
  margin: 5px auto 0px;
  line-height: 1.08654;
  font-size: 14px;
  text-align: center;
}

#share-navigation .share-navlist {
  cursor: default;
  margin: 0 -10px;
  text-align: center;
  width: auto;
  height: 44px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-text-justify: distribute-all-lines;
  /* text-justify: distribute-all-lines */
  text-justify: auto;
}

.share-content .share-navitem {
	padding: 0 20px;
	display: inline-block;
  position: relative;
  height: 44px;
  z-index: 1;
  vertical-align: top;

}

.share-content ul {
	list-style: none
}

.share-navitem i {
	color: #6E8694
}

.share-navitem i:hover {
	cursor:pointer;
}

.circle {
    border:0.5px solid #6E8694;
    height:30px;
    border-radius: 50%;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
    width:30px;
    line-height: 32px;
}

.article-header-slender .author-intro {
	margin: 0px auto 40px;
  text-align: center;
	height: 100%;
}

.author-intro .author-name {
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #262E32;   /* Burgundy */
}

.author-intro .published-date {
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: normal;
  color: #525052;   /* Cool gray 11 */
}

#jan-image {
    background-image: url("../Blog/Media/author-jan.jpg");
    width: 70px;
    height: 70px;
    background-size: cover;
    background-position: center;
    border-radius: 50%;
    border: 2px solid #262E32;
}
