/* @override 
	http://firstfocus.rc3/iterations/2014-200-rc3/wp-content/themes/firstfocus/style.css?ver=3.9.1
	http://staging.firstfocus.net/wp-content/themes/firstfocus/style.css?ver=3.9.1
	http://firstfocus.rc3/iterations/2014-200-rc3/wp-content/themes/firstfocus/style_print.css?ver=1.0.0
	http://firstfocus.rc3/wp-content/themes/firstfocus/style.css?ver=4.0-beta1-20140717
	http://staging.firstfocus.dev/wp-content/themes/firstfocus/style.css?ver=4.0-beta2-20140722
	http://staging.firstfocus.dev/wp-content/themes/firstfocus/style.css?ver=4.0-beta2-20140723
	http://firstfocus.net/wp-content/themes/firstfocus/style.css?ver=4.0-RC2 */

/*
Theme Name: First Focus
Theme URI: http://mixatheme.com
Author: The Creative Industry
Author URI: http://creativeindustrydc.com
Description: A custom Bootstrap 3 theme for First Focus by The Creative Industry. Bootstrap is licensed under MIT. Lead Developer: Tada Burke. Creative Director: Ian Delmonte. Project Manager: Erin Delmonte. Product Owners: Ed Walz, Madeline Daniels.
Version: 1.0
License: GPL2
License URI: 
Tags: bootstrap, responsive
Text Domain: firstfocus
Template: mixatheme
*/

/* BLUE: #003366 */

@import url(//fonts.googleapis.com/css?family=Asap:400,700,400italic,700italic);

/* @group Core */

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
} 
.sticky {
   
 }
 .gallery-caption{
   
 }
 .bypostauthor {
   
 }

/* @end */

/* ======================*/

 
 /* @group HTML */
 
 /* @group Body */
 
 body {
   position: relative; /* For scrollyspy */
   padding-top: 0; /* Account for top bar */
   /*background: url(images/stripes.png) repeat !important;*/
   background: #f8f5e7;
 }
 #mixa-article {
   background: url(http://firstfocus.net/wp-content/themes/firstfocus/images/first-focus-kids-silhouette.png) bottom right no-repeat;
 }
 /* @end */
 
 /* @group Typography */
 
 h1, h2, h3, h4, h5, h6 {
   font-family: 'Asap', sans-serif;
   font-weight: 400;
 }
 
 div.container.mainbody h1, 
 div.container.mainbody h2, 
 div.container.mainbody h3, 
 div.container.mainbody h4, 
 div.container.mainbody h5, 
 div.container.mainbody h6 {
 margin-top: 0;
   font-family: 'Asap', sans-serif;
   font-weight: 400;
 }

 
 header.entry-header {
 margin: 0;
 }
 
 /* @end */
 
 /* @group Paragraphs */

 p.lead {
   border-bottom: 0 solid #eee;
   padding-bottom: 20px;
 }
 div.container.mainbody p {
   margin-bottom: 14px !important;
 }
 
 /* @end */
 
/* @group Links */

/* @group Paragrph Links */

a:link,
a:visited {
 
}
a:hover {
  text-decoration: underline;
}
a:active {
  
}

/* @end */

/* @group H2 Links */
h2 {
  margin-top: 0;
  font-size: 24px;
  color: #003366;
}
div.caption h2 a {
 color: #003366;
}

/* @end */

/* @end */ 
 /* @group Tables */
 
 table {
   background: #fff !important;
 }
body.home table th {
   text-align: center;
   background: #000;
   color: #fff;
 }
 body.home table td {
    text-align: center;
  }
table {
  width: 100% !important;
}

 /* @end */
 
 /* @group Images */
 
 div.entry-content img {
  max-width: 100% !important;
  margin: 0 !important;
 }
 

 
 /* @end */
 
 
 /* @end */
 
 /* @group GRID */
 div.col-md-12 {
   background-color: none;
   float: left;
 }
 div.col-md-8 {
   background-color: none;
 }
 div.col-md-6 img {
   min-width: 100%;
   min-height: auto;
 }
 div.col-md-4{
   background-color: none;
   padding-left: 10px;
 }
 body.home div.col-md-12 {
   padding: 0;
 }
 
 /* @end */
 

 
 
 /* ======================*/ 
 
 /* @group TOPHAT */
 
 #mixa-tophat {
   z-index: 99;
   height: 10px;
   background-color: #003366;
   display: block;
   position: absolute;
   top: 0;
   width: 100%;
 }
 
 /* @end */ 
 
/* @group NAV */
#mixa-nav ul li {
  text-transform: none;
  font: 14px/16px 'Asap', sans-serif;
  color: #663300;
}
#mixa-nav ul li.toplevelnav {
  text-transform: uppercase;
  font: 16px 'Asap', sans-serif;
  color: #663300;
}
/*
nav.container {
  margin-bottom: 0;
  padding-left: 0;
}
*/

/*
div.row.globalnav div.container {
  padding-left: 0;
  padding-right: 0;
}
*/

/*
div.row.globalnav div.container .navbar.navbar-default {
  margin-bottom: 0 !important;
}
*/


.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 16px;
  line-height: 1.428571429;
  color: #999999;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #003366;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #003366;
  outline: 0;
}

div.row.globalnav a span.glyphicon {
  padding-left: 0;
  padding-right: 5px;
}


/* @group Nav Colors */

span.glyphicon.ffc-childabuseandneglect {
  width: 14px;
  height: 14px;
  margin-right: 5px;
  background: #8c5e49;
}
span.glyphicon.ffc-childcare {
  width: 14px;
  height: 14px;
  margin-right: 5px;
  background: #FF0000;
}
span.glyphicon.ffc-childlabor {
  width: 14px;
  height: 14px;
  margin-right: 5px;
  background: #f2ae6d;
}
span.glyphicon.ffc-childrights {
  width: 14px;
  height: 14px;
  margin-right: 5px;
  background: #cfd428;
}
span.glyphicon.ffc-consumerprotection {
  width: 14px;
  height: 14px;
  margin-right: 5px;
  background: #f23e9e;
}
span.glyphicon.ffc-childrenofimmigrants {
  width: 14px;
  height: 14px;
  margin-right: 5px;
  background: #54415a;
}
span.glyphicon.ffc-earlyeducation {
  width: 14px;
  height: 14px;
  margin-right: 5px;
  background: #d56857;
}
span.glyphicon.ffc-education {
  width: 14px;
  height: 14px;
  margin-right: 5px;
  background: #ecbb55;
}
span.glyphicon.ffc-federalbudget {
  width: 14px;
  height: 14px;
  margin-right: 5px;
  background: #89478d;
}
span.glyphicon.ffc-health {
  width: 14px;
  height: 14px;
  margin-right: 5px;
  background: #b8e170;
}
span.glyphicon.ffc-housingandhomelessness {
  width: 14px;
  height: 14px;
  margin-right: 5px;
  background: #23408f;
}
span.glyphicon.ffc-juvenilejustice {
  width: 14px;
  height: 14px;
  margin-right: 5px;
  background: #a51438;
}
span.glyphicon.ffc-nutrition {
  width: 14px;
  height: 14px;
  margin-right: 5px;
  background: #3073e1;
}
span.glyphicon.ffc-povertyandfamilyeconomics {
  width: 14px;
  height: 14px;
  margin-right: 5px;
  background: #597235;
}
span.glyphicon.ffc-taxpolicy {
  width: 14px;
  height: 14px;
  margin-right: 5px;
  background: #8d1d42;
}

/* @end */

div#navbar-logo {
  width: 120px !important;
  height: 40px;
  text-align: center;
  margin: 5px 20px 0 0;
  padding: 0;
 }

/* @group Nav Skin */

.navbar-default {
  background-color: transparent !important;
  border-color: transparent !important;
}
.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:hover,.navbar-default .navbar-nav>.active>a:focus{color:#555555;background-color: transparent !important;}

/* @end */

/* @end */
 
 
 
 /* @group HEADER */
#mixa-masthead {
  background-image: -webkit-gradient(
  	linear,
  	left top,
  	left bottom,
  	color-stop(0, #F8F5E7),
  	color-stop(0.48, #FFFFFF)
  );
  background-image: -o-linear-gradient(bottom, #F8F5E7 0%, #FFFFFF 52%);
  background-image: -moz-linear-gradient(bottom, #F8F5E7 0%, #FFFFFF 52%);
  background-image: -webkit-linear-gradient(bottom, #F8F5E7 0%, #FFFFFF 52%);
  background-image: -ms-linear-gradient(bottom, #F8F5E7 0%, #FFFFFF 52%);
  background-image: linear-gradient(to bottom, #F8F5E7 0%, #FFFFFF 52%);
}
#mixa-masthead div.container {
  padding-top: 10px;
}
 
div.spacer50 {
 height: 50px; /* add 50px for Nav height = 300px total */
 text-align: center;
 margin: 0 0 0 0;
 padding: 0 !important;
 background-color: #fff;
}
div#mixa-masthead-background {
 height: 100px; /* add 50px for Nav height = 300px total */
 /*text-align: center;*/
 margin: 0 0 20px 0 !important;
 padding: 0 !important;
 background-color: transparent;
  position: relative;
}
div.mixa-header-background {
 height: 250px; /* add 50px for Nav height = 300px total */
 text-align: center;
 margin: 0 0 0 0 !important;
 padding: 0 !important;
}
#mixa-masthead h1#mixa-masthead-logo {
 width: 350px;
 height: 90px;
 text-align: center;
  background-position: 0 -526px;
  position: absolute;
  top: 16px;
  margin: 0;
}
header.entry-header div.entry-thumbnail {
  margin: 20px 0 0 0;
}
/* @end */

/* @group ACTIONBOX */
div.menu-secondary-container {
  margin: 13px 0 0;
  padding-left: 0;
  padding-right: 0;
}
ul#menu-secondary.menu {
  margin: 0 !important;
  text-align: right;
}
div.actionbox {
  width: 400px;
  position: absolute;
  top: 0;
  right: 0;
}
div.donate {
  position: relative;
  background: url(http://firstfocus.net/wp-content/themes/firstfocus/images/first-focus-sprite-01.png) 0 0;
  width: 95px;
  height: 75px;
  float: left;
  top: -3px;
  z-index: 5;
  margin-left: 40px;
}
div.donate:hover {
  cursor: pointer;
  top: 0;
}
div.partners {
  width: 250px;
  position: relative;
  float: right;
  text-align: center;
  margin-top: 7px;
}
div.partners-label {
  font-size: 11px;
  width: 100%;
  padding: 0;
  margin: 0;
  position: relative;
}
div.partners-badge {
  background: url(http://firstfocus.net/wp-content/themes/firstfocus/images/first-focus-sprite-01.png) 0 -287px #fff;
  width: 129px;
  height: 41px;
  text-align: center;
  position: relative;
  margin-right: auto;
  margin-left: auto;
}
div.partners-badge:hover {
  cursor: pointer;
}
div.actionnav {
  width: 100%;
  height: 33px;
  float: left;
}
div.actionnav ul {
  padding: 0;
}
div.actionnav ul li {
  display: inline-block;
  padding: 0 10px 0 10px;
}
/* @end */

/* @group CAT DESCRIPTION */

/* @group Normal */

.mixa-category-description {
  width: 100%;
  height: 110px;
  position: relative;
  margin-bottom: 20px;
}
.mixa-category-description div.taxonomy-description {
  display: block;
  float: left;
  /* height: 110px; Replace with fixed height if using show hide toggle button */
  height: auto;
  overflow: hidden;
  position: relative;
}
.mixa-category-description div.taxonomy-description p.lead {
  padding: 0;
}
/* @end */

/* @group Clicked */

.mixa-category-description.toggledesc {
  float: left;
  width: 100%;
  height: auto;
  position: relative;
  margin-bottom: 20px;
}
.mixa-category-description.toggledesc div.taxonomy-description {
  display: block;
  float: left;
  height: auto;
  overflow: hidden;
}

/* @end */

/* @group Toggle */
#dtoggle,
#dtoggle-active {
  display: none;
}
.description-toggle {
  position: absolute;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  height: 20px;
  bottom: 11px;
}
.description-gradient {
/*
  background: -moz-linear-gradient(top, rgba(255,255,255,0.01) 0%, rgba(255,255,255,1) 100%); /* FF3.6+
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.01)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+
  background: -webkit-linear-gradient(top, rgba(255,255,255,0.01) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+
  background: -o-linear-gradient(top, rgba(255,255,255,0.01) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+
  background: -ms-linear-gradient(top, rgba(255,255,255,0.01) 0%,rgba(255,255,255,1) 100%); /* IE10+
  background: linear-gradient(to bottom, rgba(255,255,255,0.01) 0%,rgba(255,255,255,1) 100%); /* W3C
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#03ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9
  */
position: absolute;
  width: 100%;
  height: 20px;
  overflow: visible;
  bottom: -11px;
  z-index: 2;
}
.mixa-category-description .description-button {
  position: absolute;
  right: 0;
  text-align: center;
  background-color: #ffffff;
  z-index: 2;
  bottom: 0;
}
.mixa-category-description .description-button a {
  padding: 3px;
  text-decoration: none;
}
.mixa-category-description .description-button-less {
  position: absolute;
  right: 0;
  text-align: center;
  background-color: #ffffff;
  z-index: 2;
  bottom: -3px;
}
.mixa-category-description .description-button-less a {
  padding: 3px;
  text-decoration: none;
}
.mixa-category-description .description-button:hover {
  color: #000;
}

/* @end */

/* @end */

/* @group PAGE TITLE */

h1 {
  margin: 5px 0 10px;
}
h1 i {
  margin-left: -7px !important;
}
span.byline-type {
  font-size: 0.80em;
  color: #999;
  text-transform: uppercase;
}
span.byline-date {
  font-size: 0.80em;
  color: #999;
  text-transform: uppercase;
}
div.mixa-article-title.row {
  margin: 0;
  padding:0;
}
.mixa-article-title {
  background-color: #092546;
  color: #fff;
}
.mixa-article-title div.row div.container {
  padding: 0;
}

.mixa-article-title h1 {
  color: #fff;
  font-weight: normal;
  font-style: normal;
  font-size: 2.5em;
  line-height: 1.8em;
  margin-left: 0;
  font-family: 'Asap', sans-serif;
  font-weight: 400;
}

/* @end */

span.ff-position {
  color: #fff;
  font-style: italic;
  font-size: 24px;
  float: right;
}
/* @group MAINBODY */

#mixa-outer {
  background: #fff;
  padding-bottom: 0px;
  position: relative;
}

/* @group Kids Silo */

#kids-silo-container {
  position: absolute;
  right: 0;
  bottom: 663px;
}
#kids-silo-clip {
}
#kids-silo{
  background: url(http://firstfocus.net/wp-content/themes/firstfocus/images/first-focus-sprite-01.png) 0 -433px no-repeat;
  width: 241px;
  height: 86px;
}

/* @end */

#mixa-inner {
  background: #fff;
  padding-top: 0;
  box-shadow: 0 0 0 0 white, 0 -9px 0 0 white, 5px 0 15px -4px rgba(204, 204, 204, 1.5), -5px 0 15px -4px rgba(204, 204, 204, 1.5);
  margin-top: 17px;
  padding-bottom: 0;
}
body.home #mixa-inner {
  margin-top: 10px;
}
#mixa-mainbody {
  display: block;
}
#mixa-mainbody div.ffc-sidebar {
  display: block;
  clear: both;
}
/* @end */
aside div.col-lg-4 {
  padding-left: 15px;
}
#mixa-content.col-lg-8 {
  padding-top: 0;
  padding-right: 16px;
  /*background: url(http://firstfocus.net/wp-content/themes/firstfocus/images/ffc-sidebar-left-shadow.png) 666px -15px no-repeat;*/
  /*
  background: linear-gradient(to bottom, rgba(64, 64, 64, 0) 0%, rgb(192, 188, 188) 26%, rgb(179, 170, 170) 73.3%, rgba(64, 64, 64, 0) 100%) 681px repeat-y;
  box-shadow: 0 0 #000000;
  opacity: 1;
  */
border-right: 1px solid #eee;
}

hr.contentfader {
  border : 0;
  height : 500px; /*your own value to suit your content*/
  width : 1px;
  background-image: -webkit-linear-gradient(top, #color1, #color2, #color3);
  background-image: -moz-linear-gradient(top, #color1, #color2, #color3);
  background-image: -ms-linear-gradient(top, #color1, #color2, #color3);
  background-image: -o-linear-gradient(top, #color1, #color2, #color3);
  background-image: linear-gradient(top, #color1, #color2, #color3);
}



img.img-responsive.wp-post-image {
  margin: 0 0 10px 0;
}

#ff-tags {
  padding: 20px 0 20px 12px;
  border-top: 1px solid #eee;
  margin: 0;
}

/* @group COMMENTS */

div#respond {
  display: block;
  clear: both;
}
p.form-allowed-tags {
  display: none;
}
/* @end */

/* @group ASIDE */
aside{
  
}
.arrow-down {
	width: 0; 
	height: 0; 
	border-left: 10px solid #fff;
	border-right: 10px solid #fff;
	border-top: 10px solid transparent;
	margin: 0 0 10px 10px;
	background-color: #003366;
}
h3.widget-title {
  color: #fff;
  font-weight: normal;
  font-style: normal;
  font-size: 1.10em;
  text-transform: uppercase;
  text-shadow: 0 0 1px;
  padding: 5px 5px 5px 10px;
  line-height: 1.10em;
  margin: 0;
  clear: both;
}
h3.widget-title.ffc-sidebar {
  color: #fff;
  background-color: #003366;
  font-weight: normal;
  font-style: normal;
  font-size: 1.10em;
  text-transform: uppercase;
  text-shadow: 0 0 1px;
  padding: 5px 5px 5px 10px;
  line-height: 1.10em;
  font-family: 'Asap', sans-serif;
  font-weight: 400;
  clear: both;
}
#mixa-footer h3.widget-title {
  padding-left: 0;
  
}
.ffc-aside {
  color: #fff;
  background-color: #003366;
  font-weight: normal;
  font-style: normal;
  font-size: 1.10em;
  text-transform: uppercase;
  text-shadow: 0 0 1px;
  padding: 5px 5px 5px 10px;
  line-height: 1.10em;
}

/* @group Widgets */

.widget {
  margin-bottom: 20px;
}
.widget .btn:focus {outline: none;}
.widget .facet_toggle_btn {float:right;}
/* @end */

/* @end */
/* @group FOOTER */

/* @group Footer Container */

div#mixa-footer {
 color: #fff;
 background-color: #092546;
}

/* @end */



/* @group Footer Branding */

#mixa-footer-logo {
 width: 170px !important;
 height: 85px !important; 
 text-align: center;
 margin: 20px auto 0;
 padding: 0;
 background-position: -5px -148px !important;
}

#mixa-footer-branding.container {
  background: url(http://firstfocus.net/wp-content/themes/firstfocus/images/first-focus-footer-glow.jpg) 50% 0 no-repeat;
}

/* @end */

/* @group Footer Copyright */

#mixa-footer-copyright {
 text-align: center;
 padding-top: 5px;
 padding-bottom: 10px;
 margin-top: 0;
 color: #ae8133;
  background-color: #ffcc66;
}
#mixa-footer-copyright a:link,
#mixa-footer-copyright a:visited,
#mixa-footer-copyright a:active {
 color: #ae8133;
}
#mixa-footer-copyright a:hover {
 color: #fff;
}
#mixa-footer-copyright div.textwidget {
  margin: 0 0 0 0;
  padding: 10px 0 0 0;
  color: #ae8133;
}
/* @end */

/* @group Footer Mission */

#mixa-footer-mission {
  border-top: 1px solid #2068bd;
  border-bottom: 1px solid #2068bd;
  margin-top: 30px;
  margin-bottom: 30px;
}
#mixa-footer-mission p {
  color: #ffffff;
  text-align: center;
  font-weight: 400;
  font-size: 1.3em;
  line-height: 1.3em;
  width: 43%;
  margin-right: auto;
  margin-left: auto;
  font-style: italic;
  padding-top: 18px;
  padding-bottom: 10px;
}

/* @end */

/* @group Footer Columns */

#mixa-footer-columns {
  
}
#mixa-footer-columns h3.widget-title {
  color: #ffcc66;
  text-transform: uppercase;
  font-weight: normal;
  font-style: normal;
  font-size: 1.12em;
  line-height: 1.12em;
  letter-spacing: 0.10em;
  word-spacing: 0.25em;
}
#mixa-footer-columns ul {
  margin: 0;
  padding: 0;
}
#mixa-footer-columns ul li {
  display: block;
}
#mixa-footer-columns p,
#mixa-footer-columns ul li a:link,
#mixa-footer-columns ul li a:visited,
#mixa-footer-columns ul li a:active {
  color: #fff;
  /*
  font-size: 12px;
  line-height: 16px;
  */
}
#mixa-footer-columns .footer1-issues {
  
}
#mixa-footer-columns .footer2-resources {
  
}
#mixa-footer-columns .footer1-twitter {
  
}
#mixa-footer-columns .footer1-contact {
  
}

/* @end */

/* @group Footer Hitch */

#mixa-footer-hitch {
  
}
#mixa-footer-hitch ul {
  text-align: center;
  padding: 0 !important;
}
#mixa-footer-hitch ul li {
  display: inline-block;
  border-right: 1px solid #fff;
}
#mixa-footer-hitch ul li:last-of-type {
  border-right: none;
}
#mixa-footer-hitch ul li a:link,
#mixa-footer-hitch ul li a:visited,
#mixa-footer-hitch ul li a:active {
  padding-right: 10px;
  padding-left: 10px;
  color: #ffcc66;
  text-transform: uppercase;
}
/* @end */

/* @end */

/* ======================*/

/* @group HOME */
body.home #mixa-content.col-lg-8 {
  background: none;
}
body.home h2 {
  
}
.home-drop-shadow {
  width: 100%;
  height: 25px;
  background: url(http://firstfocus.net/wp-content/themes/firstfocus/images/drop-shadow.png) 0 0 repeat-x;
  margin: 0 !important;
  border-style: none;
  padding: 0 !important;
  position: relative;
}
div.homerowfirsttime {
  background: #f9e6d3;
  padding: 40px 0 40px 0 !important;
  margin: 0 !important;
  position: relative;
}
div#text-16 .home-drop-shadow {
  width: 100%;
  height: 25px;
  background: url(http://firstfocus.net/wp-content/themes/firstfocus/images/drop-shadow.png) 0 -5px repeat-x;
  margin: 0 !important;
  border-style: none;
  padding: 0 !important;
  position: absolute !important;
  top: 0;
}
div.homerowbuiltfast {
  background: #f7f2e7;
  padding: 40px 0 40px 0 !important;
  margin: 0 !important;
}
div.homerowinvestment {
  background-color: #e7f7eb;
  padding: 40px 0 40px 0 !important;
  margin: 0 !important;
}
div.homerowpackages {
  background-color: #ede4fb;
  padding: 40px 0 40px 0 !important;
  margin: 0 !important;
}
div.homerowfinancing {
  background-color: #fcebf9;
  padding: 40px 0 40px 0 !important;
  margin: 0 !important;
}
/* ======================*/
div.shoprowengine {
  background: #f9e6d3;
  padding: 40px 0 40px 0 !important;
  margin: 0 !important;
  position: relative;
}
div.shoprowgenerator {
  background: #f7f2e7;
  padding: 40px 0 40px 0 !important;
  margin: 0 !important;
}
div.shoprowupsell {
  background: #fff;
  padding: 40px 0 40px 0 !important;
  margin: 0 !important;
}
/* @end */

body.home div.container.mainbody {
  background: url(http://firstfocus.net/wp-content/themes/firstfocus/images/ffc-sidebar-left-shadow.png) 340px 382px no-repeat;
}
body.home div.row .hero {
  margin: 0;
}
.ffc-content {
  padding-left: 44px;
}

/* @group HOME Hero */
#mixa-hero {
  padding: 0;
}
#mixa-hero.container {
  margin-top: 3px;
  padding: 0;
  background: #fff;
  -webkit-box-shadow: 0 5px 8px 3px #cccccc;
  box-shadow: 0 5px 8px 3px #cccccc;
}

div.test-slide {
  max-width: 200px;
}

/* @end */

/* @group HOME Sidebar */
.ffc-home-sidebar-left {
  /*background: url(http://firstfocus.net/wp-content/themes/firstfocus/images/ffc-sidebar-left-shadow.png) 325px -15px no-repeat;*/
border-right: 1px solid #eee;
  padding: 0 5px 0 0;
}
.ffc-home-sidebar-left h3.widget-title {
  background-color: #003366;
  width: 97%;
}
.ffc-home-sidebar-left div.arrow-down {
  background-color: #003366;
}
.ffc-home-sidebar-left .widget {
  margin: 0 0 20px 0;
}

/* @end */

/* @group HOME SpeakNow */
div#speaknow {
  background-color: #003366;
  color: #ffffff;
  display: block;
  clear: both;
  width: 96.6%;
}
div#speaknow div.speaknow-button-crop {
  position: relative;
  overflow: hidden;
  height: 105px;
  top: 9px;
}
div#speaknow div.speaknow-button {
  position: absolute;
  top: -338px;
  width: 287px;
  padding: 5px;
  right: 17px;
}
div#speaknow div.speaknow-text {
  padding: 10px 20px 5px;
}
div#speaknow div.speaknow-text p a:link,
div#speaknow div.speaknow-text p a:visited,
div#speaknow div.speaknow-text p a:hover,
div#speaknow div.speaknow-text p a:active {
  color: #fff;
}

/* @end */


/* @group HOME Lead */

div.row.home-lead {
  background-color: #fff;
  padding-top: 10px;
  padding-bottom: 0;
  margin: 0 !important;
}
div.row.home-lead .container {
  padding: 0;
}

/* @end */

/* @group HOME CTA-1 */


body.home div.call-to-action-above {
  background-color: #000000;
  color: #fff;
  padding: 20px;
  margin: 0 0 0 0;
  border-style: none;
}
div.call-to-action-above p.lead {
  margin-bottom: 0 !important;
}
/* @end */

/* @group HOME Promos */
div.row.home-promos {
  padding-bottom: 30px;
  margin-left: 0;
  margin-right: 0;
}
div.row.home-promos .container {
  padding: 0;
}
body.home div.textwidget {
}
body.home div.textwidget div {
  padding-left: 0;
}
body.home div.textwidget ul {
  padding: 0 0 0 33px;
}

/* @end */

/* @group FUNCTION Cycle Nav */

div.mixa-cycle-nav-previous {
  float: left;
}
div.mixa-cycle-nav-next {
  float: right;
}

/* @end */

/* ======================*/

/* @group ISSUES BULLET */

.issue-bullet{
  display: inline-block;
  width: 12px;
  height: 12px;
}
/* @end */
div.catcolor {
  display: block;
  clear: both;
}
.issues-directory div.catcolor {
  float: left;
  width: 12px;
  height: 120px;
  margin-right: 10px;
  position: relative;
}
.issues-directory div.catbox {
  min-height: 120px;
  /*overflow: auto; */
  margin-bottom: 0;
}

.issues-directory div.catbox p {
  padding-left: 20px;
}
.issues-directory h2.catbox-title {
  font: bold 1em/1.5em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.issues-directory h4.catbox-title {
  padding-left: 20px;
}



/* @group RESOURCES */

.tab-pane {
  float: left;
  margin: 20px 0 0 0;
}
.tab-pane div {
  padding: 0;
}

/* @end */
/* ======================*/

.widget.widget_revslider {
  margin: 0;
}
/* @group WIDGET Button Lg */

button.btn.btn-default.btn-lg {
  width:100%;
}

/* @end */

/* @group WIDGET Recent Entries */

.widget_recent_entries {
  
}
.widget_recent_entries ul {
  
}
.widget_recent_entries ul li {
  margin-bottom: 5px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
  padding-top: 5px;
}
.widget_recent_entries ul li:last-of-type {
  border-bottom: 0;
}

/* @end */

/* @group WIDGET Taxonomy Filter */

.taxonomies-filter-widget-form {
  
}
.taxonomies-filter-widget-form li label {
 font-weight: normal; 
}
.taxonomies-filter-widget-form ul {
  margin: 0;
  padding: 0;
}
/* Hide the Category filter since we are on the Category page */
.taxonomies-filter-widget-form li.category-section {
  display: none;
}

/* @end */

/* @group WIDGET Search Filter */

#awpqsf_id {
  border: none !important;
}
label.taxchklabel, 
label.cmfchklabel {
  font-weight: normal;
  font-style: normal;
}
label.taxchklabel input {
  margin: 0 5px 0 0;
}
/* @end */

/* @group WIDGET Shop lead */

div#text-24.row.widget_text {
  padding-top: 50px !important;
}

/* @end */

/* @group WIDGET NAVBAR Social */

.navbar .widget_text {
  float: right;
  margin-bottom: 0;
}
.navbar ul.navbar-social {
  float: left;
  margin: 0;
}
ul.navbar-social li {
  float: left;
  display: inline-block;
  margin-right: 2px;
  margin-top: 7px;
}
ul.navbar-social li:hover {
  cursor: pointer;
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.navbar li.navbar-mail {
  width: 35px;
  height: 35px;
  background: url(http://firstfocus.net/wp-content/themes/firstfocus/images/first-focus-sprite-01.png) 0 -245px;
}
.navbar li.navbar-rss {
  width: 35px;
  height: 35px;
  background: url(http://firstfocus.net/wp-content/themes/firstfocus/images/first-focus-sprite-01.png) -43px -245px;
}
.navbar li.navbar-twitter {
  width: 35px;
  height: 35px;
  background: url(http://firstfocus.net/wp-content/themes/firstfocus/images/first-focus-sprite-01.png) -84px -245px;
}
.navbar li.navbar-facebook {
  width: 35px;
  height: 35px;
  background: url(http://firstfocus.net/wp-content/themes/firstfocus/images/first-focus-sprite-01.png) -126px -245px;
}
/* @end */
/* @group WIDGET Navbar Social */
ul.navbarsocial {
  width: 155px;
  float: left;
  padding: 0 !important;
  margin: -6px -1px -6px -6px !important;
}
ul.navbarsocial li {
  float: left;
  display: inline-block;
  margin-right: 2px;
  margin-top: 7px;
}
ul.navbarsocial li:hover {
  cursor: pointer;
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.navbarsocial li.icon-mail {
  width: 35px;
  height: 35px;
  background: url(http://firstfocus.net/wp-content/themes/firstfocus/images/first-focus-sprite-01.png) 0 -245px;
}
.navbarsocial li.icon-rss {
  width: 35px;
  height: 35px;
  background: url(http://firstfocus.net/wp-content/themes/firstfocus/images/first-focus-sprite-01.png) -43px -245px;
}
.navbarsocial li.icon-twitter {
  width: 35px;
  height: 35px;
  background: url(http://firstfocus.net/wp-content/themes/firstfocus/images/first-focus-sprite-01.png) -84px -245px;
}
.navbarsocial li.icon-facebook {
  width: 35px;
  height: 35px;
  background: url(http://firstfocus.net/wp-content/themes/firstfocus/images/first-focus-sprite-01.png) -126px -245px;
}
/* @end */

/* @group WIDGET Newsroom Contacts */

#ff-newsroom-contacts {
  width: 100%;
  display: block;
  float: left;
  clear: both;
}
#ff-newsroom-contacts div.caption {
  width: 100%;
  display: block;
  float: left;
  clear: both;
}
#ff-newsroom-contacts div.caption h4 {
  margin: 10px 0 0 0;
}
#ff-newsroom-contacts div.caption p.newsroom-job-title {
  font-size: 14px;
  font-style: italic;
  margin: 5px 0;
  line-height: 16px;
}
#ff-newsroom-contacts div.caption img {
  margin: 10px 10px 0 0 !important;
}

/* @end */

/* @group WIDGET Footer Social */

ul.footersocial li {
  float: left;
  display: inline-block;
  margin-right: 2px;
  margin-top: 7px;
}
ul.footersocial li:hover {
  cursor: pointer;
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.footersocial li.social-icon-mail {
  width: 35px;
  height: 35px;
  background: url(http://firstfocus.net/wp-content/themes/firstfocus/images/first-focus-sprite-01.png) 0 -245px;
}
.footersocial li.social-icon-rss {
  width: 35px;
  height: 35px;
  background: url(http://firstfocus.net/wp-content/themes/firstfocus/images/first-focus-sprite-01.png) -43px -245px;
}
.footersocial li.social-icon-twitter {
  width: 35px;
  height: 35px;
  background: url(http://firstfocus.net/wp-content/themes/firstfocus/images/first-focus-sprite-01.png) -84px -245px;
}
.footersocial li.social-icon-facebook {
  width: 35px;
  height: 35px;
  background: url(http://firstfocus.net/wp-content/themes/firstfocus/images/first-focus-sprite-01.png) -126px -245px;
}
.footersocial li.icon-mail {
  width: 35px;
  height: 35px;
  background: url(http://firstfocus.net/wp-content/themes/firstfocus/images/first-focus-sprite-01.png) 0 -245px;
}
.footersocial li.icon-rss {
  width: 35px;
  height: 35px;
  background: url(http://firstfocus.net/wp-content/themes/firstfocus/images/first-focus-sprite-01.png) -43px -245px;
}
.footersocial li.icon-twitter {
  width: 35px;
  height: 35px;
  background: url(http://firstfocus.net/wp-content/themes/firstfocus/images/first-focus-sprite-01.png) -84px -245px;
}
.footersocial li.icon-facebook {
  width: 35px;
  height: 35px;
  background: url(http://firstfocus.net/wp-content/themes/firstfocus/images/first-focus-sprite-01.png) -126px -245px;
}
/* @end */

/* @group WIDGET NAVBAR Search */

.navbar .widget_search {
  float: right;
  margin: 0;
  padding: 0;
}
.navbar .widget_search span.screen-reader-text {
  display: none;
}

/* @end */

/* @group WIDGET Datapoint */

h1.datapoint {
  color: #d54135;
  font-size: 5em;
  font-weight: normal;
  font-style: normal;
}

/* @end */

/* @group WIDGET Twitter */

/* Move this to jQuery */
/* http://stackoverflow.com/questions/3714880/how-to-apply-css-to-iframe-content */
iframe .avatar {
  display: none !important;
}
iframe .var-narrow .tweet .header {
  padding: 0 0 4px 0 !important;
}

/* @end */



/* @group Widget Events List */
div.css-events-list p.lead {
  margin: 0 !important;
}
div.css-events-list {
}
/* @group Item */

div.ff-em-list-row {
  display: block;
  clear: both;
  float: left;
  width: 100%;
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
}
div.ff-em-list-row:last-of-type {
  /* border-bottom: none; */
}
div.ff-em-list-row:hover {
  background-color: #fff;
}

div.widget.widget_em_widget h2.widgettitle {
font: 1.3em/1.0em Permanent Marker, "HelveticaNeue","Helvetica Neue","Helvetica Neue",Helvetica,Arial,sans-serif !important;
float: left;
padding: 8px;
margin: 0 !important;
  color: #ffffff;
  background-color: #003366;
}
div.widget ul li {
  display: block;
  float: left;
  width: 100%;
}
div.widget.widget_em_widget {
  float: left;
}
h2.widgettitle {
  display: none;
}
/* @end */

/* @group Calendar Box */

div.ff-em-list-wrap {
  float: left;
  width: 10%;
  text-align: center !important;
}

div.ff-em-list-cal-box {
  float: left;
  width: 100%;
  border: 1px solid #000;
  background-color: #ffffff;
}
div.ff-em-list-past {
  float: left;
  margin-top: 5px;
  margin-left: 7px;
}

div.ff-em-list-cal-box.past {
  float: left;
  width: 10%;
  border: 1px solid #ccc;
  background-color: #ffffff;
}
div.ff-em-list-cal-start {
  text-align: center;
}
div.ff-em-list-cal-end {
  text-align: center;
}
div.ff-em-list-cal-start-month {
  background-color: #003366;
  color: #ffffff;
  padding-top: 2px;
  padding-bottom: 2px;
  font-weight: bold;
  text-transform: uppercase;
  border-bottom: 1px solid #003366;
}
div.ff-em-list-cal-end-month {
  background-color: #003366;
  color: #ffffff;
  padding-top: 2px;
  padding-bottom: 2px;
  font-weight: bold;
  text-transform: uppercase;
  border-bottom: 1px solid #003366;
}
div.ff-em-list-cal-start-day {
  color: #003366;
  font-size: 22px;
}
div.ff-em-list-cal-end-day {
  color: #003366;
  font-size: 40px;
}
div.ff-em-list-cal-start-title {
  color: #003366;
  font-size: 9px;
  padding-bottom: 5px;
}

div.ff-em-list-cal-end-title {
  color: #003366;
  font-size: 9px;
  padding-bottom: 5px;
}

/* @end */

/* @group Details Box */

div.ff-em-list-row div.ff-em-list-eventdetails{
  float: left;
  width: 87%;
  margin: 0 0 0 15px;
}

div.ff-em-list-eventdetails h3{
  display: block;
  margin: 0;
}
div.ff-em-list-category {
  float: left;
  background-color: #000000;
  margin-right: 3px;
}
div.ff-em-list-categoryname {
  color: #fff;
  padding: 0 3px 0 3px;
  font-weight: bold;
}
h2.ff-em-list-eventlink{
  margin: 0 0 10px 0 !important;
  font-size: 14px;
}

/* @end */

/* @end */

/* @group Widget EM Footer */

.ff-em-footer ul {
  margin-top: 5px !important;
}
.ff-em-footer li {

}
.ff-em-footer div.ff-em-widget-wrap {
  display: block;
  float: left;
  clear: both;
}
.ff-em-footer div.ff-em-widget-cal-box {
  float: left;
  color: #ffffff;
  margin-right: 5px;
  padding: 2px 5px 5px;
}
.ff-em-footer div.ff-em-widget-cal-start-month {
  font-size: 10px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}
.ff-em-footer div.ff-em-widget-cal-start-day {
  font-size: 18px;
  margin: 0;
  padding: 0;
  line-height: 14px;
}
.ff-em-footer div.ff-em-widget-eventdetails p {
  font-size: 12px;
  line-height: 16px;
}
/* @end */
/* @group Widget EM Sidebar */

.ff-em-sidebar ul {
  margin-top: 5px !important;
  padding: 0;
  width: 100%;
}
.ff-em-sidebar li {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #eee;
}
.ff-em-sidebar div.ff-em-widget-wrap {
  display: block;
  clear: both;
  width: 100%;
  float: left;
  padding-right: 5px;
}
.ff-em-sidebar div.ff-em-widget-cal-box {
  float: left;
  color: #003366;
  margin-right: 5px;
  padding: 2px 5px 5px;
  margin-left: 7px;
}
.ff-em-sidebar div.ff-em-widget-cal-start-month {
  font-size: 10px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}
.ff-em-sidebar div.ff-em-widget-cal-start-day {
  font-size: 18px;
  margin: 0;
  padding: 0;
  line-height: 14px;
}
.ff-em-sidebar div.ff-em-widget-eventdetails p {
  line-height: 16px;
  padding-top: 3px;
  padding-left: 45px;
}
/* @end */
ul#menu-about.menu {
  padding: 0 0 0 12px;
  margin-top: 5px;
}
ul#menu-about.menu li {
  background: url(http://firstfocus.net/wp-content/themes/firstfocus/images/arrow-right.png) no-repeat;
  display: block;
  padding-left: 27px;
}
ul#menu-about.menu li a {

}

/* @group Past Events */
.ff-em-list-eventexcerpt {
  display: block;
  clear: both;
  width: 100%;
  float: left;
}
div.ff-em-list-cal-start-month.past {
  background-color: #666;
  color: #ffffff;
  padding-top: 2px;
  padding-bottom: 2px;
  font-weight: bold;
  text-transform: uppercase;
  border-bottom: 1px solid #ccc;
}
div.ff-em-list-cal-start-day.past {
  color: #666;
  font-size: 22px;
}
div.ff-em-list-cal-start-title.past {
  color: #666;
  font-size: 9px;
  padding-bottom: 5px;
}

div.ff-em-list-eventdetails.past,
div.ff-em-list-eventdetails.past a,
div.ff-em-list-eventexcerpt.past p,
div.ff-em-list-eventexcerpt.past span,
div.ff-em-list-eventexcerpt.past em {
  color: #666 !important;
}

/* @end */

/* @group Widget Modal Search */

#mixa-modal-search {
    height: auto;
    top: calc(30%) !important;
}
div.modal-body {
	padding-bottom: 30px;
}
div.modal-body label,
div.modal-body input.search-field.form-control{
	width: 100%;
}
input.search-submit {
	/*float: right;*/
}

/* @end */
/* ======================*/

/* @group PLUGIN revslider */

/* @group Homepage Hero */

body.home .widget_revslider {
  height: 350px;
}

/* @end */

/* @end */

/* @group PLUGIN Bootstrap */

/* @group BS Modal hotfix */

body.modal-open,
.modal-open .navbar-fixed-top,
.modal-open .navbar-fixed-bottom {
  margin-right: 0 !important;
}

/* @end */

/* @group BS Thumbnail */

div.thumbnail {
  border: none;
}


/* @end */

/* @group BS Buttons */

.btn-primary {
  background-color: #d8eaf2 !important;
  border-color: #afc6cd !important;
  color: #092546;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
  background-color: #d8eaf2 !important;
  border-color: #afc6cd !important;
  color: #092546;
}
.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled:active,
.btn-primary.disabled.active,
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary.active {
  background-color: #d8eaf2 !important;
  border-color: #afc6cd !important;
}

/* @end */

/* @end */

/* @group PLUGIN mixacpt */

div.thumbnail div.col-md-3 {
  padding: 0;
}
div.thumbnail div.caption {
  margin: 0;
}
div.thumbnail div.caption h4 {
  margin: 0;
}
/* @end */

/* @group PLUGIN Food Menu */

/* @group Globals */
div.foodmenu-meta.mixa-foodmenu-single {
  margin: 0 0 10px 0;
}
div.foodmenu-content.mixa-foodmenu-single {
  margin: 0 0 10px 0;
}
div.meta-label-type.mixa-foodmenu-single {
  font-weight: bold;
  text-transform: uppercase;
}

/* @end */

/* @group Archive page */

/* @group Images */

div.featured-image.mixa-foodmenu-archive img {
  min-width: 100% !important;
  height: auto !important;
}

/* @end */

/* @group Content */
div.col-md-3.mixa-foodmenu-archive {
  margin: 0 0 40px 0;
}
h1.entry-title.mixa-foodmenu-archive {
  font-size: 22px;
  text-align: center;
  padding-bottom: 0;
}
hr.mixa-foodmenu-archive {
  width: 40%;
  margin: 0 auto 5px auto;
}
div.meta-label-type.mixa-foodmenu-archive {
  font-size: 14px;
  text-align: center;
}

/* @end */

/* @end */

/* @group Single page */

/* @group Images */

div.entry-thumbnail.mixa-foodmenu-single img {
  min-width: 100%;
  height: auto;
}

/* @end */

/* @group Content */

.foodmenu-favorite {
  padding: 11px 7px;
  background-color: #da0505;
  color: #ffffff;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 20px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  position: absolute;
  top: 0;
  right: 0;
  line-height: 18px;
}
h1.entry-title.mixa-foodmenu-single {
  border-bottom: 1px solid #000000;
  padding-bottom: 10px;
}
div.meta-label-type.mixa-foodmenu-single {
  
}
div.meta-filter-type.mixa-foodmenu-single {
  
}
div.mixa-foodmenu-nav-previous {
  float: left;
}
div.mixa-foodmenu-nav-next {
  float: right;
}

/* @end */

/* @end */

/* @end */

/* @group PLUGIN Staff */
div.caption h2 {
  margin-top: 0;
}
div.caption .btn-sm {
  margin: 5px 5px 0 0;
}
div.mixa-staff-nav-previous {
  float: left;
}
div.mixa-staff-nav-next {
  float: right;
}
.single-ffc_cpt_employees div#mixa-inner.row div.thumbnail {
  float: left;
  padding-left: 25px;
}

/* @end */

/* @group PLUGIN WooCommerce */

/* @group Wrapper */

.woocommerce {
  
}
.woocommerce div.container div.row {
  margin-top: 20px;
}
.woocommerce h1.page-title {
  margin-top: 0;
}
.woocommerce nav.woocommerce-breadcrumb {
  display: none;
}
/* @end */

/* @group Subcategory thumbnail */

div.mixa-wc-subcat-img {
  position: absolute;
  width: 150px;
  margin-top: -12px;
  top: 20px;
}
div.mixa-wc-subcat-img img{
  max-width: 100%;
  max-height: auto;
}

/* @end */

/* @group Product Category page */

/* @group Product Count */

ul.products .count { display:none !important; }

/* @end */
li.product-category a h3 {
  text-align: center;
}
/* @end */

/* @group Products */

ul.products {
  padding-top: 20px !important;
}

/* @end */

/* @group Product labels */

.woocommerce div.product form.cart .variations label,.woocommerce #content div.product form.cart .variations label,.woocommerce-page div.product form.cart .variations label,.woocommerce-page #content div.product form.cart .variations label{font-weight:boldcolor: #58584a;
  color: #000000;
}

/* @end */

/* @group Product Image */

.woocommerce ul.products li.product a img,.woocommerce-page ul.products li.product a img{
width:100%;
height:auto;
display:block;
margin:0 0 8px;
box-shadow: 0 0 0 0 !important;
-webkit-box-shadow:0 0 0 0 !important;
-moz-box-shadow:0 0 0 0 !important;
-webkit-transition:all ease-in-out .2s;
-moz-transition:all ease-in-out .2s;
-o-transition:all ease-in-out .2s;
transition:all ease-in-out .2s}

/* @end */
div.estimate {
  background-color: #eef8db;
  padding-top: 10px;
  padding-bottom: 1px;
}
/* @group Alerts */

div.woocommerce-message {
  
}
/* @end */

/* @end */

/* @group PLUGIN Events Manager */

div#em-wrapper span.em-pagination .page-numbers {
  padding:  8px 12px 8px 12px;
  border: 1px solid #ccc;
  border-radius: 5px;
}
div#em-wrapper span.em-pagination a.page-numbers {
  text-decoration: none;
}
div#em-wrapper span.em-pagination .page-numbers.current {
  padding:  8px 12px 8px 12px;
  border: 1px solid #ccc;
  color: #ccc;
}

/* @end */

/* @group MIXA Breadcrumbs */

#breadcrumbs {
  display: block;
  float: left;
  width: 100%;
  clear: both;
  margin: 0 0 25px 0;
}
#breadcrumbs a:last-of-type {
  color: #999;
  text-decoration: none;
}
#breadcrumbs a span.glyphicon {
  color: #999;
}
/* @end */

/* @group PLUGIN cf7 */

form.wpcf7-form p {
  
}

/* @end */

/* @group CRP */

#crp_related {
  
}
#crp_related ul {
  padding: 0 0 0 14px;
  margin-top: 10px;
}
#crp_related ul li {
  display: block;
  border-bottom: 1px dotted #eee;
  padding-bottom: 2px;
  padding-top: 2px;
}
#crp_related ul li:last-of-type {
  border-bottom: none;
}
#crp_related ul li span {
  margin: 0 12px 0 0;
}

/* @end */

/* @group PLUGIN FacetWP */
.facetwp-count {
  display: block;
  float: left;
  color: #ccc;
  font-size: 16px;
  margin-top: 4px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-variant: normal;
}
.facetwp-sort {
  display: block;
  text-align: right;
}
.facetwp-facet {
  margin-bottom: 0 !important;
}
input.facetwp-search {
  width: 100%;
}
.facetwp-counter{
  display: none;
}
.facetwp-pager-label {
  margin: 0 !important;
}
.facetwp-page {
  margin: 0 !important;
}

/* @end */

/* @group HOOK Press Release */

span.pr-release-date {
  font-size: 18px;
  color: #999;
  float: left;
  text-align: right;
  width: 100%;
  padding-top: 8px;
  font-weight: bold;
}

/* @end */

ul#menu-secondary a:link,
ul#menu-secondary a:visited,
ul#menu-secondary a:hover,
ul#menu-secondary a:active {
  color: #777777;
}

.breadcrumb_last {
  
}
/* ======================*/

/* @group SHORTCODES */

/* @group mixacpt */
div.thumbnail {
}
div.thumbnail a.thumbnail {
  margin: 0;
}
div.thumbnail div.caption {
  margin: 0;
  padding-right: 0;
  padding-left: 0;
}
div.thumbnail div.caption a h2 {
  font-size: 20px !important;
  margin: 0;
}

/* @end */

/* @end */

/* ======================*/

/* @group WIDGET - FF ISSUES LIST */
.ff-issue-list {
  position: relative;
}
.ff-issue-list ul.ff-issue-list-bullet {
  padding: 0 0 0 34px;
  margin: 5px 0 20px;
}
.ff-issue-list ul.ff-issue-list-bullet li.cat-item {
  padding: 0;
  display: list-item;
}


.ff-issue-list.colorkey {
  position: relative;
}
.ff-issue-list ul.ff-issue-list-bullet.colorkey {
  padding: 0 0 0 15px;
  margin: 5px 0 20px;
}
.ff-issue-list ul.ff-issue-list-bullet div.issue-icon {
  display: inline-block;
  width: 12px;
  height: 12px;
  float: left;
  left: 0;
  margin-top: 4px;
}
.ff-issue-list ul.ff-issue-list-bullet li {
  margin: 0;
  padding: 0 0 0 20px;
  display: block;
}
/* @end */
/* @group WIDGET - FF CATEGORY LIST */
.ff-category-list {
  position: relative;
}
ul.ff-category-list-bullet.icons {
  padding: 0 0 0 12px;
  margin: 5px 0 20px;
}

ul.ff-category-list-bullet.icons li {
  margin: 0;
  padding: 0;
  display: block;
}
/* @TODO: roll these into widget settings */
ul.ff-category-list-bullet li.ff-category-news,
ul.ff-category-list-bullet li.ff-category-resources,
ul.ff-category-list-bullet li.ff-category-uncategorized {
  display: none;
}
/* @end */

/* @group CRP RELATED POSTS */

#crp_related {
  
}
#crp_related ul {
  
}

#crp_related ul li {
  
}
#crp_related ul li i {
  margin-right: 12px;
}

/* @end */

/* @group ATTACHMENTS */

/* @group Post Attachments */

ul.post-attachments {
	list-style: none;
	margin-left: 0;
}

.post-attachment.mime-imagejpeg {
	background: url(http://firstfocus.net/wp-content/themes/firstfocus/images/icons/images.png) 0 4px no-repeat;
	padding-left: 24px;
	display: none;
}
.post-attachment.mime-imagepng {
	background: url(http://firstfocus.net/wp-content/themes/firstfocus/images/icons/images.png) 0 4px no-repeat;
	padding-left: 24px;
	display: none;
}
.post-attachment.mime-applicationzip {
	background: url(http://firstfocus.net/wp-content/themes/firstfocus/images/icons/attachment-zip.png) 0 4px no-repeat;
	padding-left: 24px;
}
.post-attachment.mime-textplain {
	background: url(http://firstfocus.net/wp-content/themes/firstfocus/images/icons/document-text.png) 0 4px no-repeat;
	padding-left: 24px;
	display: none;
}
.post-attachment.mime-applicationrtf {
	background: url(http://firstfocus.net/wp-content/themes/firstfocus/images/icons/document-text.png) 0 4px no-repeat;
	padding-left: 24px;
	display: none;
}
.post-attachment.mime-applicationpdf {
	background: url(http://firstfocus.net/wp-content/themes/firstfocus/images/icons/document-pdf.png) 0 4px no-repeat;
	padding-left: 24px;
}
.post-attachment.mime-applicationmsword {
	background: url(http://firstfocus.net/wp-content/themes/firstfocus/images/icons/document-word-text.png) 0 4px no-repeat;
	padding-left: 24px;
}
.post-attachment.mime-applicationvnd-ms-powerpoint {
	background: url(http://firstfocus.net/wp-content/themes/firstfocus/images/icons/document-powerpoint.png) 0 4px no-repeat;
	padding-left: 24px;
}
.post-attachment.mime-applicationvnd-ms-excel {
	background: url(http://firstfocus.net/wp-content/themes/firstfocus/images/icons/document-excel.png) 0 4px no-repeat;
	padding-left: 24px;
}

/* @end */

/* @group Resource Attachments */
ul.resource-attachments {
  margin: 10px 0 20px;
  padding: 0 0 0 13px;
}
ul.resource-attachments li {
  display: block;
  border-bottom: 1px dotted #eee;
  padding-top: 2px;
  padding-bottom: 2px;
}
ul.resource-attachments li:last-of-type {
  border-bottom: none;
}
/* Hide image mimes on Resource pages */
.single-ffc_cpt_resources .mime-imagejpeg {
	display: none;
	
}
.single-ffc_cpt_resources .mime-imagepng {
	display: none;
}

/* @end */

/* @end */

/* ======================*/ 



@media (max-width: 480px) {
   /* rules for mobile horizontal (480 > 768)  */
   div.mixa-article-title.row {
     margin-top: 100px;
   }
   body.home div#mixa-hero.container,
   body.home .ffc-home-sidebar-left {
     display: none !important;
   }
}
@media (max-width: 768px) {
   /* rules for tablet (768 > 992) */
   #mixa-nav {
     margin: 0;
     -webkit-box-shadow: 0 5px 5px -3px #5E5E5E;
     box-shadow: 0 5px 5px -3px #5E5E5E;
     background-color: none;
   }
   
   div.mixa-article-title.row {
     margin-top: 85px;
   }
   
   div.actionbox,
   div#kids-silo,
   .navbar .widget_search,
   ul.navbarsocial,
   #mixa-masthead-background,
   #mixa-hero.container {
     display: none;
   }
   #mixa-masthead{
     position: fixed;
     width: 100%;
     z-index: 999;
     margin: 0;
     padding: 0;
     top: 0;
   }
   body.home div#mixa-outer.container {
     margin-top: 85px;
   }
   div#mixa-tophat {
     display: none;
   }
   .btn-group.navbar-toggle {
     padding: 0 !important;
     border: none;
   }
   .btn-group.navbar-toggle:hover {
     background: transparent;
   }
   #mixa-logo-responsive {
     width: 150px;
     height: 50px;
     background-image: url(http://firstfocus.net/wp-content/themes/firstfocus/images/logo-responsive.png);
     margin: 2px 0 0 25px;
   }
   body.home div#mixa-hero.container,
   body.home .ffc-home-sidebar-left {
     display: none !important;
   }
}
@media (max-width: 992px) {
   /* rules for desktop (992 > 1200) */
  
  div#kids-silo,
  .navbar .widget_search,
  .screen-reader-text,
  ul.navbarsocial {
    display: none;
  }
  body.home div#mixa-hero.container,
  body.home .ffc-home-sidebar-left {
    display: none !important;
  }
}
@media (min-width: 1200px) {
/* rules for large (> 1200) */
  .container{
       max-width:  1024px !important;
   }
   /* @group Nav */
   body.home #mixa-nav.row {
     -webkit-box-shadow: 0 2px 4px -2px #000000;
        -moz-box-shadow: 0 2px 4px -2px #000000;
             box-shadow: 0 2px 4px -2px #000000;
   }
   #mixa-nav.row {
     margin: 0;
     padding: 0;
   }
   .navbar.container {
     margin-bottom: 0;
     padding: 0;
   }
   .navbar.container div.collapse {
     padding: 0;
   }
   
   /* @end */
}