/*--------------------------------------------------------
	FONT ASSIGNMENTS
--------------------------------------------------------*/
body {
	font-family: 'Nunito', sans-serif;
	font-size: 16px;
	color: #363e47;
}
p {
    font-family: 'Nunito', sans-serif;
    font-size: 16px;
    color: #363e47;
}
.container{

}
.body-wrapper {
    padding-top: 15px;
    padding-bottom: 15px;
}


/*--------------------------------------------------------
	H1 - H6
--------------------------------------------------------*/
h1, h2, h3, h4, h5 {
    font-family: 'Lora', cursive;
    font-weight: 400;
    color: #0E3E64;
	margin: 0px;
	padding: 0px;
    padding-bottom: 10px;
}
h1 a, h2 a, h3 a, h4 , h5 a {
    font-family: 'Lora', cursive;
}

h1 {
    font-size: 34px;
    color: #222e3f;
}
h2 {
    font-size: 24px;
    color: #111921;
}
h3 {
    font-size: 22px;
    color: #222e3f;
}
h4 {
    font-size: 20px;
}

h1.title{
	margin-top: 15px;
}
h1.title:empty {
    display: none;
}
/*--------------------------------------------------------
	LINKS
--------------------------------------------------------*/
a {
	color: #1B374C;
	font-family: 'Lato', sans-serif;
}
a:hover, a:focus{
	color: ;
    text-decoration: underline;
}


/*--------------------------------------------------------
	IMAGES, Objects
--------------------------------------------------------*/
img {
	border: 0px;
}

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

#top-header-wrap {
    background: url(../images/header-top.png) repeat-x 0 0;
    background-size: cover;
    display: block;
    max-width: 100%;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 150px;
}   
    @media (min-width: 768px) and (max-width: 990px) {
        #top-header-wrap {
            height: auto;
        }
    }
    @media (max-width: 767px) {
        #top-header-wrap {
            height: auto;
        }
    }


.main-header {
    padding: 20px 0px;
}
#logo-wrap svg {
    width: 265px;
    height: 120px;
    vertical-align: middle;
    max-width: 100%;
}

#right-side-wrap {
    text-align: right;
    margin: 35px 0px;
}


/* Mobile SVG burger menu */

svg#burger-menu {
    width: 30px;
    height: 22px;
}
.mobile-menu-wrap {
    display: inline-block;
    vertical-align: middle;
}



/* Social - Mobile Menu Wrap */


.social-menu-inside-wrap {
    top: 12px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.social-menu-inside-wrap ul {
    float: left;
    margin: 0;
    text-align: right;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.social-menu-inside-wrap ul>li {
    float: left;
    position: relative;
    display: block;
}
.social-menu-inside-wrap svg {
    margin-right: 8px;
    width: 26px;
    height: 26px;
}



/* Search Bar */

#search-input {
    max-width: 240px;
    display: inline-block;
    vertical-align: middle;
}
.search-main-wrap {
    display: inline-block;
    vertical-align: middle;
    margin-top: 20px;
}7
#search-input ::-webkit-input-placeholder {
   color: #222e3f;
}

#search-input :-moz-placeholder { /* Firefox 18- */
   color: #222e3f;  
}

#search-input ::-moz-placeholder {  /* Firefox 19+ */
   color: #222e3f;  
}

#search-input :-ms-input-placeholder {  
   color: #222e3f;  
}
.icon-search:before {
    content: url("../images/search-icon.png");
}
#search-input input {
    border: 0px;
    box-shadow: none;
    height: 33px;
    color: #222e3f;
    font-size: 15px;
    font-family: 'Lato', sans-serif;
    padding: 0px 15px;
    background: #fff;
    border-radius: 16px;
}
#search-input button {
    background: #df8500;
    border: 1px solid #df8500;
    box-shadow: none;
    border: 0;
    color: #fff;
    padding: 0px 10px;
    height: 33px;
    border-radius: 0px;
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
}
.input-group.search-input-wrap {
    border: 1px solid #dae4ea;
    background: #fff;
    border-radius: 16px;
}


/* Mobile Search Bar */

li.mobile-search-wrap {
    margin-top: 50px;
    margin-bottom: 10px;
    padding-left: 0px;
    width: 260px;
}
.mobile-search-wrap input {
    border: 0px;
    box-shadow: none;
    height: 33px;
    color: #222e3f;
    font-size: 15px;
    font-family: 'Lato', sans-serif;
    padding: 0px 15px;
    background: #fff;
    border-radius: 16px;
}
.mobile-search-wrap button {
    background: #df8500;
    border: 1px solid #df8500;
    box-shadow: none;
    border: 0;
    color: #fff;
    padding: 0px 10px;
    height: 33px;
    border-radius: 0px;
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
}
.mobile-search-wrap button:hover {
    background: #df8500 !important;
}
.mobile-search-wrap .input-group.search-input-wrap {
    border: transparent;
}



/* Sign In */

.signin-wrap {
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
}
.signin-wrap a {
    background: #df8500;
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: bold;
    padding: 8px 17px 11px;
    border-radius: 19px;
    text-decoration: none;
}
.signin-wrap a:hover, .signin-wrap a:focus {
    background: #0063a6;
    color: #fff;
    text-decoration: none;
}



/* Mobile Sign In */

.mobile-signin-wrap {
    vertical-align: middle;
    margin-top: 20px;
}
    @media (max-width: 767px) {
        .mobile-signin-wrap {
            display: inline-block !important;
        }
    }

.mobile-signin-wrap a {
    background: #df8500 !important;
    color: #fff !important;
    font-family: 'Lato', sans-serif !important;
    font-size: 16px !important;
    font-weight: bold !important;
    padding: 8px 17px 11px !important;
    border-radius: 19px !important;
    text-decoration: none !important;
}
.mobile-signin-wrap a:hover, .mobile-signin-wrap a:focus {
    background: #df8500 !important;
    color: #fff !important;
    text-decoration: none !important;
}



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

.navbar-nav>li a{
	color: ;
	font-family: ;
}
.nav>li>a:hover, .nav>li>a:focus {
}

/*--------------------------------------------------------
                    Mobile Navigation
--------------------------------------------------------*/



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

/*----------------Slideshow----------*/
.slideshow-wrap {
    margin-bottom: 35px;
}
.slideshow-wrap .container {
    width: 100%;
}
.slideshow-wrap img {
    width: 100%;
}
.slideshow-wrap [class*="col-"] {
    padding: 0;
}
.slideshow-wrap a {
    text-decoration: none;
}
.carousel-control {
    margin: auto 0px;
}
.carousel-control.left {
    height: 51px;
    width: 51px;
    color: #fff;
    top: 0px;
    left: auto;
    line-height: normal;
    bottom: 0;
    margin: auto;
    opacity: 1;
    text-shadow: none;
    font-family: 'Nunito', sans-serif;
    background: rgba(255,153,153,.5);
    vertical-align: middle;
    text-align: center;
    padding-right: 2px;
    border: 2px solid #fff;
    border-radius: 30px;
    margin-left: 15px;
    display: none;
}
.carousel-control.right {
    height: 51px;
    width: 51px;
    color: #fff;
    top: 0px;
    left: auto;
    right: 0px;
    line-height: normal;
    bottom: 0;
    margin: auto;
    opacity: 1;
    text-shadow: none;
    font-family: 'Nunito', sans-serif;
    background: rgba(255,153,153,.5);
    vertical-align: middle;
    text-align: center;
    padding-left: 2px;
    border: 2px solid #fff;
    border-radius: 30px;
    margin-right: 15px;
    display: none;
}
    
.carousel-control img {
    width: 11px;
    height: 19px;
    margin-top: 15px;
}
    @media (max-width: 767px) {
        .carousel-control img {
            width: 6px;
            height: 11px;
            margin-top: -3px;
        }
    }

.carousel-caption {
    position: absolute;
    z-index: 100;
    background: rgba(54, 62, 71, .7);
    left: auto;
    top: auto;
    right: 0px;
    bottom: 0px;
    width: 100%;
    text-align: left;
    text-shadow: none;
    padding-top: 10px;
    padding-bottom: 6px;
    min-height: 135px;
    padding-left: 15px;
    padding-right: 15px;
}
    @media (min-width: 768px) and (max-width: 990px) {
        .carousel-caption {
            display: block;
            position: static;
            width: 100%;
            height: auto !important;
            min-height: 138px !important;
            border: none;
        }
    }
    @media (max-width: 767px) {
        .carousel-caption {
            display: block;
            position: static;
            width: 100%;
            height: auto !important;
            min-height: 225px !important;
            border: none;
        }
    }
    @media (max-width: 640px) {
        .carousel-caption {
            min-height: 250px !important;
        }
    }
    @media (max-width: 510px) {
        .carousel-caption {
            min-height: 270px !important;
        }
    }
    @media (max-width: 480px) {
        .carousel-caption {
            min-height: 210px !important;
        }
    }
    @media (max-width: 350px) {
        .carousel-caption {
            min-height: 290px !important;
        }
    }
.carousel-wrap {
    max-width: 1170px;
    margin: 0 auto;
    padding-right: 15px;
    padding-left: 15px;
}
.carousel-indicators {
    bottom: 15px;
    text-align: left;
    z-index: 102;
    width: 100%;
    max-width: 1170px;
    margin: auto;
    left: 0;
    right: 0;
    padding-left: 7px;
    display: none;
}
.carousel-indicators li {
    width: 12px;
    height: 12px;
    background: #fff;
    border: 1px solid #fff;
    border-radius: 20px;
    margin: 0 auto;
    margin-left: 8px;
}
.carousel-indicators .active {
    background: transparent;
    width: 12px;
    height: 12px;
    margin-left: 8px;
    background: #ff9999;
    border: 1px solid #fff;
    border-radius: 20px;
}


@media (min-width: 990px) and (max-width: 1199px) {
    .carousel-caption{
        
    }
}
@media (max-width: 990px){
    .carousel-caption{
        
    }
    #slide-row .col-md-12{
        
    }
}
p.caption-text {
    font-size: 30px;
    font-weight: 600;
    display: block;
    color: #fff;
    font-family: 'Nunito', sans-serif;
    text-align: left;
    margin-bottom: 3px;
    word-wrap: break-word;
    overflow: hidden;
    max-height: 1.25em;
    line-height: normal;
}
    @media (min-width: 700px) and (max-width: 767px) {
        p.caption-text {
            max-height: 1.5em;
        }
    }
    @media (max-width: 700px) {
        p.caption-text {
            max-height: 2.7em;
        }
    }
    @media (max-width: 480px) {
        p.caption-text {
            max-height: 2.5em;
        }
    }
    @media (max-width: 380px) {
        p.caption-text {
            max-height: 3.8em;
        }
    }

p.alt-text {
    font-size: 18px;
    font-family: 'Nunito', sans-serif;
    color: #fff;
    margin-bottom: 30px;
    text-align: left;
    display: inline-block;
    word-wrap: break-word;
    overflow: hidden;
    max-height: 2.5em;
    line-height: 22px;
}
    @media (max-width: 767px) {
        p.alt-text {
            max-height: 4.9em;
        }
    }
    @media (max-width: 640px) {
        p.alt-text {
            max-height: 6.1em;
        }
    }
    @media (max-width: 515px) {
        p.alt-text {
            max-height: 7.3em;
        }
    }
    @media (max-width: 450px) {
        p.alt-text {
            max-height: 8.5em;
        }
    }
    @media (max-width: 348px) {
        p.alt-text {
            max-height: 10.8em;
        }
    }
.carousel-caption a {
    display: none;
}
.carousel-caption a:hover {
    color: #fff; 
    text-decoration: none;
}



/* Main Slideshow */


#main-slideshow-wrap .carousel img {
    width: 100%;
    margin: 0 auto;
}
#main-slideshow-wrap .carousel-control img {
    width: 10px;
    height: 17px;
}
    @media (max-width: 480px) {
        #main-slideshow-wrap .carousel-control img {
            width: 5px;
            height: 9px;
        }
    }

#main-slideshow-wrap .carousel-control {
    display: block;
    padding-top: 3px;
}
    @media (max-width: 480px) {
        #main-slideshow-wrap .carousel-control {
            padding-top: 0px;
        }
    }

#main-slideshow-wrap .carousel-control.left {
    height: 42px;
    width: 42px;
    color: #fff;
    top: 0px;
    left: auto;
    line-height: normal;
    bottom: 0;
    margin: auto;
    opacity: 1;
    text-shadow: none;
    font-family: 'Nunito', sans-serif;
    background: transparent;
    vertical-align: middle;
    text-align: center;
    padding-right: 2px;
    border: 2px solid #fff;
    border-radius: 30px;
    margin-left: 15px;
}
#main-slideshow-wrap .carousel-control.right {
    height: 42px;
    width: 42px;
    color: #fff;
    top: 0px;
    left: auto;
    right: 0px;
    line-height: normal;
    bottom: 0;
    margin: auto;
    opacity: 1;
    text-shadow: none;
    font-family: 'Nunito', sans-serif;
    background: transparent;
    vertical-align: middle;
    text-align: center;
    padding-left: 2px;
    border: 2px solid #fff;
    border-radius: 30px;
    margin-right: 15px;
}
    @media (max-width: 480px) {
        #main-slideshow-wrap .carousel-control.left,
        #main-slideshow-wrap .carousel-control.right {
            height: 35px;
            width: 35px;
        }
    }


/* sponsor-slideshow-wrap */

#sponsor-slideshow-wrap h2 {
    background: #3b4c5b;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 18px;
    text-align: center;
    padding: 10px 0px;
    border-bottom: 20px solid #007bc2;
    line-height: 23px;
}
#sponsor-slideshow-wrap h2 span {
    font-weight: 700;
    text-transform: uppercase;
}


/* platinum sponsor */

#platinum-ponsor-slideshow-wrap .carousel-caption {
    display: none;
}
#platinum-ponsor-slideshow-wrap .col-content-wrap {
    background: #fff;
    border: 1px solid #dae4ea;
    padding: 24px 0px 20px;
}
#platinum-ponsor-slideshow-wrap .carousel img {
    margin: 0 auto;
    text-align: center;
    max-width: 100%;
    padding: 0px 5px;
}
#platinum-ponsor-slideshow-wrap h2 {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 14px;
    text-align: center;
    padding: 5px 5px 0px;
    color: #3b4c5b;
}



/* six slideshow */

#six-sponsor-slideshow-wrap .carousel-caption {
    display: none;
}
#six-sponsor-slideshow-wrap .carousel-inner {
    border: 1px solid #dae4ea;
    border-top: 0;
    border-bottom: 0;
}
#six-sponsor-slideshow-wrap .col-sm-2 {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #dae4ea;
}   
    @media (min-width: 768px) and (max-width: 990px) {
        #six-sponsor-slideshow-wrap .col-sm-2 {
            width: 33.33333333%;
            display: inline-block;
            border: none;
        }
        #six-sponsor-slideshow-wrap .carousel img {
            max-width: 100%;
        }
        #platinum-ponsor-slideshow-wrap .col-content-wrap,
        #six-sponsor-slideshow-wrap .carousel-inner {
            border: none;
        }
    }
    @media (max-width: 767px) {
        #six-sponsor-slideshow-wrap .col-sm-2 {
            width: 33.33333333%;
            display: inline-block;
            border: none;
        }
        #six-sponsor-slideshow-wrap .carousel img {
            max-width: 100%;
        }
        #platinum-ponsor-slideshow-wrap .col-content-wrap,
        #six-sponsor-slideshow-wrap .carousel-inner {
            border: none;
        }

    }
    @media (max-width: 580px) {
        #six-sponsor-slideshow-wrap .col-sm-2 {
            width: 50%;
        }
        #six-sponsor-slideshow-wrap .carousel img {
            max-width: 100%;
        }
        #platinum-ponsor-slideshow-wrap .col-content-wrap,
        #six-sponsor-slideshow-wrap .carousel-inner {
            border: none;
        }
    }
#six-sponsor-slideshow-wrap .carousel img {
    margin: 0 auto;
    text-align: center;
    padding: 15px 5px;
    max-width: 100%;
}





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




/*--------------------------------------------------------
	CSS STYLE FOR HOME PAGE CONTENT
--------------------------------------------------------*/


/* Featured Boxes */

#featured-link-wrap {
    margin-top: 35px;
    margin-bottom: 35px;
    color: #111921;
    font-size: 16px;
    font-weight: bold;
    font-family: 'Nunito Sans', sans-serif;
}
#featured-link-wrap .col-inside-wrap {
    border-bottom: 20px solid #0063a6;
    padding-bottom: 35px;
}
#featured-link-wrap .col-content-wrap {
    padding: 30px 5px;
    background: #fff;
    border: 1px solid #f5f5f7;
    box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.2);
    text-align: center;
    color: #111921;
    font-size: 16px;
    font-weight: bold;
    font-family: 'Nunito Sans', sans-serif;
    min-height: 275px;
}
    @media (min-width: 768px) and (max-width: 990px) {
        #featured-link-wrap .col-content-wrap {
            min-height: 290px;
        }
    }
    @media (max-width: 767px) {
        #featured-link-wrap .col-content-wrap {
            box-shadow: none;
            border: 0px;
        }
    }
    @media (max-width: 480px) {
        #featured-link-wrap .col-content-wrap {
            min-height: 240px;
            padding: 15px 5px;
        }
    }
    
#featured-link-wrap .col-content-wrap a {
    color: #111921;
    font-size: 16px;
    font-weight: bold;
    font-family: 'Nunito Sans', sans-serif;
}
#featured-link-wrap .col-content-wrap img {
    text-align: center;
    margin: 0 auto;
    padding-bottom: 15px;
}


/* Welcome Section */

#welcome-section-wrap {
    margin-bottom: 30px;
}
#welcome-section-wrap p {
    color: #222e3f;
    line-height: 25px;
    margin: 0 0 20px;
}


/* Events Section */

#events-section-wrap {
    margin-bottom: 30px;
}
#events-section-wrap h2 {
    margin-bottom: 15px;
}
.event-details-wrap {
    display: inline-block;
    vertical-align: top;
    position: relative;
    top: -2px;
    font-size: 14px;
}
.event-label-col {
    width: 18%;
    display: inline-block;
    vertical-align: text-top;
}
.event-content-col {
    width: 80%;
    display: inline-block;
    vertical-align: text-top;
}
.event-label-col ul, .event-content-col ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.event-content-col ul li:before {
    margin-right: 10px;
    background-color: #dadfe5;
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 3%;
}
.event-content-col ul li span {
    font-size: 14px;
    display: inline-block;
    width: 90%;
    vertical-align: text-top;
}
    @media (min-width: 990px) and (max-width: 1199px) {
        .event-content-col ul li span {
            width: 85%;
        }
        .event-content-col ul li:before {
            margin-left: 10px;
            margin-right: 5px;
        }
    }
    @media (max-width: 360px) {
        .event-content-col ul li span {
            width: 86%;
            font-size: 13px;
        }
        .event-content-col ul li:before {
            margin-left: 10px;
            margin-right: 5px;
        }
    }

#events-section-wrap .event-item {
    margin-bottom: 20px;
    border-bottom: 1px solid #c0c6cc;
    padding-bottom: 10px;
}
#events-section-wrap .event-item:last-child {
    border-bottom: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

a.ev-title-link {
    color: #222e3f;
    font-size: 17px;
    font-weight: normal;
    text-decoration: none;
    font-family: 'Lora', sans-serif;
    text-transform: none;
    line-height: 22px;
    display: inline-block;
    border-left: 4px solid #c0c6cc;
    padding-left: 10px;
}
a.ev-title-link:hover {
    text-decoration: underline;
    color: #007bc2;
    border-left: 4px solid #007bc2;
}


#maps-twitter-newsletter-wrap {
    margin-top: 30px;
}


/* Twitter */

#twitter-widget-0 {
    border: 1px solid #E0E0E0 !important;
    border-radius: 3px;
    background-color: #fff;
   /* max-width: 500px !important; */
    margin: auto;
    display: block !important;
    width: 100% !important;
}


/* Newsletter */

#newsletter-section-wrap h3 {
    font-size: 24px;
    color: #222e3f;
    margin-bottom: 15px;
}
#newsletter-section-wrap #contact label[for="contactCaptcha"] {
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}
    @media (min-width: 990px) and (max-width: 1199px) {
        #newsletter-section-wrap #contact label[for="contactCaptcha"] {
            width: 41.66666667%;
        }
    }
#newsletter-section-wrap #contact label {
    display: none;
}
#newsletter-section-wrap #contact .form-group {
    margin-bottom: 10px;
}
#newsletter-section-wrap #contact input.form-control {
    background: #fff;
    border: 1px solid #c0c6cc;
    border-radius: 0px;
    box-shadow: none;
    height: 36px;
    color: #667b87;
    font-size: 16px;
}
#newsletter-section-wrap #contact p {
    color: #3b4c5b;
    font-size: 15px;
    padding-top: 7px;
}
    @media (min-width: 768px) and (max-width: 990px) {
        #newsletter-section-wrap #contact p {
            padding-top: 0px;
            margin-bottom: 5px;
        }
    }

#newsletter-section-wrap #contact .col-sm-offset-2.col-sm-10 {
    margin: 0;
    padding: 0;
}
#newsletter-section-wrap #contact input.btn.btn-default {
    background: #007bc2;
    color: #fff;
    border-radius: 1px;
    padding: 8px 17px;
    font-size: 15px;
    border: 0px !important;
    margin-top: 20px;
}
    @media (min-width: 768px) and (max-width: 990px) {
        #newsletter-section-wrap #contact input.btn.btn-default {
            margin-top: 0px;
        }
    }
#newsletter-section-wrap #contact input.btn.btn-default:hover {
    background: #df8500;
}
.captchaInputWrap {
    width: 66.66666667%;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 5px;
}
    @media (min-width: 990px) and (max-width: 1199px) {
        .captchaInputWrap {
            width: 58.33333333%;
            padding-left: 15px;
        }
    }
    @media (min-width: 768px) and (max-width: 990px) {
        .captchaInputWrap {
            width: 100%;
            padding-left: 15px;
        }
    }
    @media (max-width: 767px) {
        .captchaInputWrap {
            width: 58.33333333%;
            margin-bottom: 25px;
        }
    }



/* Quick Links */


#quicklinks-wrap {
    margin-top: 55px;
}
#quicklinks-wrap h2 {
    margin-bottom: 5px;
    color: #222e3f;
    font-size: 24px;
}
#quicklinks-wrap ul {
    margin: 0;
    padding: 0;
}
#quicklinks-wrap ul li {
    list-style: none;
    margin: 0;
}
#quicklinks-wrap ul li a {
    color: #df8500;
    font-size: 16px;
    display: block;
    text-decoration: underline;
    padding: 8px 0px;
}
#quicklinks-wrap ul li a:hover, #quicklinks-wrap ul li a:focus {
    color: #0063a6;
}





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

#subpage {
   /* min-height: calc(100vh - 335px);*/
    padding-top: 30px;
    padding-bottom: 30px;
}

/*--------------------------------------------------------
    MMS GRID PAGE
--------------------------------------------------------*/

#mheader_5_wrapper .container {
    width: auto !important;
}


/*--------------------------------------------------------------
                        Modal Log In
--------------------------------------------------------------*/
.modal{
    overflow-y: visible;
}
.modal-dialog{
    max-width: 280px;
    margin: 50px auto;
}
.modal-header{
    text-align: center;
}
.modal-body {
    padding: 15px 23px;
}
.login-form input {
    width: 203px!important;
    height: 30px;
    margin: 0px auto;
    margin-bottom: 10px;
    padding: 0px 15px;
    margin-left: 15px;
    background: #fff;
    font-size: 15px;
    color: #9B9B9B;
    box-shadow: none !important;
    border: 1px solid #CCCCCC;
    border-radius: 18px;
}
.login-form input[type="submit"] {
    background: #df8500;
    border: 1px solid #df8500;
    color: #fff;
    font-size: 17px;
    font-weight: normal;
    border-radius: 19px;
    font-family: 'Nunito', sans-serif;
    margin-left: 10px;
    outline: none;
    text-decoration: none;
    padding: 4px 20px;
    height: auto;
}
.login-form input[type="submit"]:hover, .login-form input[type="submit"]:focus {
    background: #0063a6;
    border: 1px solid #0063a6;
    text-decoration: none;
}
.login-form a {
    color: #0063a6;
    font-size: 14px;
    display: block;
    margin-left: 15px;
    padding-bottom: 10px;
    text-decoration: underline;
}
.login-form a:hover, .login-form a:focus {
    color: #df8500;
}
.login-form input:last-of-type{
    width: 100px;
    margin: none;
}
h6.modal-title {
    color: #222e3f;
    font-size: 24px;
    font-weight: 400;
    font-family: 'Lora', cursive;
}


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

.footer-content-wrapper {
    background: #0063a6;
    color: #fff;
    font-family: 'Nunito', sans-serif;
    font-size: 16px;
    line-height: 28px;
    padding: 32px 0px 19px;
    margin-top: 35px;
}
.footer-content-wrapper p {
    color: #fff;
    font-size: 16px;
}
.footer-content-wrapper a {
    text-decoration: underline;
    color: #fff;
}
.footer-content-wrapper .text-left span {
    font-weight: bold;
}



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

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

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

/*----------- MEDIA QUERY --------------------*/

@media (min-width: 1332px) and (max-width: 1365px) {
    #top-header-wrap{
        height: auto;
        padding-bottom: 15px;
    }
}

@media (max-width: 1200px) {

}

@media (min-width: 1000px) {
	.container {}

    .mobile-menu-wrap {
        display: none;
    }

}

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

}


@media (max-width: 991px) {

}


@media (min-width: 768px) and (max-width: 990px) {
	.container {}

    .main-header {
        padding: 15px 0px;
    }
    .org-logo-wrap img {
        width: 120px;
    }
    #welcome-section-wrap {
        margin-bottom: 0px;
    }
    #right-index-wrap {
        margin-top: 50px;
    }
    #quicklinks-wrap {
        margin-top: 0px;
    }
}


@media (max-width: 767px) {
	.container {}

    #twitter-section-wrap, #newsletter-section-wrap, #right-index-wrap {
        margin-top: 50px;
    }
    .footer-details-wrap, .footer-content-wrapper p {
        text-align: left;
    }
}

@media (min-width: 580px) and (max-width: 767px) {

    #quicklinks-wrap ul {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 0px;
        -moz-column-gap: 0px;
        column-gap: 0px;
    }

}

@media (max-width: 560px) {

    
}

@media (max-width: 480px) {
    .container {}

}

@media (max-width: 350px) {

}


/* Safari Browser */

@media only screen and (-webkit-min-device-pixel-ratio: 1) {
     ::i-block-chrome, .div {
        
     }
}

/* Internet Browser */

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  


}