/*--------------------------------------------------------
	FONT ASSIGNMENTS
--------------------------------------------------------*/

:root {
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
}

body {
    font-family: inherit !important;
    font-size: inherit !important;
    color: #5e5e5e;
    background-image: url("../images/newport015-fade.jpg");
    background-position: center top;
    background-attachment: fixed;
    font-weight: 400;
    line-height: 2;
}

@media (max-width: 990px) {
    body {
        background-image: none;
    }
}

p {
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    color: #555555;
}

.container {
    background-color: white;
    position: relative;
}

@media (max-width: 990px) {
    .container {
        width: 100%;
    }
}

@media (max-width: 450px) {
    .col-xs-6 {
        width: 100%;
        float: none;
    }
}

.row:not(.row.logo-row, .row:has(#nav-wrap), .row#footer-logo-row, .row#footer-row) {
    padding: 15px 25px;
}


/*--------------------------------------------------------
	H1 - H6
--------------------------------------------------------*/

h1,
h2,
h3,
h4 {
    margin: 0px;
    padding: 0px;
    font-family: "Raleway", sans-serif;
    font-weight: 300;
    text-transform: none;
    color: #333333;
}

h1 {
    font-size: 35px;
}

h2 {
    font-size: 29px;
    display: block;
}

h3 {
    font-size: 22px;
    letter-spacing: 0px;
    padding-top: 10px;
}

h4 {
    font-size: 19px;
}

h1.title {
    display: none;
}

h1.title:empty {
    display: none;
}


/*^^Hides the extra margin that is added on pages without a title*/


/*--------------------------------------------------------
	LINKS
--------------------------------------------------------*/

.header-top-wrapper a {
    color: white;
    font-family: 'Open Sans', sans-serif;
    padding-right: 10px;
    padding-left: 10px;
}

a:hover,
a:focus {
    color: ;
}


/*--------------------------------------------------------
	IMAGES, Objects
--------------------------------------------------------*/

img {
    border: 0px;
}

#feature-image {
    display: inline-block;
    margin: 10px;
    margin-left: 70px;
    max-width: 100%;
}

@media (max-width: 767px) {
    #feature-image {
        margin-left: 20%;
        margin-right: 20%;
    }
}

@media (max-width: 450px) {
    #feature-image {
        margin: 0px;
    }
}


/*--------------------------------------------------------
						HEADER
--------------------------------------------------------*/

.header-top-wrapper {
    height: 39px;
    color: white;
    background-color: #3F7CCD;
    padding-top: 5px;
    width: 100%;
    position: absolute;
    left: 0px;
}

@media (max-width: 990px) {
    .header-top-wrapper {
        width: 100%;
        margin-left: 0px;
        margin-right: 0px;
    }
}

@media (max-width: 767px) {
    .header-top-wrapper {
        height: 135px;
    }
}

.header-top-wrapper ul,
.header-top-wrapper li {
    display: inline;
    padding-left: 0px;
}

.header-top-wrapper li {
    border-right: 1px solid;
}

@media (max-width: 767px) {
    .header-top-wrapper li {
        display: block;
        text-align: left;
        border-right: none;
        border-bottom: 1px solid;
    }
}

.header-top-wrapper ul:last-of-type li:last-of-type {
    border: none;
}

.logo-row {
    margin-top: 39px;
}

@media (max-width: 767px) {
    .logo-row {
        margin-top: 145px;
    }
}

#logo-wrap svg {
    width: 262px;
    max-width: 100%;
    margin-left: 50px;
    margin-top: 20px;
}

@media (max-width: 990px) {
    #logo-wrap svg {
        margin-left: 10px;
    }
}

@media (max-width: 767px) {
    #logo-wrap svg {
        display: block;
        margin-bottom: 10px;
        margin: 0 auto;
    }
}

#motto-wrap {
    padding: 70px 0;
    color: #747881;
    text-align: center;
}

@media (max-width: 990px) {
    #motto-wrap {}
}

@media (max-width: 767px) {
    #motto-wrap {
        display: block;
        padding: 0px;
        margin-bottom: 10px;
    }
}

#motto-wrap h4 {
    font-size: 22px;
    font-weight: bold;
}

#nav-wrap {
    border-style: ridge hidden ridge hidden;
}


/*--------------------------------------------------------
					Search Bar
--------------------------------------------------------*/

#search-login-wrap {
    padding: 70px;
    text-align: right;
}

@media (max-width: 990px) {
    #search-login-wrap {
        /*padding-top: 30px;*/
        padding-bottom: 30px;
    }
}

@media (max-width: 767px) {
    #search-login-wrap {
        display: block;
        padding: 0px;
        text-align: center;
        margin-bottom: 10px;
        width: 50%;
        margin-left: 25%;
    }
}

#search-input input[type=search] {
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
}

#search-login-wrap .search-button {
    display: none;
}


/*--------------------------------------------------------
					Desktop Navigation
--------------------------------------------------------*/

#nav_menu {
    padding-inline: 15px;
}

#nav_menu ::before,
#nav_menu ::after {
    content: none;
}

#nav_menu>ul {
    display: flex;
    float: none;
    justify-content: space-between;
    flex-wrap: wrap;
}

.NP .navbar-nav>li a {
    color: #4b4b4b;
}

.NP .nav>li>a:hover,
.NP .nav>li>a:focus {
    color: #3f7ccd;
    background-color: transparent;
}

#nav_menu>ul>li>a {
    font-size: 13px;
    font-weight: 600;
    padding-inline: 0px
}

#mobile-toggle path {
    fill: #4b4b4b;
}

@media (max-width: 990px) {
    #mobile-toggle {
        border: 1px solid;
        padding: 20px;
        width: 100%;
        background-color: white;
        text-align: center;
        font-size: 14px;
        text-transform: none;
        font-weight: bold;
        color: #4b4b4b;
    }
}


/*--------------------------------------------------------
					Index / Main Body
--------------------------------------------------------*/


/*----------------Slideshow----------*/

#slide-row {
    margin-bottom: 10px;
}

#slide-row .carousel img {
    max-width: 100%;
    border: 1px solid #d6d6d6;
    border-radius: 5px;
    padding-top: 5px;
    padding-bottom: 30px;
    padding-left: 5px;
    padding-right: 5px;
    margin-top: 25px;
    margin-bottom: 25px;
    height: 140px;
}

@media (max-width: 767px) {
    #slide-row .carousel img {
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
}

.carousel-indicators li {
    border: 1px solid black;
}

@media (min-width: 768px) {
    .carousel-indicators {
        bottom: -30px;
    }
}

.carousel-indicators .active {
    background-color: black;
}

.carousel-control.left,
.carousel-control.right,
.carousel-control:hover {
    background-image: none;
    font-size: ;
    font-weight: ;
    z-index: 101;
    margin-top: 120px;
    display: none;
}

.carousel-control {
    top: ;
    width: ;
    color: #999999;
    width: 1%;
    opacity: 1;
    font-size: 50px;
}

.carousel-caption {
    position: absolute;
    z-index: 100;
    background-color: #002857;
    background: rgba(0, 0, 0, .6);
    padding: 1px 15px;
    left: initial;
    top: 135px;
    bottom: 25px;
    right: 15px;
    width: 165px;
    text-shadow: none;
}

@media (max-width: 1200px) {
    .carousel-caption {
        width: 132px;
    }
}

@media (min-width: 768px) and (max-width: 800px) {
    .carousel-caption {
        width: 95px;
    }
}

@media (min-width: 460px) and (max-width: 767px) {
    .carousel-caption {
        top: 75px;
        left: 13px;
        margin-bottom: -25px;
        width: 184px;
        margin-top: 30px;
        margin-right: auto;
        margin-left: auto;
    }
}

.carousel-caption p.caption-text {
    font-size: 18px;
    font-weight: 600;
    line-height: 33px;
    display: block;
    color: white;
    margin-bottom: 10px;
}

@media (min-width: 460px) and (max-width: 770px) {
    .carousel-caption p.caption-text {
        padding-top: 5px;
    }
}

.carousel-caption p.alt-text {
    font-size: 16px;
    font-family: serif;
    font-style: italic;
    color: white;
    margin-bottom: 10px;
}


/*----------------End Slideshow------*/


/*--------------------------------------------------------
					News and Events Feeds
--------------------------------------------------------*/

.news-item {
    text-align: center;
    padding: 10px;
    background-color: #f5f5f5;
    margin-top: 25px;
    height: 450px;
    width: 100%;
}

.news-item img {
    width: 100%;
    height: auto;
}

.news-item:hover {
    background-color: #eeeeee;
}

@media (max-width: 770px) {
    .news-item img {
        width: auto;
    }
}

@media (max-width: 660px) {
    .news-item img {
        width: 100%;
    }
}

.news-title-link {
    padding-right: 10px;
    padding-left: 10px;
    color: #333333;
    text-decoration: none;
}

.news-title-link:hover {
    text-decoration: none;
    color: #006ce8;
}

.news-divide {
    background-color: #333333;
    display: inline-block;
    height: 2px;
    width: 50px;
    margin-bottom: 7px;
}

.news-item .date {
    color: #606060;
}

#news-button a {
    color: white;
    text-decoration: none;
    font-family: "Open Sans", sans-serif;
}

#news-button:hover {
    background-color: #006ce8;
}

#news-button {
    background-color: #3f7ccd;
    border: 1px solid #2b5fa4;
    border-radius: 4px;
    padding: 12px 24px;
    display: inline-block;
    font-size: 16px;
    margin-top: 20px;
}

@media (max-width: 1200px) {
    #news-button {
        padding: 3px 6px;
    }
}

@media (max-width: 990px) {
    #news-button {
        display: block;
        width: 30%;
        text-align: center;
        float: right;
        margin-right: 10px;
    }
}

@media (max-width: 767px) {
    #news-button {
        width: 50%;
        margin-bottom: 20px;
        margin-right: 25%;
    }
}

@media (max-width: 450px) {
    #news-button {
        width: 75%;
        margin-bottom: 25px;
        margin-right: 30px;
    }
}

#news-button svg {
    margin-right: 8px;
    font-size: 1.3em;
    height: 20px;
    vertical-align: middle;
    width: 24px;
}

.news-button-svg {
    fill: white;
    margin-right: 8px;
}

.event-item {
    margin-bottom: 10px;
    border-bottom: 1px dotted #2f2f2f;
}

@media (max-width: 767px) {
    .event-item {
        margin-bottom: none;
        margin-left: 20%;
        margin-right: 20%;
    }
}

.event-content {
    margin-bottom: 20px;
    margin-top: 20px;
}

.event-date-wrap {
    border: 3px solid;
    font-weight: bold;
    min-width: 80px;
    max-width: 100%;
}

.event-month {
    font-size: 11px;
    letter-spacing: .5px;
    padding: 3px;
    text-align: center;
    text-transform: uppercase;
}

.event-date {
    color: white;
    background: #666;
    line-height: 1.6;
    text-align: center;
}

@media (max-width: 1200px) {
    .event-details-wrap {
        margin-left: 10%;
        max-width: 100%;
    }
}

@media (max-width: 450px) {
    .event-details-wrap {
        margin-left: 20%;
    }
}

.event-title {
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
    margin-top: 0px;
}

.event-blurb {
    font-size: 13px;
    line-height: 1.6;
    margin-top: 10px;
}

.ev-title-link {
    color: #666;
}


/*--------------------------------------------------------
				CSS Styles for Inner Pages
--------------------------------------------------------*/


/*----------Responsive Nivo*/

div[id^=slider-container-FD],
div[id^=slider_FD],
.nivoSlider img {
    max-width: 100% !important;
    height: auto !important;
}


/*----------Nivo Controls*/

.nivo-prevNav,
.nivo-nextNav {
    background-image: none !important;
    width: 25px !important;
    top: 25% !important;
    /*Fallback for browsers that don't support calc*/
    top: calc( 50% - 50px) !important;
    text-decoration: none;
    color: white;
    font-weight: bold;
    font-size: 75px;
    font-family: Arial, sans-serif;
    text-shadow: 0px 0px 10px rgba(51, 51, 51, 0.4);
}

.nivo-prevNav:hover,
.nivo-nextNav:hover {
    text-decoration: none;
    color: #ae0e0d;
    text-shadow: none;
}

.nivo-prevNav {
    left: 10px !important;
}

.nivo-nextNav {
    right: 10px !important;
}

.nivo-prevNav:after {
    content: "‹";
}

.nivo-nextNav:after {
    content: "›";
}


/*--------------------------------------------------------
						Footer
--------------------------------------------------------*/

#footer-row,
#footer-logo-row {
    color: #5e5e5e;
    background-color: #2C2D2F;
    text-align: center;
}

#footer-logo-row path {
    fill: white;
}

#footer-logo-row svg {
    width: 200px;
    padding-top: 25px;
}

#footer-row {
    font-size: 12px;
}

#footer-row p {
    color: white;
}


/*--------------------------------------------------------
						MMS Styling
--------------------------------------------------------*/