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


.container{

}

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

h1 {
    font-size: 34px;
    color: #2b3442;
}
h2 {
    font-size: 30px;
}
h3 {
    font-size: 24px;
    color: #021C2B;
}
h4 {
    font-size: 20px;
}

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


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

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

#main-header {
    padding: 10px 0px;
}
    @media (max-width: 480px) {
        #main-header {
            padding: 0px 0px;
        }
    }
#logo-wrap svg {
    max-width: 100%;
    width: 218px;
    height: 94px;
}
svg#main-logo .cls-6 {
    fill: #0D5EAF !important;
}
#right-side-wrap {
    text-align: right;
    margin-top: 30px;
}
    @media (max-width: 480px) {
        #right-side-wrap {
            margin-top: 40px;
        }
    }


/* Languages */

.language-wrap {
    display: inline-block;
    margin-right: 15px;
}
.lang-french {
    margin-right: 8px;
}
.lang-french, .lang-english {
    display: inline-block;
}
.lang-french a, .lang-english a {
    background: transparent;
    border: 1px solid #00a751;
    color: #00a751;
    font-size: 15px;
    font-weight: 400;
    padding: 8px 18px;
    border-radius: 18px;
    font-family: 'Nunito Sans', sans-serif;
    outline: none;
}
.lang-french a:hover, .lang-french a:focus,
.lang-english a:hover, .lang-english a:focus {
    background: #00a751;
    border: 1px solid #00a751;
    color: #fff;
    text-decoration: none;
}



/* Find a Podiatrist */

.find-pod-wrap {
    display: inline-block;
    margin-right: 10px;
}
.find-pod-wrap a {
    background: #0D5EAF;
    border: 1px solid #0D5EAF;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    padding: 6px 24px;
    border-radius: 18px;
    font-family: 'Nunito Sans', sans-serif;
}
.find-pod-wrap a:hover, .find-pod-wrap a:focus {
    background: transparent;
    border: 1px solid #0D5EAF;
    text-decoration: none;
    color: #0D5EAF;
}

li a.mobile-find-pod {
    background: #0D5EAF !important;
    border: 1px solid #0D5EAF !important;
    color: #fff !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    padding: 6px 10px !important;
    border-radius: 18px !important;
    margin-bottom: 25px;
    width: 160px !important;
    text-align: center;
}
    @media (min-width: 768px) and (max-width: 990px) {
        li a.mobile-find-pod {
            margin-top: 35px;
        }
    }
li a.mobile-find-pod:hover, li a.mobile-find-pod:focus {
    background: transparent !important;
    border: 1px solid #0D5EAF !important;
    text-decoration: none !important;
    color: #0D5EAF !important;
}



/* Search Bar */

#search-login-wrap {
    display: inline-block;
}
#search-input {
    max-width: 230px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.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: #546168;
}

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

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

#search-input :-ms-input-placeholder {  
   color: #546168;  
}
.icon-search:before {
    content: url("../images/search-icon.png");
}
#search-input input {
    border: 0px;
    box-shadow: none;
    height: 33px;
    color: #546168;
    font-size: 15px;
    font-family: 'Nunito Sans', sans-serif;
    padding: 0px 12px;
}
#search-input button {
    background: transparent;
    border: 1px solid #6D5753;
    box-shadow: none;
    border: 0;
    color: #fff;
    padding: 0px 10px;
    height: 33px;
    border-radius: 0px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}
.input-group.search-input-wrap {
    border: 1px solid #CCCCCC;
    background: #fff;
    border-radius: 18px;
}


/* Mobile Search Bar */

li.mobile-search-wrap {
    margin-top: 35px;
    margin-bottom: 15px;
    padding-left: 0px;
    width: 260px;
}
.mobile-search-wrap input {
    border: 0px;
    box-shadow: none;
    height: 31px;
    color: #546168;
    font-size: 15px;
    font-family: 'Nunito Sans', sans-serif;
    padding: 0px 12px;
}
.mobile-search-wrap button {
    background: transparent;
    box-shadow: none;
    border: 0;
    color: #fff;
    padding: 0px 10px;
    height: 31px;
    border-radius: 0px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}
.mobile-search-wrap button:hover, .mobile-search-wrap button:focus {
    background: transparent;
    color: transparent;
}



/* Member Login */

.login-mobilemenu-wrap {
    text-align: right;
    float: right;
    margin-top: 12px;
}

@media (min-width: 768px) and (max-width: 990px) {
    .login-mobilemenu-wrap {
        margin-top: 12px;
    }
}

@media (max-width: 767px) {
    .login-mobilemenu-wrap {
        margin-top: 12px;
    }
}

.login-wrap {
    display: inline-block;
    vertical-align: middle;
}

.login-wrap a {
    background: #0D5EAF;
    border: 1px solid #0D5EAF;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    padding: 5px 24px;
    border-radius: 18px;
    font-family: 'Nunito Sans', sans-serif;
}

.login-wrap a:hover, .login-wrapp a:focus {
    background: transparent;
    border: 1px solid #0D5EAF;
    text-decoration: none;
    color: white;
}

@media (min-width: 990px) and (max-width: 1201px) {
    .login-wrap a {
        padding: 5px 10px;
    }
}

@media (min-width: 768px) and (max-width: 990px) {
    .login-wrap {
        margin-right: 10px;
    }
}
@media (max-width: 767px) {
    .login-wrap {
        margin-right: 10px;
    }
}
/* Mobile Member Login */

.mobile-login a {
    background: #00a751 !important;
    border: 1px solid #00a751 !important;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    padding: 8px 19px !important;
    border-radius: 18px;
    font-family: 'Nunito Sans', sans-serif;
    border-bottom: 0px !important;
    width: 150px !important;
}



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



/* Social - Mobile Menu Wrap */


.social-media-wrap {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.social-media-wrap ul {
    float: left;
    margin: 0;
    text-align: right;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.social-media-wrap ul>li {
    float: left;
    position: relative;
    display: block;
    margin-right: 5px;
}
.social-media-wrap svg {
    width: 35px;
    height: 35px;
}
    @media (max-width: 480px) {
        .social-media-wrap svg {
            width: 25px;
            height: 25px;
        }
    }

.social-media-wrap svg .cls-1 {
    fill: #0D5EAF !important;
    stroke: #0D5EAF !important;
}
.social-media-wrap a:hover svg#fb-icon .cls-1, .social-media-wrap a:hover svg#twitter-x-icon .cls-1,
.social-media-wrap a:hover svg#linkedin-icon .cls-1, .social-media-wrap a:hover svg#ig-icon .cls-1 {
    fill: transparent !important;
    stroke: #0D5EAF !important;
}
.social-media-wrap a:hover svg#fb-icon .cls-2, .social-media-wrap a:hover svg#twitter-x-icon .cls-2,
.social-media-wrap a:hover svg#linkedin-icon .cls-2, .social-media-wrap a:hover svg#ig-icon .cls-2 {
    fill: #0D5EAF !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: 50px;
}
.slideshow-wrap .container {
    width: 100%;
    padding: 0;
}
.slideshow-wrap img {
    width: 100%;
}
.slideshow-wrap a:hover, .slideshow-wrap a:focus {
    color: #fff;
    text-decoration: none;
}
.slideshow-wrap .container .row {
    margin: 0;
}
.slideshow-wrap [class*="col-"] {
    padding: 0;
}

.carousel-control {
    margin: auto 0px;
}
.carousel-control.left {
    height: 40px;
    width: 40px;
    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: rgba(64,64,64,.5);
    vertical-align: middle;
    text-align: center;
    padding-right: 2px;
    border: 1px solid #fff;
    border-radius: 30px;
    margin-left: 15px;
}
.carousel-control.right {
    height: 40px;
    width: 40px;
    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: rgba(64,64,64,.5);
    vertical-align: middle;
    text-align: center;
    padding-left: 2px;
    border: 1px solid #fff;
    border-radius: 30px;
    margin-right: 15px;
}
    @media (min-width: 768px) and (max-width: 990px) {
        .carousel-control.left, .carousel-control.right {
            bottom: 30%;
        }
    }
    @media (max-width: 767px) {
        .carousel-control.left, .carousel-control.right {
            bottom: 50%;
        }
    }
    @media (max-width: 360px) {
        .carousel-control.left, .carousel-control.right {
            bottom: 60%;
        }
    }
.carousel-control:hover {
    background: rgba(13,94,175,.7);
}
.carousel-control img {
    width: 8px;
    height: 14px;
    margin-top: 12px;
}
.carousel-caption {
    position: absolute;
    z-index: 100;
    left: 0px;
    top: auto;
    right: 0px;
    bottom: 25px;
    width: 58.5%;
    text-align: left;
    text-shadow: none;
    padding-top: 5px;
    padding-bottom: 5px;
    min-height: 82px;
    padding-left: 20px;
    padding-right: 20px;
}
    @media (min-width: 990px) and (max-width: 1199px) {
        .carousel-caption {
            width: 72%;
        }
    }
    @media (min-width: 768px) and (max-width: 990px) {
        .carousel-caption {
            background: rgba(43, 52, 66,.8);
            display: block;
            position: static;
            width: 100%;
            height: auto !important;
            min-height: 110px !important;
            border: none;
        }
    }
    @media (max-width: 767px) {
        .carousel-caption {
            background: rgba(43, 52, 66,.8);
            display: block;
            position: static;
            width: 100%;
            height: auto !important;
            min-height: 110px !important;
            border: none;
        }
    }
    @media (max-width: 767px) {
        .carousel-caption {
            min-height: 130px !important;
        }
    }
    /* @media (max-width: 628px) {
        .carousel-caption {
            min-height: 200px !important;
        }
    }
    @media (max-width: 480px) {
        .carousel-caption {
            min-height: 210px !important;
        }
    }
    @media (max-width: 350px) {
        .carousel-caption {
            min-height: 200px !important;
        }
    }
    @media (max-width: 320px) {
        .carousel-caption {
            min-height: 255px !important;
        }
    } */

.caption-wrapper {
    max-width: 1170px;
    margin: 0 auto;
    padding: 20px;
    background: rgba(43, 52, 66, .6);
    width: 100.5%;
    text-align: left;
    margin-left: 85px;
}
    @media (min-width: 990px) and (max-width: 1199px) {
        .caption-wrapper {
            margin-left: 15px;
        }
    }
    @media (min-width: 768px) and (max-width: 990px) {
        .caption-wrapper {
            padding-left: 0;
            padding-right: 0;
            background: transparent;
            margin-left: 0px;
        }
    }
    @media (max-width: 767px) {
        .caption-wrapper {
            padding-left: 0;
            padding-right: 0;
            background: transparent;
            margin-left: 0px;
        }
    }
.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: 28px;
    font-weight: bold;
    display: block;
    color: #fff;
    font-family: 'Nunito Sans', sans-serif;
    text-align: left;
    margin-bottom: 5px;
    word-wrap: break-word;
    overflow: hidden;
    max-height: 1.25em;
    line-height: normal;
}
    @media (max-width: 628px) {
        p.caption-text {
            max-height: 3em;
        }
    }
    @media (max-width: 480px) {
        p.caption-text {
            max-height: 2.8em !important;
        }
    }
    @media (max-width: 350px) {
        p.caption-text {
            max-height: 2.8em !important;
        }
    }
    @media (max-width: 320px) {
        p.caption-text {
            max-height: 3.5em !important;
            line-height: 32px !important;
        }
    }
p.alt-text {
    font-size: 15px;
    font-family: 'Nunito Sans', sans-serif;
    color: #fff;
    margin-bottom: 15px;
    text-align: left;
    display: inline-block;
    word-wrap: break-word;
    overflow: hidden;
    max-height: 2.8em;
    line-height: 22px;
}
    @media (max-width: 628px) {
        p.alt-text {
            max-height: 2.8em;
        }
    }
    @media (max-width: 620px) {
        p.alt-text {
            max-height: 4.7em !important;
        }
    }
    @media (max-width: 480px) {
        p.alt-text {
            max-height: 4.5em !important;
        }
    }
    @media (max-width: 350px) {
        p.alt-text {
            max-height: 5.8em !important;
        }
    }
    @media (max-width: 320px) {
        p.alt-text {
            max-height: 7.2em !important;
        }
    }
.carousel-caption a {
    display: none;
}
.carousel-caption a:hover {
    color: #fff; 
    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-inside-wrap {
    margin-bottom: 20px;
    text-align: center;
}
    @media (min-width: 560px) and (max-width: 767px) {
        #featured-inside-wrap {
            margin-bottom: 30px;
            text-align: center;
            width: 50%
        }
    }
    @media (max-width: 560px) {
        #featured-inside-wrap {
            margin-bottom: 30px;
            text-align: center;
        }
    }
#featured-inside-wrap img {
    margin-bottom: 15px;
    border: 1px solid #dfe3e5;
}
    @media (max-width: 560px) {
        #featured-inside-wrap img {
            margin: 0 auto;
        }
    }
#featured-inside-wrap a {
    color: #0D5EAF;
    font-size: 20px;
    font-weight: bold;
    text-decoration: underline;
}
    @media (min-width: 560px) and (max-width: 767px) {
        #featured-inside-wrap a {
            font-size: 18px;
        }
    }




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

#subpage {
    min-height: calc(100vh - 291px);
    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: #0D5EAF;
    border: 1px solid #0D5EAF;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    border-radius: 18px;
    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 #0D5EAF;
    text-decoration: none;
    color: #0D5EAF;
    outline: none;
}
#login a {
    color: #2b3442;
    display: block;
    margin-left: 15px;
    font-size: 14px;
    padding-bottom: 10px;
    text-decoration: underline;
}
#login a:hover, #login a:focus {
    color: #0D5EAF;
}
#login input:last-of-type{
    width: 100px;
    margin: none;
}
h6.modal-title {
    color: #2b3442;
    font-size: 24px;
    font-weight: bold;
}


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

.footer-content-wrapper {
    background: #2b3442;
    color: #fff;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 16px;
    line-height: 22px;
    padding: 36px 0px 23px;
    margin-top: 30px;
}
.footer-content-wrapper a {
    color: #fff;
}
.footer-content-wrapper p {
    color: #fff;
    font-size: 16px;
    line-height: 22px;
}
    @media (min-width: 768px) and (max-width: 990px) {
        .footer-content-wrapper p {
            text-align: center;
        }
    }

    @media (max-width: 767px) {
        .footer-content-wrapper p {
            text-align: center;
        }
    }

.footer-info-wrap {
    line-height: 30px;
}
.footer-info-wrap img {
    margin-right: 15px;
}
.footer-content-wrapper .text-right p {
    line-height: 18px;
}
.footer-content-wrapper .text-right p a {
    color: #fff;
    text-decoration: underline;
    font-weight: 600;
}

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

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

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

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


@media (min-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 {}


}

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

}


/* Safari Browser */

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

    }

}

/* Internet Browser */

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  
    #logo-wrap svg {

    }

}

   /*----------------------MMS-Styles----------------*/ 
.subhead { 
	color: #545454;
	font-size: 30px;
	font-weight: bold; letter-spacing: -1px;
	margin: 10px 0px;
}