@font-face {
    font-family: 'PorticoLight';
    src: url('../fonts/PorticoLight.otf')
}
@font-face {
    font-family: 'PorticoRegular';
    src: url('../fonts/PorticoRegular.otf')
}
@font-face {
    font-family: 'PorticoVintage';
    src: url('../fonts/PorticoVintage.otf')
}
a {
    text-decoration: none !important;
}
html,
body {
    background: url() no-repeat center center fixed;
    background-color: #393939;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
body {
    font-family: 'Open Sans', sans-serif;
    padding: 0;
    margin: 0;
}
.container {
    padding: 0;
    margin: 0 auto;
    background-color: #ffffff;
    max-width: 600px;
}

/* Display Sections */

#displayIntro {
    display: block;
}
#displayResults {
    display: none;
}

/* Headers and Fonts */

p {
    font-size: 1.2em;
    font-weight: 300;
    line-height: 1.6em;
}
.text-highlight {
    color: #cafcff;
    font-weight: 500;
}
h1 {}
h2 {
    font-family: "PorticoLight";
    font-size: 1.8em;
    letter-spacing: 1.9px;
    text-transform: uppercase;
    color: #25465a;
    line-height: 1.4em;
}
h3 {
    font-size: 2.5em;
    letter-spacing: 3px;
    color: white;
    margin: 10px 0px 5px;
    font-weight: 700;
}
h4 {
    font-size: 1.2em;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 100;
    line-height: 1.4em;
    margin: 0;
}
label {
    position: relative;
    font-family: "PorticoLight";
    text-transform: uppercase;
    font-size: 1.2em;
    letter-spacing: 2px;
    margin-bottom: 10px;
    font-weight: 100;
    width: 100%;
    background-color: #ffffff;
    z-index: 1;
}
label span {
    z-index: 2;
    background-color: white;
    position: relative;
    padding: 0px 13px;
}
label:before {
    background: #d8d8d8;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    top: 45%;
    width: 60%;
    left: 20%;
    z-index: 1;
}

/* Sections */

#headerSection {
    background-color: #24a6a4;
    text-align: center;
    padding: 20px 20px;
    color: #FFFFFF;
}
#headerSection p {
    max-width: 400px;
    margin: 0px auto 40px;
    font-size: 1.3em;
}
#inputSection {
    padding: 5px 0px;
    position: relative;
    background-color: #FFFFFF;
    border-top: 15px solid #25465a;
    border-bottom: 15px solid #25465a;
    text-align: center;
}
#inputSection h2 {
    margin-top: -10px;
}
#footerSection {
    border-top: 6px solid #163345;
    padding: 30px 20px;
    text-align: center;
    margin: 0 auto;
}
#footerSection p {
    max-width: 550px;
    margin: 0 auto;
}
#loadContainer {
    background: rgba(0, 0, 0, 0.6);
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    display: none;
    z-index: 999;
}
#loading {
    font-size: 1.2em;
    text-align: center;
    position: absolute;
    background-color: #24a6a4;
    color: white;
    border-radius: 50px;
    width: 220px;
    height: 65px;
    padding: 20px;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 999;
}
#shareBlock {
    text-align: center;
    display: block;
    max-width: 550px;
    margin: 0px auto;
    padding: 30px 40px 0px;
}
.resultSection {
    padding: 25px 20px 0px;
}
.aboutStyle {
    border: 3px solid #24a6a4;
}
#aboutSection {
    padding: 20px;
    text-align: center;
}
#aboutSection article {
    padding: 30px 30px;
}
a,
strong {
    color: #24a6a4;
}
#shareSection {
    background-color: #ececec;
    border-top: 1px solid #c4c4c4;
    padding: 20px;
}
.mainHeader {
    background-color: #ffffff;
    text-align: center;
}
.subHeader {
    font-size: 1.3em;
    color: #ffffff;
    background-color: #24a6a4;
    margin: 20px auto 0px;
    padding: 20px;
    max-width: 550px;
    border: 3px solid black;
}
#mainDate {
    font-family: "PorticoLight";
}
.subHeader h3 {
    margin: 0;
}
.listItem h4 {
    color: #25465a;
    text-align: center;
    font-size: 1.4em;
    font-weight: 300;
    padding-bottom: 10px;
    border-bottom: 1px solid #ededed;
    font-family: "PorticoLight";
}
.listItem .gdesc {
    color: #24a6a4;
}

/* Form elements */

form {
    padding: 30px;
    border: 2px solid #e9ecee;
    margin: 20px auto;
    max-width: 550px;
}
.form-control {
    border: 3px solid #24a6a4;
    border-radius: 0px;
    max-width: 450px;
    height: 64px;
    font-size: 1.05em;
    padding-left: 20px;
    background: url(../img/arrow.png) no-repeat right #fff;
    -webkit-appearance: none;
    background-position: 94% 50%;
    margin: 0 auto;
}

/* Images */

.subImage {
    padding: 0px;
    width: 60px !important;
}
.titleImg {
    width: 100%;
    max-width: 700px;
}
.bufferImg {
    width: 80%;
    max-width: 500px;
}
.resultImg {
    width: 90%;
    max-width: 350px;
    display: block;
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
}
.hillarysLogo {
    max-width: 200px;
    margin-bottom: 20px;
    margin-top: 20px;
}
.topBorder {
    position: absolute;
    width: 100%;
    max-width: 450px;
    height: 45px;
    margin: auto;
    top: -45px;
    left: 0;
    right: 0;
}

/* Buttons */

.btn-default {
    font-size: 1.1em;
    border-radius: 30px;
    background-color: #25465a;
    color: white;
    padding: 12px 50px;
    margin: 15px 0px 0px;
    text-transform: uppercase;
    letter-spacing: 3px;
    border: 0px;
    font-weight: 100;
    font-family: "PorticoLight";
}
.btn-default:hover {
    background-color: #163345;
    color: #ffffff;
}
.headerDesc {
    padding: 40px 0px !important;
    background: url('../img/header_bg.png') no-repeat;
    background-size: auto 100%;
    background-position: center;
}
.shareButton {
    list-style: none;
    position: relative;
    height: 70px;
    padding: 10px;
    width: 70px;
    border-radius: 35px;
    margin: 20px 7px 10px;
    display: inline-block;
    cursor: pointer;
    border: 3px solid black;
}
.shareButton:hover {
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.shareButton img {
    width: 40px;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.btn-secondary {
    font-size: 0.9em;
    text-transform: uppercase;
    letter-spacing: 2px;
    background-color: transparent;
    border: 2px solid #24a6a4;
    color: #24a6a4;
    border-radius: 25px;
    padding: 6px 40px;
    font-weight: 500;
    margin-bottom: 20px;
    cursor: pointer;
}
.btn-secondary:hover {
    background-color: #24a6a4;
    color: #ffffff;
}
.btn-share {
    text-align: center;
    padding: 15px 40px;
    background-color: #24a6a4;
    text-transform: uppercase;
    font-size: 1.3em;
    letter-spacing: 2px;
    font-weight: 800;
    cursor: pointer;
    position: relative;
    border: 3px solid black;
    color: white;
    width: 100%;
    margin: 30px auto;
    border-radius: 50px;
}
.shareContainer {
    padding-bottom: 10px;
    background-color: #ffffff;
    border-top: 0px;
    text-align: center;
    border-left: 1px solid #c4c4c4;
    border-right: 1px solid #c4c4c4;
    border-bottom: 1px solid #c4c4c4;
}
.half-circle {
    height: 50px;
    width: 100%;
    border-radius: 50% 50% 0 0;
    -moz-border-radius: 50% 50% 0 0;
    -webkit-border-radius: 50% 50% 0 0;
    background: green;
}

/* Result Items */

article {
    position: relative;
    background-color: #ffffff;
    padding: 20px 20px;
    border: 2px;
    border-style: dotted;
    max-width: 550px;
    margin: 0px auto 0px;
}
article .subHead {
    font-size: 1.8em;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0px;
}
article .mainHead {
    font-size: 1.9em;
    font-weight: 100;
    text-transform: uppercase;
    letter-spacing: 3px;
    line-height: 1.3em;
    color: #25465a;
    font-family: "PorticoRegular"
}
.priceSection {
    position: relative;
    background-color: #25465a;
    color: #ffffff;
    max-width: 400px;
    margin: 20px auto;
    padding: 5px 0px 20px;
    z-index: 2;
    border-radius: 0px;
}
.resultHeader {}
ul {
    padding: 0px;
    margin: 0px;
}
.percentage {
    text-align: center;
    position: relative;
    width: 100%;
    z-index: 2;
    background-color: #ffffff;
    color: white;
    padding: 45px 0px 0px;
    margin: 0px;
}
.percentage p b {
    color: #24a6a4;
}
.percentage h3 {
    font-size: 2.8em;
    color: #24a6a4;
    margin: auto;
    display: block;
    position: absolute;
    top: 30px;
    left: 0px;
    bottom: 0;
    right: 0;
    color: #ffffff;
}
.innerCircle {
    background-color: #ffffff;
    border: 2px;
    border-color: black;
    border-style: dotted;
    width: 160px;
    height: 160px;
    border-radius: 80px;
    position: absolute;
    margin: auto;
    display: block;
    position: absolute;
    top: -35px;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 0;
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.innerCircle:before {
    background: #FFFFFF;
    content: "";
    display: block;
    height: 140px;
    width: 200px;
    position: absolute;
    top: -22px;
    left: -20px;
    z-index: 1;
}
.percentageCircle {
    background-color: #25465a;
    width: 140px;
    height: 140px;
    border-radius: 70px;
    position: absolute;
    margin: auto;
    display: block;
    position: absolute;
    top: -25px;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
}
.percentage p {
    color: #ffffff;
}

/*
.parrow {
    width: 15px;
    top: 18px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}
*/

.priceSection:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(37, 70, 90, 0);
    border-top-color: #25465a;
    border-width: 15px;
    margin-left: -15px;
}
.priceSection h2 {
    font-family: "Open Sans";
    font-weight: 800;
    color: white;
    font-size: 3em;
    margin: 0px 0px 5px;
    letter-spacing: 4px;
    background: #25465a;
    padding: 0 17px;
    position: relative;
    z-index: 1;
    display: inline;
}
.price {
    position: relative;
    text-align: center;
}
.price:before {
    background: #24a6a4;
    content: "";
    display: block;
    height: 5px;
    position: absolute;
    top: 50%;
    width: 88%;
    left: 6%;
    z-index: 1;
}
.priceSection span {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.1em;
    letter-spacing: 2px;
}
.dropDown {
    padding: 5px 0px;
    border: 3px solid #24a6a4;
}
.toggleAnimation {
    display: none;
}
.listItem {
    padding: 10px 10px;
    width: 100%;
    margin: 0 auto;
    text-transform: uppercase;
}
.listPadding {
    border-bottom: 3px solid #d4ecec;
}
.listItem p,
.listItem h4 {
    text-align: center;
}
.listItem img {
    width: 100%;
    max-width: 100px;
}
.listName {
    font-size: 2.5em;
    font-weight: 700;
    margin: 0px;
    letter-spacing: 1px;
    color: #25465a;
    line-height: 1em;
    margin: 10px 0px 7px;
}
.listCost {
    font-size: 1em;
    font-weight: 300;
    letter-spacing: 1px;
    margin: 0px;
    color: #25465a;
    text-transform: none !important;
    font-family: "Open Sans";
    line-height: 1.2em;
}
.listButton {
    text-align: center;
    padding: 20px 40px;
    margin-bottom: 30px;
    background-color: #24a6a4;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 1.3em;
    letter-spacing: 2px;
    font-weight: 800;
    cursor: pointer;
    position: relative;
    border: 3px solid black;
}

/* Other UI elements */

.bottomBar {
    position: relative;
    width: 100%;
    margin-top: 0px;
    background-color: #25465a;
    z-index: 1;
    height: 70px;
}
.bottomBar p {
    position: absolute;
    width: 100%;
    top: 15px;
    font-size: 1.6em;
    font-weight: 300;
}
.stickyHeader {
    position: relative;
    top: 0;
    width: 100%;
    padding: 20px 0px 20px;
    text-align: center;
    background-color: #24a6a4;
    z-index: 999;
    border-bottom: 5px solid black;
    border-top: 5px solid black;
}
.stickyHeader h3 {
    font-size: 4em;
}
.stickyTitle {
    font-family: "PorticoLight";
    font-size: 2em;
    text-transform: uppercase;
    color: #FFFFFF;
    letter-spacing: 2px;
}
.ybYear {
    margin-top: 15px;
    font-size: 1.7em;
    font-weight: 300;
    color: #25465a;
    text-transform: none;
    line-height: 1em;
}
.ybPrice {
    font-size: 2.5em;
    font-weight: 600;
    color: #24a6a4;
    line-height: 1em;
}

/* Error Message */

#displayError {
    position: relative;
    background-color: #ffeceb;
    padding: 15px;
    max-width: 450px;
    margin: 30px auto 10px;
    border: solid 3px #f7685f;
    color: #f7685f;
    letter-spacing: 0.05em;
    display: none;
}
#displayError:after {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #f7685f;
    border-width: 10px;
    margin-left: -10px;
}

/* Animation */

.animate {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

/* Larger Devices */

@media only screen and (min-width: 992px) {
    .container {
        width: 100%;
        max-width: 900px;
    }
    .listItem p,
    .listItem h4 {
        text-align: left;
    }
}

/* Smaller Devices */

@media(max-width:380px) {
    body {
        font-size: 1em;
    }
    .resultSection {
        padding: 5px 5px;
    }
    .priceSection h2 {
        font-size: 2.2em;
    }
    .btn-default {
        font-size: 1.1em;
        padding: 12px 30px;
    }
    .form-control {
        border: 3px solid #24a6a4;
        border-radius: 0px;
        max-width: 450px;
        height: 50px;
        padding-left: 10px;
        font-size: 1em;
        background-position: 94% 50%;
    }
    form {
        padding: 20px 10px;
    }
    article {
        padding: 10px 10px;
        border: 0px;
        border-style: none;
    }
    .innerCircle {
        display: none;
    }
    #shareBlock {
        padding: 20px 20px 0px;
    }
    .btn-share {
        padding: 10px 25px;
        font-size: 1.2em;
        letter-spacing: 2px;
    }
    #aboutSection article {
        padding: 20px 20px;
    }
    .shareButton {
        height: 40px;
        width: 40px;
        border-radius: 35px;
        margin: 10px 5px 10px;
    }
    .shareButton img {
        width: 25px;
    }
    .animated.infinite {
        -webkit-animation-iteration-count: none;
        animation-iteration-count: none;
    }
}
