/* http://meyerweb.com/eric/tools/css/reset/ */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin: 0; padding: 0; border: 0; font-size: 100%; vertical-align: baseline; background: transparent;} body {line-height: 1;} ol, ul {list-style: none;} blockquote, q {quotes: none;} blockquote:before, blockquote:after, q:before, q:after {content: ''; content: none;} :focus {outline: default;} ins {text-decoration: none;} del {text-decoration: line-through;} table {border-collapse: collapse; border-spacing: 0;}

/* platform overrides */
body {
    color: #2f393a;
    background: #293752;
    font: 13px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Arial, Helvetica, sans-serif;
}
#platform {
    background: url(//edge.ldscdn.org/ml/ldsorg/ver/images/common/bg-ldsorg-1.jpg) no-repeat center 0;
}
.pf-header .pf-nav {
    border-bottom: none;
    box-shadow: none;
}
#platform-canvas *,
#platform-canvas *:before,
#platform-canvas *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
#platform-canvas-content {
    max-width: 976px;
    margin: 0 auto;
}

/* ie10 snapmode fix */
@-ms-viewport { width: device-width; }

/* sprite */
.breadcrumb-button,
.filed-under .home,
.youth-menu li a,
.youth-menu .active span,
.subscribe,
.secondary .share {
    background: url("../images/youth-sprite-new.png") no-repeat;
}

/* basics */
h1, h2, h3, h4, h5, h6, p {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-weight: normal;
}
h1 {
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 15px;
    color: #3c3f46;
    letter-spacing: -1px;
}
.details h1 {
    clear: both;
}
h2 {
    color: #3c3f46;
    font-size: 37px;
    line-height: 40px;
    margin-bottom: 14px;
}
h3 {
    color: #3C424E;
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 12px;
}
p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
}
.list-decor {
    margin-bottom: 30px;
}
.list-decor li {
    color: #445C5A;
    font: 16px/22px Tahoma, Arial, Helvetica, sans-serif;
    margin: 0 0 4px 15px;
    padding-left: 15px;
    position: relative;
}
.list-decor li:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 8px;
    height: 5px;
    width: 5px;
    background: #4e96a5;
    border-radius: 5px;
}
ol {
    margin: 0 0 30px 13px;
}
ol li {
    color: #445C5A;
    font: 16px/22px Tahoma, Arial, Helvetica, sans-serif;
    list-style: decimal outside none;
    margin: 0 0 4px 22px;
}
.primary a {
    color: #4e96a5;
    text-decoration: underline;
}
.secondary a:link,
.secondary a:visited,
.secondary a:active {
    color: #fff;
    text-decoration: none;
}
strong, b {
    font-weight: bold;
}
em, i {
    font-style: italic;
}
sup {
    font-size: 10px;
    line-height: 1;
    vertical-align: super;
}
img{
    border:0;
    -ms-interpolation-mode:bicubic;
    max-width:100%;
    vertical-align:middle;
    height: auto;
    width: auto\9; /* ie8 */
}

/* primary */
.primary {
    background: #EBEDEE;
    position: relative;
    margin-bottom: 15px;
}

/* details */
.details {
    padding: 25px 3.8% 10px;
    position: relative;
    display: block;
    z-index: 1;
}
.details .youth-logo {
   display: block;
   float: left;
   font-size: 0;
   line-height: 0;
   margin: -12px 0 15px -42px;
   position: relative;
   z-index: 15;
   width: 130px;
}
.breadcrumb {
    position: relative;
    float: left;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1),
                0 10px 12px -8px rgba(0, 0, 0, 0.15);
    background: #fcfcfc;
    margin: -7px 0 10px -20px;
    padding: 2px 0px 2px 15px;
}
.breadcrumb-button {
    display: block;
    text-decoration: none;
    text-indent: -9999em;
    overflow: hidden;
    position: relative;
    width: 32px;
    height: 36px;
    background-position: 4px -429px;
    z-index: 200;
}
.breadcrumb-button:after {
    display: block;
    content: '';
    height: 0;
    border: 3px solid transparent;
    border-top-width: 4px;
    border-top-color: #8d8e8f;
    position: absolute;
    top: 11px;
    left: 16px;
}
.filed-under {
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1),
                0 10px 12px -8px rgba(0, 0, 0, 0.15);
    background: #fcfcfc;
    color: #9D9B96;
    font-size: 11px;
    text-transform: uppercase;
    display: none;
    position: absolute;
    z-index: 100;
    width: 160px;
    margin-left: -12px;
    padding: 8px 0;
    top: 122%;
}
.filed-under:before {
    content: '';
    display: block;
    position: absolute;
    border: 8px solid transparent;
    border-bottom: 10px solid #fcfcfc;
    top: -16px;
    left: 16px;
    z-index: 0;
}
.filed-under a,
.filed-under .active {
    padding: 6px 14px;
    display: block;
    line-height: 15px;
}
.filed-under a {
    color: #9D9B96;
    text-decoration: none;
}
.filed-under .active {
    color: #4e96a5;
}
.filed-under .home {
    background-image: none;
}
.menu-button {
  padding: 7px 20px 7px 0;
  display: block;
  text-transform: uppercase;
  font-size: 12px;
  position: relative;
  float: right;
  text-decoration: none !important;
  margin: 0 0 8px;
  color: #4e96a5;
}
.menu-button:before,
.menu-button:after {
  content: '';
  position: absolute;
  right: 0;
  top: 10px;
  border-top: 1px solid #4e96a5;
  width: 12px;
  height: 5px;
}
.menu-button:after {
  top: 14px;
  border-bottom: 1px solid #4e96a5;
}
.main {
    clear: both;
    padding: 0 3.8% 10px;
}

/* tools */
.tools > li + li {
    margin: 8px 0 0;
}
.tools a {
    font-size: 13px/18px 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Tahoma, sans-serif;
    padding: 1px 0 6px 26px;
	display: inline-block;
    position: relative;
    text-decoration: none !important;
}
.tools .comment:before,
.tools .like:before,
.tools .listen:before,
.tools .print:before,
.tools .download:before,
.tools .share:before,
.tools .order:before {
    content: '';
    background: url("../images/youth-sprite-new.png");
    position: absolute;
    left: 0;
    top: 0;
    width: 26px;
    height: 26px;
}
.tools .comment:before {
	background-position: 0 -485px;
}
.tools .like:before {
	background-position: 0 -535px;
}
.tools .listen:before {
	background-position: 0 -587px;
}
.tools .print:before {
	background-position: 0 -639px;
}
.tools .download:before {
    background-position: 0 -1898px;
}
.tools .share:before {
	background-position: 0 -741px;
}
.tools .order:before {
	background-position: 0 -1802px;
}
.tools .share + ul {
    margin-left: 6px;
    padding-top: 6px;
    width: 110px;
}

/* article tools */
.article-tools {
    float: right;
    width: 116px;
    margin: 8px -4px 8px 12px;
    padding: 8px 8px 6px;
    background: #fcfcfc;
    box-shadow: 0 10px 12px -8px rgba(0, 0, 0, 0.3);
}

/* pagination */
.pagination {
    background: #4F96A5;
    border-top: 10px solid;
    clear: both;
    color: #fff;
    font: 14px Tahoma, Arial, Helvetica, sans-serif;
    overflow: hidden;
    padding: 12px 3%;
}
.pagination > span {
    margin-right: 18px;
    text-transform: uppercase;
}
.pagination span.experience-count {
    margin-right: 0;
}
.pagination div {
    float: right;
}
.pagination a, .pagination .inactive {
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    margin-right: 8px;
    text-transform: none;
    text-decoration: none;
}
.pagination .inactive {
    color: #90c9c6;
}

/* secondary */
.secondary {
    margin: 0 2%;
}
.main-menu {
    background: #1F273C;
    margin-bottom: 14px;
    padding: 4px;
}
.main-menu-border {
    border: 1px solid rgb(36, 50, 76);
    border: 1px solid rgba(41, 55, 82, 0.85);
    padding: 5px 2% 18px;
}
.main-menu .youth-menu-title {
    background: #8cbfc1;
    padding: 3px;
    box-shadow: 0 10px 12px -8px rgba(0, 0, 0, 0.6);
}
.main-menu .youth-menu-title h2 {
    border: 1px solid #A8D1D6;
    color: #fff;
    font: 20px/25px Tahoma, Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 8px 10px;
    text-align: center;
    text-shadow: 1px 1px 2px #314349;
    text-transform: uppercase;
}
.youth-menu {
    margin: 8px 0 20px;
    font: 16px/20px Georgia, "Times New Roman", Times, serif;
}
.youth-menu > li {
    padding: 3px 0 4px;
    position: relative;
}
.youth-menu > li:after {
    content: '';
    bottom: 0;
    right: 0;
    width: 100%;
    height: 1px;
    display: block;
    position: absolute;
    background: rgb(46,56,76);
    background: -moz-linear-gradient(left,  rgba(46,56,76,1) 0%, rgba(46,56,76,1) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(46,56,76,0)), color-stop(100%,rgba(46,56,76,1)));
    background: -webkit-linear-gradient(left,  rgba(46,56,76,0) 0%,rgba(46,56,76,1) 100%);
    background: -o-linear-gradient(left,  rgba(46,56,76,1) 0%,rgba(46,56,76,1) 100%);
    background: -ms-linear-gradient(left,  rgba(46,56,76,1) 0%,rgba(46,56,76,1) 100%);
    background: linear-gradient(to right,  rgba(46,56,76,0) 0%,rgba(46,56,76,1) 100%);
}
.youth-menu li a,
.youth-menu .active span {
    background-position: 4px -165px;
    padding-left: 22px;
    display: block;
}
.youth-menu li a {
    width: 100%;
    position: relative;
    padding-top: 4px;
    padding-bottom: 4px;
}
.new-tag {
    background: #ccae49;
    vertical-align: top;
    margin-left: 4px;
    display: inline-block;
    font: 10px/12px Tahoma;
    padding: 2px 5px 3px;
    text-align: center;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
    box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.3);
}
#search {
    position: relative;
}
#search .search-field {
    box-shadow: inset 0 2px 4px #263053;
    border-radius: 22px;
    border: 1px solid #2a2835;
    background: #293752;
    display: block;
    height: 42px;
    width: auto;
}
#search .search-field input {
    background: none;
    border: none;
    color: #fff;
    font-size: 16px;
    margin: 13px 0 0 43px;
    padding: 0;
    width: 78%;
}
#search .search-button {
    background: url(../images/search-icon.png) no-repeat 6px 6px;
    cursor: pointer;
    border: none;
    display: block;
    height: 26px;
    left: 16px;
    margin: 0;
    padding: 0;
    position: absolute;
    text-indent: -99999em;
    top: 9px;
    width: 25px;
    box-shadow: none;
}
.subscribe,
.secondary .share {
    margin: 12px 0;
    background-color: #1E283C;
    background-position: 28px 12px;
    display: block;
    font: bold 17px/18px Tahoma, Arial, Helvetica, sans-serif;
    padding: 10px 13px 11px 55px;
}
.share + ul,
.select-button + ul {
    background-color: #1E283C;
    border: 3px solid #E0E0DC;
    display: none;
    margin: 8px 0 0 26px;
    padding: 12px 4px;
    position: absolute;
    width: 115px;
    z-index: 10;
}
.secondary .share + ul {
    margin: -2px 0 0 34px;
}
.share + ul a,
.select-button + ul li a {
    color: #F3F3F3;
    display: block;
    font: 12px Tahoma, Arial, Helvetica, sans-serif;
    padding: 7px;
    text-transform: none;
    text-decoration: none;
}
.share + ul:after,
.select-button + ul:after {
    background: url("../images/youth-sprite-new.png") no-repeat 1px -869px;
    content: "";
    display: block;
    height: 20px;
    position: absolute;
    left: 6px;
    top: -13px;
    width: 25px;
}
.select-button + ul:after {
    left: 95px;
}
.sub-menu {
    background-color: #1e283c;
    background-image: -moz-linear-gradient(top, #1e283c, #293752); /* FF3.6 */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #1e283c), color-stop(1, #293752)); /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(#1e283c, #293752); /* Chrome 10+, Saf6 */
    background-image: linear-gradient(top, #1e283c, #293752);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr = '#1e283c', EndColorStr = '#293752');
    margin-bottom: 14px;
    padding: 4px;
}
.sub-menu-border {
    padding: 15px 9px 49px;
    border: 1px solid rgb(36, 50, 76);
    border: 1px solid rgba(41, 55, 82, 0.85);
    border-bottom-color: transparent;
}
.sub-menu .youth-menu {
    font-size: 16px;
    margin-top: 12px;
}
.sub-menu h3 {
    color: #fff;
    margin: 0 0 2px 8px;
}
.sub-menu .youth-menu li a,
.sub-menu .youth-menu .active span {
    background-position: 8px -204px;
}
.youth-menu .active span {
    color: #4E96A5;
}
.resources a:hover {
    color: #fff;
}

/* helpers */
.select-menu {
    float: right;
    margin-bottom: 25px;
    position:relative;
    z-index: 1;
}
.sort-by {
    color: #666;
    font: 12px Georgia,"Times New Roman",Times,serif;
    margin: 3px 10px 0 0;
}
a.select-button,
a.select-button:hover {
    border-radius: 12px;
    background: #1E283C;
    color: #FFF2F2;
    display: block;
    float: left;
    font: 11px Tahoma,Arial,Helvetica,sans-serif;
    padding: 4px 0px 4px 13px;
    text-decoration: none;
}
.select-button span {
    background: url("../images/youth-sprite-new.png") no-repeat right -906px;
    display: inline-block;
    min-width: 100px;
    padding-right: 35px;
}
.select-button + ul {
    right:0;
    top: 41px;
    width:122px;
    z-index: 10;
}
.float-right {
    float: right !important;
}
.float-left {
    float: left !important;
}
.img-right {
    float: right;
    margin: 0 -7px 15px 15px;
}
.img-left {
    float: left;
    margin: 0 15px 15px -7px;
}
.play-icon {
    -moz-transition: opacity 0.2s ease;
    -webkit-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
}
.play-icon {
    position: absolute;
    left: 12px;
    top: 58px;
    width: 23px;
    height: 20px;
    background: #efeee9;
    border-radius: 3px;
    border: 1px solid #9ea0a2;
    opacity: 0.7;
    box-shadow: inset 0 -3px 9px rgba(0, 0, 0, .16),
                1px 3px 6px rgba(0, 0, 0, .3);
}
.play-icon:after {
    content: '';
    border: 4px solid transparent;
    border-left: 7px solid #4b4b4b;
    height: 0;
    left: 8px;
    top: 5px;
    position: absolute;
}
.text-right {
    text-align: right;
}
.text-left {
    text-align: left;
}
.img-decor {
    box-shadow: 1px 2px 5px rgba(190, 190, 190, 0.7),
                0 10px 12px -8px rgba(0, 0, 0, 0.4);
    background: #fff;
    display: block;
    padding: 6px;
}
.disabled {
    opacity: 0.5;
    cursor: default;
}

/* form */
.comments-form {
    padding: 15px 3.8%;
}
.comments-form .form {
    overflow: hidden;
}
.form input[type="text"],
.form select,
.form textarea {
    font: 16px Tahoma, Arial, Helvetica, sans-serif;
}
.form input,
.form textarea {
    border: 1px solid #999999;
    padding: 6px 9px;
}
.form input,
.form select {
    margin-bottom: 12px;
    display: block;
}
.form label + input[type="text"],
.form label + select {
    display: block;
    margin-top: 5px;
}
.option {
  position:relative;
}
.form input[type=radio]:not(x) {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin:0;
  position: absolute;
  left: 0;
  top:0;
  height: 14px;
  width: 14px;
  opacity: 0.001;
  float: left;
  z-index: 1;
}
.form input[type=radio]:not(x) + label {
  position:relative;
  display:inline-block;
  text-indent:0px;
  color: #2D2F3B;
  padding-left:20px;
  cursor: pointer;
}
/*the "box"*/
.form input[type=radio]:not(x) + label:before {
  content:"";
  display: inline-block;
  height: 14px;
  width: 14px;
  border-radius: 50px;
  background: #1e283d;
  margin:0;
  position:absolute;
  top:1px;
  left:0;
  margin-right:10px;
}
/*hover effect*/
.form input[type=radio]:not(x) + label:hover:before,
.form input[type=radio]:not(x):focus + label:before,
.form input[type=radio]:not(x):hover + label:before {
  box-shadow: 1px 1px 5px rgba(255,255,255,0.3);
}
/*mousedown/active when unchecked*/
.form input[type=radio]:not(x):active + label:before {
  background: #2f3e5f !important;
}
/*checked*/
.form input[type=radio]:not(x):checked + label:before {
  background:#5196a6;
  border: 3px solid #fff;
}
/*mousedown/active when checked*/
.form input[type=radio]:not(x):active + label:before {
  border-color: #ddd;
}
.form > div {
    margin-bottom: 6px;
}
.form textarea {
    min-height: 114px;
    margin-bottom: 30px;
    width: 100%;
}
.form p {
    color: #999;
    font: 12px Tahoma, Arial, Helvetica, sans-serif;
    margin-bottom: 12px;
}
.error {
    display: none;
}
.error p {
    color: #d80000;
}
.buttons .button {
    float: left;
    margin: 0;
}
.button a.active {
    background: url("../images/youth-sprite-new.png") no-repeat right -897px;
}
.buttons .button + span {
    display: block;
    font-size: 16px;
    float: left;
    margin: 7px 0 0 12px;
}
.buttons .button + span a {
    color: #4E96A5;
    text-decoration: none;
}
/* need for IE7 and IE8 cancel button */
.buttons input {
    float: left\9;
}
.buttons input + span {
    display: block\9;
    float: left\9;
    font-size: 18 px\9;
    margin: 7px 0 0 12 px\9;
}
.buttons .input + span a {
    color: #C01652\9;
}
.count {
    display: block;
    float: right;
    margin: 0 8px 5px 0;
}
.count span {
    color: #4e96a5;
}
.name {
    color: #999;
    display: block;
    font-size: 12px;
    margin-bottom: 12px;
}
.form .buttons {
    float: right;
    margin-bottom: 15px;
    margin-right: 20px;
    padding: 0 0 10px;
    position: relative;
}
.email-draft {
    background: url("../images/diagonal-5x8-c2c2c2.png") repeat-x 0 0;
    clear: both;
    margin-bottom: 35px;
    padding-top: 45px;
}
.email-draft p {
    font: 14px/20px Tahoma, Arial, Helvetica, sans-serif;
    margin-bottom: 20px;
}
.email-draft span {
    color: #4E96A5;
    display: block;
}
.email-draft a {
    color: #3A3D4C;
    text-decoration: underline;
}
a.read-more {
    color: #4c638d;
    display: block;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
}
hr {
    margin: 25px 0 18px;
    background:url("../images/diagonal-5x8-c2c2c2.png") repeat-x 0 0;
    border: none;
    height:8px;
    padding: 0;
}
.details hr {margin-bottom: 15px;}

/* button */
.button {
    background: #1E283C;
    color: #fff;
    display: inline-block;
    margin: 6px 0 0;
    box-shadow: inset -2px -12px 10px -6px rgba(255, 255, 255, 0.2),
                0 10px 12px -8px rgba(0, 0, 0, 0.45);
}
.button a {
    background: url("../images/youth-sprite-new.png") no-repeat right -927px;
    color: #FDFEF5;
    display: block;
    padding: 3px 37px 4px 20px;
    text-decoration: none;
}
.button-border,
.button.brown {
    background: url("../images/brown-grunge.jpg") no-repeat 0 0 #947D75;
    float: left;
    padding: 3px;
    box-shadow: 0 10px 12px -8px rgba(0, 0, 0, 0.6);
}
.form .button-border  input[type="submit"],
.form .button-border  input[type="submit"]:hover,
.button.brown a {
    border: 1px solid #a5958e;
    font-weight: bold;
}
.form input[type="submit"],
.form input[type="submit"]:hover,
.button.brown a {
    border-radius: 0;
    box-shadow: none;
    background: none;
    border: none;
    color: #fff;
    font-size: 18px;
    margin: 0;
    padding: 6px 20px;
    text-shadow: none;
    width: auto;
}
.form > div {
    position: relative;
}

/* clear float */
#platform-canvas-content:after,
.filed-under:after,
.main:after,
.select-menu:after,
.cards:after,
.tools:after,
.header:after,
.slides:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
p.facebook {
    font-style: italic;
    font-size: 12px;
}
p.facebook a {
    background: url("../images/facebook.png") no-repeat 0 0;
    display: inline-block;
    height: 20px;
    margin: 0 0 0 3px;
    text-indent: -9999em;
    width: 75px;
}

/* Survey modal */
#survey-modal .modal {
    background: #f7f2ec; /* Old browsers */
    background: -moz-linear-gradient(top,  #f7f2ec 0%, #dad6d2 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f2ec), color-stop(100%,#dad6d2)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f7f2ec 0%,#dad6d2 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #f7f2ec 0%,#dad6d2 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #f7f2ec 0%,#dad6d2 100%); /* IE10+ */
    background: linear-gradient(top,  #f7f2ec 0%,#dad6d2 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f2ec', endColorstr='#dad6d2',GradientType=0 ); /* IE6-9 */
    border-radius: 13px;
    box-shadow: 5px 0 35px rgba(0, 0, 0, 0.5);
    margin: 155px auto 0;
    padding: 0;
    width: 480px;
}
#survey-modal .modal-top {
    border-bottom: 1px solid #C5BFB6;
    padding: 30px 40px 5px;
}
#survey-modal .modal-top p {
    color: #5F554C;
    font: 26px/31px Georgia,"Times New Roman",Times,serif;
    margin: 0 0 20px;
    text-align: center;
}
#survey-modal .modal-top a {
    color: #2F4966;
}
#survey-modal .modal-bottom {
    border-top: 1px solid #F0EEEC;
    padding: 20px 30px 30px;
    position: relative;
    text-align: center;
    overflow: hidden;
}
#survey-modal .modal-bottom .remind,
#survey-modal .modal-bottom .continue {
    border-radius: 8px;
    font-size: 16px;
    padding: 6px 16px;
    text-shadow: 1px 1px 1px #fff;
    float: none;
}
#survey-modal .modal-bottom .remind {
    color: #666;
}
#survey-modal .modal-bottom .continue {
    background: #e4eae9; /* Old browsers */
    background: -moz-linear-gradient(top,  #e4eae9 0%, #a0bbc1 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e4eae9), color-stop(100%,#a0bbc1)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #e4eae9 0%,#a0bbc1 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #e4eae9 0%,#a0bbc1 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #e4eae9 0%,#a0bbc1 100%); /* IE10+ */
    background: linear-gradient(top,  #e4eae9 0%,#a0bbc1 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4eae9', endColorstr='#a0bbc1',GradientType=0 ); /* IE6-9 */
    color: #243F5D;
    margin-left: 20px;
}
#survey-modal .modal-bottom .noshow {
    bottom: 10px;
    color: #275373;
    font-size: 11px;
    position: absolute;
    right: 15px;
}

@media (min-width: 310px) {
    .filed-under {
        width: 210px;
    }
}

@media (min-width: 444px) {
    .details .youth-logo {
        margin-left: -48px;
    }
}

@media (max-width: 460px) {
    .img-left,
    .img-right {
        float: none;
        margin-left: 0;
        margin-right: 0;
    }
}

@media (min-width: 600px) {
    #platform {
        background-image: url(//ldscdn.org/ml/platform/images/platform-spotlight-wide.jpg);
    }
    h1 {
        font-size: 40px;
        line-height: 42px;
        margin-bottom: 20px;
    }
    p {
        margin-bottom: 30px;
    }
    .img-decor {
        padding: 8px;
    }
    .tools a {
        font-size: 14px;
        padding-left: 30px;
    }
    .buttons .button + span {
        font-size: 18px;
    }
    .primary {
        float: left;
        border-width: 8px;
        width: 66%;
        margin-right: 1.5%;
        margin-top: 15px;
    }
    .details {
        padding: 60px 45px 10px;
    }
    .details .youth-logo {
        margin: -32px 0 15px -59px;
        width: auto;
    }
    .breadcrumb {
        margin: -24px 0 10px -20px;
        padding: 4px 0px 4px 15px;
    }
    .filed-under {
        width: 230px;
    }
    .menu-button {
        display: none;
    }
    .main {
        padding-bottom: 40px;
    }
    .main,
    .details,
    .comments-form {
        padding-left: 7%;
        padding-right: 7%;
    }
    .secondary {
        float: left;
        width: 32.5%;
        margin: 15px 0 0;
    }
    .main-menu .youth-menu-title {
        background: url("../images/youth-menu-blue.png") no-repeat #8cbfc1;
        margin: 0 0 12px;
        position: relative;
    }
    .main-menu .youth-menu-title h2 {
        font-size: 24px;
        border-color: #A8D1D6 #91B6BC #6FA2A8;
    }
    .subscribe,
    .secondary .share {
        margin: 14px 0;
    }
    .tools .share + ul,
    .select-button + ul {
        margin-left: 14px;
    }
    .article-tools {
        margin: 8px 0 10px 15px;
        width: 144px;
        padding: 17px;
    }
    .pagination {
        background: url("../images/pagination-bg.jpg") repeat-y #4F96A5;
        padding: 15px 5%;
    }
    .pagination > span {
        float: left;
    }
}

@media (min-width: 770px) {
    .details .youth-logo {
        margin-left: -68px;
    }
    .youth-menu {
        font-size: 18px;
        margin: 0 5px 20px 0;
    }
    .youth-menu li a,
    .youth-menu .active span {
        background-position: 8px -164px;
        padding-left: 26px;
    }
}

@media (min-width: 870px) {
    .breadcrumb {
        background: none;
        box-shadow: none;
        margin: 0;
        padding: 0;
    }
    .breadcrumb-button,
    .filed-under:before {
        display: none;
    }
    .filed-under {
        position: static;
        float: left;
        margin: -24px 0 10px -20px;
        padding: 8px 8px 8px 15px;
        display: block !important;/* override popup js */
        width: auto;
    }
    .filed-under li:first-child {
        background: none;
        padding-right: 2px;
    }
    .filed-under li {
        background: url("../images/youth-sprite-new.png") no-repeat 0 -389px;
        float: left;
    }
    .filed-under a,
    .filed-under .active {
        padding-right: 5px;
        padding-left: 15px;
    }
    .filed-under .home {
        background-position: 1px -435px;
        background-image: url(../images/youth-sprite-new.png);
        display: block;
        text-indent: -999em;
        overflow: hidden;
    }
}
