@font-face {
    font-family: centurygothic;
    src: url(../fonts/CenturyGothic.ttf)
}

@font-face {
    font-family: Nobel-Bold;
    src: url(/fonts/Nobel-Bold.ttf)
}

@font-face {
    font-family: baskerville;
    src: url(/fonts/baskerville.otf)
}

#downbutton {
    margin-top: 20%
}

.btn-circle {
    width: 70px;
    height: 70px;
    margin-top: 15px;
    padding: 7px 16px;
    border: 2px solid #000;
    border-radius: 100% !important;
    font-size: 40px;
    color: #000;
    background: 0 0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out
}

.container h1 {
    font-family: Nobel-Bold, "Helvetica Neue", Helvetica, Arial, sans-serif
}

.btn-circle:focus,
.btn-circle:hover {
    outline: 0;
    color: #000;
    background: rgba(255, 255, 255, .1)
}

.btn-circle i.animated {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s
}

.btn-circle:hover i.animated {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear
}

.btn {
    border-radius: 0;
    text-transform: uppercase;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.btn-default {
    border: 1px solid #fff;
    color: #fff;
    background-color: transparent
}

.btn-default:focus,
.btn-default:hover {
    border: 1px solid #000;
    outline: 0;
    color: #000;
    background-color: #000
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-moz-keyframes pulse {
    0% {
        -moz-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -moz-transform: scale(1.2);
        transform: scale(1.2)
    }

    100% {
        -moz-transform: scale(1);
        transform: scale(1)
    }
}

html {
    overflow-x: hidden
}

body,
html {
    max-width: 100% !important;
    min-height: 100%;
    height: 100% !important;
    text-align: center;
    color: #000
}

body h1,
h2 {
    margin-bottom: 30px;
    font-size: 2.1em;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-family: centurygothic, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600
}

.special,
.special .jumbotron {
    max-width: 100% !important;
    min-height: 100% !important;
    height: 100% !important
}

.animation {
    height: 500px;
    display: block;
    overflow-x: hidden
}

#skrollr-body {
    height: 100%;
    overflow: visible;
    max-width: 100% !important;
    width: 100% !important
}

#padding {
    height: 500px;
    display: block
}

#logo {
    position: relative;
    top: 10%;
    left: auto;
    right: auto;
    width: 1100px;
    margin-left: auto;
    margin-right: auto
}

img {
    margin-left: auto;
    margin-right: auto
}

.gmlogo img {
    width: 200px
}

#easing_wrapper,
#easing_wrapper2,
#easing_wrapper3,
#easing_wrapper4 {
    width: 100%;
    height: 100%
}

#easing,
#easing2,
#easing3,
#easing4 {
    top: 10%;
    width: 50%;
    z-index: 10001
}

#container {
    font-size: 4em
}

.collision {
    height: 300px;
    z-index: -2
}

.arrow-up {
    width: 0;
    height: 0;
    border-left: 155px solid transparent;
    border-right: 155px solid transparent;
    border-bottom: 205px solid #fadfbf;
    font-size: 0;
    line-height: 0;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    z-index: 10
}

.arrow-up2 {
    width: 200px;
    height: 50px;
    border-bottom: 120px solid #fff;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    z-index: 20;
    position: relative;
    margin-top: -250px;
    margin-bottom: 130px
}

.introtext {
    font-size: 1.2em;
    font-family: centurygothic, "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 2px;
    padding-bottom: 70px;
    padding-top: 40px
}

.heading {
    position: relative;
    left: auto;
    right: auto;
    width: 100%;
    display: inline-block
}

.problemHeading1 {
    color: #000;
    width: 100%;
    display: inline-block !important;
    float: left
}

.problemHeading1 h2 {
    font-family: Nobel-Bold, "Helvetica Neue", Helvetica, Arial, sans-serif
}

.problemHeading2 h2 {
    font-family: Nobel-Bold, "Helvetica Neue", Helvetica, Arial, sans-serif
}

.problemHeading3 h2 {
    font-family: Nobel-Bold, "Helvetica Neue", Helvetica, Arial, sans-serif
}

.problemHeading2 {
    float: left;
    display: inline-block !important;
    margin-top: 60px;
    color: #000
}

.problemHeading3 {
    float: right;
    display: inline-block !important;
    color: #000
}

.jumbotron {
    background-image: url(../img/home2_bg.jpg);
    background-repeat: no-repeat;
    background-color: transparent;
    background-attachment: scroll;
    background-position: center center;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: cover;
    min-width: 100%;
    width: 100%;
    background-position: 50% 100%;
    margin-bottom: 70px;
    padding-top: 25%;
    color: #fff;
    min-height: 100% !important;
    height: 100% !important
}

.jumbotron h1 {
    font-size: 2.5em;
    color: #000
}

.jumbotron h5 {
    font-size: 1em;
    color: #fff;
    font-family: freight-text-pro, sans-serif
}

.circle {
    border-radius: 50%
}

.intro-circle {
    background: none repeat scroll 0 0 #ddeafa;
    font-size: 1em;
    margin: 15px;
    letter-spacing: 2px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 110px;
    opacity: 1;
    border: 1px solid gray
}

.intro-circle-sm {
    padding-top: 100px;
    width: 250px;
    max-width: 250px;
    min-width: 150px;
    max-height: 250px;
    min-height: 150px;
    height: 250px
}

.intro-circle-xs {
    padding-top: 45px;
    width: 130px;
    max-width: 150px;
    min-width: 130px;
    max-height: 150px;
    min-height: 130px;
    height: 130px
}

.intro-circle-sm h4 {
    font-weight: 200;
    opacity: 1;
    font-size: 2em
}

.intro-circle-xs h4 {
    font-weight: 200;
    opacity: 1;
    font-size: 1.2em
}

.parallax {
    width: 100%
}

.parallax#spacerOne {
    padding-top: 4%;
    background: url(../img/spacer1.jpg) no-repeat scroll 0 0/cover transparent;
    min-height: 400px;
    max-height: 480px;
    padding-bottom: 200px
}

.parallax#spacerTwo {
    padding-top: 150px;
    background: url(../img/spacer2.jpg) no-repeat scroll 0 0/cover transparent;
    min-height: 383px;
    max-height: 480px;
    padding-bottom: 200px
}

.parallax#spacerThree {
    background: url(../img/spacer2.jpg) no-repeat scroll 0 0/cover transparent;
    min-height: 483px;
    max-height: 720px;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-top: 20px
}

.spacertext {
    font-size: 18px;
    line-height: 3em;
    font-weight: 50;
    vertical-align: middle;
    text-align: center;
    font-family: centurygothic, "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-top: 3em;
    margin-right: 10%;
    margin-left: 10%;
    letter-spacing: 3px
}

.stblack {
    color: #000
}

.stwhite {
    color: #fff
}

.final {
    line-height: 2em
}

.spacertext a {
    color: #fff;
    font-weight: 600;
    font-family: centurygothic, "Helvetica Neue", Helvetica, Arial, sans-serif
}

.probcirc-type1 {
    background: none repeat scroll 0 0 #f5f9fe;
    color: navy
}

.probcirc-type2 {
    background: none repeat scroll 0 0 #f3ede8;
    color: #000
}

.problem-circle {
    text-align: center;
    line-height: 3em;
    font-weight: 200;
    font-size: 3em;
    z-index: 10;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    padding-top: 40px;
    border: 1px solid gray
}

.problem-circle-size {
    width: 400px;
    height: 400px;
    max-width: 400px;
    min-width: 400px;
    max-height: 400px;
    min-height: 400px;
    margin-bottom: 120px
}

.problem-circle-xs {
    width: 150px;
    height: 150px;
    max-width: 300px;
    min-width: 150px;
    max-height: 300px;
    min-height: 150px;
    margin-bottom: 200px
}

.circle-left {
    margin-left: auto;
    margin-right: 10%
}

.circle-right {
    margin-left: 0;
    margin-right: auto
}

.problem-circle h4 {
    font-size: .8em;
    letter-spacing: 2.5px;
    z-index: 1;
    font-weight: 200;
    opacity: .8;
    color: #1e2834
}

.lineLimiter {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0
}

.speech {
    margin-left: 0;
    margin-top: 0;
    width: 230px;
    z-index: 1;
    position: relative
}

.speech2 {
    margin-left: -10px;
    margin-top: -5px;
    width: 230px;
    z-index: 1;
    position: relative
}

.face {
    position: relative;
    height: 240px;
    z-index: .5
}

.face2 {
    position: relative;
    height: 220px;
    z-index: 100
}

.name {
    position: relative;
    font-size: .4em;
    color: #6e6e6e;
    font-family: centurygothic, "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-top: -60px;
    margin-left: 60px
}

.nameplate1 {
    float: left;
    position: absolute;
    margin-left: -10px;
    margin-top: -36px
}

.nameplate2 {
    float: left;
    position: absolute;
    margin-left: -30px;
    margin-top: -20px;
    z-index: 100
}

.nameplate3 {
    float: left;
    position: absolute;
    margin-left: 20px;
    margin-top: -70px;
    z-index: 2
}

.problems-type2 {
    background-size: cover;
    position: relative;
    background-color: #1f2933
}

.headerIcon1 {
    position: relative;
    width: 60px;
    margin-top: 10px
}

.headerIcon1-sm {
    position: relative;
    width: 100px;
    padding: 0;
    margin: 0
}

.headerIcon2 {
    margin: 0;
    padding: 0;
    width: 100px;
    max-width: 100px;
    min-width: 50px;
    float: right;
    margin: 0 0 15px 15px;
    margin-top: 50px
}

#bg1,
#bg2,
#bg3 {
    background: url(../img/bubbles.png) repeat fixed;
    height: 500px
}

.prob-header {
    position: relative;
    text-align: center;
    font-weight: 300;
    font-size: 1.5em;
    margin-top: 20px
}

.prob-header span {
    padding: 0 10px;
    position: relative;
    z-index: 5;
    text-align: center
}

.face-sm {
    position: relative;
    height: 180px;
    z-index: .5
}

.probcolor-type1 span {
    background-color: #fff
}

.probcolor-type2 span {
    background-color: #f7f5f2
}

.prob-header+p {
    border-top: solid 1px #000;
    padding-top: 25px;
    margin-top: -18px
}

.coloredBack {
    width: 100%;
    background-color: #f7f5f2
}

.problem-description {
    font-family: freight-text-pro, sans-serif;
    font-size: 19px;
    text-align: center;
    line-height: 2em;
    margin-bottom: 60px;
    letter-spacing: 2px padding-left:3%;
    padding-right: 3 font-style:normal
}

.leftalign {
    float: left
}

@media only screen and (max-width:480px) {
    .introtext {
        font-size: 1em
    }

    body h1 {
        font-size: 1.4em
    }

    body h2 {
        padding-top: 10px;
        font-size: 1.1em
    }

    .spacertext {
        font-size: .7em
    }

    .problem-description {
        font-size: .8em;
        margin-top: -19px
    }

    .prob-header {
        font-size: 1em
    }

    .nameplate3 {
        margin-top: -85px;
        left: -20px
    }

    .name {
        font-size: .25em;
        margin-top: -55px;
        margin-left: 30px
    }

    .problem-circle-size {
        width: 140px;
        height: 140px;
        max-width: 300px;
        min-width: 140px;
        max-height: 300px;
        min-height: 140px;
        margin-bottom: 100px;
        padding-top: 10px
    }

    .problem-circle {
        padding-top: 20px
    }

    .problem-circle h4 {
        font-size: .5em;
        margin-top: 5px
    }

    .face-sm {
        position: relative;
        height: 100px;
        margin-top: -50px;
        z-index: 1
    }

    .face2-sm {
        position: relative;
        height: 100px;
        margin-top: 20px;
        z-index: 1
    }

    .speech {
        width: 140px;
        margin-top: -80px;
        z-index: .1
    }

    .speech2 {
        width: 140px;
        margin-top: -30px;
        z-index: .1
    }

    .lineLimiter {
        margin-top: 0
    }

    .prob-header+p {
        padding-top: 20px;
        margin-top: -10px
    }

    .circle-left {
        margin-right: 0
    }

    .circle-right {
        margin-left: 0
    }
}

@media only screen and (min-width:481px) and (max-width:768px) {
    .problem-circle-size {
        width: 300px;
        height: 300px;
        max-width: 300px;
        min-width: 300px;
        max-height: 300px;
        min-height: 300px;
        margin-bottom: 200px
    }
}

/*!
* Start Bootstrap - Grayscale Bootstrap Theme (http://startbootstrap.com)
* Code licensed under the Apache License v2.0.
* For details, see http://www.apache.org/licenses/LICENSE-2.0.
*/
.site {
    color: orange
}

.row {
    margin-right: 0;
    margin-left: -15px
}

.light {
    font-weight: 400
}

.navbar-custom {
    margin-bottom: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .3);
    text-transform: uppercase;
    font-family: centurygothic, "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-color: #000
}

.navbar-custom .navbar-brand {
    font-weight: 700
}

.navbar-custom .navbar-brand:focus {
    outline: 0
}

.navbar-custom .navbar-brand .navbar-toggle {
    padding: 4px 6px;
    font-size: 16px;
    color: #fff
}

.navbar-custom .navbar-brand .navbar-toggle:active,
.navbar-custom .navbar-brand .navbar-toggle:focus {
    outline: 0
}

.navbar-custom a {
    color: #fff
}

.navbar-custom .nav li a {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out
}

.navbar-custom .nav li a:hover {
    outline: 0;
    color: rgba(255, 255, 255, .8);
    background-color: transparent
}

.navbar-custom .nav li a:active,
.navbar-custom .nav li a:focus {
    outline: 0;
    background-color: transparent
}

.navbar-custom .nav li.active {
    outline: 0
}

.navbar-custom .nav li.active a {
    background-color: rgba(255, 255, 255, .3)
}

.navbar-custom .nav li a.site {
    color: orange
}

.navbar-custom .nav li.active a:hover {
    color: #fff
}

@media (min-width:1768px) {
    .navbar-custom {
        padding: 0;
        border-bottom: 1px solid rgba(255, 255, 255, .3);
        letter-spacing: 1px;
        background: #000;
        border-bottom: 1px solid rgba(255, 255, 255, .3)
    }

    .navbar-custom.top-nav-collapse {
        border-bottom: 1px solid rgba(255, 255, 255, .3);
        background: #000
    }
}

.intro {
    display: table;
    width: 100%;
    height: auto;
    padding: 100px 0;
    text-align: center;
    color: #000;
    background-color: #fff;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover
}

.intro .intro-body {
    display: table-cell;
    vertical-align: middle
}

.intro .intro-body .brand-heading {
    font-size: 40px
}

.intro .intro-body .intro-text {
    font-size: 18px
}

@media (min-width:1768px) {
    .intro {
        padding: 0
    }

    .intro .intro-body .brand-heading {
        font-size: 100px
    }

    .intro .intro-body .intro-text {
        font-size: 26px
    }
}

.btn-circle {
    width: 70px;
    height: 70px;
    margin-top: 15px;
    padding: 7px 16px;
    border: 2px solid #000;
    border-radius: 100% !important;
    font-size: 40px;
    color: #000;
    background: 0 0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out
}

.btn-circle:focus,
.btn-circle:hover {
    outline: 0;
    color: #fff;
    background: rgba(255, 255, 255, .1)
}

.btn-circle i.animated {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s
}

.btn-circle:hover i.animated {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-moz-keyframes pulse {
    0% {
        -moz-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -moz-transform: scale(1.2);
        transform: scale(1.2)
    }

    100% {
        -moz-transform: scale(1);
        transform: scale(1)
    }
}

.content-section {
    padding-top: 20px
}

.download-section {
    width: 100%;
    padding: 20px 0;
    color: #fff;
    background: url(../img/downloads-bg.jpg) no-repeat center center scroll;
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover
}

#map {
    width: 100%;
    height: 200px;
    margin-top: 100px
}

@media (min-width:1767px) {
    .content-section {
        padding-top: 100px
    }

    .download-section {
        padding: 100px 0
    }

    #map {
        height: 400px;
        margin-top: 250px
    }
}

.btn {
    border-radius: 0;
    text-transform: uppercase;
    font-family: centurygothic, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.btn-default {
    border: 1px solid #fff;
    color: #fff;
    background-color: transparent
}

.btn-default:focus,
.btn-default:hover {
    border: 1px solid #ffb648;
    outline: 0;
    color: #000;
    background-color: #ffb648
}

ul.banner-social-buttons {
    margin-top: 0
}

@media (max-width:1199px) {
    ul.banner-social-buttons {
        margin-top: 15px
    }
}

@media (max-width:1767px) {
    ul.banner-social-buttons li {
        display: block;
        margin-bottom: 20px;
        padding: 0
    }

    ul.banner-social-buttons li:last-child {
        margin-bottom: 0
    }
}

footer {
    padding: 50px 0
}

a.site {
    outline: 0;
    background-color: transparent
}

footer p {
    margin: 0
}

::-moz-selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255, 255, 255, .2)
}

::selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255, 255, 255, .2)
}

img::selection {
    background: 0 0
}

img::-moz-selection {
    background: 0 0
}

body {
    webkit-tap-highlight-color: rgba(255, 255, 255, .2)
}

.logo {
    content: '';
    display: inline-block;
    width: 250px;
    background-position: 0 10px;
    height: 30px
}

@media (min-width:767px) {
    .logo {
        content: url(../img/short-logo.gif);
        width: 58px;
        margin-top:5px;
    }

    nav .container {
        width: 1050px
    }

    .nav.navbar-nav {
        margin-right: 255px
    }

    .nav.navbar-nav li {
        font-size: 12px
    }
}

@media (min-width:990px) {
    .logo {
        content: '';
        display: inline-block;
        width: 250px;
        margin-top:5px;
        height: 30px;
    }

    .nav.navbar-nav {
        margin-right: 40px
    }

    .nav.navbar-nav li {
        font-size: 13px
    }
}

@font-face {
    font-family: "BaskervilleSerialBold";
    src: url('../fonts/BaskervilleSerialBold/font.woff2') format('woff2'), url('../fonts/BaskervilleSerialBold/font.woff') format('woff');
}

@font-face {
    font-family: "BaskervilleSerialBlack";
    src: url('../fonts/BaskervilleSerialBlack/font.woff2') format('woff2'), url('../fonts/BaskervilleSerialBlack/font.woff') format('woff');
}

@font-face {
    font-family: "freight-text-pro";
    src: url('../fonts/FreightTextProMedium/font.woff2') format('woff2'), url('../fonts/FreightTextProMedium/font.woff') format('woff');
}

@font-face {
    font-family: "BaskervilleSerialMedium";
    src: url('../fonts/BaskervilleSerialMedium/font.woff2') format('woff2'), url('../fonts/BaskervilleSerialMedium/font.woff') format('woff');
}

@font-face {
    font-family: "BaskervilleSerialLight";
    src: url('../fonts/BaskervilleSerialLight/font.woff2') format('woff2'), url('../fonts/BaskervilleSerialLight/font.woff') format('woff');
}

@font-face {
    font-family: "BaskervilleSerial";
    src: url('../fonts/BaskervilleSerial/font.woff2') format('woff2'), url('../fonts/BaskervilleSerial/font.woff') format('woff');
}

@font-face {
    font-family: "BaskervilleSerialHeavy";
    src: url('../fonts/BaskervilleSerialHeavy/font.woff2') format('woff2'), url('../fonts/BaskervilleSerialHeavy/font.woff') format('woff');
}

@font-face {
    font-family: "BaskervilleSerialExtraBold";
    src: url('../fonts/BaskervilleSerialExtraBold/font.woff2') format('woff2'), url('../fonts/BaskervilleSerialExtraBold/font.woff') format('woff');
}