grammarly-btn {
    display: none;
    /*If someone copy/pastes text from Grammarly it will add this invisible button and cause the page to scroll horizontally. This style hides that.*/
}


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

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

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


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

h1,
h2,
h3,
h4 {
    margin: 0px;
    padding: 0px;
    font-family: 'Arvo', sans-serif;
}

h1 {
    font-size: 35px;
    color: #233E4C;
    margin-top: 15px;
    padding-bottom: 15px;
}

h2 {
    font-size: 29px;
    padding: 10px 15px;
    color: #233E4C;
}

h3 {
    font-size: 22px;
}

h4 {
    font-size: 19px;
}

h1.title {}


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

a {
    color: #3C575B;
}

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


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

img {
    border: 0px;
}


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

#logo-wrap {
    padding: 25px 30px;
}

#logo-wrap img {
    display: inline-block;
}

#logo-wrap a {
    text-decoration: none;
}

#logo-wrap span {
    font-family: 'Arvo', sans-serif;
    font-size: 39px;
    color: #006b84;
    text-shadow: 5px 12px 10px #D9D9D9;
    vertical-align: middle;
}

#login_button {
    border-radius: 25px;
    padding: 5px;
    background-color: #ab391b;
    font-family: 'Catamaran', sans-serif;
    font-size: 15px;
    padding: 10px 30px;
}

#login_button a {
    color: white;
    text-decoration: none;
}

.modal-content {
    width: 250px;
}

.modal-header {
    background-color: #006b84;
    color: white;
}


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

#right-area {
    text-align: right;
    padding: 30px 15px;
}

@media (min-width: 770px) and (max-width: 1200px) {
    #right-area {
        padding: ;
        margin-left: ;
    }
}

#searchbox {
    border: #CAD6DD 1px solid;
    border-radius: 25px;
    padding: 5px;
}

#searchbox,
#login_button {
    display: inline-block;
}

.search-input {
    border: none;
    margin: 5px;
}

.search-button {
    background-image: url("../images/search-icon.png");
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: center;
    border: none;
    width: 20px;
    vertical-align: middle;
}


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

.NP .navbar-nav>li a {
    color: white;
    font-family: ;
}

.NP .nav .open>a,
.NP .nav .open>a:focus,
.NP .nav .open>a:hover,
.NP .nav>li a:hover,
.NP .nav>li a:focus {
    background-color: #ab391b;
}

#nav-wrap,
#mobile-menu-col {
    background-color: #006b84;
}

#nav-wrap a {
    padding-left: 25px;
    padding-right: 25px;
}

#nav-wrap li {
    border-style: none none none solid;
    border-color: #54B0C6;
}

#nav-wrap li:last-of-type {
    border-style: none solid;
    border-color: #54B0C6;
}

#navigation-wrap {
    width: 100%;
    background-color: #006b84;
}

.NP .dropdown-menu {
    background-color: #006b84;
    border-color: #54B0C6;
}

#mobile-toggle {
    padding: 10px 15px;
    color: white;
}

#mobile-toggle path {
    fill: #ab391b;
}


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


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

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

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

.carousel-control {
    top: ;
    width: ;
}

.carousel-caption {
    position: absolute;
    z-index: 100;
    background-color: #478CA7;
    background: rgba(68, 149, 173, .6);
    padding: 10px 15px;
    left: initial;
    bottom: 0px;
    right: 0px;
    top: initial;
    width: 100%;
    text-align: left;
    text-shadow: none;
}

@media (max-width: 600px) {
    .carousel-caption {
        padding: 0px 10px;
    }
}

.carousel-caption p.caption-text {
    font-family: 'Arvo', sans-serif;
    font-size: 28px;
    font-weight: 100;
    line-height: 33px;
    display: block;
    color: white;
    margin-bottom: 10px;
}

.carousel-caption p.alt-text {
    font-family: 'Catamaran', sans-serif;
    font-size: 16px;
    color: white;
    margin-bottom: 10px;
}

@media (max-width: 770px) {
    .carousel-caption p.alt-text {
        display: none;
    }
}

.carousel-indicators {
    bottom: -10px;
}


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

#main-content {
    background-color: #EBF2F7;
}

#main-content p {
    padding: 0px 15px 10px 15px;
}


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

.event-item {
    padding: 10px 15px;
}

.event-content {
    border: #006b84 1px solid;
}

.event-date-wrap {
    font-family: 'Lato', sans-serif;
    font-size: 22px;
    text-align: center;
    background-color: #006b84;
    color: white;
    width: 75px;
}

.event-title a {
    font-family: 'Catamaran', sans-serif;
    text-decoration: none;
}

#event-container {
    padding: 10px 0px;
    margin-left: -150px;
}

@media (min-width: 990px) and (max-width: 1200px) {
    #event-container {
        padding: 10px 15px;
        margin-left: -125px;
    }
}

@media (min-width: 770px) and (max-width: 990px) {
    #event-container {
        padding: 10px 15px;
        margin-left: -25px;
    }
}

@media (min-width: 480px) and (max-width: 770px) {
    #event-container {
        padding: 10px 15px;
        margin-left: -25px;
    }
}

@media (max-width: 480px) {
    #event-container {
        padding: 10px 15px;
        margin-left: 0px;
    }
}

.event-blurb {
    display: none;
}

#cal-button {
    border-radius: 2px;
    background-color: #ab391b;
    padding: 10px 15px;
    font-family: 'Catamaran', sans-serif;
    font-size: 15px;
    text-align: center;
    margin-top: 5px;
    margin-right: 15px;
}

@media (min-width: 990px) {
    #cal-button {
        padding: 10px 0px;
    }
}

@media (max-width: 990px) {
    #cal-button {
        margin-left: 15px;
    }
}

#cal-button a {
    color: white;
}


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


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

#dbg-foot-wrap {
    width: 100%;
    background-color: #006b84;
    margin-top: 25px;
}

#footer-row {
    padding: 10px 15px;
}

#footer-row p {
    color: white;
}

#footer-row a {
    color: white;
    text-decoration: underline;
}

#footer-row a:hover,
#footer-row a:focus {
    color: #ab391b;
}

@media (max-width: 990px) {
    #footer-row {
        text-align: center;
    }
}


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