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

body {
    padding: 0;
    margin: 0;
    font-family: 'PT Sans', sans-serif;
    font-size: 18px;
    background: #eee;
}

.body-wrap {
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
    position: relative;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    max-width: 1200px;
    margin: 0 auto;
    background: #fff;
}

p,
#subpage p {
    font-family: 'PT Sans', sans-serif;
    font-size: 18px;
    line-height: 24px;
    color: #333333;
}

#subpage {
    min-height: 400px;
}


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

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0px;
    padding: 0px;
    font-family: 'PT Sans', sans-serif;
    font-weight: bold;
    color: #1C2B53;
}

h1 {
    font-size: 40px;
    font-weight: bold;
}


/*h2 { font-size: ; }
h3 { font-size: ; }
h4 { font-size: ; }*/

h1.title {
    font-size: 40px;
    color: #333333;
    font-weight: bold;
    display: none;
}


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


/*a {
	color: #333333;
	text-decoration: none;
}
a:hover, a:focus{
	color: #333333;
}*/


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

img {
    border: 0px;
}

.st1 {
    fill: #fff !important;
    stroke: none !important;
    stroke-miterlimit: 0 !important;
}

svg#facebook-icon,
svg#twitter-icon,
svg#linkedin-icon,
svg#facebook-icon-white,
svg#twitter-icon-white,
svg#linkedin-icon-white {
    width: 40px;
    height: 40px;
}

svg path.st0 {
    fill: #FFFFFF;
}

#social-wrap svg#facebook-icon .st0 {
    fill: #043D70;
}

#social-wrap svg#twitter-icon .st0 {
    fill: #043D70;
}

#social-wrap svg#linkedin-icon .st0 {
    fill: #043D70;
}

.social-icon-white svg#facebook-icon-white .st0 {
    fill: #FFFFFF;
}

.social-icon-white svg#twitter-icon-white .st0 {
    fill: #FFFFFF;
}

.social-icon-white svg#linkedin-icon-white .st0 {
    fill: #FFFFFF;
}

#mobile-menu-col svg#mobile-menu-icon .st1 {
    fill: #ffffff !important;
    stroke: #ffffff !important;
    stroke-width: 6px;
    stroke-miterlimit: 0 !important;
}

svg#burger {
    width: 51px;
    height: 51px;
    float: right;
    fill: transparent;
    margin-bottom: 27.54px;
}

#social-wrap a:focus,
#social-wrap a:hover {
    color: transparent;
    text-decoration: none;
}

#social-wrap {
    text-align: right;
}

.social-icon {
    /*	float: right;*/
}

p.social-icon-white {
    float: right;
}

path#Facebook_5_.st1 {
    fill: #075489 !important;
}

path#Twitter_5_.st1 {
    fill: #075489 !important;
}

path#LinkedIn_5_.st1 {
    fill: #075489 !important;
}


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

.top-header {
    padding: 15px 0px;
}

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

#logo-wrap img {
    width: 170px;
    height: auto;
    display: inline-block;
    max-width: 100%;
}

#logo-wrap .awards img {
    margin-left: 25px;
    max-height: 90px;
    width: auto;
}

@media (max-width: 1200px) {
    #logo-wrap .awards img {
        max-height: 100px;
    }
}

@media (max-width: 990px) {
    #logo-wrap .awards img {
        max-height: 60px;
    }
}

@media (max-width: 767px) {
    #logo-wrap .awards img {
        display: none;
    }
}


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


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

#searchbox {
    display: inline-block;
    margin-bottom: 10px;
}

#searchbox .input-group {
    width: 260px;
    height: 24px;
}

@media (max-width: 990px) {
    #searchbox .input-group {
        width: 100%;
    }
}

#searchbox input.search-button {
    background-image: url(../images/search-icon.png);
    margin: 0;
    padding: 0;
    border: none;
    width: 22px;
    height: 22px;
    background-color: transparent;
    background-repeat: no-repeat;
}

#searchbox input#q {
    background: #E8E8E8;
    border-radius: 5px 0px 0px 5px;
    border-right: 0px;
    height: 40px;
}

#searchbox .input-group-addon:last-child {
    background-color: #E8E8E8;
}

#searchbox input::-webkit-input-placeholder {
    font-family: 'PT Sans', sans-serif;
    font-size: 16px;
    color: #043D70;
}

#searchbox input:-moz-placeholder {
    /* Firefox 18- */
    font-family: 'PT Sans', sans-serif;
    font-size: 16px;
    color: #043D70;
}

#searchbox input::-moz-placeholder {
    /* Firefox 19+ */
    font-family: 'PT Sans', sans-serif;
    font-size: 16px;
    color: #043D70;
}

#searchbox input:-ms-input-placeholder {
    font-family: 'PT Sans', sans-serif;
    font-size: 16px;
    color: #043D70;
}


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

#nav-wrap {
    background: #1E84D8;
}

.col-main-menu {
    margin: 0;
}

#nav_menu .navbar-nav>li a {
    font-weight: bold;
    font-size: 18px;
    /*	text-transform : uppercase;*/
    color: #043D70;
    font-family: 'PT Sans', sans-serif;
}

#nav_menu .navbar-nav>li>a {
    font-weight: bold;
    font-size: 18px;
    text-transform: capitalize;
    color: #FFFFFF;
    font-family: 'PT Sans', sans-serif;
    padding-top: 20px;
    padding-bottom: 20px;
}

#nav_menu .nav .open>a,
#nav_menu .nav .open>a:focus,
#nav_menu .nav .open>a:hover,
#nav_menu .nav>li>a:hover,
#nav_menu .nav>li>a:focus {
    background: #043D70;
    border-radius: 10px;
}

#mobile-toggle {
    border: none;
    background: transparent;
    box-shadow: none;
    cursor: pointer;
}


/*--------------------------------------------------------
	INDEX / MAIN BODY
--------------------------------------------------------*/

#main-content {
    margin-top: 35px;
}

#main-content h1 {
    margin-bottom: 35px;
}

#main-content .primary p {
    margin-bottom: 30px;
}


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

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

#slider-row img {
    width: 100%;
    height: auto;
}

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

#slider-row .carousel-indicators {
    bottom: 0px;
}

#slider-row .carousel-indicators li {
    width: 11px !important;
    height: 11px !important;
    background-color: transparent !important;
    border: 1px solid #1C2B53 !important;
    margin-left: 1px !important;
}

#slider-row .carousel-indicators .active {
    width: 12px !important;
    height: 12px !important;
    background-color: #1C2B53 !important;
    border: 1px solid #1C2B53 !important;
    margin-left: 1px !important;
}

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

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

@media (min-width: 990px) and (max-width: 1199px) {
    .carousel-caption {}
}

@media (max-width: 990px) {
    .carousel-caption {}
    #slide-row .col-md-12 {}
}

.carousel-caption p:first-of-type {
    font-size: 28px;
    font-weight: 600;
    line-height: 33px;
    padding-bottom: 10px;
    border-bottom: 3px solid #FFE519;
    display: block;
    color: #FFE519;
    margin-bottom: 10px;
}

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

.carousel-caption a {
    font-weight: 700;
    background-color: #FFE519;
    max-width: 215px;
    display: block;
    border-bottom: 5px solid #E0AB03;
    border-radius: 3px;
    padding: 13px 30px;
    font-family: 'PT Sans', sans-serif;
    text-align: center;
    margin: 0px auto;
    color: #333;
}

#slider-section {
    border-top: 1px solid #EBEBEB;
    border-bottom: 1px solid #EBEBEB;
}

#slider-section a.carousel-control {
    display: none;
}

#slider-section a.carousel-control.left {
    content: url(../images/slider-left-arrow.png);
    width: 56px;
    height: 80px;
    top: initial;
    left: 25px;
    right: 0;
    bottom: 150px;
    opacity: inherit;
    position: absolute;
}

#slider-section a.carousel-control.right {
    content: url(../images/slider-right-arrow.png);
    width: 56px;
    height: 80px;
    top: initial;
    left: initial;
    right: 25px;
    bottom: 150px;
    opacity: inherit;
    position: absolute;
}


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


/****** LOGIN *****/

.modal-header {
    background: #1E84D8;
}

.modal-title {
    text-align: center;
    font-size: 34px;
    color: #ffffff;
}

.modal-body {
    padding: 20px;
}

.modal-content {
    width: 300px;
    margin: 0px auto;
}

.modal-dialog {
    text-align: center;
}

#login input[type="text"] {
    margin-bottom: 10px;
}

#login input[type="password"] {
    margin-bottom: 10px;
}

#login input::-webkit-input-placeholder {
    font-family: 'PT Sans', sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
}

#login input:-moz-placeholder {
    /* Firefox 18- */
    font-family: 'PT Sans', sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
}

#login input::-moz-placeholder {
    /* Firefox 19+ */
    font-family: 'PT Sans', sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
}

#login input:-ms-input-placeholder {
    font-family: 'PT Sans', sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
}


/*---------- news_feed_pages function ----*/

div#news-button-container {
    margin: 10px 0px 0px 0px;
    text-align: right;
}

div#news-button-verbiage {
    margin-right: 10px;
    display: inline-block;
    color: #5DB2D7;
}

div#news-button-container:active {
    margin: 9px 0px 0px -1px;
    /* keeps buttons from jumping around when pressed*/
}

div.news-button {
    display: inline-block;
    padding: 5px 10px;
    background-color: #5DB2D7;
    color: black;
    border: 1px solid black;
    border-radius: 5px;
    margin: 0px;
}

div.nb-number:hover {
    opacity: 0.7;
    /*buttons move toward backgound color when hovered over*/
    cursor: pointer;
}

div.nb-number:active {
    /* make buttons look like they are being pressed when clicked*/
    opacity: 0.6;
    border-width: 2px 0px 0px 2px;
}

div.nb-selected {
    /* style the selected button */
    opacity: 0.5;
}

div#nb-ellipsis-left,
div#nb-ellipsis-right {
    background-color: transparent;
    color: #5DB2D7;
    border: 0px;
    margin: 0px;
    padding: 5px;
    font-weight: bold;
}


/*---------- END: news_feed_pages ----*/

.secondary h2 {
    margin-top: 15px;
    margin-bottom: 25px;
}

h4.events-side {
    margin-top: 15px;
}

a.ev-title-link {
    font-weight: bold;
    font-size: 24px;
    text-transform: capitalize;
    color: #333333 !important;
}

p.events-wrapper-date {
    font-size: 16px;
    color: #757575;
}

p.events-wrapper-description {
    font-size: 16px;
    line-height: 20px;
    color: #333333;
}

hr {
    border-top: 1px solid #757575;
}


/*--------------------------------------------------------
	CSS STYLE FOR INNER PAGES
--------------------------------------------------------*/


/*--------------------------------------------------------
	FOOTER
--------------------------------------------------------*/

#footer-row {
    background: #075489;
    padding: 30px 0px 30px;
    margin-top: 60px;
}

#footer-row p {
    color: #ffffff;
    margin-bottom: 5px;
}

#footer-row a {
    color: #ffffff;
}

#footer-row a:focus,
#footer-row a:hover {
    color: #ffffff;
    text-decoration: none;
}

@media (max-width: 1199px) {
    #slider-section a.carousel-control.left,
    #slider-section a.carousel-control.right {
        bottom: 50%;
        width: 30px;
        height: auto;
    }
    .col-main-menu {
        margin: -10px 0 0 0;
    }
}

@media (max-width: 991px) {
    h1 {
        font-size: 32px;
    }
}

@media (max-width: 767px) {
    #footer-row p {
        font-size: 16px;
        line-height: 20px;
    }
    hr {
        border: none;
    }
    .mobile-search-wrap form#searchbox {
        display: none;
    }
}

@media (max-width: 600px) {}

@media (max-width: 567px) {
    .search-wrap {
        display: none;
    }
    .mobile-search-wrap form#searchbox {
        display: inline;
    }
    #footer-row .col-xs-8.col-sm-8.col-md-8,
    #footer-row .col-xs-4.col-sm-4.col-md-4 {
        width: 100%;
        text-align: center;
    }
    p.social-icon-white {
        float: none;
    }
}

@media (max-width: 550px) {}