@charset  "UTF-8";

/* CSS Document */
/*FONTS*/
@font-face {
/* declare fonts */
        font-family: "opensans_light";
        src: url(/stylesheets/fonts/opensans-light-webfont.eot);
        src: local(opensans-light-webfont),local(opensans-light-webfont),url(/stylesheets/fonts/opensans-light-webfont.woff) format("woff"),url(/stylesheets/fonts/opensans-light-webfont.otf) format("opentype"),url(/stylesheets/fonts/opensans-light-webfont.svg#opensans-light-webfont) format("svg");
}

@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 {
/* declare fonts */
        font-family: "opensans_extrabold";
        src: url(/stylesheets/fonts/opensans-extrabold-webfont.eot);
        src: local(opensans-extrabold-webfont),local(opensans-extrabold-webfont),url(/stylesheets/fonts/opensans-extrabold-webfont.woff) format("woff"),url(/stylesheets/fonts/opensans-extrabold-webfont.otf) format("opentype"),url(/stylesheets/fonts/opensans-extrabold-webfont.svg#opensans-extrabold-webfont) format("svg");
}

@font-face {
/* declare fonts */
        font-family: "opensans-semibolditalic";
        src: url(/stylesheets/fonts/opensans-semibolditalic-webfont.eot);
        src: local(opensans-semibolditalic-webfont),local(opensans-semibolditalic-webfont),url(/stylesheets/fonts/opensans-semibolditalic-webfont.woff) format("woff"),url(/stylesheets/fonts/opensans-semibolditalic-webfont.otf) format("opentype"),url(/stylesheets/fonts/opensans-semibolditalic-webfont.svg#opensans-semibolditalic-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;
        background: transparent none no-repeat fixed center top / cover;
        width: 100%;
        z-index: 1;
        display: block;
    overflow-x: hidden;
}

section.mainheading {
        font-family: 'opensans_extrabold',helvetica,arial,sans-serif;
        width: 100%;
        z-index: 1;
        display: block;
        min-height: 800px;
        padding: 120px;
}

/**/
span.u {
        text-decoration: underline;
}

.panel {
        color: #777;
}

.navbar-nav>.active>a,.navbar-nav>.active>a:hover,.navbar-nav>.active>a:focus {
        background-color: transparent;
}

/*Font Styling*/
/*Change colors in inline CSS*/
/*Opening Slide*/
.mainheading h1 {
        font-size: 320%;
}

.mainheading h3 {
        font-size: 160%;
        font-family: 'opensans_bold',helvetica,arial,sans-serif;
}

.mainheading h3 > strong {
        font-family: 'opensans_bold',helvetica,arial,sans-serif;
        font-weight: 400;
}

/*Slides 2--->*/
#intro p {
        font-size: 90%;
}

h1 {
        font-family: "opensans_bold",sans-serif;
        font-size: 320%;
        line-height: 62px;
        margin-bottom: 15px;
}

h1.dark {
        color: #000;
}

h3 {
        font-family: "opensans_bold",sans-serif;
}

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);
		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;
}

.quote {
        font-size: 200%;
        font-family: 'merriweatheritalic',serif;
        margin-bottom: 30px;
}

span.drop-cap {
        font-size: 60px;
        color: #fff;
        float: left;
        line-height: 70px;
        margin: 5px 20px 10px 0;
        border-style: solid;
        border-width: 2px;
        border-color: #eabd06;
        background-color: #b9d393;
        padding: 4px 25px;
}

.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;
}

/*STICKY NAV - RIGHTSIDE LIST*/
nav.stick {
        margin: 0;
}

#scrollnav {
        background: #ccc;
        background: rgba(0,0,0,0);
        width: 0;
        height: 0;
        position: fixed;
        z-index: 300;
/* top: 25px;*/
        right: 15px;
        overflow: visible;
        display: none;
        -moz-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
        -webkit-transition: all .5s ease-in-out;
}

#scrollnav.show {
        height: 300px;
        width: 30px;
        background: transparent;
}

ul#scrollnavlist {
        display: inline;
        position: relative;
        padding: right: 0;
        text-align: right;
}

ul#scrollnavlist li {
        list-style: none;
}

#scrollnavlist li a {
        text-decoration: none;
        color: #000;
}

#scrollnavlist li a:hover {
        text-decoration: none;
        color: #fff;
}

#scrollnavlist > .icon-menu {
        padding-right: none !important;
        color: #000 !important;
}

#scrollnavlist .nav-active {
        color: #F0AD4E;
        position: relative;
}

#scrollnavlist li a:focus {
        text-decoration: none;
}

span.bullet-text {
        display: none;
}

.nav-active > span.bullet-text {
        display: inline;
        color: #F0AD4E;
        position: absolute;
        right: 4px;
        top: 3px;
        background: none;
        padding: 0 10px;
        white-space: nowrap;
        font-size: 14px;
}

/*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	
}

figcaption {
	text-align: left;
	padding: 10px 10px 10px 0px
}

/* RELATED BOOKS STYLE - INCLUDE*/
section.relatedbooks {
        width: 100%;
        z-index: 1;
        background: #1B9CAE;
        display: block;
        padding-top: 20px;
}

.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;
}

.mobilemenu {
	 position: fixed; top: 0px; left: 0px; padding-left: 20px; padding-top: 15px; color: #fff; zoom: 1; background: #fff; white-space: nowrap; overflow: hidden; vertical-align:middle; width: 100%; height: 70px;z-index: 9999;	
}


.mobilemenu .close {
        color: #333; margin-right: 10px; opacity: 100;	
}
.mobilemenu > nav > a.naplink,div.frtr > a {
        color: #000;
        font-family: 'opensans_bold',helvetica,sans-serif;
        text-decoration: none;
        font-size: .95em;
        position: relative;
}

.mobilemenu > p {
        float: right;
        margin-right: 50px;
        font-size: 1em;
        margin-top: 0;
        margin-bottom: 0;
        font-family: 'opensans_bold',helvetica,sans-serif;
}

div.frtr > a:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 2px;
        bottom: 0;
        left: 0;
        background-color: #000;
        visibility: hidden;
        -o-transform: scaleX(0);
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -o-transition: all .3s ease-in-out 0;
        -webkit-transition: all .3s ease-in-out 0;
        transition: all .3s ease-in-out 0;
}

div.frtr > a.naplink:hover {
        color: #000;
}

div.frtr > a:hover:before {
        visibility: visible;
        -o-transform: scaleX(1);
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
}

a.naplink {
}


.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;
        }
}

@media screen and (max-width: 1024px) {
        col-md-2 {
                width: 100%;
        }

        section.mainheading {
                height: 900px;
                padding: 30px;
        }

        .mainheading h1 {
                font-size: 300%;
                line-height: 50px;
        }

        .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 {
                height: 600px;
                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;
        }

        #slide2 ul {
                display: block;
                margin: 0;
                padding: 0;
        }

        #slide2 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;
        }
}

@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) {
        .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;
        }

        .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;
        }
		
		.whiteslidebg {
				padding-left: 10px !important;
				padding-right: 10px !important;
		}
}

div#frtr-related {
    display: inline-flex;
    justify-content: flex-start;
    align-items: stretch;
    align-content: space-between;
    flex-wrap: wrap;
}