* {
    padding:0;
    margin:0;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}

body {
    margin: 0;
    font: 13px/18px Arial, "ITCFranklinGothicW01-Bk 812647", Helvetica, sans-serif;
    color: #3d3d3d;
}
html, body { height:100%; }

a, a img {
    color: #2c8aae;
    text-decoration: none;
}
a:hover { text-decoration: underline; }

#wrapper {
    width: 80%;
    margin: 0 auto;
}

.skrollr-desktop body { height:100% !important; }

p { margin:1em 0; }

.parallax-image-wrapper {
    position:fixed;
    left:0;
    width:100%;
    overflow:hidden;
}

.parallax-image-wrapper-50 {
    height:50%;
    top:-50%;
}

.parallax-image-wrapper-100 {
    height:100%;
    top:-100%;
}

.parallax-image-wrapper-75 {
    height:75%;
    top:-75%;
}
.parallax-image {
    display:none;
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    background-repeat:no-repeat;
    background-position:center;
    background-size:cover;
}

.parallax-image-50 {
    height:200%;
    top:-50%;
}

.parallax-image-100 {
    height:100%;
    top:0;
}

.parallax-image-75 {
    height:150%;
    top:-50%;
}
.parallax-image.skrollable-between { display:block; }

.no-skrollr .parallax-image-wrapper { display:none !important; }

#skrollr-body {
    height:100%;
    overflow:visible;
    position:relative;
}

.gap {
    background:transparent center no-repeat;
    background-size:cover;
}

.skrollr .gap { background:transparent !important; }

.gap-50 { height:50%; }

.gap-100 { height:100%; }

.gap-75 { height:100%; }

.header, .content {
    background:#fff;
    padding:1em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.content-full { height:100%; }

h1 {
	font: 36px "Myriad Pro", "Granjon LT W01 Italic", "Times New Roman", Times, serif;
    color: #2c8aae;
    margin-top: 40px;
    margin-bottom: 30px;
	text-align: center;
}

.clear {clear:both;}

.container {
    width: 95%;
    max-width: 960px;
    margin: 0 auto;
    padding: 0 20px;
}

.bacons, .dragons, .zoinks, .content {
    background: #fff url("../img/background.svg") no-repeat center top;
    color: #000;
}

.contentwrap {
    margin: 0 auto;
    font-size: 18px;
    line-height: 1.4;
}

.mobile-show { display: none; }
.mobile-hide { display: inherit; }

#header {
    background: #fafafa;
    width: 100%;
    position: fixed;
    z-index: 9999;
    top: 0;
    border-bottom: 1px solid #ececec;
}
#header-contents {
    margin: 0 auto;
    display: table;
}
#logo, #tagline {
    display: table-cell;
    padding: 10px;
    vertical-align: middle;
}
#logo { }
#tagline {
    font-size: 12px;
    line-height: 1.2;
	font-style: italic;
}
.navbar-brand { height: 58px; }

.container, .contentwrap, .videowrapper div, .vidContainer { max-width: 1180px; }

#footer {
    background: #f2f2f2;
    padding: 20px;
    border-top: 1px solid #ddd;
    width: 100%;
}
#copyright {
    text-align: center;
    padding: 10px;
    font-size: 12px;
}
#copyright, #copyright a { color: #666; }
#copyright a:hover { color: #999; }

ul#social, ul#social li {
    background: none;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}
ul#social li {
    margin-right: -0.25em;
    display: inline-block;
}
ul#social li a {
    padding: 5px;
    display: inline-block;
}
ul#social li a:hover img { opacity: 0.8; }
ul#social li img {
    height: 36px;
    width: 36px;
}

.two-cols, .three-cols, .four-cols {
    display: table;
    width: 100%;
    margin: 0 0 20px 0;
}
.two-cols .col, .three-cols .col, .four-cols .col {
    display: table-cell;
    vertical-align: top;
    padding: 20px 20px 0 0;
}
.two-cols .col { width: 50%; }
.three-cols .col { width: 33%; }
.four-cols .col { width: 25%; }

.col ul {
    margin: 20px 0 20px 20px;
    padding: 20px 0 0 20px;
    list-style: none;
}
.col ul li, ul.squares li {
    background: rgba(0, 0, 0, 0) url("../img/bullet.gif") no-repeat scroll left 4px / 6px auto;
    margin: 0 0 15px 0;
    padding: 0 0 5px 20px !important;
}

.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%;
}
.caption {
    background: #f2f2f2;
    padding: 15px;
    font-size: 12px;
    color: #666;
    font-weight: bold;
}
.caption span { font-weight: normal; }


@media (min-width: 0) and (max-width: 768px) {

    .mobile-show { display: inherit; }
    .mobile-hide { display: none; }

    .container, .contentwrap { width: 100%; }
    .contentwrap { padding: 0 20px; }

    .two-cols, .three-cols, .four-cols { display: block; }
    .two-cols .col, .three-cols .col, .four-cols .col {
        display: block;
        padding: 10px 0 0 0;
    }
    .two-cols .col, .three-cols .col, .four-cols .col { width: auto; }

    .caption { margin-bottom: 10px; }

    .col ul, .squares {
        list-style: none;
        margin: 30px 20px 30px 0;
        padding: 0 0 0 20px;
    }
	
	.bacons, .dragons, .zoinks, .content {
    background: #fff url("../img/background768.svg") no-repeat center top;
    color: #000;
}