/*--------------------------------------------------------
	FONT ASSIGNMENTS
--------------------------------------------------------*/
body {
	font-family: 'Muli', sans-serif;
	font-size: 16px !important;
	color: #3d3d3d;
}
p {
    font-family: 'Arimo', sans-serif;
    font-size: 16px;
    color: #3d3d3d;
}


.container{

}

/*--------------------------------------------------------
	H1 - H6
--------------------------------------------------------*/
h1, h2, h3, h4, h5 {
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    color: #3d3d3d;
	margin: 0px;
	padding: 0px;
    padding-bottom: 10px;
}
h1 a, h2 a, h3 a, h4 , h5 a {
    font-family: 'Lato', sans-serif;
}

h1 {
    font-size: 32px;
    color: #3d3d3d;
}
h2 {
    font-size: 28px;
    color: #023f64;
}
h3 {
    font-size: 24px;
    color: #007bc2;
}
h4 {
    font-size: 20px;
}

h1.title{
	margin-top: 15px;
}
/*--------------------------------------------------------
	LINKS
--------------------------------------------------------*/
a {
	color: ;
	font-family: 'Muli', sans-serif;
    outline: none;
}
a:hover, a:focus{
	color: ;
    text-decoration: underline;
}


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

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

#main-header {
    padding: 22px 0px 0px;
}
#logo-wrap svg {
    max-width: 100%;
    width: 400px;
    margin-bottom: -20px;
    margin-left: -35px;
}
    @media (max-width: 480px) {
        #logo-wrap svg {
            margin-left: -15px;
        }
    }

#right-side-wrap {
    text-align: right;
    margin-top: 30px;
}
    @media (min-width: 768px) and (max-width: 990px) {
        #right-side-wrap {
            margin-top: 10px;
        }
    }
    @media (max-width: 480px) {
        #right-side-wrap {
            margin-top: 15px;
        }
    }



/* Search Bar */

#search-login-wrap {
    display: inline-block;
}
#search-input {
    max-width: 226px;
    display: inline-block;
    vertical-align: middle;
}
.search-main-wrap {
    display: inline-block;
    vertical-align: middle;
    margin-top: 20px;
}
.search-input {
    background: transparent;
    border: 2px solid #fff;
}
#search-input ::-webkit-input-placeholder {
   color: #6d7072;
}

#search-input :-moz-placeholder { /* Firefox 18- */
   color: #6d7072;  
}

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

#search-input :-ms-input-placeholder {  
   color: #6d7072;  
}
.icon-search:before {
    content: url("../images/search-icon.png");
}
#search-input input {
    border: 0px;
    box-shadow: none;
    height: 37px;
    color: #58704c;
    font-size: 16px;
    font-family: 'Muli', sans-serif;
    padding: 0px 15px;
}
#search-input button {
    background: transparent;
    border: 1px solid #c0d5e2;
    box-shadow: none;
    border: 0;
    color: #fff;
    padding: 0px 10px;
    height: 37px;
    border-radius: 0px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}
.input-group.search-input-wrap {
    border: 1px solid #c0d5e2;
    background: #fff;
    border-radius: 18px;
}


/* Mobile Search Bar */

li.mobile-search-wrap {
    margin-top: 50px;
    margin-bottom: 20px;
    padding-left: 0px;
    width: 238px;
}
.mobile-search-wrap input {
    border: 0px;
    box-shadow: none;
    height: 37px;
    color: #9B9B9B;
    font-size: 15px;
    font-family: 'Muli', sans-serif;
    padding: 0px 12px;
}
.mobile-search-wrap button {
    background: transparent;
    box-shadow: none;
    border: 0;
    color: #fff;
    padding: 0px 10px;
    height: 37px;
    border-radius: 0px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}
.mobile-search-wrap button:hover {
    background: transparent;
}


/* Member Login */

#login-wrap {
    display: inline-block;
    vertical-align: middle;
    float: right;
    margin-top: 16px;
}
#login-wrap a {
    background: #f9ab10;
    color: #304147;
    font-size: 15px;
    font-weight: 700;
    padding: 19px 20px 16px;
    font-family: 'Lato', sans-serif;
}
    /* saf3+, chrome1+ */
    @media screen and (-webkit-min-device-pixel-ratio:0) {
        #login-wrap a {
            padding: 18px 20px 18px;
        }
    }

#login-wrap a:hover, #login-wrap a:focus {
    background: #f9ab10;
    text-decoration: none;
    color: #304147;
}



svg#burger-menu {
    width: 32px;
    height: 18px;
}
.mobile-search-menu {
    display: inline-block;
    vertical-align: middle;
}
    @media (min-width: 768px) and (max-width: 990px) {
        .mobile-search-menu {
            margin-top: 5px;
        }
    }





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

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

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



/*--------------------------------------------------------
	INDEX / MAIN BODY
--------------------------------------------------------*/
#homepage-main {
    padding-top: 2em;
}

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



.slideshow-wrap img {
    width: 100%;
}

.slideshow-wrap a {
    text-decoration: none;
    color: #fff;
}
.carousel-control {
    margin: auto 0px;
    display: none;
}
.carousel-control.left {
    height: 46px;
    width: 46px;
    color: #fff;
    top: 0px;
    left: auto;
    line-height: normal;
    bottom: 0;
    margin: auto;
    opacity: 1;
    text-shadow: none;
    font-family: 'Muli', sans-serif;
    background: rgba(0,167,81,.5);
    vertical-align: middle;
    text-align: center;
    padding-right: 2px;
    border: 2px solid #fff;
    border-radius: 30px;
    margin-left: 15px;
}
.carousel-control.right {
    height: 46px;
    width: 46px;
    color: #fff;
    top: 0px;
    left: auto;
    right: 0px;
    line-height: normal;
    bottom: 0;
    margin: auto;
    opacity: 1;
    text-shadow: none;
    font-family: 'Muli', sans-serif;
    background: rgba(0,167,81,.5);
    vertical-align: middle;
    text-align: center;
    padding-left: 2px;
    border: 2px solid #fff;
    border-radius: 30px;
    margin-right: 15px;
}
.carousel-control img {
    width: 13px;
    height: 21px;
    margin-top: 11px;
}
.carousel-caption {
    position: absolute;
    z-index: 100;
    background: rgba(3, 58, 86, .6);
    left: auto;
    top: auto;
    right: 0px;
    bottom: 0px;
    width: 100%;
    text-align: left;
    text-shadow: none;
    padding-top: 12px;
    padding-bottom: 15px;
    min-height: 125px;
}
    @media (max-width: 767px) {
        .carousel-caption {
            background: rgba(3, 58, 86, 1);
            display: block;
            position: static;
            width: 100%;
            height: auto !important;
            min-height: 260px !important;
            border: none;
        }
    }
    @media (max-width: 480px) {
        .carousel-caption {
            min-height: 350px !important;
        }
    }
    @media (max-width: 350px) {
        .carousel-caption {
            min-height: 440px !important;
        }
    }

.carousel-wrap {
    max-width: 1170px;
    margin: 0 auto;
    padding-right: 15px;
    padding-left: 15px;
}
    @media (min-width: 1000px) {
        .carousel-wrap {
            padding-right: 50px;
            padding-left: 50px;
        }
    }
.carousel-indicators {
    bottom: 8px;
    text-align: center;
    z-index: 102;
    width: 100%;
    max-width: 1170px;
    margin: auto;
    left: 0;
    right: 0;
}
    @media (max-width: 480px) {
        .carousel-indicators {
            bottom: 13px;
        }
    }

.carousel-indicators li {
    width: 17px;
    height: 9px;
    background: #fff;
    border: 1.5px solid #fff;
    border-radius: 4px;
    margin: 0 auto;
    margin-left: 8px;
}
.carousel-indicators .active {
    background: transparent;
    width: 17px;
    height: 9px;
    margin-left: 8px;
    background: #007bc2;
    border: 1.5px solid #fff;
    border-radius: 4px;
}


@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: 32px;
    font-weight: 900;
    display: block;
    color: #fff;
    font-family: 'Lato', sans-serif;
    text-align: left;
    margin-bottom: 0px;
    word-wrap: break-word;
    overflow: hidden;
    max-height: 1.25em;
    line-height: normal;
    text-shadow: none;
    text-align: center;
}
    @media (max-width: 767px) {
        p.caption-text {
            max-height: 2.25em;  
            margin-bottom: 15px;
        }
    }
    @media (max-width: 480px) {
        p.caption-text {
            max-height: 6.25em;
            margin-bottom: 10px;
        }
    }
p.alt-text {
    font-size: 17px;
    font-family: 'Arimo', sans-serif;
    color: #fff;
    margin-bottom: 0px;
    text-align: left;
    display: inline-block;
    word-wrap: break-word;
    overflow: hidden;
    max-height: 2.8em;
    line-height: 22px;
    text-shadow: none;
    text-align: center;
}
    @media (max-width: 767px) {
        p.alt-text {
            max-height: 6.5em;  
        }
    }
    @media (max-width: 480px) {
        p.alt-text {
            max-height: 10.8em;  
        }
    }
.carousel-caption a {
    display: none;
}
.carousel-caption a:hover {
    color: #4B9699; 
    text-decoration: none;
}


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

#featured-index-wrap {
    margin-top: 40px;
}
#featured-index-wrap .col-content-wrap {
    background: #fff;
    border: 1px solid #c0d5e2;
    padding: 15px;
    min-height: 423px;
}
#featured-index-wrap .col-content-wrap:hover {
    background: #f4f7f9;
    cursor: pointer;
    border: 1px solid #c0d5e2;
    box-shadow: 0px 0px 25px rgba(58,86,102,.15);
}
#featured-index-wrap h3 a {
    font-size: 24px;
    color: #007bc2;
    text-decoration: none;
}
    @media (min-width: 768px) and (max-width: 990px) {
        #featured-index-wrap h3 a {
            font-size: 22px;
        }
    }

/* News - Events */

#news-events-wrap {
    margin-top: 70px;
}
    @media (max-width: 767px) {
        #news-events-wrap {
            margin-top: 30px;
        }
    }
.news-item {
    background: #fff;
    border: 1px solid #c0d5e2;
    padding: 15px;
    margin-bottom: 20px;
}
#news-events-wrap h2 {
    margin-bottom: 17px;
}
a.news-title-link {
    color: #304147;
    font-size: 18px;
    font-weight: bold;
    font-family: 'Lato', sans-serif;
    text-decoration: none;
}
.news-link {
    margin-top: 15px;
}
.news-link a, .news-btn a, .events-btn a {
    color: #007bc2;
    font-size: 16px;
    font-family: 'Arimo', sans-serif;
}


.event-item {
    background: #fff;
    border: 1px solid #c0d5e2;
    padding: 15px;
    margin-bottom: 20px;
}
a.ev-title-link {
    font-size: 18px;
    color: #007bc2;
    font-weight: bold;
    text-decoration: none;
}
.schedule-event-wrap span {
    padding-left: 8px;
    font-size: 15px;
    font-family: "Arimo", sans-serif;
    color: #6d7072;
}



/* Quick Links - Newsletter */

#quick-newsletter-wrap {
    margin-top: 70px;
}
    @media (max-width: 767px) {
        #quick-newsletter-wrap {
            margin-top: 40px;
        }
    }
#quick-newsletter-wrap h2 {
    margin-bottom: 17px;
}
#quicklinks-wrap ul {
    padding-left: 0px;
}
#quicklinks-wrap ul li, #quicklinks-wrap ul li a {
    color: #007bc2;
    font-size: 16px;
    font-family: 'Arimo', sans-serif;
    text-decoration: none;
    list-style: none;
    padding: 0px;
    text-align: left;
    margin-bottom: 15px;
}


#newsletter-wrap #contact label {
    display: none;
}
#newsletter-wrap #contact label[for="contactCaptcha"] {
    display: block;
}
#newsletter-wrap #contact input.form-control {
    background: #fff;
    border: 1px solid #c0d5e2;
    border-radius: 0px;
    box-shadow: none;
    height: 40px;
    color: #495459;
    font-size: 16px;
    font-family: 'Arimo', sans-serif;
}
#newsletter-wrap #contact .col-sm-offset-2.col-sm-10 {
    margin: 0;
    padding: 0;
}
#newsletter-wrap #contact input.btn.btn-default {
    background: #fcb823;
    border: 1px solid #fcb823;
    color: #304147;
    border-radius: 18px;
    padding: 7px 20px;
    font-size: 15px;
    font-weight: bold;
    font-family: 'Arimo', sans-serif;
}
#newsletter-wrap ::-webkit-input-placeholder {
   color: #304147;
}

#newsletter-wrap :-moz-placeholder { /* Firefox 18- */
   color: #304147;  
}

#newsletter-wrap ::-moz-placeholder {  /* Firefox 19+ */
   color: #304147;  
}

#newsletter-wrap :-ms-input-placeholder {  
   color: #304147;  
}
#newsletter-wrap .captcha-img {
    width: 20%;
}
#newsletter-wrap .captcha-input {
    width: 80%;
}   
    @media (min-width: 990px) and (max-width: 1199px) {
        #newsletter-wrap .captcha-input {
            width: 75%;
            margin-left: 24px;
        }
    }
    @media (min-width: 768px) and (max-width: 990px) {
        #newsletter-wrap .captcha-input {
            width: 70%;
            margin-left: 35px;
        }
    }

#newsletter-wrap .captcha-txt {
    margin-top: 15px;
}



/* Diamond, Platinum and Gold Sponsors */

#diaplatgold-sponsors-wrap {
    margin-top: 70px;
}
#diaplatgold-sponsors-wrap h2 {
    margin-bottom: 17px;
}
#diaplatgold-sponsors-wrap .carousel-indicators {
    bottom: 0px;
    text-align: center;
    z-index: 102;
    width: 100%;
    max-width: 1170px;
    margin: auto;
    left: 0;
    right: 0;
}
    @media (max-width: 767px) {
        #diaplatgold-sponsors-wrap .carousel-indicators {
            display: none;
        }
    }
#diaplatgold-sponsors-wrap .carousel-indicators li {
    width: 12px;
    height: 12px;
    background: #c0d5e2;
    border: 1.5px solid #c0d5e2;
    border-radius: 20px;
    margin: 0 auto;
    margin-left: 10px;
}
#diaplatgold-sponsors-wrap .carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin-left: 8px;
    background: #fcb823;
    border: 1.5px solid #fcb823;
    border-radius: 20px;
}
#diaplatgold-sponsors-wrap .carousel-six-caption {
    position: static;
    z-index: 100;
    background: #007bc2;
    left: auto;
    top: auto;
    right: 0px;
    bottom: 0px;
    width: 100%;
    text-align: left;
    text-shadow: none;
    padding-top: 2px;
    padding-bottom: 2px;
    margin-bottom: 40px;
}
    @media (max-width: 767px) {
        #diaplatgold-sponsors-wrap .carousel-six-caption {
            width: 55%;
            text-align: center;
            margin: 0 auto 40px;
        }
    }
#diaplatgold-sponsors-wrap p.six-caption-text {
    font-size: 15px;
    font-weight: normal;
    color: #fff;
    font-family: 'Arimo', sans-serif;
    text-align: center;
    margin: 0;
}
    @media (min-width: 768px) and (max-width: 990px) {
        #diaplatgold-sponsors-wrap p.six-caption-text {
            padding: 2px;
        }
    }
#diaplatgold-sponsors-wrap .carousel img {
    max-width: 100%;
    text-align: center;
    margin: 0 auto;
}
#diaplatgold-sponsors-wrap .carousel-control.left {
    height: 46px;
    width: 46px;
    color: #fff;
    top: 0px;
    left: auto;
    line-height: normal;
    bottom: 0;
    margin: auto;
    opacity: 1;
    text-shadow: none;
    font-family: 'Muli', sans-serif;
    background: #fcb823;
    vertical-align: middle;
    text-align: center;
    padding-right: 2px;
    border: 2px solid #fff;
    border-radius: 30px;
    margin-left: 15px;
    font-size: 27px;
}
#diaplatgold-sponsors-wrap .carousel-control.right {
    height: 46px;
    width: 46px;
    color: #fff;
    top: 0px;
    left: auto;
    right: 0px;
    line-height: normal;
    bottom: 0;
    margin: auto;
    opacity: 1;
    text-shadow: none;
    font-family: 'Muli', sans-serif;
    background: #fcb823;
    vertical-align: middle;
    text-align: center;
    padding-left: 2px;
    border: 2px solid #fff;
    border-radius: 30px;
    margin-right: 15px;
    font-size: 27px;
}



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

#subpage {
    min-height: calc(100vh - 310px);
    padding-top: 30px;
    padding-bottom: 40px;
}


/*--------------------------------------------------------
    CSS STYLE FOR MMS PAGES
--------------------------------------------------------*/





/*--------------------------------------------------------------
                        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 input {
    width: 203px!important;
    height: 30px;
    margin: 0px auto;
    margin-bottom: 10px;
    padding: 0px 15px;
    margin-left: 15px;
    background: #fff;
    font-size: 14px;
    color: #9B9B9B;
    box-shadow: none !important;
    border: 1px solid #CCCCCC;
    border-radius: 18px;
}
#login input[type="submit"] {
    background: #c47c2f;
    border: 1px solid #eda900;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    border-radius: 18px;
    font-family: 'Muli', sans-serif;
    margin-left: 10px;
    outline: none;
    text-decoration: none;
    padding: 6px 20px;
    height: auto;
}
#login input[type="submit"]:hover, #login input[type="submit"]:focus {
    background: transparent;
    border: 1px solid #c47c2f;
    text-decoration: none;
    color: #c47c2f;
    outline: none;
}
#login a {
    color: #ad600f;
    display: block;
    margin-left: 15px;
    font-size: 14px;
    padding-bottom: 10px;
    text-decoration: underline;
}
#login a:hover, #login a:focus {
    color: #4b603e;
}
#login input:last-of-type{
    width: 100px;
    margin: none;
}
h6.modal-title {
    color: #3d3d3d;
    font-size: 24px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
}


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

.footer-content-wrapper {
    background: #033a56;
    color: #fff;
    font-family: 'Arimo', sans-serif;
    font-size: 16px;
    line-height: 22px;
    padding: 37px 0px 38px;
    margin-top: 40px;
}
.footer-content-wrapper a {
    color: #007bc2;
    text-decoration: none;
    font-weight: 400;
}
.footer-content-wrapper p {
    color: #fff;
    font-family: 'Arimo', sans-serif;
    font-size: 16px;
    line-height: 22px;
}

/* Social - Mobile Menu Wrap */


.social-menu-inside-wrap {
    top: 10px;
    position: relative;
}
.social-menu-inside-wrap svg {
    width: 30px;
    height: 30px;
    margin-right: 6px;
}
.social-menu-inside-wrap ul {
    float: left;
    margin: 0;
    text-align: right;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
    @media (max-width: 767px) {
        .social-menu-inside-wrap ul {
            text-align: center;
            margin: 0 auto;
            float: none;
        }
    }
.social-menu-inside-wrap ul>li {
    float: left;
    position: relative;
    display: block;
}
    @media (max-width: 767px) {
        .social-menu-inside-wrap ul>li {
            float: none;
            display: inline-block;
        }
    }



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

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

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

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


@media (max-width: 1200px) {

}

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

}

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

}



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

    #search-login-wrap {
        margin-right: 20px;
    }
    #featured-index-wrap .col-content-wrap {
        min-height: 380px;
    }

}


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

    #resource-lib-wrap, #summit-wrap, #member-prog-wrap {
        margin-bottom: 15px;
    }
    #news-outside-wrap {
        margin-top: 35px;
    }
    #newsletter-wrap {
        margin-top: 30px;
    }
    #diaplatgold-sponsors-wrap .carousel .item {
        text-align: center;
        margin: 0 auto;
    }

    #diaplatgold-sponsors-wrap .carousel-control {
        display: block;
    }

    .footer-info-wrap {
        text-align: center;
    }
    .footer-content-wrapper .text-right {
        margin-top: 30px;
        text-align: center;
    }


}

@media (min-width: 610px) and (max-width: 767px) {
    #featured-index-wrap .col-content-wrap {
        min-height: 270px;
    }
}
@media (min-width: 520px) and (max-width: 610px) {
    #featured-index-wrap .col-content-wrap {
        min-height: 220px;
    }
}
@media (min-width: 480px) and (max-width: 767px) {
    #featured-index-wrap img {
        width: 45%;
        float: left;
    }
    #featured-index-wrap .featured-txt-wrap {
        width: 50%;
        float: left;
        margin-left: 20px;
        margin-top: -25px;
    }
}
@media (min-width: 480px) and (max-width: 520px) {
    #featured-index-wrap .col-content-wrap {
        min-height: 180px;
    }
}

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


}




/* Safari Browser */

@media only screen and (-webkit-min-device-pixel-ratio: 1) {
    ::i-block-chrome, #logo-wrap svg {
        height: 120px;
    }
}

/* Internet Browser */

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  
    #logo-wrap svg {
        width: 400px;
        height: 120px;
    }
    #login-wrap a {
        padding: 19px 20px 17px;
    }
}