/*************************** Fonts ***********************/
@font-face {
    font-family: 'noticia_textregular';
    src: url('fonts/noticiatext-regular-webfont.eot');
    src: url('fonts/noticiatext-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/noticiatext-regular-webfont.woff2') format('woff2'),
         url('fonts/noticiatext-regular-webfont.woff') format('woff'),
         url('fonts/noticiatext-regular-webfont.ttf') format('truetype'),
         url('fonts/noticiatext-regular-webfont.svg#noticia_textregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'noticia_textitalic';
    src: url('fonts/noticiatext-italic-webfont.eot');
    src: url('fonts/noticiatext-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/noticiatext-italic-webfont.woff2') format('woff2'),
         url('fonts/noticiatext-italic-webfont.woff') format('woff'),
         url('fonts/noticiatext-italic-webfont.ttf') format('truetype'),
         url('fonts/noticiatext-italic-webfont.svg#noticia_textitalic') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'noticia_textbold_italic';
    src: url('fonts/noticiatext-bolditalic-webfont.eot');
    src: url('fonts/noticiatext-bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/noticiatext-bolditalic-webfont.woff2') format('woff2'),
         url('fonts/noticiatext-bolditalic-webfont.woff') format('woff'),
         url('fonts/noticiatext-bolditalic-webfont.ttf') format('truetype'),
         url('fonts/noticiatext-bolditalic-webfont.svg#noticia_textbold_italic') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'noticia_textbold';
    src: url('fonts/noticiatext-bold-webfont.eot');
    src: url('fonts/noticiatext-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/noticiatext-bold-webfont.woff2') format('woff2'),
         url('fonts/noticiatext-bold-webfont.woff') format('woff'),
         url('fonts/noticiatext-bold-webfont.ttf') format('truetype'),
         url('fonts/noticiatext-bold-webfont.svg#noticia_textbold') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'open_sansregular';
    src: url('fonts/OpenSans-Regular-webfont.eot');
    src: url('fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-Regular-webfont.woff') format('woff'),
         url('fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
/*************************** /Fonts ***********************/
.NoticiaRegular{font-family:/*'noticia_textregular';*/'Noticia Text';}
.NoticiaItalic{font-family:'noticia_textitalic';}
.NoticiaBldItalic{font-family:'noticia_textbold_italic';}
.NoticiaBold{font-family:'noticia_textbold';}
.OpenSansRegular{font-family:'open_sansregular';}
.fs13{font-size:13px;}
.fs14{font-size:14px;}
.fs15{font-size:15px;}
.fs16{font-size:16px;}
.fs18{font-size:18px;}
.fs20{font-size:20px;}
.fs22{font-size:22px;}
.fs24{font-size:24px;}
.h32px{height:32px;}
.h100{height:100%;}
.mh40{min-height:40px;}
.mh55{min-height:55px;}
.w90{width:90%;}
.w95{width:95%;}
.w100{width:100% !important;}
.contr_BgW{background-color:#ffffff;}
.contr_FC_G{color:#231f20;}
.contr_FC_G2{color:#333;}
.contr_FC_Or{color:#f79421;}
.contr_FC_Pk{color:#e3ddd4;}
.contr_FC_DB{color:#069 !important;}
.textB{font-weight:bold;}
.contr_Underline{border-bottom:1px dashed #f79421;}
.br5{border-radius:5px !important;}
.textC{text-align:center;}
.textL{text-align:left;}
.textR{text-align:right;}
.textU{text-transform:uppercase;}
.textDNU{text-decoration:none !important;}
.floatL{float:left;}
.floatR{float:right;}
.dispIB{display:inline-block;}
.floatR{float:right;}
.marA{margin:0 auto;}
.pad5{padding:5%;}
.pad10{padding:10px !important;}
.padL10{padding-left:10px !important;}
.padB6{padding-bottom:6px;}
.padTB{padding:5% 0px;}
.padT10{padding-top:10px;}
.marT10{margin-top:10px;}
.marT15{margin-top:15px;}
.marT20{margin-top:20px;}
.marB15{margin-bottom:15px;}
.marB10{margin-bottom:10px;}
.marR15{margin-right:15px;}
.marL5{margin-left:5px;}
.marL15{margin-left:15px;}
.marL20{margin-left:20px;}
.marL25{margin-left:25px;}
.clear{clear:both;}
.empty{height:10px;}
/*================================================================*/
.contr_pageBg{
background: rgba(255,255,255,1);
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(227,226,215,1) 10%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(10%, rgba(227,226,215,1)));
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(227,226,215,1) 10%);
background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(227,226,215,1) 10%);
background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(227,226,215,1) 10%);
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(227,226,215,1) 10%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e3e2d7', GradientType=0 );
}
.page_heading::after {
	content: "";
	width: 425px;
	height: 19px;
	background: #F79421 none repeat scroll 0% 0%;
	position: absolute;
	top: -6px;
	left: 50%;
	margin-left: -212px;
}
.page_heading {
	border-bottom: 3px solid #993333;
	border-top: 10px solid #993333;
	padding: 54px 0px 45px;
	position: relative;
	color:#231f20;
	font-weight:bold;
	font-family: "Noticia Text";
	text-transform:uppercase;
	font-size:24px;
	letter-spacing:1px;
	margin-bottom:10px;
	text-align:center;
}
/*================================================================*/
.contr_Scheme{
float:left;
margin-right:10px;
width:260px;
border:1px solid #000000;
}

.contr_SchemeRM,.contr_SchemeRM a,.contr_SchemeRM a:hover,.contr_SchemeRM a:active{
background-color:#993333;
color:#ffffff;
height:20px;
text-align:center;
text-decoration:none;
}

.donateButton{
border-radius: 6px 6px 6px 6px;
-moz-border-radius: 6px 6px 6px 6px;
-webkit-border-radius: 6px 6px 6px 6px;
border: 2px solid #993333;
background-color:#e3ddd4;
text-align:center;
color:#6d6e71;
font-weight:bold;
line-height:30px;
width:155px !important;
font-family: 'noticia_textbold';
height:44px;
margin-top:-65px;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.donateButton2{
border-radius: 10px 10px 10px 10px;
-moz-border-radius: 10px 10px 10px 10px;
-webkit-border-radius: 10px 10px 10px 10px;
border: 2px solid #993333;
background-color:#e3ddd4;
text-align:center;
color:#6d6e71;
font-weight:bold;
line-height:30px;
width:155px !important;
height:44px;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.donateButton3{
border:0px !important;
background-color:#0d0d0d;
text-transform:uppercase;
text-align:center;
color:#a78b5b;
font-weight:normal;
line-height:10px;
width:135px !important;
height:40px;
font-size:16px;
/*font-family:'open_sansregular', sans-serif;*/
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
border-radius:4px;
padding:7px 12px
}

.donateButton3:hover{
color:#0d0d0d ;
background-color: #a78b5b;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
.editable button{
border:0px !important;
background-color:#993333;
text-transform:uppercase;
text-align:center;
color:#ffffff;
font-weight:normal;
line-height:10px;
width:105px !important;
height:30px;
font-size:14px;
margin-right:10px;
font-family:'open_sansregular', sans-serif;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.donateButton:hover,.donateButton2:hover{
color: #fff;
background: #993333;
border-color: #993333;
}

.donateButton:focus,.donateButton2:focus{
border-radius: 10px 10px 10px 10px;
-moz-border-radius: 10px 10px 10px 10px;
-webkit-border-radius: 10px 10px 10px 10px;
}
.donateButton4{
border:3px solid #ffffff;
outline: solid 3px #993333;
background-color:#993333;
text-align:center;
color:#ffffff;
font-weight:normal;
line-height:10px;
width:135px !important;
height:35px;
font-size:16px;
font-family:'Noticia Text';
font-style:italic;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.donateButton5{
border:0px !important;
background-color:#993333;
text-transform:uppercase;
text-align:center;
color:#ffffff;
font-weight:normal;
line-height:10px;
width:105px !important;
height:35px;
font-size:16px;
font-family:'open_sansregular', sans-serif;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.contr_CartP{
color:#993333;
border-bottom:2px solid #993333;
font-weight:bold;
float:right;
border:0px !important;
background:transparent !important;
padding:0px 0px;
}

.contr_CartTDivide{
display:inline-block;
text-align:center;
}

.contr_CartAmt{
float:right;
font-size:14px;
}

.contr_CartSearch{
width:100%;
height:100%;
min-height:90px;
border-radius:6px;
background-color:#6d6e71;
margin:0 auto;
text-align:center;
padding: 10px 0 10px 0;
}

.contr_CartDiv{
/*border-radius:6px;
border:1px solid #6d6e71;
padding:10px 3px;*/
}
.contr_CartButton_1{
background-color:#e3ddd4;
color:#6d6e71;
text-transform:uppercase;
height:100%;
line-height:32px;
border:0px;
width:15%;
text-align:Center;
float:left;
margin-left:7px;
}

.contr_CartButton_2{
width:55%;
float:left;
border:0px !important;
height:32px !important;
min-height: 32px !important;
max-height: 32px !important;
padding: 0px 0px 0 5px !important;
}

.contr_CartButton_3{
background-color:#f79421;
color:#ffffff;
text-transform:uppercase;
width:20%;
height:100%;
border:0px;
float:left;
border-radius:0px !important;
}

.contr_COCartButton_1{
background-color:#ccc;
color:#6d6e71;
text-transform:uppercase;
height:100%;
line-height:32px;
border:1px solid #ccc;
border-radius:5px 0px 0px 5px;
width:42px;
text-align:Center;
float:left;
margin-left:7px;
}

.contr_COCartButton_2{
width:52px;
float:left;
border:1px solid #ccc !important;
border-radius:0px 5px 5px 0px !important;
height:32px !important;
min-height: 32px !important;
max-height: 32px !important;
padding: 0px 0px 0 5px !important;
}

.contr_CartSearchOptions{
width:100%;
border-radius:6px;
background-color:#cec9c2;
margin:0 auto;
margin-top:15px;
/*text-align:center;*/
}
.contr_CartSearchOptions_Links{
padding-left:10px;
font-size:18px;
color:#231f20;
text-transform:uppercase;
font-family:'open_sansregular',Georgia, serif;
height:41px;
line-height:41px;
}
.contr_CartSearchOptions_Links a,.contr_CartSearchOptions_Links a:hover,.contr_CartSearchOptions_Links a:active,.contr_CartSearchOptions_Links a:focus{
color:#231f20;
text-decoration:none;
padding-left:0px;
}
.contr_CartSearchOptions_Links_Divide{
height:2px;
width:100%;
background-color:#e3e2d7;
}
input.contr_ChkBox{
width:15px !important;
height:15px !important;
}
/*========================================================*/
.contr_Amt label{display:inline-block;}
.selSchemes_Scheme{
width: 100% !important;
margin-top:0px !important;
border-bottom:0px !important;
min-height:auto !important;
margin-bottom:15px !important;
}
.selScheme_schemeID{margin-left:0px !important;font-size:1.2em !important;}
.selSchemes_SchemeImg{border-top:0px !important;min-height:auto !important;}
.selSchemes_SAmount{margin-left:0px !important;font-size:1.2em !important;}
/*========================================================*/
.contr_Blue_Divide {
background: #069;
width: 3px;
height: 16px;
margin: 7px 5px 0 5px;
}
.contr_BasketBox{
margin-bottom: 26px;
border: 1px solid #dedede;
border-radius: 4px;
background-color: #ffffff;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
padding:6px;
}
.contr_BasketBox h2{
margin: 0;
padding: 14px;
border-bottom: 1px solid #dedede;
font-family: "open_sansregular", Helvetica, Arial, sans-serif;
font-size: 20px;
line-height: 1;
margin-bottom:10px;
}
.contr_BSK_Divide{
width:100%;
border-top:1px dotted gray;
margin-top:20px;
}
.contr_bk_donateBut{width:50%;}
.contr_TableTitle{
background-color:#993333;
color:#ffffff;
font-size:20px;
font-family:/*'noticia_textregular';*/'Noticia Text';
font-weight:normal;
}
.contr_TableHeading{
/*color:#993333;
font-size:15px;
font-family:"NoticiaRegular";
font-weight:normal;*/
background-color:#0d0d0d;
color:#a78b5b;
font-size:16px;
font-family:/*'noticia_textregular';*/'Noticia Text';
font-weight:normal;
text-transform:uppercase;
}
.contr_Table{}
.contr_Table2{
font-size:13px;
}
.contr_Table2 td{padding:5px 5px !important;}
.contr_Table tbody tr:nth-of-type(even),.contr_Table2 tbody tr:nth-of-type(even) { background: #fff !important; }
.contr_Table tbody tr:nth-of-type(odd),.contr_Table2 tbody tr:nth-of-type(odd) { background: #f5f5f5 !important; }
.contr_borderStyleTH{border-right:0.5px dotted #766445;}
.contr_borderStyle{border-right:0.5px dotted #766445; border-bottom:0.5px dotted #766445;border-left:0.5px dotted #766445;}
.registerTB{
font-family: "open_sansregular", Helvetica, Arial, sans-serif;
font-size: 15px;
width:120px;
display:inline-block;
color:#231f20;
}
.anchorLink{
font-size:16px;
font-weight:bold;
/*font-family:'noticia_textregular';'Noticia Text';*/
color:#a78b5b !important;
text-decoration:none;
}
.anchorLink:hover{
text-decoration:none;
}
.contr_BorBotPurple{border-bottom:8px solid #993333;}
#createCampMainDiv{padding:15px 15px;}

.contr_CC_label{
font-size:18px;
font-weight:bold;
font-family:/*'noticia_textregular';*/'Noticia Text';
text-transform:uppercase;
color:#231f20;
}
.contr_CC_field{
padding: 5px;
border: 2px solid #e3ddd4;
}
.contr_CC_field input,.contr_CC_field select{
border:0px !important;
width:97%;
margin-bottom:0px !important;
}
.contr_CC_field select,.contr_CC_field select:focus{
width:97%;
padding: 5px;
background: url(../images/contr_selectArrowDown.png) no-repeat right center transparent;
-webkit-appearance: none;
background-position-x: 100%;
}
.contr_CC_field textarea{
width: 97%;
border: 0px;
min-height: 150px;
}
.contr_CC_Button1{
width:95% !important;
padding:0px 20px;
background:#ffffff;
font-weight:bold;
text-transform:uppercase;
font-family:'open_sansregular';
font-size:15px;
border: 2px solid #e3ddd4;
height: 100%;
min-height: 85px;
}
.contr_CC_Button2{
background:#993333;
color:#ffffff;
width:170px !important;
height:50px;
float: right;
padding: 10px;
margin-right: -15px;
font-weight:normal;
text-transform:uppercase;
font-family:/*'noticia_textregular';*/'Noticia Text';
font-size:18px;
border:0px !important;
}
.contr_CC_ImgBlank{
margin-top:10px;
width:100%;
min-height:150px;
background: url(../images/contr_CC_ImgBlank.jpg) no-repeat center center #e3ddd4;
}
#rdbList input,#rdbList label{float:left;font-family:'open_sansregular';}
#rdbList img{clear:both;display:block;}

#contr_VCPImg{
border:5px solid #ffffff;
margin-left:35px;
margin-top:-100px;
height:163px;
width:163px;
}
#contr_VCPImg2{
border:5px solid #ffffff;
height:100px;
width:100px;
}
.contr_VC_topD1_1{
font-family:'noticia_textbold';font-size:32px;margin-bottom:10px;
}
.contr_VC_topD1_2{
    font-family: 'noticia_textbold';
	margin-bottom:10px;
}
.contr_VC_topD1_3{
    font-family: 'noticia_textbold'
}
.contr_vc_right_1{
border-top:6px solid #993333;border-bottom:1px solid #6d6e71;
}
.contr_vc_right_donor_1{
border-left: 10px solid #993333 !important;
}
.contr_vc_target_1{
color:#231f20;font-family: 'noticia_textbold';
}
#contr_VCDetailsDiv2{display:none !important;}
#contr_VCDetailsDiv{float:right;} 
.progressPercent div {
 float: left;
 width: 20%;
 color: #5f6161;
 font-size: 10px;
}
.editable_textarea ol{padding-left:10px !important;}
.editable_textarea iframe{width:100% !important;}
.ui-widget-content {
    background: #5f6161 repeat-x;
    color: #222222/*{fcContent}*/;
    height: 30px !important;
}
.ui-widget-header{background: #a78b5b repeat-x !important;height: 30px !important;}
.progress-label{
position: absolute;
    left: 45% !important;
    top: 4px !important;
    font-weight: bold !important;
    text-shadow: 1px 1px 0 #000 !important;
    color: #ffffff !important;
}
.ui-widget-content{
height:auto !important;
min-height:30px;
background: rgba(245,245,245,1) !important;
background: -moz-linear-gradient(top, rgba(245,245,245,1) 0%, rgba(209,208,198,1) 100%) !important;
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(245,245,245,1)), color-stop(100%, rgba(209,208,198,1))) !important;
background: -webkit-linear-gradient(top, rgba(245,245,245,1) 0%, rgba(209,208,198,1) 100%) !important;
background: -o-linear-gradient(top, rgba(245,245,245,1) 0%, rgba(209,208,198,1) 100%) !important;
background: -ms-linear-gradient(top, rgba(245,245,245,1) 0%, rgba(209,208,198,1) 100%) !important;
background: linear-gradient(to bottom, rgba(245,245,245,1) 0%, rgba(209,208,198,1) 100%) !important;
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#d1d0c6', GradientType=0 ) !important;
}
.ui-widget button{
margin-top: 2px !important;
}
.fundrp_editPencil{
line-height:24px;
width:50px;height:25px;
/*font-size:14px;
font-weight:bold;
color:#c7d475;text-decoration:none;
*/
background:url(../images/pencilUp.png) no-repeat right center;
}

.fundrp_editPencil a,.fundrp_editPencil a:hover{
color:#c7d475;text-decoration:none;font-weight:bold;
}
#campName {
    font-family: 'noticia_textbold';
    font-size: 32px;
    margin-bottom: 10px;
}
.su-heading.orangeBottom h3 {
    font-size: 24px !important;
    color: #231f20 !important;
}
.su-heading {
    position: relative;
}
.su-heading-style-line-orange .su-heading-inner::before, .su-heading-style-line-orange .su-heading-inner::after{border-bottom: 3px solid #ff8157; margin-top: -1px; top: 75%; margin-right: 10px;}
.su-heading-style-line-dark .su-heading-inner, .su-heading-style-line-light .su-heading-inner, .su-heading-style-line-blue .su-heading-inner, .su-heading-style-line-orange .su-heading-inner, .su-heading-style-line-violet .su-heading-inner, .su-heading-style-dotted-line-dark .su-heading-inner, .su-heading-style-dotted-line-light .su-heading-inner, .su-heading-style-dotted-line-blue .su-heading-inner, .su-heading-style-dotted-line-orange .su-heading-inner, .su-heading-style-dotted-line-violet .su-heading-inner {
    position: relative;
    display: inline-block;
    line-height: normal;
    padding: 10px 10px;
}
.su-heading-style-line-orange .su-heading-inner::before, .su-heading-style-line-orange .su-heading-inner::after {
    border-bottom: 3px solid #ff8157;
    margin-top: -5px;
    top: 75%;
    margin-right: 10px;
}
.su-heading-style-line-dark .su-heading-inner:after, .su-heading-style-line-light .su-heading-inner:after, .su-heading-style-line-blue .su-heading-inner:after, .su-heading-style-line-orange .su-heading-inner:after, .su-heading-style-line-violet .su-heading-inner:after, .su-heading-style-dotted-line-dark .su-heading-inner:after, .su-heading-style-dotted-line-light .su-heading-inner:after, .su-heading-style-dotted-line-blue .su-heading-inner:after, .su-heading-style-dotted-line-orange .su-heading-inner:after, .su-heading-style-dotted-line-violet .su-heading-inner:after {
    content: '';
    position: absolute;
    left: 100%;
    top: 50%;
    height: 0px;
    width: 1000px;
}
.su-heading-style-line-dark, .su-heading-style-line-light, .su-heading-style-line-blue, .su-heading-style-line-orange, .su-heading-style-line-violet, .su-heading-style-dotted-line-dark, .su-heading-style-dotted-line-light, .su-heading-style-dotted-line-blue, .su-heading-style-dotted-line-orange, .su-heading-style-dotted-line-violet {
    overflow: hidden;
}/*
.srlc_title2.orangeBottom h3 {
    font-size: 24px !important;
    color: #231f20 !important;
}
.srlc_title2-inner::before, .srlc_title2-inner::after{border-bottom: 3px solid #ff8157; margin-top: -1px; top: 75%; margin-right: 10px;}
.srlc_title2-inner, .srlc_title2-inner, .srlc_title2-inner {
    position: relative;
    display: inline-block;
    line-height: normal;
    padding: 10px 0px;
    font-family: 'Noticia Text';
    font-weight: bold !important;
}
.srlc_title2-inner:after,.srlc_title2-inner:after, .srlc_title2-inner:after{
    content: '';
    position: absolute;
    left: 100%;
    top: 50%;
    height: 0px;
    width: 1000px;
}*/
.srlc_contrQty{
-webkit-box-shadow: inset 0px 0px 17px -8px rgba(87,104,212,1) !important;
-moz-box-shadow: inset 0px 0px 17px -8px rgba(87,104,212,1) !important;
box-shadow: inset 0px 0px 17px -8px rgba(87,104,212,1) !important;
}
#srlc_urlDivMobile{display:none !important;}
#contr_VC_topD1,#contr_VC_topD2{
padding-left:0px;
min-width:250px;
}
#contr_VC_shareCDiv{text-align:right;margin-right:15px;margin-bottom:10px;}
.contr_VC_pageurl1,.contr_VC_pageurl2{float:right;margin-left:5px;}
#contr_VC_pageurl{float:right;}
.st-acc-wrapper {max-width:100%;}
.contr_mycampgigns_divider{background: #9999cc;}
.contr_RightDiv {min-width:76% !important;}

@media screen and (max-width: 1024px){
  .contr_BSK_schemeB1{display: none;}
  .contr_BSK_Box3a{margin-right:0px !important;}
  .contr_BSK_Divide{width:97%;}
}
@media screen and (max-width:999px){
  .contr_LeftDiv,.contr_RightDiv {width:100% !important;}
}
@media screen and (max-width: 764px){
  .st-accordion ul li > a {font-size:18px !important;}
  .contr_dispNone{display:none !important;} 
  #contr_VCDetailsDiv{float:left;} 
  /*#contr_VCDetailsDiv{display:none !important;}  
  #contr_VCDetailsDiv2{display:block !important;float:left;}*/
  #contr_VC_topD1,#contr_VC_topD2{width:100% !important;}
  #contr_VC_pageurl{float:left;}
  #srlc_urlDivMain{display:none !important;}
  #srlc_urlDivMobile{display:block !important;}
  #contr_VC_shareCDiv{text-align:left;margin-bottom:5px;font-size:17px !important;margin-top:5px;}
  .contr_VC_pageurl1,.contr_VC_pageurl2{margin-left:5px;}
  #createCampMainDiv{width: 100% !important;/*padding:5px 0px !important;*/}
  .contr_BSK_Box1{padding-left:15px !important;width: 45% !important;}
  .contr_BSK_Box2{padding-left:15px !important;width: 55% !important;}
  .contr_BSK_Box3{width: 100% !important;}
  .selScheme_schemeName{font-size:15px;}
  .selSchemes_Scheme{
	width: 100% !important;
	margin-top:0px !important;
	border-bottom:0px !important;
	min-height:auto !important;
	margin-bottom:15px !important;
   }
   .selScheme_schemeID{margin-left:0px !important;font-size:1.2em !important;}
   .selSchemes_SchemeImg{border-top:0px !important;min-height:auto !important;margin-left:0px !important;}
   .selSchemes_SAmount{margin-left:0px !important;font-size:1.1em !important;}
   .br5{border-radius:5px !important;}
   .contr_CC_label{font-size:15px;}
   .ui-widget-content{
		width:85% !important;
		min-height:30px;
	}
	.contr_CC_ImgBlank{
		min-height:100px;
	}
}
.contr_vc_copyButton{
float:right;
border:none !important;
background:none !important;
font-size: 16px;
font-weight: bold;
font-family:'Noticia Text';
color: #993333 !important;
text-decoration: none;
}
.error-container
{
    color:Red;
}

.pageTitle {
    color: #766445;
    font-weight: 800;
}

/*
@media all and (min-width: 200px) and (max-width: 930px){
  .contr_CartTDivide{display: none;}
  .contr_CartP{float:left;}
  .contr_CartAmt{float:left;}
}*/

.contr_COCartButton_1a{
background-color:#ccc;
color:#6d6e71;
text-transform:normal;
height:100%;
line-height:32px;
border:1px solid #ccc;
border-radius:5px 0px 0px 5px;
width:54px;
text-align:Center;
float:left;
margin-left:7px;
}

.contr_COCartButton_2{
width:72px;
float:left;
border:1px solid #ccc !important;
border-radius:0px 5px 5px 0px !important;
height:32px !important;
min-height: 32px !important;
max-height: 32px !important;
padding: 0px 0px 0 5px !important;
}
.contr2_giftAid2_title{font-size:22px;font-weight:Bold;margin-bottom:10px;}
.contr2_giftAid2_title2{font-size:18px;font-weight:Bold;}
.contr2_giftAid2_box{
	width:100%;
	min-height:90px;
	padding:10px;
	border:1px solid #000000;
}