
/* EP Theme .ept- */
@import url(https://fonts.googleapis.com/css?family=Lato:400,700,700italic,400italic);

html {
    box-sizing: border-box;
    font-size: 62.5%;
}


.ept-body {
    color: #606c76;
    font-family: "Roboto", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    padding: 0;
    margin: 0;
}

*,
*:after,
*:before {
  box-sizing: inherit;
}

.ui-dialog {
	box-sizing: content-box;
}

/* Basic layout */
.ept-container {
    margin: 0 auto;
    max-width: 140rem;
    padding: 0 2em;
    position: relative;
}

.ept-row {
    display: flex;
    flex-direction: column;
    padding: 0;
    width: 100%;
}

.ept-column {
    display: block;
    flex: 1;
    margin-left: 0;
    max-width: 100%;
    width: 100%;
}

.ept-navigation {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
}
.ept-page {
    flex: 0 0 66.6666%;
    max-width: 66.6666%;
}


.ept-body p {
  margin-top: 0;
}

.ept-body h1,
.ept-body h2,
.ept-body h3,
.ept-body h4,
.ept-body h5,
.ept-body h6 {
  font-weight: 300;
  margin-bottom: 2rem;
  margin-top: 0;
}

.ept-body h1 {
  font-size: 4rem;
  letter-spacing: -0.1rem;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ept-body h2 {
  font-size: 3.6rem;
  letter-spacing: -0.1rem;
  line-height: 1.25;
}

.ept-body h3 {
  font-size: 3rem;
  letter-spacing: -0.1rem;
  line-height: 1.3;
}

.ept-body h4 {
  font-size: 2.4rem;
  letter-spacing: -0.08rem;
  line-height: 1.35;
}

.ept-body h5 {
  font-size: 1.8rem;
  letter-spacing: -0.05rem;
  line-height: 1.5;
}

.ept-body h6 {
  font-size: 1.6rem;
  letter-spacing: 0;
  line-height: 1.4;
}



.ept-logo {
    background: #fff;
    text-align: center;
    width: 100%;
}
.ept-logo img {
    padding: 15px 0 7px;
}

.ept-header {
    width: 100%;
}

.ept-top-border {
    padding-top: 6px;
}

.ept-top-border .ept-header-image {
    border-top: 6px solid #fff;
}

.ept-bottom-border {
    padding-bottom: 2px;
}

.ept-bottom-border .ept-header-image {
    border-bottom: 48px solid #fff;
}

.ept-header-image {
    background: linear-gradient(to right, #D3DBCE, #46A9D4);
    background-position: 50% 90%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 300px;
    position: relative;
    width: 100%;
}

.ept-header-image canvas {
}

.ept-header-title {
    color: rgba(255, 255, 255, 0.8);
    font-family: 'Lato';
    font-size: 3rem;
    font-weight: 300;
    line-height: 40px;
    margin: 0;
    padding-top: 105px;
    position: absolute;
    left: 0px;
    top: 0px;
    text-align: center;
    width: 100%;
    text-shadow: 0px 0px 3px rgba(50,50,50,0.5);
}

.ept-profile {
    margin-top: -102px;
    position: relative;
}

.ept-bottom-border + .ept-profile {
    margin-top: -140px;
}

.ept-profile-image {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border: 6px solid #fff;
    border-radius: 250px;
    display: block;
    float: left;
    margin: 0;
    height: 250px;
    width: 250px;
}

h2.ept-profile-name {
    font-size: 18px;
    line-height: 230px;
    margin: 0 0 0 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ept-body a {
  color: #0470bd;
  text-decoration: none;
}
.ept-body a:hover {
  color: #2e4e77;
  text-decoration: none;
}

.ept-body .active { font-weight: bold; }

/* Disabling classes */
.no-logo .ept-logo { display: none; }
.no-header .ept-header { display: none; }
.no-header .ept-profile { margin-top: 0; }
.no-header .ept-content { margin-top: 2em; }
.no-title .ept-header-title { display: none; }
.no-profile .ept-profile-image { display: none; }
.no-profile .ept-content { margin-top: -5em; }
.no-profile.no-name .ept-content { margin-top: 14em; }
.no-name .ept-profile-name { display: none; }


/*! responsive-nav 1.0.39 by @viljamis */

.ept-body nav ul,
.ept-body nav li {
    list-style: none;
    padding: 0;
    margin: 0;
}
    .ept-body nav ul ul {
        margin-left: 2em;
    }
.ept-body nav a {
    display: block;
    font-size: 16px;
    font-weight: 300;
    color: #485257;
    padding: 0.25em 0;
}

.ept-body .nav-collapse {
    clip: rect(0 0 0 0);
    max-height: 0;
    position: absolute;
    display: block;
    overflow: hidden;
    zoom: 1;
}

.ept-body .nav-collapse.opened {
    max-height: 9999px;
}

.ept-body .nav-toggle {
    background: url(../images/hamburger.svg) no-repeat 100% 50%;
    background-size: contain;
    color: transparent;
    display: block;
    height: 32px;
    font-weight: normal !important;
    margin: 1em 0;
    overflow: hidden;
    width: 100%;;
}

.ept-body .nav-toggle:hover,
.ept-body .nav-toggle.active {
    color: transparent;
    opacity: 0.5;
}

.ept-body nav.opened {
    background: #efefef;
    padding: 2em;
    box-sizing: content-box;
    margin-bottom: 2em;
}

.ept-body code {
    background: #f4f5f6;
    border-radius: 0.4rem;
    font-size: 86%;
    padding: 0.2rem 0.5rem;
    margin: 0 0.2rem;
    white-space: nowrap;
}

.ept-body pre {
    background: #f4f5f6;
    border-left: 0.3rem solid #9b4dca;
    font-family: "Menlo", "Consolas", "Bitstream Vera Sans Mono", "DejaVu Sans Mono", "Monaco", monospace;
}
.ept-body pre > code {
    background: transparent;
    border-radius: 0;
    display: block;
    padding: 1rem 1.5rem;
    white-space: pre;
}

.ept-body hr {
    border: 0;
    border-top: 0.1rem solid #f4f5f6;
    margin-bottom: 3.5rem;
    margin-top: 3rem;
}

/* Responsive Rules */


@media screen and (min-width: 30em) {

}

@media screen and (max-width: 49em) {
    .ept-row {
      flex-direction: column;
      margin-left: 0;
      width: calc(100%);
    }
    .ept-column {
      margin-bottom: inherit;
      padding: 0 1rem;
    }


    .ept-navigation.ept-column,
    .ept-page.ept-column {
        display: block !important;
        float: none !important;
        width: 100% !important;
        max-width: 100% !important;
        flex: none !important;
    }

    .ept-profile {
        margin-top: -55px;
    }
    .ept-bottom-border + .ept-profile {
        margin-top: -85px;
    }

        .ept-profile .ept-row {
            display: block;
        }

    .ept-profile-image {
        display: inline-block;
        border: 3px solid #fff;
        border-radius: 120px;
        float: left;
        margin: 0;
        height: 120px;
        width: 120px;
    }

    h2.ept-profile-name {
        float: left;
        flex: none;
        display: inline-block;
        font-size: 18px;
        line-height: 120px;
        margin: 0 0 0 10px;
    }

}

@media screen and (min-width: 49em) {
    .ept-row {
      flex-direction: row;
      width: 100%;
    }
    .ept-column {
      margin-bottom: inherit;
      padding: 0 1rem;
    }


    .ept-body .nav-collapse {
        position: relative;
    }
    .ept-body .nav-collapse.closed {
        max-height: none;
    }
    .ept-body .nav-toggle {
        display: none;
    }
}

@media screen and (max-width: 55em) {
	#preview .ept-row {
		  flex-direction: column;
		  margin-left: 0;
		  width: calc(100%);
		}
		#preview .ept-column {
		  margin-bottom: inherit;
		  padding: 0 1rem;
		}


		#preview .ept-navigation.ept-column,
		#preview .ept-page.ept-column {
			display: block !important;
			float: none !important;
			width: 100% !important;
			max-width: 100% !important;
			flex: none !important;
		}

		#preview .ept-profile {
			margin-top: -55px;
		}
		#preview .ept-bottom-border + .ept-profile {
			margin-top: -85px;
		}

			#preview .ept-profile .ept-row {
				display: block;
			}

	#preview .ept-profile-image {
		display: inline-block;
		border: 3px solid #fff;
		border-radius: 120px;
		float: left;
		margin: 0;
		height: 120px;
		width: 120px;
	}

	#preview h2.ept-profile-name {
		float: left;
		flex: none;
		display: inline-block;
		font-size: 18px;
		line-height: 120px;
		margin: 0 0 0 10px;
	}
}

@media screen and (min-width: 70em) {

}

@media screen and (min-width: 80em) {

}
