@charset "UTF-8";

/* CSS Document */


/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/
/* STEP PANEL */
/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/




.cft_step_panel_list {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 100%;
	box-sizing: border-box;
}

.cft_step_panel_row {
	margin: 0px 0px 40px 0px;
	padding: 0px 0px 0px 0px;
	width: 100%;
}
 @media only screen and (min-width : 961px) {

.cft_step_panel_row {
	display: flex;
	align-items: stretch;
}
}

.cft_step_panel_list > div.cft_step_panel_row:last-of-type {
	margin: 0px 0px 0px 0px;
}

/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/
/* LEFT RIGHT CONTENT CONTAINERS */
/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/



.cft_stp_left {
	margin: 0px 0px 0px 0px;
	padding: 24px 35px 32px 35px;
	width: 300px;
	background-color: #ffcc00;
	box-sizing: border-box;
	border-radius: 14px 0px 0px 14px;
}

.cft_stp_right {
	margin: 0px 0px 0px 0px;
	padding: 24px 35px 32px 35px;
	width: calc(100% - 300px);
	background-color: #ffffff;
	box-sizing: border-box;
	border-radius: 0px 14px 14px 0px;
}

.cft_stp_left_content {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 100%;
}

.cft_stp_right_content {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 100%;
}
 @media only screen and (min-width : 601px) and (max-width :960px) {

.cft_stp_left {
	padding: 22px 30px 22px 30px;
	width: 100%;
	border-radius: 14px 14px 0px 0px;
}

.cft_stp_right {
	margin: 0px 0px 0px 0px;
	padding: 22px 30px 28px 30px;
	width: 100%;
	border-radius: 0px 0px 14px 14px;
}
}
 @media only screen and (min-width : 1px) and (max-width :600px) {

.cft_stp_left {
	padding: 18px 16px 16px 16px;
	width: 100%;
	border-radius: 14px 14px 0px 0px;
}

.cft_stp_right {
	padding: 18px 16px 25px 16px;
	width: 100%;
	border-radius: 0px 0px 14px 14px;
}
}

/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/
/* STEP NUMBER DISPLAY */
/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/



.cft_stp_number_box_wrapper {
	margin: 0px 6px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: right;
	box-sizing: border-box;
}

.cft_stp_number_box {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: right;
	border-radius: 12px;
}
 @media only screen and (min-width : 961px) {

.cft_stp_number_box {
	width: 70px;
	box-shadow: 1px 1px #000000, 2px 2px #000000, 3px 3px #000000, 4px 4px #000000, 5px 5px #000000, 6px 6px #000000;
}
}

.cft_stp_number_box_1 {
	margin: 0px 0px 0px 0px;
	padding: 6px 0px 7px 0px;
	width: 100%;
	border-radius: 10px 10px 0px 0px;
	font-family: "din500", Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 16px;
	color: #ffffff;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: -0.4px;
	background-color: #000000;
	box-sizing: border-box;
}

.cft_stp_number_box_2 {
	margin: 0px 0px 0px 0px;
	padding: 4px 0px 10px 0px;
	width: 100%;
	border: 2px solid #000000;
	border-radius: 0px 0px 10px 10px;
	font-family: "din300", Helvetica, Arial, sans-serif;
	font-size: 44px;
	line-height: 44px;
	color: #000000;
	text-align: center;
	background-color: #ffffff;
	text-transform: uppercase;
	box-sizing: border-box;
}
 @media only screen and (min-width : 601px) and (max-width :960px) {

.cft_stp_number_box_wrapper {
	margin: 0px 0px 0px 0px;
	box-sizing: border-box;
	width: 100%;
}

.cft_stp_number_box {
	border-radius: 12px;
	width: 110px;
	float: left;
}

.cft_stp_number_box_1 {
	padding: 5px 0px 7px 0px;
	border-radius: 8px 0px 0px 8px;
	border: 2px solid #000000;
	font-family: "din400", Helvetica, Arial, sans-serif;
	font-size: 18px;
	line-height: 18px;
	color: #ffffff;
	text-align: center;
	text-transform: uppercase;
	background-color: #000000;
	width: 70px;
	float: left;
}

.cft_stp_number_box_2 {
	padding: 5px 0px 7px 0px;
	border: 2px solid #000000;
	border-radius: 0px 8px 8px 0px;
	font-family: "din400", Helvetica, Arial, sans-serif;
	font-size: 18px;
	line-height: 18px;
	color: #000000;
	text-align: center;
	text-transform: uppercase;
	background-color: #ffffff;
	width: 40px;
	float: left;
}
}
 @media only screen and (min-width : 1px) and (max-width :600px) {

.cft_stp_number_box_wrapper {
	margin: 0px 0px 0px 0px;
	box-sizing: border-box;
	width: 100%;
}

.cft_stp_number_box {
	border-radius: 0px;
	width: 100px;
	float: left;
}

.cft_stp_number_box_1 {
	padding: 3px 0px 4px 0px;
	border-radius: 6px 0px 0px 6px;
	border: 2px solid #000000;
	font-family: "din400", Helvetica, Arial, sans-serif;
	font-size: 17px;
	line-height: 17px;
	color: #ffffff;
	text-align: center;
	text-transform: uppercase;
	background-color: #000000;
	width: 60px;
	float: left;
}

.cft_stp_number_box_2 {
	padding: 3px 0px 4px 0px;
	border: 2px solid #000000;
	border-radius: 0px 6px 6px 0px;
	font-family: "din400", Helvetica, Arial, sans-serif;
	font-size: 17px;
	line-height: 17px;
	color: #000000;
	text-align: center;
	text-transform: uppercase;
	background-color: #ffffff;
	width: 35px;
	float: left;
}
}

.cft_stp_name {
	margin: 20px 0px 0px 0px;
	width: 100%;
	font-family: "din400", Helvetica, Arial, sans-serif;
	font-size: 22px;
	line-height: 22px;
	color: #000000;
	text-align: right;
	text-transform: uppercase;
	letter-spacing: -0.6px;
}
 @media only screen and (min-width : 601px) and (max-width :960px) {

.cft_stp_name {
	margin: 10px 0px 0px 0px;
	font-size: 20px;
	line-height: 20px;
	text-align: left;
	letter-spacing: -0.6px;
}
}
 @media only screen and (min-width : 1px) and (max-width :600px) {

.cft_stp_name {
	margin: 8px 0px 0px 0px;
	font-size: 18px;
	line-height: 18px;
	text-align: left;
	letter-spacing: -0.5px;
}
}

/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/
/* TEXT STYLES */
/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/



.cft_stp_txt_h1 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 20px 0px;
	font-family: "din400", Helvetica, Arial, sans-serif;
	font-size: 22px;
	line-height: 26px;
	text-decoration: none;
	text-align: left;
	letter-spacing: -1px;
	color: #000000;
}
 @media only screen and (min-width : 601px) and (max-width :960px) {

.cft_stp_txt_h1 {
	padding: 0px 0px 20px 0px;
	font-size: 22px;
	line-height: 26px;
	letter-spacing: -0.5px;
}
}
 @media only screen and (min-width : 1px) and (max-width :600px) {

.cft_stp_txt_h1 {
	padding: 0px 0px 18px 0px;
	font-size: 20px;
	line-height: 24px;
	letter-spacing: -0.25px;
}
}

.cft_stp_txt_h1:first-child {
	padding-top: 0px;
}

.cft_stp_txt_p1 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 18px 0px;
	font-family: "din400", Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 22px;
	text-decoration: none;
	text-align: left;
	letter-spacing: -0.25px;
	color: #000000;
}

.cft_stp_txt_p1_intro {
	font-family: "din700", Helvetica, Arial, sans-serif;
}

.cft_stp_txt_p1 a:link {
	text-decoration: underline;
	color: #000000;
}

.cft_stp_txt_p1 a:visited {
	text-decoration: underline;
	color: #000000;
}

.cft_stp_txt_p1 a:hover {
	text-decoration: underline;
	color: #cc0000;
}

.cft_stp_txt_p1 a:active {
	text-decoration: underline;
	color: #000000;
}
 @media only screen and (min-width : 1px) and (max-width :600px) {

.cft_stp_txt_p1 {
	padding: 0px 0px 18px 0px;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: -0.25px;
}
}

.cft_stp_txt_p2 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 18px 0px;
	font-family: "din500i", Helvetica, Arial, sans-serif;
	font-size: 15px;
	line-height: 20px;
	text-decoration: none;
	text-align: left;
	letter-spacing: 0px;
	color: #cc0000;
}

.cft_stp_txt_p2 span {
	font-family: "din700i", Helvetica, Arial, sans-serif;
}

.cft_stp_txt_p2_lines {
	margin: 30px 0px 0px 0px;
	padding: 8px 0px 10px 0px;
	border-top: 1px dotted #cc0000;
	border-bottom: 1px dotted #cc0000;
}

.cft_stp_txt_p2 a:link {
	text-decoration: underline;
	color: #cc0000;
}

.cft_stp_txt_p2 a:visited {
	text-decoration: underline;
	color: #cc0000;
}

.cft_stp_txt_p2 a:hover {
	text-decoration: underline;
	color: #cc0000;
}

.cft_stp_txt_p2 a:active {
	text-decoration: underline;
	color: #cc0000;
}
 @media only screen and (min-width : 1px) and (max-width :600px) {

.cft_stp_txt_p2 {
	padding: 0px 0px 14px 0px;
	font-size: 14px;
	line-height: 19px;
	letter-spacing: 0px;
}

.cft_stp_txt_p2_lines {
	margin: 25px 0px 0px 0px;
	padding: 8px 0px 10px 0px;
}
}

.cft_stp_txt_list_p1 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 18px 0px;
	font-family: "din400", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-size: 16px;
	line-height: 22px;
	text-align: left;
	letter-spacing: -0.25px;
}

.cft_stp_txt_list_p1 span {
	font-family: "din700", Helvetica, Arial, sans-serif;
}

.cft_stp_txt_list_p1 ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.cft_stp_txt_list_p1 li {
	padding: 0px 0px 12px 20px;
	background-image: url('/salamcharity/outreach-img/bullet_ffcc00_60.png');
	background-repeat: no-repeat;
	background-size: 12px 12px;
	background-position: 0px 6px;
	color: #000000;
}
 @media only screen and (min-width : 1px) and (max-width :600px) {

.cft_stp_txt_list_p1 {
	padding: 0px 0px 20px 0px;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: -0.25px;
}

.cft_stp_txt_list_p1 li {
	padding: 0px 0px 10px 20px;
	background-size: 12px 12px;
	background-position: 0px 6px;
}
}

.cft_stp_txt_list_p1 li:last-child {
	padding-bottom: 0px;
}

.cft_stp_txt_list_p1:last-of-type {
	padding-bottom: 0px;
}

/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/
/* PHOTOS */
/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/



.cft_photo_panel {
	margin: 40px 0px 0px 0px;
	padding: 21px 25px 25px 25px;
	width: 100%;
	min-height: 200px;
	background-color: #ffffff;
	border-radius: 12px;
	box-sizing: border-box;
	border: 2px dashed #ffcc00;
}

.cft_photo_txt_h1 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: "din400i", Helvetica, Arial, sans-serif;
	font-size: 15px;
	line-height: 20px;
	text-decoration: none;
	text-align: left;
	letter-spacing: 0px;
	color: #000000;
	width: 100%;
	letter-spacing: -0.2px;
}

.cft_photo_row {
	margin: 23px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 100%;
}

.cft_photo_left {
	margin: 0px 10px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: calc(50% - 10px);
	float: left;
}

.cft_photo_right {
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 0px;
	width: calc(50% - 10px);
	float: left;
}
 @media only screen and (min-width : 1px) and (max-width :600px) {

.cft_photo_panel {
	padding: 16px 18px 18px 18px;
}

.cft_photo_txt_h1 {
	padding: 0px 0px 0px 0px;
}

.cft_photo_row {
	margin: 17px 0px 0px 0px;
}

.cft_photo_left {
	margin: 0px 0px 0px 0px;
	width: 100%;
}

.cft_photo_right {
	margin: 10px 0px 0px 0px;
	width: 100%;
}
}

.cft_photo_wrapper {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 100%;
	font-size: 0;
	z-index: 100;
	box-sizing: border-box;
}

.cft_photo_outer {
	width: 100%;
	font-size: 0;
	text-align: center;
}

.cft_photo {
	max-width: 100%;
	height: auto;
	width: auto;
	max-height: 500px;
	font-size: 0;
}

.cft_photo_add_border {
	border: 1px solid rgba(0,0,0,.25);
	font-size: 0;
}
