html, body {
    font-family: myriad-pro, sans-serif;
    font-weight: 400;
    font-style: normal;
    max-width: 100vw;
    overflow-x: hidden;
}

h1 {
    color: #4565ad;
    font-size: 24px;
    font-weight: 800;
    text-transform: uppercase;
}

h2 {
    color: #4565ad;
    font-size: 22px;
    font-weight: 500;
}

a {
    color: #4565ad;
}

.fixed-top {
    top:20px;
}

.logo {
    height:100px;
}

.bg-light {
    background-color: rgba(255, 255, 255, 0.8) !important;
}

.slidein {
    height: calc(100vh - 125px);
    width:301px;
    top:145px;
    position: fixed;
    left:-300px;
    transition: left 0.5s;
    color: #ffffff;
    border-right: 1px solid #ffffff;
}

.slidein.open {
    left:0px;
}

.slidein .icons {
    width: 50px;
    height:120px;
    background-color:#4565ad;
    margin-top:calc(-50vh - 60px);
    margin-left:300px;
    padding:10px;
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
}

.slidein .wrapper {
    background-color:#4565ad;
    height:100%;
    padding:20px;
}

.slidein .wrapper .headline {
    font-size: 18px;
}

.slidein .wrapper a {
    text-decoration: none;
    color: #ffffff;
}

.slidein .wrapper a:hover {
    text-decoration: underline;
}

.slidein .wrapper hr {
    border-color: #ffffff;
    background-color: #ffffff;
}

.header-image {
    width:100%;
}

.header-overlay {
    width:600px;
    position: absolute;
    left: 50%;
    margin-left:-300px;
    margin-top:-200px;
}

 .item {
    padding:10px;
    background-color:#009fe3;
    text-align: center;
    color: #ffffff;
    -webkit-box-shadow: 4px 6px 5px 0px rgba(0,0,0,0.48);
    -moz-box-shadow: 4px 6px 5px 0px rgba(0,0,0,0.48);
    box-shadow: 4px 6px 5px 0px rgba(0,0,0,0.48);
    width:100%;
}

 .item img {
    margin-bottom:10px;
}

 .zoom-wrapper {
    width:100%;
    padding:10px;
    margin-top: 0px;
    transition: padding 0.5s, margin 0.5s;
}

 .zoom-wrapper .item {
    transition: background-color 0.7s;
}

 .zoom-wrapper:hover {
    padding:0px;
    margin-top: 5px;
}

 .zoom-wrapper:hover .item {
    background-color: #7ab0e0;
}

 .zoom-wrapper.right {
    float:right;
}

.nav-link {
    font-size:20px;
    color:#575756;
}

.nav-left .nav-item {
    padding-right:20px;
}

.nav-right .nav-item {
    padding-left:20px;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #ffffff;
    text-align: left;
    list-style: none;
    background-color: #009fe3;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0;
}

.dropdown-item {
    color:#ffffff;
}

.dropdown-item:hover {
    color:#ffffff;
    background-color:#7ab0e0;
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #4565ad;
}

.dropdown-toggle::after {
    display: none;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

.no-header-padding {
    margin-top:200px;
}

.content {
    padding-top:50px;
    padding-bottom:50px;
}

.content ul, .content ol {
    padding-left:20px;
}

.blue-border {
    border: 2px solid #4565ad;
}

.contact {
    padding:30px;
    background-color: #4565ad;
    color:white;
    transition: background-color 0.5s;
}

.contact:hover {
    background-color: #009fe3;
}

.footer {
    background-color:#575756;
    color:#ffffff;
    padding:10px;
    font-size: 12px;
}

.footer a {
    color:#ffffff;
    text-decoration: none;
}

.footer a:hover {
    text-decoration: underline;
}

.footer .right {
    float:right;
}




/**
 * Navigation dropsdown Mouseover
 */

.dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    visibility: hidden;
    margin-top: -1px;
}

.dropdown-menu li:hover .sub-menu {
    visibility: visible;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.nav-tabs .dropdown-menu,
.nav-pills .dropdown-menu,
.navbar .dropdown-menu {
    margin-top: 0;
}

.navbar .sub-menu:before {
    border-bottom: 7px solid transparent;
    border-left: none;
    border-right: 7px solid rgba(0, 0, 0, 0.2);
    border-top: 7px solid transparent;
    left: -7px;
    top: 10px;
}

.navbar .sub-menu:after {
    border-top: 6px solid transparent;
    border-left: none;
    border-right: 6px solid #fff;
    border-bottom: 6px solid transparent;
    left: 10px;
    top: 11px;
    left: -6px;
}
