/*--------------------------------------------------------
	FONT ASSIGNMENTS
--------------------------------------------------------*/
body {
	font-family: 'Nunito Sans', sans-serif;
	font-size: 16px;
	color: #021C2B;
}
p {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 16px;
    color: #021C2B;
    margin: 0 0 22px;
}


.container{

}

/*--------------------------------------------------------
	H1 - H6
--------------------------------------------------------*/
h1, h2, h3, h4, h5 {
    font-family: 'Nunito Sans', sans-serif;
    font-weight: bold;
    color: #3a3f47;
	margin: 0px;
	padding: 0px;
    padding-bottom: 30px;
}
h1 a, h2 a, h3 a, h4 , h5 a {
    font-family: 'Nunito Sans', sans-serif;
}

h1 {
    font-size: 30px;
    color: #3a3f47;
}
h2 {
    font-size: 26px;
}
h3 {
    font-size: 24px;
    color: #3a3f47;
}
h4 {
    font-size: 20px;
}

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


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

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

.main-top-header {
    background: #36506e;
    padding: 9px 0px;
}
.member-wrap, .renew-wrap, .search-wrap {
    display: inline-block;
    vertical-align: middle;
    border-right: 1px solid #ffffff;
    padding-left: 15px;
    padding-right: 15px;
}
.main-top-header a {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    font-family: 'Nunito', sans-serif;
}
    @media (max-width: 480px) {
        .member-wrap, .renew-wrap, .search-wrap {
            padding-left: 6px;
            padding-right: 6px;
        }
        .main-top-header a {
            font-size: 15px !important;
        }
    }
    @media (max-width: 350px) {
        .main-top-header a {
            font-size: 12px !important;
            font-weight: 400 !important;
        }
    }


#main-header {
    padding: 5px 0px 0px;
}
#logo-wrap {
    position: relative;
    z-index: 2;
}
#logo-wrap svg {
    max-width: 100%;
    width: 254px;
}
#right-side-wrap {
    text-align: right;
    margin-top: 30px;
}   
    @media (min-width: 768px) and (max-width: 990px) {
        #right-side-wrap {
            margin-top: 15px;
        }
    }
    @media (max-width: 767px) {
        #right-side-wrap {
            margin-top: 15px;
        }
    }
    @media (max-width: 480px) {
        #right-side-wrap {
            margin-top: 8px;
        }
    }
    @media (max-width: 350px) {
        #right-side-wrap {
            margin-top: 6px;
        }
    }



svg#burger-menu {
    width: 33px;
    height: 20px;
}
.mobile-search-menu {
    display: inline-block;
    vertical-align: middle;
}




/*--------------------------------------------------------
					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: 50px;
    position: relative;
    z-index: 1;
    top: -15px;
}
    @media (min-width: 990px) and (max-width: 1199px) {
        .slideshow-wrap {
            margin-bottom: 0px;
        }
    }
    @media (min-width: 768px) and (max-width: 990px) {
        .slideshow-wrap {
            margin-bottom: 10px;
        }
    }
    @media (max-width: 767px) {
        .slideshow-wrap {
            margin-bottom: 20px;
        }
    }
.slideshow-wrap .container {
    width: 100%;
    padding: 0;
}
.slideshow-wrap img {
    width: 100%;
}
.slideshow-wrap [class*="col-"] {
    padding: 0;
}
#slide-container img {
    width: 100%;
}
.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', sans-serif;
    background: transparent;
    vertical-align: middle;
    text-align: center;
    padding-right: 2px;
    border: 1px solid #fff;
    border-radius: 30px;
    margin-left: 15px;
}
.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', sans-serif;
    background: transparent;
    vertical-align: middle;
    text-align: center;
    padding-left: 2px;
    border: 1px solid #fff;
    border-radius: 30px;
    margin-right: 15px;
}
    @media (max-width: 767px) {
        .carousel-control.left, .carousel-control.right {
            height: 31px;
            width: 31px;
        }
        .carousel-control.left {
            margin-left: 3px;
        }
        .carousel-control.right {
            margin-right: 3px;
        }
    }
.carousel-control img {
    width: 11px;
    height: 19px;
    margin-top: 15px;
}
    @media (max-width: 767px) {
        .carousel-control img {
            width: 6px;
            height: 14px;
            margin-top: 0px;
        }
    }
.carousel-caption {
    position: absolute;
    z-index: 100;
    background: transparent;
    left: auto;
    /*top: inherit;*/
    right: 0px;
    bottom: -122px;
    width: 100%;
    text-align: left;
    text-shadow: none;
    padding-top: 0px;
    padding-bottom: 0px;
    min-height: 190px;
}
    @media (min-width: 990px) and (max-width: 1199px) {
        .carousel-caption {
            top: 280px;
        }
    }
    @media (min-width: 768px) and (max-width: 990px) {
        .carousel-caption {
            top: 200px;
        }
    }
    @media (max-width: 767px) {
        .carousel-caption {
            background: #fff;
            display: block;
            position: static;
            width: 100%;
            height: auto !important;
            min-height: 205px !important;
            border: none;
        }
    }
    @media (max-width: 480px) {
        .carousel-caption {
            background: #fff;
            display: block;
            position: static;
            width: 100%;
            height: auto !important;
            min-height: 305px !important;
            border: none;
        }
    }
.caption-wrapper {
    max-width: 1170px;
    margin: 0 auto;
    padding-right: 15px;
    padding-left: 15px;
}
    @media (max-width: 1200px) {
        .caption-wrapper {
            max-width: 970px
        }
    }
   @media (max-width: 991px) {
        .caption-wrapper {
            max-width:750px
        }
    }
.caption-inside-wrap {
    background: #36506e;
    border-radius: 2px;
    padding: 15px 50px 30px;
}
    @media (max-width: 767px) {
        .caption-inside-wrap {
            padding: 15px 20px 30px;
        }
    }
.carousel-wrap {
    max-width: 1170px;
    margin: 0 auto;
    padding-right: 15px;
    padding-left: 15px;
}
.carousel-indicators {
    display: none;
    bottom: 15px;
    text-align: center;
    z-index: 102;
    width: 100%;
    max-width: 1170px;
    margin: auto;
    left: 0;
    right: 0;
}
.carousel-indicators li {
    width: 13px;
    height: 13px;
    border: 1px solid #fff;
    margin: 0 auto;
    margin-left: 8px;
    border-radius: 20px;
}
.carousel-indicators .active {
    width: 13px;
    height: 13px;
    margin-left: 8px;
    background: #00a751;
    border: 1px solid #fff;
}

@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: 400;
    display: block;
    color: #fff;
    font-family: 'Nunito', sans-serif;
    text-align: center;
    margin-bottom: 3px;
    word-wrap: break-word;
    overflow: hidden;
    max-height: 1.25em;
    line-height: normal;
}
    @media (max-width: 767px) {
        p.caption-text {
            max-height: 3.25em;
        }
    }
    @media (max-width: 480px) {
        p.caption-text {
            max-height: 4.25em;
        }
    }
p.alt-text {
    font-size: 16px;
    font-family: 'Nunito Sans', sans-serif;
    color: #fff;
    margin-top: 4px;
    margin-bottom: 20px;
    text-align: center;
    display: inline-block;
    word-wrap: break-word;
    overflow: hidden;
    max-height: 2.8em;
    line-height: 23px;
}
    @media (max-width: 767px) {
        p.alt-text {
            max-height: 5.8em;
        }
    }
    @media (max-width: 480px) {
        p.alt-text {
            max-height: 10.8em;
        }
    }
.carousel-caption a:hover {
    color: #fff; 
    text-decoration: none;
}
.slide-caption-btn {
    text-align: center;
    margin-bottom: 2px;
}
.slide-caption-btn a {
    background: #b1a367;
    border: 1px solid #b1a367;
    border-radius: 20px;
    color: #fff;
    padding: 9px 30px;
    font-size: 18px;
    font-weight: 600;
    font-family: 'Nunito', sans-serif;
}
.slide-caption-btn a:hover {
    color: #b1a367;
    border: 1px solid #b1a367;
    background: transparent;
}

#slide-inside-wrap {
    padding-bottom: 125px;
    overflow: hidden;
    width: 100%;
    margin: 0;
}
    @media (max-width: 767px) {
        #slide-inside-wrap {
            padding-bottom: 0px;
        }
    }
.slideshow-wrap .carousel-inner {
    overflow: inherit;
}





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


/* News and Events */

.news-item {
    border-bottom: 1px solid #ccdae2;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.event-item {
    border-left: 2px solid #a6aeb2;
    padding-left: 15px;
    margin-bottom: 30px;
}
.news-item h4, h4.event-title {
    padding-bottom: 5px;
}
a.news-title-link, a.ev-title-link {
    color: #b1a367;
    font-size: 20px;
}
a.news-title-link:hover, a.ev-title-link:hover {
    color: #ad9a4b;
    text-decoration: none;
}
.date, .event-date {
    color: #5b7a99;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Nunito', sans-serif;
    padding-bottom: 5px;
}
.view-btn {
    margin-top: 40px;
    margin-bottom: 40px;
}
.view-btn a {
    background: #b1a367;
    border: 1px solid #b1a367;
    color: #fff !important;
    border-radius: 17px;
    padding: 6px 22px;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Nunito Sans', sans-serif;
    text-decoration: none;
}
.view-btn a:hover {
    color: #b1a367 !important;
    border: 1px solid #b1a367;
    background: transparent;
}
.news-out-wrap .news-item-wrap:last-child .news-item {
    border-bottom: 0px !important;
    padding-bottom: 0px;
}
#events-section-wrap {
    margin-top: 25px;
}
.event-location {
    line-height: 16px;
}


#trial-section-wrap {
    margin-top: 90px;
}
    @media (min-width: 990px) and (max-width: 1199px) {
        #trial-section-wrap {
            margin-top: 40px;
        }
    }
    @media (min-width: 768px) and (max-width: 990px) {
        #trial-section-wrap {
            margin-top: 35px;
        }
    }
    @media (max-width: 767px) {
        #trial-section-wrap {
            margin-top: 30px;
        }
    }
#trial-section-wrap a {
    color: #ad9a4b;
    font-size: 18px;
    text-decoration: underline;
    font-weight: 600;
}
@media (min-width: 1000px) {
    #trial-img {
        width: 37%;
    }
    #trial-txt {
        width: 63%;
    }
}

#trial-img p {
    font-size: 14px;
    color: #69707c;
    padding-top: 15px;
}



/* Partners Slideshow */

#partners-slideshow-wrap {
    padding: 35px 0px;
}
#partners-slideshow-wrap .carousel-control, #partners-slideshow-wrap .carousel-indicators {
    display: none;
}
#partners-slideshow-wrap .carousel img {
    max-width: 100%;
    margin: 0 auto;
}


/* Quick Links */

.quicklinks-outside-wrap {
    background: #36506e;
    padding: 30px 0px;
}
#quicklinks-wrap {
    margin: 0 auto;
}
#quicklinks-wrap ul {
    padding: 0px 300px 0px 350px;
    margin: 0px;
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}
    @media (min-width: 990px) and (max-width: 1199px) {
        #quicklinks-wrap ul {
            padding: 0px 170px 0px 270px;
        }
    }
    @media (min-width: 768px) and (max-width: 990px) {
        #quicklinks-wrap ul {
            padding: 0px 75px 0px 175px;
        }
    }
    @media (max-width: 767px) {
        #quicklinks-wrap ul {
            padding: 0px 0px 0px 50px;
        }
    }
    @media (max-width: 560px) {
        #quicklinks-wrap ul {
            padding: 0px;
            margin: 0px;
            columns: 1;
            -webkit-columns: 1;
            -moz-columns: 1;
        }
    }
#quicklinks-wrap ul li, #quicklinks-wrap ul li a {
    color: #fff;
    font-size: 16px;
    list-style: none;
    padding-left: 10px;
    text-decoration: none;
}
#quicklinks-wrap ul li:before {
    content: "";
    display: block;
    left: -0.6em;
    position: relative;
    width: 8px;
    height: 8px;
    cursor: pointer;
    background: #b1a367;
    border: none;
    border-radius: 8px;
    top: 1em;
}


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

#subpage {
    min-height: calc(100vh - 423px);
    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: #b1a367;
    border: 1px solid #b1a367;
    color: #fff !important;
    font-size: 16px;
    font-weight: 600;
    border-radius: 16px;
    font-family: 'Nunito Sans', 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 #b1a367;
    text-decoration: none;
    color: #b1a367 !important;
    outline: none;
}
#login a {
    color: #5b7a99;
    display: block;
    margin-left: 15px;
    font-size: 14px;
    padding-bottom: 10px;
    text-decoration: underline;
}
#login a:hover, #login a:focus {
    color: #ad9a4b;
}
#login input:last-of-type{
    width: 100px;
    margin: none;
}
h6.modal-title {
    color: #3a3f47;
    font-size: 24px;
    font-weight: bold;
}


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

.footer-content-wrapper {
    background: #274059;
    color: #fff;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 16px;
    line-height: 23px;
    padding: 32px 0px 22px;
}
.footer-content-wrapper a {
    color: #fff;
    text-decoration: underline;
    font-weight: 600;
}
.footer-content-wrapper p {
    color: #fff;
    font-size: 16px;
    line-height: 23px;
    margin: 0 0 7px;
}
.footer-info-wrap {
    margin-bottom: 20px;
}

.social-menu-inside-wrap ul {
    margin: 0;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.social-menu-inside-wrap ul>li {
    display: inline-block;
}
.social-menu-inside-wrap svg {
    width: 41px;
    height: 41px;
    margin-right: 5px;
    margin-bottom: 15px;
}



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


}


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

    #slide-inside-wrap .caption-wrapper {
        padding: 0;
    }
    #right-sidebar {
        margin-top: 60px;
    }
    #partners-slideshow-wrap .carousel .item {
        margin: 0 auto;
        text-align: center;
    }
    #partners-slideshow-wrap .carousel .item img {
        margin-bottom: 20px;
    }

}

@media (min-width: 560px) and (max-width: 767px) {
    #trial-img {
        width: 40%;
    }
    #trial-txt {
        width: 60%;
    }
}

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

}


/* Safari Browser */

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

}

/* Internet Browser */

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  
    #logo-wrap svg {
        height: 105px;
    }
}