/*!
Theme Name: toxic_finance
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: toxic_finance
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

toxic_finance is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
	font-family: "Montserrat", sans-serif;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

.site-branding {
	position: relative;

}
#download-cover {
	position: absolute;
	border: 10px solid #ffffff;
	top: 100px;
	box-shadow: 0px 15px 20px #333333;
	 transition: margin-top 0.3s ease-in-out;
}
#download-cover:hover {
	margin-top: -8px;
	box-shadow: 0px 15px 20px #222222;
}
#download-bar {
	position: absolute;
	background-color: #db9627;
	width: 100%;
	top: 300px;
	left: 0;
	height: 100px;
	border-bottom: 20px solid #bc5806;
}

#download-bar a.download {
	margin-left: 530px;
	color: #000000;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 900;
	font-size: 50px;
	margin-top: 4px;
    display: block;
}
#download-bar a.download:hover {
	text-shadow: 2px 2px 10px #e7b666;
}
/* Navigation
--------------------------------------------- */
#site-navigation {
	margin-left: 530px;
	padding-top: 430px;
}

#sticky-site-navigation {
	width: 100%;
	display: block;
	height: 65px;
	position: fixed;
    background-color: #db9627;
	left: 0;
	top: 0;
    border-bottom: 10px solid #bc5806;
    transition: display 0.5s ease-in-out;
	z-index: 2000;
	display: none;
}
#sticky-site-navigation .menu-menu-1-container  {
	float: left;
	width: 80%;
}
#sticky-site-navigation .download  {
	max-width: 300px;
	float: left;
}
#sticky-site-navigation .download img {
	height: 90px;
	border: 3px solid #ffffff;
}
#sticky-primary-menu {
	list-style: none;
	padding: 0;
	margin: 0 0 0 40px;
}
#sticky-primary-menu li  {
	float: left; 
	padding: 16px 15px 15px;
}
#sticky-primary-menu li a {
	color: #000000;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 500;
}
#sticky-primary-menu li:hover {
	padding-left: 10px;
	border-left: 5px #bc5806 solid;
}
a.sticky-download {
	color: #ffffff;
	    text-transform: uppercase;
    text-decoration: none;
    font-weight: 900;
	float: left;
	font-size: 27px;
    display: block;
    padding: 18px 70px 0;
}

.main-navigation {
	display: block;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
	padding: 10px 30px;
	background-color: #8f986c;
	color: #000000;
	width: 270px;
	margin: 8px 0;
	transition: margin-left .25s ease-in-out, border-left .5s ease-in-out;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	color: #000000;
	text-transform: uppercase;
	font-weight: 600;
}

.main-navigation li:hover{
	margin-left: 15px;
	border-left: 15px #bc5806 solid;
}
.main-navigation li a:focus-visible, #download-bar a.download:focus-visible, #explore-menu a:focus-visible {
	text-decoration: underline;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
		flex-direction: column;
        align-items: flex-start;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

.mobile-only {
	display: none;
}
/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

.target-section {
  scroll-margin-top: 130px; /* Adjust this value to your header's height */
}

.chart-divider {
	background: url('./assets/images/tf-divider-bg.png') top left repeat-x;
	width: 100%;
	margin: 80px auto 130px;
	height: 43px;
}

.subnote {
	font-size: 15px;
	text-align: center;
	font-weight: 300;
}
/* utility for dropdowns and options */

.clear {
	clear: both;
}
.select2-container {
	float: left;
}
.select2-container--default .select2-selection--single {
	border: 0;
}
select, .select2-container--default .select2-selection--single .select2-selection__rendered {
	background: #ffffff url(./assets/images/tf-dropdown-arrow.png) center right no-repeat;
    background-position: right 20px center;
    color: #000000;
    text-transform: capitalize;
    padding: 20px 50px 15px 20px;
    margin: 10px 30px 10px 0;
    float: left;
	border: 0;
    font-size: 18px;
	min-width: 300px;
	max-width: 300px;
	border: 1px solid #000000;
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-border-radius: 0px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered  {
	text-align: left;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
	display: none;
}
.select2-container--default .select2-results>.select2-results__options {
	max-height: 500px;
}

.options-wrapper {
	text-align: center;
	margin-bottom: 80px;
}
.view-by {
	background: url('./assets/images/tf-view-by.png') top center no-repeat;
  	padding: 12px 24px;
  	color: #ffffff;
	text-transform: uppercase;
	font-weight: 800;
	font-size: 15px;
	width: 125px;
	text-align: center;
	margin: 20px auto 30px;
}
.view-by.search {
	width: 200px;
}
.options span {
	text-transform: uppercase;
	font-weight: 500;
	font-size: 20px; 
	padding: 6px 15px 6px 10px;
	margin-left:15px;
	margin-right: 15px;
}
.options span:hover {
	cursor: pointer;
	/* background-color: #8f986c; */
	background-color: #687449;
	color: #ffffff;
}
.options span.active {
	color: #ffffff;
	/* background-color: #8f986c; */
	background-color: #687449;
	border-left: 15px #bc5806 solid;
	margin-left: 0px;
}
.option-divider {
	border-top: 3px #bc5806 solid;
	width: 80%;
	max-width: 500px;
	margin: 20px auto;
}
.funding-details, #profile-type-details {
    margin: 50px auto 30px;
	max-width: 900px;
	font-size: 16px;
}
#profile-type-details {
	margin: 30px auto 40px;	
}
h3 {
	text-align: center;
	text-transform: uppercase;
	/* color: #db9627; */
	color: #C27800;
	font-weight: 900;
	font-size: 40px;
	max-width: 800px;
	display: block;
	margin: 0 auto;
}
h4 {
	color: #000000;
	font-weight: 700;
	font-size: 20px;
	max-width: 700px;
	text-align: center;
	margin: 30px auto 30px;
}

#problem {
	height: 800px;
	text-align: center;
	font-weight: 900;
	font-family: "Montserrat", sans-serif;
	font-size: 25px;
	border-top: 8px solid #bc5806; 
	overflow: visible;
	position: relative;
}
#problem-details {
	position: relative;
	top: -200px;
}
#problem-underlay {
	background-color: #e1d4be;
	background-image: url("./assets/images/tf-problem-bg.png");
	clip-path: polygon(0 0, 100% 0%, 100% 80%, 50% 100%, 0 80%);
	height: 750px;
	width: 100%;
	padding-bottom: 200px;
	overflow: visible;
	position: absolute;
}
#problem .container {
	position: relative;
	top: -70vh;
}
#big-number {
	text-align: center;
	font-weight: 900;
	font-family: "Montserrat", sans-serif;
	font-size: 25px;
	padding-bottom: 100px;
}
#red-line{
	border-top: 5px solid #bc5806;
	width: 100%;
	margin: 0px auto 30px;
}
#number {
	font-size: 120px;
	color: #db9627;
}
#number-sub {
	color: #ffffff;
	font-weight: 900;
	width: 80%;
	margin: 0 auto;
	font-size: 30px;
}
#problem .bolder {
	width: 80%;
	display: block;
	margin: 0 auto;
	font-size: 30px;
}
#masthead {
	height: 200vh;
	min-height: 1350px;
	background: url('./assets/images/tf-hero-bg.jpg') top center no-repeat;
	background-size: cover;
	position: relative;
}
#masthead .overlay {
    clip-path: polygon(0% 0%, 50% 20%, 100% 0%, 100% 100%, 0% 100%);
	background-color: rgba(0, 0, 0, 0.5);
	min-height: 100vh;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
}
#masthead h1 {
	margin: 0;
	padding: 0;
}
#communities {
	padding: 100px 0 0 0;
}
#communities h2 {
    color: #C27800;
	max-width: 700px;
	text-align: center;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 40px;
    max-width: 800px;
    display: block;
    margin: 0 auto;
} 
#communities h3 {
	font-weight: 800;
	color: #000000;
    font-weight: 700;
    font-size: 20px;
    max-width: 700px;
    text-align: center;
	text-transform: none;
	margin: 30px auto 30px;
}
#map-wrapper {
	width: 100%;
    margin: 60px auto 0;
    display: block;
    position: relative;
}
#map {
	height: 90vh; 
	min-height: 900px;
}
#map-info {
	position: absolute;
    right: 0;
	top: 0;
    z-index: 900;
	min-height: 900px;
    height: 90vh;
    min-width: 400px;
    max-width: 485px;
    width: 30%;
    background: #505b2e url('./assets/images/tf-map-info-bg.png') top center repeat;
    padding: 40px 40px 30px 40px;
    color: #ffffff;
    font-size: 14px;
    overflow: auto;
    scrollbar-color: #505b2e;
    text-align: left;
	font-size: 20px;
	overflow: visible;
}
#map-info h4 {
      color: #dc9e3b;
   margin: 0;
   text-align: left;
   font-size: 30px;
}
#map-info h5 {
	color: #ffffff;
	font-size: 24px;
	font-style: italic;
	 text-align: left;
	 margin-bottom: 30px;
}
.map-details strong {
	display: block;
	font-weight: 900;
	margin-top: 20px;
}
#views {
    position: absolute;
    left: 100px;
   	bottom: 30px;
    z-index: 900;
    width: 550px;
    background: #ffffff;
    padding: 10px;
    color: #000000;
    font-size: 14px;
    padding: 13px 24px 8px 24px;
    overflow: auto;
    clip-path: polygon(10% 0, 100% 0, 90% 100%, 0% 100%);
}
#views {
	text-align: center;
	font-size: 22px;
}
.views {
	padding: 0 30px;
	display: inline;
	font-weight: 800;
}
a.get-involved-link {
	color: #ffffff;
}
.profiles-link {
	background-color: #8f986c;
	width: 100%;
	padding: 17px 30px 16px;
	font-size: 19px;
	margin: 30px 0 20px -40px;
	position: relative;
}
.profiles-link a {
	color: #000000;
	text-decoration: none;
	font-weight: 800;
	text-transform: uppercase;
}
.profiles-link img {
	position: absolute;
	top: -0px;
	left: -30px;
}
.leaflet-right .leaflet-control {
	display: none;
}

.marker-cluster-large,.marker-cluster-small {
    background-color: rgba(219, 150, 39, 0.6) !important;
}
.marker-cluster-large div, .marker-cluster-small div {
    background-color: rgba(219, 150, 39, 0.6) !important;
}

#follow-the-money .container {
	padding: 0px 20px 100px;
}
#follow-the-money a {
	color: #000000;
}
#follow-the-money h4 {
	    margin: 30px auto 110px;
}
.big-head {
	background: #a4ab7f url('./assets/images/tf-follow-money-bg.jpg') top center no-repeat;
	background-size: cover;
	clip-path: polygon(0 0, 100% 0%, 100% 80%, 50% 100%, 0 80%);
	padding-top: 90px;
	padding-bottom: 300px;
	margin-bottom: 100px;
}

.big-head h2 {
	font-size: 60px;
	color: #ffffff;
	text-transform: uppercase;
	text-align: center;
	max-width: 600px;
	font-weight: 900;
	margin: 0 auto;
}
.big-head h3 {
    color: #000000;
    font-weight: 900;
    font-size: 24px;
    max-width: 780px;
    text-align: center;
    margin: 30px auto 30px;
	text-transform: none;
}
.big-head  p {
	max-width: 780px;
	text-align: center;
	margin: 30px auto 30px;
	font-size: 18px;
}
#explore-menu {
	text-align: center;
	margin-top: 30px;
}
#explore-menu span {
	color: #000000;
    font-weight: 900;
	font-size: 24px;
	padding: 20px 10px;
}
#explore-menu, #explore-menu a {
	position: relative;
    padding: 20px 10px;
    color: #000000;
    margin: 18px 20px;
    color: #000000;
    font-weight: 900;
	font-size: 24px;
}
#explore-menu a:hover {
	border-left: 15px #bc5806 solid;
	margin: 18px 20px 3px 5px;
}
#full-database .options-wrapper {
	margin: 50px auto;
	max-width: 900px;
}
#full-database h4 {
	margin: 30px auto 20px
}
#full-database .funding-details {
	text-align: center;
	margin: 20px auto 50px;
}
#bank-select, #investor-bank-select, #select2-bank-select-container {
	float: left; 
	width: 30%;
	margin: 0;
}
#company-select, #investor-company-select {
	float: left;
	width: 30%;
	margin: 0;
}
#or {
	width: 30%;
	margin: 20px auto;
	float: left; 
	text-transform: uppercase;
}
#investor-country, #bank-country {    
	margin-left: 56px;
    margin-bottom: 60px;
	text-transform: uppercase;
	font-style: italic;
	font-weight: 400;
}

/* Full data */

#full-database .big-head {
	background: #a4ab7f url('./assets/images/tf-explore-data-bg.jpg') bottom center no-repeat;
	background-size: cover;
}

table.full-data  {
    position: relative;
		font-family: "Open Sans", sans-serif;
  	font-optical-sizing: auto;
  	font-weight: 400;
  	font-style: normal;
}
table.full-data th {
    position: sticky;
    top: 0;
    z-index: 10;
}
table.full-data th.tablesorter-headerAsc, table.full-data th.tablesorter-headerDesc, table.full-data th {
    background: #555555;
	color: #ffffff;
    text-align: left;
}
.tablesorter-headerAsc .tablesorter-header-inner:after {
    content: "\25BC";
    font-size: 16px;
    padding-left: 10px;
}
.tablesorter-headerDesc .tablesorter-header-inner:after {
    content: "\25B2";
    font-size: 16px;
    padding-left: 10px;
}
tr.header {
	border-bottom: 1px solid #000000;
}


#table-wrapper {
    max-width: 1270px;
    overflow: scroll;
    max-height: 80vh;
	min-height: 300px;
    margin: 0 auto;
    margin-bottom: 50px;
    margin-top: 10px;
    border-bottom: 2px solid #cdcdcd;
}
table.full-data tr:hover {
	background-color: #efefef;
}
table.full-data td {
    padding: 5px 8px; 
    border-bottom: 1px solid #efefef;
    font-size: 14px;
}

table.full-data td.number, table.full-data th.number  {
    text-align: right;
}

table.full-data td.name {
    min-width: 200px;
    max-width: 300px;

}

table.full-data th {
    padding: 10px 8px 6px 8px; 
    font-weight: 800;
    background: #ffffff;
    color: #666666;
}
#download-links {
	display: block;
	padding: 10px 0 60px 0;
		text-align: right;
}
a#download-csv, #download-links a {
	color: #000000;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 800;
	padding: 0 20px;
}

#bar-1, #bar-2 {
	height: 800px;
} 
#sankey-1 {
	height: 990px;
}
#bubble-1 {
}
#investor-data {
	padding-top: 40px;
}
h4#name, h4#investor-name {
	font-weight: 900;
	font-size: 40px;
	text-transform: uppercase;
	text-align: left;
	margin: 40px 10px 20px;
	padding: 0 0 0 30px;
	max-width: 100%;
	border-left: 17px solid #bc5806;
}
.total {
	font-size: 24px;
	margin-left: 56px;
	margin-bottom: 60px;
}
#profiles {
	background: url('./assets/images/tf-bg-profiles.png') top center repeat;
	min-height: 800px;
	padding-top: 100px;
	padding-bottom: 55px;
	position: relative;
}
#profiles-fade {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: url('./assets/images/tf-profiles-fade.png') top center repeat-x;
}
#profiles .container {
	position: relative;
}
#profiles h3 {
	color: #ffffff;
}
#profiles h4#profiles-name{
	font-weight: 900;
	font-size: 40px;
	text-transform: uppercase;
	text-align: left;
	margin: 10px 10px 40px;
	padding: 0 0 0 30px;
	max-width: 100%;
	border-left: 17px solid #bc5806;
}
#profiles .options-wrapper {
	margin-bottom: 30px;
}
.profile-type {
	font-size: 15px;
	margin-left: 10px;
	font-weight: 500;
	color: #555555;
	font-style: italic;
	text-align: left;
}
.cards {
	color: #000000;
	padding: 20px;
	margin: 20px 10px;
	position: relative;
	min-height: 150px;
	width: 30%;
	float: left;
	display: none;
}
.cards:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border-width: 0 16px 16px 0;
  border-style: solid;
  border-color: #658E15 #ddccb0;
}
.cards ul {
	margin: 0;
	padding: 0 20px;
}
.cards h5 {
	text-transform: uppercase;
	font-weight: 800;
}
#card-wrapper {
	display: flex;
	align-items: stretch;
	text-align: left;
}
#card-projects-bank-all.cards, #card-projects-investor-all.cards  {
	width: 90%;
}
#card-projects, #card-projects-bank-all, #card-projects-investor-all {
	background-color: #f2ae41;
}
#card-projects-bank-all, #card-projects-investor-all  {
	display: block;
}
#card-sponsors {
	background-color: #da8540;
}
#card-get-involved {
	background-color: #8f986c;
	display: block;
}
#card-projects-bank-all.cards:before, #card-projects-investor-all.cards:before  {
border-color: #bc5806 #ffffff;
}
#card-projects.cards:before {
	border-color: #bc5806 #ddccb0;
}
#card-sponsors.cards:before {
	border-color: #7b5911 #ddccb0;
}
#card-get-involved:before {
	border-color: #505b2e #ddccb0;
}
#card-projects-bank-all .details, #card-projects-investor-all .details {
	max-height: 280px;
	overflow: scroll;
	scrollbar-color: black #f2ae41;
}
.details a {
	color: #000000;
	text-decoration: none;
}
#profile-details {
	margin: 20px 0px 20px;
	font-size: 22px;
	text-transform: uppercase;
}
.profile-details {
	padding-left: 60px;
	padding-bottom: 4px;
	text-align: left;
}
#profile-options {
	padding: 30px 10px 20px;
}
#profile-options label, #full-database label {
	display: none;
}
#profile-options select {
	max-width: 29%;
	min-width: 29%;
	margin: 10px 25px;
}
#pie-1, #pie-2 {
	padding-bottom: 50px;
	margin-top: 40px;
	width: 50%; 
	float: left;
}
#pie-1-message, #pie-2-message {
	padding-bottom: 50px;
	margin-top: 70px;
	width: 50%; 
	float: left;
	font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
	color: #000000;
	font-style: italic;
}
#actions {
	background: #ddccb1 url('./assets/images/tf-actions-bg.png') top center repeat;
	min-height: 2000px;
	padding-top: 50px;
	padding-bottom: 200px;
	position: relative;
}
#actions-fade {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: url('./assets/images/tf-actions-fade.png') top center repeat-x;
}
#actions .container {
	position: relative;
}
#footer-download-cover {
	position: absolute;
	top: 50px;
	right: 50px;
	border: 10px solid #ffffff;
	box-shadow: 0px 15px 20px #888888;
	transition: margin-top 0.3s ease-in-out;
}
#footer-download-cover:hover {
	margin-top: -8px;
	box-shadow: 0px 15px 20px #222222;
}
.footer-message {
	padding: 30px 20px;
	font-weight: 300;
}
#read-report {
	position: absolute;
    background-color: #db9627;
    width: 100%;
    top: 300px;
    left: 0;
    height: auto;
    border-left: 25px solid #bc5806;
}
#read-report a.download {
	margin-left: 20px;
    color: #000000;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 900;
    font-size: 50px;
    margin-top: 4px;
    display: block;
	line-height: 52px;
	padding: 10px 0;
}
.take-action {
	position: absolute;
	top: 450px;
	left: 30px;
}
.take-action a {
	margin-left: 20px;
    color: #000000;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 900;
    font-size: 30px;
    display: block;
    padding: 10px 0;
}
.learn-more {
	margin-left: 20px;
    color: #000000;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 900;
    font-size: 48px;
	line-height: 42px;
    display: block;
    padding: 0 0 0 30px;
	margin-bottom: 25px;
	border-left: 25px solid #bc5806 ;
}
#flip-box-row {
	top: 800px;
	left: 45px;
	position: absolute;
}

#related-resources {
	top: 1600px;
	position: absolute;
	width: 100%;
}
#related-resources a {
	color: #000000;
	font-weight: 600;
	font-size: 18px;
	padding-bottom: 20px;
    display: block;
}
#related-resources h5 {
	margin-left: 20px;
	margin-bottom: 40px;
    color: #000000;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 900;
    font-size: 30px;
    display: block;
	text-align: center;
    padding: 10px 0;
}
.read-more a {
	color: #bc5806;
	text-transform: uppercase;
	font-weight: 800;
}
.flipper {
	text-align: left;
	background-color: #cdba9c;
	width: 350px;
	height: 500px;
	border-radius: 20px;
	padding: 30px;
	-webkit-box-shadow: 2px -1px 5px 2px rgba(0,0,0,0.34), 0px 3px 5px 0px rgba(255, 255, 255, 0.8);  /* Bottom: White */; 
	box-shadow: 2px -1px 5px 2px rgba(0,0,0,0.34), 0px 3px 5px -1px rgba(255, 255, 255, 0.8);  /* Bottom: White */;
}
.footer-front .flipper p.flipper-title {
	position: absolute;
	top: 44px;
	text-transform: uppercase;
	font-size: 24px;
	max-width: 80%;
	font-weight: 800;
	line-height: 23px;
	padding-left: 20px;
	border-left: 15px solid #bc5806;;
}
.footer-front .flipper .flipper-details {
	position: absolute;
	top: 160px;
	max-width: 80%;
	line-height: 23px;
	padding-left: 20px;
	font-size: 14px;
}
#flip-1 .footer-front .flipper {
	background: url('./assets/images/tf-footer-flip-1.jpg') top center no-repeat;
	background-size: cover;
}
#flip-2 .footer-front .flipper {
	background: url('./assets/images/tf-footer-flip-2.jpg') top center no-repeat;
	background-size: cover;
}
#flip-3 .footer-front .flipper {
	background: url('./assets/images/tf-footer-flip-1.jpg') top center no-repeat;
	background-size: cover;
}
#flip-1 .footer-back .flipper, #flip-2 .footer-back .flipper, #flip-3 .footer-back .flipper {
	font-weight: 800;
}
#flip-box-row .flip-box {
	float: left;
	padding: 0 20px;
}

#footer {
	text-align: center;
	background-color: #e8d9c0;
	padding: 215px 20px 130px;
	margin-top: -200px;
	font-weight: bold;	clip-path: polygon(0 0, 50% 20%, 100% 0%, 100% 100%, 0 100%);
	font-size: 24px;
}
#footer a {
	color: #000000;
}
#footer h2 {
	text-transform: uppercase;
	color: #bc5806;
	font-size: 30px;
	font-weight: 900;
	margin-bottom: 50px;
}
#logo-stack {
	text-align: center;
	padding: 100px 0;
}
#logo-stack .header {
	text-transform: uppercase;
	font-size: 18px;
	color: #231f20;
}
/* flip boxes */

.flip-boxes {
  justify-content: center;
  margin: 30px auto;
  width: 1144px;
}
.flip-box {
  display: flex;
  align-content: stretch;
  min-height: 200px;
  flex-wrap: wrap;
  position: relative;
  border: 10px solid transparent;
  padding:0;
  border-top: 0;  
  -webkit-perspective: 1000;
          perspective: 1000;
  
  &:hover {
    .back {
      transform: rotateX(0deg);
      z-index: 10;
    }
    
    .front {
      transform: rotateX(180deg);
      z-index: -1;
    }
    
  }
  
  .back, .front {
    position: relative;
    color: #000000;
    display: flex;
    justify-content: center;
    align-content: center;
    flex: 0 0 100%;
    -webkit-transition: all 2s cubic-bezier(.5,1,.5,1);
    transition: all 2s cubic-bezier(.5,1.3,.5,1.3);
    transform-style: preserve-3d;
	background: url('./assets/images/tf-problem-side-1.png') top center no-repeat;
    background-size: auto 97%;
    background-position: center;
	text-align: center;
	height: 588px;
  }
  .back span, .front span {
	color: #bc5806;
  }
  .back {
	background: url('./assets/images/tf-problem-side-2.png') top center no-repeat;
	background-size: auto 98%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    z-index: -1;
    transform: rotateX(-180deg);
  }
  
  .front {
    z-index: 10;
	
  }
  
  .content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    -webkit-transform: translateZ(100px);
            transform: translateZ(100px);
  	width:66%;
  }
}

.flipper-container {   
	float: left;
	margin: 25px;
}

.footer-flip-boxes {
  justify-content: center;
  width: 350px;
}
.footer-flip-box {
  display: flex;
  align-content: stretch;
  min-height: 200px;
  flex-wrap: wrap;
  position: relative;
  border: 10px solid transparent;
  padding:0;
  border-top: 0;  
  -webkit-perspective: 1000;
          perspective: 1000;
    
  }
  
  .footer-back, .footer-front {
    position: relative;
    color: #000000;
    display: flex;
    justify-content: center;
    align-content: center;
    flex: 0 0 100%;
    -webkit-transition: all 2s cubic-bezier(.5,1,.5,1);
    transition: all 2s cubic-bezier(.5,1.3,.5,1.3);
    transform-style: preserve-3d;
    background-size: auto 97%;
    background-position: center;
	text-align: center;
	height: 588px;
  }
  .footer-back span, .footer-front span {
	color: #bc5806;
  }
  .footer-back {
	background-size: auto 98%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 107%;
    z-index: -1;
    transform: rotateY(-180deg);
  }
  
  .footer-front {
    z-index: 10;
	
  }
  
  .content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  	width:66%;
  }


@media screen and (max-width: 1500px) { 
	#download-bar a.download {
		font-size: 35px;
		margin-top: 18px;
	}
	.profiles-link {
		font-size: 15px;
		margin: 30px 0 20px -30px;
		padding: 20px 30px 18px;
	}
	.profiles-link a {
		color: #000000;
		text-decoration: none;
		font-weight: 800;
		text-transform: uppercase;
	}
}
@media screen and (max-width: 1200px) { 
	.container {
		max-width: 100%;
	}
	#problem {
		font-size: 20px;
	}
	#number {
		font-size: 60px;
	}
	#number-sub {
		font-size: 40px;
	}
	#problem .bolder {
		font-size: 30px;
	}

}
@media screen and (max-width: 1000px) { 
	.container {
		max-width: 100%;
	}
	.mobile-only {
		display: block;
	}
	.flip-boxes {
		display: none;
	}
	#download-cover:hover {
		max-width: 70%;
		margin-left: 20px;
	}
	#problem {
		font-size: 16px;
		min-height: none;
	}
	#problem .mobile-only {
		max-width: 90%;
		margin: 0 auto;
	}
	#problem .mobile-only span {
		color: #bc5806;
	}
	#problem .container {
		top: 0;
	}
	#number {
		font-size: 65px;
		margin-top: -280px;
	}
	#number-sub {
		font-size: 20px;
		color: #bc5806;
	}
	#big-number {
		padding-top: 50px;
		padding-bottom: 120px;
	}
	#problem .bolder {
		margin-top: 50px;
		font-size: 20px;
	}
	#communities {
		padding-top: 40px;
	}
	#views {
		display: none;
	}
	#map {
		height: 60vh;
		min-height: auto;
	}
	#map-info  {
		position: relative;
		width: 100%;
		max-width: 100%;
		min-width: auto;
		min-height: auto;
		font-size: 18px;
		height: auto;
	}
	#map-info h4 {
	font-size: 25px;
	}
	#map-info h5 {
		font-size: 18px;
		margin-bottom: 20px;
	}
	.map-details strong {
		font-size: 18px;
	}

	h3 {
		font-size: 30px;
	}
	h4 {
		font-size: 16px;
	}
	#explore-menu a {
		font-size: 18px;
		display: block;
		margin: 8px 20px;
	}
	.big-head {
		padding-bottom: 100px;
	}
	.big-head h2 {
		font-size: 50px;
	}
	.big-head h3 {
		font-size: 20px;
	}
	select {
		min-width: 100%;
		max-width:100%;
	}
	.big-head p, 
	.options span, select {
		font-size: 16px;
		
	}
	.view-by {
		font-size: 14px;
	}
	#download-bar {
		top: 440px;

	}
	#download-bar a.download {
		font-size: 25px;
		margin: 30px 0 0 0 ;
	}
	#download-bar a.download:hover {
		margin-top: 30px;
	}
	#download-cover {
		position: relative;
		display: block;
		float: left;
		clear: both;
		top: 10px;
		box-shadow: none;
	}
	#download-cover img {
		height: 430px;
        width: auto;
	}
	#site-navigation {
		margin: 0 auto;
		padding: 120px 0 0 0;
		display: block;
		clear: both;
	}
	.footer-front .flipper p.flipper-title {
		font-size: 18px;
		line-height: 20px;
	}
	.footer-front .flipper .flipper-details {
		top: 140px;
	}
	#bank-select, #or, #company-select {
		float: none;
		max-width: 80%;
		min-width: 80%;
	}
	#or {
		float: left;
	}
	#masthead {
		height: 100vh;
		min-height: 1150px;
	}
	#masthead .overlay {
		clip-path: polygon(0% 0%, 50% 20%, 100% 0%, 100% 100%, 0% 100%);	
		min-height: 30vh;
	}
	#red-line {
		width: 80%;
		margin-bottom: 10px;
	}
	#explore-menu a:hover, #explore-menu a {
		border: 0;
    padding: 5px 30px;
    margin: 0px 20px;
	}
	#profile-options select {
		max-width: 95%;
    	min-width: 95%;
		margin: 10px 5px;
	}
}
@media screen and (max-width: 768px) { 
	.container {
		max-width: 100%;
	}
	.chart-divider {
		margin: 20px auto 90px;
	}
	#masthead {
		height: 1150px;
        min-height: 1150px;
	}
	#big-number {
        padding-bottom: 0px;
    }
	#download-cover {
		max-height: 700px;
	}
	#profiles h4#profiles-name, h4#name {
		font-size: 30px;
	}
	#download-bar a.download {
		margin-left: 5%;
		font-size: 22px;
	}
	h3 {
		font-size: 30px;
	}
	h4 {
		font-size: 14px;
		margin: 30px auto 40px
	}
	.big-head {
		padding-bottom: 100px;
	}
	.big-head h2 {
		font-size: 40px;
	}
	.big-head h3 {
		font-size: 20px;
	}
	#banks-investors.options {
		max-width: 90%;
		margin: 0 auto;
	}
	.big-head p, 
	.options span {
		font-size: 14px;
		display: block;
	}
	#number {
		font-size: 31px;
	}
	.total {
		margin-left: 20px;
	}
	#table-wrapper {
		margin-bottom: 25px;
	}
	h4#name, h4#investor-name, #profiles h4#profiles-name, h4#name {
		font-size: 22px;
		padding: 0 0 0 20px;
	}
	#footer-download-cover, #read-report, #flip-box-row, #related-resources, .take-action {
		position: relative;
		top: auto;
		right: auto;
		left: auto;
	}
	#actions {
		min-height: 0;
		height: auto;
		padding-top: 10px;
	}
	.profile-details {
		padding-left: 20px;
		font-size: 18px;
	}
	.profile-details strong {
		display: block;
	}
	.flipper-container {
		margin: 0;
		float: none;
	}
	.footer-flip-boxes {
		width: 300px;
	}
	.flipper {
		width: 300px;
	}
	#flip-box-row {
		left: 0;
	}
	#footer {
		margin: 0;
		clip-path: none;
	}
	.learn-more {
		font-size: 28px;
    	line-height: 24px;
		margin-top: 20px;
	}
	.learn-more br {
		display: none;
	}
	.footer-flip-box {
    	.footer-back, .footer-front {
			height: 530px;
		}
	}
	#read-report a.download {
		font-size: 28px;
    	line-height: 24px;
		margin-bottom: 0px;
	}
	#read-report a.download br {
		display: none;
	}
	#pie-1, #pie-2  {
		width: 100%;
	}
	.view-by.search {
		font-size: 12px;
		margin: 10px auto 10px
	}
	#follow-the-money h4 {
		margin: 30px auto 60px
	}
	#follow-the-money .container {
		padding: 0px 20px 80px;
	}
	#full-database .options-wrapper {
		margin: 20px auto 50px;
		max-width: 90%;
	}
	.options-wrapper {
		max-width: 90%;
		margin: 10px auto 50px;
	}
	.funding-details {
		font-size: 12px;
		margin: 40px auto 20px;
	}
	#card-wrapper {
		display: block;
	}
	.cards {
		width: 90%;
		float: none;
	}
	a#download-csv, #download-links a {
		display: block;
		text-align: left;
		padding-bottom: 14px;
		clear: both;
	}
	#related-resources h5, .take-action a {
		font-size: 28px;
        line-height: 28px;
        margin-top: 50px;
		margin-bottom: 40px;
		border-left: 25px solid #bc5806;
		padding: 0 0 0 20px;
		text-align: left;
	}
	#related-resources a {
		padding-left: 26px;
	}
	.take-action a {
		margin-left: 33px;
		margin-top: 85px;
		font-size: 28px;
        line-height: 28px;
	}
	#footer-download-cover {
		max-width: 70%;
		transform: rotate(-10deg);
		margin-left: 40px;
	}
	#read-report {
		z-index: 200;
   		top: 380px;
	}
}
@media screen and (max-width: 576px) { 
	h3 {
		font-size: 24px;
	}
	.big-head h2 {
		font-size: 30px;
	}
	.big-head h3 {
		font-size: 16px;
	}
}


