﻿/* DESIGNERS: LOOK FOR THESE COMMENTS */
/* If you get stuck talk to Ben Jarris */
/* IMPORTANT TO NOTE */
/* Background image repeats horizontally */
/* Logo can be any width, it will left align or center in the container depending on the screen width */
/* The screen resizes for iPad and Mobile, so drag in the window to see the other sizes */
/* ------------------------------------------ */
/* ---------EDITABLE ITEMS------------------- */
/* ------------------------------------------ */
body {
  background-color: #fff;
  /* CHANGE BACKGROUND COLOUR - BOTTOM PANEL COLOUR */
  background-image: url(../Images/SalvationArmy/backing_repeat.jpg);
  background-repeat: repeat-x;
  background-size: 2px 1200px;
  background-position: center top;
  margin: 0px;
  padding: 0px;
}
body a:Link {
  color: #000;
}
p {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  color: #000000;
  /* CHANGE BODY COPY COLOUR */
}
h1 {
  font-size: 20px;
  color: #ef3d42;
  /* CHANGE MAIN HEADING COLOUR */
  margin-bottom: 10px;
}
h2 {
  font-size: 14px;
  color: #000;
  /* CHANGE SUB HEADING COLOUR */
  margin-bottom: 10px;
}
.button_lrg {
  width: 200px;
  padding-bottom: 7px;
  padding-top: 10px;
  color: #FFFFFF;
  /* CHANGE BUTTON HOVER COLOUR */
  background-color: #37a600;
  font-size: 14px;
  border-radius: 20px;
  border: none;
  cursor: pointer;
}
.button_lrg a:Hover {
  background-color: #f05e62;
  /* CHANGE BUTTON HOVER COLOUR */
}
.BACK {
  background-color: #898989;
  /* CHANGE BACK BUTTON COLOUR */
}
/* ------------------------------------------ */
.Content_area_terms {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 130%;
  color: #010101;
  background-color: #FFFFFF;
  padding: 20px;
  min-height: 560px;
  width: 710px;
  float: left;
  animation-property: width;
  animation-property: height;
  transition-duration: 1s;
  /* webkit */
  -webkit-animation-property: width;
  -webkit-animation-property: height;
  -webkit-transition-duration: 1s;
  /* moz */
  -moz-animation-property: width;
  -moz-animation-property: height;
  -moz-transition-duration: 1s;
  /* opera */
  -o-animation-property: width;
  -o-animation-property: height;
  -o-transition-duration: 1s;
}
.Hero_Image_terms {
  background-image: url(../Images/SalvationArmy/HeroImageLeft.jpg);
  background-repeat: no-repeat;
  float: left;
  height: 600px;
  width: 250px;
  background-size: contain;
  animation-property: width;
  animation-property: height;
  transition-duration: 1s;
  /* webkit */
  -webkit-animation-property: width;
  -webkit-animation-property: height;
  -webkit-transition-duration: 1s;
  /* moz */
  -moz-animation-property: width;
  -moz-animation-property: height;
  -moz-transition-duration: 1s;
  /* opera */
  -o-animation-property: width;
  -o-animation-property: height;
  -o-transition-duration: 1s;
}
.outer_container {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  width: 1000px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 20px;
  background-color: #000033;
  animation-property: width;
  animation-property: height;
  transition-duration: 1s;
  /* webkit */
  -webkit-animation-property: width;
  -webkit-animation-property: height;
  -webkit-transition-duration: 1s;
  /* moz */
  -moz-animation-property: width;
  -moz-animation-property: height;
  -moz-transition-duration: 1s;
  /* opera */
  -o-animation-property: width;
  -o-animation-property: height;
  -o-transition-duration: 1s;
}
.Hero_Image {
  background-image: url(../Images/SalvationArmy/HeroImageLeft.jpg);
  background-repeat: no-repeat;
  float: left;
  height: 600px;
  width: 600px;
  background-size: contain;
  animation-property: width;
  animation-property: height;
  transition-duration: 1s;
  /* webkit */
  -webkit-animation-property: width;
  -webkit-animation-property: height;
  -webkit-transition-duration: 1s;
  /* moz */
  -moz-animation-property: width;
  -moz-animation-property: height;
  -moz-transition-duration: 1s;
  /* opera */
  -o-animation-property: width;
  -o-animation-property: height;
  -o-transition-duration: 1s;
}
.Content_area {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 130%;
  color: #010101;
  background-color: #FFFFFF;
  padding: 20px;
  min-height: 560px;
  width: 360px;
  float: left;
  animation-property: width;
  animation-property: height;
  transition-duration: 1s;
  /* webkit */
  -webkit-animation-property: width;
  -webkit-animation-property: height;
  -webkit-transition-duration: 1s;
  /* moz */
  -moz-animation-property: width;
  -moz-animation-property: height;
  -moz-transition-duration: 1s;
  /* opera */
  -o-animation-property: width;
  -o-animation-property: height;
  -o-transition-duration: 1s;
}
.web
{
    display:block;
}
.mobile
{
    display:none;
}
.Bottom_Text {
    padding-top: 10px !important;
    padding-bottom: 30px;
    Padding-right: 30px;
    text-align: center !important;
}
.Base_links {
  text-align: right;
  vertical-align: middle;
  clear: both;
  width: 970px;
  padding-top: 30px;  
  Padding-right: 30px;
  font-size: 13px;
  color: #fff;
  background-color: #ef3d42;
}
.Base_links a:Link {
  color: #fff;
  text-decoration: none;
}
.Base_links a:Visited {
  color: #fff;
  text-decoration: none;
}
.Base_links a:Hover {
  color: #000;
  text-decoration: underline;
}
.input_text {
  width: 290px;
  padding: 5px;
  font-size: 14px;
  color: #565656;
  margin-top: 5px;
  margin-bottom: 0px;
  border: 1px solid #ABABAB;
  border-radius: 1px;
}
.formlabel {
  Margin-bottom: 0px;
  margin-top: 10px;
}
.CHK {
  font-size: 10px;
}
.form_descriptor {
  font-size: 10px;
  margin-top: 0px;
  width: 260px;
}
@media screen and (max-width: 950px) {
  .outer_container {
    min-height: 700px;
    width: 600px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 0px;
    animation-property: width;
    animation-property: height;
    transition-duration: 1s;
    /* webkit */
    -webkit-animation-property: width;
    -webkit-animation-property: height;
    -webkit-transition-duration: 1s;
    /* moz */
    -moz-animation-property: width;
    -moz-animation-property: height;
    -moz-transition-duration: 1s;
    /* opera */
    -o-animation-property: width;
    -o-animation-property: height;
    -o-transition-duration: 1s;
  }
  .Hero_Image,
  .Hero_Image_terms {
    float: none;
    clear: both;
    height: 600px;
    width: 600px;
    margin-right: auto;
    margin-left: auto;
    background-size: contain;
    animation-property: width;
    animation-property: height;
    transition-duration: 1s;
    /* webkit */
    -webkit-animation-property: width;
    -webkit-animation-property: height;
    -webkit-transition-duration: 1s;
    /* moz */
    -moz-animation-property: width;
    -moz-animation-property: height;
    -moz-transition-duration: 1s;
    /* opera */
    -o-animation-property: width;
    -o-animation-property: height;
    -o-transition-duration: 1s;
  }
  .Content_area,
  .Content_area_terms {
    padding: 20px;
    min-height: 560px;
    width: 560px;
    float: none;
    clear: both;
    margin-right: auto;
    margin-left: auto;
    animation-property: width;
    animation-property: height;
    transition-duration: 1s;
    /* webkit */
    -webkit-animation-property: width;
    -webkit-animation-property: height;
    -webkit-transition-duration: 1s;
    /* moz */
    -moz-animation-property: width;
    -moz-animation-property: height;
    -moz-transition-duration: 1s;
    /* opera */
    -o-animation-property: width;
    -o-animation-property: height;
    -o-transition-duration: 1s;
  }
  h1 {
    max-width: 500px;
    font-size: 24px;
    animation-property: width;
    animation-property: height;
    transition-duration: 1s;
    /* webkit */
    -webkit-animation-property: width;
    -webkit-animation-property: height;
    -webkit-transition-duration: 1s;
    /* moz */
    -moz-animation-property: width;
    -moz-animation-property: height;
    -moz-transition-duration: 1s;
    /* opera */
    -o-animation-property: width;
    -o-animation-property: height;
    -o-transition-duration: 1s;
  }
  h2 {
    max-width: 500px;
    font-size: 18px;
    animation-property: width;
    animation-property: height;
    transition-duration: 1s;
    /* webkit */
    -webkit-animation-property: width;
    -webkit-animation-property: height;
    -webkit-transition-duration: 1s;
    /* moz */
    -moz-animation-property: width;
    -moz-animation-property: height;
    -moz-transition-duration: 1s;
    /* opera */
    -o-animation-property: width;
    -o-animation-property: height;
    -o-transition-duration: 1s;
  }
  .input_text {
    width: 500px;
  }
    .web {
        display: none;
    }

    .mobile {
        display: block;
    }

    .Bottom_Text {
        padding-top: 10px !important;
        padding-bottom: 30px !important;
        Padding-right: 30px;
        text-align: center !important;
    }

  .Base_links {
    text-align: center;
    vertical-align: middle;
    float: none;
    height: auto;
    width: 560px;
    font-size: 11px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0px;
    animation-property: width;
    animation-property: height;
    transition-duration: 1s;
    padding-bottom: 0px;
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 30px;
    /* webkit */
    -webkit-animation-property: width;
    -webkit-animation-property: height;
    -webkit-transition-duration: 1s;
    /* moz */
    -moz-animation-property: width;
    -moz-animation-property: height;
    -moz-transition-duration: 1s;
    /* opera */
    -o-animation-property: width;
    -o-animation-property: height;
    -o-transition-duration: 1s;
  }
  .form_descriptor {
    width: 500px;
  }
}
@media screen and (max-width: 580px) {
  .outer_container {
    min-height: 700px;
    width: 320px;
    margin-right: auto;
    margin-left: auto;
    animation-property: width;
    animation-property: height;
    transition-duration: 1s;
    /* webkit */
    -webkit-animation-property: width;
    -webkit-animation-property: height;
    -webkit-transition-duration: 1s;
    /* moz */
    -moz-animation-property: width;
    -moz-animation-property: height;
    -moz-transition-duration: 1s;
    /* opera */
    -o-animation-property: width;
    -o-animation-property: height;
    -o-transition-duration: 1s;
  }
  .Hero_Image,
  .Hero_Image_terms {
    float: none;
    clear: both;
    height: 320px;
    width: 320px;
    margin-right: auto;
    margin-left: auto;
    background-size: contain;
    animation-property: width;
    animation-property: height;
    transition-duration: 1s;
    /* webkit */
    -webkit-animation-property: width;
    -webkit-animation-property: height;
    -webkit-transition-duration: 1s;
    /* moz */
    -moz-animation-property: width;
    -moz-animation-property: height;
    -moz-transition-duration: 1s;
    /* opera */
    -o-animation-property: width;
    -o-animation-property: height;
    -o-transition-duration: 1s;
  }
  .Content_area,
  .Content_area_terms {
    padding: 20px;
    min-height: 560px;
    width: 280px;
    float: none;
    clear: both;
    margin-right: auto;
    margin-left: auto;
    animation-property: width;
    animation-property: height;
    transition-duration: 1s;
    /* webkit */
    -webkit-animation-property: width;
    -webkit-animation-property: height;
    -webkit-transition-duration: 1s;
    /* moz */
    -moz-animation-property: width;
    -moz-animation-property: height;
    -moz-transition-duration: 1s;
    /* opera */
    -o-animation-property: width;
    -o-animation-property: height;
    -o-transition-duration: 1s;
  }
  h1 {
    max-width: 300px;
    font-size: 20px;
  }
  h2 {
    max-width: 300px;
    font-size: 14px;
  }
  .input_text {
    width: 260px;
  }
    .Bottom_Text {
        padding-top: 10px !important;
        padding-bottom: 30px !important;
        Padding-right: 30px;
        margin-bottom: 40px;
        text-align: center !important;
    }
  .Base_links {
    text-align: center;
    vertical-align: middle;
    float: none;
    height: auto;
    width: 280px;
    font-size: 14px;
    margin-right: auto;
    margin-left: auto;   
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 30px;
    animation-property: width;
    animation-property: height;
    transition-duration: 1s;
    /* webkit */
    -webkit-animation-property: width;
    -webkit-animation-property: height;
    -webkit-transition-duration: 1s;
    /* moz */
    -moz-animation-property: width;
    -moz-animation-property: height;
    -moz-transition-duration: 1s;
    /* opera */
    -o-animation-property: width;
    -o-animation-property: height;
    -o-transition-duration: 1s;
  }
  .form_descriptor {
    width: 280px;
  }
}
.field-validation-error {
  color: #ef3d42;
}
.helpLink {
  background-image: url(../Images/SalvationArmy/questionmark_off.jpg);
  background-repeat: no-repeat;
  float: left;
  height: 18px;
  width: 18px;
  background-size: contain;
  cursor: pointer;
}
.closeHelpLink {
  background-image: url(../Images/SalvationArmy/questionmark_on.jpg);
  background-repeat: no-repeat;
  float: left;
  height: 18px;
  width: 18px;
  background-size: contain;
  cursor: pointer;
  display: none;
}
.fieldLabel {
  float: left;
  padding-right: 5px;
}
#CardActivationCodeHelp {
  background-image: url(../Images/SalvationArmy/Card_popup.jpg);
  background-repeat: no-repeat;
  height: 237px;
  width: 100%;
  background-size: contain;
  background-color: #FFFFFF;
  background-position: center;
  margin-right: auto;
  margin-left: auto;
  margin-top: 0px;
  display: none;
}
#SMSSecurityCodeHelp {
  display: none;
}
.faq {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
.faq li.question {
  font-weight: bold;
  padding-bottom: 5px;
}
.faq li.question:before {
  content: "Q.";
  padding-right: 5px;
}
.faq li.answer {
  padding-bottom: 10px;
}
.faq li.answer:before {
  content: "A.";
  padding-right: 5px;
}
.termsList {
  font-size: 12px;
  margin-left: 1.3em;
  margin-right: 1.3em;
  padding-left: 0;
}
.nltermsList {
	font-size: 12px;
	margin-left: 2.3em;
	margin-right: 1.3em;
	padding-left: 0;
}
.Content_Landing {
	max-width:800px;	
	margin:auto;
}
.salvo_logo {
	width:40%;
	max-width:400px;
	margin:auto;
	display:block;
}
.clear {
	height:50px;
}