@charset "utf-8";
/*
	Project:  KMA
	Date:     September 25, 2012
*/

/* =reset adapted from html5boilerplate normalize
----------*/

@import url(https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic);
@import url(https://fonts.googleapis.com/css?family=Nobile:400,400italic,700,700italic);

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; height: 100%; }

body { margin: 0; font-size: 62.5%; line-height: 1.4; }

::-moz-selection { background: #69c; color: #fff; text-shadow: none; }
::selection { background: #69c; color: #fff; text-shadow: none; }

a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

pre, code, kbd, samp { font-family: monospace, serif; font-size: 1em; }
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%; }

sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

ul, ol { margin: 0 0 1em; padding: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }
li ul, li ol { margin: 0; }

dd { margin: 0 0 0 40px; }

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

svg:not(:root) { overflow: hidden; }

figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

label { cursor: pointer; }

legend { border: 0; padding: 0; white-space: normal; }

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; }

button, input { line-height: normal; }

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }

button[disabled], input[disabled] { cursor: default; }

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; }

input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

textarea { overflow: auto; vertical-align: top; resize: vertical; }

input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }

p { margin: 0 0 20px; }
h1, h2, h3, h4, h5, h6 { margin: 0 0 1em; }

/*p:last-child,
ul:last-child,
ol:last-child {
	margin-bottom: 0;
}*/

/* =helpers
----------*/

.l { text-align: left; }
.r { text-align: right; }
.c { text-align: center; }
.hidden { display: none !important; visibility: hidden; }
.invisible { visibility: hidden; }
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }


.cf:before, .cf:after,
#header:before, #container:before, #container2:before, #container3:before, #container-in:before, #content:before, #side1:before, #side2:before, #footer:before, .wrap:before,
#header:after, #container:after, #container2:after, #container3:after, #container-in:after, #content:after, #side1:after, #side2:after, #footer:after, .wrap:after,
.row:before, .row:after,
.columns:before, .columns:after,
.callouts:before, .callouts:after,
.accordion:before, .accordion:after,
.grid-ul:before, .grid-ul:after,
.paginator:before, .paginator:after,
.article-ul li:before, .article-ul li:after,
.archive-nav:before, .archive-nav:after,
.team-ul:before, .team-ul:after
{ content: ""; display: table; }
.cf:after,
#header:after, #container:after, #container2:after, #container3:after, #container-in:after, #content:after, #side1:after, #side2:after, #footer:after, .wrap:after,
.row:after,
.columns:after,
.callouts:after,
.accordion:after,
.grid-ul:after,
.paginator:after,
.article-ul li:after,
.archive-nav:after,
.team-ul:after
{ clear: both; }



/* =base
----------*/

a:link, a:visited {
	color: #c9115d;
	text-decoration: none;
	cursor: pointer;
}
a:link:hover, a:visited:hover {
	color: #c9115d;
	text-decoration: underline;
}

button, input, select, textarea {
	font-family: sans-serif;
	color: #2f2d27;
}

body {
	font-family: sans-serif;
	background: #FFF;
  min-width: 1000px;
}


#skip {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	margin: 0;
}
	#skip a:link, #skip a:visited {
		position: absolute;
		z-index: 99;
		top: -99em;
		left: 0;
		width: 99.99%;
		font-size: 200%;
		line-height: 3;
		text-align: center;
		background: #fff;
	}
	#skip a:link:focus, #skip a:visited:focus {
		top: 0;
	}





#page {
	font-size: 1.3em;
	color: #2f2d27;
  font-family: 'Nobile', Helvetica, Arial, sans-serif;
	background: #ececec url(../img/container-1.png) repeat 0 0;
}

.wrap {
	width: 960px !important;
  padding: 0 20px;
}

	#header {
    background: #fff;
    height: 80px;
    position: relative;
    z-index: 3;
	}
  #header .wrap {
    position: relative;
  }
		#logo {
			float: left;
			padding: 20px 0 0;
      margin: 0;
		}
      #logo a:link, #logo a:visited {
        background: url(../img/sprites-1.png) no-repeat 0 0;
        width: 202px;
        height: 40px;
        display: block;
        text-indent: -999em;
        outline: none;
      }
      #logo a:link:hover, #logo a:visited:hover {
        background-position: -203px 0;
      }
      #logo a:link:active, #logo a:visited:active {
        background-position: -406px 0;
      }
		#menu-header {
		  float: right;
      padding: 40px 0 0;
      height: 30px;
    }
			#menu-header ul {
			}
				#menu-header li {
					float: left;
          margin: 0 0 0 15px;
          padding: 0;
          background: none;
				}
					#menu-header > ul > li > a:link, #menu-header > ul > li > a:visited {
						float: left;
            padding: 0 10px;
            height: 30px;
            line-height: 30px;
            text-transform: uppercase;
            color: #fff;
            background: #2f2d27;
            position: relative;
            text-decoration: none;
            font-weight: bold;
            font-family: 'Lato', Helvetica, Arial, sans-serif;
            z-index: 3;
					}
					#menu-header a:link:hover, #menu-header a:visited:hover {
					}
					#menu-header .active > a:link, #menu-header .active > a:visited {
					}

          /* #menu-header removed, in overrides.css */

            #menu-header li div figure {
              float: left;
              background: #ca145f;
              margin: 0 20px 0 0;
              width: 216px;
            }
              #menu-header li div figure img {
                float: left;
              }
              #menu-header li div figcaption {
                padding: 7px 10px;
                color: #fff;
                font-weight: bold;
                clear: both;
                font-family: 'Lato', Helvetica, Arial, sans-serif;
              }
                #menu-header li div figcaption a:link, #menu-header li div figcaption a:visited {
                  color: #fff;
                  background: url(../img/sprites-bullets.png) no-repeat 100% -1156px;
                  padding: 0 17px 0 0;
                }
            #menu-header ul ul {
              float: left;
            }
              #menu-header li li {
                float: left;
                margin: 0 20px 0 0;
                width: 152px;
              }
              #menu-header li li:last-child {
                margin: 0;
              }
              #menu-header .wide {
                width: auto;
              }
                #menu-header h3 {
                  color: #ca145f;
                  font-size: 100%;
                  margin: 0 0 7px;
                  line-height: 1.3;
                  font-weight: 700;
                }
                #menu-header li li a:link, #menu-header li li a:visited {
                  float: none;
                  color: #505050;
                }
                #menu-header li li a:link:hover, #menu-header li li a:visited:hover {
                }
                #menu-header ul ul ul {
                  float: left;
                }
                  #menu-header li li li {
                    float: none;
                    margin: 0;
                    padding: 0 0 3px 12px;
                    background: url(../img/sprites-bullets.png) no-repeat 0 -925px;
                  }

          #menu-header > ul > .menu-about_us:hover > a:link, #menu-header > ul > .menu-about_us:hover > a:visited,
          #menu-header > ul > .menu-about_us.active > a:link, #menu-header > ul > .menu-about_us.active > a:visited {
            background: #ca145f;
          }
          #menu-header > ul > .menu-about_us:hover > a:link:after, #menu-header > ul > .menu-about_us:hover > a:visited:after,
          #menu-header > ul > .menu-about_us:hover > a:link > .after, #menu-header > ul > .menu-about_us:hover > a:visited > .after {
            border-bottom: solid 10px #ca145f;
          }
            #menu-header .menu-about_us div {
              border-color: #ca145f;
            }
              #menu-header .menu-about_us  div figure {
                background: #ca145f;
              }
              #menu-header .menu-about_us h3 {
                color: #ca145f;
              }
                #menu-header .menu-about_us li li {
                  background-position: 0 -926px;
                }


          #menu-header > ul > .menu-ways_to_contribute:hover > a:link, #menu-header > ul > .menu-ways_to_contribute:hover > a:visited,
          #menu-header > ul > .menu-ways_to_contribute.active > a:link, #menu-header > ul > .menu-ways_to_contribute.active > a:visited {
            background: #5c005d;
          }
          #menu-header > ul > .menu-ways_to_contribute:hover > a:link:after, #menu-header > ul > .menu-ways_to_contribute:hover > a:visited:after,
          #menu-header > ul > .menu-ways_to_contribute:hover > a:link > .after, #menu-header > ul > .menu-ways_to_contribute:hover > a:visited > .after {
            border-bottom: solid 10px #5c005d;
          }
            #menu-header .menu-ways_to_contribute div {
              border-color: #5c005d;
            }
              #menu-header .menu-ways_to_contribute  div figure {
                background: #5c005d;
              }
              #menu-header .menu-ways_to_contribute h3 {
                color: #5c005d;
              }
                #menu-header .menu-ways_to_contribute li li {
                  background-position: 0 -694px;
                }
          #menu-header > ul > .menu-advancing_research:hover > a:link, #menu-header > ul > .menu-advancing_research:hover > a:visited,
          #menu-header > ul > .menu-advancing_research.active > a:link, #menu-header > ul > .menu-advancing_research.active > a:visited {
            background: #ff850d;
          }
          #menu-header > ul > .menu-advancing_research:hover > a:link:after, #menu-header > ul > .menu-advancing_research:hover > a:visited:after,
          #menu-header > ul > .menu-advancing_research:hover > a:link > .after, #menu-header > ul > .menu-advancing_research:hover > a:visited > .after {
            border-bottom: solid 10px #ff850d;
          }
            #menu-header .menu-advancing_research div {
              border-color: #ff850d;
            }
              #menu-header .menu-advancing_research div figure {
                background: #ff850d;
              }
              #menu-header .menu-advancing_research h3 {
                color: #ff850d;
              }
                #menu-header .menu-advancing_research li li {
                  background-position: 0 -462px;
                }
          #menu-header > ul > .menu-brain_health:hover > a:link, #menu-header > ul > .menu-brain_health:hover > a:visited,
          #menu-header > ul > .menu-brain_health.active > a:link, #menu-header > ul > .menu-brain_health.active > a:visited {
            background: #006b3b;
          }
          #menu-header > ul > .menu-brain_health:hover > a:link:after, #menu-header > ul > .menu-brain_health:hover > a:visited:after,
          #menu-header > ul > .menu-brain_health:hover > a:link > .after, #menu-header > ul > .menu-brain_health:hover > a:visited > .after {
            border-bottom: solid 10px #006b3b;
          }
            #menu-header .menu-brain_health div {
              border-color: #006b3b;
            }
              #menu-header .menu-brain_health div figure {
                background: #006b3b;
              }
              #menu-header .menu-brain_health h3 {
                color: #006b3b;
              }
                #menu-header .menu-brain_health li li {
                  background-position: 0 -230px;
                }
          #menu-header > ul > .menu-our_service:hover > a:link, #menu-header > ul > .menu-our_service:hover > a:visited,
          #menu-header > ul > .menu-our_service.active > a:link, #menu-header > ul > .menu-our_service.active > a:visited {
            background: #f11900;
          }
          #menu-header > ul > .menu-our_service:hover > a:link:after, #menu-header > ul > .menu-our_service:hover > a:visited:after,
          #menu-header > ul > .menu-our_service:hover > a:link > .after, #menu-header > ul > .menu-our_service:hover > a:visited > .after {
            border-bottom: solid 10px #f11900;
          }
            #menu-header .menu-our_service div {
              border-color: #f11900;
            }
              #menu-header .menu-our_service div figure {
                background: #f11900;
              }
              #menu-header .menu-our_service h3 {
                color: #f11900;
              }
                #menu-header .menu-our_service li li {
                  background-position: 0 2px;
                }

          #menu-header > ul > .menu-caregivers:hover > a:link, #menu-header > ul > .menu-caregivers:hover > a:visited,
          #menu-header > ul > .menu-caregivers.active > a:link, #menu-header > ul > .menu-caregivers.active > a:visited {
            background: #1280C2;
          }
          #menu-header > ul > .menu-caregivers:hover > a:link:after, #menu-header > ul > .menu-caregivers:hover > a:visited:after,
          #menu-header > ul > .menu-caregivers:hover > a:link > .after, #menu-header > ul > .menu-caregivers:hover > a:visited > .after {
            border-bottom: solid 10px #1280C2;
          }
            #menu-header .menu-caregivers div {
              border-color: #1280C2;
            }
              #menu-header .menu-caregivers div figure {
                background: #1280C2;
              }
              #menu-header .menu-caregivers h3 {
                color: #1280C2;
              }
                #menu-header .menu-caregivers li li {
                  background-position: 0 -462px;
                }

			#search {
			  position: absolute;
        top: 10px;
        right: 110px;
      }


      #btn-donate {
        background: #ffd100;
        color: #2f2d27;
        text-transform: uppercase;
        font-weight: bold;
        height: 30px;
        line-height: 32px;
        padding: 0 10px;
        display: block;
        position: absolute;
        top: 0;
        right: 20px;
      }

.form-2 {
  border: solid 1px #2f2d27;
  overflow: hidden;
  height: 18px;
  width: 180px;
}
	.form-2 input {
    float: left;
    border: none;
    background: none;
    font-size: 84.615%;
    padding: 2px 10px 3px;
    color: #2f2d27;
    width: 140px;
    outline: none;
  }
  .form-2 button {
    background: #2f2d27 url(../img/sprites-vertical.png) no-repeat 8px -18px;
    width: 19px;
    height: 18px;
    float: right;
    border: none;
    text-indent: -999em;
  }
  .form-2 button:hover {
    background-color: #151515;
  }


.nav-1 {
  color: #c9115d;
  font-size: 84.615%;
  line-height: 1.2;
}
  .nav-1 a:link, .nav-1 a:visited {
  }
#header .nav-1 {
  position: absolute;
  top: 10px;
  right: 310px;
  padding: 5px 0 0;
}


	#container {
		line-height: 1.615;
    padding: 40px 0 50px;
    min-height: 605px;
	}
  #container .wrap {
    position: relative;
    z-index: 1;
  }


		h1, h2 {
			font-size: 161.538%;
			font-weight: bold;
			margin: 0 0 20px -20px;
      font-family: 'Lato', Helvetica, Arial, sans-serif;
      color: #fff;
      padding: 5px 10px 7px 20px;
      width: 245px;
      line-height: 1.1;
		}
    #side1 h1, #side1 h2 {
      background: none;
      color: #2f2d27;
      margin-bottom: 10px;
    }
		h3 {
      font-size: 161.538%;
			font-weight: bold;
      line-height: 1.38;
      text-transform: uppercase;
			margin: 0 0 20px;
      color: #c9115d;
      font-family: 'Lato', Helvetica, Arial, sans-serif;
      font-weight: 300;
		}
		h4 {
			font-size: 100%;
			font-weight: bold;
			margin: 0 0 10px;
      line-height: 1.615;
		}
    h5 {
      font-size: 100%;
      font-weight: bold;
      margin: 0 0 10px;
      line-height: 1.615;
      color: #c9115d;
    }
    h6 {
      font-size: 100%;
      font-weight: bold;
      margin: 0 0 10px;
      line-height: 1.615;
      color: #0769a9;
    }

			#content {
				float: left;
				width: 568px;
        margin: 0 40px 0 0;
			}

			#side1 {
				float: left;
				width: 216px;
        position: relative;
        margin: 0 20px 0 0;
			}

			#side2 {
				float: left;
				width: 313px;
			}

.widget {
   background: #fff;
   padding: 20px;
}
  .widget h3 {
    font-size: 100%;
    font-weight: normal;
  }

.widget-yellow {
  background: #ffd103;
}
.widget-white {
  background: #fff;
  width: 175px;
}

#widget-images {
  position: absolute;
  top: -67px;
  left: 0;
  z-index: 1;
  width: 666px;
}
  #widget-images .img-top {}
  #widget-images .img-right {
    margin: 20px 0 0 412px;
  }


#widget-team {
  position: relative;
  z-index: 3;
}



a.btn-1:link, a.btn-1:visited {
  background-color: #c9115d;
  height: 20px;
  outline: none;
}
a.btn-1:link:hover, a.btn-1:visited:hover {
  background-color: #fff;
}


.breadcrumbs {
  line-height: 1.1;
}
  .breadcrumbs a:link, .breadcrumbs a:visited {
    color: #2f2d27;
  }
  .breadcrumbs a:link:last-child, .breadcrumbs a:visited:last-child {
    color: #bd0066;
  }

  #container .breadcrumbs {
    font-size: 84.615%;
    margin: 0 0 15px;
  }



#footer {
	width: 100%;
	background: #FFF;
	font-size: 1.1em;
	color: #2f2d27;
  font-family: 'Nobile', Helvetica, Arial, sans-serif;
  padding: 20px 0 0;
}

  #footer .widget {
    margin: 0 0 20px;
    padding: 0;
  }
    #footer .widget h3 {
      margin: 0 0 5px;
      font-size: 118.181%;
    }
  .widget-connect {
    float: left;
  }
    .widget-connect .btn-1 {
      float: left;
      margin: 0 5px 0 0;
    }
    .widget-connect p {
      margin: 0 0 0 5px;
      padding: 4px 0 0;
      float: left;
    }
  .widget-newsletter {
    float: right;
  }
    .widget-newsletter h3 {
      text-align: right;
    }
    .widget-newsletter input {
      font-size: 100%;
    }

  #footer .row {
    border-top: solid 2px #ebebeb;
    padding: 7px 0;
    clear: both;
  }
    #footer .breadcrumbs {
      float: left;
      margin: 0;
    }
    #photography {
      line-height: 1.5;
      margin: 0;
      font-size: 90.909%;
      float: right;
    }

	#menu-footer {
	  padding: 20px 10px 8px;
    background: #ebebeb;
    overflow: hidden;
    margin: 0 0 7px;
  }
		#menu-footer > ul > li {
		  float: left;
      width: 168px;
      padding: 0 10px;
      background: none;
    }
			#menu-footer > ul > li > a:link, #menu-footer > ul > li > a:visited {
			  color: #c9115d;
        font-size: 118.181%;
        font-weight: bold;
        border-bottom: solid 1px #cdcdcd;
        padding: 0 0 5px;
        text-transform: uppercase;
        display: block;
        font-family: 'Lato', Helvetica, Arial, sans-serif;
      }
      #menu-footer ul ul {
        padding: 6px 0 0;
      }
        #menu-footer li li {
          padding: 0 0 12px;
          background: none;
        }
          #menu-footer h3 {
            color: #2f2d27;
            font-size: 100%;
            text-transform: none;
            margin: 0;
            font-weight: bold;
          }
          #menu-footer li li a:link, #menu-footer li li a:visited  {
            color: #2f2d27;
          }
          #menu-footer ul ul ul {
            padding: 0;
          }
            #menu-footer li li li {
              padding: 0;
            }
              #menu-footer li li li a:link, #menu-footer li li li a:visited {}

  #copyright {
    float: left;
    margin: 0;
    line-height: 22px;
  }
  #footer .nav-1 {
    float: right;
    margin: 0;
    font-size: 100%;
    line-height: 22px;
  }

  #last-line {
    font-size: 90.909%;
    line-height: 1.5;
    clear: both;
    border-top: solid 2px #ebebeb;
    padding: 7px 0 30px;
  }


.page-extra {
  overflow: hidden;
  margin: 0 0 30px;
}
  .page-extra .w1 {
    background: #2f2d27;
    float: left;
    padding: 10px 0 10px 10px;
  }
    .page-extra a:link, .page-extra a:visited {
      margin: 0 10px 0 0;
      float: left;
    }


.banner {
  margin: 0 0 30px;
  overflow: hidden;
}
  .banner img {
    float: left;
  }
  .banner figcaption {
    padding: 15px 0 0;
    float: left;
  }
    .banner figcaption h5 {
      margin: 0;
    }
.banner-wide {}


blockquote {
  font-family: 'Lato', Helvetica, Arial, sans-serif;
  font-weight: 300;
  color: #c9115d;
  font-size: 161.538%;
  line-height: 1.38;
  text-transform: uppercase;
  padding: 0;
  margin: 0 0 20px;
}
.quote {
  color: #bb0062;
}

.columns {
  margin: 0 -20px 30px 0;
}
.columns:last-child {
  margin-bottom: 0;
}
  .column {
    float: left;
    margin: 0 20px 0 0;
    width: 274px;
  }
  .column-216 {
    width: 216px;
  }
  .column-254 {
    width: 254px;
  }
  .column-352 {
    width: 352px;
  }
  .column-215 {
    width: 215px;
    background: #fff;
    padding: 15px;
  }
  .column-295 {
    width: 295px;
    margin: 0;
  }
  .topbottomborder {
    border-bottom: 1px solid black;
    border-top: 1px solid black;
    margin-bottom: 25px;
    padding-bottom: 33px;
    padding-top: 20px;
    margin-top: 10px;
    border-color: #959595;
    position: relative;
    color: #43413c;
  }
  .column-352 span {
    position: absolute;
    top: 8px;
    left: 20px;
    font-size: 85%;
  }
  .column-352 .alzheimer {
    left: 268px;
  }
  .column-195 {
    width: 195px;
    padding-top: 9px;
  }
  .column-195 ul li{
    line-height: 1.5;
  }
  .column-332 {
    width: 332px;
  }


ul {
  list-style: none;
  margin: 0 0 25px;
  padding: 0;
}

/*ul:last-child {
  margin-bottom: 0;
}*/

  ul li {
    padding: 0 0 5px 12px;
    background: url(../img/sprites-bullets.png) no-repeat 0 -925px;
    line-height: 1.3;
  }
  ul li:last-child {
    padding-bottom: 0;
  }

.list-1 {}
  .list-1 li {
    padding-bottom: 20px;
  }
  .list-1 li:last-child {
    padding-bottom: 0;
  }

.columns-ul {
  overflow: hidden;
}
  .columns-ul.acco {
    width: 213px;
    min-height: 80px;
    float: left;
    margin-right: 50px;
  }
  .columns-ul li {
    float: left;
    width: 200px;
    margin-right: 30px;
  }

.grid-ul {
  margin-bottom: 0;
}
  .grid-ul li {
    background: none;
    padding: 0;
    width: 143px;
    float: left;
    margin: 0 40px 20px 0;
  }
    .grid-ul figure {
      margin: 0 0 8px;
    }
      .grid-ul figure img {}
    .grid-ul a:link, .grid-ul a:visited {}

.article-ul {
  margin-left: -20px;
}
  .article-ul li {
    background: none;
    padding: 10px 20px;
    line-height: 1.615;
  }
  .article-ul li:last-child {
    padding-bottom: 10px;
  }
  .article-ul li:nth-child(2n) {
    background: #ebebeb;
  }
  .article-ul li:hover {
    background: #fff;
  }
    .article-ul figure {
      float: left;
    }
    .article-ul .details {
      float: right;
      width: 350px;
    }
      .article-ul p {
        margin: 0;
      }



.team-ul {
  margin-right: -5px;
}
  .team-ul li {
    background: none;
    padding: 0;
    float: left;
    margin: 0 5px 10px 0;
  }
    .team-ul figure {
      width: 60px;
      height: 60px;
    }
      .team-ul img {}



.callouts {
  margin: 0 -10px 30px;
}

.callouts:last-child {
  margin-bottom: 0;
}
  .callouts .callout {
    float: left;
    width: 176px;
    margin: 0 10px;
  }

.callout {
  background: #fff;
  padding: 17px 20px;
  margin: 0 0 30px;
}
  .callout h4 {}

.callout-figure {
  background: none;
  padding: 0;
  overflow: hidden;
}
.margin0 {
  margin: 0;
}
  .callout-figure figure {
    background: #ffd103;
    margin: 0 20px 0 0;
    width: 216px;
  }
    .callout-figure img {
      float: left;
    }
    .callout-figure figcaption {
      padding: 7px 10px;
      font-weight: bold;
      clear: both;
      font-family: 'Lato', Helvetica, Arial, sans-serif;
      color: #2f2d27;
      text-transform: uppercase;
    }
      .callout-figure figcaption a:link, .callout-figure figcaption a:visited {
        background: url(../img/sprites-bullets.png) no-repeat 100% -1268px;
        padding: 0 17px 0 0;
        color: #2f2d27;
      }

.callout-simple {
  background: #fff;
  color: #bb0062;
  padding: 0;
}
  .callout-simple figure {
  }
    .callout-simple figure img {}
  .callout-simple h5 {
    font-size: 100%;
    padding: 15px 20px 10px;
    line-height: 1.1;
    margin: 0;
  }
  .callout-simple p {
    padding: 0 20px 20px;
  }
    .callout-simple a:link, .callout-simple a:visited {
    }
    .callout-simple  ul {
      color: #000;
      padding: 20px;
    }
    .callout-simple strong {
      color: #000;
    }
.callout-yellow {
background-color: #ffd203;
}

.callout-216 {
  width: 216px;
}
.callout-216p {
  width: 216px;
}
.callout-216p p {
  padding-top: 10px;
  padding-bottom: 0;
  margin-bottom: 0;
}
.callout-500 {
  width: 500px;
  background: transparent;
}
.paginator {
  margin: 0 0 30px;
}
.paginator:last-child {
  margin-bottom: 0;
}
  .paginator .btns {
    float: left;
    margin: 0 5px 0 0;
  }
    .paginator .btns a:link, .paginator .btns a:visited,
    .paginator .btns span {
      height: 20px;
      font-weight: bold;
      color: #fff;
      float: left;
      margin: 0 5px 0 0;
      line-height: 20px;
      padding: 0 10px;
      text-decoration: none;
      background: #bb0062;
      font-family: 'Lato', Helvetica, Arial, sans-serif;
    }
    .paginator .btns a:link:hover, .paginator .btns a:visited:hover {
      background: #2f2d27;
    }
    .paginator .btns .disabled,
    .paginator .btns a.disabled:link, .paginator .btns a.disabled:visited {
      background: #7f7f7f;
    }
  .paginator .pages {
    float: left;
    color: #c93d87;
    font-size: 84.615%;
    line-height: 24px;
    height: 20px;
  }

.archive-nav {
  margin: 0 0 30px -20px;
}
.archive-nav:last-child {
  margin-bottom: 0;
}
  .archive-nav p {
    background: #fff;
    float: left;
    padding: 6px 10px 3px 20px;
  }

a.link-1:link, a.link-1:visited {
  background: #fff;
  padding: 2px 23px 0 10px;
  display: inline-block;
  position: relative;
  margin: 0 0 0 5px;
}
a.link-1:link:after, a.link-1:visited:after,
a.link-1:link > .after, a.link-1:visited > .after {
  background: url(../img/sprites-bullets.png) no-repeat 0 -921px;
  width: 20px;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 20px;
}
a.link-2:link, a.link-2:visited {
  background: transparent;
  padding: 2px 23px 0 10px;
  display: inline-block;
  position: relative;
  margin: 0 0 0 5px;
}
a.link-2:link:after, a.link-2:visited:after,
a.link-2:link > .after, a.link-2:visited > .after {
  background: transparent url(../img/sprites-bullets.png) no-repeat 0 -921px;
  width: 20px;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 20px;
}

a.btn-photos:link, a.btn-photos:visited,
a.btn-videos:link, a.btn-videos:visited {
  background: #ffb900 url(../img/sprites-1.png) no-repeat -8px -89px;
  color: #2f2d27;
  font-family: 'Lato', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  line-height: 1.1;
  padding: 9px 10px 7px 30px;
  font-weight: bold;
  text-decoration: none;
  outline: none;
}
a.btn-photos:link:hover, a.btn-photos:visited:hover {
  background-color: #ffc300;
}
a.btn-photos:link:active, a.btn-photos:visited:active {
  background-color: #ffaa00;
}
a.btn-videos:link, a.btn-videos:visited {
  background-color: #59bdde;
  background-position: -167px -88px;
}
a.btn-videos:link:hover, a.btn-videos:visited:hover {
  background-color: #51c7e5;
}
a.btn-videos:link:active, a.btn-videos:visited:active {
  background-color: #47aed5;
}


a.btn-facebook:link, a.btn-facebook:visited,
a.btn-twitter:link, a.btn-twitter:visited {
  background: #c9115d url(../img/sprites-1.png) no-repeat -5px -58px;
  text-indent: -999em;
  width: 78px;
}
a.btn-twitter:link, a.btn-twitter:visited {
  background-position: -163px -57px;
}
a.btn-facebook:link:hover, a.btn-facebook:visited:hover,
a.btn-twitter:link:hover, a.btn-twitter:visited:hover {
  background-color: #d11468;
}
a.btn-facebook:link:active, a.btn-facebook:visited:active,
a.btn-twitter:link:active, a.btn-twitter:visited:active {
  background-color: #c10e52;
}






.accordion {
  margin: 0 0 30px;
}
	.js .accordion > h3 {
		cursor: pointer;
    background: #ff850d;
    color: #fff;
    font-size: 161.538%;
    line-height: 1.1;
    padding: 6px 10px;
    text-transform: none;
    margin: 0 0 10px;
    position: relative;
    font-weight: 700;
	}
  .js .accordion .acc-pink {
    background: #c9115d;
  }
  .js .accordion .acc-purple {
    background: #5d005d;
  }
    .js .accordion .acc-orange {
    background: #ff850d;
  }
    .js .accordion .acc-yellow {
    background: #ffd100;
  }
    .js .accordion .acc-green {
    background: #006b3b;
  }
	.accordion > h3.active {
    margin: 0;
	}
    .accordion > h3 .btn {
      float: right;
      font-size: 61.904%;
      line-height: 21px;
      position: absolute;
      top: 7px;
      right: 10px;
      padding: 1px 20px 0 0;
      font-family: 'Nobile', Helvetica, Arial, sans-serif;
    }
      .accordion > h3 .btn span {
        font-size: 215.384%;
        position: absolute;
        top: -1px;
        right: 0;
        width: 16px;
        font-weight: normal;
        text-align: center;
        display: block;
      }
	.accordion .panel {
    margin: 0 0 10px;
    background: #fff;
    padding: 20px;
	}


#featured-panel {
  background: url(../img/container-1.png) repeat 0 0;
  padding: 20px 0;
}
  #featured-panel .wrap {
    position: relative;
  }
    #featured-panel .panel {
      float: left;
    }
      #featured-panel .trigger {}
        #featured-panel .trigger figure {
          position: relative;
        }
          #featured-panel .trigger figcaption {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            background: #fff;
            height: 53px;
            text-align: center;
            font-weight: bold;
            font-family: 'Lato', Helvetica, Arial, sans-serif;
          }
          #featured-panel .trigger:hover figcaption {
            background: #c9115d;
          }
          #featured-panel .trigger figcaption:after,
          #featured-panel .trigger figcaption > .after {
            content: '';
            position: absolute;
            border-top: solid 2px #2f2d27;
            width: 40px;
            bottom: 16px;
            left: 50%;
            margin: 0 0 0 -20px;
          }
          #featured-panel .trigger:hover figcaption:after,
          #featured-panel .trigger:hover figcaption > .after {
            border-top-color: #fff;
          }
            #featured-panel .trigger a:link, #featured-panel .trigger a:visited {
              color: #2f2d27;
              display: block;
              padding: 12px 0;
              text-decoration: none;
              text-transform: uppercase;
            }
            #featured-panel .trigger:hover a:link, #featured-panel .trigger:hover a:visited  {
              color: #fff;
            }
      #featured-panel .content {
        position: absolute;
        top: 0;
        left: -999em;
        z-index: 4;
        padding: 20px 20px 20px 394px;
        background: #fff;
        width: 370px;
        height: 182px
      }
      #featured-panel .active .content {
        left: 20px;
      }
        #featured-panel .content figure {
          position: absolute;
          top: 0;
          left: 0;
        }
          #featured-panel .content figcaption {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            background: #c9115d;
            height: 41px;
            text-align: center;
            padding: 12px 0 0;
            color: #fff;
            font-weight: bold;
            font-family: 'Lato', Helvetica, Arial, sans-serif;
          }
          #featured-panel .content figcaption:after,
          #featured-panel .content figcaption > .after {
            content: '';
            position: absolute;
            border-top: solid 2px #fff;
            width: 40px;
            bottom: 16px;
            left: 50%;
            margin: 0 0 0 -20px;
          }
        #featured-panel h5 {}
        #featured-panel p {}
          #featured-panel .content a:link, #featured-panel .content a:visited {
            display: inline-block;
            padding: 0 15px 0 0;
            position: relative;
          }
            #featured-panel .content a:link:after, #featured-panel .content a:visited:after,
            #featured-panel .content a:link > .after, #featured-panel .content a:visited > .after {
              content: '';
              position: absolute;
              background: url(../img/sprites-bullets.png) no-repeat 0 -925px;
              width: 12px;
              height: 12px;
              top: 1px;
              right: 0;
            }

      .btn-close-fp,
      #btn-close-fp {
        position: absolute;
        top: 0;
        left: -999em;
        text-indent: -999em;
        background: url(../img/sprites-bullets.png) no-repeat -14px -1239px;
        width: 32px;
        height: 32px;
      }
      .btn-close-fp:hover,
      #btn-close-fp:hover {
        background-position: -61px -1239px;
      }
      .opened .btn-close-fp,
      .opened #btn-close-fp {
        left: 804px;
      }

          #panel_2 .trigger:hover figcaption {
            background: #ff850d;
          }
          #panel_2 .content figcaption {
            background: #ff850d;
          }
          #panel_2 h5 {
            color: #ff850d;
          }
          #panel_2 .content a:link, #panel_2 .content a:visited {
            color: #ff850d;
          }
            #panel_2 .content a:link:after, #panel_2 .content a:visited:after,
            #panel_2 .content a:link > .after, #panel_2 .content a:visited > .after {
              background-position: 0 -460px;
            }

          #panel_3 .trigger:hover figcaption {
            background: #5d005d;
          }
          #panel_3 .content figcaption {
            background: #5d005d;
          }
          #panel_3 h5 {
            color: #5d005d;
          }
          #panel_3 .content a:link, #panel_3 .content a:visited {
            color: #5d005d;
          }
            #panel_3 .content a:link:after, #panel_3 .content a:visited:after,
            #panel_3 .content a:link > .after, #panel_3 .content a:visited > .after {
              background-position: 0 -692px;
            }

          #panel_4 .trigger:hover figcaption {
            background: #fd1b15;
          }
          #panel_4 .content figcaption {
            background: #fd1b15;
          }
          #panel_4 h5 {
            color: #fd1b15;
          }
          #panel_4 .content a:link, #panel_4 .content a:visited {
            color: #fd1b15;
          }
            #panel_4 .content a:link:after, #panel_4 .content a:visited:after,
            #panel_4 .content a:link > .after, #panel_4 .content a:visited > .after {
              background-position: 0 4px;
            }




.hover {
	cursor: pointer;
}
	.hover a.trigger:link, .hover a.trigger:visited {
		text-decoration: underline;
	}

.no-margin {
  margin: 0;
}
.no-padding {
  padding: 0;
}


.section-extra {}
  .section-keep_memory_alive h1,
  .page-contact_us h1,
  .page-employment h1,
  .section-extra h1 {
    background: #FFD103;
  }

/* SECTIONS
----------*/
.section-about {}
  .section-about h1 {
    background: #ca145f;
  }
.section-give {}
  .section-give h1 {
    background: #5c005d;
  }
.section-brain_health {}
  .section-brain_health h1 {
    background: #006b3b;
  }
.section-our_services {}
  .section-our_services h1 {
    background: #fd1b15;
  }
.section-caregivers {}
  .section-caregivers h1 {
    background: #1280C2;
  }
.section-events {}
	.section-events h1 {
		background: #ca145f;
	}
.section-research {}
	.section-research h1 {
		background: #ff850d;
	}




.section-gallery {
  min-width: 1px;
  background: none;
}
  .section-gallery #page {
    width: 940px;
    height: 618px;
    overflow: hidden;
    background: none;
  }
    .section-gallery #container {
      padding: 0;
    }

.section-virtual_tour {
  height: 100%;
  min-width: 1px;
}
  .section-virtual_tour #page {
    background: none;
  }
    .section-virtual_tour #container {
      padding: 0;
      height: 100%;
    }



/* PAGES
----------*/

  .template-default #container {
   background: url(../img/backgrounds/default.png) no-repeat 628px 0;
  }
    .template-default #side1 {
      padding-top: 583px;
    }

.page-nutrition_and_supplements {}
  .page-nutrition_and_supplements #container {
    background: url(../img/misc/8.png) no-repeat 628px 0;
  }
    .page-nutrition_and_supplements #side1 {
      padding-top: 583px;
    }
.page-donate {}
  .page-donate #container {
    background: url(../img/misc/13.jpg) no-repeat 628px 0;
  }
.page-employment {}
  .page-employment #container {
    background: url(../img/misc/14.jpg) no-repeat 628px 0;
  }
.page-secondary_employment {}
  .page-secondary_employment #container {
    background: url(../img/misc/14.jpg) no-repeat 628px 0;
  }
.page-the_aging_brain {}
  .page-the_aging_brain #container {
    background: url(../img/misc/15.jpg) no-repeat 628px 0;
  }
.page-trials {}
  .page-trials #container {
    background: url(../img/misc/16.png) no-repeat 628px 0;
  }
    .page-trials #side1 {
      padding-top: 583px;
    }
  .page-who_is_at_risk #container {
    background: url(../img/misc/17.jpg) no-repeat 628px 0;
  }
  .page-ad_compass #container {
    background: url(../img/misc/18.jpg) no-repeat 726px 0;
  }
  .page-education #container {
    background: url(../img/misc/19.jpg) no-repeat 628px 0;
  }
  .page-brain_facts #container {
    background: url(../img/misc/20.png) no-repeat 1010px 0;
  }
  .page-history #container {
    background: url(../img/misc/21.png) no-repeat 1010px 0;
  }
  .page-rent_the_event_center #container {
    background: url(../img/misc/22.png) no-repeat 628px 0;
  }
  .page-program_calendar #container {
    background: url(../img/misc/25.png) no-repeat 1010px 0;
  }
.page-new_thinking_magazine {}
  .page-new_thinking_magazine #container {
    background: url(../img/misc/40.jpg) no-repeat 628px 0;
  }
.page-past_events {}
  .page-past_events #container {
    background: url(../img/misc/50.png) no-repeat 628px 0;
  }
.page-power_of_love_2012 {}
  .page-power_of_love_2012 #container {
    background: url(../img/misc/60.png) no-repeat 628px 0;
  }
.page-contact_us {}
  .page-contact_us #container {
    background: url(../img/misc/70.jpg) no-repeat 922px 0;
  }
.page-participate {}
  .page-participate #container {
    background: url(../img/misc/100.jpg) no-repeat 0 0;
  }
.page-overview {}
  .page-overview #container {
    background: url(../img/misc/102.jpg) no-repeat 0 0;
  }
.page-homepage {}
  .page-homepage #container {
    background: url(../img/misc/120.jpg) no-repeat 0 0;
  }




/* TEMPLATES
----------*/
.template-wide {}
  .template-wide #content {
    width: 100%;
    margin: 0;
  }

.template-compass {}
  .template-compass #content {
    width: 665px;
    margin: 0;
  }

.template-narrow {}
  .template-narrow #container {
    padding-bottom: 0;
    overflow-x: hidden;
  }
    .template-narrow #content {
      width: 255px;
    }
    .template-narrow #side1 {
      width: 392px;
      padding-top: 126px;
    }

.template-three_columns {}
  .template-three_columns #container {}
    .template-three_columns #content {
      width: 255px;
    }
    .template-three_columns #side1 {
      width: 313px;
      float: left;
    }
    .template-three_columns #side2 {
    }

.template-two_columns {}
  .template-two_columns #container {}
    .template-two_columns #content {
      width: 255px;
    }
    .template-two_columns #side1 {
      width: 616px;
    }
      .template-two_columns #side1 .column {
        margin: 0;
        width: 312px;
      }

.template-homepage {}
  .template-homepage #content {
    width: 560px;
    color: #fff;
    margin: 0 0 30px;
  }
    .template-homepage h2 {
      background: none;
      font-size: 261.538%;
      width: auto;
      font-weight: normal;
    }

/* LIGHTBOX */
#basic-modal-content {display:none;}
#simplemodal-overlay {background-color:#000; cursor:wait;}
#simplemodal-container {height:618px; width:940px; color:#fff;}
#simplemodal-container code {background:#141414; border-left:3px solid #65B43D; color:#bbb; display:block; margin-bottom:12px; padding:4px 6px 6px;}
#simplemodal-container a {color:#ddd;}
#simplemodal-container a.modalCloseImg {background: #bb0061 url(../img/sprites-bullets.png) no-repeat -14px -1239px; width:32px; height:32px; display:inline; z-index:3200; position:absolute; top:5px; right:5px; cursor:pointer;}
#simplemodal-container a.modalCloseImg:hover {background-color: #2f2d27;}
#simplemodal-container #basic-modal-content {padding:8px;}

#simplemodal-container a.modalCloseTour {background: #2f2d27; font-size: 1.3em; width: auto; height:40px; line-height: 40px; display:inline; z-index:3200; position:absolute; top:0; right:0; cursor:pointer; font-family: 'Lato', Helvetica, Arial, sans-serif; font-weight: 900; text-transform: uppercase; padding: 0 50px 0 40px; text-decoration: none;}
#simplemodal-container a.modalCloseTour:hover {background-color: #2f2d27; color: #bb0061; }
  #simplemodal-container a.modalCloseTour span {background: #2f2d27 url(../img/sprites-bullets.png) no-repeat -14px -1235px; width: 32px; height:40px; position: absolute; top: 0; right: 10px; }
  #simplemodal-container a.modalCloseTour:hover span {background-position: -61px -1235px;}


#lightbox-container {
  display: none;
}




/* GALLERY */
.section-gallery .html5gallery-container-0 {
  background: none;
  width: 940px;
  height: 618px;
}
  .section-gallery .html5gallery-box-0 {
    top: 0;
    left: 0;
  }
    .section-gallery .html5gallery-elem-0 {
      -webkit-box-shadow: none;
              box-shadow: none;
      padding: 0;
      top: -4px;
      left: -4px;
      overflow: visible;
    }
      .section-gallery .html5gallery-box-0 {}
        .section-gallery .html5gallery-box-0 a:link, .section-gallery .html5gallery-box-0 a:visited {
          display: none;
        }
    .section-gallery .html5gallery-timer-0 {}
    .section-gallery .html5gallery-title-0 {
      display: block;
      height: auto;
      color: #fff;
      font-size: 115.384%;
      top: auto;
      bottom: 0;
      left: 0;
      right: 0;
      padding: 0;
    }
      .section-gallery .html5gallery-title-text-0 {
        padding: 10px 100px 10px 20px;
        background: rgba(0, 0, 0, .5);
      }
    .section-gallery .html5gallery-toolbox-0 {}
      .section-gallery .html5gallery-toolbox-bg-0 {}
      .section-gallery .html5gallery-toolbox-buttons-0 {}
        .section-gallery .html5gallery-play-0 {
          top: 435px;
        }
        .section-gallery .html5gallery-pause-0 {
          top: 435px;
        }
        .section-gallery .html5gallery-left-0 {}
        .section-gallery .html5gallery-right-0 {}
        .section-gallery .html5gallery-lightbox-0 {
          top: 435px;
        }
  .section-gallery .html5gallery-car-0 {
    background: #090508;
    border: none;
    height: 118px;
    top: 500px;
    left: 0;
  }
    .section-gallery .html5gallery-car-list-0 {
      height: 118px;
      left: 0;
      width: 940px;
    }
      .section-gallery .html5gallery-car-mask-0 {
        height: 118px;
      }
        .section-gallery .html5gallery-thumbs-0 {
          top: 21px;
        }
          .section-gallery .html5gallery-tn-0,
          .section-gallery .html5gallery-tn-selected-0 {
            -webkit-box-shadow: none;
                    box-shadow: none;
            position: relative;
            display: block;
            float: left;
            margin-left: 10px;
            margin-right: 10px;
            text-align: center;
            cursor: pointer;
            width: 150px;
            height: 77px;
          }
            .section-gallery .html5gallery-tn-img-0 {}
              .section-gallery .html5gallery-tn-img-0 img {}
            .section-gallery .html5gallery-tn-title-0 {
              position: absolute;
              bottom: 0;
              left: 0;
              right: 0;
              background: rgba(187, 0, 97, .5);
              display: block;
              text-align: left;
              padding: 8px 10px;
              color: #fff;
              font-size: 84.615%;
              line-height: 1.2;
            }
          .section-gallery .html5gallery-tn-selected-0 {
          }
          .section-gallery .html5gallery-tn-selected-0:after,
          .section-gallery .html5gallery-tn-selected-0 > .after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            border: solid 3px #bb0062;
          }
            .section-gallery .html5gallery-tn-selected-0 .html5gallery-tn-title-0 {
              background: #bb0062;
            }
            .section-gallery .html5gallery-tn-selected-0 .html5gallery-tn-img-0 {
              background: none;
            }
    .section-gallery .html5gallery-car-left-0,
    .section-gallery .html5gallery-car-right-0 {
      background: url(../img/sprites-bullets.png) no-repeat -14px -1160px !important;
      height: 30px;
      width: 30px;
      cursor: pointer;
    }
    .section-gallery .html5gallery-car-left-0 {
      top: 40px;
      left: 12px;
    }
    .section-gallery .html5gallery-car-left-0:hover {
      background-position: -14px -1192px !important;
    }
    .section-gallery .html5gallery-car-right-0 {
      background: url(../img/sprites-bullets.png) no-repeat -61px -1160px !important;
      top: 40px;
      right: 12px;
    }
    .section-gallery .html5gallery-car-right-0:hover {
      background-position: -61px -1192px !important;
    }


      .section-gallery .gallery-videos .html5gallery-title-text-0 {
        background: rgba(187, 0, 97, .5);
      }
      .section-gallery .gallery-photos .html5gallery-tn-title-0 {
        display: none;
      }

      .html5gallery-car-list-1,
      .html5gallery-car-1,
      .html5gallery-car-list-0,
      .html5gallery-car-0 {
        background: #000;
      }


/* =slideshow-fade
----------*/

.slideshow-fade {
  overflow: hidden;
}
  .slideshow-fade > ul {
    position: relative;
    height: 200px;
    list-style: none;
    margin: 0;
    z-index: 2;
  }
    .slideshow-fade > ul > li {
      position: absolute;
      z-index: 1;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: #FFF;
      padding: 0;
      overflow: hidden;
    }
    .slideshow-fade > ul > li.next {
      z-index: 4;
    }
    .slideshow-fade > ul > li.active {
      z-index: 5;
    }
  .slideshow-fade .slideshow-fade-triggers {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 10;
    font-size: 84.615%;
    padding: 0 0 20px;
    color: #fff;
  }
    .slideshow-fade .slideshow-fade-triggers a:link, .slideshow-fade .slideshow-fade-triggers a:visited {
      color: #fff;
    }
    .slideshow-fade .slideshow-fade-triggers a.active:link, .slideshow-fade .slideshow-fade-triggers a.active:visited {
      color: #c71a65;
    }


/* =slideshow-jcarousellite
----------*/

.slideshow {
  position: relative;
}
  .slideshow .slider {
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
  }
    .slideshow .slider ul {
    }
      .slideshow .slider li {
        float: left;
        width: 100%;
        background: none;
        padding: 0;
        position: relative;
        overflow: hidden;
      }
        .slideshow .bkg { position: absolute; top: 0; left: 0; z-index: 1; }
        .bgwidth { width: 100%; }
        .bgheight { height: 100%; }

        .box-1 {
          position: absolute;
          bottom: 50%;
          right: 50%;
          z-index: 2;
          background: #c71964;
          color: #fff;
          padding: 22px 20px 19px;
        }
        .box-1:after,
        .box-1 > .after {
          content: '';
          position: absolute;
          bottom: -17px;
          right: 50px;
          margin: 0 -20px 0 0;
          border-top: solid 17px #c9115d;
          border-left: solid 20px transparent;
          border-right: solid 20px transparent;
        }
          .box-1 h4 {
            line-height: 1;
            margin: 0;
            padding: 0 20px 0 0;
          }
          .box-1 p {
            display: none;
            line-height: 1.615;
            max-width: 350px;
            margin: 0;
            padding: 3px 0 0;
          }
          .box-1 a.btn:link, .box-1 a.btn:visited {
            position: absolute;
            top: 0;
            right: 0;
            width: 40px;
            height: 45px;
            color: #fff;
            text-align: center;
            line-height: 52px;
            overflow: hidden;
            font-size: 215.384%;
            text-decoration: none;
            outline: none;
          }

  .slideshow .slider,
  .slideshow .slider ul,
  .slideshow .slider li {
    height: 100%;
  }

  .slideshow .nav-slides {
    position: absolute;
    z-index: 5;
    left: 0;
    top: 395px;
    width: 100%;
  }
    .slideshow .nav-slides a:link, .slideshow .nav-slides a:visited {
      position: absolute;
      z-index: 5;
      top: 0;
      height: 20px;
      background: #2f2d27;
      width: 153px;
      padding: 10px 0;
      font-size: 161.538%;
      color: #fff;
      font-family: 'Lato', Helvetica, Arial, sans-serif;
      font-weight: bold;
      line-height: 1;
      text-decoration: none;
    }
    .slideshow .nav-slides a:link:hover, .slideshow .nav-slides a:visited:hover {
      color: #c71964;
    }
      .slideshow .nav-slides a:link span, .slideshow .nav-slides a:visited span {
        position: relative;
      }
      .slideshow .nav-slides a:link span:after, .slideshow .nav-slides a:visited span:after,
      .slideshow .nav-slides a:link span > .after, .slideshow .nav-slides a:visited span > .after {
        content: '';
        background: url(../img/sprites-bullets.png) no-repeat -14px -1160px;
        width: 30px;
        height: 30px;
        position: absolute;
        top: -2px;
      }
    .slideshow .nav-slides a.prev:link, .slideshow .nav-slides a.prev:visited {
      left: 0;
      padding-right: 20px;
      text-align: right;
    }
      .slideshow .nav-slides a.prev:link span, .slideshow .nav-slides a.prev:visited span {
        padding: 0 0 0 30px;
      }
      .slideshow .nav-slides a.prev:link span:after, .slideshow .nav-slides a.prev:visited span:after,
      .slideshow .nav-slides a.prev:link span > .after, .slideshow .nav-slides a.prev:visited span > .after {
        left: 0;
      }
      .slideshow .nav-slides a.prev:link:hover span:after, .slideshow .nav-slides a.prev:visited:hover span:after,
      .slideshow .nav-slides a.prev:link:hover span > .after, .slideshow .nav-slides a.prev:visited:hover span > .after {
        background-position: -14px -1192px;
      }
    .slideshow .nav-slides a.next:link, .slideshow .nav-slides a.next:visited {
      right: 0;
      padding-left: 20px;
    }
      .slideshow .nav-slides a.next:link span, .slideshow .nav-slides a.next:visited span {
        padding: 0 30px 0 0;
      }
      .slideshow .nav-slides a.next:link span:after, .slideshow .nav-slides a.next:visited span:after,
      .slideshow .nav-slides a.next:link span > .after, .slideshow .nav-slides a.next:visited span > .after {
        background-position: -61px -1160px;
        right: 0;
      }
      .slideshow .nav-slides a.next:link:hover span:after, .slideshow .nav-slides a.next:visited:hover span:after,
      .slideshow .nav-slides a.next:link:hover span > .after, .slideshow .nav-slides a.next:visited:hover span > .after  {
        background-position: -61px -1192px;
      }
    .slideshow .nav-slides a.disabled:link, .slideshow .nav-slides a.disabled:visited {
      display: none;
    }

  .slideshow .triggers {
    position: absolute;
    z-index: 5;
    right: 0;
    left: 0;
    bottom: 0;
    background: #2f2d27;
    height: 146px;
  }
    .slideshow .slider-triggers {
      width: 830px;
      margin: 20px auto 0;
    }
      .slideshow .slider-triggers ul {
        margin: 0 0 0 -10px;
      }
        .slideshow .slider-triggers li {
          width: 170px;
          background: none;
          padding: 0;
          text-align: center;
          float: left;
        }
    .slideshow .slider-triggers,
    .slideshow .slider-triggers ul,
    .slideshow .slider-triggers li {
      height: 77px;
    }
          .slideshow .slider-triggers a:link, .slideshow .slider-triggers a:visited {
            outline: none;
            position: relative;
            display: inline-block;
          }
          .slideshow .slider-triggers a:link:hover:after, .slideshow .slider-triggers a:visited:hover:after,
          .slideshow .slider-triggers a.active:link:after, .slideshow .slider-triggers a.active:visited:after,
          .slideshow .slider-triggers a:link:hover > .after, .slideshow .slider-triggers a:visited:hover > .after,
          .slideshow .slider-triggers a.active:link > .after, .slideshow .slider-triggers a.active:visited > .after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            border: solid 3px #bb0062;
          }

    .slideshow .nav-triggers {
      position: absolute;
      top: 40px;
      width: 946px;
      left: 50%;
      margin: 0 0 0 -473px;
    }
      .slideshow .nav-triggers a:link, .slideshow .nav-triggers a:visited {
        width: 32px;
        height: 32px;
        position: absolute;
        top: 0;
        background: url(../img/sprites-bullets.png) no-repeat -14px -1160px;
        text-indent: -9999em;
        outline: none;
      }
      .slideshow .nav-triggers a.prev:link, .slideshow .nav-triggers a.prev:visited {
        left: 0;
      }
      .slideshow .nav-triggers a.prev:link:hover, .slideshow .nav-triggers a.prev:visited:hover {
        background-position: -14px -1192px;
      }
      .slideshow .nav-triggers a.next:link, .slideshow .nav-triggers a.next:visited {
        right: 0;
        background-position: -61px -1160px;
      }
      .slideshow .nav-triggers a.next:link:hover, .slideshow .nav-triggers a.next:visited:hover {
        background-position: -61px -1192px;
      }
    .slideshow .nav-triggers a.disabled:link, .slideshow .nav-triggers a.disabled:visited {
      display: none;
    }
  a.btn-triggers:link, a.btn-triggers:visited {
    background: #2f2d27;
    height: 30px;
    line-height: 30px;
    font-family: 'Lato', Helvetica, Arial, sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    text-align: center;
    width: 150px;
    position: absolute;
    top: -30px;
    left: 50%;
    color: #fff;
    outline: none;
    text-decoration: none;
    margin: 0 0 0 -75px;
  }


/* =transitions
----------*/








/* =pie - IE <=9
----------*/

html { -pie-load-path: "@root@js"; }

.ie #x {
	position: relative;
/*
	The URL to the .htc file is relative to the CSS file URL in IE 6-8, eg: url(PIE.htc)
	The URL to the .htc file is relative to the HTML file URL in IE 9, eg: url(css/PIE.htc)
	To make all IE versions behave the same you MUST set the path as an absolute path. For example:
	behavior: url(/path/to/css/PIE.htc);
	If you don't see rounded corners or transparency on your pages in IE, replace "PIE.htc" with "PIE.php"
	If there are any references to images in this file, edit those paths to absolute paths also.
*/
	behavior: url(@root@css/PIE.htc);
}
.ie #y {
	position: absolute;
}


.ie #x {
}


/* =ie8
----------*/

.ie8 .x {
}




/* =ie7
----------*/

.ie7 .cf,
.ie7 #header, .ie7 #container, .ie7 #container2, .ie7 #container3, .ie7 #container-in, .ie7 #content, .ie7 #side1, .ie7 #side2, .ie7 #footer,
.ie7 .row,
.ie7 .columns,
.ie7 .callouts,
.ie7 .accordion,
.ie7 .grid-ul,
.ie7 .paginator,
.ie7 .article-ul li,
.ie7 .archive-nav,
.ie7 .team-ul
{
	zoom: 1;
}

.ie7 audio, .ie7 canvas, .ie7 video { display: inline; zoom: 1; }

.ie7 legend { margin-left: -7px; }

.ie7 button, .ie7 input, .ie7 select, .ie7 textarea { vertical-align: middle; }
.ie7 button, .ie7 input { overflow: visible; }

.ie7 input[type="radio"], .ie7 input[type="checkbox"] { vertical-align: middle; }

.ie7 .ir { line-height: 0; }

/*#menu-header.no-intent > ul > li:hover > a:link > .after, #menu-header.no-intent > ul > li:hover > a:visited > .after,
#menu-header > ul > li.hover > a:link > .after, #menu-header > ul > li.hover > a:visited > .after {
  top: 0;
}*/

.ie7 .article-ul li {
  margin: 0 0 -4px;
}
.ie7 .grid-ul {
  margin: 0 0 30px;
}



/* =print
----------*/

@media print {

	@page { margin: 0.5cm; }

	* {
		background: transparent !important;
		color: #000 !important;
		text-shadow: none !important;
		filter: none !important;
		-ms-filter: none !important;
		-webkit-box-shadow: none !important;
		        box-shadow: none !important;
	}

	a:link, a:visited { text-decoration: underline; }

	abbr[title]:after { content: " (" attr(title) ")"; }

	pre, blockquote { border: solid 1px #999; page-break-inside: avoid; }
	thead { display: table-header-group; }
	tr, img { page-break-inside: avoid; }
	img { max-width: 100% !important; }

	h2, h3 { page-break-after: avoid; }
	p, h1, h2, h3 { orphans: 3; widows: 3; }

	#page, #header, #container, #container2, #container3, #container-in, #content, #side1, #side2, #footer {
		width: 100%;
		float: none;
		margin-right: 0;
		margin-left: 0;
	}

}

/* =mq - media queries
----------*/

/* =tablet
----------*/

@media
	screen and (min-width: 768px) and (max-width: 1024px)
{

} /* tablet @media */


/* =mobile
----------*/

@media
	screen and (max-width: 767px)
{

} /* mobile @media */



/* iPhone 4+, Opera Mobile 11, high pixel ratio devices
----------*/
@media
	screen and (-webkit-min-device-pixel-ratio: 2),
	screen and (-o-min-device-pixel-ratio: 3/2),
	screen and (min--moz-device-pixel-ratio: 2),
	screen and (min-device-pixel-ratio: 2)
{

} /* high pixel ratio devices @media */
