/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
img,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
   ERGRF's custom styles
   @author Seth Salinas
   @URL: pixelploy.com
   @version: 1.0;
   ========================================================================== */

@font-face {
    font-family: 'nexa_boldregular';
    src: url('../fonts/nexa_bold-webfont.eot');
    src: url('../fonts/nexa_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/nexa_bold-webfont.woff') format('woff'),
         url('../fonts/nexa_bold-webfont.ttf') format('truetype'),
         url('../fonts/nexa_bold-webfont.svg#nexa_boldregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'nexa_lightregular';
    src: url('../fonts/nexa_light-webfont.eot');
    src: url('../fonts/nexa_light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/nexa_light-webfont.woff') format('woff'),
         url('../fonts/nexa_light-webfont.ttf') format('truetype'),
         url('../fonts/nexa_light-webfont.svg#nexa_lightregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'EB Garamond', serif;
}
/*==========
utilites
============*/

.transparent {
	color: transparent;
}
.align-center {
    text-align: center;
}

.align-right {
    text-align: center;
}

.abs {
    position: relative;
}

.center {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 2em auto;
    padding: 1em auto;
    width: 7%;
}

.lead-reg {
    margin-top: 12px;
}

.img-right {
    float: right;
    margin-left: 10px;
    margin-bottom: 5px;
}

.img-left {
    float: left;
    margin-right: 10px;
    margin-bottom: 5px;
}

.img-center {
    display: block;
    margin: 0 auto;
}

/*top-header && navigation*/

#logo {
    position: absolute;
    width: 90px;
    padding: 12px;
    margin-top: -15px;
    left: 50%;
    margin-left: -45px;
    color: #F5DEB3;
    font-family: 'nexa_boldregular';
    letter-spacing: 8px;
    font-size: 16px;
    display: block;
}

#logo img {
    margin-bottom: -3px;
    margin-top: 2px;
}

#logo span {
    margin-left: 8px;
}
/*
#logo {
    position: absolute;
    border: 2px solid white;
    width: 115px;
    padding: 12px;
    margin-top: 4px;
    left: 50%;
    margin-left: -59px;
    color: #F5DEB3;
    font-family: 'nexa_boldregular';
    letter-spacing: 8px;
    font-size: 16px;
    display: inline-block;

}*/


/*fallback for centering logo */


.main-header, .footer-nav {
    background-color: #303030;/* #ece1d4;*/
    margin-bottom: 0;
    border-radius: 0;
    z-index: 9999;
}


.main-header.grow, .main-header.shrink {
    height: inherit;
    opacity: 1;
    position: fixed;
    width: 100%;
    top: -5em;
}

.main-header.grow {
    animation: slideDown .5s;
    -webkit-animation: slideDown .5s forwards;
}

.main-header.shrink {
   animation: slideUp .5s;
    -webkit-animation: slideUp .5s forwards;
}

@-webkit-keyframes slideDown {
    0% { top: -5em; }
    100% { top: 0; }
}

@-webkit-keyframes slideUp {
    0% { top: 0; }
    100% { top: -5em; }
}

.main-header .container > .row {
    position: relative;
}

.main-nav li a, 
.footer-nav li a,
.mobile-nav li a {
    color: #e5e3e3;
    padding-left: 20px;
    padding-right: 20px;
    border-left: 1px solid #303030;
}

.main-nav li a {
    line-height: 50px;
}

.mobile-nav li a,
.footer-nav li a {
    line-height: 30px;
}

.right-nav > li {
    float: right;
}

.footer-nav {
    border: none;
    padding: 0;
    list-style: none;

}

.footer-nav li a {
    padding: 15px;
    color: #6e6e6e;
    border: none;
    padding: 0;
}

.footer-nav .title  {
    font-size: 18px;
    font-weight: bold;
    color: #e5e3e3;
    margin-bottom: 10px;
    margin-top: 5px;
}
.main-nav li a:hover, .footer-nav li a:hover, .active {
    background-color: #3d3d3d;
    color: #F5DEB3;
    border-left-color: #171717;
    border-right-color: #171717;
}



.footer-nav li a:hover {
    background-color: #303030;;
}

.active {
    background-color: #3d3d3d;
    color: #F5DEB3;
}

.active > a {
    border-top-width: 0px;
}

.holder {
    position: relative;
}

.sub-menu {
    position: absolute;
    top: 80px;
    width: 235px;
    padding: 0;
    border: none;
    background: #3d3d3d;
    opacity: 0;
    height: 0;
    list-style: none;
    overflow: hidden;
}

.sub-menu li ul {
    display: none;
    list-style: none;
    padding: 0;
    padding-left: 5px;
}

.sub-menu li ul a {
    border: none;
}


.right-nav .sub-menu {
    right: 0;
    text-align: right;
}

.sub-menu li a {
    display: block;
    border-bottom: 1px solid #2b2b2b;
}

.sub-menu li a:hover {
    background-color: #303030;
    border: 0px solid #171717;
    color: #F5DEB3;
    border-left-width: 0px;
    border-right-width:0px;
    text-decoration: none;
}

/*.no-touch .sub-menu {
    height: 0; 
}
*/
.no-touch .main-nav li:hover ul {
   opacity: 1;
   height: inherit;
}

.no-touch .sub-menu li:hover ul {
    display: block;
}


/*mobile nav*/

 .mobile-nav {
            position: fixed;
            display: none;
            top: 65px;
            right: 0;
            width: 0;
            height: 0;
            overflow: hidden;
            z-index: 9999;
            background: black;

            /*transition*/
            -webkit-transition:all 800ms;
               -moz-transition:all 800ms;
                 -o-transition:all 800ms;
                    transition:all 800ms;
        }

        .gn-scroller {
            position: absolute;
            overflow-y: scroll;
            width: 220px;
            height: 100%;
        }

/*hero section*/

.jumbotron.main-hero {
   min-height: 700px;
    background: url('../imgs/world_map.png') repeat-x;
    background-size: 125%;
/*    background-position: -50px -360px;
*/    position: relative;
    margin-bottom: 0;
/*   -webkit-animation: bgMove 15s linear forwards ; 
*/}

@-webkit-keyframes bgMove {
    0% { background-position: -50px -360px }
    100% { background-position: -250px 0px }
}

.jumbotron.main-hero h1 {
    font-size: 65px;
    margin-top: 2em;
    color: white;
}

.image-opacity {
    position: absolute;
     width: 100%; 
     height: 100%; 
     background: rgba(0,0,0,.2); 
     top: 0;
     left: 0;
}

.next-event.highlight {
    padding: 3em 0 4em;
    margin: 0;
}

.next-event {
    color: #a44c0e;
    padding: 1em;
    margin: 1em 0;
    background: #f6f4f2 url(../imgs/simplebg.png);
    position: relative;
}

.next-event span {
    position: absolute;
    top: .3em;
    color: #303030;
    right: .5em;
    font-size: 70px;
}

.next-event:hover span {
    z-index: 10000;
    color: #a44c0e;
    cursor: pointer;
}

.next-event h4 {
    margin-bottom: 2em;
}
.erg-info {
    background-color: #ece1d4;
    padding-top: 4em;
    padding-bottom: 4em;
}

.cta-exposure {
   display: inline-block;
    padding: 20px 15px;
    /* background: #d35400; */
    border: 1px solid #d35400;
    color: black;
    text-transform: uppercase;
    /* margin-bottom: 8em; */
    margin-top: 1em;
    }

.box, .video-box{
    height: 325px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.img-holder {
    position: relative;
    width: 215px;

}

#playing-key {
    position: absolute;
    z-index: 10000;
    color: white;
    top: 50%;
    width: 76px;
    left: 50%;
    margin-left: -33px;
    margin-top: -15px;
}

.video-box.now-playing > .img-holder::before {
   display: block;
    width: 100%;
    height: 100%;
    content: '';
    color: white;
    background: rgba(0,0,0,.6);
    position: absolute;
    z-index: 9999;
}

/*.video-box.now-playing::before {
    display: block;
    width: 100%;
    height: 100%;
    content: '';
    background: black;
    position: absolute;
    z-index: 10000;
}*/


.video-box {
    position: relative;
}

.video-box img {
    height: 120px;
}

.video-title {
    height: 48px;
}

.box {
    padding: 40px;
    text-align: center;

}

.info-highlight {
    background: url('../imgs/trio.png') no-repeat;
    background-size: cover;
    color: white;
}

.icon-title {
    font-size: 150px;
}

.practical {
    font-size: 110px;
    margin-bottom: 23px;
    margin-top: 18px;
}

.erg-info.mission .row {
    padding: 2em 5em;
}


.hover-content {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    text-align: left;
    width: 100%;
    height: 100%;
    background-color: rgba(29, 231, 212, .8);
    opacity: 0;
    z-index: 2;
    padding: 2em;

    -webkit-transition:opacity 200ms;
   -moz-transition:opacity 200ms;
     -o-transition:opacity 200ms;
        transition:opacity 200ms;
}
 
 .hover-content p {
    padding-top: 15px;
}

 .hover-content span {
    color: white;
    margin-top: 15px;
 }

 .hover-content p {
    font-size: 16px;
    text-decoration: none;
    color: white;
    /*padding-top: 25px;*/
 }

.info-highlight:hover {
 	color: transparent;
 }

.info-highlight:hover .hover-content {
    opacity: 1;
}

.erg-info li:nth-of-type(2) .info-highlight:last-child {
    background: url('../imgs/beams_dark.png');
    background-size: cover;
}

.erg-info li:nth-of-type(3) .info-highlight:last-child {
    background: url('../imgs/Elizabeth_dark.png');
    background-size: cover;
}

.info-box {
    padding-left: 7em;
    position: relative;
    min-height: 150px;
}

.core-services {
    padding: 1em 3em;
}
.icon {
    font-size: 4em;
    position: absolute;
    left: 16px;
    top: 29%;
}

.btn-main {
    border: 1px solid white;
    color: white;
    margin-top: 53px;
    padding: 14px 48px;
    margin-right: 10px;

    /*transition*/
-webkit-transition:all 200ms;
   -moz-transition:all 200ms;
     -o-transition:all 200ms;
        transition:all 200ms;

}

.fill {
    background: white;
    color: #303030;
}

.btn-main.fill:hover {
    background: none;
    color: white;
}

.btn-main:hover {
    background: white;
    color: #303030;
}

.callout {
    color: #a44c0e;
    text-align: center;
    font-size: 24.5px;
}

.erg-news {
    background: url(../imgs/caribiners.png) repeat-x;
    background-position: 0% 15%;
    background-color: #f6f4f2;
    padding-top: 200px;
    padding-bottom: 2em;
}


.erg-news h2 {
    margin: 0;
}



/*footer*/

.tech-partners li {
    margin-top: 20px;
}

.tech-partners li:last-child img {
    height: 55px;
}

footer {
    background-color: #303030;/* #ece1d4;*/
    border-top: 1px solid #dbd1c5;
    margin-bottom: 0;
    margin-top: 0;
    padding: 2em 0 1em 0;
}

footer p {
    color: #F5DEB3;
    margin:5px 0 0 0;
    padding: 0;
}

.title + ul {
    padding: 0;
    margin: 0;
}

.page {
    padding: 1em 0 2em ;
    min-height: 800px;
}

.content-body {
    font-size: 16px;
}

.caption {
    font-size: 20px;
    text-align: center;
}

.scrollr{
    padding-bottom: 3em;
}

.board {
    padding: 0;
    padding-right: 10px;
}
.board > li {
    list-style: none;
}

.board >li img {
    float: left;
    margin-right: 10px;
    margin-bottom: 5px;
}


.panel {
    background-color: #303030;
    margin: 0 auto;
    border: none;
/*    box-shadow: inset 2px 2px 0px 0 #303030;
*/}

.panel-body {
    padding: 0;
}


/*forms*/
.sign-up {
    width: 100%;
    margin: 0 auto;
}

.form-default {
    width: inherit;
    margin: 0;
}

.form-default table {
    margin: 2em 3em 3em;
}

.form-default input {
    width: 100%;
    margin: 10px;
}

.form-default td p {
    float: left;
    width: 21%;
    margin-right: 10px;
}

.form-default input[name="cardAuth"] {
    letter-spacing: 3px;
    line-height: 3;
    padding-left: 15px;
}

.form-default input[name="donateAmount"] {
    letter-spacing: 3px;
    line-height: 3;
    padding-left: 15px;
    width: 32%;
}

form h3 {
    margin-left: 1.5em;
}
.invalid {
    border: 3px solid red;
    outline: 0;
}

.valid {
    border: 3px solid green;
    outline: 0;
}

.donation {
    border-radius: 4px;
    color: #fff;
    padding: 12px 35px 10px 7px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
    border: 0;
    position: relative;
    cursor: pointer;
    background: #68B7F7;
    margin-top: 2em;
}

.donate {
    font-size: 22px;
    top: 7px;
    left: -6px;
}

#donate-now {
    border: 5px solid #68B7F7;
    margin-top: 2em;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2em;
    padding: 0em 1em 2em;
}

#contact table {
    width: 100%;
}
.paypal {
    display: inline-block;
    background: #68B7F7;
    padding: 10px;
    margin-left: 5px;
}
.paypal-img {
    width: 275px;
    margin-left: 15px;
}
.dholder {
    position: absolute;
    display: block;
    top: 1px;
    right: 0px;
    background: #509df6;
    height: 98%;
    padding-top: 10px;
    width: 25px;
    border-radius: 0px 4px 4px 0px;
}

input {
    padding: 5px;
    height: 70px;
    font-size: 18px;
    border-radius: 5px;
    border: 1px solid #eee;
}

#register {
    margin: 0 auto;
    width: 500px;
    padding: 25px;
    border: 5px solid #68B7F7;
    margin-bottom: 3em;
    background: #eee;
}

#register table, #register input {
    width: 100%;
}
#register table.hide input, #register table.hide p {
    display: none;
}
button[disabled] {
    opacity: .2;
}

.join {
    margin-top: 3em;
}
.event-details {
    background: white;
    padding: 32px;
    border-radius: 5px;
    box-shadow: 1px 1px 4px rgba(0,0,0,.6);
}

.event-details p {
    font-size: 16px;
}

.event-details .tab-pane {
    background: white;
    color: black;
}

.event-details li.active {
    background: white;
}

.alert.payment {
      width: 500px;
      height: 80px;
      position: fixed;
      top: 50%;
      left: 50%;
      margin-left: -255px;
      margin-top: -40px;
      z-index: 10000;
}

.backdrop {
  background: rgba(0, 0, 0, .3);
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 9999;
  transitoin: opacity .8s;
}

/*
input[name="fname"] {
    width: 40%;
}

input[name="lname"] {
    width: 55%;
    margin-left: 5px;
}*/

input[disabled] {
    background: #eee;
}

#sign_up {
    margin-top: 60px;
    margin-bottom: 25px;
}

#sign_up input {
    background: #171717; /*#6e6e6e*/
    border: none;
    outline: 0;
    color: #F5DEB3;
}

input[type="submit"] {
    border: none;
    margin-top: 45px;
    background-color: rgba(29, 231, 212, 1); 
    opacity: 1;
}

.sign-up-box {
    position: relative;
}

#sign_email {
    width: 100%;
}

input#sign_submit {
    position: absolute;
    right: 5px;
    top: -3px;
    margin: 5px 0 0 0;
    background: none; 
    border: 1px solid #6e6e6e;
    width: 78px;
    color: #6e6e6e;
    height: 90%;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    transition: all 1s;
}

input#sign_submit.movr {
    transform:translateY(70px);
}
input#sign_submit.growr {
    transform:translateY(0px);
    position: relative;
    width: 100%;
}

#sign_submit:hover {
    background-color: #a44c0e;
    color: white;

}

#joinList > input {
    height: inherit;
    margin: 0;
    width: 5%;
}


.testimonials > li {
    list-style: none;
    margin-bottom: 50px;
}


figure {
    margin: 1em 0;
}


/*menus*/

.menu-trigger {
    position: absolute;
    top: 5px;
    right: 20px;
    display: block;
    width: 35px;
    height: 50px;
    cursor: pointer;
    display: none;
}

.menu-trigger span {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 100%;
    height: 4px;
    margin-top: -2px;
    background-color: #e5e3e3;
    font-size: 0px;
}

.menu-trigger span::before,
.menu-trigger span::after {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background: #e5e3e3;
    content: " ";
    display: block;
    -webkit-transition:transform 0.3s;
   -moz-transition:transform 0.3s;
     -o-transition:transform 0.3s;
        transition:transform 0.3s;


}

.menu-trigger span::before {
    -webkit-transform:translateY(-250%);
   -moz-transform:translateY(-250%);
    -ms-transform:translateY(-250%);
     -o-transform:translateY(-250%);
        transform:translateY(-250%);

}

.menu-trigger span::after {
    -webkit-transform:translateY(250%);
   -moz-transform:translateY(250%);
    -ms-transform:translateY(250%);
     -o-transform:translateY(250%);
        transform:translateY(250%);

}

.social li {
    padding: 0;
}
.social li a {
    background: url('../imgs/social_icons_1.png') no-repeat;
    height: 45px;
    width: 45px;
    display: inline-block;
    color: transparent;
}

.social li > a:hover {
    color: transparent;
}

.social li:nth-child(2) a {
    background-position: -50px 0;
}

.social li:nth-child(3) a {
    background-position: -100px 0;
}

/*frontpage*/

.exposure-cta {
    font-size: 28px;
    line-height: 1.5;
    text-align: center;
    border: 2px dotted #EEE;
    padding: 32px;
}

.donate-now {
	color: white;
	text-align: right;
	padding: 2em;
}

.donate-now p {
	font-size: 18px;
    line-height: 1;
    padding-left: 5em;

}

.donate-now h2 {
	font-size: 75px;
	margin-top: 1em;
}

.now {
	padding: 20px 50px;
	margin-top: 2em;
}
.donate-now-nd .wrap .container-nd {
		background: linear-gradient( rgba(255, 255, 255, 0.8), rgba(0, 0, 0, 0.5) ), url('../imgs/bg.jpg') no-repeat;
		background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
background-position: top;
		background-position: 0 -50px;
		min-height: 500px;
		background-size: 145%;
		background-position: 84% -50px;

}
.donate-now > .container {
		background: url('../imgs/Caryl_Child_1.jpg') no-repeat;
		background-position: 0 -50px;
		min-height: 500px;
		background-size: 145%;
		background-position: 84% -50px;

}


.top  {
		padding-top: 2em;
		font-size: 18px;
}


@-webkit-keyframes bg-move {
    0%   { background-position:  100% -560px; }
    100% { background-position: -350% -460px; }
}

/*media*/

#map-canvas { 
    width: 100%;
    height: 566px;
}


iframe .brightcoveVideo-header .brightcoveVideo-title {
    display: none;
}

video, iframe:not(#twitter-widget-0){
    background: black;
}

iframe,
embed,
object,
video {
max-width: 100%;
}

.inner-media {
    position: absolute;
    display: none;
    top: 0;
    background: rgba(0, 0, 0, .8);
    width: 96%;
    max-height: 424px;
    z-index: 2;
    color: white;
    
}

.inner-media.show {
    display: block;
}

.media-icons {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 50px;
    overflow: hidden;
    width: 140px;
    margin: -25px -70px;
}

.media-icons a {
    color: white;
}
.media-icons span {
    margin-left: 15px;
    font-size: 50px;
}

.media-icons span:hover {
    cursor: pointer;
    opacity: .8;
}

.sidebar {
    border-left: 1px solid #eee;
    padding-left: 1em;
}

.sidebar img, .sidebar .social {
    margin-left: 0;
}

.sidebar #donation {
    padding: 12px 65px 10px 7px;
    margin-bottom: 15px;

}

.page-controls a {
    margin-right: 4px;
}

#video-play-center {
    transition: all .1s;
    -webkit-transition: all .1s;
    height: 474px;
    width: 100%;
}


.loading {
    position: relative;
}

.loading::before {
     background: rgba( 255, 255, 255, .9) url('../imgs/10.gif') no-repeat center;
      content: "";
      display: block;
      position: absolute;
      width: 100%;
      height: 100%;
      z-index: 1000;
      top: 0;
      left: 0;
}

.partners {
    padding: 5em;
    color: #a44c0e;
}

.partners h2 {
    margin-bottom: 45px;
}

.partners li {
    text-align: center;
}

.partners ul li:first-of-type {
    margin-top: 25px;
}

.partners span {
    display: block;
    margin-top: 10px;
}

.partners ul li:nth-child(2) img {
    height: 90px;
}

.partners ul li:nth-child(2) span {
    margin-right: 40%;
   
}

.partner {
    margin: 0 auto;
    padding:2em;
}


/*beth celebration */
.event-icon {
       width: 2.7em;
      color: #bbbac0;
      font-size: 3em;
      text-align: center;
      border-radius: 50%;
      border: 3px solid #bbbac0;
      margin: 0 auto;
      height: 2.6em;
}

.event-icon .fa, .event-icon .glyphicon {
    top: 30px;
     position: relative;
}

.info {
    text-align: center;
}

.event-container {
    width: 960px;
    margin: 0 auto;
}

.event-jumbo {
    overflow: hidden;
    background: url(../imgs/simplebg.png);
    border-radius: 5px;
}

.event-jumbo h1 {
      margin-top: 0;
    margin-bottom: 1em;
    text-align: center;
}

.event-register {
    padding: 15px 50px;
}

#features {
    margin-top: 2em;
    margin-bottom: 2em;
}



/* ==========================================================================
   Media Queries
   ========================================================================== */

/* Large Devices, Wide Screens */
    @media only screen and (max-width : 1200px) {

    	
    }

    /* Medium Devices, Desktops */
    @media only screen and (max-width : 992px) {
        .content-body {
            overflow-x: scroll;
            overflow-y: scroll;
        }
    }

    /* Small Devices, Tablets */
    @media only screen and (max-width : 768px) {

        .donate-now > .container {
            background-size: cover;
            background: url('../imgs/Caryl_Child_small.jpg') no-repeat;
            text-align: center;
        }

        .donate-now > .container p {
            padding-left: 0;
        }


    	.jumbotron.main-hero {
    		min-height: 500px;
    		background-size: cover;
    	}

        .navbar-brand {
            padding: 15px 10px;
        }

        .mobile-nav {
            display: block;
        }

        .main-nav {
            display: none;
        }

        .mobile-nav.open {
            width: 220px;
            height: 100%;
        }

        .navbar-nav, .sub-menu{
            margin: 0;
            padding: 0;
        }

        .box {
            margin: 1em auto;
            width: 80%;
        }

        .erg-info.mission .box {
            margin: 1em 8px;
            width: 100%;
        }

        .sub-menu {
		    position: relative;
		    top: 0;
            display: none;
            opacity: 1;

            /*transition*/
            -webkit-transition: height 800ms;
               -moz-transition: height 800ms;
                 -o-transition: height 800ms;
                    transition: height 800ms;
        }

        .mobile-nav li a {
            border: none;
            border-bottom: 1px solid #303030;
            width: 100%;
            display: inline-block;
        }

        .mobile-nav li a:hover {
            background: none;
        }

        .mobile-nav li {
            float: none;
            width: 220px;

        }

        .menu-trigger {
            display: block;
        }

        #logo {
            margin-left: 0 ;
            left: 0;
        }

        #logo span {
            display: none;
        }

        .navbar {
            min-height: 65px;
        }

        .erg-info li:nth-of-type(3) .info-highlight:last-child {
			background-position-y: -153px;
    	}

    	.donate-now {
    		padding: 0;
    	}

        .jumbotron.main-hero h1 {
            font-size: 52px;
        }
         .erg-info.mission .box {
            padding: 15px;
            height: inherit;
        }

        .icon-title {
            font-size: 120px;
        }

        .practical {
             margin-bottom: 0px;
             margin-top: 0px;
        }

         iframe, video {
            height: 280px;
        }

        #video-play-center {
            height: inherit;
        }

    /* Extra Small Devices, Phones */ 
    @media only screen and (max-width : 480px) {
         .donate-now p:first-of-type {
           display: none;
        }

    	.jumbotron.main-hero h1 {
    		font-size: 36px;
    	}

    	.jumbotron.main-hero {
    		min-height: 350px;
    	}

    	.btn-main {
    		margin-top: 24px;
            padding: 10px;
    	}

        .erg-info.mission {
            padding-top: 0;
            padding-bottom: 0;
        }

        .erg-info.mission .row {
             padding: 1em;
        }

        .erg-info.mission h2 {
            font-size: 18px;
        }

    	.erg-info li:nth-of-type(3) .info-highlight:last-child {
			background-position-y: inherit;
    	}

    	.btn.now {
    		display: block;
			margin-bottom: 2em;
    	}

    	.donate-now > .container {
    		background-size: cover;
            background-position: 83% 0px;
            text-align: center;
            min-height: 0;
    	}

        .donate-now p {
            padding-left: 0;
        }

        .donate-now h2 {
            padding-top: 0;
            margin-top: 0;
        }

        .icon-title {
            font-size: 70px;
        }
       
      
    }	

    /* Custom, iPhone Retina */ 
    @media only screen and (max-width : 320px) {
        .jumbotron.main-hero h1 {
            font-size: 1em;
        }

        .jumbotron.main-hero {
            height: 300px;
        }

        .btn-main {
            margin-top: 24px;
        }

         .erg-info li:nth-of-type(3) .info-highlight:last-child {
            background-position-y: inherit;
        }

        .btn.now {
            display: block;
            margin-bottom: 2em;
        }

        
        .donate-now p {
            padding-left: 0;
        }

    }   

@media print {
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
}
}


/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}