/*
0075fa = blue
d4448b = fuchsia
*/
@charset "UTF-8";
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden],
template {
    display: none;
}
a {
    background-color: transparent;
    text-decoration: none;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
    font-weight: 700;
}
dfn {
    font-style: italic;
}
mark {
    background: #ff0;
    color: #000;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    border: 0;
    max-width: 100%;
    height: auto;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 1em 40px;
}
hr {
    box-sizing: content-box;
    height: 0;
}
pre {
    overflow: auto;
}
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
button {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled],
html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input {
    line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
}
optgroup {
    font-weight: bold;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td,
th {
    padding: 0;
}
html,
body {
    font-size: 100%;
    box-sizing: border-box;
}
*,
*:before,
*:after {
    box-sizing: inherit;
}
body {
    padding: 0;
    margin: 0;
    font-family: "Nunito", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.125em;
    line-height: 1.5em;
    color: #545454;
    background: #fefefe;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
.content-area p,
.content-area ul,
.content-area ol {
    margin: 30px 0;
}
h1 {
    font-size: 40px;
    line-height: 60px;
}
h2 {
    font-size: 35px;
    line-height: 50px;
}
h3 {
    font-size: 30px;
    line-height: 45px;
}
h4 {
    font-size: 26px;
    line-height: 40px;
}
h5 {
    font-size: 22px;
    line-height: 30px;
}
h6 {
    font-size: 18px;
    line-height: 25px;
}
ul {
    margin: 0;
    padding: 0;
}
ul li {
    list-style: none;
}
.article-content ul {
    padding-left: 25px;
    margin: 30px 0;
}
.article-content li {
    list-style: disc;
}
.article-content a {
    color: #d4448b;
    border-bottom: 1px dotted #d4448b;
    transition: all .4s ease;
}
.article-content a:hover {
    background: #d4448b;
    color: #fff;
    border-bottom: 1px dotted #1ebae4;
}
.container {
    max-width: 1170px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}
.row {
    margin-left: -15px;
    margin-right: -15px;
}
.container:before,
.container:after,
.row:before,
.row:after {
    content: "";
    display: table;
    table-layout: fixed;
}
.container:after,
.row:after {
    clear: both;
}
.one-half,
.one-third,
.one-fourth,
.two-thirds,
.three-fourths,
.full-width {
    float: left;
    padding: 0 15px;
    width: 100%;
}
/*Intro*/
.intro {
    color: #fff;
    text-align: center;
    line-height: 0;
    padding: 10px 0;
    background: rgba(221,132,136,1);
    background: -moz-linear-gradient(top, rgba(221,132,136,1) 0%, rgba(212,68,140,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(221,132,136,1)), color-stop(100%, rgba(212,68,140,1)));
    background: -webkit-linear-gradient(top, rgba(221,132,136,1) 0%, rgba(212,68,140,1) 100%);
    background: -o-linear-gradient(top, rgba(221,132,136,1) 0%, rgba(212,68,140,1) 100%);
    background: -ms-linear-gradient(top, rgba(221,132,136,1) 0%, rgba(212,68,140,1) 100%);
    background: linear-gradient(to bottom, rgba(221,132,136,1) 0%, rgba(212,68,140,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd8488', endColorstr='#d4448c', GradientType=0 );
}
.half-800 {
    display: inline-block;
}
.intro ul:before,
.intro ul:after {
    display: table;
    table-layout: fixed;
    content: "";
}
.intro ul:after {
    clear: both;
}
.intro li {
    float: left;
}
.intro a,
.intro span {
    display: block;
    padding: 0 5px;
    color: #fff;
    font-size: 14px;
    line-height: 24px;
}
/*End Intro*/
/*Main Navigation*/
.nav-wrapper .container {
    position: relative;
}
.caribou-logo {
    float: left;
    display: block;
    padding: 10px 0;
}
.caribou-logo img {
    vertical-align: top;
}
.main-navigation ul.nav {
    display: none;
    clear: both;
}
.main-navigation li {
    float: none;
    width: 100%;
    text-align: center;
}
.main-navigation .nav a {
    line-height: 36px;
    padding: 0 10px;
    text-transform: uppercase;
    color: #d4448b;
    font-weight: bold;
}
.toggle {
    display: block;
    position: absolute;
    right: 15px;
    top: 20px;
    width: 50px;
    height: 50px;
    line-height: 47px;
    text-align: center;
    border: 2px solid #d4448b;
    color: #d4448b;
    cursor: pointer;
}
.social ul {
    position: absolute;
    top: 29px;
    right: 75px;
    display: none;
}
.social li {
    margin-right: 5px;
    float: left;
    width: auto;
}
.social ul li:last-child {
    margin-right: 0;
}
.social a {
    color: #fff;
    display: block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
}
.linkedin a {
    background: #007bb6;
}
.google a {
    background: #DB4437;
}
.twitter a {
    background: #1da1f2;
}
.facebook a {
    background: #3b5998;
}
/*End Main Navigation*/
/*Slick Slider*/
.slick-slider {
    overflow: hidden;
}
.slide {
    position: relative;
    padding: 0 65px;
    height: 300px;
}
.slide-one {
    background-image: url('../files/slide-1.jpg');
    background-position: top right;
}
.slide-two {
    background-image: url('../files/slide-2.jpg');
    background-position: top left;
}
.slide-one,
.slide-two {
    background-repeat: no-repeat;
    background-size: cover;
}
.slick-prev,
.slick-next {
    width: 50px;
    height: 50px;
    background: #fff;
    text-align: center;
    transition: all .3s ease;
    z-index: 100;
}
.slick-prev {
    left: 0;
}
.slick-next {
    right: 0;
}
.slick-prev i,
.slick-next i {
    font-size: 32px;
    line-height: 50px;
    color: #d4448b;
    transition: all .3s ease;
}
.slick-next:before, [dir=rtl] .slick-prev:before,
.slick-next:before, .slick-prev:before {
    display: none;
}
.slick-prev:hover,
.slick-next:hover {
    background: #d4448b;
}
.slick-prev:hover i,
.slick-next:hover i {
    color: #fff;
}
.slider-text {
    position: absolute;
    left: 50%;
    margin-top: 150px;
    transform: translate(-50%,-50%);
    width: calc(100% - 130px);
    text-align: center;
}
.slick-slider h2,
.slick-slider .slider-form {
    margin: 15px 0;
}
.slick-slider h2 {
    color: #d4448b;
    text-align: center;
    font-size: 24px;
    line-height: 30px;
}
.slick-slider p {
    display: inline-block;
    color: #0075fa;
    font-weight: bold;
    text-align: center;
    background: rgba(255,255,255,.5);
    padding: 15px;
    font-size: 14px;
    margin: 0;
}
.slider-form {
    font-size: 0;
    text-align: center;
}
.slider-form a {
    position: relative;
    width: 85px;
    display: inline-block;
    font-size: 14px;
    padding: 10px;
    overflow: hidden;
}
.slider-donate {
    background: #0075fa;
    color: #fff;
}
.slider-appointment {
    background: #fff;
    color: #0075fa;
}
.slider-appointment:hover {
    color: #fff;
}
.slider-form a span {
    position: relative;
    z-index: 2;
}
.slider-form a:before {
    display: block;
    content: "";
    width: 150%;
    position: absolute;
    top: 0;
    bottom: 0;
    background: #d4448b;
    transition: all .7s ease;
}
a.slider-donate:before {
    left: -150%;
    border-radius: 0 20px 20px 0;
}
a.slider-donate:hover:before {
    left: 0;
}
a.slider-appointment:before {
    right: -150%;
    border-radius: 20px 0 0 20px;
}
a.slider-appointment:hover:before {
    right: 0;
}
/*End Slick Slider*/
/*Newsletter*/
.newsletter {
    padding: 10px 0;
    background: rgba(212,68,140,1);
    background: -moz-linear-gradient(top, rgba(212,68,140,1) 0%, rgba(221,132,136,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(212,68,140,1)), color-stop(100%, rgba(221,132,136,1)));
    background: -webkit-linear-gradient(top, rgba(212,68,140,1) 0%, rgba(221,132,136,1) 100%);
    background: -o-linear-gradient(top, rgba(212,68,140,1) 0%, rgba(221,132,136,1) 100%);
    background: -ms-linear-gradient(top, rgba(212,68,140,1) 0%, rgba(221,132,136,1) 100%);
    background: linear-gradient(to bottom, rgba(212,68,140,1) 0%, rgba(221,132,136,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4448c', endColorstr='#dd8488', GradientType=0 );
}
.newsletter h4 {
    color: #fff;
    text-align: center;
    font-weight: normal;
    margin: 0 0 10px 0;
    font-size: 20px;
}
.newsletter-form {
    text-align: center;
    font-size: 0;
}
.newsletter input {
    min-width: 150px;
}
.newsletter input,
.newsletter button {
    display: inline-block;
    font-size: 14px;
    height: 32px;
    line-height: 32px;
    border: 1px solid #fff;
    box-sizing: content-box;
    margin: 0;
    padding: 5px;
}
.newsletter button {
    border-left: 0;
    background: #d4448b;
    color: #fff;
    padding-left: 10px;
    padding-right: 10px;
    transition: all .3s ease;
}
.newsletter button:hover {
    background: #0075fa;
}
/*End Newsletter*/
/*Featured*/
.featured {
    margin-bottom: 20px;
}
.power-message {
    margin-bottom: 20px;
}
.featured h2 {
    color: #dd8488;
}
.featured span {
    width: 100%;
    display: block;
    height: 2px;
    content: "";
    background: #d4448b;
}
.featured-link {
    display: block;
    margin: 0 auto;
    width: 150px;
    height: 48px;
    line-height: 48px;
    color: #fff;
    background: #0075fa;
    text-align: center;
}
.featured-thumb {
    position: relative;
}
.featured-thumb:after {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    content: "";
    transform: translate(-50%,-50%);
    width: 0px;
    height: 0px;
    background: #0075fa;
    opacity: 0;
    z-index: 3;
    transition: all .5s ease;
}
.featured-thumb:hover:after {
    width: 100%;
    height: 100%;
    opacity: .5;
}
.featured-thumbs .one-fourth h5 {
    border-bottom: 1px solid #fff;
}
.featured-thumbs .one-fourth:hover h5 {
    border-bottom: 1px solid #dd8488;
}
.featured img {
    position: relative;
    vertical-align: top;
    z-index: 2;
    width: 100%;
}
.featured h5 {
    text-align: center;
    margin: 0;
    line-height: 2.4em;
    font-size: 20px;
    color: #dd8488;
}
/*End Featured*/
/*Content*/
.content {
    margin-bottom: 20px;
}
.article-details,
.article-text {
    width: 100%;
}
.author-thumb {
    background: #f9f9f9;
    padding: 15px;
    font-size: 14px;
    line-height: 28px;
}
.author-thumb img {
    max-width: 100px;
    margin: 0 auto 15px auto;
    display: block;
    vertical-align: top;
}
.author-thumb i {
    display: inline-block;
    width: 28px;
    height: 28px;
    margin-right: 10px;
    text-align: center;
    border-right: 1px solid #fff;
}
.author-thumb i:before {
    font-size: 14px;
    line-height: 28px;
}
.article-share li {
    margin-bottom: 3px;
}
.article-share a {
    display: block;
    color: #fff
}
.article-share a:hover {
    background: #dd8488;
}
.article-content h2 a {
    color: #1ebae4;
}
.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/*End Content*/
/*Footer*/
footer {
    background: rgba(212,68,140,1);
    background: -moz-linear-gradient(top, rgba(212,68,140,1) 0%, rgba(221,132,136,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(212,68,140,1)), color-stop(100%, rgba(221,132,136,1)));
    background: -webkit-linear-gradient(top, rgba(212,68,140,1) 0%, rgba(221,132,136,1) 100%);
    background: -o-linear-gradient(top, rgba(212,68,140,1) 0%, rgba(221,132,136,1) 100%);
    background: -ms-linear-gradient(top, rgba(212,68,140,1) 0%, rgba(221,132,136,1) 100%);
    background: linear-gradient(to bottom, rgba(212,68,140,1) 0%, rgba(221,132,136,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4448c', endColorstr='#dd8488', GradientType=0 );
    padding: 10px 0;
    color: #fff;
}
footer a {
    color: #fff;
    font-weight: bold;
}
footer input {
    width: 100%;
    display: block;
    height: 48px;
    border: 0;
    background: #fff;
    margin-bottom: 30px;
}
footer button {
    background: #1ebae4;
    color: #fff;
    display: inline-block;
    padding: 15px 25px;
    border: 0;
    margin-bottom: 15px;
}
.misc {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
    border-top: 1px solid #fff;
}
/*End Footer*/
/*Sidebar*/
.side-section {
    box-shadow: -5px 3px 25px 0 rgba(0, 0, 0, 0.1);
    padding: 0 15px 15px 15px;
    margin-bottom: 20px;
    overflow: hidden;
    border-top: 2px solid #1ebae4;
}
.side-section h2 {
    text-align: center;
    text-transform: lowercase;
    margin: 15px 0 30px 0;
    position: relative;
}
.side-section h2:after {
    position: absolute;
    bottom: -15px;
    width: 30px;
    height: 2px;
    left: 50%;
    margin-left: -15px;
    display: block;
    content: "";
    background: #1ebae4;
}
.side-section ul li {
    padding: 10px 0;
    border-bottom: 1px dotted #1ebae4;
}
.side-section ul li:before {
    content: "\f10c";
    font-family: "FontAwesome";
    margin-right: 6px;
    font-size: 12px;
    vertical-align: middle;
    color: #1ebae4;
}
.side-section ul li:last-child {
    border-bottom: 0;
}
.side-form-row {
    width: 100%;
}
.side-form-row:before,
.side-form-row:after {
    display: table;
    content: "";
}
.side-form-row:after {
    clear: both;
}
.side-form-row input {
    display: block;
    width: 100%;
    font-size: 13px;
    height: 36px;
    padding: 5px;
    margin-bottom: 10px;
    border: 1px dotted rgba(30,186,228,.2)
}
.side-form-row input.side-zip,
.side-form-row input.side-phone {
    width: 49%;
    float: left;
}
.side-form-row input.side-zip {
    margin-right: 1%;
}
.side-form-row input.side-phone {
    margin-left: 1%;
}
.side-form-row button,
.volunteer-row button,
.contact-form button,
.read-more a {
    display: block;
    max-width: 180px;
    margin: 10px auto;
    background: rgba(212,68,140,1);
    background: -moz-linear-gradient(top, rgba(212,68,140,1) 0%, rgba(221,132,136,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(212,68,140,1)), color-stop(100%, rgba(221,132,136,1)));
    background: -webkit-linear-gradient(top, rgba(212,68,140,1) 0%, rgba(221,132,136,1) 100%);
    background: -o-linear-gradient(top, rgba(212,68,140,1) 0%, rgba(221,132,136,1) 100%);
    background: -ms-linear-gradient(top, rgba(212,68,140,1) 0%, rgba(221,132,136,1) 100%);
    background: linear-gradient(to bottom, rgba(212,68,140,1) 0%, rgba(221,132,136,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4448c', endColorstr='#dd8488', GradientType=0 );
    color: #fff;
    border: 0;
    padding: 10px;
    font-size: 14px;
    border-bottom: 0;
    text-align: center;
}
.read-more a:hover {
    border-bottom: 0;
    background: -moz-linear-gradient(top, rgba(212,68,140,1) 0%, rgba(221,132,136,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(212,68,140,1)), color-stop(100%, rgba(221,132,136,1)));
    background: -webkit-linear-gradient(top, rgba(212,68,140,1) 0%, rgba(221,132,136,1) 100%);
    background: -o-linear-gradient(top, rgba(212,68,140,1) 0%, rgba(221,132,136,1) 100%);
    background: -ms-linear-gradient(top, rgba(212,68,140,1) 0%, rgba(221,132,136,1) 100%);
    background: linear-gradient(to bottom, rgba(212,68,140,1) 0%, rgba(221,132,136,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4448c', endColorstr='#dd8488', GradientType=0 );
    color: #fff;
}
/*End Sidebar*/
/*Depth*/
.volunteer-row {
    margin-bottom: 20px;
}
.volunteer-row input:not([type='radio']) {
    display: block;
    width: 100%;
    border: 1px solid #eee;
    padding: 5px;
}
.volunteer-row label {
    display: block;
    font-weight: bold;
}
.states:before,
.states:after {
    display: table;
    content: "";
    table-layout: fixed;
}
.states:after {
    clear: both;
}
.state label {
    font-size: 14px;
    font-weight: normal;
}
.state {
    text-align: center;
}
.contact-form label,
.contact-form input,
.contact-form textarea {
    display: block;
    width: 100%;
}
.contact-form input,
.contact-form textarea {
    border: 1px solid #eee;
    padding: 10px 5px;
}
.contact-form label {
    font-weight: bold;
}
.contact-form textarea {
    height: 250px;
}
.contact-form .contact-row {
    margin-bottom: 15px;
}
/*End Depth*/
@media (min-width: 480px) {
    .social ul {
        display: block;
    }
    .slide {
        height: 400px;
    }
    .slider-text {
        margin-top: 200px;
    }
    .slick-slider h2 {
        font-size: 28px;
    }
    .slick-slider p {
        font-size: 16px;
    }
    .slider-form a {
        font-size: 16px;
    }
    .featured-thumbs .one-fourth {
        width: 50%;
    }
    .author-thumb {
        display: table;
        table-layout: fixed;
        width: 100%;
    }
    .author-image img {
        padding-right: 15px;
        margin-bottom: 0;
    }
    .author-image,
    .author-thumb ul {
        display: table-cell;
        vertical-align: middle;
    }
    .author-image {
        width: 25%;
    }
    .author-thumb ul {
        width: 75%;
    }
    .state {
        float: left;
        width: 50%;
    }
}
@media (min-width: 600px) {
    .slick-slider h2 {
        font-size: 40px;
        line-height: 1.5;
    }
    .slick-slider p {
        font-size: 20px;
        margin: 15px 0;
    }
    .slider-form a {
        font-size: 18px;
        width: 120px;
    }
    .newsletter input {
        min-width: 200px;
    }
    .state {
        width: 33.333333%;
    }
}
@media (min-width: 800px) {
    .one-half {
        width: 50%;
    }
    .one-third {
        width: 33.333333%;
    }
    .two-thirds {
        width: 66.666666%;
    }
    .one-fourth {
        width: 25%;
    }
    .three-fourths {
        width: 75%;
    }
    .half-800 {
        width: 50%;
        float: left;
        padding: 0 15px;
    }
    .intro .half-800:last-child ul {
        float: right;
    }
    .toggle {
        display: none;
    }
    .main-navigation ul.nav {
        display: block;
        clear: none;
        float: right;
        margin-right: 155px;
    }
    .main-navigation li {
        float: left;
        width: auto;
    }
    .main-navigation .nav a {
        line-height: 90px;
    }
    .social ul {
        right: 15px;
    }
    .slide {
        height: 500px;
    }
    .slider-text {
        margin-top: 250px;
    }
    .slick-slider h2 {
        font-size: 48px;
    }
    .slick-slider p {
        font-size: 24px;
    }
    .power-message,
    .power-message .row {
        display: table;
        table-layout: fixed;
    }
    .power-message .one-fourth,
    .power-message .three-fourths {
        display: table-cell;
        vertical-align: middle;
        float: none;
    }
    .featured-thumbs .one-fourth {
        width: 25%;
    }
    .article-details,
    .article-content {
        width: 100%;
    }
    .state {
        width: 20%;
    }
}
@media (min-width: 1200px) {
    .slide {
        height: 600px;
    }
    .slider-text {
        margin-top: 300px;
    }
    .main-navigation .nav a {
        padding: 0 25px;
    }
    .article-details {
        width: 25%;
    }
    .article-content {
        width: 75%;
    }
    .author-thumb {
        display: block;
    }
    .author-image,
    .author-thumb ul {
        display: block;
        width: 100%;
    }
    .author-image {
        margin-bottom: 15px;
    }
    .author-image img {
        padding-right: 0;
    }
}