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

body {
    font-family: 'Arimo', sans-serif;
    font-size: 15px;
    padding: 0 !important;
    color: #2D2D2D;
}

p {
    font-family: 'Arimo', sans-serif;
    font-size: 15px;
}

.container {
    font-family: 'Arimo', sans-serif;
    font-size: 15px;
}


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

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0px;
    padding: 0px;
    color: #00315F;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 30px;
}

h4,
h5,
h6 {
    margin-top: 10px margin-bottom: 10px;
}

.homepage-wrapper h1,
.homepage-wrapper h2,
.homepage-wrapper h3 {
    margin-top: 40px;
}

.homepage-wrapper h4,
.homepage-wrapper h5,
.homepage-wrapper h6 {
    margin-top: 10px;
}

h1,
#mheader_5_wrapper #mycanvas h1 {
    font-size: 28px;
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 17px;
}

h6 {
    font-size: 16px;
}

h1.title {}


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

a {
    color: #00315F;
}

a:hover,
a:focus {
    color: #FFC627;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.carousel-caption a {
    color: white;
    text-decoration: none;
    border: 1px solid white;
    padding: 5px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    display: inline-block;
}

.carousel-caption a:hover {
    color: #FFC627;
}


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

img {
    border: 0px;
}

hr {
    border-color: #91A1B4;
    opacity: .7;
}


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

.header-wrapper {
    padding: 20px 0;
    position: relative;
    z-index: 2;
}

.header-wrapper a:hover,
.header-wrapper a:focus {
    text-decoration: none;
}

.logo-wrapper {
    display: inline;
}

.logo-wrapper img {
    border-radius: 50%;
}

@media (max-width: 1201px) {
    .logo-wrapper img {
        margin: 0 auto;
        display: block;
    }
}

.org-name {
    display: inline-block;
    margin-top: 30px;
    margin-left: 35px;
}

.org-name a {
    font-size: 28px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    color: #435061;
}

.logo-wrapper a svg {
    float: left;
    margin-left: -15px;
}

.social-media-links-wrapper {
    text-align: right;
    margin-top: -33px;
}

.social-media-links-wrapper a {
    margin-left: 2px;
}

.social-media-links-wrapper a:hover svg .cls-fb-icon-1,
.social-media-links-wrapper a:focus svg .cls-fb-icon-1,
.social-media-links-wrapper a:hover svg .cls-twitter-icon-1,
.social-media-links-wrapper a:focus svg .cls-twitter-icon-1,
.social-media-links-wrapper a:hover svg .cls-linked-in-icon-1,
.social-media-links-wrapper a:focus svg .cls-linked-in-icon-1 {
    fill: #91a1b4;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.social-media-links-wrapper a:hover svg .cls-fb-icon-2,
.social-media-links-wrapper a:focus svg .cls-fb-icon-2,
.social-media-links-wrapper a:hover svg .cls-twitter-icon-2,
.social-media-links-wrapper a:focus svg .cls-twitter-icon-2,
.social-media-links-wrapper a:hover svg .cls-linked-in-icon-2,
.social-media-links-wrapper a:focus svg .cls-linked-in-icon-2 {
    fill: #fff;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}


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


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

.nav-main-wrapper {
    border-bottom: 1px solid #D6DAE8;
    background-color: #fff;
    min-height: 50px;
    position: fixed;
    top: 0;
    width: 100%;
    margin-bottom: 50px;
    z-index: 150;
}

.nav-main-wrapper a:hover,
.nav-main-wrapper a:focus {
    text-decoration: none;
}

#nav_menu {
    padding: 10px 0;
}

.nav-main-wrapper .nav.navbar-nav {
    float: right;
    border-right: 1px solid #D6DAE8;
}

.nav-main-wrapper ul.nav a {
    padding-top: 5px;
    padding-bottom: 5px;
    color: #435061;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 14px;
}

.nav-main-wrapper ul.nav a:hover,
.nav-main-wrapper ul.nav a:focus {
    color: #FFC627;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    outline: none;
}

.nav-main-wrapper #nav_menu .navbar-nav>li>a.active,
.nav-main-wrapper #nav_menu .navbar-nav>li .dropdown-menu li a.active,
#mobile-menu li>a.active,
.mDropdown a.active {
    color: #FFC627;
}

.login-modal .modal-title {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 0;
    color: #fff;
}

.navbar-nav>li a {
    color: #435061;
    font-family: 'Montserrat', sans-serif;
}

.nav>li>a:hover,
.nav>li>a:focus {
    background-color: transparent;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.nav-main-wrapper ul.nav li.open a {
    background-color: transparent;
}

.nav-main-wrapper ul.nav li.open .dropdown-menu a {
    background-color: transparent;
    padding-top: 7px;
    padding-bottom: 7px;
    border-bottom: 1px solid #D6DAE8;
}

#nav_menu li.open .dropdown-menu {
    margin-top: 10px;
    padding-bottom: 0;
    border-top: 2px solid #FFC627;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
}

#nav_menu li.open .dropdown-menu.men-level-1 {
    margin-top: -1px;
}

#mobile-toggle {
    height: 34px;
    text-align: right;
    float: right;
    margin-top: 8px;
}

#mobile-toggle svg:hover {
    cursor: pointer;
}

#mobile-menu-col .social-media-links-wrapper {
    float: right;
    margin-top: 11px;
    margin-right: 22px;
    padding-right: 20px;
    border-right: 1px solid #D6DAE8;
    height: 28px;
}


/*--------- Login modal --------*/

.modal-open {
    overflow: visible !important;
    /*This will prevent modal from creating padding-right to body*/
}

.modal-content {
    border-radius: 4px;
}

.login-modal .modal-dialog {
    max-width: 300px;
    margin: auto;
    margin-top: 15px;
}

.modal-header {
    background: #435061;
    color: #fff;
    text-align: center;
    min-height: 16.43px;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}

.login-modal .close {
    color: #fff;
    text-shadow: none;
    ;
    opacity: .8;
}

.login-modal .close:hover,
.login-modal .close:focus {
    color: #fff;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.login-modal .modal-title {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 0;
    color: #fff;
}

.modal-title,
.modal-body {
    font-size: 16px;
    text-align: center;
}

.login-modal {
    font-size: 16px;
}

.login-modal input {
    padding: 5px 10px;
    margin-top: 5px;
    margin-bottom: 5px;
    border: 1px solid #D6DAE8;
    width: 200px;
}

.login-modal input:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #FFC627;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

#login a {
    text-decoration: underline;
    color: #00315F;
    font-weight: 400;
}

#login a:hover,
#login a:focus {
    color: #FFC627;
}

.login-modal input[type="submit"] {
    background-color: #00315F;
    color: #fff;
    border: 2px solid #00315F;
    border-radius: 1px;
    padding: 4px 8px 6px;
    margin-top: 10px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
}

.login-modal input[type="submit"]:hover,
#login input[type="submit"]:focus {
    background-color: #FFC627;
    border: 2px solid #FFC627;
    color: #fff;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}


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

.homepage-wrapper {
    padding-bottom: 40px;
}

.homepage-slideshow-wrapper {
    position: relative;
    margin-top: 198px;
    z-index: 1;
}

a.btn-cls {
    background-color: #00385E;
    color: #fff;
    padding: 10px 20px;
    font-weight: 700;
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
    border-radius: 2px;
    display: inline-block;
    margin-top: 20px;
    box-shadow: 0px 1px 3px 0px #BDBDBD;
}

a.btn-cls:hover,
a.btn-cls:focus {
    background-color: #FFC627;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    text-decoration: none;
}

iframe#twitter-widget-0 {
    box-shadow: 0px 1px 5px 0px #BDBDBD;
    border-radius: 2px;
}


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

.header-wrapper {
    padding: 20px 0;
    width: 100%;
    z-index: 2;
    top: 50px;
}

.homepage-slideshow-wrapper img {
    width: 100%;
}

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

#slideshow-arrows-hidden .carousel .carousel-control {
    display: none;
}

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

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

.carousel-control:hover .cls-prev-1,
.carousel-control:hover .cls-next-1 {
    opacity: 0.8;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.carousel-caption {
    position: absolute;
    z-index: 100;
    background-color: rgba(67, 80, 97, 0.9);
    padding: 15px 7% 15px;
    left: 0;
    bottom: 0px;
    right: 0px;
    top: auto;
    width: 100%;
    max-width: 1140px;
    text-align: center;
    text-shadow: none;
    margin: auto;
}

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

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

.carousel-caption p.alt-text {
    color: #fff;
    font-size: 16px;
    font-family: 'Arimo', sans-serif;
}

.carousel-indicators {
    bottom: 0;
    margin-bottom: 4px;
    z-index: 102;
}

.carousel-indicators li,
.carousel-indicators li.active {
    width: 12px;
    height: 12px;
    margin: 0 2.5px;
}

.carousel-indicators li.active {
    background-color: #00315F;
}

.carousel-control {
    width: 40px;
    height: 40px;
    margin: auto;
    opacity: 1;
}

a.carousel-control.left {
    left: 15px;
}

a.carousel-control.right {
    right: 15px;
}


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


/*---------- 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 ----*/


/*----------------------------------Primary-Content*/

.event-item {
    margin-bottom: 20px;
}

.event-content {
    background-color: #F4F7F9;
    box-shadow: 0px 0px 5px 0px #BDBDBD;
    padding-bottom: 50px;
}

.event-item:nth-child(even) {
    padding-left: 0;
    clear: left;
}

.event-item:nth-child(odd) {
    padding-right: 0;
}

.event-date {
    padding: 0 15px;
    clear: both;
    display: block;
    margin-top: -29px;
    position: relative;
}

.event-date-img-wrap img {
    width: 100%;
}

.date-icon {
    float: left;
    background-color: #F4F7F9;
    padding: 6px 6px 0;
    border-top-left-radius: 2px;
}

.date-value {
    color: #fff;
    background-color: #435061;
    padding: 4px 0;
    padding-left: 37px;
    border-top-right-radius: 2px;
}

.event-title {
    padding: 12px 15px;
    font-weight: 700;
    color: #2D2D2D;
}

.event-link a {
    background-color: #00385E;
    color: #fff;
    padding: 8px 18px;
    font-weight: 700;
    font-size: 13px;
    font-family: 'Montserrat', sans-serif;
    border-radius: 2px;
    display: inline-block;
}

.event-link {
    position: absolute;
    bottom: 15px;
    margin-left: 15px;
}

.event-link a:hover,
.event-link a:focus {
    background-color: #FFC627;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    text-decoration: none;
}

#site-info-content-wrapper img {
    float: right;
    margin-left: 10px;
    margin-bottom: 5px;
}


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

.subpage {
    margin-top: 50px !important;
    padding: 40px 15px;
}


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

.footer-wrapper {
    background-color: #435061;
    padding: 28px 0;
    color: #fff;
}

.footer-wrapper a:hover,
.footer-wrapper a:focus {
    text-decoration: none;
}

.footer-wrapper .copyright {
    float: left;
    color: #fff;
    margin-top: 4px;
}

.footer-wrapper .social-media-links-wrapper {
    margin-top: 0px;
    height: 28px;
    float: right;
}


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


/*-------------------------------End-Footer Menu*/


/*--------------------------------------------------------
	UTILITIES
--------------------------------------------------------*/


/*==================================================
=            Bootstrap 3 Media Queries             =
==================================================*/


/*==========  Non-Mobile First Method  ==========*/


/* Large Devices, Wide Screens */

@media (max-width: 1200px) {
    .logo-wrapper {
        display: block;
        padding-right: 100px;
    }
    .org-name {
        display: block;
        margin-top: 0 !important;
        padding-top: 15px;
        margin-left: 35px;
    }
    .org-name a {
        display: table;
        padding-left: 33px;
    }
    .social-media-links-wrapper {
        margin-top: -70px;
    }
}


/* Medium Devices, Desktops */

@media (max-width: 992px) {
    .logo-wrapper {
        display: block;
        padding-right: 0;
    }
    .org-name a {
        display: table-cell;
        padding-top: 15px;
        line-height: 38px;
    }
    .header-wrapper .social-media-links-wrapper {
        display: none;
    }
    .carousel-caption {
        position: relative;
    }
    .homepage-wrapper h1,
    .homepage-wrapper h2,
    .homepage-wrapper h3 {
        margin-top: 60px;
    }
}


/* Small Devices, Tablets */

@media (max-width: 768px) {
    .logo-wrapper a svg {
        float: none;
        max-width: 130px !important;
        max-height: 130px !important;
        margin-left: 0px;
    }
    .header-wrapper {
        position: relative !important;
        text-align: center;
    }
    .org-name {
        /*margin: 0 !important;*/
        display: none;
    }
    /*.org-name a {
           line-height: 30px;
           padding: 0;
           font-size: 24px;
           display: inline;
        }*/
    .homepage-slideshow-wrapper {
        position: relative;
        margin-top: 50px;
    }
    .footer-wrapper .social-media-links-wrapper {
        float: none;
        text-align: center;
    }
    .footer-wrapper .copyright {
        float: none;
        color: #fff;
        margin-top: 20px;
        text-align: center;
    }
    .footer-wrapper {
        padding: 28px 0 20px;
    }
    .carousel-caption {
        min-height: 180px;
    }
}


/* Custom Screen size 600px, Phones */

@media (max-width: 600px) {
    .carousel-caption {
        padding: 10px 10px 20px;
    }
    .carousel-caption {
        min-height: 200px;
    }
}


/* Extra Small Devices, Phones */

@media (max-width: 480px) {
    .event-item {
        width: 100%;
    }
    .event-item:nth-child(even) {
        padding: 0;
    }
    .event-item:nth-child(odd) {
        padding: 0;
    }
    .carousel-caption {
        min-height: 230px;
    }
    .carousel-control {
        display: none;
    }
    #site-info-content-wrapper img {
        float: none;
        width: 100% !important;
        margin-left: 0;
        margin-bottom: 15px;
    }
}

@media (max-width: 400px) {
    .carousel-caption {
        min-height: 272px;
    }
    /* Custom, iPhone Retina */
    @media (max-width: 320px) {}