@charset "UTF-8";

/* CSS Document */
/*FONTS*/
@import url('https://fonts.googleapis.com/css?family=Roboto:900');
@font-face {
    /* declare fonts */
    font-family: "opensans";
    src: url(/stylesheets/fonts/opensans-regular-webfont.eot);
    src: local(opensans-regular-webfont), local(opensans-regular-webfont), url(/stylesheets/fonts/opensans-regular-webfont.woff) format("woff"), url(/stylesheets/fonts/opensans-regular-webfont.otf) format("opentype"), url(/stylesheets/fonts/opensans-regular-webfont.svg#opensans-regular-webfont) format("svg");
}
@font-face {
    /* declare fonts */
    font-family: "opensans_bold";
    src: url(/stylesheets/fonts/opensans-bold-webfont.eot);
    src: local(opensans-bold-webfont), local(opensans-bold-webfont), url(/stylesheets/fonts/opensans-bold-webfont.woff) format("woff"), url(/stylesheets/fonts/opensans-bold-webfont.otf) format("opentype"), url(/stylesheets/fonts/opensans-bold-webfont.svg#opensans-bold-webfont) format("svg");
}
@font-face {
    /* declare fonts */
    font-family: "opensans_italic";
    src: url(/stylesheets/fonts/opensans-italic-webfont.eot);
    src: local(opensans-italic-webfont), local(opensans-italic-webfont), url(/stylesheets/fonts/opensans-italic-webfont.woff) format("woff"), url(/stylesheets/fonts/opensans-italic-webfont.otf) format("opentype"), url(/stylesheets/fonts/opensans-italic-webfont.svg#opensans-italic-webfont) format("svg");
}
@font-face {
    font-family: 'icomoon';
    src: url(/stylesheets/fonts/icomoon.eot);
    src: url(/stylesheets/fonts/icomoon.eot?#iefix) format("embedded-opentype"), url(/stylesheets/fonts/icomoon.woff) format("woff"), url(/stylesheets/fonts/icomoon.ttf) format("truetype"), url(/stylesheets/fonts/icomoon.svg#icomoon) format("svg");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'merriweatheritalic';
    src: url(/stylesheets/fonts/merriweather-italic-webfont.eot);
    src: url(/stylesheets/fonts/merriweather-italic.eot?#iefix) format("embedded-opentype"), url(/stylesheets/fonts/merriweather-italic-webfont.woff2) format("woff2"), url(/stylesheets/fonts/merriweather-italic-webfont.woff) format("woff"), url(/stylesheets/fonts/merriweather-italic-webfont.ttf) format("truetype"), url(/stylesheets/fonts/merriweather-italic-webfonts.svg#merriweatheritalic) format("svg");
    font-weight: 400;
    font-style: normal;
}
[class*="icon-"] {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    color: inherit !important;
    padding-right: 0;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    opacity: inherit !important;
}
.icon-menu:before {
    content: attr(data-icon);
}
/*SLIDE/SECTION WRAPPER*/
section {
    color: #FFF;
    position: relative;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    width: 100%;
    z-index: 1;
    display: block;
    max-height: inherit;
    max-width: inherit;
}
section.mainheading {
    width: 100%;
    z-index: 1;
    display: block;
    padding-top: 170px;
    font-size: 2em;
    padding-bottom: 50px;
}
#scrolldown {
    position: absolute;
    bottom: 50px;
    width: 2%;
    left: 48%;
}
.bounce-top {
    -webkit-animation: bounce-top 4s infinite both;
    animation: bounce-top 4s infinite both;
}

/* ----------------------------------------
 * animation bounce-top
 * ----------------------------------------
 */
@-webkit-keyframes bounce-top {
 0% {
 -webkit-transform: translateY(-45px);
 transform: translateY(-45px);
 -webkit-animation-timing-function: ease-in;
 animation-timing-function: ease-in;
 opacity: 1;
}
 24% {
 opacity: 1;
}
 40% {
 -webkit-transform: translateY(-24px);
 transform: translateY(-24px);
 -webkit-animation-timing-function: ease-in;
 animation-timing-function: ease-in;
}
 65% {
 -webkit-transform: translateY(-12px);
 transform: translateY(-12px);
 -webkit-animation-timing-function: ease-in;
 animation-timing-function: ease-in;
}
 82% {
 -webkit-transform: translateY(-6px);
 transform: translateY(-6px);
 -webkit-animation-timing-function: ease-in;
 animation-timing-function: ease-in;
}
 93% {
 -webkit-transform: translateY(-4px);
 transform: translateY(-4px);
 -webkit-animation-timing-function: ease-in;
 animation-timing-function: ease-in;
}
 25%, 55%, 75%, 87% {
 -webkit-transform: translateY(0px);
 transform: translateY(0px);
 -webkit-animation-timing-function: ease-out;
 animation-timing-function: ease-out;
}
 100% {
 -webkit-transform: translateY(0px);
 transform: translateY(0px);
 -webkit-animation-timing-function: ease-out;
 animation-timing-function: ease-out;
 opacity: 1;
}
}
@keyframes bounce-top {
 0% {
 -webkit-transform: translateY(-45px);
 transform: translateY(-45px);
 -webkit-animation-timing-function: ease-in;
 animation-timing-function: ease-in;
 opacity: 1;
}
 24% {
 opacity: 1;
}
 40% {
 -webkit-transform: translateY(-24px);
 transform: translateY(-24px);
 -webkit-animation-timing-function: ease-in;
 animation-timing-function: ease-in;
}
 65% {
 -webkit-transform: translateY(-12px);
 transform: translateY(-12px);
 -webkit-animation-timing-function: ease-in;
 animation-timing-function: ease-in;
}
 82% {
 -webkit-transform: translateY(-6px);
 transform: translateY(-6px);
 -webkit-animation-timing-function: ease-in;
 animation-timing-function: ease-in;
}
 93% {
 -webkit-transform: translateY(-4px);
 transform: translateY(-4px);
 -webkit-animation-timing-function: ease-in;
 animation-timing-function: ease-in;
}
 25%, 55%, 75%, 87% {
 -webkit-transform: translateY(0px);
 transform: translateY(0px);
 -webkit-animation-timing-function: ease-out;
 animation-timing-function: ease-out;
}
 100% {
 -webkit-transform: translateY(0px);
 transform: translateY(0px);
 -webkit-animation-timing-function: ease-out;
 animation-timing-function: ease-out;
 opacity: 1;
}
}
/**/
span.u {
    text-decoration: underline;
}
.panel {
    color: #777;
}
.navbar-dark .navbar-nav .nav-link {
    color: #333;
}
a.nav-link.js-scroll-trigger.active {
    color: #333 !important;
    font-weight: bold;
    border-bottom: 4px solid #214099;
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: rgb(33, 64, 153);
}
.bg-dark {
    background: #fff !important;
    box-shadow: 2px 2px 5px #ccc;
}

li.nav-item {
    font-size: .75em;
    margin-right: 10px;
}
/*Font Styling*/
/*Change colors in inline CSS*/
/*Opening Slide*/
.mainheading h1 {
    font-size: 100%;
}
.mainheading h3 {
    font-size: 100%;
}
.mainheading h3 > strong {
}
/*Slides 2--->*/
#intro p {
    font-size: 90%;
}
p {
    font-size: 1.44444em;
    line-height: 1.65em;
    margin-bottom: 20px;
    font-weight: 200;
}
.btn {
    display: inline-block;
    padding: 12px 24px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    text-decoration: none;
}
hr {
    border-top: 1px solid #999;
}
.img-responsive {
    margin-bottom: 10px;
}
[id*="slide"] {
    padding: 70px 50px 50px;
}
.whiteslidebg {
    margin: 0 auto;
    /*background: rgba(255, 255, 255, 0.78);*/
    background: #fff;
    padding-left: 40px !important;
    padding-right: 40px !important;
    padding-top: 40px;
    padding-bottom: 40px;
    color: #000;
}
h2 {
    margin-top: 0;
}
ul, ol {
    font-size: 18px;
}
.linebelow {
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.notes {
    background: rgba(51,102,153,0.88) none repeat scroll 0 0;
    padding: 30px;
    color: #FFF;
}
.copyright {
    margin-bottom: 15px;
    margin-top: 130px;
    font-size: 14px;
}
.copyright p {
    font-size: 14px;
}
.logo {
    margin: 50px 0;
    max-width: 100%;
    text-align: center;
}
.logo img {
    max-width: 300px;
}
/*INLINE PHOTOS*/
.pull-left.photowrap {
    float: left !important;
    max-width: 40%;
    margin-right: 30px;
    margin-bottom: 20px;
}
.pull-right.photowrap {
    float: right !important;
    max-width: 40%;
    margin-left: 30px;
    margin-bottom: 20px;
}
.photowrap {
    background: #fff;
    padding: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
}
.photowrap img, .photowrap-gold img {
    border: 2px solid white
}
/* RELATED BOOKS STYLE - INCLUDE*/
section.relatedbooks {
    width: 100%;
    z-index: 1;
    background: #1B9CAE;
    display: block;
    padding-top: 30px;
}
.relatedbooks > .row {
    padding: 10px;
}
.relatedbooks {
}
.relatedbooks img {
    box-shadow: 2px 2px 2px #333;
    border: 6px solid #fff;
    margin-bottom: 4px;
}
.relatedbooks .img-title {
    display: block;
    float: left;
    width: 100%;
    padding: 10px 0px 15px 0px;
    color: #103136;
}
.relatedbooks h1 {
    font-family: 'opensans', sans-serif;
    margin-bottom: 0;
}
.relatedbooks h2 {
    margin-bottom: 40px;
    font-size: 1em;
    margin-top: 0;
}
.relatedbooks a {
    transition: all ease .3s;
}
.relatedbooks a:hover {
    opacity: .5;
}
.book-cover {
    text-align: center;
}
.img-container img {
    margin: auto;
}
#related {
    background-color: #1B9CAE;
}
/*SLIDE IN TOP MENU*/
.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background-color: rgba(0,0,0,0.5);
}
header div.frtr {
    padding-top: 25px;
}
.hyphenate {
    -webkit-hyphens: manual;
    -moz-hyphens: manual;
    -epub-hyphens: manual;
    -ms-hyphens: manual;
    hyphens: manual;
}
/*ANIMATED SCROLL DOWN ARROW*/
.ca3-scroll-down-link {
    cursor: pointer;
    height: 60px;
    width: 80px;
    margin: 0 0 0 -40px;
    line-height: 60px;
    position: absolute;
    left: 50%;
    bottom: 0;
    color: #FFF;
    text-align: center;
    font-size: 70px;
    z-index: 100;
    text-decoration: none;
    text-shadow: 0 0 3px rgba(0,0,0,0.4);
    animation: 2s ease-in-out 0 normal none infinite running ca3_fade_move_down;
}
.ca3-scroll-down-arrow {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2hldnJvbl90aGluX2Rvd24iIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMjAgMjAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDIwIDIwIiBmaWxsPSJ3aGl0ZSIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggZD0iTTE3LjQxOCw2LjEwOWMwLjI3Mi0wLjI2OCwwLjcwOS0wLjI2OCwwLjk3OSwwYzAuMjcsMC4yNjgsMC4yNzEsMC43MDEsMCwwLjk2OWwtNy45MDgsNy44M2MtMC4yNywwLjI2OC0wLjcwNywwLjI2OC0wLjk3OSwwbC03LjkwOC03LjgzYy0wLjI3LTAuMjY4LTAuMjctMC43MDEsMC0wLjk2OWMwLjI3MS0wLjI2OCwwLjcwOS0wLjI2OCwwLjk3OSwwTDEwLDEzLjI1TDE3LjQxOCw2LjEwOXoiLz48L3N2Zz4=);
    background-size: contain;
    background-repeat: no-repeat;
}

/*animated scroll arrow animation*/
@-webkit-keyframes ca3_fade_move_down {
 0% {
 -webkit-transform: translate(0, -10px);
 opacity: 0;
}
 50% {
 opacity: 1;
}
 100% {
 -webkit-transform: translate(0, 10px);
 opacity: 0;
}
}
 @-moz-keyframes ca3_fade_move_down {
 0% {
 -moz-transform: translate(0, -10px);
 opacity: 0;
}
 50% {
 opacity: 1;
}
 100% {
 -moz-transform: translate(0, 10px);
 opacity: 0;
}
}
 @keyframes ca3_fade_move_down {
 0% {
 transform: translate(0, -10px);
 opacity: 0;
}
 50% {
 opacity: 1;
}
 100% {
 transform: translate(0, 10px);
 opacity: 0;
}
}
.flexrow.bigidea .flexitem {
    background: #fff;
}
.challengeimg3 {
    max-height: 500px;
    padding-left: 24%
}

@media screen and (max-width: 1024px) {
col-md-2 {
    width: 100%;
}
section.mainheading {
    padding: 30px;
}
.lead {
    font-size: 18px;
}
.quote {
    display: none;
}
}

@media screen and (max-width: 640px) {
span.drop-cap {
    font-size: 40px;
    color: #fff;
    float: left;
    line-height: 70px;
    margin: 5px 10px 10px 0;
    border-style: solid;
    border-width: 2px;
    border-color: #eabd06;
    background-color: #b9d393;
    padding: 4px 15px;
}
section.mainheading {
    padding: 30px;
}
.mainheading h1 {
    font-size: 150%;
    line-height: 25px;
}
.mainheading h3 {
    font-size: 100%;
}
.btn {
    white-space: normal;
}
[id*="slide"] {
    padding: 50px 30px;
}
[id*="slide"] h1 {
    font-size: 180%;
    line-height: 24px;
}
h2 {
    font-size: 24px;
}
h3 {
    font-size: 22px;
}
.quote {
    display: none;
}
p, ol, ul, #slidecontents p {
    font-size: 1.2222em;
    line-height: 1.65em;
}
#challenges ul {
    display: block;
    margin: 0;
    padding: 0;
}
#challenges li {
    border: 1px solid;
    display: inline-block;
    width: 100%;
    white-space: wrap;
    height: auto;
    float: none;
    margin: 5px;
    padding: 15px;
    color: #fff;
    background: #3f6a9b;
}
div.bubble {
    font-size: 14px;
}
.nav-active > span.bullet-text {
    display: inline;
    color: #fff;
    position: absolute;
    right: 10px;
    top: 5px;
    background: transparent url(img/nav_tab.png) no-repeat right center;
    padding: 0 10px;
    white-space: nowrap;
    font-size: 12px;
}
.mobilemenu > p a.naplink {
    font-size: .8em;
}
.pull-left.photowrap {
    float: left !important;
    max-width: 100% !important;
    margin-right: 0 !important;
    margin-bottom: 20px !important;
}
.pull-right.photowrap {
    float: right !important;
    max-width: 100% !important;
    margin-right: 0 !important;
    margin-bottom: 20px !important;
    margin-left: 0 !important;
}
.relatedbooks h1 {
    font-size: 2em;
    line-height: 1.15em;
}
#related a {
    color: #fff;
    font-size: .9em;
}
.challengeimg3 {
    max-height: 100%;
    padding-left: 0
}
}

@media screen and (max-width: 480px) {
.book-tile.col-xs-6.col-sm-4 {
    width: 100% !important;
}
.photowrap, .photowrap-gold {
    background: none !important;
    padding: 0px;
    margin-right: 0px;
    margin-bottom: 20px;
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-top: 20px;
}
}

@media screen and (max-width: 321px) {
.mobilemenu > p {
    float: left !important;
    font-size: .9em !important;
}
.pull-left.photowrap {
    float: left !important;
    max-width: 100% !important;
    margin-right: 0 !important;
    margin-bottom: 20px;
}
.pull-right.photowrap {
    float: right !important;
    max-width: 100% !important;
    margin-right: 0 !important;
    margin-bottom: 20px;
    margin-left: 0 !important;
}
.whiteslidebg {
    padding: 10px !important;
}
}

/* Small Devices, Tablets */
@media only screen and (max-width : 640px) {
    #share {
    padding: 50px 50px !important;
    width: 100% !important;
    margin: 0;
}
.animated {
    /*CSS transitions*/
    -o-transition-property: none !important;
    -moz-transition-property: none !important;
    -ms-transition-property: none !important;
    -webkit-transition-property: none !important;
    transition-property: none !important;
    /*CSS transforms*/
    -o-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;
    /*CSS animations*/
    -webkit-animation: none !important;
    -moz-animation: none !important;
    -o-animation: none !important;
    -ms-animation: none !important;
    animation: none !important;
    opacity: 1 !important;
}
.bounceInRight, .bounceInLeft, .bounceInUp, .bounceInDown {
    opacity: 100 !important;
    -webkit-transform: translateX(0px) !important;
    transform: translateX(0px) !important;
}
.fadeInRight, .fadeInLeft, .fadeInUp, .fadeInDown {
    opacity: 100 !important;
    -webkit-transform: translateX(0px) !important;
    transform: translateX(0px) !important;
}
}
#investment .flexrow {
    display: inline-flex;
    flex-direction: row;
    width: 100%;
    justify-content: center;
}

#ideas .flexrow {
    display: inline-flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
}
#ideas .flexitem {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    align-content: space-around;
    padding: 2%;
    background: #62697d;
    margin: 10px;
    width: 100%;
    position: relative;
    min-height: 216px;
}

#ideas .flexitem p {
    margin-left: 22%;
    /* width: 80%; */
}
.img-outer {
    display: inline;
    position: absolute;
    width: 20%;
    min-width: 92px;
    max-width: 167px;
}




@media all and (max-width: 1160px) {
#ideas .flexitem p {
    margin-left: 24%;
    /* width: 80%; */
}
    
}
#ideas .flexitem img {
    padding: 1%;
 
   
}
#bigideathumbs .flex-item {
    width: 50%;
}
.navbar-dark .navbar-toggler {
    color: #000;
    border-color: rgba(255,255,255,.1);
    background: #333;
}
