/********************************************************************************************

Simple v1.0.2 by Jason Schuller (Jason.sc)
Copyright Circa75 Media, LLC (Circa75.co)

*********************************************************************************************/

/* Normalization
*********************************************************************************************/

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}table{border-collapse:collapse;border-spacing:0;}

/* Setup
*********************************************************************************************/

body {
	background: #ffffff;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: normal;
	font-size: 16px;
	line-height: 1.6;
	color: #444444;
	text-rendering: optimizeLegibility;
}

/* Typography
*********************************************************************************************/

h2 {
	font-family:'Pontano Sans', sans-serif;
	color:#dd4749;
	font-weight:normal;
	font-size:37px;
	margin-bottom:11px;
	line-height: 39px;
}

h1, h3, h5, h6 {
    font-weight: 700;
	color: #303030;
	margin-bottom: 5px;
	max-width: 90%;
}

h1, h3, { 
    font-size: 24px;
    line-height: 39px;
}

h4 {font-family:'Pontano Sans', sans-serif; color:#dd4749; font-weight:normal; font-size:18px; margin-bottom:10px; line-height: 30px;" 

}

h3, h4 { 
    margin-top: 20px;
}

p, ul, ol {
    margin: 0 0 20px;
}

ul, ol {
    margin-left: 40px;
}

ul li {
    list-style: disc;
}

ol li {
    list-style: decimal;
}

em { 
    font-style: italic; 
}

strong { 
    font-weight: bold; 
}

h2 a, a:hover, a:focus{ 
    color: #dd4749;
    text-rendering: optimizeLegibility;
	text-decoration: none;
    -moz-transition-duration: 0.1s;
    -webkit-transition-duration: 0.1s;
}
a { 
    color: #2ba6cb;
    text-decoration: none;
    -moz-transition-duration: 0.1s;
    -webkit-transition-duration: 0.1s;
}

a:hover, a:focus { 
    color: #2ba6cb;
}

code, pre {
    font-family: 'Source Sans Pro', monospace;
    text-rendering: optimizeLegibility;
    font-size: 18px;
    letter-spacing: 0.1em;
    margin: 0 0.1em;
}

/* Posts
*********************************************************************************************/

article {
    width: 100%;
    border-bottom: 1px solid #f1f1f1;
    padding: 20px 0;
}

article.draft {
    display: none;
}

article:last-child,
article.single {
    border-bottom: 0;
}

.post blockquote {
    border-left:.5em solid #eee;
    padding: 0 2em;
    margin-left:0;
    max-width: 476px;
}

.post blockquote  cite {
    font-size:14px;
    line-height:20px;
    color:#bfbfbf;
}

.post blockquote cite:before {
    content: '\2014 \00A0';
}

.post blockquote p {  
    color: #666;
    max-width: 460px;
}

.post p a,
.post ul a,
.post ol a {
    border-bottom: 1px solid #ebebeb;
}

.post p, 
.post ul, 
.post ol {
    max-width: 85%;
}

.post img {
    max-width: 100%;
}

/* Buttons
*********************************************************************************************/

.post p a.button,
.post ul a.button,
.post ol a.button {
    border-bottom: 2px solid #a22928;
}

a.button {
	background-color: #df4545;
	border-style: none;
	border: 2px solid #a22928;
	padding: 2% 12.5%;
	margin-left: 30%;
	border-radius: 6px;
	cursor: pointer;
	position: relative;
	height: 63px;
	color:#fff;
	font-size:15px;
	
}


a.button:hover{
	background-color: #a22928;
	colour: #fff;
}


ul.actions {
    width: 100%;
    float: left;
    margin: 0;
}

ul.actions li {
  margin: 4%;
    list-style: none;
}

.mobile {
	display: none; }

/* Nav
*********************************************************************************************/

#main-nav{
	min-height: 80px;
	max-height: 80px;
	background-color: rgba(255,255,255,0.95);
	box-shadow: 0 1px 2px 0 rgba(0,0,0,0.1);
	-moz-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.1);
	position: fixed;
	top: 0;
	z-index: 20;
	width: 100%;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
}

.open-nav{
	max-height: 400px !important;
}

#logo{
	padding: 10px;
}

#logo h5{
	color: #888;
	font-family:'Pontano Sans', sans-serif;
	font-size: 30px;
	position: relative;
	top: -5px;
	font-weight: 300;
}

#nav-holder ul{
	list-style: none;
	margin: 0px;
	padding-top: 30px;
	overflow: hidden;
}

#nav-holder li{
	float: left;
	list-style: none;
	margin-left: 22px;
}

#nav-holder li a{
	font-family: 'Source Sans Pro', sans-serif;
	color: #888;
	
}

#nav-holder li:first-child{
	margin-left: 0px;
}
 /* Very large display  */
@media only screen and (min-width: 1441px) { .show-for-small { display: none !important; } }
/* Medium display */
@media only screen and (max-width: 1279px) and (min-width: 768px) { .show-for-small { display: none !important; } }
/* Small display */
@media only screen and (max-width: 767px) { .show-for-small { display: inherit !important; } }

.right{
float: right;}

.left{
float: left;}

@media only screen and (max-width: 767px) { 
  .left, .right { float: none; }}

.space50
{ padding-top: 50px }
.space70
{ padding-top: 70px }


/* Meta
*********************************************************************************************/

.meta {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14px;
    line-height: 19px;
    font-weight: 300;
    color: #b3b3b1;
    text-align: right;
}

.meta ul {
    border-right: 1px solid #ebebeb;
    width: 100%;
    float: right;
    margin-right: 14px;
    padding: 20px 0 26px;
    position: relative;
}

.meta ul li {
    list-style: none;
}

.meta ul li span {
    color: #ebebeb;
}

.meta ul li:after { 
    color: #ebebeb;
    content: " -";
}

.meta ul li:last-child { 
    border-radius: 50%;
    background-color: #fbfbfb;
    border: 1px solid #ebebeb;
    position: absolute;
    width: 10px;
    height: 10px;
    right: -6px;
    bottom: -6px;
}

.meta ul li:last-child:after { 
    content:"";
}

.meta ul li:first-child { 
    font-weight: 400;
}

.meta a {
    color: #b3b3b1;
}

.meta a:hover {
    color: #303030;
}

.thumbnail {
    background-color: #fbfbfb;
    border: 1px solid #ebebeb;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    padding: 5px;
    float: right;
    margin-right: -21px;
    -moz-transition-duration: 0.05s;
    -webkit-transition-duration: 0.05s;
}

.not-found .thumbnail {
    background-color: #404040;
    border-color: #404040;
}

.thumbnail img {
    border-radius: 50%;
    width: 100%;
    height: 100%;
}

/* Powered by Dropplets
*********************************************************************************************/

.powered-by {
    border-radius: 3px;
    background-color: #000000;
    color: #ffffff;
    font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
    font-size: 12px;
    position: fixed;
    display: block;
    padding: 2px 10px;
    bottom: 10px;
    right: 10px;
    cursor: pointer;
    opacity: 0.3;
}

.powered-by:hover {
    color: #ffffff;
    opacity: 0.8;
}

.powered-by img {
    height: 15px;
    float: left;
    margin: 5px 5px 0 -2px;
}

/* XL
*********************************************************************************************/

@media (max-width: 980px) {

    /* Buttons
    *****************************************************************************************/
    
    .button {
        font-size: 12px;
        line-height: 17px;
        padding: 8px 20px 9px;
        
    }
    
    /* Meta
    *****************************************************************************************/
    
    .meta {
        font-size: 12px;
        line-height: 17px;
    }
    
}

/* L
*********************************************************************************************/

@media (max-width: 820px) {
    
    /* Setup
    *****************************************************************************************/
    
    body {
    	font-size: 14px;
    	line-height: 23px;
    }
    
    /* Typography
    *****************************************************************************************/
    
    h1, h2 { 
        font-size: 18px;
        line-height: 29px;
    }
    
    h3, h4 { 
        font-size: 14px;
        line-height: 23px;
    }
    
    p {
        max-width: 100%;
    }
    
}

/* M
*********************************************************************************************/

@media (max-width: 640px) {

    /* Meta
    *****************************************************************************************/
    
    .meta {
        display: none;
    }

    
    /* Posts
    *****************************************************************************************/
    
    .post p, 
    .post ul, 
    .post ol {
        max-width: 100%;
    }

	.mobile {
	display: initial; 
	font-size: 12px;
    	color: #b3b3b1;
}
    
}

/* XS
*********************************************************************************************/

@media (max-width: 400px) {
    
    /* Articles
    *****************************************************************************************/
    
    article {
        padding: 40px 0;
    }
    
    
}

a.svg {
  position: relative;
  display: inline-block;
}

a.svg:after {
  content: ""; 
  position: absolute; 
  top: 0; 
  right: 0; 
  bottom: 0; 
  left: 0;
}

@media only screen and (max-width: 767px){

	/***** NAV ******/
	
	#main-nav{ overflow: hidden; }
	#nav-holder li { float: none; margin-left: 0px; margin-bottom: 11px; font-size:16px; }
	#nav-holder li:last-child{ margin-top: 22px;	 }
	#main-nav .blue-btn{ display: inline-block; }
	.nav-bar { height: auto; }
  .nav-bar > li { float: none; display: block; border-right: none; }
  .nav-bar > li > a.main { text-align: left; border-top: 1px solid #dddddd; border-right: none; }
  .nav-bar > li:first-child > a.main { border-top: none; }
  .nav-bar > li.has-flyout > a.flyout-toggle { position: absolute; right: 0; top: 0; padding: 22px; z-index: 2; display: block; }
  .nav-bar > li.has-flyout.is-touch > a.flyout-toggle span { content: ""; width: 0; height: 0; display: block; }
  .nav-bar > li.has-flyout > a.flyout-toggle:hover span { border-top-color: #141414; }
  .nav-bar.vertical > li.has-flyout > .flyout { left: 0; }
  .flyout { position: relative; width: 100% !important; top: auto; margin-right: -2px; border-width: 1px 1px 0 1px; }
  .flyout.right { float: none; right: auto; left: -1px; }
  .flyout.small, .flyout.large { width: 100% !important; }
  .flyout p:last-child { margin-bottom: 18px; } 
}
  
#mobile-toggle{
	float: right;
	font-size: 40px;
	color: #888;
	display: block;
	cursor: pointer;
	position: relative;
	bottom: 40px;
}