/* CakeMyFace CSS */
/* BY James Reed 21/11/2012 */


/* =============================================================================
   HTML5 element display
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio[controls], canvas, video { display: inline-block; *display: inline; *zoom: 1; }


/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 *    http://clagnut.com/blog/348/#c790
 * 2. Force vertical scrollbar in non-IE
 * 3. Remove Android and iOS tap highlight color to prevent entire container being highlighted
 *    www.yuiblog.com/blog/2010/10/01/quick-tip-customizing-the-mobile-safari-tap-highlight-color/
 * 4. Prevent iOS text size adjust on device orientation change, without disabling user zoom
 *    www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/
 */

html { font-size: 100%; overflow-y: scroll; -webkit-overflow-scrolling: touch; -webkit-tap-highlight-color: rgba(0,0,0,0); -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

html, body { }

body { margin: 0; font-size: 14px; line-height: 1; background:url(../../../images/template/dottedbg.jpg) center top repeat; color:#000;}

body, button, input, select, textarea {  font-family:Arial, Helvetica, sans-serif; color: #333; font-size:12px; line-height: 16px; }

/*
 * These selection declarations have to be separate
 * No text-shadow: twitter.com/miketaylr/status/12228805301
 * Also: hot pink!
 */

::-moz-selection { background: #000; color: #fff; text-shadow: none; }
::selection { background: #000; color: #fff; text-shadow: none; }


/* =============================================================================
   Links
   ========================================================================== */

a {text-decoration:underline;color:#000; outline:none; }

a:visited { color: #444; outline:none; }
a:focus { outline: none; }

/* Improve readability when focused and hovered in all browsers: people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active { outline: 0; }


/* =============================================================================
   Typography
   ========================================================================== */
h1,h2,h3 { font-weight:100;}

h1 { font-size:40px; line-height:45px; margin-top:0; margin-bottom:10px; }
h2 { font-size:30px; line-height:19px; font-weight:bold;  }

#main_content h1 { color: #644651; background:url(../../../images/template/stitching-bg.png) left bottom repeat-x; padding-bottom:15px;
display:inline-block; padding-right:10px;
}
#main_content h2 { color: #644651; background:url(../../../images/template/stitching-bg.png) left bottom repeat-x; padding-bottom:15px;
display:inline-block; padding-right:10px; margin-bottom:5px; }

#main_content h3 { margin-bottom:5px; }

#main_content p { color:#8B6F5E; line-height:30px; padding-right:30px; margin-top:5px; }
#main_content.homepage p { padding-right:0; }

header .bbc3advert p { font-size:38px; margin-bottom:0; margin-top:12px; }
header .bbc3advert p.image_wrap { margin-top:2px; }

#main_content .small_text { font-size:11px; line-height:14px; }

h3 { font-size:14px; line-height:19px; font-family: Arial, Helvetica, sans-serif; font-weight:bold; }

h4 { font-size:12px; line-height:14px; }

p { font-size:14px; line-height:19px; }

p.freehand, span.freehand { font-size:40px; }
p.freehand, span.freehand { margin-bottom:10px; }

p.image_wrap { margin:0; padding-bottom: 0px; line-height:15px; }

#main_content p.spacer { line-height:5px; }

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

strong { }

blockquote { margin: 0px; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px dashed #EB018C; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: en.wikipedia.org/wiki/User:Davidgothberg/Test59 */
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: gist.github.com/413930 */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin: 1em 0; padding: 0 0 0 12px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; margin: 0; padding: 0; }


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * Improve image quality when scaled in IE7
 * code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */

img { border: 0; -ms-interpolation-mode: bicubic; display:inline; }

/*
 * Correct overflow displayed oddly in IE9
 */

svg:not(:root) {
    overflow: hidden;
}


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */

legend { border: 0; *margin-left: -7px; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 * 2. Correct inner spacing displayed oddly in IE6/7
 */

button, input { line-height: normal; *overflow: visible; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }

/*
 * Remove inner padding and border in FF3/4
 * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/* Remove default vertical scrollbar in IE6/7/8/9 */
textarea { overflow: auto; vertical-align: top; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }
table td { vertical-align:top; padding-right:8px; color:#8B6F5E; }

/* COLOURS */
.green { color:#859400; }
.pink { color:#e9848e; }
.purple { color:#853164; }
.orange { color:#e65500; }
.dark { color:#425160; }
.black { color:#000; }
.white { color:#fff; }
.red { color:#ff0000; }
.blue { color:#0000ff; }
.grey { color:#eee; }
.brown { color:#8B6F5E; }


.green_bg { background:#859400; }
.pink_bg { background:#e9848e; }
.purple_bg { background:#853164; }
.orange_bg { background:#e65500; }
.dark_bg { background:#425160; }
.black_bg { background:#000; }
.white_bg { background:#fff; }
.red_bg { background:#ff0000; }
.blue_bg { background:#0000ff; }
.grey_bg { background:#eee; }

a.blue_link { color:#29B4DE; }
a.yellow_link { color:#E0AA2E; }
a.green_link { color:#A6CE47; }


/* =============================================================================
   Primary styles
   Author: James Reed
   ========================================================================== */

#container_wrap { }
#container { width:915px; margin:0 auto; position:relative; z-index:1;
padding:15px 35px 35px 35px; background:#fff;
}

/*styles*/

/*COMMON*/

/*HEADER*/
header { position:relative; padding:0; margin:0; background:none; height:137px; display:block;
background:url(../../../images/template/header.jpg) repeat-x;
}

#header_logo_left { float:left; width:190px; }

.moduletable.bbc3advert { float:left; width:125px; }

.moduletable.header_slogan { float:left; width:350px; margin-top:15px; }

#header_social { float:left; width:105px; position:relative; }
#header_social .moduletable { margin-top:49px; }

/* MAIN MENU */

a.no_underline { text-decoration:none; }

nav#mainNav,div#mainNav { width:600px; margin-left:176px; float:left; position: relative;
margin-top:12px;
margin-bottom:13px;
}
nav#mainNav ul li,div#mainNav ul li { float:left; }
nav#mainNav a,div#mainNav a { text-decoration:none; }
nav#mainNav a p,div#mainNav a { font-size:22px; padding-right:20px; margin:0; color:#333; }
nav#mainNav li.active a p,div#mainNav li.active a { font-weight:bold;  }
nav#mainNav a:hover p { color:#EB018C; }


/* MAIN PAGE*/

#main_content { position:relative; padding-left:10px; }
#main_content.homepage { padding-left:0px; }


#main_content a { color:#EB018C; text-decoration:underline; }
#main_content a:hover { color:#FE8D16; }

#main_content p.freehand a { color:#333; }
#main_content p.freehand a:hover { color:#EB018C; }

#main_content h2.homepage_heading { position:absolute; left:150px; top:-10px; }

#main_content .column1 { width:590px; float:left; }
#main_content .column2 { width:315px; float:left; }
#main_content .column2 h2:first-child { margin-top:15px; }

#main_content .photo_caption { font-size:11px; font-style:italic; margin-top:0; line-height:12px; }

/* IMAGE SLIDER */
#image_slider.homepage {
width:913px; background:url(../../../images/template/cta-bg.jpg);
height:340px;
border:1px solid #CE8462;
margin-bottom:20px; margin-top:0px;
position:relative;
}
#image_slider.homepage .moduletable.image_slider { border:1px solid #B56970; width:442px; height:320px;
position:absolute;
right:10px;
top:10px;
}
#image_slider.homepage .moduletable.image_slider .image_slider { /* width:430px; height:305px; background:#fff; */
border:5px solid #F9DDD0;
background:url(../../../images/template/preloading.gif) center center no-repeat #fff;
}

#image_slider.homepage .moduletable.image_slider_text {
position:absolute;
left:50px;
top:10px;
}
#image_slider.homepage .moduletable.image_slider_text h2 { color:#fff; }

.image_slider img { width:430px; height:300px; display:none; }

.image_slider { position:relative; overflow:hidden; }
.image_slider ul { list-style-type:none; margin:0; padding:0; }
.image_slider a.prev { background:url(../../../images/template/slider_left_arrowo.png) no-repeat; width:22px; height:59px; display:block; position:absolute; top:5%; left:10px; z-index:20; text-indent:-9999px; opacity:0.3; }
.image_slider a.next { background:url(../../../images/template/slider_right_arrowo.png) no-repeat; width:22px; padding-right:15px; height:59px; display:block; position:absolute; top:5%; right:0; z-index:20; text-indent:-9999px; opacity:0.3;}
.image_slider ul.pagination { display:none; }
.image_slider .fssNext, .image_slider .fssPrev, .image_slider ul#fssList,
.image_slider #fssPlayPause { display:none; }


p.big_orange_button a { background:url(../../../images/template/btn-large_orange.png) no-repeat; width:271px;height:57px; display:block;
text-align:center; padding-top:10px; font-size:40px; margin-bottom:5px; margin-top:5px; margin-left:auto; margin-right:auto;
}
p.big_orange_button a { color:#333; }
p.big_orange_button a:hover { color:#EB018C; }


/*FOOTER*/
#footer { position:relative; background:url(../../../images/template/footer_upper_bg.png) top center no-repeat;
padding-top:30px; margin-top:30px; text-align:left;
}
footer { display:inline; }

#footer h2 { font-size:20px; color:#333; }

#footer p { font-size:12px; color:#8B6F5E; margin-top:10px; margin-bottom:10px; }
#footer a { text-decoration:underline; color:#8B6F5E; }
#footer a:hover { color:#EB018C; }

#footer_column1 { width:353px; float:left; margin-left:0px; }
#footer_column1 .moduletable { padding-left:228px; }
#footer_column2 { width:179px; float:left; background:url(../../../images/template/footer_lower_bg.png) top center no-repeat;
padding-left:30px; }
#footer_column3 { width:323px; float:left; margin-left:30px; position:relative; }

#footer_column3 .impact_logo { position:absolute; top:0; left:81px; }
#footer_column3 .impact_logo p { margin-bottom:0; font-size:10px; }

#footer_copyright p { font-size:10px; }


/* =============================================================================
   Non-semantic helper classes
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }

/* Hide for both screenreaders and browsers:
   css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden { display: none; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: by Jon Neal.
  www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: drupal.org/node/897638 */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }



/* =============================================================================
   PLACEHOLDER Media Queries for Responsive Design.
   These override the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 480px) {
  /* Style adjustments for viewports 480px and over go here */

}

@media only screen and (min-width: 768px) {
  /* Style adjustments for viewports 768px and over go here */

}


/* =============================================================================
   Print styles.
   Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: sanbeiji.com/archives/953 */
  a, a:visited { color: #444 !important; 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: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* css-discuss.incutio.com/wiki/Printing_Tables */
  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; }
}

    .tint {
        position: relative;
        float: left;
        cursor: pointer;
    clear:both;
    }

    .tint:hover:before {
        background: rgba(200,200,200, 0.5);
    }

    .tint:before {
        background: none;
        -moz-transition: background .3s linear;
        -webkit-transition: background .3s linear;
        -ms-transition: background .3s linear;
        -o-transition: background .3s linear;
        transition: background .3s linear;
        content: "";
        display: block;
        position: absolute;
        top: -12px;
        bottom: 0;
        left: -12px;
        right: 0;
   width:284px;
  height:86px;
 }

.cfdiv_select select, .cfdiv_text label { width:250px; }

.ccms_form_element input[type="checkbox"] { clear:left;
}
.ccms_form_element input[type="radio"] { clear:left;
}
.checkbox, .radio {
  width: 30px;
  height: 33px;
  padding: 0 5px 0 0;
  background: url(../../../images/template/tick_box.png) no-repeat;
  display: block;
  clear: left;
  float: left;
}
.radio {
  background: url(../../../images/template/tick_box.png) no-repeat;
}
.select {
  position: absolute;
  width: 158px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
  height: 21px;
  padding: 0 24px 0 8px;
  color: #fff;
  font: 12px/21px arial,sans-serif;
  background: url(select.png) no-repeat;
  overflow: hidden;
}

/* CONTACT US FORM */
form#chronoform_contact_us_form { font-size:13px; background:#F2F2F2; border:1px solid #F1F1F1; border-radius:5px 5px;
padding-top:10px; width:545px; padding-left:8px; padding-bottom:4px;
}
form#chronoform_contact_us_form h3 { font-size:16px; color:#8B6F5E; }
form#chronoform_contact_us_form label { width:165px; float:left; font-weight:bold; color:#8B6F5E; }
form#chronoform_contact_us_form input { float:left; width:350px; }
form#chronoform_contact_us_form textarea { float:left; width:350px; }
form#chronoform_contact_us_form input.chrono_captcha_input { width:50px; }
form#chronoform_contact_us_form input#input_submit { width:65px; margin-right:17px; float:right; }
form#chronoform_contact_us_form #chrono_verify_container_div img { margin-left:5px; }

#accordion *:not(h3) { display:none; }
#accordion h3:hover { color:#FE8D16; cursor:pointer; }

.moduletable.shopping_cart { position:absolute; left:102px; top:-46px; width:140px; }
.moduletable.shopping_cart h3 { color:#8B6F5E; margin-bottom:5px; }
.moduletable.shopping_cart input { margin-top:3px; border:1px solid #ccc;
color:#8B6F5E; }


.sc_cart input { height:25px; border-radius:10px; background:#DFA91A; border:none; margin:0 5px 0 5px; color:#333; }

.qty_col input { border:1px solid #444; background:none; border-radius:0; margin-top:-7px; }

.actions_col input { margin-top:-5px; }

.actions_col { width:150px; }

form#chronoform_payment_form input { width:200px; }
form#chronoform_payment_form label { width:100px; }
form#chronoform_payment_form #join_mailing_list_container_div label { width:286px; font-weight:bold; }
form#chronoform_payment_form #join_mailing_list_container_div input { width:25px; }

form#chronoform_payment_form #submit_button_container_div input { margin-left:171px; width:140px; height:30px;
border-radius:10px; color:#000; font-weight:bold; font-family:Arial, Helvetica, sans-serif; font-size:12px; background:#DBA61A;
}

form#chronoform_payment_form .order_details { font-family:Arial, Helvetica, sans-serif; font-size:14px; color:#8B6F5E; }
form#chronoform_payment_form h3 { font-size:20px; color:#8B6F5E; margin-top:8px; margin-bottom:10px;}
form#chronoform_payment_form .label { width:120px; display:block; float:left; }
form#chronoform_payment_form .detail { width:100px; display:block; float:left; }
form#chronoform_payment_form .clearer { clear:both; padding-top:5px; }
