@font-face {
    font-family: 'Gotham';
    src: url('../fonts/gotham/Gotham-Black.otf'); /* IE9 Compat Modes */
    font-weight: 900;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/gotham/Gotham-Bold.otf'); /* IE9 Compat Modes */
    font-weight: 700;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/gotham/Gotham-Book.otf'); /* IE9 Compat Modes */
    font-weight: 300;
}
/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: transparent;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #2A93D0;
    border-radius: 20px;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

body {
    font-family: 'Montserrat';
    font-size: 22px;
    line-height: 1.4;
    overflow-x: hidden;
}

input {
    padding: 25px !important;
    border-radius: 15px !important;
    border: 2px #2A93D0 solid !important;
    background: white;
}
/**umb_name:H1*/
h1 {
	font-family: 'Gotham';
	font-weight: 700;
	font-size: 82px;
	line-height: 1;
	padding-bottom: 20px;
}

/**umb_name:H2*/
h2 {
	font-family: 'Gotham';
	font-weight: 700;
	font-size: 35px;
	line-height: 1;
	padding-bottom: 10px;
}

/**umb_name:H3*/
h3 {
	font-family: 'Gotham';
	font-weight: 700;
	font-size: 26px;
	line-height: 1;
	padding-bottom: 20px;
}

p {
    margin-bottom: 0px;
}

ul {
    padding-left: 20px;
}

.button {
    color: white;
    font-size: 26px;
    background: #2A93D0;
    padding: 15px 60px;
    font-family: 'Gotham';
    font-weight: 300;
    text-transform: uppercase;
    margin-top: 40px;
    display: inline-block;
    transition: 0.6s;
    border: none;
 
}

    .button:hover {
        text-decoration: none;
        color: white;
        background: black;
        transition: 0.6s;
    }

.slidercontainer {
    width: 90vw;
    padding-right: 18vw;
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
    cursor: ew-resize;
}


.sliderbutton, .notreadysliderbutton {
    font-size: 20px;
    font-weight: 700;
    padding: 10px 40px;
    color: white;
    display: inline-block;
    width: 100%;
    transition: 0.6s;
}


    .sliderbutton:first-child, .notreadysliderbutton:first-child {
        background: #F9B9A9;
        transition: 0.6s;
    }

    .sliderbutton:last-child, .notreadysliderbutton:last-child {
        background: #8FC4E3;
        border-radius: 0px 0px 15px 15px;
        transition: 0.6s;
    }

    .sliderbutton:hover {
        background: #000;
        text-decoration: none;
        color: white;
        transition: 0.6s;
    }

.sliderblock {
    flex: 0 0 auto;
    white-space: NORMAL;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

.sliderlink {
    font-size: 16px;
    color: white;
    text-decoration: underline;
    font-weight: 700;
    transition: 0.6s;
}

    .sliderlink:hover {
        color: #F9B9A9;
        transition: 0.6s;
    }

.contentcontainer {
    border-radius: 15px 15px 15px 15px;
    width: 419px;
    color: white;
    background: #2A93D0;
}

.sliderblock p, .sliderblock li {
    font-size: 16px;
}

.sliderblock:first-child .yearcontainer {
    border-radius: 15px 0px 0px 15px;
}

.sliderblock:last-child .yearcontainer {
    border-radius: 0px 15px 15px 0px;
}

.bottomimage {
    height: 500px;
}

.yearcontainer {
    width: 100%;
    text-align: center;
    color: white;
    background: #2A93D0;
    padding: 13px;
    margin-bottom: 20px;
    font-weight: 700;
}

.yearactive {
    background-image: url('/fastmedia/yeararrow.png');
    background-size: cover;
    border-radius: 15px 0px 0px 15px;
    background-position: center right;
}

.logoutbutton {
    background: transparent;
    border: none;
    color: white;
    font-weight: 700;
    text-decoration: underline;
    transition: 0.6s;
}

    .logoutbutton:hover {
        color: #F9B9A9;
        transition: 0.6s;
    }

    .form-control {
     margin-bottom: 5px
    }

@media only screen and (max-width: 600px) {
    .bottomimage {
        height: 150px;
    }

    .contentcontainer {
        width: 325px;
    }

    .slidercontainer {
        width: auto;
    }

    h1 {
        font-size: 50px !important;
    }

    .button {
        font-size: 22px !important;
        padding: 15px 20px !important;
        margin-top: 10px !important;
    }
}

