@charset "UTF-8";
/* CSS Document */
@font-face {
	font-family: 'handsean';
	src: url('/fonts/handsean-webfont.eot');
	src: url('/fonts/handsean-webfont.eot?#iefix') format('embedded-opentype'),  url('/fonts/handsean-webfont.woff2') format('woff2'),  url('/fonts/handsean-webfont.woff') format('woff'),  url('/fonts/handsean-webfont.ttf') format('truetype'),  url('/fonts/handsean-webfont.svg#hand_of_seanregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
/*@font-face {
	font-family: 'luxi_sansbold';
	src: url('//fonts/luxisb-webfont.eot');
	src: url('/fonts/luxisb-webfont.eot?#iefix') format('embedded-opentype'),  url('/fonts/luxisb-webfont.woff2') format('woff2'),  url('/fonts/luxisb-webfont.woff') format('woff'),  url('/fonts/luxisb-webfont.ttf') format('truetype'),  url('/fonts/luxisb-webfont.svg#luxi_sansbold') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'luxi_sans';
	src: url('/fonts/luxisr-webfont.eot');
	src: url('/fonts/luxisr-webfont.eot?#iefix') format('embedded-opentype'),  url('/fonts/luxisr-webfont.woff2') format('woff2'),  url('/fonts/luxisr-webfont.woff') format('woff'),  url('//fonts/luxisr-webfont.ttf') format('truetype'),  url('/fonts/luxisr-webfont.svg#luxi_sansregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'bitterbold';
	src: url('/fonts/bitter-bold-webfont.eot');
	src: url('/fonts/bitter-bold-webfont.eot?#iefix') format('embedded-opentype'),  url('/fonts/bitter-bold-webfont.woff2') format('woff2'),  url('/fonts/bitter-bold-webfont.woff') format('woff'),  url('/fonts/bitter-bold-webfont.ttf') format('truetype'),  url('/fonts/bitter-bold-webfont.svg#bitterbold') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'merriweatherbold';
	src: url('merriweather-bold-webfont.eot');
	src: url('merriweather-bold-webfont.eot?#iefix') format('embedded-opentype'),  url('merriweather-bold-webfont.woff2') format('woff2'),  url('merriweather-bold-webfont.woff') format('woff'),  url('merriweather-bold-webfont.ttf') format('truetype'),  url('merriweather-bold-webfont.svg#merriweatherbold') format('svg');
	font-weight: normal;
	font-style: normal;
}*/
html, body {
	font-size: 14px;
}
body {
	font-family: 'source-sans-pro', 'candara', arial, sans-serif;
	background-color: #dff2fa;
}
p, ul {
	font-size: 1rem;
	line-height: 1.25;
}
ul li {
  margin-left: auto;
  text-align: left;
}
h1, h2, h3 {
	font-family: 'lora', 'Georgia', serif;
	font-size: 1.5rem;
	font-weight: 700;
}
h4 {
	font-family: 'source-sans-pro', 'candara', 'arial', sans-serif;
	font-weight: 700;
}
h1 {
	color: #143aca;
}
h2 {
  color: #e3e9df;
  display: inline-block;
  text-transform: none;
  background: #143aca;
  padding-top: 0.25em;
  padding-right: 0.25em;
  padding-left: 0.25em;
  padding-bottom: 0.25em;
  line-height: 1;
  text-decoration: none;
}
h3, h4 {
	text-align: center;
}
h3 {
  font-size: 2rem;
  text-transform: uppercase;
  padding-left: 0px;
}
h4 {
  font-size: 1rem;
  margin-bottom: 1em;
}
hr {
	border: 1px solid rgba(68,68,68,.75);
}
.reveal-modal p, .reveal-modal ul{
	font-style: italic;
}
.reveal-modal ul {
	margin-left: 4em;
}
.reveal-modal a {
	text-decoration: underline;
}
p.next {
	margin-bottom: 0;
}
/* HELPER CLASSES */
.fade {
	display: none;
}
.right {
	float: right;
}
.clear {
	clear: both;
}
p.smaller {
	font-size: .75em;
}
.rot3 {
	-ms-transform: rotate(-3deg); /* IE 9 */
	-webkit-transform: rotate(-3deg); /* Chrome, Safari, Opera */
	transform: rotate(-3deg);
}
.shrink {
	width: 60%;
}
.shrink-med {
	width: 70%;
}
.move-right {
	margin-left: -1em;
}
.move-down {
	margin-top: 1.5em;
}
.bottom-marg {
	margin-bottom: 2em;
}
.reveal-modal {
	max-width: 50em;
	border-radius: .5em;
	border: 1px solid #000000;
}
.reveal-modal-bg {
	background: rgba(28,140,166,.75);
}
.container {
	width: 100%;
	min-height: 1000px;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 2%;
	padding-right: 2%;
	padding-bottom: 2em;
	background-color: #dff2fa;
	box-shadow: 1px 1px 2px 1px #666;
}
section {
}
.top-bar {
	background-color: #0f8ca7;
	color: #fff;
	height: 54px;
	box-shadow: 0 1px 2px 1px #666;
}
.top-bar .menu a span {
	padding-right: 1em;
}
.top-bar .menu a span i {
	font-size: 1.5rem;
}
.dropdown-menu li a {
	text-align: right;
	text-transform: uppercase;
	line-height: 3em;
}

.top-bar h1 {
  font-weight: 700;
  font-size: 1.5rem;
  font-variant: small-caps;
  padding-left: .5em;
  padding-right: .5em;
}
nav a {
	color: #fff;
}
nav a:hover {
	color: #d90e1c;
}
nav h1 a{
	letter-spacing: 0;
}
nav h1 a:hover {
	color: #fff;
}
ul.inline {
	display: none;
}
.intro {
	padding-top: 5em;
}
img.logo {
	width: 28%;
	opacity: .85;
	margin-right: 2%;
}
.philip {
	padding-top: 2em;
	margin-left: -1em;
	margin-right: -1em;
}
/*.headshot {
	width: 7em;
	height: 10em;
	overflow: hidden;
	border: 2px solid #d90e1c;
	float: left;
	margin-right: .5em;
	margin-bottom: 2em;
}
*/
img.headshot {
	width: 100%;
	height: auto;
	border: 2px solid #d90e1c;
}
.quote, .cite {
  font-family: 'handsean', 'Shadows Into Light', cursive;
  font-size: 1.125rem;
  color: #143aca;
}
.quote {
	text-align: left;
}
.cite {
	text-align: center;
}
ul.tutor>li, .online li {
	margin-bottom: 1em;
}
.online li,
.tutoring li {
	list-style-type:none;
	color: #000;
	text-indent: -1.3em;
}
.online li:before,
.tutoring li:before {
    /* Unicode bullet symbol */
    content: '\2714 ';
    /* Bullet color */
    color: #d90e1c;
    padding-right: 0.5em;

}
.bottom-logo h1 {
	text-align: center;
}
.bottom-logo img {
	width: 60%;
	margin-left: 20%;
}
section.contact {
	padding-bottom: 4em;
}
#show {
	text-decoration: underline;
	color: #d90e1c;
}
#hide {
	margin-bottom: 1em;
	padding-bottom: 1em;
}
#hide a {
	float: right;
	color: #d90e1c;
}

#resume {
	background: rgba(255,255,255,.85);
	padding: 1em;
	display: none;
}
#resume h4,
#resume h5,
#resume ul li {
	font-family: 'lora', 'Georgia', serif;
}
#resume h4 {
	font-variant: small-caps;
	font-size: 1.35rem;
}
#resume h5 {
	text-decoration:underline;
	text-transform: uppercase;
	font-size: 1rem;
}
.reference {
	margin: 0 0 2em;
	background-color: rgba(255,255,255,.4);
	padding: 1em 1em 0 1em;
}
.reference p {
	border-left: #d90e1c solid 1px;
	color: #d90e1c;
	padding-left: 1em;
	font-style: italic;
	font-weight: 500;
	text-align: left;
}
.reference .ref-cite {
	text-align: right;
	margin-top: -1em;
	border: none;
}
.ref-cite:before {
	content: '— ';
}
@media only screen and (min-width: 25.063rem) {
.container {
	background: url(../images/gridbox7.png), left top, repeat;
	background-color: #fff;
}
p, ul {
  text-align: left;
}
.quote, .cite {
  font-family: 'handsean', 'Shadows Into Light', cursive;
  color: #143aca;
  width: auto;
}

.bottom-logo img {
	width: 50%;
	margin-left: 25%;
}

}
@media only screen and (min-width: 35.063rem) {
	.indent30 {
	margin-left: 30%;
}
img.logo {
	width: 25%;
	margin-right: 5%;
}


.philip {
	padding-top: 2em;
	margin-left: 0;
	margin-right: 0;
}
.headshot {
  width: 88%;
  height: 12em;
  margin-right: 1em;
  margin-bottom: 0;
}
.bottom-logo img {
	width: 40%;
	margin-left: 30%;
}
}
@media only screen and (min-width: 40.063rem) {
html,body {
		font-size: 15px;
	}
	p, ul {
		line-height: 1.5;
	}

.top-bar-section .has-dropdown {
	width: 180px;
}
img.logo {
	margin-bottom: 2em;
}
.hide-for-small.menu {
	display: inline-block;
}
.fade {
	display: inherit;
	opacity: .35;
}
.red-border {
	padding-left: 1em;
	border-left: 2px solid #d90e1c;
}
.philip {
	margin-left: -2.5em;
}
h1, h2 {
  font-family: 'Lora', 'Georgia', serif;
  
}
h1 {
	color: #143aca;
}
h2 {
	color: #E3E9DF;
	background: #143aca;
	display: inline-block;
	padding: .25em .5em;
	line-height: 1;
	text-decoration: none;
}
#resume ul {
	margin-left: 2em;
}
#resume h5 {
	margin-left: 1em;
}
}

@media only screen and (min-width: 55.063rem) {
	html,body {
		font-size: 16px;
	}
	p,ul {
		font-size: 1.125rem;
	}
	.reveal-modal {
		
	}
.container {
	padding-left: 4%;
	padding-right: 4%;
}

	h4 {
		font-size: 1.25rem;
	}



.move-left {
	margin-left: 3em;
}
.quote, .cite {
	font-size: 1.2rem;
}
}
@media only screen and (min-width: 60.063rem) {
.top-bar .title-area {
	display: block;
	width: 100%
}
.top-bar h1  {
	text-align: center;
	font-size: 1.75rem;
	line-height: 1.25;
}

.top-bar {
	height: 70px;
}
	.right.menu {
	display: none;
}
	ul.inline {
	display: block;
	clear: both;
	width: 51rem;
	margin-left: auto;
	margin-right: auto;
	}
ul.inline li {
	display: inline-block;
	color: #fff;
	font-size: 1rem;
	/*text-transform: uppercase;*/
	padding-left: .5em;
	padding-right: .5em;
	margin-left: auto;
	margin-right: auto;
	border-right: 1px solid #fff;
}
ul.inline li:first-child {
	/*border-left: none;*/
	margin-left: auto;
}
ul.inline li:last-child {
	padding-right: none;
	border-right: none;
}
ul.inline li:hover {
	background-color: rgba(255,255,255,.9);
	color: #d90e1c;
}
	.rise {
	position: relative;
	right: 0;
	top: -55px;
}
}
@media only screen and (min-width: 75.063rem) {
body {
	background-image: url(../images/bgsketches50.png), url(../images/bgsketches50.png);
	background-position: left top, right top;
	background-repeat: repeat-y, repeat-y;
}
}
