@font-face {
    font-family: 'proxima_novalight';
    src: url('../fonts/proxima-nova-light.woff2') format('woff2'),
         url('../fonts/proxima-nova-light.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

body {
    font-family: "proxima_novalight";
    font-weight: 600;
    color: #272727;
    background-color: #F5FBFF;
}

h1 {
    font-size: 35px;
    font-weight: bolder;
    font-family: "proxima_novalight";

    color: #666666;
}

h2 {
    font-size: 20px;
    font-weight: bold;
    font-family: "proxima_novalight";

}

h3 {
    font-size: 24px;
    color: #0093EB;
    font-family: "proxima_novalight";
}

a:link, a:hover, a:active, a:visited {
    color: #666666;
    font-weight: bold;
}

a:hover {
    text-decoration: underline;
}

#mobile-view {
    height: 90vh;
}

#page-container {
    background-color: #F5FBFF;
}

#header {
    padding-top: 10px;
    padding-bottom: 10px;
}

#footer {
    /* border-top: 2px; */
    border-color: #0093EB;
}

#chart1 {
    background-image: url("../images/chart1-bg.png");
    background-position: -100px center;
    background-repeat: no-repeat;
    background-size: initial;
}

#chart2 {
    background-image: url("../images/chart2-bg.png");
    background-position: -100px center;
    background-repeat: no-repeat;
    background-size: initial;
}

#chart3 {
    background-image: url("../images/chart3-bg.png");
    background-position: -100px center;
    background-repeat: no-repeat;
    background-size: initial;
}

@media only screen and (max-width: 960px) {
    #chart1, #chart2, #chart3 {
        background-position: center;
    }
}

#sliders-container {
    background-image: url("../images/sliders-div-bg.jpg");
    background-position: center;
    background-size: cover;
    padding-top: 25px;
    padding-bottom: 25px;
}

#logo {
    margin-top: 0px;
}

#sliders {
    background-color: rgba(255, 255, 255, 0.795);
    background-position: center;
    background-size: cover;
    border-radius: 5px;
    margin-left: 200px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 10px;
    padding-right: 10px;
}

#calculation-title {
    /* padding-top: 20px; */
    padding-bottom: 20px;
}

#footer {
    padding-top: 15px;
    /* border-top: 1px solid #0093EB; */
    background-color: #FFFFFF;
}

#footer-disclaimer {
    color: #999999;
    font-size: 11px;
    font-weight: bold;
    width: 99%;
    margin: auto;
}

#footer-links {
    padding-top: 5px;
    padding-bottom: 10px;
    font-weight: bold;
}

#dropdownMenuButton {
    width: 100%;
    color: #666666;
    background-color: #F5FBFF;
    border-radius: 0px;
    border-width: 0px;
    font-size: 20px;
    font-weight: bold;
}

a.dropdown-item, a:active.dropdown-item, a:hover.dropdown-item {
    width: 100%;
    color: #666666;
    background-color: #F5FBFF;
    border-radius: 0px;
    border-width: 0px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

.dropdown-menu {
    width: 95%; 
    color: #666666;
    background-color: #F5FBFF;
    border-radius: 0px;
    border-width: 0px;
    font-size: 18px;
    font-weight: bold;
}

@media only screen and (max-width: 1280px) {
    #sliders {
        margin-left: 0px;
    }
}

input[type=submit].white-bold-allcaps {
    font-size: 1.5em;
    color: #ffffff;
    text-transform: uppercase;
}

.link-button {
    border-radius:  0px;
    background-color: #0093EB !important;
    box-shadow: none !important;
    border: none;
    font-size: 1.5em;
    color: #ffffff !important;
    text-transform: uppercase;
}

hr {
    border-color: #0093EB;
    width: 100%;
}

button.calculation-button, button:hover.calculation-button, button:active.calculation-button {
    color: #666666;
    background-color: #F5FBFF;
    border-radius: 0px;
    border-width: 0px;
    border-bottom: 2px solid #F5FBFF;
    font-size: 20px;
    font-weight: bold;
    margin-left: 15px;
    margin-right: 15px;
}

#calculateButton {
    border-radius: 0;
    /* font-size: 30px; */
}

button.calculation-button-pressed, button:hover.calculation-button-pressed, button:active.calculation-button-pressed {
    border-bottom: 2px solid #0093EB;
}

.chart-section-white {
    background-color: #ffffff;
    padding-top: 40px;
}

.chart-section-blue {
    padding-top: 40px;
}

@media only screen and (max-width: 960px) {
    .chart-section-white, .chart-section-blue {
        padding-bottom: 40px;
    }
}

.chart-container {
    padding-top: 40px;
}

.chart-description, .chart-description-white {
    border: 2px solid #0093EB;
    background-color: #F5FBFF;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
    margin: auto;
    margin-bottom: 20px;
    text-align: justify;
}

.chart-description-white {
    background-color: #FFFFFF;
}

.extension {
margin: 0;
padding: 0;
padding-left: 5px;
/* padding-left: 5px;
padding-right: 5px; */
border-style: solid;
border-width: 1px;
}

.data-title, .data-input{
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    background-color: #D2EEFF;
}

@media only screen and (max-width: 960px) {
    .data-title {
        padding-left: 5px;
        padding-right: 5px;
    }
}

.data-input {
    background-color: #ffffff;
    border: 1px solid #0193EB;
}

.data-blcok {
    display: inline-block;
    width: 100%;
}

.data-item {
    padding: 0 0 0 0;
    /* padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 0px;
    padding-right: 0px; */
    margin: 0 0 0 0;
}

.slider {
margin-top: 20px;
width: 95%;
}

.slider-container {
padding: 10px 5px 0px 5px;
width: 100%;
}

.left-margin {
margin-left: 15px;
}

.center-text {
    vertical-align: middle;
    margin: auto;
    display: inline-block;
}

.right-align {
    text-align: right;
}

.swipe {
overflow: hidden;
visibility: hidden;
position: relative;
}
.swipe-wrap {
overflow: hidden;
position: relative;
}
.swipe-wrap > div {
float: left;
width: 100%;
position: relative;
overflow: hidden;
}
.swiper-container {
width: 100%;
height: 100%;
}

.swiper-pagination {
position: absolute;
bottom: 10px;
}

.range-info {
    padding-top: 3px;
    padding-bottom: 1px;
    font-weight: bold;
}

.full-width {
    width: 100%;
}

.top-buffer { margin-top:20px; }

.left-buffer { margin-left:5px; }

.chart-container {
    padding-top: 50px;
    padding-bottom: 50px;
}

input[type='number'] {
    -moz-appearance:textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
input[type=number] {
    width: 100%;
    border: none;
    vertical-align: middle;
    text-align: left;
    padding: 0 0 0 0;
}

input[type=text].data-input {
    width: 100%;
    border: none;
    vertical-align: middle;
    text-align: left;
    padding: 0 0 0 0;
}

#monthlyContribInput {
    border: 1px solid #0193EB;
    padding: 10px 10px 10px 10px;
}

input[type=range] {
    -webkit-appearance: none;
    width: 100%;
    margin: 4.9px 0;
  }
  input[type=range]:focus {
    outline: none;
  }
  input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 10.2px;
    cursor: pointer;
    box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
    background: rgba(255, 255, 255, 0.93);
    border-radius: 14.9px;
    border: 5.6px solid #0093eb;
  }
  input[type=range]::-webkit-slider-thumb {
    box-shadow: 1.4px 1.4px 5.7px #000031, 0px 0px 1.4px #00004b;
    border: 0px solid #00001e;
    height: 20px;
    width: 20px;
    border-radius: 28px;
    background: #ffffff;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -10.5px;
  }
  input[type=range]:focus::-webkit-slider-runnable-track {
    background: rgba(255, 255, 255, 0.93);
  }
  input[type=range]::-moz-range-track {
    width: 100%;
    height: 10.2px;
    cursor: pointer;
    box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
    background: rgba(255, 255, 255, 0.93);
    border-radius: 14.9px;
    border: 5.6px solid #0093eb;
  }
  input[type=range]::-moz-range-thumb {
    box-shadow: 1.4px 1.4px 5.7px #000031, 0px 0px 1.4px #00004b;
    border: 0px solid #00001e;
    height: 20px;
    width: 20px;
    border-radius: 28px;
    background: #ffffff;
    cursor: pointer;
  }
  input[type=range]::-ms-track {
    width: 100%;
    height: 10.2px;
    cursor: pointer;
    background: transparent;
    border-color: transparent;
    color: transparent;
  }
  input[type=range]::-ms-fill-lower {
    background: rgba(240, 240, 240, 0.93);
    border: 5.6px solid #0093eb;
    border-radius: 29.8px;
    box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
  }
  input[type=range]::-ms-fill-upper {
    background: rgba(255, 255, 255, 0.93);
    border: 5.6px solid #0093eb;
    border-radius: 29.8px;
    box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
  }
  input[type=range]::-ms-thumb {
    box-shadow: 1.4px 1.4px 5.7px #000031, 0px 0px 1.4px #00004b;
    border: 0px solid #00001e;
    height: 20px;
    width: 20px;
    border-radius: 28px;
    background: #ffffff;
    cursor: pointer;
    height: 10.2px;
  }
  input[type=range]:focus::-ms-fill-lower {
    background: rgba(255, 255, 255, 0.93);
  }
  input[type=range]:focus::-ms-fill-upper {
    background: rgba(255, 255, 255, 0.93);
  }
  
  .cbox-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: normal;
}

/* Hide the browser's default checkbox */
.cbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 9px;
    left: 0;
    height: 23px;
    width: 23px;
    background-color: #fff;
    border: 1px solid #0193EB;
}

/* On mouse-over, add a grey background color */
.cbox-container:hover input ~ .checkmark {
    background-color: #fff;
}

/* When the checkbox is checked, add a blue background */
.cbox-container input:checked ~ .checkmark {
    background-color: #ffffff;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.cbox-container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.cbox-container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid black;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.contrib-input {
    margin-bottom: 15px;
}

.down-arrow {
    margin-bottom: -20px;
}

.down-arrow-small {
    margin-bottom: -80px;
    margin-top: 20px;
}

.no-vertical-padding {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.first-pension-decrease {
    padding-top: 20px;
    margin-bottom: -30px;
    color: #88898A;
    text-align: center;
}

.tooltip.top .tooltip-arrow {
  border-top-color: #0193EB !important; /* black */
}
.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #0193EB !important; /* black */
}

.help-tooltip {
    z-index: 1000;
}