* {
    margin: 5px;
    padding: 5px;
}

body {
    font-family: 'Montserrat', sans-serif;
    background: #1a3a69;
}

.lead { font-size: 1.5rem; font-weight: 300; }
/* .container { margin: 1px auto; max-width: 960px; } */

ul {
    list-style: none;
}

a {
    text-decoration: none;
}

p {
	color: #ffffff;
}

h1 {
    text-align: center;
    margin: 20px auto;
    color: #777782;
}

h2 {
    text-align: center;
    margin: 20px auto;
    color: #fff;
}

.accordion-menu {
    width: 100%;
    max-width: 1170px;
    margin: 60px auto 20px;
    background: #fff;
    border-radius: 4px;
}

.accordion-menu li.open .dropdownlink {
    color: #C5C5C7;
}

.accordion-menu li.open .dropdownlink .fa-chevron-down {
    transform: rotate(180deg);
}

.accordion-menu li:last-child .dropdownlink {
    border-bottom: 0;
}

.dropdownlink {
    cursor: pointer;
    display: block;
    padding: 15px 15px 15px 45px;
    font-size: 18px;
    border-bottom: 1px solid #ccc;
    color: #011689;
    position: relative;
    transition: all 0.4s ease-out;
}

.dropdownlink i {
    position: absolute;
    top: 17px;
    left: 16px;
}

.dropdownlink .fa-chevron-down {
    right: 12px;
    left: auto;
}

.submenuItems {
    display: none;
    background: #8C8CBF;
}

.submenuItems li {
    border-bottom: 1px solid #86b686;
}

.submenuItems a {
    display: block;
    color: #ffffff;
    padding: 12px 12px 12px 45px;
    transition: all 0.4s ease-out;
}

.submenuItems a:hover {
   background: #2A307C;
    color: #fff;
}

