.cta {
    margin-top: 15px;
    line-height: 1.1em;
}
.cta .title {
    text-align: left;
}
.cta .size {
    display: block;
    font-size: 0.9em;
    opacity: 0.7;
    text-align: left;
}
.btn,
.search .search-submit,
.form-submit .submit {
    -moz-transition: all 0.08s ease-in;
    -o-transition: all 0.08s ease-in;
    -webkit-transition: all 0.08s ease-in;
    transition: all 0.08s ease-in;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    display: inline-block;
    font-size: 14px;
    padding: 10px 20px;
    border: 1px solid #d0d0d0;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    background: white;
    color: #555;
}
.btn:hover,
.search .search-submit:hover,
.form-submit .submit:hover {
    background: #d0d0d0;
    color: #555;
}
.btn:active,
.search .search-submit:active,
.form-submit .submit:active {
    background: #d0d0d0;
    color: #555;
}
.btn[disabled],
.search [disabled].search-submit,
.form-submit [disabled].submit,
.btn.is-disabled,
.search .is-disabled.search-submit,
.form-submit .is-disabled.submit {
    cursor: default;
    border-color: #e5e5e5;
    background: #f9f9f9;
    color: #bbb;
}
.btn.btn-hollow,
.search .btn-hollow.search-submit,
.form-submit .btn-hollow.submit {
    border-width: 2px;
    font-weight: 700;
    border-color: #666;
    color: #666;
    background-color: transparent;
}
.btn.btn-hollow:hover,
.search .btn-hollow.search-submit:hover,
.form-submit .btn-hollow.submit:hover {
    color: #333;
    border-color: #333;
}
.btn.btn-hollow:active,
.search .btn-hollow.search-submit:active,
.form-submit .btn-hollow.submit:active {
    color: #000;
    border-color: #000;
}
.btn.btn-hollow.btn-lg,
.search .btn-hollow.btn-lg.search-submit,
.form-submit .btn-hollow.btn-lg.submit {
    font-weight: 400;
}
.btn.btn-sm,
.search .btn-sm.search-submit,
.form-submit .btn-sm.submit {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 5px 10px;
}
.btn.btn-sm .ty-icon,
.search .btn-sm.search-submit .ty-icon,
.form-submit .btn-sm.submit .ty-icon {
    margin: 2px 6px 0 -1px;
}
.btn.btn-sm .ty-icon.l-left,
.search .btn-sm.search-submit .ty-icon.l-left,
.form-submit .btn-sm.submit .ty-icon.l-left {
    margin: 1px 6px 0 0;
}
.btn.btn-sm .ty-icon.l-right,
.search .btn-sm.search-submit .ty-icon.l-right,
.form-submit .btn-sm.submit .ty-icon.l-right {
    margin: 1px 0 0 6px;
}
.btn.btn-sm.btn-hollow,
.search .btn-sm.btn-hollow.search-submit,
.form-submit .btn-sm.btn-hollow.submit {
    border-width: 1px;
}
.btn.btn-lg,
.search .btn-lg.search-submit,
.form-submit .btn-lg.submit {
    padding: 15px 30px;
    font-size: 20px;
}
.btn.btn-lg .ty-icon.l-left,
.search .btn-lg.search-submit .ty-icon.l-left,
.form-submit .btn-lg.submit .ty-icon.l-left {
    margin: 1px 8px 0 -3px;
}
.btn.btn-lg .ty-icon.l-right,
.search .btn-lg.search-submit .ty-icon.l-right,
.form-submit .btn-lg.submit .ty-icon.l-right {
    margin: 3px -3px 0 8px;
}
.btn.btn-primary,
.search .search-submit,
.form-submit .submit {
    border-color: #faa726;
    background: #faa726;
}
.btn.btn-primary,
.search .search-submit,
.form-submit .submit,
.btn.btn-primary .ty-icon,
.search .search-submit .ty-icon,
.form-submit .submit .ty-icon {
    color: white;
}
.btn.btn-primary:hover,
.search .search-submit:hover,
.form-submit .submit:hover,
.btn.btn-primary:active,
.search .search-submit:active,
.form-submit .submit:active {
    color: white;
}
.btn.btn-primary:hover,
.search .search-submit:hover,
.form-submit .submit:hover {
    border-color: #faa726;
    background: #faa726;
}
.btn.btn-primary:active,
.search .search-submit:active,
.form-submit .submit:active {
    border-color: #faa726;
    background: #faa726;
}
.btn.btn-primary[disabled],
.search [disabled].search-submit,
.form-submit [disabled].submit,
.btn.btn-primary.is-disabled,
.search .is-disabled.search-submit,
.form-submit .is-disabled.submit {
    border-color: #8bc4ea;
    background: #8bc4ea;
    color: #e1f0fa;
}
.btn.btn-primary.btn-hollow,
.search .btn-hollow.search-submit,
.form-submit .btn-hollow.submit {
    background-color: transparent;
    color: #2a5caa;
}
.btn.btn-primary.btn-hollow:hover,
.search .btn-hollow.search-submit:hover,
.form-submit .btn-hollow.submit:hover {
    color: #109fff;
}
.btn.btn-primary.btn-hollow:active,
.search .btn-hollow.search-submit:active,
.form-submit .btn-hollow.submit:active {
    color: #2386c8;
}
.btn.btn-primary-dark,
.search .btn-primary-dark.search-submit,
.form-submit .btn-primary-dark.submit {
    border-color: #faa726;
    background: #faa726;
}
.btn.btn-primary-dark,
.search .btn-primary-dark.search-submit,
.form-submit .btn-primary-dark.submit,
.btn.btn-primary-dark .ty-icon,
.search .btn-primary-dark.search-submit .ty-icon,
.form-submit .btn-primary-dark.submit .ty-icon {
    color: white;
}
.btn.btn-primary-dark:hover,
.search .btn-primary-dark.search-submit:hover,
.form-submit .btn-primary-dark.submit:hover,
.btn.btn-primary-dark:active,
.search .btn-primary-dark.search-submit:active,
.form-submit .btn-primary-dark.submit:active {
    color: white;
}
.btn.btn-primary-dark:hover,
.search .btn-primary-dark.search-submit:hover,
.form-submit .btn-primary-dark.submit:hover {
    background: #2280bf;
    border-color: #2280bf;
}
.btn.btn-primary-dark:active,
.search .btn-primary-dark.search-submit:active,
.form-submit .btn-primary-dark.submit:active {
    border-color: #2077b2;
    background: #2077b2;
}
.btn.btn-primary-dark[disabled],
.search .btn-primary-dark[disabled].search-submit,
.form-submit .btn-primary-dark[disabled].submit,
.btn.btn-primary-dark.is-disabled,
.search .btn-primary-dark.is-disabled.search-submit,
.form-submit .btn-primary-dark.is-disabled.submit {
    border-color: #8bc4ea;
    background: #8bc4ea;
    color: #e1f0fa;
}
.btn.btn-primary-dark.btn-hollow,
.search .btn-primary-dark.btn-hollow.search-submit,
.form-submit .btn-primary-dark.btn-hollow.submit {
    background-color: transparent;
    color: #2386c8;
}
.btn.btn-primary-dark.btn-hollow:hover,
.search .btn-primary-dark.btn-hollow.search-submit:hover,
.form-submit .btn-primary-dark.btn-hollow.submit:hover {
    color: #2280bf;
}
.btn.btn-primary-dark.btn-hollow:active,
.search .btn-primary-dark.btn-hollow.search-submit:active,
.form-submit .btn-primary-dark.btn-hollow.submit:active {
    color: #2077b2;
}
.btn.btn-positive,
.search .btn-positive.search-submit,
.form-submit .btn-positive.submit {
    border-color: #2A5CAA;
    background: #2A5CAA;
}
.btn.btn-positive,
.search .btn-positive.search-submit,
.form-submit .btn-positive.submit,
.btn.btn-positive .ty-icon,
.search .btn-positive.search-submit .ty-icon,
.form-submit .btn-positive.submit .ty-icon {
    color: white;
}
.btn.btn-positive:hover,
.search .btn-positive.search-submit:hover,
.form-submit .btn-positive.submit:hover,
.btn.btn-positive:active,
.search .btn-positive.search-submit:active,
.form-submit .btn-positive.submit:active {
    color: white;
}
.btn.btn-positive:hover,
.search .btn-positive.search-submit:hover,
.form-submit .btn-positive.submit:hover {
    border-color: #faa726;
    background: #faa726;
}
.btn.btn-positive:active,
.search .btn-positive.search-submit:active,
.form-submit .btn-positive.submit:active {
    border-color: #faa726;
    background: #faa726;
}
.btn.btn-positive[disabled],
.search .btn-positive[disabled].search-submit,
.form-submit .btn-positive[disabled].submit,
.btn.btn-positive.is-disabled,
.search .btn-positive.is-disabled.search-submit,
.form-submit .btn-positive.is-disabled.submit {
    border-color: #aed388;
    background: #aed388;
    color: #e1efd2;
}
.btn.btn-positive.btn-hollow,
.search .btn-positive.btn-hollow.search-submit,
.form-submit .btn-positive.btn-hollow.submit {
    background-color: transparent;
    color: #faa726;
}
.btn.btn-positive.btn-hollow:hover,
.search .btn-positive.btn-hollow.search-submit:hover,
.form-submit .btn-positive.btn-hollow.submit:hover {
    color: #faa726;
}
.btn.btn-positive.btn-hollow:active,
.search .btn-positive.btn-hollow.search-submit:active,
.form-submit .btn-positive.btn-hollow.submit:active {
    color: #6a9938;
}
.btn.btn-neutral,
.search .btn-neutral.search-submit,
.form-submit .btn-neutral.submit {
    border-color: #faa726;
    background: #faa726;
}
.btn.btn-neutral,
.search .btn-neutral.search-submit,
.form-submit .btn-neutral.submit,
.btn.btn-neutral .ty-icon,
.search .btn-neutral.search-submit .ty-icon,
.form-submit .btn-neutral.submit .ty-icon {
    color: white;
}
.btn.btn-neutral:hover,
.search .btn-neutral.search-submit:hover,
.form-submit .btn-neutral.submit:hover,
.btn.btn-neutral:active,
.search .btn-neutral.search-submit:active,
.form-submit .btn-neutral.submit:active {
    color: white;
}
.btn.btn-neutral:hover,
.search .btn-neutral.search-submit:hover,
.form-submit .btn-neutral.submit:hover {
    border-color: #ffb140;
    background: #ffb140;
}
.btn.btn-neutral:active,
.search .btn-neutral.search-submit:active,
.form-submit .btn-neutral.submit:active {
    border-color: #ff9d0d;
    background: #ff9d0d;
}
.btn.btn-neutral[disabled],
.search .btn-neutral[disabled].search-submit,
.form-submit .btn-neutral[disabled].submit,
.btn.btn-neutral.is-disabled,
.search .btn-neutral.is-disabled.search-submit,
.form-submit .btn-neutral.is-disabled.submit {
    border-color: #ffd08c;
    background: #ffd08c;
    color: #fffaf2;
}
.btn.btn-neutral.btn-hollow,
.search .btn-neutral.btn-hollow.search-submit,
.form-submit .btn-neutral.btn-hollow.submit {
    background-color: transparent;
    color: #faa726;
}
.btn.btn-neutral.btn-hollow:hover,
.search .btn-neutral.btn-hollow.search-submit:hover,
.form-submit .btn-neutral.btn-hollow.submit:hover {
    color: #faa726;
}
.btn.btn-neutral.btn-hollow:active,
.search .btn-neutral.btn-hollow.search-submit:active,
.form-submit .btn-neutral.btn-hollow.submit:active {
    color: #ff9d0d;
}
.btn.btn-negative,
.search .btn-negative.search-submit,
.form-submit .btn-negative.submit {
    border-color: #f06748;
    background: #f06748;
}
.btn.btn-negative,
.search .btn-negative.search-submit,
.form-submit .btn-negative.submit,
.btn.btn-negative .ty-icon,
.search .btn-negative.search-submit .ty-icon,
.form-submit .btn-negative.submit .ty-icon {
    color: white;
}
.btn.btn-negative:hover,
.search .btn-negative.search-submit:hover,
.form-submit .btn-negative.submit:hover,
.btn.btn-negative:active,
.search .btn-negative.search-submit:active,
.form-submit .btn-negative.submit:active {
    color: white;
}
.btn.btn-negative:hover,
.search .btn-negative.search-submit:hover,
.form-submit .btn-negative.submit:hover {
    border-color: #ff5e39;
    background: #ff5e39;
}
.btn.btn-negative:active,
.search .btn-negative.search-submit:active,
.form-submit .btn-negative.submit:active {
    border-color: #ed4c27;
    background: #ed4c27;
}
.btn.btn-negative[disabled],
.search .btn-negative[disabled].search-submit,
.form-submit .btn-negative[disabled].submit,
.btn.btn-negative.is-disabled,
.search .btn-negative.is-disabled.search-submit,
.form-submit .btn-negative.is-disabled.submit {
    border-color: #f8b5a6;
    background: #f8b5a6;
    color: #fff;
}
.btn.btn-negative.btn-hollow,
.search .btn-negative.btn-hollow.search-submit,
.form-submit .btn-negative.btn-hollow.submit {
    background-color: transparent;
    color: #f06748;
}
.btn.btn-negative.btn-hollow:hover,
.search .btn-negative.btn-hollow.search-submit:hover,
.form-submit .btn-negative.btn-hollow.submit:hover {
    color: #ff5e39;
}
.btn.btn-negative.btn-hollow:active,
.search .btn-negative.btn-hollow.search-submit:active,
.form-submit .btn-negative.btn-hollow.submit:active {
    color: #ed4c27;
}
.btn.btn-white,
.search .btn-white.search-submit,
.form-submit .btn-white.submit {
    border-color: white;
    background: white;
}
.btn.btn-white,
.search .btn-white.search-submit,
.form-submit .btn-white.submit,
.btn.btn-white .ty-icon,
.search .btn-white.search-submit .ty-icon,
.form-submit .btn-white.submit .ty-icon {
    color: #333;
}
.btn.btn-white:hover,
.search .btn-white.search-submit:hover,
.form-submit .btn-white.submit:hover,
.btn.btn-white:active,
.search .btn-white.search-submit:active,
.form-submit .btn-white.submit:active {
    color: #333;
}
.btn.btn-white:hover,
.search .btn-white.search-submit:hover,
.form-submit .btn-white.submit:hover {
    border-color: #fafafa;
    background: #fafafa;
}
.btn.btn-white:active,
.search .btn-white.search-submit:active,
.form-submit .btn-white.submit:active {
    border-color: #f5f5f5;
    background: #f5f5f5;
}
.btn.btn-white[disabled],
.search .btn-white[disabled].search-submit,
.form-submit .btn-white[disabled].submit,
.btn.btn-white.is-disabled,
.search .btn-white.is-disabled.search-submit,
.form-submit .btn-white.is-disabled.submit {
    color: #999;
}
.btn.btn-white.btn-hollow,
.search .btn-white.btn-hollow.search-submit,
.form-submit .btn-white.btn-hollow.submit {
    background-color: transparent;
    color: white;
}
.btn.btn-white.btn-hollow .ty-icon,
.search .btn-white.btn-hollow.search-submit .ty-icon,
.form-submit .btn-white.btn-hollow.submit .ty-icon {
    color: white;
}
.btn.btn-white.btn-hollow:hover,
.search .btn-white.btn-hollow.search-submit:hover,
.form-submit .btn-white.btn-hollow.submit:hover {
    background-color: transparent;
}
.btn.btn-white.btn-hollow:active,
.search .btn-white.btn-hollow.search-submit:active,
.form-submit .btn-white.btn-hollow.submit:active {
    background-color: transparent;
}
.btn.btn-round,
.search .btn-round.search-submit,
.form-submit .btn-round.submit {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    padding: 0;
    margin: 0;
    width: 50px;
    height: 50px;
}
.btn.btn-round .ty-icon,
.search .btn-round.search-submit .ty-icon,
.form-submit .btn-round.submit .ty-icon {
    font-size: 24px;
    line-height: 50px;
}
.btn.btn-play,
.search .btn-play.search-submit,
.form-submit .btn-play.submit {
    background-color: rgba(255, 255, 255, 0.6);
    border: none;
    border-radius: 50%;
    color: rgba(0, 0, 0, 0.6);
    height: 100px;
    width: 100px;
    padding: 0 0 0 11px;
    margin: 0;
}
@media (max-width: 480px) {
    .btn.btn-play,
    .search .btn-play.search-submit,
    .form-submit .btn-play.submit {
        padding: 0 0 0 6px;
        height: 70px;
        width: 70px;
    }
}
.btn.btn-play:hover,
.search .btn-play.search-submit:hover,
.form-submit .btn-play.submit:hover {
    background-color: rgba(255, 255, 255, 0.8);
    color: rgba(0, 0, 0, 0.7);
}
.btn.btn-play:active,
.search .btn-play.search-submit:active,
.form-submit .btn-play.submit:active {
    background-color: rgba(255, 255, 255, 0.9);
    color: rgba(0, 0, 0, 0.7);
}
.btn.btn-play.btn-dark,
.search .btn-play.btn-dark.search-submit,
.form-submit .btn-play.btn-dark.submit {
    background-color: rgba(0, 0, 0, 0.4);
    color: #fff;
}
.btn.btn-play.btn-dark:hover,
.search .btn-play.btn-dark.search-submit:hover,
.form-submit .btn-play.btn-dark.submit:hover {
    background-color: rgba(0, 0, 0, 0.5);
}
.btn.btn-play.btn-dark:active,
.search .btn-play.btn-dark.search-submit:active,
.form-submit .btn-play.btn-dark.submit:active {
    background-color: rgba(0, 0, 0, 0.6);
}
.btn.btn-play .ty-icon,
.search .btn-play.search-submit .ty-icon,
.form-submit .btn-play.submit .ty-icon {
    font-size: 90px;
    line-height: 100px;
}
@media (max-width: 480px) {
    .btn.btn-play .ty-icon,
    .search .btn-play.search-submit .ty-icon,
    .form-submit .btn-play.submit .ty-icon {
        font-size: 60px;
        line-height: 70px;
    }
}
.btn.btn-download,
.search .btn-download.search-submit,
.form-submit .btn-download.submit {
    font-size: 14px;
    padding: 8px 20px 8px 15px;
}
.btn.btn-download .ty-icon,
.search .btn-download.search-submit .ty-icon,
.form-submit .btn-download.submit .ty-icon {
    float: left;
    font-size: 1.7em;
    padding: 3px;
    margin-right: 8px;
}
.btn.btn-download .title,
.search .btn-download.search-submit .title,
.form-submit .btn-download.submit .title {
    text-align: left;
    line-height: 1em;
    margin-right: 5px;
}
.btn.btn-download .size,
.search .btn-download.search-submit .size,
.form-submit .btn-download.submit .size {
    display: block;
    text-align: left;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1em;
}
.btn-group .btn,
.btn-group .search .search-submit,
.search .btn-group .search-submit,
.btn-group .form-submit .submit,
.form-submit .btn-group .submit {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    float: left;
}
.btn-group > .btn:first-child,
.search .btn-group > .search-submit:first-child,
.form-submit .btn-group > .submit:first-child {
    -moz-border-radius: 5px 0 0 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px 0 0 5px;
}
.btn-group > .btn:first-child.btn-sm,
.search .btn-group > .search-submit:first-child.btn-sm,
.form-submit .btn-group > .submit:first-child.btn-sm {
    -moz-border-radius: 3px 0 0 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px 0 0 3px;
}
.btn-group > .btn:last-child,
.search .btn-group > .search-submit:last-child,
.form-submit .btn-group > .submit:last-child {
    -moz-border-radius: 0 5px 5px 0;
    -webkit-border-radius: 0;
    border-radius: 0 5px 5px 0;
}
.btn-group > .btn:last-child.btn-sm,
.search .btn-group > .search-submit:last-child.btn-sm,
.form-submit .btn-group > .submit:last-child.btn-sm {
    -moz-border-radius: 0 3px 3px 0;
    -webkit-border-radius: 0;
    border-radius: 0 3px 3px 0;
}
.btn-group > .btn:only-child,
.search .btn-group > .search-submit:only-child,
.form-submit .btn-group > .submit:only-child {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.btn-group > .btn:only-child.btn-sm,
.search .btn-group > .search-submit:only-child.btn-sm,
.form-submit .btn-group > .submit:only-child.btn-sm {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.cta {
    margin-top: 15px;
    line-height: 1.1em;
}
.cta .title {
    text-align: left;
}
.cta .size {
    display: block;
    font-size: 0.9em;
    opacity: 0.7;
    text-align: left;
}
.btn,
.search .search-submit,
.form-submit .submit {
    -moz-transition: all 0.08s ease-in;
    -o-transition: all 0.08s ease-in;
    -webkit-transition: all 0.08s ease-in;
    transition: all 0.08s ease-in;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    display: inline-block;
    font-size: 16px;
    padding: 10px 20px;
    border: 1px solid #d0d0d0;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    background: white;
    color: #555;
}
.btn:hover,
.search .search-submit:hover,
.form-submit .submit:hover {
    background: #d0d0d0;
    color: #555;
}
.btn:active,
.search .search-submit:active,
.form-submit .submit:active {
    background: #d0d0d0;
    color: #555;
}
.btn[disabled],
.search [disabled].search-submit,
.form-submit [disabled].submit,
.btn.is-disabled,
.search .is-disabled.search-submit,
.form-submit .is-disabled.submit {
    cursor: default;
    border-color: #e5e5e5;
    background: #f9f9f9;
    color: #bbb;
}
.btn.btn-hollow,
.search .btn-hollow.search-submit,
.form-submit .btn-hollow.submit {
    border-width: 2px;
    font-weight: 700;
    border-color: #666;
    color: #666;
    background-color: transparent;
}
.btn.btn-hollow:hover,
.search .btn-hollow.search-submit:hover,
.form-submit .btn-hollow.submit:hover {
    color: #333;
    border-color: #333;
}
.btn.btn-hollow:active,
.search .btn-hollow.search-submit:active,
.form-submit .btn-hollow.submit:active {
    color: #000;
    border-color: #000;
}
.btn.btn-hollow.btn-lg,
.search .btn-hollow.btn-lg.search-submit,
.form-submit .btn-hollow.btn-lg.submit {
    font-weight: 400;
}
.btn.btn-sm,
.search .btn-sm.search-submit,
.form-submit .btn-sm.submit {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 5px 10px;
}
.btn.btn-sm .ty-icon,
.search .btn-sm.search-submit .ty-icon,
.form-submit .btn-sm.submit .ty-icon {
    margin: 2px 6px 0 -1px;
}
.btn.btn-sm .ty-icon.l-left,
.search .btn-sm.search-submit .ty-icon.l-left,
.form-submit .btn-sm.submit .ty-icon.l-left {
    margin: 1px 6px 0 0;
}
.btn.btn-sm .ty-icon.l-right,
.search .btn-sm.search-submit .ty-icon.l-right,
.form-submit .btn-sm.submit .ty-icon.l-right {
    margin: 1px 0 0 6px;
}
.btn.btn-sm.btn-hollow,
.search .btn-sm.btn-hollow.search-submit,
.form-submit .btn-sm.btn-hollow.submit {
    border-width: 1px;
}
.btn.btn-lg,
.search .btn-lg.search-submit,
.form-submit .btn-lg.submit {
    padding: 15px 30px;
    font-size: 20px;
}
.btn.btn-lg .ty-icon.l-left,
.search .btn-lg.search-submit .ty-icon.l-left,
.form-submit .btn-lg.submit .ty-icon.l-left {
    margin: 1px 8px 0 -3px;
}
.btn.btn-lg .ty-icon.l-right,
.search .btn-lg.search-submit .ty-icon.l-right,
.form-submit .btn-lg.submit .ty-icon.l-right {
    margin: 3px -3px 0 8px;
}
.btn.btn-primary,
.search .search-submit,
.form-submit .submit {
    border-color: #2A5CAA;
    background: #2A5CAA;
}
.btn.btn-primary,
.search .search-submit,
.form-submit .submit,
.btn.btn-primary .ty-icon,
.search .search-submit .ty-icon,
.form-submit .submit .ty-icon {
    color: white;
}
.btn.btn-primary:hover,
.search .search-submit:hover,
.form-submit .submit:hover,
.btn.btn-primary:active,
.search .search-submit:active,
.form-submit .submit:active {
    color: #2A5CAA;
}
.btn.btn-primary:hover,
.search .search-submit:hover,
.form-submit .submit:hover {
    border-color: #2A5CAA;
    background: white;
}
.btn.btn-primary:active,
.search .search-submit:active,
.form-submit .submit:active {
    border-color: #faa726;
    background: #faa726;
}
.btn.btn-primary[disabled],
.search [disabled].search-submit,
.form-submit [disabled].submit,
.btn.btn-primary.is-disabled,
.search .is-disabled.search-submit,
.form-submit .is-disabled.submit {
    border-color: #8bc4ea;
    background: #8bc4ea;
    color: #e1f0fa;
}
.btn.btn-primary.btn-hollow,
.search .btn-hollow.search-submit,
.form-submit .btn-hollow.submit {
    background-color: transparent;
    color: #2a5caa;
}
.btn.btn-primary.btn-hollow:hover,
.search .btn-hollow.search-submit:hover,
.form-submit .btn-hollow.submit:hover {
    color: #109fff;
}
.btn.btn-primary.btn-hollow:active,
.search .btn-hollow.search-submit:active,
.form-submit .btn-hollow.submit:active {
    color: #2386c8;
}
.btn.btn-primary-dark,
.search .btn-primary-dark.search-submit,
.form-submit .btn-primary-dark.submit {
    border-color: #2386c8;
    background: #2386c8;
}
.btn.btn-primary-dark,
.search .btn-primary-dark.search-submit,
.form-submit .btn-primary-dark.submit,
.btn.btn-primary-dark .ty-icon,
.search .btn-primary-dark.search-submit .ty-icon,
.form-submit .btn-primary-dark.submit .ty-icon {
    color: white;
}
.btn.btn-primary-dark:hover,
.search .btn-primary-dark.search-submit:hover,
.form-submit .btn-primary-dark.submit:hover,
.btn.btn-primary-dark:active,
.search .btn-primary-dark.search-submit:active,
.form-submit .btn-primary-dark.submit:active {
    color: white;
}
.btn.btn-primary-dark:hover,
.search .btn-primary-dark.search-submit:hover,
.form-submit .btn-primary-dark.submit:hover {
    background: #2280bf;
    border-color: #2280bf;
}
.btn.btn-primary-dark:active,
.search .btn-primary-dark.search-submit:active,
.form-submit .btn-primary-dark.submit:active {
    border-color: #2077b2;
    background: #2077b2;
}
.btn.btn-primary-dark[disabled],
.search .btn-primary-dark[disabled].search-submit,
.form-submit .btn-primary-dark[disabled].submit,
.btn.btn-primary-dark.is-disabled,
.search .btn-primary-dark.is-disabled.search-submit,
.form-submit .btn-primary-dark.is-disabled.submit {
    border-color: #8bc4ea;
    background: #8bc4ea;
    color: #e1f0fa;
}
.btn.btn-primary-dark.btn-hollow,
.search .btn-primary-dark.btn-hollow.search-submit,
.form-submit .btn-primary-dark.btn-hollow.submit {
    background-color: transparent;
    color: #2386c8;
}
.btn.btn-primary-dark.btn-hollow:hover,
.search .btn-primary-dark.btn-hollow.search-submit:hover,
.form-submit .btn-primary-dark.btn-hollow.submit:hover {
    color: #2280bf;
}
.btn.btn-primary-dark.btn-hollow:active,
.search .btn-primary-dark.btn-hollow.search-submit:active,
.form-submit .btn-primary-dark.btn-hollow.submit:active {
    color: #2077b2;
}
.btn.btn-positive,
.search .btn-positive.search-submit,
.form-submit .btn-positive.submit {
    border-color: #2A5CAA;
    background: #2A5CAA;
}
.btn.btn-positive,
.search .btn-positive.search-submit,
.form-submit .btn-positive.submit,
.btn.btn-positive .ty-icon,
.search .btn-positive.search-submit .ty-icon,
.form-submit .btn-positive.submit .ty-icon {
    color: white;
}
.btn.btn-positive:hover,
.search .btn-positive.search-submit:hover,
.form-submit .btn-positive.submit:hover,
.btn.btn-positive:active,
.search .btn-positive.search-submit:active,
.form-submit .btn-positive.submit:active {
    color: white;
}
.btn.btn-positive:hover,
.search .btn-positive.search-submit:hover,
.form-submit .btn-positive.submit:hover {
    border-color: #2A5CAA;
    background: white;
    color: #2A5CAA;
}
.btn.btn-positive:active,
.search .btn-positive.search-submit:active,
.form-submit .btn-positive.submit:active {
    border-color: #2A5CAA;
    background: #ffffff;
}
.btn.btn-positive[disabled],
.search .btn-positive[disabled].search-submit,
.form-submit .btn-positive[disabled].submit,
.btn.btn-positive.is-disabled,
.search .btn-positive.is-disabled.search-submit,
.form-submit .btn-positive.is-disabled.submit {
    border-color: #aed388;
    background: #aed388;
    color: #e1efd2;
}
.btn.btn-positive.btn-hollow,
.search .btn-positive.btn-hollow.search-submit,
.form-submit .btn-positive.btn-hollow.submit {
    background-color: transparent;
    color: #faa726;
}
.btn.btn-positive.btn-hollow:hover,
.search .btn-positive.btn-hollow.search-submit:hover,
.form-submit .btn-positive.btn-hollow.submit:hover {
    color: #faa726;
}
.btn.btn-positive.btn-hollow:active,
.search .btn-positive.btn-hollow.search-submit:active,
.form-submit .btn-positive.btn-hollow.submit:active {
    color: #6a9938;
}
.btn.btn-neutral,
.search .btn-neutral.search-submit,
.form-submit .btn-neutral.submit {
    border-color: #faa726;
    background: #faa726;
}
.btn.btn-neutral,
.search .btn-neutral.search-submit,
.form-submit .btn-neutral.submit,
.btn.btn-neutral .ty-icon,
.search .btn-neutral.search-submit .ty-icon,
.form-submit .btn-neutral.submit .ty-icon {
    color: white;
}
.btn.btn-neutral:hover,
.search .btn-neutral.search-submit:hover,
.form-submit .btn-neutral.submit:hover,
.btn.btn-neutral:active,
.search .btn-neutral.search-submit:active,
.form-submit .btn-neutral.submit:active {
    color: white;
}
.btn.btn-neutral:hover,
.search .btn-neutral.search-submit:hover,
.form-submit .btn-neutral.submit:hover {
    border-color: #ffb140;
    background: #ffb140;
}
.btn.btn-neutral:active,
.search .btn-neutral.search-submit:active,
.form-submit .btn-neutral.submit:active {
    border-color: #ff9d0d;
    background: #ff9d0d;
}
.btn.btn-neutral[disabled],
.search .btn-neutral[disabled].search-submit,
.form-submit .btn-neutral[disabled].submit,
.btn.btn-neutral.is-disabled,
.search .btn-neutral.is-disabled.search-submit,
.form-submit .btn-neutral.is-disabled.submit {
    border-color: #ffd08c;
    background: #ffd08c;
    color: #fffaf2;
}
.btn.btn-neutral.btn-hollow,
.search .btn-neutral.btn-hollow.search-submit,
.form-submit .btn-neutral.btn-hollow.submit {
    background-color: transparent;
    color: #faa726;
}
.btn.btn-neutral.btn-hollow:hover,
.search .btn-neutral.btn-hollow.search-submit:hover,
.form-submit .btn-neutral.btn-hollow.submit:hover {
    color: #faa726;
}
.btn.btn-neutral.btn-hollow:active,
.search .btn-neutral.btn-hollow.search-submit:active,
.form-submit .btn-neutral.btn-hollow.submit:active {
    color: #ff9d0d;
}
.btn.btn-negative,
.search .btn-negative.search-submit,
.form-submit .btn-negative.submit {
    border-color: #f06748;
    background: #f06748;
}
.btn.btn-negative,
.search .btn-negative.search-submit,
.form-submit .btn-negative.submit,
.btn.btn-negative .ty-icon,
.search .btn-negative.search-submit .ty-icon,
.form-submit .btn-negative.submit .ty-icon {
    color: white;
}
.btn.btn-negative:hover,
.search .btn-negative.search-submit:hover,
.form-submit .btn-negative.submit:hover,
.btn.btn-negative:active,
.search .btn-negative.search-submit:active,
.form-submit .btn-negative.submit:active {
    color: white;
}
.btn.btn-negative:hover,
.search .btn-negative.search-submit:hover,
.form-submit .btn-negative.submit:hover {
    border-color: #ff5e39;
    background: #ff5e39;
}
.btn.btn-negative:active,
.search .btn-negative.search-submit:active,
.form-submit .btn-negative.submit:active {
    border-color: #ed4c27;
    background: #ed4c27;
}
.btn.btn-negative[disabled],
.search .btn-negative[disabled].search-submit,
.form-submit .btn-negative[disabled].submit,
.btn.btn-negative.is-disabled,
.search .btn-negative.is-disabled.search-submit,
.form-submit .btn-negative.is-disabled.submit {
    border-color: #f8b5a6;
    background: #f8b5a6;
    color: #fff;
}
.btn.btn-negative.btn-hollow,
.search .btn-negative.btn-hollow.search-submit,
.form-submit .btn-negative.btn-hollow.submit {
    background-color: transparent;
    color: #f06748;
}
.btn.btn-negative.btn-hollow:hover,
.search .btn-negative.btn-hollow.search-submit:hover,
.form-submit .btn-negative.btn-hollow.submit:hover {
    color: #ff5e39;
}
.btn.btn-negative.btn-hollow:active,
.search .btn-negative.btn-hollow.search-submit:active,
.form-submit .btn-negative.btn-hollow.submit:active {
    color: #ed4c27;
}
.btn.btn-white,
.search .btn-white.search-submit,
.form-submit .btn-white.submit {
    border-color: white;
    background: white;
}
.btn.btn-white,
.search .btn-white.search-submit,
.form-submit .btn-white.submit,
.btn.btn-white .ty-icon,
.search .btn-white.search-submit .ty-icon,
.form-submit .btn-white.submit .ty-icon {
    color: #333;
}
.btn.btn-white:hover,
.search .btn-white.search-submit:hover,
.form-submit .btn-white.submit:hover,
.btn.btn-white:active,
.search .btn-white.search-submit:active,
.form-submit .btn-white.submit:active {
    color: #333;
}
.btn.btn-white:hover,
.search .btn-white.search-submit:hover,
.form-submit .btn-white.submit:hover {
    border-color: #fafafa;
    background: #fafafa;
}
.btn.btn-white:active,
.search .btn-white.search-submit:active,
.form-submit .btn-white.submit:active {
    border-color: #f5f5f5;
    background: #f5f5f5;
}
.btn.btn-white[disabled],
.search .btn-white[disabled].search-submit,
.form-submit .btn-white[disabled].submit,
.btn.btn-white.is-disabled,
.search .btn-white.is-disabled.search-submit,
.form-submit .btn-white.is-disabled.submit {
    color: #999;
}
.btn.btn-white.btn-hollow,
.search .btn-white.btn-hollow.search-submit,
.form-submit .btn-white.btn-hollow.submit {
    background-color: transparent;
    color: white;
}
.btn.btn-white.btn-hollow .ty-icon,
.search .btn-white.btn-hollow.search-submit .ty-icon,
.form-submit .btn-white.btn-hollow.submit .ty-icon {
    color: white;
}
.btn.btn-white.btn-hollow:hover,
.search .btn-white.btn-hollow.search-submit:hover,
.form-submit .btn-white.btn-hollow.submit:hover {
    background-color: transparent;
}
.btn.btn-white.btn-hollow:active,
.search .btn-white.btn-hollow.search-submit:active,
.form-submit .btn-white.btn-hollow.submit:active {
    background-color: transparent;
}
.btn.btn-round,
.search .btn-round.search-submit,
.form-submit .btn-round.submit {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    padding: 0;
    margin: 0;
    width: 50px;
    height: 50px;
}
.btn.btn-round .ty-icon,
.search .btn-round.search-submit .ty-icon,
.form-submit .btn-round.submit .ty-icon {
    font-size: 24px;
    line-height: 50px;
}
.btn.btn-play,
.search .btn-play.search-submit,
.form-submit .btn-play.submit {
    background-color: rgba(255, 255, 255, 0.6);
    border: none;
    border-radius: 50%;
    color: rgba(0, 0, 0, 0.6);
    height: 100px;
    width: 100px;
    padding: 0 0 0 11px;
    margin: 0;
}
@media (max-width: 480px) {
    .btn.btn-play,
    .search .btn-play.search-submit,
    .form-submit .btn-play.submit {
        padding: 0 0 0 6px;
        height: 70px;
        width: 70px;
    }
}
.btn.btn-play:hover,
.search .btn-play.search-submit:hover,
.form-submit .btn-play.submit:hover {
    background-color: rgba(255, 255, 255, 0.8);
    color: rgba(0, 0, 0, 0.7);
}
.btn.btn-play:active,
.search .btn-play.search-submit:active,
.form-submit .btn-play.submit:active {
    background-color: rgba(255, 255, 255, 0.9);
    color: rgba(0, 0, 0, 0.7);
}
.btn.btn-play.btn-dark,
.search .btn-play.btn-dark.search-submit,
.form-submit .btn-play.btn-dark.submit {
    background-color: rgba(0, 0, 0, 0.4);
    color: #fff;
}
.btn.btn-play.btn-dark:hover,
.search .btn-play.btn-dark.search-submit:hover,
.form-submit .btn-play.btn-dark.submit:hover {
    background-color: rgba(0, 0, 0, 0.5);
}
.btn.btn-play.btn-dark:active,
.search .btn-play.btn-dark.search-submit:active,
.form-submit .btn-play.btn-dark.submit:active {
    background-color: rgba(0, 0, 0, 0.6);
}
.btn.btn-play .ty-icon,
.search .btn-play.search-submit .ty-icon,
.form-submit .btn-play.submit .ty-icon {
    font-size: 90px;
    line-height: 100px;
}
@media (max-width: 480px) {
    .btn.btn-play .ty-icon,
    .search .btn-play.search-submit .ty-icon,
    .form-submit .btn-play.submit .ty-icon {
        font-size: 60px;
        line-height: 70px;
    }
}
.btn.btn-download,
.search .btn-download.search-submit,
.form-submit .btn-download.submit {
    font-size: 14px;
    padding: 8px 20px 8px 15px;
}
.btn.btn-download .ty-icon,
.search .btn-download.search-submit .ty-icon,
.form-submit .btn-download.submit .ty-icon {
    float: left;
    font-size: 1.7em;
    padding: 3px;
    margin-right: 8px;
}
.btn.btn-download .title,
.search .btn-download.search-submit .title,
.form-submit .btn-download.submit .title {
    text-align: left;
    line-height: 1em;
    margin-right: 5px;
}
.btn.btn-download .size,
.search .btn-download.search-submit .size,
.form-submit .btn-download.submit .size {
    display: block;
    text-align: left;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1em;
}
.btn-group .btn,
.btn-group .search .search-submit,
.search .btn-group .search-submit,
.btn-group .form-submit .submit,
.form-submit .btn-group .submit {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    float: left;
}
.btn-group > .btn:first-child,
.search .btn-group > .search-submit:first-child,
.form-submit .btn-group > .submit:first-child {
    -moz-border-radius: 5px 0 0 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px 0 0 5px;
}
.btn-group > .btn:first-child.btn-sm,
.search .btn-group > .search-submit:first-child.btn-sm,
.form-submit .btn-group > .submit:first-child.btn-sm {
    -moz-border-radius: 3px 0 0 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px 0 0 3px;
}
.btn-group > .btn:last-child,
.search .btn-group > .search-submit:last-child,
.form-submit .btn-group > .submit:last-child {
    -moz-border-radius: 0 5px 5px 0;
    -webkit-border-radius: 0;
    border-radius: 0 5px 5px 0;
}
.btn-group > .btn:last-child.btn-sm,
.search .btn-group > .search-submit:last-child.btn-sm,
.form-submit .btn-group > .submit:last-child.btn-sm {
    -moz-border-radius: 0 3px 3px 0;
    -webkit-border-radius: 0;
    border-radius: 0 3px 3px 0;
}
.btn-group > .btn:only-child,
.search .btn-group > .search-submit:only-child,
.form-submit .btn-group > .submit:only-child {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.btn-group > .btn:only-child.btn-sm,
.search .btn-group > .search-submit:only-child.btn-sm,
.form-submit .btn-group > .submit:only-child.btn-sm {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.brand-guidelines h2,
.post h2,
.press h2,
.resources h2 {
    font-weight: 300;
    margin-top: -5px;
    margin-bottom: 5px;
}
@media (max-width: 768px) {
    .brand-guidelines h2,
    .post h2,
    .press h2,
    .resources h2 {
        font-size: 45px;
    }
}
@media (max-width: 480px) {
    .brand-guidelines h2,
    .post h2,
    .press h2,
    .resources h2 {
        font-size: 30px;
    }
}
.brand-guidelines .post-feature-image img,
.post .post-feature-image img,
.press .post-feature-image img,
.resources .post-feature-image img {
    max-width: 100%;
}
.brand-guidelines .post-feature-image + h2,
.post .post-feature-image + h2,
.press .post-feature-image + h2,
.resources .post-feature-image + h2 {
    margin-top: 10px;
}
article {
    padding: 20px 0 60px;
}
article:first-child {
    padding-top: 1px;
}
.view-article {
    text-decoration: underline;
}
.single main {
    padding: 20px 0 0;
}
.single h1 {
    font-weight: 300;
    text-align: left;
    font-size: 36px;
    line-height: 44px;
    margin: 10px 0;
}
@media (max-width: 768px) {
    .single h1 {
        font-size: 28px;
        line-height: 34px;
    }
}
.archive img,
.single img {
    max-width: 100%;
}
p {
    line-height: 1.6;
}
.single-post h1 {
    text-align: left;
}
.single-post .post-taxonomy {
    margin-top: 20px;
    font-style: italic;
}
.single-post .post-taxonomy a {
    margin-left: 10px;
}
.post-details {
    margin-bottom: 20px;
    font-weight: 400;
    color: #aaa;
}
.post-details .author {
    text-align: left;
    display: block;
    margin-bottom: 10px;
    padding-bottom: 15px;
    font-size: 20px;
    border-bottom: 1px solid #ddd;
    font-style: italic;
}
@media (max-width: 768px) {
    .post-details .author {
        font-size: 18px;
    }
}
.post-details .category,
.post-details .comments-link,
.post-details .date {
    margin-right: 30px;
    border-top: 0;
}
.post-details .category a,
.post-details .comments-link a,
.post-details .date a {
    color: #aaa;
}
.post-details .category a:hover,
.post-details .comments-link a:hover,
.post-details .date a:hover {
    color: #919191;
}
@media (max-width: 480px) {
    .post-details .category,
    .post-details .comments-link,
    .post-details .date {
        width: 100%;
        display: block;
    }
}
.post-details .ty-icon {
    color: #2a5caa;
    margin: 3px 5px 0 0;
    font-size: 14px;
}
.view-article {
    display: inline-block;
}
.alignnone {
    margin: 5px 15px 15px 0;
}
.aligncenter {
    display: block;
    margin: 5px auto;
}
.alignright {
    float: right;
    margin: 5px 0 15px 15px;
}
.alignleft {
    float: left;
    margin: 5px 15px 15px 0;
}
.wp-caption {
    background: #fff;
    border: thin solid #f0f0f0;
    max-width: 95%;
    padding: 5px 5px;
    text-align: center;
}
.wp-caption img {
    width: auto;
    max-width: 98.5%;
    height: auto;
    border: 0 none;
    padding: 0;
    margin: 0;
}
.gallery-caption,
.wp-caption .wp-caption-text {
    margin: 0;
    padding: 0 5px 5px;
    font-size: 140%;
    line-height: 1.5;
}
.page-numbers {
    background-color: #f5f5f5;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 10px 15px;
    margin-right: 2px;
}
.page-numbers.current,
.page-numbers:hover {
    background-color: #e8e8e8;
}
.page-numbers.dots {
    background-color: #f5f5f5;
}
.page-numbers.dots:hover {
    background-color: #f5f5f5;
}
.page-numbers.current {
    background-color: #e8e8e8;
}
#respond {
    margin-top: 40px;
    padding-top: 20px;
}
.form-allowed-tags {
    background-color: #f5f5f5;
    padding: 10px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    font-size: 12px;
}
.comments {
    border-top: 3px solid #2a5caa;
    margin-top: 40px;
    padding-top: 20px;
}
.comments ul {
    list-style: outside none none;
    margin: 10px 0;
}
.comments ul li.parent {
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.comments .children {
    margin: 10px 0 10px 20px;
    border-left: 3px solid #ddd;
    padding-left: 20px;
}
.comment-author {
    font-size: 16px;
    font-weight: bold;
    color: #2a5caa;
}
.comment-author cite {
    font-style: normal;
}
.comment-meta a {
    color: #aaa;
}
.comment-body p {
    font-style: italic;
    font-size: 16px;
}
.search {
    position: relative;
    display: block;
}
.search .search-input {
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    display: block;
}
.search .search-submit {
    -moz-border-radius: 0 6px 6px 0;
    -webkit-border-radius: 0;
    border-radius: 0 6px 6px 0;
    padding: 6px 10px 2px;
    position: absolute;
    right: 0;
    top: 0;
}
.widget_archive .screen-reader-text {
    display: none;
}
.comment-form-cookies-consent label {
    margin-left: 0 !important;
    font-size: 13px;
    position: relative;
    top: -2px;
    color: #555;
}
.featured-resources {
    padding: 20px 0 60px;
}
.featured-resources h1 {
    font-size: 36px;
    text-transform: capitalize;
    text-align: center;
    margin-bottom: 80px;
}
.featured-resources article img {
    display: block;
    max-width: 100%;
}
.featured-resources article h2 {
    font-size: 1.4em;
    margin: 0 0 10px;
}
@media (max-width: 992px) {
    .featured-resources article h2 {
        margin-top: 20px;
    }
}
.featured-resources [class*="col-"] article {
    width: 95%;
    float: right;
}
@media (max-width: 992px) {
    .featured-resources [class*="col-"] article {
        width: 100%;
    }
}
.featured-resources [class*="col-"] article h2 {
    margin: 20px 0;
}
.featured-resources [class*="col-"]:first-child article {
    float: left;
}
.divider {
    height: 3px;


    position: relative;
    margin: 100px 0 65px;
}

@media (min-width: 768px) {
  .divider {
      background-color: #2a5caa;
    }
}
.divider .container h2 {
    max-width: 750px;
    color: #2a5caa;
    background-color: #ffffff;
    padding: 0 10px;
    display: inline-block;
    margin-top: -30px;
    position: absolute;
    top: 12px;
    text-transform: uppercase;
    font-weight: bold;
}
@media (max-width: 768px) {
    .divider .container h2 {
        top: 17px;
        font-size: 20px;
        z-index: 9999;
    }
}
.divider .rainbow {
    background-color: #fbc604;
    height: 3px;
    width: 10%;
    float: right;
    position: relative;
    left: -10%;
}
.divider .rainbow:after,
.divider .rainbow:before {
    height: 3px;
    width: 100%;
    position: absolute;
    content: "";
}
.divider .rainbow:before {
    background-color: #1f8993;
    left: -100%;
}
.divider .rainbow:after {
    background-color: #faa726;
    right: -100%;
}
@media (max-width: 768px) {
  .divider .rainbow {
      display: none !important;
    }
}
.cards--image {
    display: flex;
    flex-wrap: wrap;
    color: white;
}
.cards--image > a {
    flex: 1 1 50%;
    min-height: 300px;
    padding-right: 1px;
}
@media (max-width: 1000px) {
    .cards--image > a {
        flex: 1 1 100%;
    }
}
.cards--image .card__image {
    min-height: 300px;
    position: relative;
    margin: 1px;
}
.cards--image .card__title {
    font-weight: 500;
    line-height: 27px;
    /* margin-bottom: 20px; */
    font-size: 24px;
    color: white;
}
.cards--image .card__meta {
    color: #fff;
}
.cards--image .card__data {
    position: absolute;
    bottom: 0;
    padding: 25px;
    z-index: 9;
}
.cards--image .card__data a {
    color: white;
}
.cards--basic {
    display: flex;
    flex-wrap: wrap;
    max-width: 1200px;
}
.cards--basic .card--basic {
    display: flex;
    flex-direction: column;
    padding: 15px;
    width: 33%;
}
@media (max-width: 1000px) {
    .cards--basic .card--basic {
        width: 50%;
    }
}
@media (max-width: 600px) {
    .cards--basic .card--basic {
        width: 100%;
    }
}
.cards--basic .card--basic .card__image {
    min-height: 230px;
    background-position: center;
}
.cards--basic .card__title {
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
    margin: 20px 0 10px;
    color: #222;
    min-height: 76px;
}
.cards--basic .card__title a {
    color: black;
}
.cards--basic .card__meta {
    margin-bottom: 23px;
    color: #9b9b9b;
}
.cards--basic .card__excerpt {
    font-size: 14px;
    line-height: 24px;
    color: #666;
}
.cards--basic .card__excerpt div,
.cards--basic .card__excerpt a {
    display: none;
}
.cards--roundups {
    display: flex;
    align-items: center;
}
.cards--roundups .slick-list {
    margin: 0 -10px;
}
.cards--roundups .slick-slide {
    margin: 0 10px;
}
.cards--roundups .slick-arrow {
    position: relative;
    list-style: none;
}
.cards--roundups .slick-arrow i {
    font-size: 60px;
    color: #eee;
}
.cards--roundups .slick-arrow.prev {
    right: 50px;
    margin-right: -50px;
}
.cards--roundups .slick-arrow.next {
    left: 50px;
    margin-left: -50px;
}
.cards--roundups .card--postit {
    background-color: #2a5caa;
    position: relative;
    outline: 0;
}
.cards--roundups .card--postit:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-bottom: 50px solid #2386c8;
    border-right: 50px solid transparent;
}
.cards--roundups .card--postit:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-top: 50px solid #ffffff;
    border-left: 50px solid transparent;
}
.cards--roundups .card--postit .card__data {
    text-align: center;
}
.cards--roundups .card--postit .card__title {
    text-transform: uppercase;
    color: white;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 0;
}
.cards--roundups .card--postit .card__title:after {
    content: "";
    display: block;
    background-color: white;
    height: 1px;
    width: 200px;
    margin: 0 auto;
}
.cards--roundups .card--postit .card__subtitle {
    text-transform: uppercase;
    color: #e6e6e6;
    font-size: 13px;
    font-weight: 100;
}
.cards--roundups .card--postit .card__meta {
    color: white;
    font-weight: bold;
    margin-top: 6px;
    margin-bottom: 20px;
}
.card__image {
    background-size: cover;
    width: 100%;
}
.card__volume {
    display: flex;
    align-items: center;
    margin-top: 40px;
}
.card__volume span {
    text-align: center;
    border: 2px solid white;
    border-radius: 50%;
    height: 54px;
    width: 109px !important;
    display: flex;
    align-items: center;
    align-content: center;
    padding: 5px;
    color: white;
    font-size: 26px;
    font-weight: bold;
    justify-content: center;
    margin: 0 auto;
}
.card__volume span sup {
    font-size: 12px;
    font-weight: normal;
}
.card__volume:after,
.card__volume:before {
    content: "";
    width: 100%;
    height: 2px;
    background-color: white;
    display: block;
}
.blog__posts--latest {
    color: white;
    display: flex;
}
@media (max-width: 1000px) {
    .blog__posts--latest {
        flex-direction: column;
    }
}
@media (max-width: 600px) {
    .blog__posts--latest {
        width: 100%;
    }
}
.blog__posts--latest__large {
    margin-right: 3px;
    margin-bottom: 4px;
}
@media (max-width: 600px) {
    .blog__posts--latest__large {
        margin-bottom: 1px;
    }
}
.blog__posts--latest__large .card__image {
    height: 100%;
    margin-bottom: 0 !important;
}
.blog__posts--latest__small {
    min-width: 40%;
}
@media (min-width: 1000px) {
    .blog__posts--latest__small {
        display: flex;
        flex-direction: column;
    }
}
@media (max-width: 1000px) {
    .blog__posts--latest__small {
        flex-direction: row;
    }
}
@media (max-width: 600px) {
    .blog__posts--latest__small {
        flex-direction: column;
        margin-bottom: 1px;
    }
}
.blog__posts--latest__small > a {
    margin-bottom: 1px;
    display: block;
}
.blog__posts--latest__small > a:nth-child(2) {
    margin-bottom: 0;
}
@media (max-width: 600px) {
    .blog__posts--latest__small > a:nth-child(2) {
        margin-top: 1px;
    }
}
.blog__posts--latest .card__image {
    min-height: 230px;
    position: relative;
    margin: 1px;
    margin-bottom: 3px;
}
@media (max-width: 1000px) {
    .blog__posts--latest .card__image {
        margin: 0;
    }
}
.blog__posts--latest .card__title {
    font-weight: 500;
    line-height: 27px;
    /* margin-bottom: 20px; */
    font-size: 24px;
    color: white;
}
.blog__posts--latest .card__data {
    position: absolute;
    bottom: 0;
    color: white;
    padding: 25px;
    z-index: 9;
}
.blog__posts--latest .card__data a {
    color: white;
}
.blog__posts--latest > a:first-child {
    width: 60%;
}
@media (max-width: 1000px) {
    .blog__posts--latest > a:first-child {
        width: 100%;
        height: 300px;
        margin-bottom: 1px;
    }
}
.blog__posts--latest > a:nth-child(2) {
    width: 40%;
}
@media (max-width: 1000px) {
    .blog__posts--latest > a:nth-child(2) {
        width: 100%;
    }
}
@media (max-width: 450px) {
    .blog-subnav__item--more .blog-subnav__item--xsmall,
    .blog-subnav__item--more .blog-subnav__item--small,
    .blog-subnav__item--more .blog-subnav__item--medium,
    .blog-subnav__item--more .blog-subnav__item--large {
        display: block !important;
    }
}
@media (max-width: 700px) {
    .blog-subnav__item--more .blog-subnav__item--small,
    .blog-subnav__item--more .blog-subnav__item--medium,
    .blog-subnav__item--more .blog-subnav__item--large {
        display: block !important;
    }
}
@media (max-width: 992px) {
    .blog-subnav__item--more .blog-subnav__item--medium,
    .blog-subnav__item--more .blog-subnav__item--large {
        display: block !important;
    }
}
@media (max-width: 1200px) {
    .blog-subnav__item--more .blog-subnav__item--large {
        display: block !important;
    }
}
@media (min-width: 1200px) {
    .blog-subnav__item--more {
        display: none;
    }
}
.blog-subnav__item--more .blog-subnav__item--xlarge {
    display: block !important;
}
.blog-subnav {
    background-color: #f5f5f5;
    padding: 15px 0 12px;
    margin-bottom: 30px;
    z-index: 9998;
}
.blog-subnav .container {
    display: flex;
    align-items: center;
    padding: 7px inherit;
}
.blog-subnav__item {
    float: left;
    list-style: none;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
}
@media (max-width: 450px) {
    .blog-subnav__item--xsmall,
    .blog-subnav__item--small,
    .blog-subnav__item--medium,
    .blog-subnav__item--large {
        display: none;
    }
}
@media (max-width: 700px) {
    .blog-subnav__item--small,
    .blog-subnav__item--medium,
    .blog-subnav__item--large {
        display: none;
    }
}
@media (max-width: 992px) {
    .blog-subnav__item--medium,
    .blog-subnav__item--large {
        display: none;
    }
}
@media (max-width: 1200px) {
    .blog-subnav__item--large,
    .blog-subnav__item .blog-subnav__item--more {
        display: none;
    }
}
@media (max-width: 2000px) {
    .blog-subnav__item--xlarge {
        display: none;
    }
}
.blog-subnav__item .blog-subnav__item {
    display: none;
}
.blog-subnav__item a {
    color: #4d4d4d;
    padding: 7px 20px 0 0;
}
.blog-subnav__item--more {
    position: relative;
    cursor: pointer;
    z-index: 99;
}
.blog-subnav__item--more span:nth-child(3) {
    display: none;
}
@media (max-width: 450px) {
    .blog-subnav__item--more span:first-child,
    .blog-subnav__item--more span:nth-child(2) {
        display: none;
    }
    .blog-subnav__item--more span:nth-child(3) {
        display: block;
    }
}
.blog-subnav__item--more:hover ul {
    display: block;
}
.blog-subnav__item--more ul {
    position: absolute;
    margin: 0;
    width: 200px;
    font-size: 13px;
    color: #4d4d4d;
    padding-top: 17px;
    display: none;
}
.blog-subnav__item--more ul li {
    float: none;
    padding: 3px 10px;
    background-color: #f5f5f5;
    position: relative;
    left: -10px;
}
.blog-subnav__menu {
    width: 100%;
}
.blog-subnav__search {
    width: 440px;
}
.blog-subnav__search__container {
    position: relative;
}
.blog-subnav__search__container input {
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
    width: 227px;
    float: right;
}
@media (min-width: 468px) {
    .blog-subnav__search__container input:focus {
        width: 100%;
    }
}
.blog-subnav__search i {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 14px;
    color: #bbb;
}
.single-post .navbar:not(.is-visible) {
}
.single-post .navbar:not(.is-visible) .navbar-nav > li > a {
}
.breadcrumbs {
    display: none;
}
.single-post__title,
.archive.author__title {
  font-size: 30px !important;
      line-height: 40px !important;
    color: #444;
}
.single-post__share,
.archive.author__share {
    margin-top: 40px;
}
.single-post__meta,
.archive.author__meta {
    color: #9b9b9b;
    margin: 20px 0 40px 0;
}
.single-post__content p,
.archive.author__content p {
    line-height: 30px;
}
.single-post__content p:not(:last-child),
.archive.author__content p:not(:last-child) {
    margin-bottom: 30px;
}
.single-post .author,
.archive.author .author {
    background-color: #f5f5f5;
    padding: 0 0 40px;
}
.single-post .author__container,
.archive.author .author__container {
    display: flex;
    align-items: center;
}
@media (max-width: 768px) {
    .single-post .author__container,
    .archive.author .author__container {
        flex-direction: column;
    }
}
.single-post .author__name,
.archive.author .author__name {
    font-size: 20px;
    color: black;
    margin-bottom: 15px;
    font-weight: 400;
}
@media (max-width: 768px) {
    .single-post .author__name,
    .archive.author .author__name {
        text-align: center;
    }
}
.single-post .author__bio,
.archive.author .author__bio {
    color: #9b9b9b;
    font-size: 14px;
    line-height: 24px;
}
@media (max-width: 768px) {
    .single-post .author__bio,
    .archive.author .author__bio {
        text-align: center;
    }
}
.single-post .author__image,
.archive.author .author__image {
    min-width: 160px;
}
@media (max-width: 768px) {
    .single-post .author__image,
    .archive.author .author__image {
        text-align: center;
    }
}
.single-post .author__image img,
.archive.author .author__image img {
    border-radius: 50%;
}

@media (min-width:768px) {
  .single-post .author__image img,
  .archive.author .author__image img {
      max-width: 100px;
  }
}
.single-post .comments,
.archive.author .comments {
    border-top: none;
}
.single-post .masthead,
.archive.author .masthead {
    margin-top: -65px;
    min-height: 600px;
    background-size: cover;
    background-position: center;
}
.single-post article.post,
.archive.author article.post {
    position: relative;
    top: -200px;
    margin-bottom: -200px;
    background-color: white;
}
.single-post .container__inner,
.archive.author .container__inner {
    padding-top: 35px;
    max-width: 960px;
    margin: 0 auto;
}
@media (max-width: 1200px) {
    .single-post .container__inner,
    .archive.author .container__inner {
        padding: 20px;
    }
}
.single-post .categories__item,
.archive.author .categories__item {
    text-transform: uppercase;
    font-weight: 500;
}
.single-post .categories__item:not(:last-child),
.archive.author .categories__item:not(:last-child) {
    margin-right: 20px;
}
.single-post .categories__item--0,
.archive.author .categories__item--0 {
    color: #faa726 !important;
}
.single-post .categories__item--1,
.archive.author .categories__item--1 {
    color: #faa726 !important;
}
.single-post .categories__item--2,
.archive.author .categories__item--2 {
    color: #2a5caa !important;
}
.single-post .categories__item--3,
.archive.author .categories__item--3 {
    color: #f06748 !important;
}
.single-post .categories__item--4,
.archive.author .categories__item--4 {
    color: #666666 !important;
}
.archive.author .gray-caps {
    color: #888;
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 0;
    font-weight: 600;
    position: relative;
    top: 4px;
}
@media (max-width: 768px) {
    .archive.author .gray-caps {
        text-align: center;
    }
}
.archive.author .author {
    background-color: transparent;
}
.archive.author .author__image {
    max-width: 150px;
}
@media (min-width: 768px) {
    .archive.author .author__image {
        margin-right: 90px;
    }
}
.archive.author .author__image img {
    max-width: 150px;
}
.archive.author .author__bio {
    color: #666;
}
.archive.author .container__inner {
    max-width: 1100px;
    margin-bottom: 40px;
}
.comments .comment-form div {
    margin-bottom: 18px;
}
.comments .comment-form div input {
    padding: 23px 10px;
}
.comments .comment-form div textarea {
    padding: 7px 10px;
    min-height: 120px;
}
.comments .comment-form div ::placeholder {
    color: #9b9b9b;
}
.comments .submit {
    margin: 0 auto;
    display: block;
    padding: 16px 35px;
}
.comments .comment-notes {
    display: none;
}
.comments .comment-respond {
    max-width: 520px;
    margin: 0 auto;
    background-color: #f5f5f5;
    padding: 50px 50px 40px;
    margin-top: 100px !important;
}
@media (max-width: 768px) {
    .comments .comment-respond {
        padding: 10px 10px 20px;
    }
}
.comments .comment-reply-title {
    color: #2a5caa;
    text-transform: uppercase;
    font-size: 28px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}
.comments .comment-reply-title small a {
    font-size: 12px;
}
.comments .comment > .comment {
    margin-left: 70px;
    margin-top: 40px;
}
.comments .comment.depth-1:not(:last-child) {
    border-bottom: 1px solid #d8d8d8;
    margin-bottom: 30px;
    padding-bottom: 30px;
}
.comments__author cite {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    color: black;
}
.comments__meta {
    font-size: 14px;
    color: #9b9b9b;
    margin-top: 6px;
    margin-bottom: 15px;
}
.comments__meta a {
    color: #9b9b9b;
}
.comments p {
    font-size: 14px;
    color: #666;
    line-height: 24px;
    max-width: 640px;
}
.comments__reply {
    float: right;
    font-size: 14px;
}
.comments__reply a {
    color: #9b9b9b;
}
.comments__reply:before {
    font-family: "TrustYou Iconic";
    content: "\e00f";
    color: #9b9b9b;
    margin-right: 5px;
}
progress {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    width: 100%;
    height: 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    background-color: white;
    color: #2a5caa;
}
.progress-container {
    width: 100%;
    background-color: transparent;
    position: fixed;
    top: 0;
    left: 0;
    height: 5px;
    display: block;
}
.progress-bar {
    background-color: #2a5caa;
    width: 0%;
    display: block;
    height: inherit;
}
progress::-webkit-progress-bar {
    background-color: transparent;
}
progress::-webkit-progress-value {
    background-color: #2a5caa;
}
progress::-moz-progress-bar {
    background-color: #2a5caa;
}
.single-post .navbar:not(.is-visible) .brand {
    background-image: url(../img/trustyou-logo-white.png);
}
@media (max-width: 1000px) {
    .single-post .navbar:not(.is-visible) .brand {
        background-image: url(../img/brand-mobile-white.png);
    }
}
.pagination {
    margin-top: 40px;
}
.comment-form-cookies-consent {
    display: flex;
}
label[for="wp-comment-cookies-consent"] {
    display: block;
}
#js_subnav-0:after {
    content: "";
    background-color: #d0d0d0;
    width: 2px;
    height: 19px;
    display: inline-block;
    margin-right: 16px;
    margin-left: 1px;
}
#js_subnav-0 a {
    font-size: 23px;
    color: #2a5caa;
}
.page-blog #js_subnav-0 {
    display: none;
}

.divider .container h1 {
    color: #2a5caa;
    background-color: #ffffff;
    padding: 0 10px;
    display: inline-block;
    margin-top: -30px;
    position: absolute;
    top: 12px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 30px;
}

h1.author__name {
    margin: 0;
    text-align: left;
}

.card__image {
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 1.4em;
    text-align: center;
    line-height: 1.1em;
    font-family: "Roboto";
    text-shadow: 2px 1px 5px black;
    padding: 0.3em;
}

.speaker {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAARAAAACACAYAAAG0HAZ0AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MEFERTNEQzA3QTMxMTFFMzgzNTFFRDRCMzk1MDA0NUIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MEFERTNEQzE3QTMxMTFFMzgzNTFFRDRCMzk1MDA0NUIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDowQURFM0RCRTdBMzExMUUzODM1MUVENEIzOTUwMDQ1QiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDowQURFM0RCRjdBMzExMUUzODM1MUVENEIzOTUwMDQ1QiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PvEtsecAABjVSURBVHjaYvz//z/DYABMDIMEEO2QjIwMioMOnxnEOOQ/FFMSmrjMIGzYnz9/3hPQ/Dc5ORmv4USYgeqQz58/H/758+dvEIb5gIWFRQCHHmYQcfny5Z9z586FC5JoBgZgARG8vLw2JATzHxChq6vLCLKMkZERmPH+M5JoBlVyDSNK5FMp+5OdfYEhsXCwlCP5A+2Q/9Ao+QANGeo5BGjYH1lZWQYQJi5WGO8hOYiRDDOw5xqgYazolklKSv54/vw5O9Yg+f9fGZpj4ImVVDOwOgQbABrAgRwV2EKGUI4hwgyS0ggjepYlM8vjNYNxsDQDAAKIcbQ9QqZDqBFs/ylxCDsVHEGUGSxk+uA/tgqQkpAEhwisHbFnz547RDoC7ICHDx/C1ZFoBtYQ+c/ODin8Xr9+rUxkGe/w9u3b3/Ly8rDSlGQzSIka3EHy//9+aKj8H7HZd3A6BNoGoW6RDCriZWRk/oOwsLAwqCEMEsMGGJDkwHRwcDBcnEQzMDC+uuY/nkYzueUIIzlRg6/qBrXSllG1CYEvuGDYxMTkHzHqKDFj0DQDAAJo0DhktDwb5gHSDhuKoca40kC6g4UCy/9TqI+RSoHwf6BSSMp/SIHzn4EOLXo6ugNrgPzHhpcvX45s4WwyhkHEYWb9+vXrP54KnIHG7hg0hepLIOYBMdjY2BiOHj2KESinTp0aVNUcPWqZrzCGtbU1qCmFMhBrZmY24qtdz5HeDoFPGKSlpYGoGiCGzxFMmjRpxAVIEogICAhgmDVrFiO0hngPk8zPz787qEKE2M4IELj+JwKkp6fj609WoHQ6wdaT1imikjtwYiYSAm43UreRceFCsqZoOkBEdXU1qHBVhE0ikBiB1HAH5SmEQKzVUxozg8Ud4N4uLRs6xEYK0tgT1c0d7f5TAAACaDRARsdDRgNkNEAGS4CIMEDWBrSQVIhRv4Yjyx3UGDHDNdjzZCBrcErdQVEK+ffv3y9SR62am5t1qR0K5LiD2i3Vclx9CKCRGXj0YcydUdhaJtcdODELhcmSXH3/GSgfZP4/0IUqpYO6KAFw8+ZNSgKWZq1JWIBw//nz5zdsgQXaok+Gly9frqQkJs3NzR+jB4q6ujqohkFPobR0B9EBAlqZ9oUFCNjZ2VEw0ME7qJGsT548KQMTOAsEMHZXV9dvJLW0dAfxAfLmzZu3tDK8t7f3BnrgGBsbm8AESktL4ZK0dAdJAQKssmiWH4uLizXRGmHiWJRlQ6vOQdHLpHnTHVh4NiNxX4BbTECAJDZlRPVlgIVnHYydm5sLpmVkZMpGO3dAoKWlBa8wRgMECPbs2QNrahuN2AD5+vXrVRh77dq1sKZ6x4gNEG5ubi0kLnjjDTMQIIfZoAqQv3//0rK6+4+cOrDsnQABDRBBY3cQHyCSkpK8tDL84MGDcHZISAhGIMnJycHHLWjpDnIGiBiBjvuPZQSeE9qgIitr2dvbMx45cuS/ra0tA7ZZusePH2N0AGnhDpqMh/T19REzpUrseMh/AwOD/+SMh1DJHbhn/8jQRJZDHj58+A1N3XsKB4hoEiBk7YwEglRSNQGzAteFCxdgBoAsF6QwcZPlDppUu0DPzAE5SE1N7S8p+oDZhBG2x5VK2Z0sd9CsHXLr1i1Qocy4fv16UjxB9YKRHHdQXKgSm69Jzbs0cAMDxYPMVJwsAhmkSa551HYHWRpHZ/8HsLc7FABAAPauJrSJIArvtptKck5IPGxpIQiNOUTaYCGxQsGLGDFgdWmwkIsI6kHw5r1H6cWTUOJ/LhVKQE8GiRFTc9BLekkPTQMSIaGFQC1paHyz7sbpupu2mN2dzc7AstnJ7Px8882beTNvZilDqKMthjpKEOpsSpCrqVTqm+79rMlGuqThQTRB9vf3vzJ/zR1WC4UCUo/v2LUFm40HCQSZxQDoOByOsM2lOlF4mEKQdrv9EQPhg87JielAq+NJZYTBeBBJkPN4q+A47qIBaR6yygN1fqter5Oi05uBB1kEgQrJYCAUSCis2+1mJGliuLUSiXgYTpDd3d1VTKRfMbIg+Xz+rVI5yWQyQY3Kugt9+57eeTITDz0I8oDROKSC0Ti4Agr9Do+s2WzuGZz/YTk/0Wg0LlVEQv4zFoshmyVWQzs4BWF75deKeOhDkEqlgpaeH1tJC0qn07cYyS5LIR1ehsPhYx2bBmERSdJKfyvioStBnE6n32oZFwThBar4g4ODf/4rFouMz+frKMT9ZbV4ksnkTaWfFfEY5HmQ/yvA0JCqdKjVamiGdIuVpkldLtd7tXDLy8votkWpMNgiUXW3IIxLeNyIsVqtPtd4n6dUGGyCqBqVzc3NISnysMsCnn9Fq9zmgyrcbW+Lh1/hW09ctMrtSRDV4wKXlpbQbUV+rtfr92mV25Mga0qPVqvF7OzsIFW2SxC32z2rDNdoNCgLBpwgqusr0scYbmOEeaMWLhQKodsTSoUeBMlms6+tlnHoLta0yCFptisgPZ5KXtMjIyOCMlypVGKkDeX3cH8r4qErQQRBQC2N3dzcPPaLTqfT1IxDd4FWRNlcLtf1K5fLMjmuATnkDY6X4PqiFkcwKC7VjCr9rYiHIfMHY2NjLNYKeeboQ2x+4Q8bGxvPvF7vDSMLMDMzI3/CDam6Q/i+rHa7/YPjuNM9pMx1CF/VMjm0Ih66EuRQxw7AnTSySCSCFqvkCvtULBajU1NTxgxEOh18n3wErjyQQ61rYjweD/p5Dt75foL4LYUH8YNUAPQCgMH+wYb1xeNxI8v1GTvjqevGx8dFciApcxJyDAAe/ZcgfQbnJ4OtqAJAJRgvBPx+/dbEJicnxfTW19c7aJ90IiFaATyCvCyarnaZgIel1FwA6CyAIbemMwsLC7J/39MKBALs/Pw8K0mNRRJbqZF4EClBjgCnjPXT4gpsrVbjYXBnS7WSNDw4AgEaxUTv9MTEBFJRh+06D2E2HnTzNnXkjUGoowShbkDcbwHYu76QyKowfse7YzQ2mzaDmTUKhmxCFu0IkzsIWlIESvQ0EAVuT2Ia0hJELxUGvQSxKIwY5EPsgz2FOS6LD7VS40r4kD64Ni3iw66kI665Ss7fvjN/5O7suXf+3nPOvX4/uBzm3HPO3Pu7v3O+79xzzzloYhDYgiBQIAgUCAIFgkCBIFAgCBQIG8RisbDFYvHgY+LHh6gCuSqlF1ZxSCqfC1YSBljEjikfSog2WPcmHLk7s1nOcKPBnQ9RBPIEHP+ecTEIyQd3EwN29TcIDlEcYvLBUyBfZOyqV88/2d/fN8qkKCZ8GEEgXVJ6+sDnDP7rp7q6uqHZ2VmRRyRZ8lE8dNitRfWA5vNBskikL7Gk//tZWc7o6GiM8a41ovFR0sFkuD8ej9+QZfmNUrugJWxSReajvJUb6XQ6l8Lh8CWV/2BWKTnwUforAJ2J+SjThy/rHUWRhJC5AyGN8mqhvANOAuHBh5A+yMWMXb0qscffPp/ve7WT4I/c53BNPPkQyweJRCI7yQqiVJs7NTX1j0aZ91j5IKLwIYoPUvF2upAm9fj4+JbNZnuVYuuTD29tnQZZAbGhocHCwMRw4UNPH2QEyP4K+uI2LcKsVivZU5zsBrzKmxA49yukyS6Gbyn0IVVVVcUSiYQ1j0AMx4eeJqYSTV3FodWkwgO+qUw7Pz//SNpgMBiilbu4uJhUVpBy70UEPnQzMWQYOTNSWK6SmdUYiPsdzj3SZa2vrz/c2dk5X8h1Qf67UM5zuS2IEfnQtRdTLBkiAJr+S7R4EIcdSHQq49bX17eorzC7up6lxRuRDzO9aq8IampqVGtRR0fHrvJ3W1tbKy3dxMQEqZFdKIP8TmrRTaEITerKysoLbrd7PTc+Go1K1dXVnZDvVgFmhoipPscJNSQfKBC6qUlAF9dCyUecudMWMhQKrbS2tl6klU/pzaFAjG5isgBxUM3HwMDAQySCOD6mpfN6vRLCxAIB3KFFDg8Pk9r2oSLqJi1db28vCd5BKZhXINLu7u6D3DjwTUjwWb68mVUH30UpmFggR0dH8yqnGvPlbW5uJsHLKAUTC8Tlct0oNa/dbieBE6VgYoHIshwpp1cAqEYpmFggsVis5C3FyLYhCJML5ODg4O1S85Khf0llSzOESQTicDg8FNEUlHdjY4ME91EKJhYIDdeupfYvVO6+QN31YWFhgQR/oRTMK5DvaJFjY2Mk+EERdZmW7vr11Ha6P6IUVJx4o4/FSNq7Tj0DeVNORjQa/c9qtT6mku48pDss5z5wLEZAwEO/TYv3+/3pp5MRBwFNHPH4qW96iG2F+QTyPjz0C7QTQ0NDKZ0ooj7QMEMJlIFW+1zit5MS/28wqRgfH6flUS1bysyJLfc+JJN+k5pqQaanpz8xmrCdTmcbLX5kJLV38oQi6hW1ipEJv8w9Z0Q+9G5ByE6P94xWY9xu95PKtLIsF9x69PT0kLQJta/ajciH7hOnwEO+Yrfbv6mtrZXyzAORNjc3hfDaPR6PY3l5OUw+/AkGgyTqHKTPep9fw/GpRi/nNUj7i9q8GCPyoVc3N/ciyBBnbZ4btELeTWXE0tJSorOz08KaEEjzEgR/wuGFtMFMNBmAO6Gl7+vrkwKBwGm5+WbWGY0P3QVSDhwOx9He3p5NAEKSWmUSnUC5gUIEYhI+xOjmAhk1cBNP9ff3c3Wt1E7YbLaszxFgcSGC8FG+k6rHAXjP7/ezdsouqJU1OTmZ7do+zmOFIU58lHfNjIj5Y3V1lRkhLS0tvbnlnJycZMUxyXsJKtZ8CC+Q7OFyuaKsCOnu7n6R8lIsItIaZSz5MIRAMg/D5fP5mBACXWC3QhxJ0RaxY82HIQSiIObKzMyM7oQAXs9XBk+BsOZDyFUO83Tb7mxtbbU0NTVx69axXuVQdD6EGs2Fm30eyLC0t7fjqKqAfAgz3L+2tiaTN6KDg4OoEpH44G17Vezxt3Nzc8xsrqg88OJDKB9EC42NjeHt7W3HWfJBROBDiXM54xOigUyJfJrHtYnMB1MecGt2hCGcVAQKBIECQaBAEGcK/wvQ3vnARJXccXx2AaFLhK3iqlj1WsX2xKL88Y76hxSFnrkCdyW0QpNLvYp/oLV6hiqp1ZiQeHDxz/knR8OaHLm2QSSWi2gPqWJRosu/CFRpCOa0p5ziYYHlivy73f5m2d1udXeZxwmy730/yeQ9wrx5781833dmZ96bQSMVAIAaBgAAAwEAwEAAADAQAACAgQAAYCCTDx2Fl5ENQKn6gIFIJ8o6ZwQf/+7YunXrLZVK1UjhVU++Kf7y7SR9ARf6gIF4PFuGhoYeW0VRR2J43fHZYyMrVYUjm6APpekDBuKcJRT+YhWEZa4ZHx+facgWAH3AQFzx1uDg4OdWQfyDYQVdAH3AQNzA13EvdqhFPpoyZcpsSAJAHzAQV6ynWuSuVRB8bbqfyeCezvL7qa+vHyaBR0LS0AcM5PnB11gudKhFTtFDNl8m91ZmvSfLtN5RUVFeJP7648ePm1QYToE+YCBj5k16kP5pFcRnFH4hs/uzGUeCs39u27aNf2FtiomJ6YK8FakPGIhE+CRdHzjUIqVUi3xPZuU0h0KtO+N4mitXrmjLysrM1BhJV7jGlaAPGIhEEqgWabQKgi+WnCHzcmpPTU39sLu7W9JBfNGi/v5+vU6n61aYrpWmDxjIKHyTwmGHWqSMapGlSiqoU6dO5Wu1WtXevXv/LuU4X19f9ujRo8C4uDjeGgmSafYoXh8wkGeJHhoaqrEK4t8U3kFxMZaTkxNLG1VjY+NXUo67ePEi27hx4xdkIm/JJCugj0mAt2A8kVWERfChYKTweLSIDx48+O3s2bNfUZCRV7CRpbDYpk2b/qXX619yd8CyZcu8i4qKitPS0oSHGk+ePMmoZv6ITORls9n8u+d4/dCHUnGxJsgbAwMD983jQGlpKRfZfQph7tYkefjwYbHZA9iyZYut2bx1DGuveJlMpipn6XZ0dJhnzpx5drQ0qGURL/Wak5OT+fXmPr0+jhs9QB8vRh+TPjz9E2ad9WY/pppqzngY1pMnT/iGp31Uwb7tQ5lfTdthag3EOIug0+n4Q5K4efNm3nehdZXQ2rVr/0ab70g5+ZkzZ1hoaOjuMYzQQB/AeR9IV1fXr2nzyQSee0CJGd7X18d/qgzSw7tSJH5BQQErKSnpovgfuIl2h0KolOs4f/48U6vVekpX6DjoA7g1kOHh4Rxkx/ij0Wh+lJGRUSjlmJSUFFZZWZlBD3ubm2gtxC9F05w/fz7Ly8vju7WU7qid6dAHcGsg1KT2QXZMDPn5+W/TRmUwGAZFj4mNjWVFRUUL6WG/7yrO4sWLP2xubhZuJWRlZbGQkBAN7f5RoK8M+gCuDQRMPNHR0b4X+fiqIKmpqWzHjh1zyETqXcUJCwv7SU9Pj7Ax7dq1i29+zka+PgUABuJJxMXFxdfV1Z0VjX/o0CE2b968SDKRd118NDfQ2dn5nmh669evZ9OnT+e7R1AaAAbigSxfvvyN27dvfyZUYGo127dvH9/dzUa+Jn2GBQsWvN/f3z8skt7UqVPZunV8cIW9RmE6SgPAQDyQhQsXJorGTUtL48O8vPWR7yLK446ODoNoevHx8XzDXyr8FUoCwEA8k+a7d+/eEImo0Wgsnaq81UC/YnQu4vxV9MQhIfbujx+jGAAMxEPx8/MT7gsJDbW8vuFFIdbZ/2fMmHFLNC3+0pqVeSgFAAPxUGbNmnV7DA99tIsoX4qm5e1t/yTKH6UAYCCeyxTRiNZXvjmuJvr1gR4ADERBdHd3/1A0blub/aXUXleNFNG0jEYjMh/AQDy99UEIj8Q0NDTYdp12vPb09MSIpnXnzh17wwbFAGAgnsk7Go1GKxLRYDCwmpoau5c4i2M2m9eKnri2tta2+zmKAcBAPI8wCrmikY8csb80eouMosZJlHitVvtt0fQqKipsu1dRFAAG4lnoTCZTg5SH/fTp07Y/nX4hazQa94mmV11dzerr7Z/WFKI4AAzEc+AT/3ao1WqhqSX7+vosn/bbWgvU+ih2Ei05ICBglegFnDhxwrbbRKEeRQLGZCAkYqxmNrEcotAo5YCIiAjW22sZdOGT7Th7a9R/eHj4T6LpXb9+nRUX2z3oXbdCgT6AOwNpb2//AtkxIaSykWkBd0o5aNGiRay1tdXecqHWR6+TFsp1b2/vb4immZGR4dj6KHYXF/oAbg1Er9dHdnZ2foUsGV927txZe/XqVZNo/K6uLubv7+/43sciMo/Wp+NRy6NCo9F8XzTdPXv2sKamJtufoy7vCH0AtwZCv4UfBwUFeR88eLAJ2TJ+HD58+NPVq1d7zZ0791tVVVVu4xYWFrJp06ZZ+j7YyAtj/mQebU7Mo4paHvGi11BWVsYOHDhg9xJKc9Qyhz6AM57pvMvKylrGtwEBAU0bNmwIS0hIYEuXLmWBgYHMZDKN6SS2ZQP8/PzY0NAQcp24d+9eO21UsbGx2pycnK5Vq/7X78n7OfjHchTH7iWUh287S2dwcPC+lBnSm5ubWVJSku3PTyjdA1KuG/oAbg3EhtFotCwNqFKp+AdWfPKan7KRrzWnPIfz8q9I3X7sRTVqoBIK4PLly3zdWlVERMSM3NzcRyUlJZYFoKz8hwJfBOqek0MjKDSQeQifq6WlxfKwW2mldF8f63VDH8Du/pM1cFGmp6eb2tvb7Qv1UC0n64WDiO+ykeHUdDfxiqRe57Vr12zXyUObk/NOej1AH5N/YanJZm4ler1eHRwczKf/fC8yMtJ07tw5uRs6bxlEUTjp5N8pVjGmSkkzPz+frVixwvZnHaUdIpO8Upw+Jm0nqgeIZXdDQ4NXYmIiF8srFB5s376ddXZ2KqGcoqzGUSL1QD7faWZmpt1LKB9luZ6swvUBA5EoFl6LBh89elQVFBTEBfOH6Ohoc3l5uVzLqX7JkiWvOnyBOyp82JdPwHzhwgW7l1CeZSrkZ7nS9AED+ZqCyTAYDGqqbblYVlPozM7OltU8Fzdv3qylJrqKHoTQGzfcT52anJxsefHM2k/wKS9n2r+g4H4+2esDBvL8xFJNgY9oqAICArhg/hwTE2OurKyUxf3Rg9ASHh6uWrlyZXhj4/+/CU81Lh8VYaWlpXYvobxYYHbsJVU4ctfHi8hQxQQi3tfXt3v//v3mgYEBWfSyZ2Zmxubl5TmOsPDw/hjyRnF6UII+xj3PFCwWXwofr1mzxlxVVeXxAiH4C17HvsbxijcQOetDkcO449zy4lXMm5cuXVJRE5Y3ZRMDAwO/pKYt88QWP11zI4XfoE0NfaAP5MUI5lxPT8/U7OxslVqt5j+OK/gQKJ8+EADoAwYiRSy9FF4rLy/nox689knR6XRPjh07hswB0IcD3pCDkGDO0IYHPsoRRJuzSUlJPygoKGDBwcHIIOhDufpw1pEGJPF7NrIcQp7c9OCqoxWMTR9y7ERVQRgAAPSBAABgIAAAGAgAAAYCAAAwEADAOPBfkpX+vjRnFw0AAAAASUVORK5CYII=);
    background-repeat: no-repeat;
    background-size: 200%;
    background-position: 100% 0;
    height: 34px;
    width: 30px;
    cursor: pointer;
    display: block;
    position: relative;
    display: block;
    color: red;
}

/* .divider .container h1 {
    color: #2a5caa;
    background-color: #ffffff;
    padding: 0 10px;
    display: inline-block;
    margin-top: -30px;
    position: absolute;
    top: 12px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 30px;
}

h1.author__name {
    margin: 0;
    text-align: left;
} */

.speakerplay {
    background-position: 0 0;
}

.speaker__button {
    background-color: #2a5caa;
    height: 54px;
    cursor: pointer;
    color: white;
    font-weight: 100;
    border-radius: 35px;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 6px;
    font-size: 22px;
    display: flex;
    align-items: center;
}

.speaker__text {
    margin-right: 16px;
    position: relative;
    top: -3px;
}

.single-post__meta {
    display: flex;
    align-content: center;
    align-items: center;
}

.single-post__meta__player {
    margin-left: 16px;
}

.relative-products__item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}

@media (max-width: 960px) {
    .relative-products__item {
        margin-bottom: 32px;
    }
}

@media (max-width: 960px) {
    .relative-products {
        flex-direction: column;
    }
}

.relative-products__item p {
    font-size: 1.2em;
    line-height: 1.2em;
    text-align: center;
}

.relative-products__outer {
    max-width: 1170px;
    margin: 0 auto;
    padding: 5em 0;
}
.relative-products {
    display: flex;
    justify-content: space-between;
}
.relative-products__icon img {
    max-height: 60px;
    margin: 0 auto;
}

.relative-products__icon {
    margin-bottom: 16px;
}
.relative-products__title {
    margin-bottom: 17.1px;
}
.relative-products__intro {
    margin-bottom: 32px;
}
@media (max-width: 960px) {
    .relative-products__intro {
        text-align: center;
    }
}
.subscribe-button {
    background-color: #2a5caa;
    color: white;
    padding: 0.6em 2em;
    display: block;
    max-width: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    font-family: "Roboto Condensed";
}

.subscribe-button:hover {
    background-color: white;
    color: #2a5caa;
    border: 1px solid #2a5caa;
}

.subscribe-button i {
    margin-right: 0.5em;
}

.subscribe-button__container {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 1em;
}
.cat-read-more {
  margin-top: 32px;
}


@media (max-width: 768px) {
  .categories a {
    display: block;
  }
}

.wp-block-embed {
  text-align: center;
}


.single-post h4 {
  margin-bottom: 16px;
}

.single-post__content ul, .single-post__content ol {
  font-size: 1em;
    line-height: 1.6em;
    color: #505050;
    margin-left: 2em !important;
}

.card__image {
  position: relative;
}


.card--image .card__image:hover:after {
  transition: .3s ease-out;
  content: '';
      background-color: rgba(0,0,0,.3);
      position: absolute;
      height: 100%;
      width: 100%;
}
.home .cards--basic .card__title {
  min-height: auto !important;
}


@media (max-width: 768px) {
  .wp-block-media-text__content {
    padding: 0 !important;
  }
  .single-post__meta {
    flex-direction: column;
    align-items: flex-start;
  }
}

.bold-list {
    font-weight: bold;
}
