/*
 * Design by Sean W. Rall
 * senawrall.com
 * Code (C) Copyright 2015 Sean W. Rall
 * V 1.0
 * Updated 
 */
/* ==========================================================================
   Normalize.css (what i wanted form it)
   ========================================================================== */
::-moz-selection {
    background:#c8e4f8;
    text-shadow:none;
}
::selection {
    background:#c8e4f8;
    text-shadow:none;
}
hr {
    display:block;
    height:1px;
    border:0;
    border-top:none;
    margin:1em 0;
    padding:0;
}
img {
     border:0; 
    -ms-interpolation-mode:bicubic
}
fieldset {
    border:0;
    margin:0;
    padding:0;
}
textarea {
    resize:vertical;
}
/* ==========================================================================
   Typography
   ========================================================================== */
@font-face {
    font-family: 'SegoeUINormal';/*Normal*/
    src: url('/fonts/segoeui/segoeui-webfont.eot');
    src: url('/fonts/segoeui/segoeui-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/segoeui/segoeui-webfont.woff') format('woff'),
         url('/fonts/segoeui/segoeui-webfont.ttf') format('truetype'),
         url('/fonts/segoeui/segoeui-webfont.svg#SegoeUINormal') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'klinic_slabbold_italic';
    src: url('/fonts/klinic/klinicslabboldit-webfont.eot');
    src: url('/fonts/klinic/klinicslabboldit-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/klinic/klinicslabboldit-webfont.woff2') format('woff2'),
         url('/fonts/klinic/klinicslabboldit-webfont.woff') format('woff'),
         url('/fonts/klinic/klinicslabboldit-webfont.ttf') format('truetype'),
         url('/fonts/klinic/klinicslabboldit-webfont.svg#klinic_slabbold_italic') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'avenirltstd-medium';
    src: url('/fonts/avenir/avenirltstd-medium.eot');
    src: url('/fonts/klinic/avenirltstd-medium.eot?#iefix') format('embedded-opentype'),
         url('/fonts/klinic/avenirltstd-medium.woff') format('woff'),
         url('/fonts/klinic/avenirltstd-medium.ttf') format('truetype'),
         url('/fonts/klinic/avenirltstd-medium.svg#avenirltstd-medium') format('svg');
    font-weight: normal;
    font-style: normal;

}
body {
    font-family: SegoeUINormal, Helvetica, Arial, sans-serif;
    background-color: #ffffff;
    max-width: 100%;/*Elimates border*/
    margin: 0;
    padding: 0;
    font-size: 12px;
}
p {
    font-size:1.2em;
    color:#535353;
}
.no-link-hover:hover{
    text-decoration: none;
}
a:link {
    color:#3c86bc;
    text-decoration:none; 
}
a:visited { 
    color:#3c86bc;
    text-decoration:none; 
}
a:hover {
    color:#3c86bc;
    text-decoration:underline; 
}
a:active {  
    color:#3c86bc;
    text-decoration:none; 
}
h1 {
    font-size:2.5em;
    color:#53acac;
}
h2 {
    font-size:2em;
    color:#53acac;
}
h3 {
    font-size:1.1em;
    color:#53acac;
}
ul {
    color: #535353;
}
/* ==========================================================================
   Global Elements
   ========================================================================== */
.wrapper {
    max-width:100%;
    min-width: 800px;
}
/* ==========================================================================
   Top
   ========================================================================== */
.top {
    height: 80px;
    margin: 20px 0 150px 50px;
}
.topContainer {
    margin: 0 0 0 160px;
    padding: 39px 0 0 0;
}
.logo {
    background-image: url("/images/logo.png");
    background-repeat: no-repeat;
    height: 201px;
    width: 131px;
    float: left;
}
.name {
    font-family: klinic_slabbold_italic, Georgia, "Times New Roman", serif;
    font-size: 8em;
    color: #231f20;
    line-height: .9em;

}
.name:hover {
    color: #767575;
}
.name mark {
    font-size: .6em;
    color: #3c86bc;
    line-height: .8em;
    background-color: transparent;
}
.name:hover mark {
    color: #4ba9ed;
}
.name-com {
     font-size: .3em;
     line-height: .8em;
}
.line {
    font-family: SegoeUINormal, Helvetica, Arial, sans-serif;
    font-size: 1.5em;
    letter-spacing: -3px;
    overflow: hidden;
    width: 100%;
}
/* ==========================================================================
   Navigation
   ========================================================================== */
nav {
    font-family: klinic_slabbold_italic, Georgia, "Times New Roman", serif;
    font-size: 3em;
    color: #231f20;
    text-indent: 50px;
}
.nav {
    padding: 0 2% 0 2%;
}
nav a:first-child {
    padding: 0 2% 0 0;
}
nav a:last-child {
    padding: 0 0 0 2%;
}
nav a:link {
    color: #231f20;
    text-decoration:none; 
}
nav a:visited { 
    color: #231f20;
    text-decoration:none; 
}
nav a:hover {
    color: #767575;
    text-decoration:underline; 
}
nav a:active {  
    color: #767575;
    text-decoration:none; 
}
.lesson-nav {
	font-family: klinic_slabbold_italic, Georgia, "Times New Roman", serif;
}
.lesson-nav a:link {
    text-decoration:none;
}
.lesson-nav a:hover {
	color: #4ba9ed;
    text-decoration:none;
}
.lesson-nav-container {
	margin: 0 0 3em 0;
}
.lesson-nav-left {
	float: left;
	font-size: 3em;
    line-height: 1em;
    margin: 0 0 0 1em;
}
.lesson-nav-right {
	float: right;
	font-size: 3em;
    line-height: 1em;
    margin: 0 1em 0 0;
}
.lesson-nav-line-container {
	overflow: hidden;
}
.lesson-nav-line {
	margin: 0 0 0 -1em;
}
/* ==========================================================================
   Body Styles
   ========================================================================== */
.content {
    padding: 0 200px 0 200px;
    font-size: 1.125em;
    font-family: klinic_slabbold_italic, Georgia, "Times New Roman", serif;
}
.title {
    font-size: 3em;
    color: #231f20;
    line-height: 1em;
}
.sub-title {
    font-size: 2em;
    color: #767575;
    line-height: 1em;
    padding: 0 0 1em 1em;
}
.content-title {
    font-size: 2em;
    color: #767575;
    line-height: 1em;
    padding: 0 0 0 .5em;
}
.lesson-link {
	margin: 0 0 0 1em;
}
.content p{
    font-family: avenirltstd-medium, Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 1.25em;
    color: #231f20;
    line-height: 1.25em;
    /*text-indent: 1em;*/
    padding: 0 0 .5em 1em;
}
.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%;
}
/* ==========================================================================
   Footer
   ========================================================================== */
.footer {
    width: 101%;
    padding: 25px 0 25px 0;
    margin: 0 0 0 -1%;
    overflow: hidden;
}
.footer-line {
    font-family: SegoeUINormal, Helvetica, Arial, sans-serif;
    font-size: 1.5em;
    letter-spacing: -3px;
    overflow: hidden;
    width: 100%;
}
.footer-content {
    padding: 0 2% 0 2%;
}
.ads-amazon-stub {
    display: none;
}
/* ==========================================================================
   Media Queries
   ========================================================================== */
/* ==========================================================================
   smaller than 930 (desktop)
   ========================================================================== */
@media screen and (max-width: 1500px) {
    .content {
        padding: 0 2em 0 200px;
    }
}
@media screen and (max-width: 930px) {
    .ads-amazon-long {
        display: none;
    }
    .ads-amazon-stub {
        display: inline;
    }
}
/* ==========================================================================
   smaller than 890 (desktop)
   ========================================================================== */
@media screen and (max-width: 890px) {
    .wrapper {
        min-width: 800px;
    }
    .topContainer {
        padding: 50px 0 0 0;
    }
    nav {
        /*font-size: 3em;*/
        text-indent: 30px;
    }
    .name {
        font-size: 7em;
        line-height: .9em;
    }
    .name mark {
        font-size: .6em;
        line-height: .8em;
    }
    .name-com {
        font-size: .3em;
        line-height: .8em;
    }
}
/* ==========================================================================
   smaller than 730 (desktop)
   ========================================================================== */
@media screen and (max-width: 800px) {
    .wrapper {
        min-width: 715px;
    }
    .topContainer {
        padding: 61px 0 0 0;
    }
    .name {
        font-size: 6em;
        line-height: .9em;
    }
    .name mark {
        font-size: .6em;
        line-height: .8em;
    }
    .name-com {
        font-size: .3em;
        line-height: .8em;
    }
    nav {
        font-size: 2em;
        text-indent: 30px;
    }
    .nav {
        padding: 0 2% 0 2%;
    }
    nav a:first-child {
        padding: 0 2% 0 0;
    }
    nav a:last-child {
        padding: 0 0 0 2%;
    }
}
@media screen and (max-width: 715px) {
    .wrapper {
        min-width: 590px;
    }
    .topContainer {
        padding: 61px 0 0 0;
    }
    .name {
        font-size: 4.55em;
        line-height: .9em;
    }
    .name mark {
        font-size: .6em;
        line-height: .8em;
    }
    .name-com {
        font-size: .3em;
        line-height: .8em;
    }
    nav {
        font-size: 2em;
        text-indent: 5px;
    }
    .nav {
        padding: 0 2% 0 2%;
    }
    nav a:first-child {
        padding: 0 2% 0 0;
    }
    nav a:last-child {
        padding: 0 0 0 2%;
    }
    .lesson-nav-container {
		margin: 0 0 0 0;
	}
	.lesson-nav-left {
		float: none;
		margin: 0 0 .25em 0;
		text-align: center;
	}
	.lesson-nav-right {
		float: none;
		margin: 0 0 0 0;
		text-align: center;
	}
}


/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
/* ==========================================================================
   Doc Styles
   ========================================================================== */
p.Note {
    color:#d2232a;
    font-size: 1em;
}
li.Number-List {
    list-style-position:outside;
    list-style-type:decimal;
}
li.Number-List-1 {
    list-style-position:outside;
    list-style-type:decimal;
}
li.Number-List-Tab1 {
    list-style-position:outside;
    list-style-type:upper-alpha;
}
li.Number-List-Tab2 {
    list-style-position:outside;
    list-style-type:lower-roman;
}
.Basic-Text-Frame {
    font-size:1.2em;
    font-family: avenirltstd-medium, Arial, 'Helvetica Neue', Helvetica, sans-serif;
}