Theme CSS


/*

Theme Name: X &ndash; Child Theme
Theme URI: http://theme.co/x/
Author: Themeco
Author URI: http://theme.co/
Description: Make all of your modifications to X in this child theme.
Version: 1.0.0
Template: x

*/

@import url(/fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700);

@font-face { font-family: Bebas; src: url(/font/BebasNeue.otf) format("opentype");
}
@font-face { font-family: Bitter; src: url(/font/Bitter-Regular.otf) format("opentype");
}
@font-face { font-family: Mission; src: url(/font/Mission-Script.otf) format("opentype");
}
@font-face { font-family: Merriweather; src: url(/font/merriweather/Merriweather-Regular.ttf) format("truetype");
}
@font-face { font-family: AbeLincoln; src: url(/font/AbrahamLincoln.ttf) format("truetype");
}
@font-face { font-family: NixieOne; src: url(/font/NixieOne-Regular.otf) format("opentype");
}
@font-face { font-family: OlympicBranding; src: url(/font/Olympic%20Branding.ttf) format("truetype");
}
@font-face { font-family: Comfortaa; src: url(/font/Comfortaa-Regular.ttf) format("truetype");
}
@font-face { font-family: Aver; src: url(/font/Aver.ttf) format("truetype");
}
@import url(//fonts.googleapis.com/css?family=Libre+Baskerville);
@import url(https://fonts.googleapis.com/css?family=Montserrat);

/* Mozilla based browsers */
::-moz-selection {
       background-color: #2c96cb;
       color: #fff;
}

/* Works in Safari */
::selection {
       background-color: #2c96cb;
       color: #fff;
}

/* General Styles */
html{
  font-family:'Source Sans Pro','sans-serif';
}
body{
  height:100%;
  font-family:'Source Sans Pro','sans-serif';
}
h1{
  font-family: 'Bebas', 'Oswald', serif !important;
}
h2{
  font-family: 'Bitter','Serif';
  font-size: 2em;
  text-transform: capitalize;
  color: #2c96cb;
  letter-spacing: 1px;
}
h2.section-header {
text-align: center;
margin-top:0px;
}
.amp{
  font-family: 'Libre Baskerville', serif;
  font-style: italic;
  font-size: 125%;
  color: #ababab;
}
h3{
  font-family: 'Source Sans Pro','sans-serif';
  font-weight: 400;
  text-transform: lowercase;
  letter-spacing: 1px;
  color: #A8A8A8;
  font-size: 1.8em;
}
h4{
  font-family: 'source sans pro','sans-serif';
  font-weight: 600;
  font-size: 1.2em;
  letter-spacing: 2px;
}
h5{
  font-family: Bitter !important;
  /* letter-spacing: -.25px; */
  text-transform: capitalize;
  /* font-size: 125% !important; */
  font-size: 1.2em;
  /* font-family: 'source sans pro','sans-serif'; */
  font-weight: 300;
}
h6{
  font-size: 1.2em;
  font-family: 'source sans pro','sans-serif';
  font-weight: 300;
}
p{
  line-height: 2em;
}
/* New Headers */
.titles h6{
    font-family:'source sans pro','helvetica',sans-serif;
    font-size:.8em;
    text-transform:uppercase;
    letter-spacing:5px;
    font-weight:300;
}
.titles h1{
    font-family:'bitter','helvetica',serif !important;
    font-size:1.5em !important;
    margin-top:0;
    text-transform: capitalize;
}
.header-line{
    margin: 18px auto;
    width: 100px;
    border-top: 4px solid #2c96cb;
}
.titles h2{
  font-size: 1.2em;
  font-family: 'source sans pro',sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 10px;
}

.uppercase{
  text-transform: uppercase;
}
.capitalize{
  text-transform: capitalize;
}
.lowercase{
  text-transform: lowercase;
}
.bold-600{
  font-weight:600;
}
.zero-bottom{
  margin-bottom: 0;
}
.zero-top{
  margin-top:0;
}
.mobile-lr-margin{
  margin: auto 15px;
}
.hidden{
  position:absolute;
  top:-99999px;
  left:-99999px;
}
.rev_slider_wrapper, a.x-img-thumbnail:hover, .x-slider-container.below, .page-template-template-blank-3-php .x-slider-container.above, .page-template-template-blank-6-php .x-slider-container.above {
border: none;
}
#menu-item-26 a{
  font-size: 1.3em;
}

#menu-item-26 a:hover{
  box-shadow:none;
}
#menu-item-26 a span{
  background-color: #99b04a;
  color: #fff;
  padding: 10px 30px;
  margin-top: -10px;
}
#menu-item-26 a span:hover{
  background-color:#91a747;
}
.x-header-landmark{
margin-top:50px;
margin-bottom:50px;
}

.h-landmark{
letter-spacing: 1px;
}

.h-landmark span:before,
.h-landmark span:after{
background: url("/wp-content/uploads/2014/03/dotted_bg.png") repeat 0 center;
}

.small-col{
  margin: 0 12% 1.313em;
}

.vertical-align{
  position:relative;
  top:50%;
  -ms-transform:translateY(-50%);
      transform:translateY(-50%);
  -webkit-transform:translateY(-50%);
}

.flex{
  width:100%;
  display:-webkit-flex;
  display:-ms-flexbox;
  /*display:-webkit-box;*/
  display:flex;
  -webkit-justify-content:space-between;
  -ms-flex-pack:justify;
      -webkit-box-pack:justify;
          justify-content:space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.flex-staff{
  width:100%;
  display:-webkit-flex;
  display:-ms-flexbox;
  /*display:-webkit-box;*/
  display:flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.flex-column{
  -webkit-flex-direction:column;
  -ms-flex-direction:column;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
          flex-direction:column;
}

.space-around{
-webkit-justify-content:space-around;
    -ms-flex-pack:distribute;
        justify-content:space-around;
}

.flex-center {
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          -webkit-box-pack: center;
          justify-content: center;
}

.imgcenter{
display:block;
margin:0 auto;
}

.x-img{
margin:0;
}

.htriangles{
 border-bottom:1px dotted #000;
}

.cap{
text-transform:capitalize;
}

.bitter{
font-family: 'Bitter' !important;
text-transform:capitalize;
}

.top-margin-intolerant{
margin-top:0px;
}

.text-center{
text-align:center;
}
.center-list ul{
  display:table; margin:0 auto;
}
.blue{
color:#3396ca;
}
.red{
color:#ee2437;
}
.green{
color:#99af49;
}
.orange{
color:#f37229;
}
.white{
color:#fff;
}
.black{
color:#000;
}
.pad-right{
padding-right:15px;
}

.center{
text-align: center;
}

.text-left{
text-align: left !important;
}

.text-right{
text-align: right !important;
}

.float-left{
float:left;
}

.entry-wrap {
padding: 0px 0 0 0;
}

.x-content-band {
padding: 0;
margin: 0;
}

.container-padding{
padding: 0px 60px 0 60px;
}

.margin-center{
  margin:0 auto;
}
.display-none{
  display:none;
}

/* width classes */
.width-230px{
  width:230px;
}
.width-150px{
  width:150px;
}
.width-100p{
  width:100%;
}

/* buttons */
.x-btn, .button, [type="submit"] {
    text-shadow: none !important;
    padding: 0.842em 1.105em !important;
    background-color:transparent;
    text-transform: uppercase !important;
    letter-spacing: 2px;
    font-weight: 400 !important;
    border: 2px solid;
}
.x-btn, .x-btn-large, .button, [type="submit"], [type="submit"]:hover {
letter-spacing:1px;
text-transform:capitalize;
font-weight:300;
padding: 13px 26px;
font-size: 30px;
font-size: 30px;
font-size: 1.9rem;
border-radius: 0;
text-shadow: none;
}


input[type="submit"]:hover {
background-color:#2c96cb;
}

.x-btn-small:hover{
  padding: 0.429em 1.143em 0.643em;
  font-size: 14px;
  font-size: 22px;
  font-size: 22px;
  font-size: 1.4rem;
  -webkit-transition-property: none;
          transition-property: none;
}
.x-btn:hover{
  border-color: #2c96cb;
  text-shadow: none;
}
.x-btn.x-btn-large{
padding:0.579em 1.105em;
margin:10px 7.5px 10px 0;
}
.main-button.x-btn-large{
  margin-bottom: 0;
  border-width: 3px;
  text-shadow: none;
  text-transform: uppercase;
  background-color: transparent;
  box-shadow: none;
  color: #2c96cb;
  font-weight: 500;
}
.solid-button{
  background-color: #2c96cb !important;
  color: #fff !important;
}
.x-btn:hover, .button:hover, [type="submit"]:hover {
    text-shadow: none !important;
}
.main-button:hover{
  background-color: #2c96cb;
  color:#fff;
  text-shadow: none;
}

.white-button{
  border-color: #fff !important;
  color:#fff !important;
}
.white-button:hover{
  background-color:#fff !important;
  color:#2c96cb !important;
}

hr{
margin:50px;
}

.hr-slim{
margin:10px;
}

.x-tab-content{
box-shadow:none;
}

.margin-top50{
margin-top:50px;
}

.x-flexslider-shortcode-container.with-container{
  border:none;
  border-top:1px solid rgba(0, 0, 0, 0.15);
  border-bottom:1px solid rgba(0, 0, 0, 0.15);
}
.x-flexslider .x-slides img{
  width:20%;
  height:20%;
  display:inline;
}
.x-container-fluid.width {
width: 85%;
}

a.selected{
  color:#ee2437;
}
.colorblock-img{
  width:50%;
  height:100%;
}

.colorblock-txt{
  width:50%;
}
.eightycontainer{
    width:80%;
    margin:0 auto;
}

/* Header and Footer Styles */

header .x-container-fluid.width, footer .x-container-fluid.width {
width: 83%;
}

.h-widget {
margin: 0 0 0.5em;
font-size: 145%;
line-height: 1;
font-family: Source Sans Pro;
font-weight: 600;
text-transform: lowercase;
}

.nav{
margin:40px auto;
}

.nav li{
list-style:none;
text-align:center;
margin-bottom:10px;
}

.prefooter{
margin:3em 0 0;
}

footer{
background-color:#e6e6e6 !important;
}

.footercolorbar{
position:relative;
top:0px;
margin-top:50px;
width:100%;
height:12px;
}

.bottom{
background-color:#d9d9d9 !important;
}

/* Skill Bar Styles */
.x-skill-bar {
  box-shadow: none;
  border-radius: 0px;
  height: 30px;
}
.x-skill-bar .bar {
  border-radius: 0px;
  box-shadow: none;
}
.x-skill-bar .bar .percent {
  bottom: 6px;
  text-size: 16px;
  padding: 0 7px;
  font-size: 14px;
  text-shadow: 0 1px 0 rgba(0,0,0,0);
  background-color: transparent !important;
  border-radius: 0px;
}

/* Wufoo Styles */

.wufoo ul{
margin-left:0;
}

.wufoo li{
list-style-type:none;
}

.wufoo input{
width:100%;
}

.wufoo textarea{
width:100%;
}

.wufoo input[type="submit"]{
width:auto;
}

.wufoo .float div{
display:inline-block;
width:47.5%;
}

.wufoo .float div input{
margin:0;
}

.wufoo dl{
margin-bottom:0;
}

.float label{
opacity: 0.5;
filter: alpha(opacity=50);
}

.wufoo .float div:first-child{
margin-right:10px;
}

.wufoo li{
overflow: auto;
display:block;
}

.wufoo h4, .wufoo h3{
margin:0;
padding:0;
font-size: 115%;
}

/* Video Styles */

.hungervideo{
display:block;
width:50%;
margin:0 auto 50px;
}

.hungervideo .video{
width: 100%;
margin:0;
z-index:5;
}

.video-thumbnails{
height:30.15vw;
}

.video-thumbnails div{
width:100%;
display:inline-block;
text-align:center;
}

.video-thumbnails div h6{
margin:10px 0 0;
}

.video-thumbnails div img{
display:block;
width:100%;
margin: 0 auto;
-webkit-transition: all 0.15s linear 0s;
        transition: all 0.15s linear 0s;
}

.video-thumbnails div img:hover{
cursor:pointer;
opacity:0.6;
filter: alpha(opacity=60);
}

div.entry-extra{
  background-color: rgb(255, 255, 255);
  opacity: 0.9;
  padding: 50px;
}
.cursor-pointer{
  cursor:pointer;
}

/* Contact and Location */

#foli13, #foli3{
width:47.5%;
display:inline-block;
}

#foli3{
margin-right:10px;
}

#Field10, #Field11{
background:url('/wp-content/uploads/2014/06/fce_icon_name.png');
background-size: 32px;
background-repeat: no-repeat;
padding-left: 42px;
background-position:5px 0px;
}

#Field3{
background:url('/wp-content/uploads/2014/06/fce_icon_email.png');
background-size: 32px;
background-repeat: no-repeat;
padding-left: 42px;
background-position:5px 1px;
}

#Field13{
background:url('/wp-content/uploads/2014/06/fce_icon_rphone.png');
background-size: 32px;
background-repeat: no-repeat;
padding-left: 42px;
background-position:5px 0px;
}

#Field5{
background:url('/wp-content/uploads/2014/06/fce_icon_comments.png');
background-size: 35px;
background-repeat: no-repeat;
padding-left: 45px;
background-position:5px 0px;
}


.location-table .x-nav-tabs-item > a{
  box-shadow: inset 0 3px 0 0 #ddd;
}

.location-table .active > a{
  box-shadow: inset 0 3px 0 0 #3396ca;
}

.x-nav-tabs-item a{
font-family:'Bitter';
}
.social-icons{
  display:-moz-inline-stack;
  display:inline-block;
  zoom:1;
  *display:inline;
  text-align: left;
  list-style-type: none;
  text-align:center;
  margin: 0 auto;
}
.social-icons h3{
  margin-top: 7px;
}
.social-icons h3 span{
  font-size:16px;
}
.social-icons a:nth-child(1){
  color:#3b5998;
}
.social-icons a:nth-child(2){
  color:#00aced;
}
.social-icons a:nth-child(3){
  color:#c9b9ad;
}
.social-icons a:nth-child(4){
  color:#cb2027;
}
.social-icons a:nth-child(5){
  color:#bb0000;
}
.social-icons a:nth-child(1) div:hover{
  background-color:#3b5998;
  color:#fff;
  -webkit-transition: 0.25s all;
          transition: 0.25s all;
}
.social-icons a:nth-child(2) div:hover{
  background-color:#00aced;
  color:#fff;
  -webkit-transition: 0.25s all;
          transition: 0.25s all;
}
.social-icons a:nth-child(3) div:hover{
  background-color:#c9b9ad;
  color:#fff;
  -webkit-transition: 0.25s all;
          transition: 0.25s all;
}
.social-icons a:nth-child(4) div:hover{
  background-color:#cb2027;
  color:#fff;
  -webkit-transition: 0.25s all;
          transition: 0.25s all;
}
.social-icons a:nth-child(5) div:hover{
  background-color:#bb0000;
  color:#fff;
  -webkit-transition: 0.25s all;
          transition: 0.25s all;
}
.social-icons h3{
  color:inherit !important;
}
.social-card{
   background-color: #fff;
  padding: 20px;
  margin: 10px 10px 0 0;
  box-shadow: 0 1px 1px rgba(0,0,0,0.1);
  display: inline-block;
  width: 313px;
  text-align:center;
}

/* Donate Styles */

.donate_check{
  display:none;
  width:50%;
  border:1px solid #f2f2f2;
  padding:15px;
  margin: 20px auto 0;
  min-width:549px;
}
.donate-header{
    height:65vh;
    position:relative;
}
.donate-header > div{
position:absolute;
top: 60%;
transform: translate(0, -60%); 
width:100%;
}
.donate-header h2{
    font-family: 'source sans pro','helvetica','arial',sans-serif;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 9px;
    font-size: 1.7em;
}
.donate-facts p{
    line-height: 1.2em;
    font-size: .85em;
    font-weight:400;
}
.donate-facts h4{
    font-family: 'bebas';
    font-size: 3em;
    margin: 17px 0 auto;
}
    @media(max-width : 1160px){
        .donate-facts h4{
            font-size: 2.5em;
        }
    }
    @media(max-width : 985px){
        .donate-facts h4{
            font-size: 2em;
        }
    }
    @media(max-width : 810px){
        .donate-facts h4{
            font-size: 1.8em;
        }
    }
.donate-facts h4 span{
    font-size: .4em;
    font-family: 'source sans pro','helvetica','arial',sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    position: relative;
    top: -12px;
    letter-spacing: 1px;
    border-bottom: 1px solid;
}
.inspired-blurb p{
    font-weight:400;
}
.inspired-blue{
    color:#09365a;
}

/* Accordion Style */

.x-accordion-toggle:before{
content:" " !important;
margin-right:0 !important;
}

.x-accordion-toggle{
padding-left:0 !important;
padding-right:0 !important;
}

.acc-item a{
font-family: 'Source Sans Pro','sans-serif';
font-weight: 500;
text-transform: uppercase;
font-size: 1.2em !important;
letter-spacing: 2px;
}

.acc-item-full-width a{
font-family: 'Source Sans Pro','sans-serif';
font-weight: 500;
text-transform: uppercase;
font-size: 1.2em !important;
letter-spacing: 2px;
}

.acc-item{
box-shadow: none;
border: none;
border-radius: 0;
}

.acc-item-full-width{
box-shadow: none;
border:none;
border-radius: 0;
}

/* Staff Page Style */

.staff_photo{
border-radius:300px;
margin-bottom:10px;
cursor:pointer;
border:3px solid #ccc;
}

.all-photos img{
  width:100%;
  height:auto;
}

.all-photos{
  max-width:1000px;
  margin:0 auto;
}

.all-photos li{
  width:20%;
  margin:0 2.5% 4%;
  list-style:none;
}

.staffpos{
 text-transform:uppercase;
}

.staffmail{
font-style:italic;
position:relative;
z-index:99999999;
}

.staff_info{
    border-bottom: 1px solid #ccc;
    padding-bottom:5px;
    margin-bottom:15px;
}
.staff_photo_large{
    display:block;
    margin:15px auto;
  border:2px solid #ccc;
}
.selected_staff{
  position:fixed;
  display:none;
  height:100%;
  width:100%;
  top:0;
  background-color: rgba(0,0,0,0.7);
  z-index:999;
}
.selected_staff_inner{
    background-color:#eee;
    border:1px solid #ddd;
    max-width:960px;
    width:66%;
    margin:0 auto;
  display:block;
    position:relative;
  top:50%;
  padding:50px;
  -webkit-transform:translateY(-50%);
      -ms-transform:translateY(-50%);
      transform:translateY(-50%);
  max-height:90%;
  overflow-y:scroll;
  overflow-x:hidden;
}
.close{
  position:absolute;
  top:25px; right:25px;
  font-size:2em;
  color:#eee;
  opacity:1;
  filter: alpha(opacity=100);
  text-shadow:none;
}

.close:hover{
  color:#ccc;
}

/* Meal Page Styles */

#videotitle{
  font-family: 'Bitter','serif';
  text-transform: capitalize;
  font-size: 2.5em;
  border-bottom: 2px solid #e4e4e4;
  border-top: 2px solid #e4e4e4;
  padding: 3px;
  margin: 25px 0 15px;
}
#videotitle .small-download{
  font-size:1.5rem;
  display:inline-block;
  float:right;
  margin-top:28px;
}
.cookbook-icon{
  margin-right:15px;
}
.meal-ingredients p{
  font-size: .9em;
    line-height: 1.7;
}
.food-pie{
  display:block; 
  margin:20px auto; 
  position:relative; 
  top:-20px;
}
.low-sodium-box{
  display:none;
  background-color:#fff;
  padding: 20px 40px 30px;
  width:80%;
  margin-top: 20px;
  box-shadow: 0 1px 1px rgba(0,0,0,0.1);
}
.low-sodium-box h3{
  margin:0;
  font-size: 1.5em;
}
.low-sodium-box p{
  font-size:.9em
}

/* Upcoming Events */
.evt-container{
    margin:30px auto;
}
.hp-key{
    margin-top: 157px;
}
.key-content{
    background-color: #fafafa;
    padding: 15px;
    border: 1px solid #E5E5E5;
}
.key-title{
    font-family: 'oswald','bebas','sans-serif';
    font-size: 22px;
    text-transform: uppercase;
    color: #ababab;
    font-weight: normal;
}
.ajde_evcal_calendar {
    width: 88%;
    max-width: 850px;
    margin:0 auto;
}
@media(max-width : 768px){
  .ajde_evcal_calendar .test-button{
    font-size:.8em;
  }
  .ajde_evcal_calendar {
    width: 100%;
    max-width: 850px;
    margin:0 auto;
  }
}
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2) {
    .ajde_evcal_calendar .test-button{
    font-size:.7em;
  }
}

/* Video Gallery Plugin */
#main-slider_2 .slider-content-wrapper .right-block .title {
    color: #2c96cb !important;
    text-transform: Capitalize !important;
    font-family: 'Bitter', 'sans-serif' !important;
    letter-spacing: 1px;
    font-weight: 300;
    font-size: 22px;
}
.vid-override {
    color: #2c96cb !important;
    text-transform: Capitalize !important;
    font-family: 'Bitter', 'sans-serif' !important;
    letter-spacing: 1px;
    font-weight: 300;
    font-size: 22px;
    line-height:1.3em;
}
#huge_it_videogallery_content_2 #huge_it_videogallery_container_2 .element_2 {
    height: 213px !important;
}
#huge_it_videogallery_content_2 #huge_it_videogallery_container_2 .element_2 .title-block_2 {
    padding: 15px 0px 15px 15px !important;
}
.list-shimmy{
  margin-left: 18px !important;
}
/*#main-slider_2 .slider-content-wrapper .button-block a, #main-slider_2 .slider-content-wrapper .button-block a:link, #main-slider_2 .slider-content-wrapper .button-block a:visited {
    display: none !important;
}
#cboxOverlay {
    background-color: #000 !important;
} */
/* Internship Styles */

.intern-position{
  width:48.5%;  
}
.intern-steps-fix{
  height: 362px;
}
  .intern-steps-fix img{
    margin-top: -130px;
  }
.intern-position div p{
  border-top: 1px solid #ddd;
  padding-top: 8px;
  margin-bottom:25px !important;
}

.intern-position div:last-child{
  display:none;
}

.intern-pos-box{
  -webkit-transition:0.25s all;
          transition:0.25s all;
}

.intern-pos-box:hover{
  cursor:pointer;
}

.intern-pos-box h5{
  display:inline-block;
}

.spin{
  color:#272727;
  font-size:1.25em;
  display:inline-block;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  margin-left:15px;
}

.internbanner{
background-image:url('/wp-content/uploads/2014/12/internbanner_nodrop.png');
background-repeat:no-repeat;
background-position:center bottom;
}

.intern-locations{
  width: 80%;
  margin: 0 auto;
}
.intern-locations div:last-child{
  display:none;
}
.intern-places{
  line-height: 1.7;
    width: 100%;
    text-align: center;
    -webkit-transition: all 0.25s;
            transition: all 0.25s;
    background-color:#fafafa;
    border: 1px solid #efefef;
    margin:0 auto;
    font-size: 1.4em;
    padding: 10px;
    text-transform:capitalize;
}
.intern-places:hover{
  background-color:#f4f4f4;
}

.intern-orangebut:hover{
  color:#f3712a;
}
.intern-greenbut:hover{
  color:#99b04a;
}

.new-intern-list{
  list-style: none;
  width:auto !important;
  margin:0;
}
.new-intern-list a{
  width:48%;
  color:#000;
}
.new-intern-list li:first-child, .new-intern-list li:nth-child(2){
  margin:10px 0;
}
.new-intern-list li{
  margin:0 0 10px;
  width:100%;
  text-align: left;
  box-shadow: 0 1px 1px rgba(0,0,0,0.1);
  padding:25px 10px;
  -webkit-transition:0.25s all;
          transition:0.25s all;
}
.new-intern-list li:hover{
  background-color:#fafafa;
}
.new-intern-list h5{
  color:inherit;
  margin:0;
  display:inline;
  margin-left:5%;
  font-size:1em;
}

/* //////////////// AJAX Applications ///////////////// */

.applicationmodule ul{
  list-style: none;
  margin-left:0;
}

.application div{
  margin:0 auto;
  display:block;  
}

.applicationmodule, .application{
  position:relative;
}

/* Responsive Styles */

.desktop{
  display:inherit;
}

.tablet{
  display:none;
}

/* Other Styles still needed to be sorted */

.x-flexslider-shortcode-container.with-container{
padding:0;
box-shadow: none;
margin-bottom:30px;
}

.intern-pos{
padding-right:15px;
padding-bottom:15px;
height:75px; width:75px;
}

.list-container {
    text-align: center;
}

.list-container ul {
    display: inline-block;
    text-align: left;
}

.corp-part{
padding: 0 25px 25px 0;
}

.one-up .corp-part{
  display:inline-block;
  margin:0 auto 25px;
  padding:0;
  float:none;
  width:85%;
}

.margin-auto{
margin-right:auto;
margin-left:auto;
}

dt img{
position:relative;
left:-3px;
}

.margin-bottom{
margin-bottom:34px;
}

.margin-auto ul{
margin:0 1.313em 1.655em;
}

.IOList{
margin:0;
}

.IOList dt{
font-family:"Bitter";
font-weight:400;
}

/* Impact */

.impact-video-banner{
  height:450px;
  width:100%;
  position:relative;
  -webkit-transition: all 0.25s;
        transition: all 0.25s;
  background-color:rgba(0,0,0,0.1);
}
.impact-video-banner:hover{
  cursor:pointer;
  background-color:rgba(0,0,0,0);
}
.impact-video-banner:hover .play-impact{
  cursor:pointer;
  color:#99b04a;
    -webkit-transition: all 0.25s;
        transition: all 0.25s;
}
.impact-video-banner h2{
  font-size:2.3em;
  letter-spacing: 1px;
  margin:0;
}
.vid-title-underline{
  border-bottom: 1px dotted #fff;
    padding: 0 0 14px;
}
.impact-video-banner h2 span{
  font-size: 2.2em;
  position: relative;
  top: 16px;
}
.impact-video-banner h2 span:hover{
  cursor:pointer;
  color:#99b04a;
}
.impact-video-banner p{
  width:72%;
}
.vid-margins{
  margin: 3% auto;
}
.v-align{
position: relative;
top:50%;
-webkit-transform:translateY(-50%);
transform:translateY(-50%);
}
@media(max-width: 767px){
  .impact-video-banner{
  background-color:rgba(0,0,0,0.5);
  }
  .impact-video-banner .x-column.1/2{
    margin-top: 0;
  }
  .header-img-mobile{
  background-color:rgba(0,0,0,0.5);
  }
}
.storymodule h3{
  margin:0 0 35px;
}

.storymodule ul{
  list-style: none;
  margin-left:0;
}
.storymodule li:hover{
    background-color: #f4f4f4;
}
.storymodule li{
    line-height: 1.7;
    font-weight: 600;
    font-size:1em;
    letter-spacing: 2px;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: all 0.25s;
            transition: all 0.25s;
    background-color:#fafafa;
    border: 1px solid #efefef;
}
.storymodule li a{
    padding: 5px;
    width: 100%;
    display: inline-block;
}
.storymodule li div{
    padding: 8px;
}
/*
.storymodule li:nth-child(4n) div:hover{
    border-left: 8px solid #99b04a;
}
.storymodule li:nth-child(4n+1) div:hover{
    border-left: 8px solid #2c96cb;
}
.storymodule li:nth-child(4n+2) div:hover{
    border-left: 8px solid #ed2337;
}
.storymodule li:nth-child(4n+3) div:hover{
    border-left: 8px solid #f3712a;
}
*/
.storymodule li:first-child{
    border-top:1px solid #e5e5e5;
}
.storymodule>div:first-child{
    width:25%;
}
.storymodule>div:last-child {
    width: 70%;
    border: 1px solid #e5e5e5;
    background-color: #fafafa;
    padding: 30px 40px;
}
.storymodule{
    padding: 0 5% 5%;
    background-color: #fff;
    width:80%;
    margin:0 auto;
}
.storytitle{
    border-bottom: 1px dotted #000;
    color: #6b6b6b;
}

.hungerandedu{
background-image:url('/wp-content/uploads/2014/12/hungerandedu2.png');
background-repeat:no-repeat;
background-position:center bottom;
background-size:100% auto;
}
.hungeredu-goal{
  font-weight:300;
  letter-spacing: 0;
}
.edu-margin{
  width:70%;
    margin:0 auto 440px;
}
.number{
  font-size: 1.25em;
  font-family: bebas;
}
.suffix{
  font-size: .8em;
  margin-left: 10px;
  margin-bottom: -10px;
  font-family: source sans pro;
  font-weight: 600;
  text-transform: uppercase;
}
.x-counter .text-below {
margin-top: 0.5em;
font-weight: 500;
letter-spacing: 2px;
background-color: #fff;
display: inline;
}
.x-counter .number-wrap {
font-size: 3.25em;
line-height: 1;
background-color: #fff;
}
.impact-tabs h3{
    margin-top: -5px;
}
.impact-tabs img{
    width:80%;
    display: block;
    margin: 0 auto 1.313em;
}

/* impact maps */
.stories-section div{
        margin-right:30px;
        margin-bottom:30px;
    }
    .single-story{
        background-size:cover;
        height:200px;
        position: relative;
        transition:all 0.35s;
    }
      .single-story:nth-child(1){
        background-image:url('/wp-content/uploads/2015/02/opendoorhaiti.jpg');
      }
      .single-story:nth-child(2){
        background-image:url('/wp-content/uploads/2015/02/careforaids.jpg');
      }
      .single-story:nth-child(3){
        background-image:url('/wp-content/uploads/2015/02/INSTAaRecipe.jpg');
      }
      .single-story:nth-child(4){
        background-image:url('/wp-content/uploads/2015/07/GlobalImpact-Banner1.jpg');
      }
      .single-story:nth-child(5){
        background-image:url('/wp-content/uploads/2015/02/INSTAtheLeadership.jpg');
      }
      .single-story:nth-child(6){
        background-image:url('/wp-content/uploads/2015/02/TwitOurTeam.jpg');
      }
    .story-info{
        position:absolute; 
        top:0%; left:0; right:0; left:0; 
        height:100%; 
        width:100%; 
        background-color:rgba(0,0,0,0);
        opacity:0;
    }
    .story-info:hover{
        background-color:rgba(0,0,0,0.6);
        opacity:1;
        cursor:pointer;
    }
    .story-info h3{
      color:#fff;
    }
    .vertical-align{
     position: relative;
    top:50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    }
  .maps-wrap{
      position:relative;
      width:100%;
  }
  .states-map-tab{
      position:absolute;
      z-index:500;
      width:100%;
  }
  .world-map-tab{
      position:absolute;
      z-index:1;
      width:100%;
  }
.distributemaps ul{
    list-style-type: none;
    margin: 0;
}
.distributemaps li{
    line-height: 1.7;
    width: 50%;
    text-align: center;
    transition: all 0.25s;
    background-color:#fafafa;
    border: 1px solid #efefef;
    border-left: none;
}
.distributemaps li a{
    padding: 25px;
    width: 100%;
    display: inline-block;
    font-size: 1em;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
    color:#ababab;
}
.maps-selected{
    color:#99af49 !important;
    background-color: #f4f4f4;
}
.distributemaps li:first-child{
    border-left:1px solid #efefef;
}
.distributemaps li:hover{
    background-color: #f4f4f4;
}

/* careers */
.positions-available h2{
  margin-top:50px
}
.career-positions{
  background-color: #fafafa;
  text-align: center;
  width: 80%;
  margin: 20px auto;
}
  .career-positions a{
  color:#666;
  }
  .career-positions a:hover{
  color:#000;
  }

.each-position{
  padding: 27px;
  border: 1px solid #efefef;
  -webkit-transition: all 0.25s;
          transition: all 0.25s;
}
.each-position:hover{
  background-color:#f4f4f4;
}
.each-position h3{
  margin-top: 0;
  font-size: 1.25em;
  text-transform: none;
  font-family: 'source sans pro',sans-serif;
}
.each-position p{
  font-size: 0.8em;
  letter-spacing: 1px;
  margin-bottom:0;
  line-height: 1.3em;
}

.career-intro{
  background-color: #fafafa;
  padding: 3% 1%;
  text-align: center;
}
.career-desc{
  width: 55% !important;
  margin-right: 13%;
}
.career-benefits{
  border: 1px solid #e5e5e5;
  margin-top: 55px;
  background-color: #fafafa;
}
.table-title{
    background-color: #f4f4f4;
    padding: 15px;
    margin: 0;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 4px;
    font-size: 1em;
    text-align: center;
    font-family: 'source sans pro';
}
.benefits-inner{
  padding:20px;
}
  .benefits-inner h4{
    font-family: 'bitter','serif';
    font-weight: 400;
    font-size: 1.2em;
    letter-spacing: 1px;
    line-height: 0;
  }
  .benefits-inner h5{
    text-transform: uppercase;
    font-size: 1em;
    font-family: 'source sans pro' !important;
    font-weight: 600;
    letter-spacing: 2px;
    color: #ababab;
  }
  .benefits-divide{
    border-bottom:1px solid #eee;
  }
  .benefits-inner li{
    color:#ABABAB;
    margin-left: 16px;
    font-size: .9em;
  }
.career-blurb{
  background-color: #2c96cb;
  padding:30px;
}
.career-blurb p{
  font-style: italic;
  font-size: 1.2em;
  color:#fff;
}
.careers-disclaimer p{
    background-color: #fafafa;
    font-size: .75em;
    font-weight: 400;
    color: #777;
    line-height: 1.4em;
}

/* Our Board */

.board-members>div>div{
  margin-bottom:75px;
}

.board-members>div>div:last-child{
  margin-bottom:0;
}

.board-members h3{
  margin-top:0;
  line-height:1em;
}

.board-members h3 span{
  font-size:.4em;
  font-weight:400;
  letter-spacing: 0;
  font-family: "Source Sans Pro", sans-serif;
}

/* Key Volunteer & Open Events */
#evcal_calendar_OpenEvents{
    margin-top:-40px;
  }
.key-card{
    background-color:#fff;
    padding: 20px 40px 30px;
    margin-top: 20px;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    width:100%;
}
.key-card h3{
    margin: 0;
}
.key-card h5{
    margin:0;
}
.key-card li{
    font-size: .9em;
    font-weight: 300;
    color: #656565;
    margin-left: 10px;
}

#evcal_list .eventon_list_event .evcal_eventcard p {
color: #656565;
font-family: "source sans pro";
font-size: .8em;
font-weight: 400;
line-height: 1.5em;
}

/* What is a Hunger Project */
.hp-steps{
  width:33.33%;
  padding: 80px 30px;
  margin:0;
  text-align:center;
}
  .hp-steps h3{
    margin-top: 3px;
    font-family: 'bitter';
    text-transform:capitalize;
  }
  .hp-steps p{
    color:#fff;
    margin: 5px auto 0;
    width: 70%;
  }
.bg-blue{
  background-color:#2c96cb;
}
.bg-green{
  background-color:#99b04a;
}
.bg-orange{
  background-color:#f3712a;
}
.bg-red{
  background-color:#ee2437;
}
.bg-grey{
  background-color:#fafafa;
}
.hp-desc{
  width: 50%;
  margin: 130px auto;
  text-align: center;
}
  .hp-desc h2{
    color:#fff;
    font-size: 1.5em;
  }
.host-form{
  width:60%;
  margin:0 auto;
}
.hp-steps.1/3{
  width:33.33%;
}
.hp-types{
  background-image: url("/wp-content/uploads/2015/02/how-hp-bg2.jpg");
  background-repeat: no-repeat;
  background-position: right bottom;
  padding: 56px 112px;
}
.hp-types h2{
  margin: 0 0 28px 0;
}
.hp-types ul{
  margin:0;
}
.hp-types-list{
  margin-left:10%;
  width:40%;
}
.host-form-intro{
  width:70%;
  margin:30px auto 0;
  margin: 30px auto 26px;
  text-align: center;
}
.divider{
  border-bottom: 1px solid #f2f2f2;
}
.divider-top{
  border-top: 1px solid #f2f2f2;
}
.partner-logos{
  background-color:#fafafa;
}
.partner-logos img{
  width:150px;
}
.partner-logos .chaselogo{
  width:200px;
}
.logo-img{
  width:80%;
  margin:10px auto;
}
.logo-img img{
  margin:10px;
  filter: alpha(opacity=50);
  opacity: 0.7;
}
.logo-img img:hover{
  zoom: 1;
  filter: alpha(opacity=100);
  opacity: 1.0;
}
.page-id-93 #top .x-slider-container{
  cursor:pointer;
}
.hp-video{
  margin-top:23px;
}
.impact-video-banner:hover .play-hp{
  cursor:pointer;
  color:#f3712a;
    -webkit-transition: all 0.25s;
        transition: all 0.25s;
}
.steps p{
    line-height:1.5em;
}
.step-card{
    background-color:#fff;
    padding: 20px 40px 30px;
    margin:0 auto;
    width:80%;
    margin-top: 20px;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
}
.steps h3{
    margin: 0;
}

.how-icons{
  display:-moz-inline-stack;
  display:inline-block;
  zoom:1;
  *display:inline;
  text-align: left;
  list-style-type: none;
}
.how-icons h3{
  margin-top: 7px;
}
.how-icons h3 span{
  font-size:20px;
  position: relative;
    top: -4px;
}
.how-icons li:nth-child(1){
  color:#99b04a;
}
.how-icons li:nth-child(2){
  color:#ed2337;
}
.how-icons li:nth-child(3){
  color:#f3712a;
}
.how-icons h3{
  color:inherit !important;
}
.hp-video-banner{
  height:450px;
  width:100%;
  position:relative;
}
.hp-video-banner:hover{
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-transition: 0.25s all;
          transition: 0.25s all;
  color:#2c96cb;
}

.play-button{
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%)
}

/* Updated Hunger Project Page (04.13.16) */
    .relative{
        position: relative;
    }
    .wiahp-vid-align{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .hp-hoverlinks a{
        font-weight:500;
        text-decoration: underline;
    }
    .hp-page h2{
        font-size: 1.2em;
        font-family: 'source sans pro',sans-serif;
        font-weight: 500;
        text-transform: uppercase;
        letter-spacing: 2px;
        margin-bottom: 10px;
    }
    .hp-page h6{
        font-family:'source sans pro','helvetica',sans-serif;
        font-size:.8em;
        text-transform:uppercase;
        letter-spacing:5px;
        font-weight:300;
    }
    .hp-page h1{
        font-family:'bitter','helvetica',serif !important;
        font-size:1.5em !important;
        margin-top:0;
        text-transform: capitalize;
    }
    .header-line{
        margin: 18px auto;
        width: 100px;
        border-top: 4px solid #2c96cb;
    }
    .how-icons h3 span {
        font-size: 15px;
        position: relative;
        top: -4px;
        font-family: 'source sans pro', sans-serif;
        letter-spacing: 1px;
        font-weight: 400;
    }
    .hp-needs p{
        line-height: 1.4em;
        font-size: .9em;
        font-weight: 500;
    }
    .hp-needs h6{
        font-weight: 600;
        margin-top:10px;
    }
    .quad-3{
        width:75%;
        float:left;
        background-image:url('/wp-content/uploads/2016/04/quad-bg.jpg');
        background-size:cover;
        background-position: center center;
    }
    .quad-3 .x-column{
        border-right: solid 5px #fff;
        padding:10% 1%;
        margin-right:0;
        height:300px;
    }
    .quad-1{
        background-color:red;
        width:25%;
        float:left;
        background-image:url('/wp-content/uploads/2016/04/quad-impact.jpg');
        background-size:cover;
        background-position: center center;
    }
    .quad-1 div{
        padding:30% 9%;
        color:#fff;
        height:300px;
    }
    .quad-container p{
        line-height: 1.3em;
        font-size: .9em;
        font-weight: 500;
    }
    .quad-container h6{
        font-size: .95em;
        font-weight: 600;
    }
    .quad-hr{
        margin: 9px auto;
        width: 71px;
        border-top: 3px solid;
    }
    .quad-container .x-column.x-1-3 {
        width: 33.33%;
    }
    /* Tablet */
    .quad-cube{
        background-image:url('/wp-content/uploads/2016/04/quad-bg.jpg');
        background-size:cover;
        background-position: center center;
    }
    .quad-cube .x-column.x-1-2 {
        width: 50%;
    }
    .quad-cube .x-column{
        height:300px;
        position: relative;
        margin-right:0;
        border-right: 5px solid #fff;
        border-bottom: 5px solid #fff;
    }
    .quad-cube .x-column div{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 80%;
    }
    .cube-impact{
        background-image:url('/wp-content/uploads/2016/04/quad-impact.jpg');
        background-size:cover;
        background-position: center center;
    }
    /* Mobile */
    .quad-stacked{
        background-image:url('/wp-content/uploads/2016/04/quad-bg-mobile.jpg');
        background-size:cover;
        background-position: center center;
        width:100%%;
        margin:0 auto;
    }
    .quad-stacked-impact{
        background-image:url('/wp-content/uploads/2016/04/quad-impact-mobile.jpg');
        background-size:cover;
        background-position: center center;
    }
    .quad-stacked div{
        padding: 50px 80px;
        border-bottom: 5px solid #fff;
    }
    .impact-video-banner h2{
        font-size: 2em;
        text-transform:none;
        letter-spacing:0;
    }
    .impact-video-banner h2 span{
        font-size: 2.5em;
    }
    .impact-video-banner h6{
        margin-top: 0;
        font-style: italic;
    }
    .impact-video-banner {
        background-color: rgba(0,0,0,0.4);
    }

/* Video Page */
h2.entry-title.entry-title-portfolio {
  font-size: 1em;
}

/* Corporate Partners Stats Page */

.partners-nav{
     list-style: none;
    /* margin: 0; */
    display: block;
    width: 80%;
    text-align: center;
    margin: 0 auto;
}
.partners-nav li{
    display: inline;
}
.partners-nav a{
    margin-bottom:10px !important;
}

/* Transparency Page */
.transparency-banner{
  height:400px;
}
.trans-banner-header{
  text-align:center;
}
.annual-report{
  width:70%;
  margin:0 auto;
}
.annual-report h4{
  line-height:8px;
  margin-top: 14px;
}

/* Color Block Thing */
.contain-fifty{
  width:50%;
  margin:0 auto;
}
.contain-sixty{
  width:60%;
  margin:0 auto;
}
.contain-seventy{
  width:70%;
  margin:0 auto;
}
.contain-eighty{
  width:80%;
  margin:0 auto;
}
@media(max-width : 600px){
  .contain-fifty{
  width:97%;
  margin:0 auto;
  }
  .contain-sixty{
    width:97%;
    margin:0 auto;
  }
  .contain-seventy{
    width:97%;
    margin:0 auto;
  }
  .contain-eighty{
    width:97%;
    margin:0 auto;
  }
}

.white{
  color:#fff;
}
.shadow{
  text-shadow: 1px 1px 3px #000000;
}
.banner-subtext{
  letter-spacing: 1px;
  line-height: 34px;
}
.bg-blue{
  background-color:#2c96cb;
}
.bg-green{
  background-color:#99b04a;
}
.colorblock-pad{
  padding:5% 15% 20%;
    margin: auto auto;
}
.x-column.colorblock-img{
  margin:0;
  width:50%;
}
.colorblock-img div{
  width:100%;
  height:100%;
  display:inline-block;
  background-image: url(http://placehold.it/500x500);
  background-size: cover;
}
.x-column.colorblock-txt{
  margin:0;
  width:50%;
}

/* shop */
	/* Item Styling */
.woocommerce li.product .entry-header h3, .woocommerce-page li.product .entry-header h3 {
    margin: 0;
    padding-bottom: 0.5em;
    font-size: .95em !important;
    text-transform: none;
    line-height: 1.3;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
    font-weight: 500;
    letter-spacing: 0;
    font-family: 'source sans pro',sans-serif;
    color:#000;
}
	/* Remove Desc Drop Shadow */
.woocommerce li.product, .woocommerce-page li.product {
    box-shadow: none !important;
}
.has-post-thumbnail .entry-featured {
    border-bottom: none !important;
}
	/* Remove Desc Padding */
.woocommerce li.product .entry-wrap, .woocommerce-page li.product .entry-wrap {
    padding: 10px 0 !important;
}
	/* price */
.woocommerce li.product .entry-header .price>.amount, .woocommerce li.product .entry-header .price>ins>.amount, .woocommerce-page li.product .entry-header .price>.amount, .woocommerce-page li.product .entry-header .price>ins>.amount {
    font-size: .95em;
    font-weight: 500;
    color: #a8a8a8;
}
.woocommerce li.product .entry-header .button, 
.woocommerce-page li.product .entry-header .button {
   /* add to cart button */
    background-color: rgba(255,255,255,.8);
    border: none;
    color:#000;
}
	/* Remove "showing all # results" */
.woocommerce-result-count {
    display: none;
}
	/* Product Page */
.x-img-thumbnail {
    padding: 0px;
    line-height: 1.7;
    border: none;
    border: none;
    background-color: transparent;
}
a.x-img-thumbnail:hover {
    box-shadow: none;
}
.woocommerce .upsells ul.products li.product, .woocommerce .related ul.products li.product, .woocommerce .cross-sells ul.products li.product, .woocommerce-page .upsells ul.products li.product, .woocommerce-page .related ul.products li.product, .woocommerce-page .cross-sells ul.products li.product {
    border: none !important;
    border-radius: 0;
    box-shadow: none !important;
}
.woocommerce li.product .entry-wrap, .woocommerce-page li.product .entry-wrap {
    padding: 10px 0 !important;
}
.woocommerce li.product .entry-header .price>.amount, .woocommerce li.product .entry-header .price>ins>.amount, .woocommerce-page li.product .entry-header .price>.amount, .woocommerce-page li.product .entry-header .price>ins>.amount {
    font-size: .95em !important;
    font-weight: 500;
    color: #a8a8a8;
}

	/* cart */
.cart-button{
	color: #eee;
    border: 2px solid #000;
    display: inline-block;
    padding: 1px 30px;
}
	/* woo page layout */
.post-type-archive-product .x-container.max.offset{
  margin: 0 auto;
  max-width: 100%;
  width: 100%;
}

.post-type-archive-product .woocommerce ul.products, .post-type-archive-product .woocommerce-page ul.products {
  margin: 0 auto;
  width: 88%;
}

.post-type-archive-product .woocommerce-ordering {
  margin-left: 6%;
}

.post-type-archive-product ul.products.cols-4, .post-type-archive-product p.woocommerce-result-count {
    margin: 0 6%;
}

	/*single product page*/
.woocommerce div.product .summary .product_title, .woocommerce-page div.product .summary .product_title { 
    /* product title */
    margin: 0 0 0.25em;
    font-size: 1.5em !important;
    font-family: 'source sans pro','helvetica','arial',sans-serif;
    font-weight: 600;
    color:#000;
}
.woocommerce div.product .summary .price>.amount, .woocommerce div.product .summary .price>ins>.amount, .woocommerce-page div.product .summary .price>.amount, .woocommerce-page div.product .summary .price>ins>.amount {
    /* product price */
    font-size: 21px;
    color: #000;
    font-weight: 400;
}
.woocommerce div.product .woocommerce-tabs, .woocommerce-page div.product .woocommerce-tabs {
    /* remove tabbed content */
    display: none;
}

.woocommerce div.product .summary, .woocommerce-page div.product .summary p{
	/* product description */
	font-size: .95em;
    font-weight: 400;
    color: #777;
    line-height: 1.6em;
}
.x-btn, .x-btn-large, .button, [type="submit"], [type="submit"]:hover {
    /* keep submit button from growing */
    padding: 0.842em 1.105em;
}
select, input[type="file"] {
    /* input styling box height */
    height: 3em;
}
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    /* input styling */
    border: none;
    color: #555;
    background-color: #fff;
    border-radius: 0;
    box-shadow: none;
    border: 1px solid #ccc;
}
.product_meta{
	/* hide SKU and categories */
	display:none;
}
.woocommerce .upsells h2, .woocommerce .related h2, .woocommerce .cross-sells h2, .woocommerce-page .upsells h2, .woocommerce-page .related h2, .woocommerce-page .cross-sells h2 {
    /* related products title */
    font-size: .9em !important;
    font-family: 'source sans pro','helvetica','arial',sans-serif;
    text-transform: uppercase;
    letter-spacing: 3px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 3px;
    font-weight: 400;
    color:#000;
}
.woocommerce .quantity, .woocommerce-page .quantity {
  /* add to cart and quantity on the same line */
  display: inline-block;
}
.single_add_to_cart_button {
	/* add to cart button */
    float: right;
    margin-top: 0px;
    background-color: transparent;
    border: 2px solid;
    text-transform: uppercase;
    font-size: .8em !important;
    font-weight: 600;
    letter-spacing: 2px;
}
.single_add_to_cart_button:hover {
    text-transform: uppercase;
    font-size: .8em !important;
    font-weight: 600;
    letter-spacing: 2px;
}
.variations_button{
	/* Quantity and Cart to right side */
	float:right;
}
.quantity{
	margin-right:23px;
}
.woocommerce .quantity input[type="number"], .woocommerce-page .quantity input[type="number"] {
	/* quantity height to match add to cart button */
    height: 42px !important;
}
.woocommerce-cart .entry-title, .woocommerce-checkout .entry-title {
    /* Cart + Check out headers */
    font-size: 190%;
    font-family: 'bitter','helvetica',sans-serif;
    color: #2c96cb;
}
.woocommerce .product-name .variation dt, .woocommerce .product-name .variation dd, .woocommerce-page .product-name .variation dt, .woocommerce-page .product-name .variation dd {
    
    margin: 0;
    font-size: .9em;
    line-height: 1em;
    display: inline-block;
}
.woocommerce-billing-fields{
	width: 51%;
    float: left;
    margin-right: 6%;
    border-right: 1px solid #ccc;
    padding-right: 6%;
    margin-bottom: 40px;
}
.woocommerce-billing-fields h3, .woocommerce-shipping-fields h3{
	font-size: 1.2em !important;
    color: #000 !important;
    text-transform: none !important;
}
.woocommerce-shipping-fields{
    width: 43%;
    float: left;
    margin-right: 0;
}
.woocommerce-account .checkout h3.ship-to-different-address, .woocommerce-account .form-edit-address h3.ship-to-different-address, .woocommerce-checkout .checkout h3.ship-to-different-address, .woocommerce-checkout .form-edit-address h3.ship-to-different-address {
    /* remove space above shipping header */
    margin-top: -5px !important;
    margin-bottom:0 !important;
    margin-bottom: -2px !important;
}
.woocommerce-account .checkout h3, .woocommerce-account .form-edit-address h3, .woocommerce-checkout .checkout h3, .woocommerce-checkout .form-edit-address h3 {
	/* clear "your order" */
    clear: both;
}
.woocommerce .entry-wrap, .woocommerce-page .entry-wrap {
    /* remove extra top padding on cart and checkout pages */
    padding: 0 60px 60px !important;
}
.woocommerce-checkout-payment{
	text-align:right;
}

	/* Account page */
#customer_login:first-child div{
	float: left;
    width: 45%;
    margin-right: 2%;
}
.woocommerce-password-strength{
	font-size: .8em;
    color: red;
    line-height: 1.2em;
    font-weight: 600;
    display: block;
}
.woocommerce-password-hint{
	line-height: 1.2em;
    font-weight: 400;
    color: #888;
    display: inline-block;
    margin-top: 10px;
}
#reg_password{
	display:block !important;
}
.entry-title {
    font-size: 190%;
    font-family: 'bitter','helvetica',sans-serif;
    color: #2c96cb;
}
.woocommerce-account .woocommerce h2:first-child, .woocommerce-checkout .woocommerce h2:first-child {
    margin-top: 0;
    font-family: 'source sans pro','helvetica',sans-serif;
    color: #000;
    font-size: 1.2em;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
    margin-bottom: 10px;
}
.woocommerce-account .woocommerce label{
	display: block;
    margin-bottom: 2px;
    font-weight: 400;
    font-size: .9em;
}
.woocommerce-account .woocommerce p{
	margin:0;
}

@media (max-width:950px){
	.woocommerce-billing-fields{
		width: 100%;
	    clear:both;
	    border-right:none;
	    padding:0;
	}
	.woocommerce-shipping-fields{
	    width: 100%;
	    clear:both;
	    padding:0;
	}
}
@media (max-width:700px){
	#customer_login:first-child div{
	float: left;
    width: 100%;
    margin-right: 0%;
	}
}

/* Alerts */
.x-alert, .wpcf7-response-output, .buddypress #message, .bbp-template-notice {
    text-shadow: none;
    border-radius: 0;
    box-shadow: none;
    font-weight: 400;
}
.x-alert-info {
    background-color: #f4f4f4;
    border: none;
    color: #2c96cb;
}
.x-alert-danger {
    background-color: #f4f4f4;
    border: none;
    color: #ed2337;
}
.x-alert-success {
    background-color: #f4f4f4;
    border: none;
    color: #99b04a;
}
.x-alert-muted {
    background-color: #f4f4f4;
    border: none;
    color: #888;
}
.x-alert-warning {
    background-color: #f4f4f4;
    border: none;
    color: #e47120;
}
.x-alert-block {
    padding: 1em 1.15em;
}
.woocommerce-message .button{
	font-weight:600 !important;
	margin-top:-10px !important;
}


/* mission */
.milestone{
  text-align: right;
  width: 63%;
  margin-top: 15px;
}
.mile-date{
  font-style: italic;
  margin-top: 3px;
}
.mile-title{
  font-family: Bitter;
  text-transform: capitalize;
  letter-spacing: 1px;
  font-weight: 300;
  font-size: 1.3em;
}
.grey-circle{
  border:3px solid #ccc;
}

/* Home */
.home-hp{
  width:50%;
  margin:0 auto;
}
.home-steps-fix{
  height: 485px;
}
.home-steps-fix h3 {
  font-size:1.6em;
}
.home-steps-fix img{
  margin: -55px auto 16px;
  width:170px;
}
.width-99{
  width:99%;
}
.home-volunteer{
  vertical-align: middle; 
  float: right; 
  margin: 7% 10% 0;
}

/************************* Lightbox ************************/
.lightbox{
  width:100%;
  height:100%;
  position:fixed;
  top:0; left:0;
  background-color:rgba(0,0,0,0.75);
  z-index:9999999;
}
.lightbox>div{
  width:75%;
  max-width:960px;
  margin:0 auto;
  display:block;
}


/* Kforce Landing Page */
.kforce-evtdetails h4{
    margin-top:0;
}
.kforce-evtdetails ul{
    margin-bottom:0;
}
.kforce-evtdetails h3{
    text-transform:none;
}
.kforce-evtdetails h4{
    color:#134e8a;
    text-transform: uppercase;
    font-size: 1.1em;
    margin-bottom: 0;
    margin-top: 8px;
}
.kforce-evtdetails b{
    font-weight: 600;
    text-transform: uppercase;
    font-size: .9em;
    letter-spacing: 1px;
    padding-top: 5px;
}
.kforce-evtdetails b span{
    position: relative;
    top: -9px;
}
.kforce-evtdetails address{
    font-size: .9em;
    margin-top: -5px;
}
.kforce-meal-card-fix{
    padding-bottom: 16px;
}
.kforce-blue{
    color:#134e8a;
}
.kforce-orange{
    color:#e3701a;
}
.kforce-button{
  margin-bottom: 0;
  border-width: 3px;
  text-shadow: none;
  text-transform: uppercase;
  background-color: transparent;
  box-shadow: none;
  color: #134e8a;
  font-weight: 500;
  border-color: #134e8a !important;
}
.kforce-button:hover{
  background-color: #134e8a;
  color:#fff;
}
.impact-video-banner:hover .kforce-play-impact{
  cursor:pointer;
  color:#e3701a;
    -webkit-transition: all 0.25s;
        transition: all 0.25s;
}

/* Cigna Landing Page */

.cigna-orange{
    color:#f8961f
}
.cigna-blue{
    color:#0982c6;
}
.cigna-green{
    color:#59b64d;
}
.cigna-card{
    background-color: #fafafa;
    padding: 20px 40px;
    margin-top: 20px;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    width: 100%;
}
    .cigna-card p{
      margin-bottom:0;
      line-height: 1.4em;
      font-size: 0.9em;
      margin-top: 5px;
    }
    .cigna-card li span{
    font-size: 0.85em;
    font-weight: 600;
    color: #585858;
    }
    .cigna-card h4{
    font-size: 1em;
    margin: 0;
    text-transform: uppercase;
    }
    .cigna-card ul{
        margin-bottom:0;
    }
    .cigna-card li{
        line-height: 1.4em;
        font-size: .9em;
    }

.impact-video-banner:hover .cigna-play-impact{
  cursor:pointer;
  color:#f8961f;
    -webkit-transition: all 0.25s;
        transition: all 0.25s;
}

/* Loews Landing Page */
  .loews-blue{
    color:#002f55;
  }
  .loews-card-fix{
    padding: 20px 11px 20px !important;
    text-align:center;
  }
  .loews-card-fix h4{
      font-size: .9em;
      text-transform: uppercase;
      width:80%;
      margin:8px auto 0;
  }
  .loews-card-fix p{
      line-height: 1.5em;
      font-weight: 500;
      font-size: .95em;
      margin-top: 8px;
      border-top: 1px solid #eee;
      padding-top: 8px;
  }
  .loews-card-fix p b{
    color: #6a6a6a;
      font-size: 1em;
      font-style: italic;
      font-weight: 600;
  }
  .loews-meal-header{
        height:50vh;
        position:relative;
    }
    .loews-meal-header > div{
      position:absolute;
      top: 50%;
      transform: translate(0, -50%); 
      width:100%;
    }
    .loews-meal-header h2{
        font-family: 'source sans pro','helvetica','arial',sans-serif;
        color: #fff;
        text-transform: uppercase;
        font-weight: 500;
        letter-spacing: 9px;
        font-size: 1.7em;
    }
    .loews-meal-header p{
      font-size: 1.2em;
      letter-spacing: 1px;
    }
    .loews-button{
    margin-bottom: 0;
    border-width: 3px;
    text-shadow: none;
    text-transform: uppercase;
    background-color: transparent;
    box-shadow: none;
    color: #002f55 !important;
    font-weight: 500;
    border-color: #002f55 !important;
  }
  .loews-button:hover{
      background-color: #002f55 !important;
      color:#fff !important;
  }

/* Year End 2015 Campaign */
#year2015-stories {
  /* Prevent vertical gaps */
  line-height: 0;
  -webkit-column-count: 3;
  -webkit-column-gap:   0px;
  -moz-column-count:    3;
  -moz-column-gap:      0px;
  column-count:         3;
  column-gap:           0px;  
}
    #year2015-stories img {
      /* Just in case there are inline attributes */
      width: 100% !important;
      height: auto !important;
    }
    @media (max-width: 800px) {
      #year2015-stories {
      -moz-column-count:    1;
      -webkit-column-count: 1;
      column-count:         1;
      }
    }

    @media (max-width: 400px) {
      #year2015-stories {
      -moz-column-count:    1;
      -webkit-column-count: 1;
      column-count:         1;
      }
    }
    .single2015-story{
        background-size:cover;
        /*height:460px;*/
        height:500px;
        position: relative;
        transition:all 0.35s;
    }
      .single2015-story a{
        color:#fff;
      }
      .single2015-story a span{
        border: 2px solid #fff;
        padding: 10px 20px;
        text-transform: uppercase;
        font-size: .8em;
        font-weight: 500;
        letter-spacing: 2px;
        position: relative;
        top: 20px;
      }
      .single2015-story a span:hover{
        background-color:#fff;
        color:#000;
        transition:all 0.35s;
      }
      .single2015-story a p{
        line-height: 1.5em;
        font-size: .9em;
      }
      /*.single2015-story:nth-child(1){
        background-image:url('/wp-content/uploads/2015/12/jonahwide.jpg');
      }*/
      .single2015-story:nth-child(1){
        background-image:url('/wp-content/uploads/2015/12/Story-1-Jonah1.jpg');
      }
      .single2015-story:nth-child(2){
        background-image:url('/wp-content/uploads/2015/12/tammy.png');
      }
      .single2015-story:nth-child(3){
        background-image:url('/wp-content/uploads/2015/12/Story-3-Lastus2.jpg');
      }
    .single2015-info{
        position:absolute; 
        top:0%; left:0; right:0; left:0; 
        height:100%; 
        width:100%; 
        background-color:rgba(0,0,0,0);
        opacity:0;
    }
    .single2015-info:hover{
        background-color:rgba(0,0,0,0.6);
        opacity:1;
        cursor:pointer;
    }
    .single2015-info h3{
      color:#fff;
    }
    .story-padding{
      padding:0 24px;
    }
.year2015-blurb{
  font-size:1.3em;
  color:#fff;
}

/* Footer */
.footer-links a{
  font-size: .9em;
}
.footer-links{
  margin-left: 26px;
}


/* will you be my hunger hero */
@media (max-width:1500px){
  .home-steps-fix{
  height: 485px;
  }
}
@media (max-width:1140px){
  .intern-pos-box{
    font-size:0.8em;
  }
  .intern-pos{
    height:50px; width:50px;
    padding-bottom:10px; padding-right:10px;
  }
  .home-steps-fix{
  height: 525px;
  }
}
@media(max-width: 1070px){
  .home-steps-fix {
    height: 547px;
  }
}
@media (max-width: 1050px){
  .home-hp{
    width:85%;
    margin:0 auto;
  }
}
@media (max-width:1000px){
  .nav.eightycontainer{
      width:100%;
  }
  #staff_photo_large{
    display:none;
  }
  .selected_staff_inner{
    width:auto;
    margin:0 10%;
  }
  .selected_staff_inner .x-column.1/2{
    width:100%;
  }
  .partners-nav a {
    width: 100%;
    }
  .new-intern-list a {
    width: 100%;
  }
  .edu-margin {
    margin-bottom: 338px;
  }
}
@media (max-width:940px){
    .hp-steps p{
    line-height:1.5em;
  }
}
@media (max-width:895px){
  .intern-position{
    width:100%;
  }
  .intern-pos-box{
    font-size:1em;
  }
  .intern-pos{
    height:75px; width:75px;
    padding-bottom:15px; padding-right:15px;
  }
  .storymodule{
    -webkit-flex-direction:column;
    -ms-flex-direction:column;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
            flex-direction:column;
  }
  .storymodule ul{
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .storymodule>div:first-child{
      width:100%;
      margin-bottom:50px;
  }
  .storymodule>div:last-child {
      width: 100%;
  }
  .storymodule li{
      text-align:center;
      width:47.5%;
  }
}
@media(max-width:790px){
  .home-steps-fix{
  height: 562px;
  }
  .hp-steps p {
    width: 100%;
  }
}
@media(max-width: 770px){
  .step-card{
    width:100%;
  }
  .hp-key {
    margin-top: 30px;
  }
}
@media(max-width : 768px){
  .hungervideo .video{
    width:90%;
    margin:0 auto;
    display: block;
    top:0;
  }
  .desktop{
    display:none;
  }

  .tablet{
    display:inherit;
  }
  .x-flexslider .x-slides img{
    width:48%;
    height:48%
  }
  .x-column.colorblock-img,
  .x-column.colorblock-txt{
    margin:0;
    width:100%;
  }
  .hp-types-list{
    width:100%;
    margin:0 auto;
    display:block;
  }
  .hp-types{
    background-size: 100% auto;
    padding:100px 10%;
  }
  .hp-steps.1/3{
    width:100%;
  }
  .hp-desc{
    width: 80%;
    text-align: justified;
  }
  .logo-img{
    width:90%;
  }
  .video-thumbnails{
    height:auto;
    width:100%;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }
  .video-thumbnails div{
    width:30%;
  }
  .all-photos li{
    width:30%;
    margin:0 1% 3%;
  }
  .nav li{
    width:100%;
    margin-bottom: 20px;
  }
  .nav li:last-child{
    width:100%;
    margin-bottom:0;
  }
  .nav li a{
    width:100%;
  }
  .bgToGray{
    background-image: none;
    background-color: #eee;
  }
  .edu-margin {
    margin-bottom: 271px;
  }
  .home-steps-fix {
    height: 420px;
  }
  .hp-steps p {
    margin: 5px auto 10px;
    width: 100%;
  }
  .selected_staff_inner{
    padding:25px;
  }
  .close{
    top:10px;
  }
  .home-banner-fix-1 .home-hp a{
    margin: 150px auto 0;
  }
  .home-banner-fix-1 .home-hp .x-gap{
    margin:50px 0 0 0 !important;
  }
  .bg-image-lentils-fix{
    background-size:200% auto !important;
    background-position: top !important;
  }
  .how-icons{
    margin:0;
  }
  .how-icons .social-card{
    display:block;
    margin:20px auto 0;
  }
  .home-steps-fix {
    height: 469px;
  }
}

@media (max-width: 700px){
  .donate-spill{
    display:none;
  }
  .host-form-intro, .host-form{
    width:90%;
  }
}

@media (max-width:1024px){
  .home-host p:nth-child(1){
    width:100%;
  }
  .home-shop p:nth-child(1){
    width:64%;
  }
  .kv-card-tabfix{
    padding-bottom:44px;
  }
}
/* @media (min-device-width : 768px){
  .kv-card-tabportfix{
    padding-bottom: 65px;
  }
} */
@media(max-width : 550px){
  .x-container-fluid.width{
    width:95%;
  }
  .all-photos li{
    width:45%;
    margin:0 2.5% 4%;
  }
  .intern-pos-box{
    font-size:0.7em;
  }
  .intern-pos{
    height:50px; width:50px;
    padding-bottom:10px; padding-right:10px;
  }
  .wufoo .float div {
  width: 99%;
  }
  #foli13, #foli3 {
    width: 99%;
  }
  .edu-margin {
    margin-bottom: 193px;
  }
  .staff_info .staffmail i{
    display:none;
  }
  .staff_info .staffmail{
    font-size:0.8em;
  }
  .donate_check{
    width:95%;
    min-width:200px;
  }
  .x-content-band.bg-image.home-banner-fix-2{
    background-position:0px !important;
    background-image: url(https://fce.staging.wpengine.com/wp-content/uploads/2015/03/volunteer_banner-home_mobile1.jpg) !important;
  }
  .lightbox>div{
    width:90%;
  }
}
@media(max-device-width : 568px){
  .home-host p:nth-child(1){
    width:100%;
  }
  .home-shop p:nth-child(1){
    width:100%;
  }
}
@media(min-width : 768px){
  .home-steps-fix, .intern-steps-fix {
    width:33.33% !important;
  }
}
