@charset "utf-8";


/*----------------------------------------------------------------------------*\
    Headhesive Specific Styles
/*----------------------------------------------------------------------------*/

/**
 * Headhesive element clone
 * > `clone` class for the cloned element:
 *
 |  var options = {
 |      classes {
 |          clone: 'banner--clone';
 |      }
 |  }
 *
 */
.banner--clone {

    /* Required styles */
    position: fixed;
    top: 0;
    left: 0;

    /* Additional styles 
    background: #c95a5d;*/
	padding: 1.8rem 0 1.5rem !important;
	width: 100%;
	color: #ffffff;
	z-index: 8;
	box-shadow: 0 5px 50px rgba(0,0,0,.1);

    /* Translate -100% to move off screen */
    -webkit-transform: translateY(-200%);
        -ms-transform: translateY(-200%);
            transform: translateY(-200%);

    /* Animations */
    -webkit-transition: all 200ms ease-in-out;
       -moz-transition: all 200ms ease-in-out;
            transition: all 200ms ease-in-out;

}

.home-link {
	display: none !important;
}
.banner--clone .home-link{
	display: inline-block !important;
}


@media screen and (max-width: 768px) {
.banner--clone {
	padding: 3.8rem 0 1.5rem !important;
	width: 100%;
}
}




/**
 * Headhesive stick
 * > `stick` class for the cloned element:
 *
 |  var options = {
 |      classes {
 |          stick: 'banner--stick';
 |      }
 |  }
 *
 */
.banner--stick {

    /* Translate back to 0%; */
    -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
            transform: translateY(0%);
}


/**
 * Headhesive unstick
 * > `unstick` class for the cloned element:
 *
 |  var options = {
 |      classes {
 |          unstick: 'banner--unstick';
 |      }
 |  }
 *
 */
.banner--unstick {
    /* Not required to use, but could be useful to have */
}













	.post-description .addthis_toolbox {
		opacity: 1;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
	display: inline-block;
	vertical-align: middle;
	}
	
	.post-description .addthis_toolbox:hover {
		opacity: 1;
	}
	
.addthis_button_facebook_like, .addthis_button_facebook_share {
	position: relative;
	top: -2px;
}

.addthis_button_facebook_share {
	margin-right: 8px;
}
.follow-like .addthis_button_facebook_share {
	margin-right: 8px;
	top: -5px;
}

.addthis_button_facebook_like, .addthis_button_facebook_share, .addthis_button_tweet {
	display: inline-block;
	padding-bottom: 3px;
	display: inline-block;
	vertical-align: middle;
float: none !important;
border: none !important;
}

.addthis_button_tweet {
	max-width: 100px;
}

.content-style-overlay .addthis_toolbox {
	text-align: center;
}
.addthis_button_twitter_follow_native {
display: inline-block;
float: none !important;
border: none !important;

}




/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/* 
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/



#cboxOverlay{background:#ffba00; z-index: 999;}
#colorbox{outline:0; z-index: 1000; max-width: 100% !important;}
#cboxContent{margin-top:32px; padding-top: 10px; overflow:visible;}
#cboxError{padding:50px; border:0px solid #ccc;}
#cboxLoadedContent{background:transparent; padding:0px; overflow:hidden !important;}
#cboxLoadingGraphic{background:url(../img/spinner.gif) no-repeat center center;}
#cboxLoadingOverlay{background:transparent;}
#cboxTitle{position:absolute; top:-22px; left:0; color:#ffffff; text-shadow:none;}
#cboxCurrent{position:absolute; width: 120px; top:-22px; right:50%; margin-right: -60px; font-size:20px; text-align: center;/* text-indent:-9999px;*/}
.cboxPhoto{
	border-radius: 3px !important;
		-webkit-transition: all .2s ease-in-out;
		-moz-transition: all .2s ease-in-out;
		-o-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out;
}

.cboxPhoto:hover{
	-webkit-transform: scale(1.08);
	-moz-transform: scale(1.08);
	transform: scale(1.08);

}


/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline: none;}

#cboxSlideshow, #cboxPrevious, #cboxNext, #cboxClose{/*text-indent:-9999px;*/font-family: "icon-font"; width:40px; height:40px; line-height:40px; font-size: 540px; font-size: 4rem; position:absolute; top:-32px; /*background:url(http://static.tumblr.com/fftf9xi/1dslqu1o1/controls.png) no-repeat 0 0;*/}

#cboxPrevious{background-position:0px 0px; left:0px; display: none !important;}
#cboxPrevious:before{content:'\e804';}
#cboxPrevious.hover{background-position:0px -25px;}

#cboxNext{background-position:-25px 0px; left:48px; display: none !important;}
#cboxNext:before{content:'\e805';}
#cboxNext.hover{background-position:-25px -25px;}

#cboxClose{background-position:-50px 0px; right:0;

}
#cboxClose:before{
	content:'\e806';

}

#cboxClose.hover{background-position:-50px -25px;}

.cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious{right:66px;}
.cboxSlideshow_on #cboxSlideshow{background-position:-75px -25px; right:44px;}
.cboxSlideshow_on #cboxSlideshow.hover{background-position:-100px -25px;}
.cboxSlideshow_off #cboxSlideshow{background-position:-100px 0px; right:44px;}
.cboxSlideshow_off #cboxSlideshow.hover{background-position:-75px -25px;}













/* ==========================================================================
   Styling for "About" Modal
   ========================================================================== */

.icon-close {
	z-index: 100;
	display: block;
	overflow: visible;
	width: 13rem;
	height: 13rem;
	text-align: center;
	line-height: 1;
	cursor: pointer;
}

.icon:before {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	text-transform: none;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	font-family: 'icon-font';
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-close {
	position: absolute;
	top: 20px;
	right: 40px;
}

.content-style-overlay .close-reveal-modal {
	top: 1rem;
	right: 0rem;
}

.icon-close:hover {
	color: #a50a05;
}

/* Styles for dummy content */

/* Style for overlay */

.content-style-overlay {
	padding: 50px 20px;
	text-align: center;
}

  .content-style-overlay {
   }
   
   
   .content-style-overlay a{
	   color: inherit;
	   border-bottom: 2px solid;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
   }
   
   
   .content-style-overlay a:hover{
	   border-bottom-color: white;
   }
   

.content-style-overlay h2 {
	margin: 0 0 1em 0;
	padding: 0;
	font-weight: 300;
	font-size: 3em;
}

.content-style-overlay p {
	   opacity: 0;
	   -moz-animation-duration: .8s;
	   -webkit-animation-duration: .8s;
	   animation-duration: .8s;
	   -moz-animation-delay: .5s;
	   -webkit-animation-delay: .5s;
	   animation-delay: .5s;
    
    -moz-transform: scale(.3);
    -webkit-transform: scale(.3);
    transform: scale(.3);/**/
	
	margin: 0 auto;
	padding: 10px 0;
	max-width: 960px;
	text-align: center;
	font-weight: bold;
	font-size:24px;
	font-size: 2.4rem;
	line-height: 1.7;
}

  .lt-ie10 .content-style-overlay p {
	   opacity: 1;
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);/**/
   }
@media screen and (max-width: 767px) {
.content-style-overlay p {
	font-size:14px;
	font-size: 1.4rem;
}
}

.headshot {

	border-radius: 100%;
	max-width: 200px;
	max-height: 200px;
}



.headshot-wrapper {
	   opacity: 0;
	   -moz-animation-duration: .4s;
	   -webkit-animation-duration: .4s;
	   animation-duration: .4s;
	   margin-bottom: 20px;
    
    -moz-transform: scale(.3);
    -webkit-transform: scale(.3);
    transform: scale(.3);/**/
}


  .lt-ie10 .headshot-wrapper {
	   opacity: 1;
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);/**/
   }

@media screen and (max-width: 767px) {
.headshot {
	border-radius: 100%;
	max-width: 120px;
	max-height: 120px;
}
}

.content-style-overlay .icon-close {
	border-radius: 50%;
	line-height: 1;
}

.content-style-overlay .icon-close:hover {
	border-color: #a50a05;	
}




@media screen and (max-width: 770px) {
	.content-style-overlay {
		font-size: 75%;
	}

	.content-style-overlay .icon-close {
		top: 5px;
		right: 5px;
	}
}








/* ==========================================================================
   REVEAL MODAL
   ========================================================================== */
meta.foundation-version {
  font-family: "/5.2.2/"; }

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0em; }

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em; }

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em; }

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em; }

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em; }

meta.foundation-data-attribute-namespace {
  font-family: false; }
   
   



/* ==========================================================================
   MODAL ICONS
   ========================================================================== */
   #socialmodal, #social-menu ul li a {
	   text-align: center;
	   }
	   
	   
   #social-menu ul, #social-menu ul li {
	   margin: 0;
	   padding: 0;
   }
   
 #social-menu ul {
	   max-width: 1200px;
	   margin: 0 auto !important;
	   padding: 0 12rem;
	   padding-top: 3rem;
 }
   
   #social-menu li a img {
	   display: block;
	   top: 0px;
	   position: relative;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
   }
   
   
   #social-menu li img {
	   opacity: 0;
	   -moz-animation-duration: .6s;
	   -webkit-animation-duration: .6s;
	   animation-duration: .6s;
    
    -moz-transform: scale(.3);
    -webkit-transform: scale(.3);
    transform: scale(.3);/**/
   }
   
.lt-ie10 #social-menu li img{
	   opacity: 1;
}
   .pinterest img {
	   -moz-animation-delay: .13s;
	   -webkit-animation-delay: .13s;
	   animation-delay: .13s;
   }
   
   .linkedin img {
	   -moz-animation-delay: .16s;
	   -webkit-animation-delay: .16s;
	   animation-delay: .16s;
   }
   
   .facebook img {
	   -moz-animation-delay: .22s;
	   -webkit-animation-delay: .22s;
	   animation-delay: .22s;
   }
   .forrst img{
	   -moz-animation-delay: .2s;
	   -webkit-animation-delay: .2s;
	   animation-delay: .2s;
   }
   .twitter img{
	   -moz-animation-delay: .3s;
	   -webkit-animation-delay: .3s;
	   animation-delay: .3s;
   }
   .dribbble img{
	   -moz-animation-delay: .25s;
	   -webkit-animation-delay: .25s;
	   animation-delay: .25s;
   }
   .instagram img{
	   -moz-animation-delay: .18s;
	   -webkit-animation-delay: .18s;
	   animation-delay: .18s;
   }
   .vine img{
	   -moz-animation-delay: .28s;
	   -webkit-animation-delay: .28s;
	   animation-delay: .28s;
   }
   .klout img{
	   -moz-animation-delay: .23s;
	   -webkit-animation-delay: .23s;
	   animation-delay: .23s;
   }
   
   .rss img{
	   -moz-animation-delay: .20s;
	   -webkit-animation-delay: .20s;
	   animation-delay: .20s;
   }
   
   
   #social-menu li a:hover img{
	   top: -10px;
   }
   
   #social-menu li{
	   display:inline-block;
/*	   margin-left: 0;
	   margin-right: 0;
	   margin-top: 0;
	   margin-bottom: 0;*/
	   margin: 20px!important;
	   height: 110px;
	   width: 110px;
   }
   
@media only screen and (max-width: 768px) {
	
 #social-menu ul {
	   /*max-width: 1000px;
	   margin: 0 auto !important;*/
	   padding: 0 5rem;
	   padding-top: 2rem;
 }
 
   #social-menu li{
	   display:inline-block;
/*	   margin-left: 0;
	   margin-right: 0;
	   margin-top: 0;
	   margin-bottom: 0;*/
	   margin: 20px!important;
	   height: 70px;
	   width: 70px;
   }
}
 
 
@media only screen and (max-width: 500px) {
	
 #social-menu ul {
	   /*max-width: 1000px;
	   margin: 0 auto !important;*/
	   padding: 0;
	   padding-top: 1rem;
 }
 
   #social-menu li{
	   display:inline-block;
/*	   margin-left: 0;
	   margin-right: 0;
	   margin-top: 0;
	   margin-bottom: 0;*/
	   margin: 10px!important;
	   height: 44px;
	   width: 44x;
   }
}
 
   
   
   #social-menu li img{
	   height:100%;
	   width: 100%;
   }



   
#tags-menu a {
	font-size: 60px;
	font-size: 6rem;
	text-transform: uppercase;
	border-bottom: none;
	display: block;
	font-weight: 900;
	
	   opacity: 0;
	   -moz-animation-duration: .6s;
	   -webkit-animation-duration: .6s;
	   animation-duration: .6s;
    
    -moz-transform: scale(.3);
    -webkit-transform: scale(.3);
    transform: scale(.3);/**/
}


/* General button style (reset) */
#tags-menu li {
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	overflow: hidden;
}

#tags-menu li:after {
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}


/* Button 1c */
#tags-menu li:after {
	width: 0%;
	height: 100%;
	top: 0;
	left: 0;
	background: #190901;
	border-radius: 60px;
}

#tags-menu a:hover li,
#tags-menu a:active li {
	border-color: transparent;
	color: #ffba00;
	
}

#tags-menu a:hover li:after,
#tags-menu a:active li:after {
	width: 100%;
}


#tags-menu ul {
-moz-column-count: 3;
-moz-column-gap: 15px;
-webkit-column-count: 3;
-webkit-column-gap: 15px;
column-count: 3;
column-gap: 15px;
padding: 0 70px;
}

#tags-menu li {
	border: 2px solid;
	margin: 0 25px 25px;
	padding: 8px 16px;
	border-radius: 60px
}

@media screen and (max-width: 1400px) {
#tags-menu ul {
-moz-column-count: 2;
-moz-column-gap: 15px;
-webkit-column-count: 2;
-webkit-column-gap: 15px;
column-count: 2;
column-gap: 15px;
padding: 0 20px;
}
}
@media screen and (max-width: 1200px) {
#tags-menu ul {
}
#tags-menu a {
	font-size: 30px;
	font-size: 3rem;
}
}

@media screen and (max-width: 767px) {
#tags-menu ul {
-moz-column-count: 1;
-moz-column-gap: 0px;
-webkit-column-count: 1;
-webkit-column-gap: 0px;
column-count: 1;
column-gap: 0px;
padding: 0 0px;
}
#tags-menu a {
	font-size: 22px;
	font-size: 2.2rem;
}

#tags-menu li {
	margin: 0 10px 15px;
	padding: 8px 16px;
	border-radius: 60px
}

}
   
   

.reveal-modal-bg {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #ffba00 !important;
  z-index: 900;
  display: none;
  top: 0;
  left: 0; 
  }
  

dialog, .reveal-modal {
  visibility: hidden;
  display: none;
  position: absolute;
  z-index: 1000;
  width: 100vw;
  top: 0;
  left: 0;
  background-color:transparent;
  padding: 1.25rem;
    }
  @media only screen and (max-width: 40em) {
    dialog, .reveal-modal {
      min-height: 100vh; } }
  @media only screen and (min-width: 40.063em) {
    dialog, .reveal-modal {
      left: 50%; } }
  dialog .column,
  dialog .columns, .reveal-modal .column,
  .reveal-modal .columns {
    min-width: 0; }
  dialog > :first-child, .reveal-modal > :first-child {
    margin-top: 0; }
  dialog > :last-child, .reveal-modal > :last-child {
    margin-bottom: 0; }
  @media only screen and (min-width: 40.063em) {
    dialog, .reveal-modal {
      margin-left: -40%;
      width: 80%; } }
  @media only screen and (min-width: 40.063em) {
    dialog, .reveal-modal {
      top: 6.25rem; } }
  dialog .close-reveal-modal, .reveal-modal .close-reveal-modal, .close-reveal-modal {
    font-size: 13rem;
    line-height: 1;
    position: absolute;
    top: -1rem;
    right: 2rem;
    color: inherit;
    font-weight: bold;
    cursor: pointer; }
	
.content-style-overlay .close-reveal-modal {
    font-size: 10rem;
    line-height: 1;
    position: absolute;
    color: inherit;
    font-weight: bold;
    cursor: pointer; }
	
  @media only screen and (max-width: 768px) {
  dialog .close-reveal-modal, .reveal-modal .close-reveal-modal, .content-style-overlay .close-reveal-modal  {
    font-size: 6rem;
    line-height: 1;
    position: absolute;
    top: 0rem;
    right: .5rem;
 }
	  
}


  @media only screen and (max-width: 500px) {
  dialog .close-reveal-modal, .reveal-modal .close-reveal-modal, .content-style-overlay .close-reveal-modal  {
    font-size: 4.4rem;
    line-height: 1;
    position: absolute;
    top: 0rem;
    right: 0rem;
 }
	  
}
	

dialog[open] {
  display: block;
  visibility: visible; }

@media only screen and (min-width: 40.063em) {
  dialog, .reveal-modal {
    padding: 1.875rem; }
    dialog.radius, .reveal-modal.radius {
      border-radius: 3px; }
    dialog.round, .reveal-modal.round {
      border-radius: 1000px; }
    dialog.collapse, .reveal-modal.collapse {
      padding: 0; }
  dialog.full, .reveal-modal.full {
    top: 0;
    left: 0;
    height: 100vh;
    min-height: 100vh;
    margin-left: 0 !important; } }
  @media only screen and (min-width: 40.063em) and (min-width: 40.063em) {
    dialog.tiny, .reveal-modal.tiny {
      margin-left: -15%;
      width: 30%; } }
  @media only screen and (min-width: 40.063em) and (min-width: 40.063em) {
    dialog.small, .reveal-modal.small {
      margin-left: -20%;
      width: 40%; } }
  @media only screen and (min-width: 40.063em) and (min-width: 40.063em) {
    dialog.medium, .reveal-modal.medium {
      margin-left: -30%;
      width: 60%; } }
  @media only screen and (min-width: 40.063em) and (min-width: 40.063em) {
    dialog.large, .reveal-modal.large {
      margin-left: -35%;
      width: 70%; } }
  @media only screen and (min-width: 40.063em) and (min-width: 40.063em) {
    dialog.xlarge, .reveal-modal.xlarge {
      margin-left: -47.5%;
      width: 95%; } }

  @media only screen and (min-width: 40.063em) and (min-width: 40.063em) {
    dialog.full, .reveal-modal.full {
      margin-left: -50vw;
      width: 100vw; } }

@media print {
  dialog, .reveal-modal {
    background: white !important; } }










/* ==========================================================================
   SEARCH BOX
==========================================================================*/
#search-box {
    position: relative;
    width: 100%;
	max-width: 1100px;
    margin: 0 auto;
	margin-bottom: 40px;
box-shadow: rgb(240, 175, 0) 1px 1px,
    rgb(240, 175, 0) 2px 2px,
    rgb(240, 175, 0) 3px 3px,
    rgb(240, 175, 0) 4px 4px,
    rgb(240, 175, 0) 5px 5px,
    rgb(240, 175, 0) 6px 6px,
    rgb(240, 175, 0) 7px 7px,
    rgb(241, 175, 0) 8px 8px,
    rgb(241, 176, 0) 9px 9px,
    rgb(242, 176, 0) 10px 10px,
    rgb(243, 177, 0) 11px 11px,
    rgb(243, 177, 0) 12px 12px,
    rgb(244, 178, 0) 13px 13px,
    rgb(245, 178, 0) 14px 14px,
    rgb(245, 179, 0) 15px 15px,
    rgb(246, 179, 0) 16px 16px,
    rgb(247, 180, 0) 17px 17px,
    rgb(247, 180, 0) 18px 18px,
    rgb(248, 181, 0) 19px 19px,
    rgb(249, 181, 0) 20px 20px,
    rgb(249, 182, 0) 21px 21px,
    rgb(250, 182, 0) 22px 22px,
    rgb(251, 183, 0) 23px 23px,
    rgb(251, 183, 0) 24px 24px,
    rgb(252, 184, 0) 25px 25px,
    rgb(253, 184, 0) 26px 26px,
    rgb(253, 185, 0) 27px 27px,
    rgb(254, 185, 0) 28px 28px,
    rgb(255, 186, 0) 29px 29px;	
}

#search-form {
    height: 50px;
    background-color: transparent;
    overflow: hidden;
}

#search-text {
    font-size: 20px;
	font-size: 2rem;
    color: #2d261f;
	font-weight: 200;
    border-width: 0;
    background: transparent;
}


#search-box input[type="text"] {
    width: 90%;
	height: 50px;
    padding: 0 15px;
    outline: none;
}

#search-button {
    position: absolute;
    top: 0;
    right: 0;
    height: 50px;
    width: 100px;
    font-size: 30px;
	font-size: 3rem;
	color: #f2f0ea;
    text-align: center;
    line-height: 50px;
    border-width: 0;
    background-color: #2d261f;
    cursor: pointer;
	font-weight: 200;
	-webkit-transition: background-color 0.1s ease-in-out;
	-moz-transition: background-color 0.1s ease-in-out;
	-o-transition: background-color 0.1s ease-in-out;
	transition: background-color 0.1s ease-in-out;
}

#search-button:hover {
    background-color: #463f39; 
}


.st-metadata {
		font-family: "futura-pt", 'Raleway', "Helvetica Neue", Helvetica, Arial, sans-serif;
		color: #463f39;
		font-size: 14px;
		font-size: 1.4rem;
}



#search-button:active {
    top: 2px;
	right: -2px;
}

::-webkit-input-placeholder {
   color: #cbb190;
}

:-moz-placeholder { /* Firefox 18- */
   color: #cbb190;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #cbb190 !important;  
}

:-ms-input-placeholder {  
   color: #cbb190;  
}


#cse, .gsc-control-cse {
	border-radius: 10px !important;
}

#cse {
}

  .gsc-control-cse {
	font-family: inherit !important;
    border-color: transparent!important;
    background-color: none!important;
	margin: 0!important;
  }
  .cse .gsc-control-cse, .gsc-control-cse {
	  padding: 0 !important;
  }
  
  .gsc-control-cse .gsc-table-result {
	font-family: "ff-meta-serif-web-pro",'Droid Serif', "Georgia", "Times New Roman", serif !important;
  }
  input.gsc-input, input.gsc-input:focus {
    border-color: transparent!important;
	box-shadow: none !important;
  }
  input.gsc-search-button {
    border-color: #2D261F!important;
    background-color: #2D261F!important;
    position: absolute!important;
    top: 0!important;
    right: 0!important;
    height: 100%!important;
    width: 100px!important;
    font-size: 30px!important;
	font-size: 3rem!important;
	color: inherit!important;
    text-align: center!important;
    line-height: 50px!important;
    border-width: 0!important;
    background-color: transparent!important;
    cursor: pointer!important;
	font-weight: 700!important;
	font-family: "futura-pt", 'Raleway', "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	text-transform: uppercase;
	font-size: 20px !important;
	font-size: 2rem !important;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
	border-radius: 0px !important;
  }
  .gsc-clear-button {
	  display: none;
  }
  
  
 input.gsc-search-button:before {
	  font-family: "icon-font" !important;
 content: '\e800' !important;
 
   }
  .gsc-tabHeader.gsc-tabhInactive {
	font-family: "futura-pt", 'Raleway', "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    border-color: #b1855a !important;
    background-color: #b1855a !important;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
  }
  .gsc-tabHeader.gsc-tabhActive {
	font-family: "futura-pt", 'Raleway', "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    border-color: #2d261f !important;
    background-color: #2d261f !important;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
  }
  .gsc-tabsArea {
    border-color: #461200;
  }
  .gsc-webResult.gsc-result, .gsc-results .gsc-imageResult {
    border-color: #FFFFFF;
    background-color: #FFFFFF;
  }
  .gsc-webResult.gsc-result:hover, .gsc-imageResult:hover {
    border-color: #FFFFFF;
    background-color: #FFFFFF;
  }
  .gsc-webResult.gsc-result.gsc-promotion:hover {
    border-color: #FFFFFF;
    background-color: #FFFFFF;
  }
  .gs-webResult.gs-result a.gs-title:link, .gs-webResult.gs-result a.gs-title:link b, .gs-imageResult a.gs-title:link, .gs-imageResult a.gs-title:link b  {
    color: #ffba00!important;
	font-family: "futura-pt-condensed", Futura, Helvetica, Arial, sans-serif; !important;
	text-align: left !important;
  }
  .gs-title {
	text-align: left !important;
  }
.gsc-control-cse .gs-spelling, .gsc-control-cse .gs-result .gs-title, .gsc-control-cse .gs-result .gs-title *{
	font-size: 20px !important;
	font-weight: 800 !important;
}

.gsc-above-wrapper-area, .gsc-result-info, .gsc-selected-option-container {
	font-size: 16px !important;
	text-transform: uppercase;
}

.gsc-selected-option-container.gsc-inline-block {
	width: 90px !important;
}
  
  .gs-webResult.gs-result a.gs-title:visited, .gs-webResult.gs-result a.gs-title:visited b, .gs-imageResult a.gs-title:visited, .gs-imageResult a.gs-title:visited b {
    color: #950000;
  }
  .gs-webResult.gs-result a.gs-title:hover, .gs-webResult.gs-result a.gs-title:hover b, .gs-imageResult a.gs-title:hover, .gs-imageResult a.gs-title:hover b {
    color: #950000;
  }
  .gs-webResult.gs-result a.gs-title:active, .gs-webResult.gs-result a.gs-title:active b, .gs-imageResult a.gs-title:active, .gs-imageResult a.gs-title:active b {
    color: #950000;
  }
  .gsc-cursor-page {
    color: #950000;
  }
  a.gsc-trailing-more-results:link {
    color: #950000;
  }
  .gs-webResult .gs-snippet, .gs-imageResult .gs-snippet, .gs-fileFormatType {
    color: #676767 !important;
	text-transform: none !important;
  }
  .gs-webResult div.gs-visibleUrl, .gs-imageResult div.gs-visibleUrl {
    color: #e4e4e4 !important;
	font-family: "futura-pt-condensed", Futura, Helvetica, Arial, sans-serif; !important;
	font-weight: bold!important;
  }
  .gs-webResult div.gs-visibleUrl-short {
    color: #A25B08;
  }
  .gs-webResult div.gs-visibleUrl-short  {
    display: none;
  }
  .gs-webResult div.gs-visibleUrl-long {
    display: block;
  }
  .gs-promotion div.gs-visibleUrl-short {
    display: none;
  }
  .gs-promotion div.gs-visibleUrl-long  {
    display: block;
  }
  .gsc-cursor-box {
    border-color: #FFFFFF;
	font-family: "futura-pt", 'Raleway', "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  }
  .gsc-results .gsc-cursor-box .gsc-cursor-page {
    border-color: #ffffff;
    color: #c7c7c7!important;
	text-decoration: none !important;
	height: 25px!important;;
	width: 29px!important;;
	font-size: 20px  !important;
	font-size: 2rem  !important;
	padding: 0px 6px !important;
	
  }
  .gsc-results .gsc-cursor-box .gsc-cursor-current-page {
    color: #ffba00!important;
	background-color: none !important;
	height: 25px!important;;
	width: 25px!important;;
	font-size: 20px  !important;
	font-size: 2rem  !important;
	padding: 0px 8px !important;
	
  }
  .gcsc-branding-text{
	      color: #c7c7c7!important;
  }
  
  
  .gsc-webResult.gsc-result.gsc-promotion {
    border-color: #FEFEDC;
    background-color: #FFFFFF;
  }
  .gsc-completion-title {
    color: #950000;
  }
  .gsc-completion-snippet {
    color: #333333;
  }
  .gs-promotion a.gs-title:link,.gs-promotion a.gs-title:link *,.gs-promotion .gs-snippet a:link  {
    color: #BDBDBD;
  }
  .gs-promotion a.gs-title:visited,.gs-promotion a.gs-title:visited *,.gs-promotion .gs-snippet a:visited {
    color: #BDBDBD;
  }
  .gs-promotion a.gs-title:hover,.gs-promotion a.gs-title:hover *,.gs-promotion .gs-snippet a:hover  {
    color: #FFBA00;
  }
  .gs-promotion a.gs-title:active,.gs-promotion a.gs-title:active *,.gs-promotion .gs-snippet a:active {
    color: #FFBA00;
  }
  .gs-promotion .gs-snippet, .gs-promotion .gs-title .gs-promotion-title-right, .gs-promotion .gs-title .gs-promotion-title-right * {
    color: #BCBCC4;
  }
  .gs-promotion .gs-visibleUrl,.gs-promotion .gs-visibleUrl-short  {
    color: #FFBA00;
  }

.gs-web-image-box, .gs-promotion-image-box {
	margin-right: 10px !important;
}

.gsc-table-result {
	margin-bottom: 20px !important;
}

.gsc-adBlock {
	
	background-color: #f2f0ea!important;
	
}

.gs-image {
	border-radius: 2px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.gsc-table-result:hover img {
	opacity: .65;
	-moz-transform:translateY(-5px);
	-webkit-transform:translateY(-5px);
	transform:translateY(-5px);
}

.gsc-input {
    font-size: 40px !important;
	font-size: 4rem !important;
	color: inherit !important;  
    outline: none !important;
	font-family: inherit !important;
	
}

.gsc-results-wrapper-overlay.gsc-results-wrapper-visible {
	border-radius: 3px !important;
	box-shadow: none !important;
}

.gsc-modal-background-image.gsc-modal-background-image-visible {
	background-color:#ffba00 !important;
	opacity: 1!important;
}








/* ==========================================================================
   NOTES & COMMENTS
   ========================================================================== */
   #comments_notes {
	   padding: 50px 20px 0 20px;
	   border-top: 1px solid #e0dfdf;
   }
   
.notes-container { display: block; }
.notes-container ol { list-style: none; }

.notes-container {
	font-size: 18px;
	font-size: 1.8rem;
	color:#90897d;
	text-align:left;
	max-width: 900px;
	margin: 0 auto;
	clear:both;
	margin-top: -10px;
	margin-bottom: 13px;
	border: 1px solid #e0dfdf;
	border-radius: 10px;
	overflow:hidden;
}

  @media only screen and (max-width: 767px) {
.notes-container {
	font-size: 14px;
	font-size: 1.4rem;
}
	  
}

.notes-container a {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
	color: #ffba00;
	/*border-bottom: 1px solid #9bcedf;*/
	text-decoration:none;
	font-weight: 900;
	letter-spacing: .5pt;
}

.notes-container a:hover {
	color:#90897d;
	/*border-bottom: 1px solid #9bcedf;*/
}
.loading {
	text-align:center;
}
.notes-hide {
text-align: center;
margin: 0 auto;
position:relative;
top: 8px;
}
ol.notes {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}

ol.notes li.note {
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
  border-bottom: solid 1px #e0dfdf;
  padding: 20px 20px;
}

ol.notes li.note:hover {
  padding: 40px 20px;
	background-color: rgba(255,255,255,.5);
}

ol.notes li.note:last-of-type {
  border-bottom: none !important;
}


ol.notes li.note img.avatar {
  vertical-align: -10px;
  margin-right: 10px;
  width: 30px;
  height: 30px;
  border-radius: 100%;
}
ol.notes li.note span.action {
  font-weight: normal;
}

ol.notes li.note .answer_content {
  font-weight: normal;
}

ol.notes li.note blockquote {
  border-color: #ffba00;
  padding: 4px 10px;
  margin: 10px 0px 0px 25px;
}

ol.notes li.note blockquote a {
	color: inherit;
	text-decoration: none;
	font-weight: 500;
	border-bottom: 1px solid #ffba00;
}
ol.notes li.note blockquote a:hover {
	color:#ffba00;
	text-decoration: none;
	border-bottom: 1px solid #ffba00;
}

a.notes-hide {
	font-size: 13px;
}

.more_notes_link {
	font-size: 22px;
	font-size:2.2rem;
	text-transform: uppercase;
}

.tabs {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
	background-color: transparent;
	margin-bottom: 20px;
	text-align: center;
}
.tabs {
	max-width: 600px;
	margin: 0 auto;
	border: 3px solid;
	border-radius: 20px;
	overflow:hidden;
}


.tabs dd {
	padding: 0px 0 0px 0px;
	vertical-align: middle;
	margin: 0;
	width: 50%;
	float: left;
	
}

.tabs a{
	display:block;
	font-size: 25px;
	font-size: 2.5rem;
	font-weight: 900;
	text-transform: uppercase;
	vertical-align: middle;
	padding: 10px 0px;
	font-weight: 900;
	color: #ffba00;
	background-color:transparent;
}

  @media only screen and (max-width: 767px) {
.tabs a{
	font-size: 18px;
	font-size: 1.8rem;
}
	  
}


.tabs a:hover{
	opacity: 1;
	text-decoration: underline;
	/*color: #90897d;*/
}
.tabs .active {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
	background-color:#ffba00;
	color: #ffffff;
	cursor: default !important;
text-shadow: rgb(245, 179, 0) 1px 1px,
    rgb(245, 179, 0) 2px 2px,
    rgb(245, 179, 0) 3px 3px,
    rgb(245, 179, 0) 4px 4px,
    rgb(245, 179, 0) 5px 5px,
    rgb(245, 179, 0) 6px 6px,
    rgb(245, 179, 0) 7px 7px,
    rgb(246, 179, 0) 8px 8px,
    rgb(246, 180, 0) 9px 9px,
    rgb(247, 180, 0) 10px 10px,
    rgb(247, 180, 0) 11px 11px,
    rgb(248, 181, 0) 12px 12px,
    rgb(248, 181, 0) 13px 13px,
    rgb(249, 182, 0) 14px 14px,
    rgb(250, 182, 0) 15px 15px,
    rgb(250, 182, 0) 16px 16px,
    rgb(251, 183, 0) 17px 17px,
    rgb(251, 183, 0) 18px 18px,
    rgb(252, 184, 0) 19px 19px,
    rgb(252, 184, 0) 20px 20px,
    rgb(253, 184, 0) 21px 21px,
    rgb(253, 185, 0) 22px 22px,
    rgb(254, 185, 0) 23px 23px,
    rgb(255, 186, 0) 24px 24px;
	/*-webkit-transform: scale(1);
	-moz-transform: scale(1);
	transform: scale(1);*/
	overflow: hidden;

}

.tabs .active:hover {
	color: #ffffff;
	opacity: 1;
	text-decoration: none;
}

.tabs-content {
	padding: 0 20px;
	margin: 50px auto;
	max-width:960px;
	
}

.tabs-content > li{
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
	display: none;
}
.tabs-content > li.active {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
	opacity: 1 !important;
	display: block;
}



#tumblr_controls,.tumblr_controls {z-index: 800 !important;}




