.mana-message, .mana-notice, .mana-success{
	border-left: 4px solid #f58026;
    padding: 12px!important;
    margin-left: 0;
    margin-bottom: 20px;
    background-color: #fff;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
    word-wrap: break-word;
}

ul#menu-main-menu > li > a{
  pointer-events: none;
}

ul#menu-main-menu > li:hover > a{
  pointer-events: all;
}

.wpb_wrapper > h2{
  font-weight: var(--e-global-typography-primary-font-weight);
  color: var(--e-global-color-primary);
}

.mana-form-control, .new-password-input{
  font-family: 'CenturyGothic', 'Arial', sans-serif!important;
  display: block;
  margin-bottom: 5px;
  width: 80%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
}

.new-password-input{
  padding: 0.375rem 0.75rem!important;
  width: 70%;
  font-size:14px;
  float: right;
}

body > div.edgtf-wrapper > div > div.edgtf-content > div > div.edgtf-full-width > div > div > div > div > div > div > div > div > div > div > form > div > div:nth-child(1) > div > div{
	width:60%;
    margin:0 auto;
    text-align: start;
}

#donation_amount:focus, #number_of_packets:focus{ 
  outline-width: thin; 
  outline-color: #C36217;
  box-shadow: 0 0 10px #C36217;
}

#donation_amount{
	padding-left: 25px;
}

.dollar{
    position: absolute;
    padding:12px;
}

.email_label{
	font-weight:bold;
    font-size:16px;
}

.mana-button, .new-password-button{
    width: 15% !important;
    border-radius: 100px !important;
    background: #f58026 !important;
    color: #fff !important;
    cursor: pointer !important;
    font-size: 16px !important;
    font-family: var(--e-global-typography-text-font-family), sans-serif;
    font-weight: bold !important;
    padding: 12px 20px !important;
    border: 1px solid #f58026 !important;
    transition: 0.5s !important;
    letter-spacing: 1px;
}
}

.new-password-button{
  padding:8px 15px!important;
  float: left;
  margin-left: 10px;
}

.mana-button:hover, .new-password-button:hover{
  background: #fff;
  color: #f58026;
  transition: 0.5s;
}

.new-password-button{
  width: 70%;
}

h2#additional-info-main-label, h2#donor-dashboard-container-tracking-title{
	-webkit-appearance: none;
    margin-top: 70px;
    color: var(--e-global-color-primary);
    margin-bottom: 10px !important;
    font-size: 29px !important;
    font-family: "ivypresto-display", sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
}

h2#donor-dashboard-container-tracking-title{
  margin-top: 20px!important;
}

label#subscribe_label{
	color: var(--e-global-color-text);
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-weight: var(--e-global-typography-text-font-weight);
}

.add{
  cursor: pointer;
}

#number_of_saved_lives{
  font-weight: bold; 
  background: #c36217; 
  border: 2px solid #c36217; 
  color: #fff; 
  font-size: 48px;
  -webkit-text-fill-color: rgba(255, 255, 255, 1); 
  -webkit-opacity: 1; 
} 

/* The switch - the box around the slider */
.switch {
  position: relative;
  /* display: inline-block; */
  width: 60px;
  height: 34px;
  float: right;
}

/* Hide default HTML checkbox */
.switch input {
opacity: 0;
width: 0;
height: 0;
}

/* The slider */
.slider {
position: absolute;
cursor: pointer;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #ccc;
-webkit-transition: .4s;
transition: .4s;
}

.slider:before {
position: absolute;
content: "";
height: 26px;
width: 26px;
left: 4px;
bottom: 4px;
background-color: white;
-webkit-transition: .4s;
transition: .4s;
}

input:checked + .slider {
background-color: #F58025;
}

input:focus + .slider {
box-shadow: 0 0 1px #F58025;
}

input:checked + .slider:before {
-webkit-transform: translateX(26px);
-ms-transform: translateX(26px);
transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
border-radius: 34px;
}

.slider.round:before {
border-radius: 50%;
}

/* FORMBOX (CALC PLUGIN) */

.formbox__btn-calc{
background: #f58026;
}

.formbox__btn{
float:right;
}

.calc_title_saved_lives{
  font-size: 24px; 
  letter-spacing: 1px; 
  margin-top: 20px;
  padding:10px 0px;
  font-family:'CenturyGothic';
  color: #fff;
}

.calc_title{
  padding:10px 0px;
  font-family:'CenturyGothic';
  color: #fff;
}

.calc_title_cost{
  padding:5px 0px 0px 0px;
  font-family:'CenturyGothic';
  color: #fff;
  font-size:12px;
}

/* CONTAINER TIMELINE */
.ul_style{
width: 100%;
}

.timeline {
list-style-type: none;
display: flex;
align-items: center;
justify-content: center;
min-width:780px;
height: 100%;
color: #758D96;
}
.li {
transition: all 200ms ease-in;
}

.timestamp {
margin-bottom: 20px;
padding: 0px 40px;
display: flex;
flex-direction: column;
align-items: center;
font-weight: 100;
}

.status {
padding: 10px 40px;
display: flex;
justify-content: center;
border-top: 2px solid #D6DCE0;
position: relative;
transition: all 200ms ease-in;
}
.status h4 {
font-family: "ivypresto-display", sans-serif;
font-weight: 500!important;
font-size: 1.5rem !important;
color: var(--e-global-color-primary);
letter-spacing: 1px;
}
.status:before{
  font-size: 20px;
  text-align: center;
  width: 25px;
  height: 25px;
  background-color: #F2F1EC;
  border-radius: 25px;
  /*border: 1px solid #ddd;*/
  position: absolute;
  top: -15px;
  left: 42%;
  transition: all 200ms ease-in;
}

.collect:before{
  content: "\f4c0";
  font-family: 'FontAwesome';
}

.manufacture:before{
  content: "\f3b3";
  font-family: 'FontAwesome';
}

.pack:before{
  content: "\f49d";
  font-family: 'FontAwesome';
}

.ship:before{
  content: "\f21a";
  font-family: 'FontAwesome';
}

.distribute:before{
  content: "\e4f7";
  font-family: 'FontAwesome';
}

.li.complete .status {
  border-top: 2px solid #F58025;
  transition: all 2000ms ease-in-out;
  transition-delay: 3s;
}

.li.complete .status:before {
  color: #F58025;
  border: none;
  transition: all 2000ms ease-in-out;
  transition-delay: 3s;
}

.li.complete.complete-collection .status:before {
  -webkit-animation: fa-bounce 3s infinite linear;
  -moz-transition: fa-bounce 3s infinite linear;
  -o-transition: fa-bounce 3s infinite linear;
  animation: fa-bounce 3s infinite linear;
  animation-delay: 3s;
}

.li.complete.complete-manufacturing .status:before {
  -webkit-animation: fa-bounce 3s infinite linear;
  -moz-transition: fa-bounce 3s infinite linear;
  -o-transition: fa-bounce 3s infinite linear;
  animation: fa-bounce 3s infinite linear;
  animation-delay: 4s;
}

.li.complete.complete-packing .status:before {
  -webkit-animation: fa-bounce 3s infinite linear;
  -moz-transition: fa-bounce 3s infinite linear;
  -o-transition: fa-bounce 3s infinite linear;
  animation: fa-bounce 3s infinite linear;
  animation-delay: 5s;
}

.li.complete.complete-shipping .status:before {
  -webkit-animation: fa-bounce 3s infinite linear;
  -moz-transition: fa-bounce 3s infinite linear;
  -o-transition: fa-bounce 3s infinite linear;
  animation: fa-bounce 3s infinite linear;
  animation-delay: 6s;
}

.li.complete.complete-distribution .status:before {
  -webkit-animation: fa-bounce 3s infinite linear;
  -moz-transition: fa-bounce 3s infinite linear;
  -o-transition: fa-bounce 3s infinite linear;
  animation: fa-bounce 3s infinite linear;
  animation-delay: 7s;
}

.li.complete.current-phase .status:before {
  -webkit-animation: fa-shake 3s infinite linear;
  -moz-transition: fa-shake 3s infinite linear;
  -o-transition: fa-shake 3s infinite linear;
  animation: fa-shake 3s infinite linear;
}

.li.complete .status h4 {
  color: #F58025;
  transition: all 2000ms ease-in-out;
  transition-delay: 3s;
}

#mana-subscription > div > div.wpb_column.vc_column_container.vc_col-sm-9.vc_col-xs-12.add-info, div.wpb_column.vc_column_container.vc_col-sm-9.vc_col-xs-12.container-info{
  width:78%!important;
}

#donate_row > div > div > div > div > div > h2.f_title{
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
  color: var(--e-global-color-primary);
}

h4#friend_details_label, .add_info_sub_header{
    margin-top: 0px;
    color: var(--e-global-color-primary);
    margin-bottom: 10px !important;
    font-size: 26px !important;
    font-family: "ivypresto-display", sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
}

#mana-subscription > div > div.wpb_column.vc_column_container.vc_col-sm-9.vc_col-xs-12.add-info > div > div.wpb_column.vc_column_container.vc_col-sm-12.vc_col-xs-12{
  margin-bottom:50px;
}

#donor-dashboard-container-details-table{
  margin-bottom: 30px !important;
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}

#calculator_section > div.vc_column_container{
  background: #F58025;
  border-radius: 20px;
  border: none;
  padding: 60px;
}

h2#calc_saved_lives_label, h2#calc_saved_lives_label_tablet{
  font-size: 36px;
  line-height: 52px;
  font-family: 'CenturyGothic', 'Arial', sans-serif!important;
  letter-spacing: 1px;
  margin-bottom: 25px;
  color:#fff;
}

h2#calc_saved_lives_label_tablet{
  display:none;
}

#calc_saved_lives_paragraph{
  color:#fff;
}

.wpb_column.vc_column_container#calc_last_row{
  padding:0px 0px 0px 30px;
}

#calc_first_col{
  padding:0px 30px 0px 0px;
}

.map-container{
  height:520px;
  position: relative;
}

#map { 
  position: absolute; 
  top: 0; 
  bottom: 0; 
  width: 100%; 
}

.marker {
  background-image: url(mana-pin.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 60px;
  height: 84px;
  cursor: pointer;
}
.mapboxgl-popup {
  max-width: 200px;
}
.mapboxgl-popup-content {
    text-align: center;
    font-family: 'Open Sans', sans-serif;
}

@media (min-device-width: 768px) and (max-device-width: 1024px) {
  table.container-table th{
    font-size: 0.65em!important;
  }

  table.container-table td{
    font-size: 0.75em!important;
  }
  #calculator_section > div.vc_column_container{
  	padding:45px 30px!important;
  }
}

@media only screen and (max-width: 769px) {
  #mana-subscription > div > div.wpb_column.vc_column_container.vc_col-sm-9.vc_col-xs-12.add-info{
    width:100%!important;
  }

  h4#friend_details_label{
    padding-top:20px!important;
    padding-bottom:20px!important;
  }

  div.wpb_column.vc_column_container.vc_col-sm-9.vc_col-xs-12.container-info{
    width:100%!important;
  }

  .edgtf-title .edgtf-title-holder h1{
    font-size:40px!important;
  }

  #calculator_section > div.vc_column_container{
    padding: 45px 15px!important;
  }

  h2#calc_saved_lives_label{
    font-size: 30px;
    line-height: 40px;
    padding: 20px 0px 0px 0px;
    margin: 20px 0px 10px 0px;
    display:none;
  }

  h2#calc_saved_lives_label_tablet{
    font-size: 30px;
    line-height: 40px;
    padding: 0px;
    margin: 10px 0px 0px 0px;
    display:block;
  }

  #calc_first_col{
      padding: 0px!important;
  }

  .wpb_column.vc_column_container#calc_last_row, .vc_row.wpb_row.vc_row-fluid#calc_last_row{
      padding:0px!important;
  }
  
  #numb_lives_col{
    padding:0px!important;
  }

  #calc_saved_lives_paragraph{
    padding: 20px 0;
    font-size: 14px;
    line-height: 25px;
  }

  #calc_col_inner{
    padding:0 30px;
  }

  .calc_title_saved_lives{
    font-size:18px!important;
  }

  .calc_title_cost{
    padding:0px!important;
  }

  #calc_first_col > div.vc_empty_space{
    height:10px!important;
  }

  #number_of_saved_lives{
    font-size:36px;
  }

  table.container-table th{
    font-size: 0.65em!important;
  }

  table.container-table td{
    font-size: 0.75em!important;
  }
}

@media (min-device-width: 320px) and (max-device-width: 1024px) {
  .ul_style{
      overflow-x:scroll;
      white-space:nowrap;
  }

  .timeline {
    justify-content: unset!important;
  }
}

@media only screen and (max-width: 480px) {
  body > div.edgtf-wrapper > div > div.edgtf-content > div > div.edgtf-container > div > div > div > div > div > div > div.wpb_text_column.wpb_content_element > div > div:nth-child(2) :last-child, #mana-subscription > div > div.wpb_column.vc_column_container.vc_col-sm-9.vc_col-xs-12.add-info :last-child :not(input, button), div.wpb_column.vc_column_container.vc_col-sm-9.vc_col-xs-12.container-info :last-child{
    
  }
  tbody.donor-dashboard-container-details-body :last-child{
    padding: 10px 12px!important;
  }
  #mana-subscription > div > div.wpb_column.vc_column_container.vc_col-sm-9.vc_col-xs-12.add-info{
    margin-top: -40px;
  }
  .edgtf-title .edgtf-title-holder h1{
    font-size:30px!important;
  }
  
  .dollar{
  	padding:16px 10px 10px 12px;
  }

  /* .edgtf-title .edgtf-title-holder h1 span{
    padding-bottom: 0px!important;
  } */

  .li .status h4{
    font-size:16px!important;
  }

  span.date{
    padding-bottom:0px!important;
  }

  .li.distribution{
    padding:10px 0px 10px 0px !important;
  }

  #subscribe_label{
    padding-top:0px;
  }

  .mana-form-control{
    width:100%;
  }
  
  .new-password-input{
  	width:100%;
  }

  h2#additional-info-main-label, h2#donor-dashboard-container-tracking-title{
	-webkit-appearance: none;
    padding-bottom: 40px !important;
    line-height: normal;
    font-size: 28px !important;
  }

  h4#friend_details_label{
    padding-top:20px;
  }

  .new-password-button{
  	width:60%;
    float: none;
    margin-left:0;
    margin-top:10px;
  }
   
   body > div.edgtf-wrapper > div > div.edgtf-content > div > div.edgtf-full-width > div > div > div > div > div > div > div > div > div > div > form > div > div:nth-child(1) > div > div{
  	text-align:start;
    width:100%;   
  }
  
  .mana-button{
    width:30% !important;
  }

  table.container-table{
    padding:0px!important;
  }
 
  #donor-dashboard-container-details-table > tbody > tr > td.page-link a{
  	word-wrap:break-word;
    padding:5px 0px !important;
  }
  
  .map-container{
    padding:0px!important;
  }

  #map { padding: 0px; width: 100%;}

  .marker {
    width: 50px;
    height: 50px;
  }

  canvas.mapboxgl-canvas{
    width:100%!important;
  }

  #f_details > div > p:last-child, #f_details > div > p:last-child > img{
    padding:10px 0px!important;
  }

  /* COST */
  #calc_col_inner{
    padding:0 10px;
  }
  #calc_last_row > div > div > div > #calc_col_inner{
    padding:0;
  }
  .calc_title_saved_lives{
    margin-top:0px;
  }
  h2#calc_saved_lives_label_tablet{
    margin-top:0px;
  }
  #calc_saved_lives_paragraph{
    padding:20px 0px 0px 0px;
  }
  .calc_title, .calc_title_saved_lives{
  	padding:10px 10px 0px 10px!important;
  }
  #calc_first_col > div:nth-child(3) > div.edgtf-full-section-inner{
  	padding-top: 0px;
  }
  #calculator_section > div.vc_column_container{
  	padding:25px 15px!important;
  }
}

/* CUSTOM TABLE FOR CONTAINER STATUS */
table.container-table {
  font-family: "ivypresto-display", Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
  color: var(--e-global-color-primary);
  letter-spacing: 1px;
  background-color: #f8f8f8;
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
  border-radius: 8px;
  overflow: hidden;
  border-style: hidden;
  box-shadow: 0 0 0 1px #ddd;
}

table.container-table tr {
  border: 1px solid #ddd;
  padding: .35em;
}

table.container-table tr:nth-child(even) {background-color: #fff;}

table.container-table th,
table.container-table td {
  padding: 10px 16px;
  text-align: left;
}

table.container-table th {
  font-size: .85em;
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background: #807F83;
}

@media screen and (max-width: 600px) {
  table.container-table {
    border: 0;
    border-radius: none!important;
    overflow: unset;
    box-shadow: none;
  }

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

  table.container-table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }

  table.container-table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: right;
  }

  table.container-table td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    display: none;
    text-transform: uppercase;
  }
  
  table.container-table th, table.container-table td{
  	text-align:center;
    padding:10px 12px;
  }
  table.container-table td:last-child {
    border-bottom: 0;
    padding:10px 12px;
    text-align: center;
  }
}
.givewp-layouts-headerDescription *{
	font-family: 'CenturyGothic', 'Arial', sans-serif;
}