
/*  cus_sectionS  */
.cus_xection {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  cus_xolUMN SETUP  */
.cus_xol {
	display: block;
	float:left;
	margin: 0% 0 0% 0%;
}
.cus_xol:first-child { margin-left: 0;}


/*  cus_xroupING  */
.cus_xroup:before,
.cus_xroup:after {
	content:"";
	display:table;
}
.cus_xroup:after {
	clear:both;
}
.cus_xroup {
    zoom:1; /* For IE 6/7 */
}

.cus_xroup img {    
    display: block;
    height: auto;
    max-width: 100%;
}
                                               
					
/*  GRID OF THREE  */
.cus_xpan_3_of_3 {
	width: 100%;
}
.cus_xpan_2_of_3 {
	width: 66.66%;
}
.cus_xpan_1_of_3 {
	position: relative;
	width: 33.33%;
}
	
/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
	.cus_xol { 
		margin: 1% 0 1% 0%;
	}
}

@media only screen and (max-width: 480px) {
	.cus_xpan_3_of_3 {
		width: 100%; 
	}
	.cus_xpan_2_of_3 {
		width: 100%; 
	}
	.cus_xpan_1_of_3 {
		width: 100%;
	}




}




.icon3-contbox {
	padding-top: 5px;
	position: absolute; 
	bottom: 0; 
	background: url("http://s184318.gridserver.com/wp-content/plugins/giveahand-plugin/images/bkg-home.png") repeat scroll 0 0 rgba(0, 0, 0, 0); 
	height: 35%;
  min-height:250px;
	width: 100%;
	z-index: 997;
	text-align: center;
}

.icon3-contbox img {
	margin: auto;
}

.icon3-contbox h3 {
		margin-top: 15px;
		color: #fff;
		font-size: 26px;
		margin-bottom: 15px;
}

.icon3-contbox p {
		color: #fff; 
		padding: 0 8%; 
		text-align: center;
}


h1 {
    font: 33px sans-serif;
    margin-top: 30px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    z-index: 1;
}

h1:before {
    border-top: 4px solid black;
    content:"";
    margin: 0 auto; /* this centers the line to the full width specified */
    position: absolute; /* positioning must be absolute here, and relative positioning must be applied to the parent */
    top: 15px; left: 0; right: 0; bottom: 0;
    width: 60%;
    z-index: -1;
}


h1 span { 
    /* to hide the lines from behind the text, you have to set the background color the same as the container */ 
    background: #fff; 
    padding: 0 10px; 
}

h1.double:before { 
    /* this is just to undo the :before styling from above */
    border-top: none; 
}

h1.double:after {
    border-bottom: 1px solid blue;
    -webkit-box-shadow: 0 1px 0 0 red;
    -moz-box-shadow: 0 1px 0 0 red;
    box-shadow: 0 1px 0 0 red;
    content: "";
    margin: 0 auto; /* this centers the line to the full width specified */
    position: absolute;
    top: 45%; left: 0; right: 0;
    width: 95%;
    z-index: -1;
}


/*********  Video  *********/
#ytapiplayer2 iframe, 
#learn-transport-vid iframe,
#learn-education-vid iframe,
#learn-supplies-vid iframe ,
#act-run-vid iframe,
#our-work-vid iframe,
#our-work-vid2 iframe,
#emc-campaign-vid iframe


{
	width:100%;
	height:880px;
}


/*********  custom social icon class  *********/
.custom-social-icons {
	text-align: center;
	margin-top: 1%;
}


/* Collapse Code */
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}


/*-------------------Donations Bar----------------------*/
.donation_span {
	color:#ffffff;
	font:20px "Pathway Gothic One", Helvetica, sans-serif;
}
.donation_span {
    display: none;
    height: 29px;
    line-height: 27px;
    position: absolute;
    right: -33px;
    text-align: center;
    top: -43px;
    width: 220px;
}

/*----------Progress Bar #1----------------*/
.skills {
    padding: 28px 0;
}
.progressBar {
    border-radius: 10px;
    height: 16px;
    margin-left: -1%;
    width: 100%;
}
.progressBar>div {
	position:relative;
}
.progressBar>div:first-child >strong{
	border-radius:10px 0 0 10px;
}
.progressBar>div:last-child >strong{
	border-radius:0 10px 10px 0;
}
.skill {
    height: 16px;
	float:left;
	margin-left: 1%;
}
.skill > strong {
    background-color: #55967B;
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 0;
}
.skill>span, .skill>i {
	color:#55967B;
	font:20px "Pathway Gothic One", Helvetica, sans-serif;
}
.skill.red > strong{
    background-color: #ab3b24;
}
.skill.red>span, .skill.red>i {
	color:#ab3b24;
}
.skill.blue > strong {
    background-color: #243c50;
}
.skill.blue>span, .skill.blue>i {
	color:#243c50;
}
.skill > span {
    display: block;
    margin-top: -34px;
    text-align: center;
    width: 100%;
}
.skill > i {
    display: block;
    margin-top: 34px;
    text-align: center;
    width: 100%;
}

/*-------------------Progress Bar 2----------------------*/
.animated-skills {
    margin-top: 0px;
}

.skill_bar {
    background-color: #E1E6E7;
    border-radius: 8px;
    height: 20px;
    margin: 47px 0;
    padding: 2px;
}
.skill_bar>div {
    border-radius: 10px 0 0 10px;
    height: 13px;
	position:relative;
}
.skill_active {
    background-color: #54957A;
	color:#54957A;
	overflow:visible!important;
	width: 0;
}
.skill_active>span {
	background-color:#54957A;
}
.skills-red{
    background-color: #aa3b24;
}
.skills-red>span {
	background-color:#aa3b24;
}
.skills-blue {
    background-color: #243c50;
}
.skills-blue>span {
	background-color: #243c50;
}
.skill_bar>div>span {
	color:#ffffff;
	font:20px "Pathway Gothic One", Helvetica, sans-serif;
}
.skill_bar > div > span {
    display: none;
    height: 29px;
    line-height: 27px;
    position: absolute;
    right: -33px;
    text-align: center;
    top: -43px;
    width: auto;
}
.skill_bar > div > i {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    display: none;
    height: 0;
    position: absolute;
    right: -9px;
    top: -15px;
    width: 0;
}
.skill_active > i {
    border-top: 6px solid #54957A;
}
.skills-red > i {
    border-top: 6px solid #aa3b24;
}
.skills-blue > i {
    border-top: 6px solid #243c50;
}



/*-------------------5 COL GRID----------------------*/


    .three_fourth, .two_third, .one_half, .one_third , .one_fourth, .fullwidth {
      float: left;
      min-height: 1px;
      /* margin-left: 20px; */
      padding: 0 20px;
    }
 
    
    .three_fourth {
      /* width: 700px; */
      width:65%;
    }
    .two_third {
      /* width: 620px; */
      width:66.66666666;
    }
    .one_half {
      /* width: 460px; */
      width:50%;
    }


    #Transport-hdn .one_half 
    {
      min-height: 140px;
      vertical-align: middle;
    }


    .one_third {
      /* width: 300px; */
      width:33.33333333%;
    }
    .one_fourth {
      /* width: 220px; */
      width:25%;
    }






    .one_fifth, .two_fifth, .three_fifth {
      float: left;
      min-height: 1px;
      /* margin-left: 20px; */
      padding: 0 20px;
    }

    .one_fifth {
        width: 188px;    
    }
    .two_fifth {
        width: 366px;        
    } 
    .three_fifth {
        width: 554px;        
    }



    .one_12th, .two_12th, .three_12th, .four_12th, .five_12th, .six_12th, .seven_12th, .eight_12th, .nine_12th, .ten_12th, .eleven_12th, .twelve_12th {
      float: left;
      min-height: 1px;
      /* margin-left: 20px; */
      padding: 0 30px;
    }

    .one_12th
    {
      width: 8.33333333%;        
    }
    
    .two_12th
    {
      width: 16.6666667%;          
    }

    .three_12th
    {
      width: 25%;           
    }
    
    .four_12th
    {
      width: 33.3333333%;                
    }

    .five_12th
    {
      width: 41.6666667%;                
    }
    
    .six_12th
    {
      width: 50%;                
    }

    .seven_12th
    {
      width: 58.3333333%;                
    }

    .eight_12th
    {
      width: 66.6666667%;                
    }

    .nine_12th
    {
      width: 75%;                
    }

    .ten_12th
    {
      width: 83.3333333%;                
    }

    .eleven_12th
    {
      width: 91.6666667%;                
    }

    .twelve_12th
    {
      width: 100%;                
    }


    .icon3-contbox p {
      font-size: 13px;
    }


@media (min-width: 980px) and (max-width: 1199px) {

    .icon3-contbox p {
      font-size: 11px;
    }

    
    .sml-hide {
        display: none;

    }
    .process-divider {
        width:700px;
    }   


    .article-image {
        margin:auto; 
        width:150px; 
        height:150px; 
        border: 3px solid rgba(255, 255, 255, 0.5); 
        border-radius: 99em; 
        display: block; 
        overflow: hidden;
    } 



    .three_fourth, .two_third, .one_half, .one_third , .one_fourth, .fullwidth {
      float: left;
      min-height: 1px;
      /* margin-left: 20px; */
      padding: 0 20px;
    }
 
    
    .three_fourth {
      /* width: 700px; */
      width:65%;
    }
    .two_third {
      /* width: 620px; */
      width:100%;
      text-align:center;
    }
    .one_half {
      /* width: 460px; */
      width:50%;
    }
    .one_third {
      /* width: 300px; */
      width:100%;
    }
    .one_fourth {
      /* width: 220px; */
      width:25%;
    }






    .one_fifth, .two_fifth, .three_fifth {
      float: left;
      min-height: 1px;
      /* margin-left: 20px; */
      padding: 0 20px;
    }

    .one_fifth {
        width: 188px;    
    }
    .two_fifth {
        width: 366px;        
    } 
    .three_fifth {
        width: 554px;        
    }



}

@media (max-width: 768px) {

  hr {
    display: none !important;
  }

}


    
@media (min-width: 768px) and (max-width: 979px) {

    .icon3-contbox p {
      font-size: 10px;
    }


  .sml-hide {
    display: none;

  }

  .row {
    margin-left: -20px;
    *zoom: 1;
  }
  .row:before,
  .row:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row:after {
    clear: both;
  }
  .one_fifth, .two_fifth, .three_fifth {
    float: left;
    min-height: 1px;
    /* margin-left: 20px; */
    padding: 0 20px;
  }
  .container, .fullwidth {
    width: 724px;
  }
   


    .three_fourth, .two_third, .one_half, .one_third , .one_fourth, .fullwidth {
      float: left;
      min-height: 1px;
      /* margin-left: 20px; */
      padding: 0 20px;
    }
 
    
    .three_fourth {
      /* width: 700px; */
      width:65%;
    }
    .two_third {
      /* width: 620px; */
      width:100%;
      text-align:center;
    }
    .one_half {
      /* width: 460px; */
      width:50%;
    }
    .one_third {
      /* width: 300px; */
      width:100%;
    }
    .one_fourth {
      /* width: 220px; */
      width:25%;
    }



   .one_fifth {
        /* width: 228px; */
        width:20%;
    }
    .two_fifth {
        /* width: 462px;        */
        width:40%;
    } 
    .three_fifth {
        /* width: 696px;        */
        width:60%;  
    }    

    
    .process-divider {
        width:500px;
    }

    

    .article-image {
        margin:auto; 
        width:100px; 
        height:100px; 
        border: 3px solid rgba(255, 255, 255, 0.5); 
        border-radius: 99em; 
        display: block; 
        overflow: hidden;
    } 
  
}

@media (min-width: 1200px) {

    .icon3-contbox p {
      font-size: 13px;
    }


  .row {
    margin-left: -30px;
    *zoom: 1;
  }
  .row:before,
  .row:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row:after {
    clear: both;
  }
  .one_fifth, .two_fifth, .three_fifth  {
    float: left;
    min-height: 1px;
    /* margin-left: 6px; */
    padding: 0 6px;
  }
  .container, .fullwidth{
    width: 1170px;
  }

    .one_fifth {
        /* width: 228px; */
        width:20%;
    }
    .two_fifth {
        /* width: 462px;        */
        width:40%;
    } 
    .three_fifth {
        /* width: 696px;        */
        width:60%;  
    }    

    .article-image {
        margin:auto; 
        width:215px; 
        height:215px; 
        border: 3px solid rgba(255, 255, 255, 0.5); 
        border-radius: 99em; 
        display: block; 
        overflow: hidden;
    } 


    .article-image2 {
        margin:auto; 
        width:265px; 
        height:265px; 
        border: 3px solid rgba(255, 255, 255, 0.5); 
        border-radius: 99em; 
        display: block; 
        overflow: hidden;
    }


}


/* Mobile Full width */
@media (max-width: 767px) {

  .cus_xpan_3_of_3 {
    width: 100%; 
  }
  .cus_xpan_2_of_3 {
    width: 100%; 
  }
  .cus_xpan_1_of_3 {
    width: 100%;
  }

  .cus_xroup .icon-box-bg-img {
    width:100%;
  }


  .sml-hide {
    display: none;

  }


  .container {
    width: auto;
  }
  .row {
    margin-left: 0;
  }
  .one_fifth, .two_fifth, .three_fifth  {
    float: none;
    display: block;
    width: 100%;
    margin-left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

    .process-divider {
        display:none;
    }

    .article-image {
        margin:auto; 
        width:200px; 
        height:200px; 
        border: 3px solid rgba(255, 255, 255, 0.5); 
        border-radius: 99em; 
        display: block; 
        overflow: hidden;
    } 
 



    .one_12th, .two_12th, .three_12th, .four_12th, .five_12th, .six_12th, .seven_12th, .eight_12th, .nine_12th, .ten_12th, .eleven_12th, .twelve_12th {
      float: left;
      min-height: 1px;
      padding: 0 30px;
      width: 100%;     
      text-align: center;
    }

 }



/*-------------------Custom Headings----------------------*/

/*-------------------Heading 1----------------------*/
.heading-1 {
    font: 33px sans-serif;
    margin-top: 30px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    z-index: 1;
}

.heading-1:before {
    border-top: 5px solid white;
    content:"";
    margin: 0 auto; /* this centers the line to the full width specified */
    position: absolute; /* positioning must be absolute here, and relative positioning must be applied to the parent */
    top: 15px; left: 0; right: 0; bottom: 0;
    width: 100%;
    z-index: -1;
}

#donateBanner .heading-1:before {top:50%;}

.heading-1 span { 
    /* to hide the lines from behind the text, you have to set the background color the same as the container */ 
    background: #fff; 
    padding: 0 40px; 
    font-family:"bryant_promedium", Helvetica,sans-serif;
}

.heading-1.double:before { 
    /* this is just to undo the :before styling from above */
    border-top: none; 
}

.heading-1.double:after {
    border-bottom: 1px solid blue;
    -webkit-box-shadow: 0 1px 0 0 red;
    -moz-box-shadow: 0 1px 0 0 red;
    box-shadow: 0 1px 0 0 red;
    content: "";
    margin: 0 auto; /* this centers the line to the full width specified */
    position: absolute;
    top: 45%; left: 0; right: 0;
    width: 95%;
    z-index: -1;
}

/*-------------------Heading 1----------------------*/
.heading-2 {
    font: 33px sans-serif;
    margin-top: 30px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    z-index: 1;
}

.heading-2:before {
    border-top: 5px solid black;
    content:"";
    margin: 0 auto; /* this centers the line to the full width specified */
    position: absolute; /* positioning must be absolute here, and relative positioning must be applied to the parent */
    top: 15px; left: 0; right: 0; bottom: 0;
    width: 100%;
    z-index: -1;
}

.heading-2 span { 
    /* to hide the lines from behind the text, you have to set the background color the same as the container */ 
    background: #fff; 
    padding: 0 40px; 
}

.heading-2.double:before { 
    /* this is just to undo the :before styling from above */
    border-top: none; 
}

.heading-2.double:after {
    border-bottom: 1px solid blue;
    -webkit-box-shadow: 0 1px 0 0 red;
    -moz-box-shadow: 0 1px 0 0 red;
    box-shadow: 0 1px 0 0 red;
    content: "";
    margin: 0 auto; /* this centers the line to the full width specified */
    position: absolute;
    top: 45%; left: 0; right: 0;
    width: 95%;
    z-index: -1;
}


/*-------------------Heading 2----------------------*/
.heading-dashed {
    font: 32px "bryant_promedium";
    margin-top: 40px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    z-index: 1;
}

.heading-dashed:before {
    border-top: 4px dashed white;
    content:"";
    margin: 0 auto; /* this centers the line to the full width specified */
    position: absolute; /* positioning must be absolute here, and relative positioning must be applied to the parent */
    top: 15px; left: 0; right: 0; bottom: 0;
    width: 100%;
    z-index: -1;
}

.heading-dashed span { 
    /* to hide the lines from behind the text, you have to set the background color the same as the container */ 
    background: #fff; 
    padding: 0 30px; 
}

.heading-dashed.double:before { 
    /* this is just to undo the :before styling from above */
    border-top: none; 
}

.heading-dashed.double:after {
    border-bottom: 1px solid blue;
    -webkit-box-shadow: 0 1px 0 0 red;
    -moz-box-shadow: 0 1px 0 0 red;
    box-shadow: 0 1px 0 0 red;
    content: "";
    margin: 0 auto; /* this centers the line to the full width specified */
    position: absolute;
    top: 45%; left: 0; right: 0;
    width: 95%;
    z-index: -1;
}







.rslides {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  margin: 0 auto;
  }

.rslides_tabs {
  list-style: none;
  padding: 0;
  font-size: 18px;
  list-style: none;
  margin: 0;
  max-width: 640px;
  padding: 10px 0;
  text-align: left;
  width: 100%;
  }

.rslides_tabs li {
  display: inline;
  float: none;
  margin-right: 1px;
  }

.rslides_tabs a {
  width: auto;
  line-height: 20px;
  padding: 9px 20px;
  height: auto;
  background: transparent;
  display: inline;
  }

.rslides_tabs li:first-child {
  margin-left: 0;
  }

.rslides_tabs .rslides_here a {
  color: #fff;
  font-weight: bold;
  }

a {
  color: #fff;
  text-decoration: none;
  }

.slide-pages a {
  display: inline-block;
}

.slide-pages img {
  float: left;
  width: 117px;
}

.slide-pages .rslides_here a {
  background: transparent;
}

.slide-pages a {
  padding: 0;
}




/* PAGE SPEC CLASSES */
.roundimg {
  position: relative;
  display: inline-block;
}

.roundimg img{
  display: block;
}

.roundimg-overlay {
  position: absolute;
  width: 300px;
  height: 316px;    
  z-index: 998;
  top: 0;
  left: 50%;
  margin-left: -150px;
  background: url(//cdn.shopify.com/s/files/1/0776/6403/t/26/assets/plus_rollover.png?7278019491836295693);
  background-size: 100% 100%;
  opacity: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

.roundimg-overlay:hover {
  opacity: 1;
}





.home-roundimg-overlay {
  position: absolute;
  width: 245px;
  height: 258px;
  z-index: 997;
  top: 0;
  background-size: 100% 100%;
  opacity: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

.home-roundimg-overlay:hover {
  opacity: 1;
}















/*
.image { position: relative; width: 184px; height: 219px; }
.hoverimage { position: absolute; top: 0; left: 0; display: none; }
.image:hover .hoverimage { display: block; }
*/
.icon-box {
  background-color: transparent !important;
  margin-bottom:60px;
  margin-top:20px;
}

/*.icons-wrap {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border: none;
  border-radius: 28%;
  display: block;
  height: 275px;
  left: 50%;
  margin-left: -115px;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 245px;
}*/


.shop-image {
    margin:auto; 
    width:290px; 
    height:292px; 
    border-radius: 99em; 
    display: block; 
    overflow: hidden;
} 


a.icon-9 { 
  background-image: url(http://s184318.gridserver.com/wp-content/uploads/2014/03/EMC-email-video.png); 
  background-repeat: no-repeat;
  background-size: 47px 45px;
  background-position-x: 2px; 
  display:inline-block; 
  height: 50px;
  width: 50px;
}


#menu-lock {
  left: 0px; right: 0px; margin-left: auto; margin-right: auto; z-index: 900; background-color: #fff;
}


.is-sticky .logo-container {
  width: 200px;
  float: left;
  min-height: 95px;
  margin-top: 5px;
  margin-bottom: -10px;
}


.sticky-wrapper {
  height:auto !important;
}


.mobile-menu-trigger {
  position: relative !important;
  width: 25px !important;
  margin-top: 10px !important;
  top: auto !important;
}


#search-form input.form {
  height: 41px !important;  
  border: none !important;  
  border-top-color: initial !important;  
  border-top-style: none !important;  
  border-top-width: medium !important;  
  border-right-color: initial !important;  
  border-right-style: none !important;  
  border-right-width: medium !important;  
  border-left-color: initial !important;  
  border-left-style: none !important;  
  border-left-width: medium !important;  
  border-bottom-color: #ff6d22 !important;  
  border-bottom-style: solid !important;  
  border-bottom-width: 1px !important;  
}

/*a[class*='icon-'] { width:25px !important; height:25px !important; }*/




/* MAILCHIMP */

#mc_embed_signup .mc-field-group .asterisk {
  position: relative !important;
  top: 0 !important;
  right: 0 !important;
}

#mc_embed_signup .asterisk {
  font-size: 150% !important;
}

#mc_embed_signup a.mc_embed_close {
  top: 2px !important;
  right: 2px !important;  
}


@media all and (min-width: 585px) and (max-width: 767px) {
  .heading-1 span {width: auto !important}
  .heading-2 span {width: auto !important}
}

@media all and (max-width: 584px){
.heading-1 span {padding: 0 !important;}
    .heading-2 span {padding: 0 !important;}
  .heading-1 span {width: auto !important}
  .heading-2 span {width: auto !important}
}

#home-buttons .icon-box {min-width:auto!important;padding:0!important;height:auto!important}
#home-buttons .icon-box .icons {height:auto!important}
#home-buttons .icon-box .icons-wrap {position:relative!important;margin-left:auto!important;margin-right:auto!important;width:auto!important;max-width:245px!important;left:0!important;height:auto;text-align:center!important;}
#home-buttons .icon-box .icons-wrap img {width:100%!important;}

