/* START - Masthead Row 1 White*/

div#masthead-row1-white-id {
    background-color: white	;
    color: #001732;
}

/* END - Masthead Row 1 White*/

/* START - Masthead Row 2 Dark Blue*/

div#masthead-row2-darkblue-id {
    background-color: #001732;
    color: white;
}

/* END - Masthead Row 2 Dark*/

/* START - MASTHEAD */

header#masthead {
    padding-top: 0;
    padding-bottom: 0;
}

#masthead .hgroup {
    padding-top: 0px;
    padding-bottom: 0px;
}

/* START - Masthead Logo */

div#header-logo-id {
    display: flex;
    justify-content: center;
}

/* END - Masthead Logo */

/* START - Masthead Navigation */

.menu-header-navigation-container {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* START - Masthead Navigation Items */

#masthead-widgets .widget_nav_menu ul.menu > li {
		margin: 0 !important;
		padding: 0 !important;
}

#masthead-widgets .widget_nav_menu ul.menu > li > a:link, #masthead-widgets .widget_nav_menu ul.menu > li > a:visited, #masthead-widgets .widget_nav_menu ul.menu > li > a:focus, #masthead-widgets .widget_nav_menu ul.menu > li > a:active {
    color: white;
    background-color: #001732;
    text-decoration: none;
    font-weight: 500;
    padding: 8px 12px !important;
    line-height: 1em;
}

.menu-item-has-children > a::after {
    content: " \23F7"; /* Unicode down arrow */
    font-size: 0.75em;
    margin-left: 5px;
}

/* #masthead-widgets .widget_nav_menu ul.menu > li > a:hover {
		color: #6f96b3;
    background-color: white;
} */

/* END - Header Navigatin Items */

/* END - Header Navigation */

/* START - Masthead Contact */

div#header-contact-id {
    display: flex;
    justify-content: center;
}

/* END - Masthead Contact */



/* END - MASTHEAD */

/* START - MAIN */

#main {
    background: #ffffff;
    padding: 0;
}

/* END	 - MAIN */

/* START - HOME PAGE */

#pg-111-0> .panel-row-style {
    background-position: top center;
}

#pg-111-0.panel-has-style > .panel-row-style, #pg-111-0.panel-no-style {
    -webkit-align-items: center !important;
    align-items: center !important;
}

/* END - HOME PAGE */