@import url("https://use.typekit.net/mav4wej.css");

body {
    font-family: proxima-nova;
    -webkit-font-smoothing: antialiased;
    margin: 0;
}

.header {
    background-color: white;
    overflow: hidden;
}
.header-inner, .content-inner {
    max-width: 1320px;
    min-width: 320px;
    padding: 15px;
    box-sizing: border-box;
    margin: auto;
    position: relative;
}

.header .site-logo img {
    height: 40px;
}
.header .navigation {
    position: absolute;
    right: 0; top: 0;

    clear: both;
    display: inline-block;
    vertical-align: middle;
    height: 40px;
    padding: 8px 0;
    box-sizing: border-box;
    line-height: 1.5;
}
.header ul  {
    list-style: none;
}
.header .navigation ul li {
    float: left;
    padding-right: 15px;
    box-sizing: border-box;
}
.header ul li a {
    text-decoration: none;
    color: #43464c;

    text-transform: uppercase;
    font-weight: 600;
}
.header .navigation ul li a:hover {
    color: #005fc9;
}
.header .mobile-navigation-button {
    position: absolute;
    right: 0; top: 0;
    border-radius: 15px;
    border: 1px solid #43464c;
    margin: 20px 15px;
    padding: 5px 20px;
    box-sizing: border-box;
    cursor: pointer;
    display: none;
}
.header .mobile-navigation-button .nav-button-text {
    line-height: 1.2;
    font-weight: 600;
    text-transform: uppercase;
}
.header .mobile-navigation {
    display: none;
    margin: 0 15px;
    padding: 10px;
    box-sizing: border-box;
    background-color: #51e0fe;
    text-align: center;
}
.header .mobile-navigation ul {
    padding: 0; margin: 0;
}
.header .mobile-navigation li {
    margin: 3px 0;
}
.header:after {
    clear: both;
}

.content {
    overflow: hidden;
}
.content .content-inner {
    padding: 0;
}
.kk-slider {
    padding: 0 15px;
}
.kk-slider .flickity-viewport {
    border-radius: 0 0 12px 12px;
}
.kk-slider-slide {
    width: 100%;
    height: 450px;
    background-size: cover;
    background-position: center;
}
.kk-slider-slide a {
    width: 100%; height: 100%;
    display: block;
}
.kk-slider .flickity-page-dots {
    bottom: 25px;
}
.kk-slider .flickity-page-dots .dot {
    background-color: white;
    margin: 0 4px;
}

.content .grid {
    padding: 15px 0;
    box-sizing: border-box;
}
.content .grid .tigerr-block {
    height: 300px;
    width: 100%;
    border-radius: 12px;
    box-shadow: 6px 6px rgba(0,0,0,.1);
    display: table;
    text-align: center;
    background: linear-gradient(#51e0fe, #009eff);
    padding: 15px;
    box-sizing: border-box;
}
.content .grid .tigerr-block-content {
    display: table-cell;
    vertical-align: middle;
    color: white;
    word-break: break-word;
}

.shop-block .shop-image {
    max-width: 250px;
    max-height: 140px;
}
.shop-block .shop-title {
    font-weight: 700;
    font-size: 18pt;
    margin: 20px 0 15px;
    line-height: 0.9;
}
.shop-block .redbubble-title {
    font-weight: 700;
    font-size: 18pt;
    margin: 10px 0;
    line-height: 0.9;
    text-transform: uppercase;
}

.childcan-proceeds .earnings-title, .introduction-tuna .intro-title {
    display: block;
    font-weight: 700;
    font-size: 16pt;
    line-height: 1.1;
}
.introduction-tuna .intro-title {
    font-size: 18pt;
}
.childcan-proceeds .childcan-logo, .introduction-tuna .tuna-angel {
    width: 40%;
    max-width: 200px;
    padding: 10px;
}
.childcan-proceeds .earnings-text, .introduction-tuna .intro-text {
    display: block;
    font-weight: 500;
}

.footer {
    clear: both;
    overflow: hidden;
    padding-top: 10px;
    box-sizing: border-box;
}
.footer .site-info {
    text-align: center;
    color: #FFF;
    line-height: 1;
    background-color: #008ee6;
    padding: 15px;
    box-sizing: border-box;
}

.iceberg-grid {
	float: left;
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
}
.iceberg-button {
    text-decoration: none;
    color: #fff!important;
    min-width: 200px;
    padding: 10px 25px;
    display: inline-block;
    box-sizing: border-box;
    border-radius: 6px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
    box-shadow: 6px 6px rgba(0,0,0,.1);
    background-color: #f56301;
    cursor: pointer;
}
@media (min-width:41.25em) {
	.iceberg-grid-wid-1, .iceberg-grid-wid-2, .newsfeed-page #primary .iceberg-grid-wid-1 {
		width: 50%;
    }
}
@media (min-width:61.875em) {
	.iceberg-grid-wid-1 {
		width: 33.3333%;
	}
	.iceberg-grid-wid-2, .iceberg-grid-wid-3 {
		width: 66.6666%;
    }
}
@media (min-width:82.5em) {
	.iceberg-grid-wid-1 {
		width: 25%;
	}
	.iceberg-grid-wid-2 {
		width: 50%;
	}
	.iceberg-grid-wid-3 {
		width: 75%;
	}
}
@media (max-width:41.25em) {
	.header .navigation {
        display: none;
    }
    .header .mobile-navigation-button {
        display: block;
    }
    .kk-slider-slide {
        height: 375px;
    }
}