@import url(https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700);
.title {
	color: #c7cbde;
	height: 100px;
	font-size: 1rem;
    font-family: serif;
	text-transform: uppercase;
	text-align: center;
    background: #0f336f url('../images/bg-nav.jpg') no-repeat 25% 0;
    background-size: cover;
}
.gray {
	background-color: #e4e4e4;
	background: #e4e4e4;
}
.color-maroon {
	color: #000326;
}
.color-gray {
	color: #666666;
}
.color-azure {
	color: #2578A9;
}
.color-black {
	color: #000000;
}
.padding-7 {
    padding: 7px;
}
.padding-10 {
	padding: 10px;
}
.padding-20 {
	padding: 20px;
}
.padding-bottom-13 {
    padding-top: 13px;
}
.xii {
	border-bottom: 2px solid #2578A9;
	padding: 10px;
	margin-bottom: 10px;
}
.no-padding {
    padding: 0;
}
.rounded {
    border-radius: 50% !important;
}
.expanded-20 {
    display: block;
    width: 20%;
}

.row-extended {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
}

/**************************
    General
**************************/
html, body {
    height: 100%;
}
body {
    background-color: #f2f2f2;
    background-image: url('../images/bg.jpg');
    background-position: 0 0;
    background-repeat: repeat-x;
    background-size: 1px;
    color: #555555;    
    font-family: 'Poppins';
    font-size: 16px;
}
button {
    outline: 0;
}
.wrapper {
    max-width: 100%;
    min-height: 100%;
    background-color: #ffffff;
}
.short-history {
    font-size: 16px;
    padding: 16px 0;
}
a {
    color: #1D5F8A;
}
#header > .row:first-child > .columns:first-child {
    padding-top: .5rem;
    padding-bottom: .5rem;
    font-size: .8rem;
}
.row .row.centered, .centered {
    max-width: 62.5rem;
    margin: 0 auto;
}

/**************************
    Logo
**************************/
.logo {
    padding: .8rem 0;
}
.logo img {
    width: 18rem;
}
@media screen and (max-width: 39.9375em) {
    .logo {
        text-align: center;
    }
}

/**************************
    Footer
**************************/
#footer {
    font-size: 12px;
}
#footer > .row > .columns:first-child {
    background-color: #e4e4e4;
    padding: 40px;
}
#footer > .row > .columns:last-child {
    background-color: #f2f2f2;
    padding: 20px;
}
#footer h4 {
    color: #000326;
}
#footer header {
    color: #000000;
}
.copyright {
    text-align: center;
    border-top: 5px solid #000326;
}

/**************************
    Widget
**************************/
.card {
    border-width: 0;
    background-color: #f2f2f2;
}
.card-divider header, header {
    font-size: 1.2rem;
}
.contact-info .list, .news-source .list,
.weather-forecast .list, .normal-list {
    list-style-type: none;
    margin-left: 0;
}
.contact-info span.icons-24 {
    display: inline-block;
    padding-right: 10px;
    vertical-align: middle;
}
.connect-with-us > .columns {
    display: inline-block;
    padding-left: 0;
}
.connect-with-us > .columns ~ .columns {
    padding-left: 0.9375rem;
}
.news-source .list li, .weather-forecast .list li {
    line-height: 30px;
}

/**************************
    Icons
**************************/
.icons-18.mdi:before {
    font-size: 18px;
}
.icons-24.mdi:before {
    font-size: 24px;
}
.icons-34.mdi:before {
    font-size: 34px;
}

.icons-18 + span {
    vertical-align: text-bottom;
}
/**************************
    Background-Colors
**************************/
.bg-maroon {
    background-color: #000326;
}

/**************************
    Nav
**************************/
.nav > li {
    background-color: #000326;
    flex: 1 1 0px;
    padding: 7px 0;
}
.nav > li > a span {
    color: #ffffff;
    /*font-weight: bold;*/
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}
.nav > li > a.active span, .nav > li > a:hover span {
    color: #ffcc00;
}
.is-dropdown-submenu {
    background: #f2f2f2; 
}
.is-dropdown-submenu > li {
    border-bottom: 1px solid #e1e1e1;
}
.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
    border-color: #ffffff transparent transparent;
}
.menu.vertical > li > a {
    color: #333333;
}
.menu.vertical > li > a.active {
    color: #000326;
    background-color: #ddd;
}
.menu.vertical > li > a:hover {
    color: #000326;
}
.other-links {
    list-style-type: none;
    margin: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
}
.other-links > li {
    flex: 1 1 0px;
}
.other-links > li {
    color: #2578A9;
    font-size: .8rem;
    text-align: center;
}
.nav-toggle-wrap {
    height: 60px;
    padding:10px 0;
    position:relative; 
    width:100%; 
}
.nav-toggle {
    background: transparent;
    display: block;
    height: 40px;
    position: absolute;
    right: 0;
    text-indent: -9999px;
    width: 40px;
}
.nav-toggle span {
    background: #737373;
    display: block;
    height: 3px;
    left: 8px;
    position: absolute;
    top: 11px;
    -webkit-transition: top .15s .15s, opacity .15s .15s, -webkit-transform .15s .3s, background .15s .3s;
    -moz-transition: top .15s .15s, opacity .15s .15s, -moz-transform .15s .3s, background .15s .3s;
    -ms-transition: top .15s .15s, opacity .15s .15s, -ms-transform .15s .3s, background .15s .3s;
    -o-transition: top .15s .15s, opacity .15s .15s, -o-transform .15s .3s, background .15s .3s;
    transition: top .15s .15s, opacity .15s .15s, transform .15s .3s, background .15s .3s;
    width: 24px;
}
.nav-toggle span:nth-child(2) {
    top: 18px;
}
.nav-toggle span:nth-child(3) {
    top: 25px;
}
.nav-engaged .nav-toggle span:nth-child(1) {
    top: 18px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.nav-engaged .nav-toggle span {
    animation-direction: normal;
    background: #13a3f7;
}
.nav-engaged .nav-toggle span:nth-child(2) {
    opacity: 0;
}
.nav-engaged .nav-toggle span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.nav-toggle.reverse span {
    -webkit-transition: background .15s .15s, -webkit-transform .15s .15s, opacity .15s .15s, top .15s .3s;
    -moz-transition: background .15s .15s, -moz-transform .15s .15s, opacity .15s .15s, top .15s .3s;
    -ms-transition: background .15s .15s, -ms-transform .15s .15s, opacity .15s .15s, top .15s .3s;
    -o-transition: background .15s .15s, -o-transform .15s .15s, opacity .15s .15s, top .15s .3s;
    transition: background .15s .15s, transform .15s .15s, opacity .15s .15s, top .15s .3s;
}

.site-nav>ul {
    background: #e4e5e6;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    width: 100%;
}
.site-nav>ul, .site-nav .sub-menu > ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.site-nav .nav-item, .site-nav .nav-item-link {
    border-bottom: 1px solid #b3b3b3;
    float: none;
    margin-right: 0;
    position: static;
}
.site-nav .nav-item>span {
    display: block;
    position: relative;
    z-index: 2;
}
.site-nav span a,
.site-nav .nav-item>span a, 
.site-nav .nav-item>span button,
.site-nav .sub-menu .menu-toggle, 
.site-nav .sub-menu li a, 
.site-nav .sub-menu .title, 
.site-nav .sub-menu .link a, 
.site-nav .sub-menu .top-level-item {
    color: #737373;
    display: block;
    font-size: 17px;
    padding: 15px 20px;

    text-align: left;
    width: 100%;
    line-height: 2;
}
.site-nav .sub-menu {
    background: #d7d8d9;
    border: 0;
    display: none;
    left: auto;
    padding: 0;
    position: absolute;;
    right: -100%;
    top: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    width: 100%!important;
}
.site-nav .nav-item.is-active .sub-menu {
    display: block;
}
.site-nav.level-2-active>ul {
    right: 100%;
}
.site-nav .nav-item:hover .sub-menu {
    display: block;
}
.nav-container {
    display: none;
    position: relative;
    width: 100%;
    height: 390px;
}
.nav-engaged .nav-container {
    display: block;
}
.nav-engaged {
    overflow-x: hidden;
}
.site-nav .sub-menu .menu-toggle {
    background: #13a3f7;
    border-bottom: 1px solid #b3b3b3;
    border-radius: 0;
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: 300;
    outline: 0;
    padding: 15px 20px;
    position: relative;
    width: 100%;
}
.site-nav .sub-menu .menu-toggle:before {
    content: '\2039';
    display: block;
    left: 6px;
    position: absolute;
    top: 13px;
}
.site-nav .sub-menu .top-level-item {
    background: #e4e5e6;
    border-bottom: 1px solid #b3b3b3;
    color: #737373;
    display: block;
    font-size: 17px;
    font-weight: 300;
    padding: 15px 20px;
}

/**************************
    Officer Page
**************************/
.officers .avatar {
    display: inline-block;
}
.officers .profile, .commanders .profile {
    font-size: 14px;
    text-align: center;
    margin-bottom: 30px;

}
.officers .profile p, .commanders .profile p{
    font-size: 12px;
    line-height: 1;
}
.officers .thumbnail {
    max-width: 100%;
    margin-bottom: 8px;
}
.officers .avatar + .avatar {
    margin-left: 50px;
}

.commanders .thumbnail {
    width: 150px;
    max-width: 100%;
}
.post + .post {
    padding-top: 40px;
}
.post {
    padding-top: 0;
}

.photo-title {
    font-size: 16px;
}

.accordion-title {
    position: relative;
    display: block;
    padding: 1.25rem 1rem;
    border: none;
    border-bottom: 0;
    font-size: .9rem;
    line-height: 1;
    color: #555555;
}
.is-active .accordion-title {
    background-color: #e6e6e6;
}
.accordion-title:hover, 
.accordion-title:focus, .accordion-content {
    color: #555555;
}
.accordion-content {
    background-color: #e6e6e6;
    padding: .5rem;
    padding-left: 50px;
}

:last-child:not(.is-active) > .accordion-title {
    border-bottom: none;
    border-radius: 0 0 3px 3px;
}
.nav-title {
    padding: .9rem 0;
    line-height: 34px;
    font-size: 18px;
    color: #2578A9;
}

.accordion-title::before {
    font-size: 20px;
}
.link-more {
    font-size: 12px;
}
.table-calendar {
    font-size: 11px;
}
.table-calendar tbody {
    background-color: transparent;
}
.table-calendar tbody tr:nth-child(even) {
    background-color: transparent;
}

.orbit-previous:hover, .orbit-next:hover, 
.orbit-previous:active, .orbit-next:active, 
.orbit-previous:focus, .orbit-next:focus {
    background-color: rgba(10, 10, 10, 0);
}
.thumbnail {
    border: none;
    border-radius: 0;
    box-shadow: none;
}