/*** uncss> filename: css/styles.css ***/
/* CSS reset */
/* based upon: normalize.css v2.1.0 | MIT License | git.io/normalize */
article,
footer,
header,
section {
  display: block;
}
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 16px;
}
body {
  margin: 0;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
img {
  border: 0;
}
::selection,
::-moz-selection {
  background: #4998CC;
  color: #fff;
}
body {
  -webkit-animation-duration: 0.1s;
  -webkit-animation-name: fontfix;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: linear;
  -webkit-animation-delay: 0.1s;
}
@-webkit-keyframes fontfix {
  from {
    opacity: 1;
  }
  to {
    opacity: 1;
  }
}
@viewport {
  zoom: 1.0;
  width: extend-to-zoom;
}
@-ms-viewport {
  width: extend-to-zoom;
  zoom: 1.0;
}
/* Typography */
body {
  color: #666666;
  font: normal 106.25%/1.55 'Roboto Slab', Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif;
}
h1 {
  font-size: 354.163125%;
  margin-bottom: 0.875em;
}
h2 {
  font-size: 212.5%;
  margin-bottom: 0.875em;
}
h3 {
  font-size: 141.66312499999998%;
  margin-bottom: 0.875em;
}
h4 {
  font-size: 123.961875%;
  margin-bottom: 0.875em;
  margin-bottom: 0.5rem;
}
h5 {
  font-size: 106.25%;
  margin-bottom: 0.875em;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}
h1,
h2,
h3,
h4,
h5 {
  color: #1a1a1a;
  font-family: 'Open Sans', 'Trebuchet MS', "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
  line-height: 1.1667;
  margin-top: 0;
  font-weight: normal;
}
p {
  margin: 0 0 1.75em 0;
}
blockquote {
  background: #f2f2f2;
  padding: 10px 20px;
  margin: 0 0 1.75em 0;
  position: relative;
  border-left: 3px solid #4998CC;
  overflow: hidden;
}
blockquote p {
  color: #999999;
}
blockquote p:last-child {
  margin-bottom: 0;
}
img {
  max-width: 100%;
  height: auto;
}
/* Forms */
/* WordPress specific stuff */
/* --- COMMON WORDPRESS SETTINGS --- */
/* standard WordPress image classes */
.alignleft,
.alignright {
  display: block;
  padding: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.alignleft {
  float: left;
  margin: 0.4375em 40px 0.875em 0;
}
.alignright {
  float: right;
  margin: 0.4375em 0 0.875em 40px;
}
/* Common Styles */
/* PollDaddy Embed */
/* Social menu */
/* Theme Styles */
body {
  background-color: #fff;
}
.main a {
  color: #4998CC;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.main a:hover {
  color: #317eb1;
  text-decoration: underline;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.container {
  position: relative;
  left: 0px;
  -webkit-transition: left 0.3s ease-in-out;
  -moz-transition: left 0.3s ease-in-out;
  -ms-transition: left 0.3s ease-in-out;
  -o-transition: left 0.3s ease-in-out;
  transition: left 0.3s ease-in-out;
}
#aside {
  width: 30%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 0;
  border-spacing: 0;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  position: fixed;
  left: 0;
  height: 100%;
  background: transparent;
  -webkit-transition: left 0.3s ease-in-out;
  -moz-transition: left 0.3s ease-in-out;
  -ms-transition: left 0.3s ease-in-out;
  -o-transition: left 0.3s ease-in-out;
  transition: left 0.3s ease-in-out;
}
#aside #cover-image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  vertical-align: bottom;
  position: relative;
}
#aside #cover-image .social_container {
  right: 0;
  left: 0;
  position: absolute;
  bottom: 20px;
  text-align: center;
}
#main {
  width: 70%;
  max-width: 940px;
  padding: 30px 5% 0 5%;
  margin-left: 30%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#main h1,
#main h2,
#main h3,
#main h4,
#main h5 {
  font-weight: 700;
}
#main header {
  color: #4998CC;
  margin-bottom: 1.75em;
  padding: 0 20px;
}
#main header h1 {
  font-size: 123.961875%;
  margin-bottom: 0.875em;
  margin-bottom: 0;
}
#main header h1 a {
  display: block;
  text-decoration: none;
  color: #cccccc;
  opacity: 0.8;
}
#main header h1 a:hover {
  text-decoration: underline;
  opacity: 1;
}
#main header h1.logo {
  font-size: 2.5em;
  margin: 0;
  color: #cccccc;
  opacity: 0.8;
}

#main header h2.description {
  font-size: 1.2em;
  margin: 0;
  color: #cccccc;
  opacity: 0.8;
}
#main h1.pagetitle {
  font-size: 283.336875%;
  margin-bottom: 0.875em;
  margin-bottom: 1.75em;
}
#main article {
  *zoom: 1;
  clear: both;
  padding: 20px;
  background: #fff;
}
#main article:before,
#main article:after {
  content: "";
  display: table;
}
#main article:after {
  clear: both;
}
#main article .entry {
  overflow: hidden;
}
#main article.page {
  border-bottom: 1px solid #f2f2f2;
  margin-bottom: 1.75em;
  padding-bottom: 1.75em;
}
#main article h1,
#main article h2 {
  font-size: 212.5%;
  margin-bottom: 0.875em;
}
#main article p:last-child {
  margin-bottom: 0;
}
#main #footer {
  padding: 1.75em 0.875em;
  font-size: 0.85em;
  clear: both;
  background: #f2f2f2;
  text-align: center;
}
/* Adjustment for demo site and logged in users */
/* Responsive Styles */
@media only screen and (max-width: 899px) {
  #aside {
    float: none;
    width: 100%;
    position: relative;
    height: 400px;
    border: none;
  }
  #main {
    float: none;
    width: 100%;
    margin: 0 auto;
    padding: 5%;
  }
  #main header {
    text-align: center;
  }
  #cover-image {
    height: 100px;
  }
}
@media only screen and (max-width: 699px) {
  #aside {
    height: 250px;
  }
  #main {
    font-size: 92.5%;
  }
}
@media only screen and (max-width: 449px) {
  #main {
    font-size: 85%;
    padding: 20px 0;
  }
}
@media print {
  .masthead .branding,
  .main,
  .main article {
    width: 100%;
  }
  footer {
    display: none;
  }
  .main article {
    width: 100%;
  }
  a {
    color: #666666;
  }
  footer {
    page-break-before: always;
  }
}
 
/*** uncss> filename: css/animate.css ***/
.animated{-webkit-animation-fill-mode:both;-moz-animation-fill-mode:both;-ms-animation-fill-mode:both;-o-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-duration:0.5s;-moz-animation-duration:0.5s;-ms-animation-duration:0.5s;-o-animation-duration:0.5s;animation-duration:0.5s;}
@-webkit-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-20px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
}

@-moz-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-moz-transform: translateX(-20px);
	}

	100% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
}

@-o-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-o-transform: translateX(-20px);
	}

	100% {
		opacity: 1;
		-o-transform: translateX(0);
	}
}

@keyframes fadeInLeft {
	0% {
		opacity: 0;
		transform: translateX(-20px);
	}

	100% {
		opacity: 1;
		transform: translateX(0);
	}
}

.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	-moz-animation-name: fadeInLeft;
	-o-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}
 
/*** uncss> filename: https://fonts.googleapis.com/css?family=Roboto+Slab%3A400%2C700&ver=1.0 ***/
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto Slab Regular'), local('RobotoSlab-Regular'), url(https://fonts.gstatic.com/s/robotoslab/v6/y7lebkjgREBJK96VQi37Zp0EAVxt0G0biEntp43Qt6E.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Slab Bold'), local('RobotoSlab-Bold'), url(https://fonts.gstatic.com/s/robotoslab/v6/dazS1PrQQuCxC3iOAJFEJZ_TkvowlIOtbR7ePgFOpF4.ttf) format('truetype');
}
 
/*** uncss> filename: https://fonts.googleapis.com/css?family=Open+Sans%3A700&ver=1.0 ***/
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v13/k3k702ZOKiLJc3WVjuplzInF5uFdDttMLvmWuJdhhgs.ttf) format('truetype');
}

/* Mugshot Stylings */

.mugshot {
	border: 1px solid #ddd;
	border-radius: 8px;
	padding: 3px;
	margin-right: 15px;
	margin-bottom: 10px;
	float: left;
	width: 120px;
	height: auto;
}

@media(min-width:768px) {
	.mugshot {
	border: 1px solid #ddd;
	border-radius: 8px;
	padding: 5px;
	margin-right: 15px;
	margin-bottom: 40px;
	float: left;
	}
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
