body {
    background: url(../images/CEVBG.jpg) center no-repeat fixed black;
	line-height: 1.5;
    font-weight: normal;
    color: #999999;
    -webkit-font-smoothing:antialiased;
    font-family: 'Open Sans',sans-serif;
	font: 0.9rem 'Open Sans',sans-serif;
}

p {
	color: #999999;
	font: 'Open Sans',sans-serif;
}

#adminBg a.small.button.secondary, a:active.small.button.secondary, a:link.small.button.secondary, a:visited.small.button.secondary {
	color: #1e2327;
	text-decoration: none;
	outline: none;
}
#adminBg a:focus.small.button.secondary, a:hover.small.button.secondary {
    color: #134266;
    text-decoration: none;
    outline: none;
    -webkit-transition: color 0.2s linear;
    -moz-transition: color 0.2s linear;
    -ms-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    transition: color 0.2s linear;
}
#adminBg a.small.button, a:active.small.button, a:link.small.button, a:visited.small.button {
	color: #e9e9e9;
	text-decoration: none;
	outline: none;
}
#adminBg a:focus.small.button, a:hover.small.button {
    color: #0fbd24;
    text-decoration: none;
    outline: none;
    -webkit-transition: color 0.2s linear;
    -moz-transition: color 0.2s linear;
    -ms-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    transition: color 0.2s linear;
}
a, a:active, a:link {
    color: #3498db;
    text-decoration: none;
    outline: none;
    -webkit-transition: color 0.2s linear;
    -moz-transition: color 0.2s linear;
    -ms-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    transition: color 0.2s linear;
}

a:visited {
    color: #3498db;
    text-decoration: none;
    outline: none;
}

a:focus, a:hover {
    color: #0070bb;
    text-decoration: none;
    outline: none;
    -webkit-transition: color 0.2s linear;
    -moz-transition: color 0.2s linear;
    -ms-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    transition: color 0.2s linear;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans',sans-serif;
    font-weight: normal;
    font-style: normal;
    color: #222222;
    text-rendering: optimizeLegibility;
    margin-top: 0.2rem;
    margin-bottom: 0.5rem;
    line-height: 1.4;
}

.th {
	line-height: 0;
	display: inline-block;
	border: 2px solid #c2c2c2;
	max-width: 100%;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
	transition: all 200ms ease-out;
}
.th:hover, .th:focus {
    box-shadow: 0 0 6px 1px rgba(43, 166, 203, 0.5);
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    font-size: 60%;
    color: #999999;
    line-height: 0;
}
h1.orbitTitle {
	padding-left: 0px;
	padding-top: 0px;
	z-index: 98;
	color: #ffffff;
	position: relative;
	top: 260px;
	left: 30px;
	height: 0;
	margin-top: 0;
}
h1.orbitTitleNoOrbit:before {
        position: absolute;
        left: -27px;
        top: 10px;
        background: url(../images/arrow.png) no-repeat 0 0 transparent;
        width: 32px;
        height: 50px;
        content: " ";
    }
h1.entry-title:before {
        position: absolute;
        left: -27px;
        top: 10px;
        background: url(../images/arrow.png) no-repeat 0 0 transparent;
        width: 32px;
        height: 50px;
        content: " ";
    }
 
 
#primaryImageNew {
 	padding: 0 12px 10px 0;
	margin-left: -41px;
	margin-top: -45px;
}
#slideshowText { 
    z-index: 100;
 	width: 100%;
 	margin-top: 0;
} 
#slideshowText h1 {
 	color: #999999;
 	left: 30px;
	margin-bottom: -4px;
}
#slideshowText p { 
 	color: #999999; 
 	font-size: 1.5em; 
 	line-height: 1.4em;
	margin-top: -8px;
}
/*#primaryImageNew {
 	padding: 95px 0 20px;
 	margin-top: -140px;
 	margin-left: -53px;
 	margin-right: -53px;
 	position: static;
 	height: auto;
 	background-color: #a15656;
 	opacity: 0.42;
}*/
 
 a.tagLink.button.info {
 	font-size: 10pt;
 	text-transform: lowercase;
 	margin-top: 10px;
 	margin-bottom: 10px;
 	margin-right: 5px;
 	border-top-left-radius: 4px;
 	border-top-right-radius: 4px;
 	border-bottom-left-radius: 4px;
 	border-bottom-right-radius: 4px;
 	padding: 5px;
 	float: left;
 	clear: none;
 	display: inline-block;
 	position: static;
 	background-color: rgb(224, 224, 224);
 	color: rgb(56, 67, 74);
 	transition-property: background-color;
 	-webkit-transition-property: background-color;
 	transition-duration: 500ms;
 	-webkit-transition-duration: 500ms;
 	transition-timing-function: ease;
 	-webkit-transition-timing-function: ease;
 }
a.tagLink.button.info:hover {
	background-color: rgb(81, 190, 252);
	color: white;

}
 
 
 
 
 
 


/* ORBIT SLIDESHOW TWEAKS */
.orbitReviews .orbit-container  {
    position: relative;
    top: 0px;
    left: 0;
	width: 100%;
	bottom: 10px;
	height: 200px;
	-moz-box-shadow: 0 0 0px #000000;
	box-shadow: 0 0 0px #000000;
	display: block;
	margin-bottom: 0 !important;
}
.orbitReviews .orbit-container li blockquote {
	color: #383838;
	font-size: 26px;
	text-align: center;
	background-color: transparent;
	padding-left: 60px;
	padding-right: 60px;
	margin: 0;
	border-left: 0px solid #dddddd;
}

.orbitReviews .orbit-container .orbit-prev,
.orbitReviews .orbit-container .orbit-next {
    z-index: 102;
	color: #e12424;
}
.orbitReviews .orbit-container .orbit-timer {
    position: absolute;
    top: 12px;
    right: 10px;
    height: 6px;
    width: 100px;
    z-index: 103;
	
}
.orbitReviews .orbit-container .orbit-timer .orbit-progress {
    height: 3px;
    background-color: rgba(255, 255, 255, 0.3);
    display: block;
    width: 0%;
    position: relative;
    right: 20px;
    top: 5px;
    z-index: 104;    
}
.orbitReviews .orbit-container .orbit-slide-number {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 12px;
    color: white;
    background: rgba(0, 0, 0, 0);
    z-index: 105;
}
.orbitReviews .orbit-container .orbit-slides-container > * .orbit-caption { 
    z-index: 100;
	width: 100%;
	position: absolute;
	background: url(../images/gfoeBlackBottom.png) 0 bottom repeat-x transparent;
	margin-top: 45px;
	padding-top: 300px;
	height: 400px;
} 

.orbitReviews .orbit-container .orbit-slides-container > * .orbit-caption h1 { 
	color: #ffffff;
	position: absolute;
	left: 30px;
	top: 320px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
.orbitReviews .orbit-container .orbit-slides-container > * .orbit-caption h3 { 
	color: #ffffff;
	position: absolute;
	left: 20px;
	top: 340px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-align: left;
}
.orbitReviews .orbit-container .orbit-slides-container > * .orbitReviewText p { 
	color: #4b4b4b; 
	font-size: 4em; 
	line-height: 1.4em;
	margin-left: 14px;
	position: absolute;
	display: block;
}


















 
 
/* ORBIT SLIDESHOW TWEAKS */
.orbit-container  {
    position: relative;
    top: 0px;
    left: 00px;
	width: 100%;
	bottom: 10px;
	-moz-box-shadow: 0 0 10px #000000;
	box-shadow: 0 0 10px #000000;
	
}
#orbitTitleText p {
	color: #0ee40e;
	font-size: 18px;
	text-align: center;
	background-color: transparent;
}

.orbit-container .orbit-prev,
.orbit-container .orbit-next {
    z-index: 102;
	color: #e12424;
}
.orbit-container .orbit-timer {
    position: absolute;
    top: 12px;
    right: 10px;
    height: 6px;
    width: 100px;
    z-index: 103;
	
}
.orbit-container .orbit-timer .orbit-progress {
    height: 3px;
    background-color: rgba(255, 255, 255, 0.3);
    display: block;
    width: 0%;
    position: relative;
    right: 20px;
    top: 5px;
    z-index: 104;    
}
.orbit-container .orbit-slide-number {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 12px;
    color: white;
    background: rgba(0, 0, 0, 0);
    z-index: 105;
}
.orbit-container .orbit-slides-container > * .orbit-caption { 
    z-index: 100;
	width: 100%;
	position: absolute;
	background: url(../images/gfoeBlackBottom.png) 0 bottom repeat-x transparent;
	margin-top: 45px;
	padding-top: 300px;
	height: 400px;
} 

.orbit-container .orbit-slides-container > * .orbit-caption h1 { 
	color: #ffffff;
	position: absolute;
	left: 30px;
	top: 320px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
.orbit-container .orbit-slides-container > * .orbit-caption h3 { 
	color: #ffffff;
	position: absolute;
	left: 20px;
	top: 340px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-align: left;
}
.orbit-container .orbit-slides-container > * .orbit-caption p { 
	color: #dedede; 
	font-size: 1.5em; 
	line-height: 1.4em;
	margin-left: 14px;
	position: absolute;
}
.orbit-bullets-container {
    text-align: right;
}

.orbit-bullets {
	margin: 0 30px 30px auto;
	overflow: hidden;
    position: absolute;
    top: 380px;
    float: right;
    text-align: center;
    display: block;
	background-color: transparent;
	color: #ffffff;
}

.orbit-bullets li {
    cursor: pointer;
    display: inline-block;
    width: 0.5625rem;
    height: 0.5625rem;
    background: #cccccc;
    float: none;
    margin-right: 6px;
    border-radius: 1000px;
}

.orbit-bullets li.active {
    background: #999999;
}

.orbit-bullets li:last-child {
    margin-right: 0;
}

/* ORBIT STORY SLIDESHOW TWEAKS */

#logo {
	   position: relative;
	height: 0px;
	   width: 190px;
	   z-index: 103;
	left: 0;
	top: 0px;
	margin-left: -40px;
}


#logoFooter {
    position: absolute;
	height: 6px;
    width: 310px;
    z-index: 103;
	background-color: transparent;
	left: 0;
	top: 40px;
}

.storyBody {
	padding-left: 40px;
	padding-left: 0px;
	padding-top: 0px;
	background-color: transparent;
	margin-top: 40px;
}
#missionStatement { 
	background-color: rgba(0, 0, 0, 0.8);
	height: auto;
	z-index: 103;
	float: left;
	padding: 20px;
	-webkit-border-radius: 8px; 
	-moz-border-radius: 8px; 
	border-radius: 8px;
	-moz-box-shadow: 0 0 50px #000000;
	box-shadow: 0 0 50px #000000;
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: center;
}


#missionStatement p { 
	color: #dedede; 
	font-size: 1.5em; 
	line-height: 1.4em;
}

.clearing-close {
        position: absolute;
        top: 60px;
        right: 20px;
        padding-left: 0;
        padding-top: 0;
    }



/* HEADER LOGO */
  

   

  /* TEXT TWEAKS */

p.caption{
  	background-color: transparent;
  	font-size: 12px;
  	color: #525252;
  	font-style: italic;
  	padding-left: 0px;
	padding-right: 0;
	margin-left: 0;
	padding-top: 10px;
}
  
  
p.small {
  	font-family: 'Droid Serif',serif;
  	font-style: italic;
}
  
    
/* TOP NAVIGATION */
#headerBg {
	-moz-box-shadow: 0 0 10px #000000;
	box-shadow: 0 0 10px #000000;
	opacity: 1;
	background: #0f0f0f;
	z-index: 3500;
}
.top-bar {
    background: #0f0f0f;
    }
nav.top-bar {
	
}
section.top-bar-section {
    text-align:right;
}

@media only screen and (max-width: 40em) {
  section.top-bar-section {
    display: block;
  }
}

.panel {
    border-style: solid;
    border-width: 2px;
    border-color: #d8d8d8;
    margin-bottom: 1.25rem;
    padding: 1.55rem;
    background: #525252;
    -webkit-border-radius: 8px; 
    -moz-border-radius: 8px; 
    border-radius: 8px;
}


/* SIDEBAR NAVIGATION (STICKY) */

#sideNavStick {
    margin-top: 6px
}

#sideNavStick h6 {
    font-family: "ProximaNovaCondensedBold", "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, sans-serif;
    border-bottom: solid 1px #ddd;
    padding-bottom: 5px;
    margin-bottom: 14px;
    font-size: 13px;
    font-weight: normal;
    text-transform: uppercase;
    color: #777
}

#sideNavStick {
    margin-top: 6px
}

#sideNavStick h6 {
    border-bottom: solid 1px #eee;
    padding-bottom: 5px;
    margin-bottom: 14px
}

  /* GALLERY STORY PAGE */

#contributorsfeatures {
    padding: 40px 0 0 0;
    background: #f8f8f8;
    margin: 0 0 40px !important;
}

#contributorsfeatures h3 {
    margin-bottom: 8px;
}

#contributorsfeatures div.pic {
    max-width: 110px;
    max-height: 110px;
    background-size: 100% 100%;
}

#contributorsfeatures > .row > .nine > p {
    margin-bottom: 40px;
}

#contributorsfeatures img .pics {
    position: absolute;
    bottom: 0;
    margin-bottom: -20px;
}

.contributors img {
    border: solid 5px white;
    box-shadow: 1px 1px 2px #dddddd;
}

/* STORY PAGE */
#pageBg {
	background: url(../images/whiteBg.png) repeat;
	-moz-box-shadow: 0 0 10px #000000;
	box-shadow: 0 0 10px #000000;
	padding-right: 30px;
	padding-left: 30px;
	padding-top: 10px;
	margin-top: -10px;
}
#adminBg {
	background: url(../images/whiteBg.png) repeat;
	-moz-box-shadow: 0 0 10px #000000;
	box-shadow: 0 0 10px #000000;
	padding-right: 40px;
	padding-left: 40px;
	padding-top: 40px;
	margin-top: -10px;
}
#socialIconsStory {
	background-color: rgba(0, 0, 0, 0.6);
  	font-size: 1em;
  	display: block;
  	float: left;
  	padding: 17px 0 20px;
  	position: fixed;
  	right: 45px;
  	bottom: 2px;
  	visibility: visible;
	margin-right:  -10px;
	z-index: 3010;
	width: 30px;
	-webkit-border-radius: 0px 8px 8px 0px;
	-moz-border-radius: 0px 8px 8px 0px;
	border-radius: 0px 8px 8px 0px;
	height: 170px;
	top: 60px;
}


.visible-img img {
    position: absolute;
    left: 50%;
    top: 55%;
    margin-left: -50%;
    max-height: 100%;
    max-width: 100%;
	height: auto;
}




.relatedStoriesSide {
	background: url(../images/divider-shadowVert2.png) left top / contain no-repeat;
	padding-left: 30px;
}
.relatedStoriesSide h4 {
    text-transform: uppercase;
    font-weight: 600;
	margin-top: 20px;
    line-height: 20px;
	margin-bottom: 20px;
	padding-top: 20px;
	color: #474747;
	font-size: .9em;
}
.relatedStoriesSideBG {
    background: url(../images/divider-shadow.png) no-repeat center top;
    background-size: contain;
}

.relatedBottomStories h4 {
    text-transform: uppercase;
    font-weight: 600;
	margin-top: 20px;
    line-height: 20px;
	margin-bottom: 20px;
	padding-top: 20px;
	color: #474747;
	font-size: .9em;
}
.relatedBottomStories h5 {

	margin-top: 10px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 20px;
	color: #474747;
	font-size: 1em;
}
.relatedBottomStories p {
    line-height: 20px;
	margin-bottom: 10px;
	font-size: .8em;
}

.relatedBottomStories {
    background: url(../images/divider-shadow.png) no-repeat center top;
    background-size: contain;
    padding-bottom: 30px;
}

a.embedded img{
	padding-left: 20px;
	margin-left: 0;
	padding-right: 0;
}
h5.pullQuote {
	font-size: 1.3em;
	line-height: 1.4em;
	color: #ffffff;
}

#footerBg {
    background-color: rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0 0 10px #000000;
	box-shadow: 0 0 10px #000000;

}

.slideshowMe {
	width: 100%;
    float: left;
	height: 100%;
}
.slideshowMeButton {
	background: url(../images/che-fade-story.png) 50% center repeat-x;
	position: absolute;
    left:  0;
    bottom: 20px;
}
.top-bar-section ul li > a {
    display: block;
    width: 100%;
    color: white;
    padding: 12px 20px 12px 0;
    padding-left: 15px;
    font-family: "Open Sans", "Helvetica", Helvetica, Arial, sans-serif;
    font-size: 0.8225rem;
    font-weight: bold;
    text-transform: none;
}
h5.slideshowButton {
	font: 14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding: 20px;
	line-height: .05em;
	text-align: center;
	border: 2px solid #d7d8d7;
	width: auto;
	height: auto;
	margin-bottom: 20px;
	text-transform: uppercase;
	-webkit-border-radius: 8px; 
	-moz-border-radius: 8px; 
	border-radius: 8px;
	background-color: #b5b5b5;
}
a h5.slideshowButton  {
	margin-bottom: 10px;
	text-transform: uppercase;
	font-weight: bold;
	color: #545454;
}
a:hover h5.slideshowButton  {
	color: #f2f2f2;
	border: 2px solid #ffffff;
	text-align: center;
	width: auto;
	height: auto;
	background-color: rgba(58, 58, 58, 0.64);
	-webkit-transition: color 0.2s linear;
	-moz-transition: color 0.2s linear;
	-ms-transition: color 0.2s linear;
	-o-transition: color 0.2s linear;
	transition: color 0.2s linear;
	
}
.row {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 74.5em;
}
.contain-to-grid .top-bar {
        max-width: 74.5em;
        margin: 0 auto;
        margin-bottom: 0;
    }

/* FOOTER */
.fullWidth {
   width: 100%;
   margin-left: auto;
   margin-right: auto;
   max-width: initial;
}
.notFullWidth {
   width: 100%;
}
#main-footer {
    background: url(../images/divider-shadow.png) no-repeat center top;
    background-size: contain;
    padding: 20px 0 0;
	margin-left: auto ;
	margin-right: auto ;
}

#footer-nav {
	float: left;
	border-right: 1px solid #f1f1f1;
	padding-bottom: 30px;
	width: 100%;
	margin-left: 0;
	border-color: #3e4747;
}

#footer-nav ul {
	list-style:none;
}
#footer-nav li {
	float: left;
	margin: 0 6% 4% 0;
	max-width: 120px;
	line-height: 12px;
	list-style:none;
	
}
#footer-nav li:last-child {
    margin-right: 5.4%;
}
#footer-nav li a {
	font-size: 12px;
	text-transform: uppercase;
	font-family: 'Roboto', Arial, serif;
	font-weight: 700; 
}
#footer-nav li a:hover {
	color: orange;
	font-size: 12px;
	text-transform: uppercase;
	font-family: 'Roboto', Arial, serif;
	font-weight: 700; 
}
#footer-nav li ul.dropdown li {
    margin: 7px 0 2px;
    float: none;
    margin-left: 0;
}
#footer-nav li ul.has-dropdown li {
    margin: 7px 0 2px;
    float: none;
    margin-left: 0;
}
#footer-nav li ul li a {
	color: #777;
	text-transform: none;
	font-family: 'Roboto', Arial, serif;
	font-weight: 400;
}
#footer-nav li ul li a:hover {
	color: #86c4ee;
	text-transform: none;
	font-family: 'Roboto', Arial, serif;
	font-weight: 400;
}
ul li ul {
	margin-left: 0;
	margin-bottom: 0;
	font-size: 1rem;
}
p.imagecaption {
	margin-left: -5px;
	font-size: .9em;
}
#connect {
	background-color: transparent;
}
#connect h4 {
	color: #6e6e6e;
	font-size: 12px;
	font-size: 1.2rem;
	text-transform: uppercase;
	font-family: 'Roboto';
}
#copyright {
    float: left;
    width: 100%;
    display: block;
    text-transform: uppercase;
    text-align: center;
    margin: 20px 0;
    font-size: 10px;
    font-family: 'Roboto';
    color: #919191;
}
#search-form {
	margin-top: 10px;
}

/*  ICONS  */
@font-face {
  font-family: '[set]Foundicons';
  src: url('fonts/[set]_foundicons.eot');
  src: url('fonts/[set]_foundicons.eot?#iefix') format('embedded-opentype'),
       url('fonts/[set]_foundicons.woff') format('woff'),
       url('fonts/[set]_foundicons.ttf') format('truetype'),
       url('fonts/[set]_foundicons.svg#[set]Foundicons') format('svg');
  font-weight: normal;
  font-style: normal;
}
 
[class*="foundicon-"] {
  display: inline;
  width: auto;
  height: auto;
  line-height: inherit;
  vertical-align: baseline;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
}
 
[class*="foundicon-"]:before {
  font-family: "[set]Foundicons";
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
}

/* SOCIAL ONLY  */
/* font-face */
@font-face {
  font-family: "SocialFoundicons";
  src: url("../fonts/social_foundicons.eot");
  src: url("../fonts/social_foundicons.eot?#iefix") format("embedded-opentype"), url("../fonts/social_foundicons.woff") format("woff"), url("../fonts/social_foundicons.ttf") format("truetype"), url("../fonts/social_foundicons.svg#SocialFoundicons") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Sample custom styles */
#connect #social-links a:hover i {
    opacity: 0.8;
	color: #86c4ee;
}
#socialIconssStory #social-links a:hover i {
    opacity: 0.8;
    filter: alpha(opacity=80);
}
  .style1, .style2, .style3 {
    font-size: 1.4em;
    margin-right: 0.2em;
  }
  
  .style1 {
  	color: gray;
  }
    .style2 {
    color: transparent;
    text-shadow: 0 0 20px #1F849E;
  }
  .style3 {
    color: rgba(255,0,0,0.5);
    text-shadow: 5px 5px 0 rgba(0,0,255,0.5);
  }
  
/* global foundicon styles */
[class*="foundicon-"] {
  display: inline;
  width: auto;
  height: auto;
  line-height: inherit;
  vertical-align: baseline;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
}

[class*="foundicon-"]:before {
  font-family: "SocialFoundicons";
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
}

/* icons */
.foundicon-thumb-up:before {
  content: "\f000";
}

.foundicon-thumb-down:before {
  content: "\f001";
}

.foundicon-rss:before {
  content: "\f002";
}

.foundicon-facebook:before {
  content: "\f003";
}

.foundicon-twitter:before {
  content: "\f004";
}

.foundicon-pinterest:before {
  content: "\f005";
}

.foundicon-github:before {
  content: "\f006";
}

.foundicon-path:before {
  content: "\f007";
}

.foundicon-linkedin:before {
  content: "\f008";
}

.foundicon-dribbble:before {
  content: "\f009";
}

.foundicon-stumble-upon:before {
  content: "\f00a";
}

.foundicon-behance:before {
  content: "\f00b";
}

.foundicon-reddit:before {
  content: "\f00c";
}

.foundicon-google-plus:before {
  content: "\f00d";
}

.foundicon-youtube:before {
  content: "\f00e";
}

.foundicon-vimeo:before {
  content: "\f00f";
}

.foundicon-flickr:before {
  content: "\f010";
}

.foundicon-slideshare:before {
  content: "\f011";
}

.foundicon-picassa:before {
  content: "\f012";
}

.foundicon-skype:before {
  content: "\f013";
}

.foundicon-steam:before {
  content: "\f014";
}

.foundicon-instagram:before {
  content: "\f015";
}

.foundicon-foursquare:before {
  content: "\f016";
}

.foundicon-delicious:before {
  content: "\f017";
}

.foundicon-chat:before {
  content: "\f018";
}

.foundicon-torso:before {
  content: "\f019";
}

.foundicon-tumblr:before {
  content: "\f01a";
}

.foundicon-video-chat:before {
  content: "\f01b";
}

.foundicon-digg:before {
  content: "\f01c";
}

.foundicon-wordpress:before {
  content: "\f01d";
}

@font-face {
  font-family: "foundation-icons";
  src: url("../fonts/foundation-icons.eot");
  src: url("../fonts/foundation-icons.eot?#iefix") format("embedded-opentype"),
       url("../fonts/foundation-icons.woff") format("woff"),
       url("../fonts/foundation-icons.ttf") format("truetype"),
       url("../fonts/foundation-icons.svg#fontcustom") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fi-address-book:before,
.fi-alert:before,
.fi-align-center:before,
.fi-align-justify:before,
.fi-align-left:before,
.fi-align-right:before,
.fi-anchor:before,
.fi-annotate:before,
.fi-archive:before,
.fi-arrow-down:before,
.fi-arrow-left:before,
.fi-arrow-right:before,
.fi-arrow-up:before,
.fi-arrows-compress:before,
.fi-arrows-expand:before,
.fi-arrows-in:before,
.fi-arrows-out:before,
.fi-asl:before,
.fi-asterisk:before,
.fi-at-sign:before,
.fi-background-color:before,
.fi-battery-empty:before,
.fi-battery-full:before,
.fi-battery-half:before,
.fi-bitcoin-circle:before,
.fi-bitcoin:before,
.fi-blind:before,
.fi-bluetooth:before,
.fi-bold:before,
.fi-book-bookmark:before,
.fi-book:before,
.fi-bookmark:before,
.fi-braille:before,
.fi-burst-new:before,
.fi-burst-sale:before,
.fi-burst:before,
.fi-calendar:before,
.fi-camera:before,
.fi-check:before,
.fi-checkbox:before,
.fi-clipboard-notes:before,
.fi-clipboard-pencil:before,
.fi-clipboard:before,
.fi-clock:before,
.fi-closed-caption:before,
.fi-cloud:before,
.fi-comment-minus:before,
.fi-comment-quotes:before,
.fi-comment-video:before,
.fi-comment:before,
.fi-comments:before,
.fi-compass:before,
.fi-contrast:before,
.fi-credit-card:before,
.fi-crop:before,
.fi-crown:before,
.fi-css3:before,
.fi-database:before,
.fi-die-five:before,
.fi-die-four:before,
.fi-die-one:before,
.fi-die-six:before,
.fi-die-three:before,
.fi-die-two:before,
.fi-dislike:before,
.fi-dollar-bill:before,
.fi-dollar:before,
.fi-download:before,
.fi-eject:before,
.fi-elevator:before,
.fi-euro:before,
.fi-eye:before,
.fi-fast-forward:before,
.fi-female-symbol:before,
.fi-female:before,
.fi-filter:before,
.fi-first-aid:before,
.fi-flag:before,
.fi-folder-add:before,
.fi-folder-lock:before,
.fi-folder:before,
.fi-foot:before,
.fi-foundation:before,
.fi-graph-bar:before,
.fi-graph-horizontal:before,
.fi-graph-pie:before,
.fi-graph-trend:before,
.fi-guide-dog:before,
.fi-hearing-aid:before,
.fi-heart:before,
.fi-home:before,
.fi-html5:before,
.fi-indent-less:before,
.fi-indent-more:before,
.fi-info:before,
.fi-italic:before,
.fi-key:before,
.fi-laptop:before,
.fi-layout:before,
.fi-lightbulb:before,
.fi-like:before,
.fi-link:before,
.fi-list-bullet:before,
.fi-list-number:before,
.fi-list-thumbnails:before,
.fi-list:before,
.fi-lock:before,
.fi-loop:before,
.fi-magnifying-glass:before,
.fi-mail:before,
.fi-male-female:before,
.fi-male-symbol:before,
.fi-male:before,
.fi-map:before,
.fi-marker:before,
.fi-megaphone:before,
.fi-microphone:before,
.fi-minus-circle:before,
.fi-minus:before,
.fi-mobile-signal:before,
.fi-mobile:before,
.fi-monitor:before,
.fi-mountains:before,
.fi-music:before,
.fi-next:before,
.fi-no-dogs:before,
.fi-no-smoking:before,
.fi-page-add:before,
.fi-page-copy:before,
.fi-page-csv:before,
.fi-page-delete:before,
.fi-page-doc:before,
.fi-page-edit:before,
.fi-page-export-csv:before,
.fi-page-export-doc:before,
.fi-page-export-pdf:before,
.fi-page-export:before,
.fi-page-filled:before,
.fi-page-multiple:before,
.fi-page-pdf:before,
.fi-page-remove:before,
.fi-page-search:before,
.fi-page:before,
.fi-paint-bucket:before,
.fi-paperclip:before,
.fi-pause:before,
.fi-paw:before,
.fi-paypal:before,
.fi-pencil:before,
.fi-photo:before,
.fi-play-circle:before,
.fi-play-video:before,
.fi-play:before,
.fi-plus:before,
.fi-pound:before,
.fi-power:before,
.fi-previous:before,
.fi-price-tag:before,
.fi-pricetag-multiple:before,
.fi-print:before,
.fi-prohibited:before,
.fi-projection-screen:before,
.fi-puzzle:before,
.fi-quote:before,
.fi-record:before,
.fi-refresh:before,
.fi-results-demographics:before,
.fi-results:before,
.fi-rewind-ten:before,
.fi-rewind:before,
.fi-rss:before,
.fi-safety-cone:before,
.fi-save:before,
.fi-share:before,
.fi-sheriff-badge:before,
.fi-shield:before,
.fi-shopping-bag:before,
.fi-shopping-cart:before,
.fi-shuffle:before,
.fi-skull:before,
.fi-social-500px:before,
.fi-social-adobe:before,
.fi-social-amazon:before,
.fi-social-android:before,
.fi-social-apple:before,
.fi-social-behance:before,
.fi-social-bing:before,
.fi-social-blogger:before,
.fi-social-delicious:before,
.fi-social-designer-news:before,
.fi-social-deviant-art:before,
.fi-social-digg:before,
.fi-social-dribbble:before,
.fi-social-drive:before,
.fi-social-dropbox:before,
.fi-social-evernote:before,
.fi-social-facebook:before,
.fi-social-flickr:before,
.fi-social-forrst:before,
.fi-social-foursquare:before,
.fi-social-game-center:before,
.fi-social-github:before,
.fi-social-google-plus:before,
.fi-social-hacker-news:before,
.fi-social-hi5:before,
.fi-social-instagram:before,
.fi-social-joomla:before,
.fi-social-lastfm:before,
.fi-social-linkedin:before,
.fi-social-medium:before,
.fi-social-myspace:before,
.fi-social-orkut:before,
.fi-social-path:before,
.fi-social-picasa:before,
.fi-social-pinterest:before,
.fi-social-rdio:before,
.fi-social-reddit:before,
.fi-social-skillshare:before,
.fi-social-skype:before,
.fi-social-smashing-mag:before,
.fi-social-snapchat:before,
.fi-social-spotify:before,
.fi-social-squidoo:before,
.fi-social-stack-overflow:before,
.fi-social-steam:before,
.fi-social-stumbleupon:before,
.fi-social-treehouse:before,
.fi-social-tumblr:before,
.fi-social-twitter:before,
.fi-social-vimeo:before,
.fi-social-windows:before,
.fi-social-xbox:before,
.fi-social-yahoo:before,
.fi-social-yelp:before,
.fi-social-youtube:before,
.fi-social-zerply:before,
.fi-social-zurb:before,
.fi-sound:before,
.fi-star:before,
.fi-stop:before,
.fi-strikethrough:before,
.fi-subscript:before,
.fi-superscript:before,
.fi-tablet-landscape:before,
.fi-tablet-portrait:before,
.fi-target-two:before,
.fi-target:before,
.fi-telephone-accessible:before,
.fi-telephone:before,
.fi-text-color:before,
.fi-thumbnails:before,
.fi-ticket:before,
.fi-torso-business:before,
.fi-torso-female:before,
.fi-torso:before,
.fi-torsos-all-female:before,
.fi-torsos-all:before,
.fi-torsos-female-male:before,
.fi-torsos-male-female:before,
.fi-torsos:before,
.fi-trash:before,
.fi-trees:before,
.fi-trophy:before,
.fi-underline:before,
.fi-universal-access:before,
.fi-unlink:before,
.fi-unlock:before,
.fi-upload-cloud:before,
.fi-upload:before,
.fi-usb:before,
.fi-video:before,
.fi-volume-none:before,
.fi-volume-strike:before,
.fi-volume:before,
.fi-web:before,
.fi-wheelchair:before,
.fi-widget:before,
.fi-wrench:before,
.fi-x-circle:before,
.fi-x:before,
.fi-yen:before,
.fi-zoom-in:before,
.fi-zoom-out:before {
  font-family: "foundation-icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  text-decoration: inherit;
}

.fi-address-book:before { content: "\f100"; }
.fi-alert:before { content: "\f101"; }
.fi-align-center:before { content: "\f102"; }
.fi-align-justify:before { content: "\f103"; }
.fi-align-left:before { content: "\f104"; }
.fi-align-right:before { content: "\f105"; }
.fi-anchor:before { content: "\f106"; }
.fi-annotate:before { content: "\f107"; }
.fi-archive:before { content: "\f108"; }
.fi-arrow-down:before { content: "\f109"; }
.fi-arrow-left:before { content: "\f10a"; }
.fi-arrow-right:before { content: "\f10b"; }
.fi-arrow-up:before { content: "\f10c"; }
.fi-arrows-compress:before { content: "\f10d"; }
.fi-arrows-expand:before { content: "\f10e"; }
.fi-arrows-in:before { content: "\f10f"; }
.fi-arrows-out:before { content: "\f110"; }
.fi-asl:before { content: "\f111"; }
.fi-asterisk:before { content: "\f112"; }
.fi-at-sign:before { content: "\f113"; }
.fi-background-color:before { content: "\f114"; }
.fi-battery-empty:before { content: "\f115"; }
.fi-battery-full:before { content: "\f116"; }
.fi-battery-half:before { content: "\f117"; }
.fi-bitcoin-circle:before { content: "\f118"; }
.fi-bitcoin:before { content: "\f119"; }
.fi-blind:before { content: "\f11a"; }
.fi-bluetooth:before { content: "\f11b"; }
.fi-bold:before { content: "\f11c"; }
.fi-book-bookmark:before { content: "\f11d"; }
.fi-book:before { content: "\f11e"; }
.fi-bookmark:before { content: "\f11f"; }
.fi-braille:before { content: "\f120"; }
.fi-burst-new:before { content: "\f121"; }
.fi-burst-sale:before { content: "\f122"; }
.fi-burst:before { content: "\f123"; }
.fi-calendar:before { content: "\f124"; }
.fi-camera:before { content: "\f125"; }
.fi-check:before { content: "\f126"; }
.fi-checkbox:before { content: "\f127"; }
.fi-clipboard-notes:before { content: "\f128"; }
.fi-clipboard-pencil:before { content: "\f129"; }
.fi-clipboard:before { content: "\f12a"; }
.fi-clock:before { content: "\f12b"; }
.fi-closed-caption:before { content: "\f12c"; }
.fi-cloud:before { content: "\f12d"; }
.fi-comment-minus:before { content: "\f12e"; }
.fi-comment-quotes:before { content: "\f12f"; }
.fi-comment-video:before { content: "\f130"; }
.fi-comment:before { content: "\f131"; }
.fi-comments:before { content: "\f132"; }
.fi-compass:before { content: "\f133"; }
.fi-contrast:before { content: "\f134"; }
.fi-credit-card:before { content: "\f135"; }
.fi-crop:before { content: "\f136"; }
.fi-crown:before { content: "\f137"; }
.fi-css3:before { content: "\f138"; }
.fi-database:before { content: "\f139"; }
.fi-die-five:before { content: "\f13a"; }
.fi-die-four:before { content: "\f13b"; }
.fi-die-one:before { content: "\f13c"; }
.fi-die-six:before { content: "\f13d"; }
.fi-die-three:before { content: "\f13e"; }
.fi-die-two:before { content: "\f13f"; }
.fi-dislike:before { content: "\f140"; }
.fi-dollar-bill:before { content: "\f141"; }
.fi-dollar:before { content: "\f142"; }
.fi-download:before { content: "\f143"; }
.fi-eject:before { content: "\f144"; }
.fi-elevator:before { content: "\f145"; }
.fi-euro:before { content: "\f146"; }
.fi-eye:before { content: "\f147"; }
.fi-fast-forward:before { content: "\f148"; }
.fi-female-symbol:before { content: "\f149"; }
.fi-female:before { content: "\f14a"; }
.fi-filter:before { content: "\f14b"; }
.fi-first-aid:before { content: "\f14c"; }
.fi-flag:before { content: "\f14d"; }
.fi-folder-add:before { content: "\f14e"; }
.fi-folder-lock:before { content: "\f14f"; }
.fi-folder:before { content: "\f150"; }
.fi-foot:before { content: "\f151"; }
.fi-foundation:before { content: "\f152"; }
.fi-graph-bar:before { content: "\f153"; }
.fi-graph-horizontal:before { content: "\f154"; }
.fi-graph-pie:before { content: "\f155"; }
.fi-graph-trend:before { content: "\f156"; }
.fi-guide-dog:before { content: "\f157"; }
.fi-hearing-aid:before { content: "\f158"; }
.fi-heart:before { content: "\f159"; }
.fi-home:before { content: "\f15a"; }
.fi-html5:before { content: "\f15b"; }
.fi-indent-less:before { content: "\f15c"; }
.fi-indent-more:before { content: "\f15d"; }
.fi-info:before { content: "\f15e"; }
.fi-italic:before { content: "\f15f"; }
.fi-key:before { content: "\f160"; }
.fi-laptop:before { content: "\f161"; }
.fi-layout:before { content: "\f162"; }
.fi-lightbulb:before { content: "\f163"; }
.fi-like:before { content: "\f164"; }
.fi-link:before { content: "\f165"; }
.fi-list-bullet:before { content: "\f166"; }
.fi-list-number:before { content: "\f167"; }
.fi-list-thumbnails:before { content: "\f168"; }
.fi-list:before { content: "\f169"; }
.fi-lock:before { content: "\f16a"; }
.fi-loop:before { content: "\f16b"; }
.fi-magnifying-glass:before { content: "\f16c"; }
.fi-mail:before { content: "\f16d"; }
.fi-male-female:before { content: "\f16e"; }
.fi-male-symbol:before { content: "\f16f"; }
.fi-male:before { content: "\f170"; }
.fi-map:before { content: "\f171"; }
.fi-marker:before { content: "\f172"; }
.fi-megaphone:before { content: "\f173"; }
.fi-microphone:before { content: "\f174"; }
.fi-minus-circle:before { content: "\f175"; }
.fi-minus:before { content: "\f176"; }
.fi-mobile-signal:before { content: "\f177"; }
.fi-mobile:before { content: "\f178"; }
.fi-monitor:before { content: "\f179"; }
.fi-mountains:before { content: "\f17a"; }
.fi-music:before { content: "\f17b"; }
.fi-next:before { content: "\f17c"; }
.fi-no-dogs:before { content: "\f17d"; }
.fi-no-smoking:before { content: "\f17e"; }
.fi-page-add:before { content: "\f17f"; }
.fi-page-copy:before { content: "\f180"; }
.fi-page-csv:before { content: "\f181"; }
.fi-page-delete:before { content: "\f182"; }
.fi-page-doc:before { content: "\f183"; }
.fi-page-edit:before { content: "\f184"; }
.fi-page-export-csv:before { content: "\f185"; }
.fi-page-export-doc:before { content: "\f186"; }
.fi-page-export-pdf:before { content: "\f187"; }
.fi-page-export:before { content: "\f188"; }
.fi-page-filled:before { content: "\f189"; }
.fi-page-multiple:before { content: "\f18a"; }
.fi-page-pdf:before { content: "\f18b"; }
.fi-page-remove:before { content: "\f18c"; }
.fi-page-search:before { content: "\f18d"; }
.fi-page:before { content: "\f18e"; }
.fi-paint-bucket:before { content: "\f18f"; }
.fi-paperclip:before { content: "\f190"; }
.fi-pause:before { content: "\f191"; }
.fi-paw:before { content: "\f192"; }
.fi-paypal:before { content: "\f193"; }
.fi-pencil:before { content: "\f194"; }
.fi-photo:before { content: "\f195"; }
.fi-play-circle:before { content: "\f196"; }
.fi-play-video:before { content: "\f197"; }
.fi-play:before { content: "\f198"; }
.fi-plus:before { content: "\f199"; }
.fi-pound:before { content: "\f19a"; }
.fi-power:before { content: "\f19b"; }
.fi-previous:before { content: "\f19c"; }
.fi-price-tag:before { content: "\f19d"; }
.fi-pricetag-multiple:before { content: "\f19e"; }
.fi-print:before { content: "\f19f"; }
.fi-prohibited:before { content: "\f1a0"; }
.fi-projection-screen:before { content: "\f1a1"; }
.fi-puzzle:before { content: "\f1a2"; }
.fi-quote:before { content: "\f1a3"; }
.fi-record:before { content: "\f1a4"; }
.fi-refresh:before { content: "\f1a5"; }
.fi-results-demographics:before { content: "\f1a6"; }
.fi-results:before { content: "\f1a7"; }
.fi-rewind-ten:before { content: "\f1a8"; }
.fi-rewind:before { content: "\f1a9"; }
.fi-rss:before { content: "\f1aa"; }
.fi-safety-cone:before { content: "\f1ab"; }
.fi-save:before { content: "\f1ac"; }
.fi-share:before { content: "\f1ad"; }
.fi-sheriff-badge:before { content: "\f1ae"; }
.fi-shield:before { content: "\f1af"; }
.fi-shopping-bag:before { content: "\f1b0"; }
.fi-shopping-cart:before { content: "\f1b1"; }
.fi-shuffle:before { content: "\f1b2"; }
.fi-skull:before { content: "\f1b3"; }
.fi-social-500px:before { content: "\f1b4"; }
.fi-social-adobe:before { content: "\f1b5"; }
.fi-social-amazon:before { content: "\f1b6"; }
.fi-social-android:before { content: "\f1b7"; }
.fi-social-apple:before { content: "\f1b8"; }
.fi-social-behance:before { content: "\f1b9"; }
.fi-social-bing:before { content: "\f1ba"; }
.fi-social-blogger:before { content: "\f1bb"; }
.fi-social-delicious:before { content: "\f1bc"; }
.fi-social-designer-news:before { content: "\f1bd"; }
.fi-social-deviant-art:before { content: "\f1be"; }
.fi-social-digg:before { content: "\f1bf"; }
.fi-social-dribbble:before { content: "\f1c0"; }
.fi-social-drive:before { content: "\f1c1"; }
.fi-social-dropbox:before { content: "\f1c2"; }
.fi-social-evernote:before { content: "\f1c3"; }
.fi-social-facebook:before { content: "\f1c4"; }
.fi-social-flickr:before { content: "\f1c5"; }
.fi-social-forrst:before { content: "\f1c6"; }
.fi-social-foursquare:before { content: "\f1c7"; }
.fi-social-game-center:before { content: "\f1c8"; }
.fi-social-github:before { content: "\f1c9"; }
.fi-social-google-plus:before { content: "\f1ca"; }
.fi-social-hacker-news:before { content: "\f1cb"; }
.fi-social-hi5:before { content: "\f1cc"; }
.fi-social-instagram:before { content: "\f1cd"; }
.fi-social-joomla:before { content: "\f1ce"; }
.fi-social-lastfm:before { content: "\f1cf"; }
.fi-social-linkedin:before { content: "\f1d0"; }
.fi-social-medium:before { content: "\f1d1"; }
.fi-social-myspace:before { content: "\f1d2"; }
.fi-social-orkut:before { content: "\f1d3"; }
.fi-social-path:before { content: "\f1d4"; }
.fi-social-picasa:before { content: "\f1d5"; }
.fi-social-pinterest:before { content: "\f1d6"; }
.fi-social-rdio:before { content: "\f1d7"; }
.fi-social-reddit:before { content: "\f1d8"; }
.fi-social-skillshare:before { content: "\f1d9"; }
.fi-social-skype:before { content: "\f1da"; }
.fi-social-smashing-mag:before { content: "\f1db"; }
.fi-social-snapchat:before { content: "\f1dc"; }
.fi-social-spotify:before { content: "\f1dd"; }
.fi-social-squidoo:before { content: "\f1de"; }
.fi-social-stack-overflow:before { content: "\f1df"; }
.fi-social-steam:before { content: "\f1e0"; }
.fi-social-stumbleupon:before { content: "\f1e1"; }
.fi-social-treehouse:before { content: "\f1e2"; }
.fi-social-tumblr:before { content: "\f1e3"; }
.fi-social-twitter:before { content: "\f1e4"; }
.fi-social-vimeo:before { content: "\f1e5"; }
.fi-social-windows:before { content: "\f1e6"; }
.fi-social-xbox:before { content: "\f1e7"; }
.fi-social-yahoo:before { content: "\f1e8"; }
.fi-social-yelp:before { content: "\f1e9"; }
.fi-social-youtube:before { content: "\f1ea"; }
.fi-social-zerply:before { content: "\f1eb"; }
.fi-social-zurb:before { content: "\f1ec"; }
.fi-sound:before { content: "\f1ed"; }
.fi-star:before { content: "\f1ee"; }
.fi-stop:before { content: "\f1ef"; }
.fi-strikethrough:before { content: "\f1f0"; }
.fi-subscript:before { content: "\f1f1"; }
.fi-superscript:before { content: "\f1f2"; }
.fi-tablet-landscape:before { content: "\f1f3"; }
.fi-tablet-portrait:before { content: "\f1f4"; }
.fi-target-two:before { content: "\f1f5"; }
.fi-target:before { content: "\f1f6"; }
.fi-telephone-accessible:before { content: "\f1f7"; }
.fi-telephone:before { content: "\f1f8"; }
.fi-text-color:before { content: "\f1f9"; }
.fi-thumbnails:before { content: "\f1fa"; }
.fi-ticket:before { content: "\f1fb"; }
.fi-torso-business:before { content: "\f1fc"; }
.fi-torso-female:before { content: "\f1fd"; }
.fi-torso:before { content: "\f1fe"; }
.fi-torsos-all-female:before { content: "\f1ff"; }
.fi-torsos-all:before { content: "\f200"; }
.fi-torsos-female-male:before { content: "\f201"; }
.fi-torsos-male-female:before { content: "\f202"; }
.fi-torsos:before { content: "\f203"; }
.fi-trash:before { content: "\f204"; }
.fi-trees:before { content: "\f205"; }
.fi-trophy:before { content: "\f206"; }
.fi-underline:before { content: "\f207"; }
.fi-universal-access:before { content: "\f208"; }
.fi-unlink:before { content: "\f209"; }
.fi-unlock:before { content: "\f20a"; }
.fi-upload-cloud:before { content: "\f20b"; }
.fi-upload:before { content: "\f20c"; }
.fi-usb:before { content: "\f20d"; }
.fi-video:before { content: "\f20e"; }
.fi-volume-none:before { content: "\f20f"; }
.fi-volume-strike:before { content: "\f210"; }
.fi-volume:before { content: "\f211"; }
.fi-web:before { content: "\f212"; }
.fi-wheelchair:before { content: "\f213"; }
.fi-widget:before { content: "\f214"; }
.fi-wrench:before { content: "\f215"; }
.fi-x-circle:before { content: "\f216"; }
.fi-x:before { content: "\f217"; }
.fi-yen:before { content: "\f218"; }
.fi-zoom-in:before { content: "\f219"; }
.fi-zoom-out:before { content: "\f21a"; }


