/*! UIkit 2.24.2 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
/* ========================================================================
   Component: Base
 ========================================================================== */
/*
 * 1. Normalizes default `font-family` and sets `font-size` here to support `rem` units
 * 2. Prevents iOS text size adjust after orientation change, without disabling user zoom
 * 3. Style
 */
html {
  /* 1 */
  font: normal 16px / 20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  /* 3 */
  background: #ffffff;
  color: #444444;
}

h2, .uk-h2 {
    font-size: 2rem;
    line-height: 2.5rem;
}

@media (min-width: 1220px)
{
.uk-container {
    max-width: 1050px;
    padding: 0 35px;
}
}

a:hover, .uk-link:hover {
    /* color: #005599; */
    color: #3D91AD;
    text-decoration: none;
}

.uk-form textarea, .uk-form select[multiple], .uk-form select[size] {
    height: auto;
    width: 100%;
}

.uk-form input:not([type="radio"]):not([type="checkbox"]), .uk-form select {
    vertical-align: middle;
    width: 100%;
    padding-top: 1.15rem;
    padding-bottom: 1.15rem;
}

.uk-panel {
    display: block;
    position: relative;
    background-color: white;
    padding: 1rem;
}

.uk-button {
    -webkit-appearance: none;
    margin: 0;
    border: none;
    overflow: visible;
    font: inherit;
    color: #f5f5f5;
    text-transform: none;
    display: inline-block;
    box-sizing: border-box;
    padding: 5px 25px;
    background: #eeeeee;
    vertical-align: middle;
    line-height: 30px;
    min-height: 30px;
    font-size: 1rem;
    text-decoration: none;
    text-align: center;
    background-color: #0099CC;
    font-size: 1rem;
    border-radius: 3px;
    font-family: "proxima-nova-1", "proxima-nova-2", "Roboto Slab";
}

.uk-form-stacked .uk-form-label {
    display: block;
    margin-bottom: 5px;
    font-weight: normal;
    color: #0099CC;
}

em {
    color: inherit;
}