/* DEFAULT STYLES FOR ALL MEDIA QUERIES */


/* Basic & global styles */

body {
    font-family: 'Open Sans', sans-serif;
    -ms-overflow-style: scrollbar;
    color: #505050;
}
.bg-color{
    background-color: #f9f9f9;
}

::selection {
    background:#004e73;;
    color: #fff;
}

::-moz-selection {
    background: #004e73;;
    color: #fff;
}

a {
    color: #004e73;
    -webkit-transition: all linear .1s;
    -o-transition: all linear .1s;
    -moz-transition: all linear .1s;
    -ms-transition: all linear .1s;
    transition: all linear .1s;
}

h1 {
    font-size: 1.8rem;
    font-weight: 700;

}
h1.blue{
    color:#004e73;;
    padding: 30px 0px;
}
h2 {
    font-size: 23px;
    line-height: 30px;
    font-weight: 700;
    color: #505050;
}
h2.inner{
    font-size: 1.1em;
    color: rgb(51, 51, 51);
    padding-top: 10px;
    font-weight: 900;
    line-height: 30px;
}
h3 {
    font-size: 1.3em;
    line-height: 30px;
    font-weight: 700;
    color: #505050;
}
h4.aside-inner {
    font-size: 1em;
    line-height: 30px;
    font-weight: 700;
    color: #505050;
}
h4.blue{
    color: #004e73;
}

h4 {
    font-size: 20px;
    line-height: 29px;
}
h4.center-heading{
    font-weight: 900;
}
h4.center-heading span{
    font-weight: 700;
    font-size: .8em;
    padding-left:10px; 
}
h5 {
    font-size: 17px;
    line-height: 26px;
}
p {
    font-size: 16px;
    line-height: 25px;
}

ul li,
ol li {
    font-size: 16px;
    line-height: 25px;
}

a:hover,
a:focus {
    text-decoration: none;
    /* color: #175261; */
	color: #004e73;
    outline: none;
    opacity: .7;
}

.gray-bg {
    background-color: #f9f9f9;
}

.client-primary-bg {
    background-color: #004e73;
}

.client-secondary-bg {
    background-color: transparent;
}

.gray-border-top {
    border-top: 1px solid #ddd;
}

.basic-section-divider:not(:last-child) {
    border-bottom: 5px solid #ddd;
    margin-bottom: 20px;
    padding-bottom: 15px;
}


/* End of basic & global styles */
.ul-clear {
    text-align: left;
}
.ul-clear li {
    margin-left: 35px;
    margin-right: 35px;
}

.ul-clear li a:hover {
    background-color: #fff !important;
}
.list-clear {
    padding: 0px !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    text-align: left;
}
/* Navigation styles */

header{
    min-height: 86px;
    border-bottom: 10px solid  #505050;
    background-color: #fff;
}

nav .logo {
 width: 125px;
}

nav.header-alternate {
    border: none !important;
}

nav.benx-info-header {
    border: none;
    border-bottom: 10px solid #505050;
    /* height: 90px; */
    background-color: #fff;
    margin: 0;
    border-radius: 0;
}

nav.benx-info-header .image-container {
    margin-top: 5px;
    padding-left: 15px;
}

nav.benx-info-header .link-container {
    margin-top: 5px;
    background-color: white;
    position: relative;
    z-index: 1;
}

nav.benx-info-header .link-container .nav-link {
    padding: 20px 10px;
    font-size: 16px;
    line-height: 25px;
    /* color: #fff; */
    border-bottom: 1px solid #4d4e53;
}
nav.benx-info-header .link-container .nav-link:hover,
nav.benx-info-header .link-container .nav-link:focus,
nav.benx-info-header .link-container .nav-link:visited,
nav.benx-info-header .link-container .nav-link:link {
    background-color: transparent;
}

nav.benx-info-header .link-container a.btn-benx {
    padding: 15px 30px;
    margin: 15px;
    font-size: 20px;
    color: #fff !important;
}

/* --- End Problematic Animation, Breaks Nav Behavior */

nav.benx-info-header .link-container .dropdown-menu {
    padding: 10px;
}

nav.benx-info-header .link-container .dropdown-menu li a {
    padding: 10px 15px;
    border-radius: 5px;
    /* color: #fff; */
    color:#004e73;
    font-size: 16px;
    line-height: 25px;
	border-bottom: 1px #cfcfcf dotted;
}

nav.benx-info-header .link-container .dropdown-menu li a:hover,
nav.benx-info-header .link-container .dropdown-menu li a:focus,
nav.benx-info-header .link-container .dropdown-menu li a:visited {
    /* background-color: transparent; */
    color:#004e73!important;
}

nav.benx-info-header button.navbar-toggle {
    margin-top: 23px;
}

nav.benx-info-header button.navbar-toggle .icon-bar {
    color:#004e73;;
}


/* End of navigation styles */


/* Button styles */

a.btn-benx {
    color: #fff !important;
    font-size: 16px;
    padding: 10px 18px;
    border-radius: 5px;
    border: none;
    text-align: center;
    display: inline-block;
    position: relative;
    -webkit-transition: all linear .1s;
    -o-transition: all linear .1s;
    -moz-transition: all linear .1s;
    -ms-transition: all linear .1s;
    transition: all linear .1s;
}

a.btn-benx:hover {
    opacity: .7;
    border: none;
    text-decoration: none;
}

a.btn-benx:focus {
    text-decoration: none;
}

a.btn-benx:active {
    top: 1px;
}

a.btn-benx.btn-client-primary,
a.btn-benx.btn-client-primary:hover,
a.btn-benx.btn-client-primary:focus {
    background-color: #4d4e53;
}

a.btn-benx.btn-client-secondary,
a.btn-benx.btn-client-secondary:hover,
a.btn-benx.btn-client-secondary:focus {
    background-color: #004e73;
    color: white;
}

a.btn-benx.btn-gray,
a.btn-benx.btn-gray:hover,
a.btn-benx.btn-gray:focus {
    background-color: #99a4ae;
}

a.btn-benx.btn-client-block,
a.btn-benx.btn-client-block:hover,
a.btn-benx.btn-client-block:focus {
    background-color: #004e73;
}

/* End of button styles*/


/* End of padding and margin styles */


/* Page header module styles */

.page-header-module {
	background: url("../images/page-header-module-bg.jpg") no-repeat top right;
    background-size: cover;
}
.page-header-module .text-container {
    text-align: center;
    color: #fff;
    padding: 170px 0;
}

.page-header-module .text-container h1 {
    font-size: 38px;
    line-height: 47px;
    margin: 0 0 20px 0;
    text-shadow: 0px 0px 8px rgba(40, 40, 40, 1);
}
.page-header-module .text-container p {
    font-size: 20px;
    line-height: 34px;
    font-weight: 600;
    margin: 0;
    text-shadow: 0px 0px 8px rgba(40, 40, 40, 1);
}
.page-header-alternate {
    background: url("../images/home-alt-laptop.jpg") no-repeat top right;
    background-size: cover;
    padding: 0;
    min-height:60vh;
}
.page-header-alternate .container {
    min-height: 100%;
    display: flex;
    justify-content: space-between;
}
@media(max-width: 1024px){
    .page-header-alternate .container {
        flex-direction: column;
    }
}
.page-header-alternate .text-container {
    max-width: 800px;
    text-align: left;
    padding: 0 !important;
}
.page-header-alternate .text-container h1 {
    margin: 80px 0;
    font-size: 45px;
    line-height: 1.25em;
}
.page-header-alternate .bug-container {
    align-self: center;
    padding-top: 60px;
    padding-bottom: 60px;
}
.page-header-alternate .bug-container .header-bug {
    background: rgba(255,255,255,0.75);
    min-width: 580px;
    max-width: 580px;
    display: flex;
    position: relative;
    padding: 20px;
    margin-bottom: 10px;
}

@media(max-width: 1024px){
    .page-header-alternate .bug-container .header-bug {
        min-width: auto;
    }
}

.bug-container .header-bug span.content-wrap {
    display: block;
    min-height: 90px;
}
.bug-container .header-bug span.bug-title,
.bug-container .header-bug span.bug-text {
    display: block;
    color: #4d4e53;
    font-size: 1em;
}
.bug-container .header-bug span.bug-title {
    font-weight: bold;
    font-size: 1em;
}
.bug-container .header-bug span.icon {
    display: inline-block;
    align-self: center;
    padding-right: 20px;
    font-size: 2em;
}
.bug-container .header-bug .arrow {
    padding-left: 10px;
    width: 46px;
    height: 42px;
    align-self: center;
    font-size: 1.1em;
    color: #004e73;
}

.info-section {
    background: white;
    padding: 50px 0;
}
.info-section a {
    color: #004e73;
    font-weight: bold;
}
.info-section .col-title {
    font-weight: bold;
}
.info-section .link-list {
    list-style-type: none;
    padding-left: 0;
}


/* End of page header module styles */


/* CTA module styles */

.cta-module .block-container .block {
    color: #4d4e53;
    text-align: center;
    padding: 25px 25px 35px;
}
.cta-module .block-container .block.left {
    background-color: #fff;
	border: 1px solid #efefef;
}
.cta-module .block-container .block.right {
    background-color: #fff;
	border: 1px solid #efefef;
}
.cta-module .block-container .block .icon-container {
    font-size: 60px;
}
.cta-module .block-container .block h3 {
    font-size: 24px;
    line-height: 33px;
    color: #000;
    margin: 0;
}
.cta-module .block-container .block p {
    font-size: 16px;
    line-height: 25px;
    margin: 15px 0 20px 0;
}
.cta-module .block-container .block a {
    width: 75%;
    padding: 12px 20px;
    -webkit-box-shadow: 0px 5px 16px -4px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 5px 16px -4px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 5px 16px -4px rgba(0, 0, 0, 0.75);
}
.cta-module .block-container .block a:hover {
    background-color: #004e73;
    opacity: 0.70;
}


/* End of CTA module styles */

/* sub-page content area styles */
/* 
.mainContent {
    padding: 0 25px;
}
.mainContent ul li {
    margin-bottom: 15px;
}
.subpage-contnet-area {
    padding: 30px 0;
    text-align: left;
	background-color: #f9f9f9;
} */

.panel {
	margin-bottom: 20px;
    background-color: #fff;
	border-radius: 2px;
    border: none;
    box-shadow: 0 2px 1px rgba(0, 0, 0, .05);
}
.panel-body {
	padding: 25px;
}

/* Centered text module styles */
.centered-text-module {
    padding: 100px 0;
    text-align: center;
}
/* End of CTA module styles */


/* Centered text module styles */

.left-text-module {
    padding: 100px 0;
    text-align: left;
}
.centered-text-module h2 {
    font-size: 34px;
    line-height: 43px;
    margin: 0;
	color: #505050;
}
.centered-text-module p {
    font-size: 18px;
    line-height: 33px;
    margin: 20px 0 0 0;
}
.centered-text-module a.btn-benx {
    padding: 12px 50px;
    font-size: 18px;
    margin-top: 20px;
}
.centered-text-module .section-divider {
    border-top: 5px solid #ddd;
    margin-top: 30px;
}
.centered-text-module h4 {
    margin-top: 30px;
    font-weight: 600;
}

.centered-text-module ul {
    text-align: center;
    padding-left: 35px;
    list-style-position: inside;
    margin: 0;
}
.centered-text-module ul li {
    font-size: 18px;
    line-height: 33px;
}



.center-module {  
    background-color: rgba(255, 255, 255, 0.7);
    background: rgba(255, 255, 255, 0.7);
    /* color: rgba(255, 255, 255, 0.6); */
    color:#505050;
    padding: 60px 0;
}
.center-module .cta-text {
    font-size: 18px;
    padding-right:0px;
}

.center-module .button {
    /* min-width: 240px; */
    display: inline-block;
    background: #004e73;;
    border-radius: 5px;
    color: white;
    font-size: 1.2em;
    font-weight: bold;
    text-align: center;
    height: 60px;
    padding-top: 15px;
    padding: 15px 20px;
    margin-right: 40px;
    margin-bottom: 30px;
}
.center-btn-wrap{
    padding-top: 40px;
}

@media (max-width: 1024px) {
    .center-btn-wrap{
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-column-gap: 1em;
        
    }
}  

@media (max-width: 1023px) {
    .center-module .button{
        margin-bottom: 30px;
    }
    .center-btn-wrap{
        display: grid;
        grid-template-columns: 1fr;
        grid-column-gap: 1em;
        margin-bottom: 20px;
    }
}

@media screen and (max-width:800px) {
    .center-btn-wrap{
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-column-gap: 1em;
        
    }
}
@media (max-width: 600px) {
    .center-module .button{
        margin-bottom: 30px;
    }
    .center-btn-wrap{
        display: grid;
        grid-template-columns: 1fr;
        grid-column-gap: 1em;
        margin-bottom: 20px;
    }
}





/* End of centered text module styles */


/* Side by side image bg module styles */

.side-by-side-bg-image-module .text-container {
    padding: 100px 15px;
    text-align: center;
}
.side-by-side-bg-image-module .text-container h2 {
    font-size: 34px;
    line-height: 43px;
    margin: 0;
	color: #000;
	font-weight: 500;
}
.side-by-side-bg-image-module .text-container p {
    font-size: 18px;
    line-height: 33px;
    margin: 20px 0 0 0;
}
.side-by-side-bg-image-module .text-container a.btn-benx {
    padding: 12px 50px;
    font-size: 18px;
    margin-top: 20px;
}


/* End of side by side image bg module styles */


/* Side by side module styles */

.side-by-side-module {
    padding: 100px 0;
}

.side-by-side-module .block-container .text-block {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

.side-by-side-module .block-container .text-block h2 {
    font-size: 34px;
    line-height: 43px;
    margin: 0;
	color: #000;
	font-weight: 500;
}

.side-by-side-module .block-container .text-block p {
    font-size: 18px;
    line-height: 33px;
    margin: 20px 0 0 0;
}

.side-by-side-module .block-container .text-block a.btn-benx {
    padding: 12px 50px;
    font-size: 18px;
    margin-top: 20px;
}

.side-by-side-module .image-block {
    margin-bottom: 25px;
}


/* End of side by side module styles */


/* Card styles */

.card-container .card {
    margin-top: 25px;
    position: relative;
    padding: 25px;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: #fff;
}

.card-container .card a span {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    -webkit-transition: all linear .1s;
    -o-transition: all linear .1s;
    -moz-transition: all linear .1s;
    -ms-transition: all linear .1s;
    transition: all linear .1s;
}

.card-container .card a span:hover {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0px 3px 6px rgba(0, 0, 0, 0.23);
}

.card-container .card a span:active {
    top: 1px;
}

.card-container .card .icon {
    font-size: 36px;
    color: #004e73;
}

.card-container .card h3 {
    font-size: 20px;
    line-height: 29px;
    color: #505050;
    font-weight: 700;
    margin: 5px 0 0 0;
}

.card-container .card p {
    font-size: 15px;
    line-height: 24px;
    margin-top: 5px;
    flex-grow: 1;
}

.card-container .card .link {
    color: #004e73;
    margin-top: 15px;
}


/* End of card styles */


/* CTA button module styles */

.cta-button-module {
    color: #fff;
    text-align: center;
    padding: 40px 0;
}

.cta-button-module p {
    font-size: 26px;
    line-height: 35px;
    margin: 0 0 20px;
}

.cta-button-module a {
    color: #fff;
    font-size: 20px;
    padding: 12px 20px;
    border-radius: 5px;
    border: 1px solid #fff;
    text-align: center;
    display: inline-block;
    position: relative;
    -webkit-transition: all linear .1s;
    -o-transition: all linear .1s;
    -moz-transition: all linear .1s;
    -ms-transition: all linear .1s;
    transition: all linear .1s;
}

.cta-button-module.client-primary-bg a:hover {
    background-color: #fff;
    color: #004e73;
}


/* 
End of CTA button module styles */

/*  */

.outer-shell{
  padding: 30px 0px;
}
.inner-content{
    background-color: #fff;
    padding: 20px;
}
.main-content{
    padding-bottom:20px;
    padding-right:40px;
}
@media (max-width:800px) {
    .main-content{

        padding-right:20px;
    }
}  
.innerpush-80{
    padding-left: 80px;
}
.innerpush-40{
    padding-left: 40px;
}

aside{
    padding: 25px 0px;
}
/* ASIDE CONTENT  - INNER PAGE */
@media (min-width: 1160px) {
    aside{
        min-width: 261px;
    }

}

@media (min-width: 992px) {
    .inner-masthead img{
        padding: 0px 20px
    }
}
@media (min-width: 768px) {
    .inner-masthead img{
        padding: 0px 10px
    }
}
@media (min-width: 576px) {
    
    .inner-masthead img{
        padding: 0px 10px
    }
}

@media (max-width: 577px) {

    .inner-masthead img{
        padding: 0px
    }
}

/* Back to top button styles */

.back-to-top-button {
    color: #fff !important;
    background-color: #004e73;
    font-size: 15px;
    padding: 10px 18px;
    border-radius: 5px;
    border: none;
    text-align: center;
    display: inline-block;
    position: relative;
    -webkit-transition: all linear .1s;
    -o-transition: all linear .1s;
    -moz-transition: all linear .1s;
    -ms-transition: all linear .1s;
    transition: all linear .1s;
    position: fixed !important;
    right: 15px;
    bottom: 15px;
    -webkit-box-shadow: 0px 5px 16px -4px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 5px 16px -4px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 5px 16px -4px rgba(0, 0, 0, 0.75);
    opacity: .6;
    display: none;
}

.back-to-top-button:hover {
    opacity: 1.0;
    border: none;
    text-decoration: none;
}

.back-to-top-button:focus {
    text-decoration: none;
}


/* End of back to top button styles */








/* Footer styles */

.benx-info-footer {
    background-color: #4c5356;
    color: #efefef;
    padding: 80px 0;
}

.benx-info-footer h4 {
    font-size: 17px;
    line-height: 26px;
    color: #c8c8c8;
    text-transform: uppercase;
}

.benx-info-footer a {
    color: #efefef;
}

.benx-info-footer a:hover {
    color: #cbcbcb;
}

.benx-info-footer ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.benx-info-footer .copyright {
    text-align: center;
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #c8c8c8;
}

.footer-alternate {
    background-color: #efefef;
    color: #505050;
    padding: 30px 0;
}

.footer-alternate .footer-links {
    text-align: center;
    font-size: 13px;
}

.footer-alternate .social-links {
    padding: 15px 0;
    text-align: center;
}

.footer-alternate .social-links a {
    font-size: 40px;
    color: #505050;
}

.footer-alternate .social-links a:Nth-child(2) {
    padding: 0 18px;
}

.footer-alternate .footer-links a {
    color: #505050;
    padding: 0 12px;
    border-left: 1px solid #505050;
}

.footer-alternate .footer-links a:first-child {
    border-left: none;
}

.footer-alternate .copyright {
    margin-top: 0;
    padding-top: 0;
    font-size: 10px;
    border: 0;
}

/* End of footer styles */


/* Modal styles */

.benx-modal .modal-header {
    padding: 25px;
    background-color: #004e73;
    border: none;
}

.benx-modal .modal-header h2 {
    font-size: 30px;
    line-height: 36px;
    font-weight: 300;
    color: #fff;
}

.benx-modal .modal-header button.close {
    color: #fff !important;
    opacity: .7;
}

.benx-modal .modal-header button.close:hover {
    opacity: 1.0;
}

.benx-modal .modal-body {
    border-bottom: 1px solid #ddd;
    padding: 25px;
}

.benx-modal .modal-footer {
    background-color: #f9f9f9;
}

.benx-modal .modal-footer {
    padding: 10px 25px;
    border: none;
}

.benx-modal .modal-footer a {
    margin: 15px 8px 15px;
}

.benx-modal .modal-footer a:last-child {
    margin-right: 0;
}


/* End of modal styles */


/* END OF DEFAULT STYLES FOR ALL MEDIA QUERIES */


/* SMALL DEVICE STYLES (TABLETS, 768PX AND UP) */

@media (min-width: 1200px) {
    /* Navigation styles */
    .navbar {
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
    }

    nav.benx-info-header {
        height: 110px;
    }
    nav.benx-info-header .image-container {
        margin-top: 15px;
        padding-left: 0;
    }
    nav.benx-info-header .link-container {
        border-bottom: none;
        margin-top: 0;
        background-color: transparent;
    }
    nav.benx-info-header .link-container .nav-link {
        padding: 30px 10px 20px 10px;
        font-size: 12px;
        line-height: 50px;
        color: #505050;
        border-bottom: none;
    }
    nav.benx-info-header .link-container .nav-link:hover,
    nav.benx-info-header .link-container .nav-link:focus,
    nav.benx-info-header .link-container .nav-link:visited {
        background-color: #f9f9f9;
    }
    nav.benx-info-header .link-container a.btn-benx {
        padding: 10px 30px;
        margin: 30px 0 0 15px;
        margin-right:10px;
        font-size: 15px;
        background-color: #004e73;
        color: #fff !important;
    }
    nav.benx-info-header .link-container .dropdown-menu {
       
		padding: 0px !important;
        background-color: #fff;
		box-shadow: 5px 5px 5px #00000066;
    }
    nav.benx-info-header .link-container .dropdown-menu li a {
        padding: 10px 15px;
		border-radius: 0px;
        color: #505050;
        font-size: 13.5px;
        line-height: 22.5px;
    }
    nav.benx-info-header .link-container .dropdown-menu li a:hover,
    nav.benx-info-header .link-container .dropdown-menu li a:focus {
        background-color: #004e73;
        color: #fff !important;
    }


    /* End of navigation styles */
}

@media (min-width: 768px) {
    /* Page header module styles */
    .page-header-module .text-container {
        padding: 100px 0 200px;
    }
    /* End of page header module styles */
    /* CTA module styles */
    .cta-module .block-container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-top: -12%;
        -webkit-box-shadow: 0px 5px 16px -4px rgba(0, 0, 0, 0.75);
        -moz-box-shadow: 0px 5px 16px -4px rgba(0, 0, 0, 0.75);
        box-shadow: 0px 5px 16px -4px rgba(0, 0, 0, 0.75);
    }
    .cta-module .block-container .block {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex-direction: column;
        -webkit-flex-direction: column;
    }
    .cta-module .block-container .block p {
        flex-grow: 1;
    }
    .cta-module .block-container .block a {
        width: 50%;
        margin: 0 auto;
    }
    /* End of CTA module styles */
}


/* END OF SMALL DEVICE STYLES (TABLETS, 768PX AND UP) */


/* MEDIUM DEVICE STYLES (DESKTOPS, 992PX AND UP) */

@media (min-width: 992px) {

    /* Side by side image bg module styles */
    .side-by-side-bg-image-module .container-fluid {
        padding: 0;
    }
    .side-by-side-bg-image-module .row {
        position: relative;
        margin: 0;
    }
    .side-by-side-bg-image-module .text-container {
        padding: 150px 80px;
        text-align: left;
    }
	.side-by-side-bg-image-module.right-image.yoga-lake-bg .image-container {
        position: absolute;
        right: 0;
        background: url(../images/yoga-lake-bg.jpg) center center no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        height: 100%;
    }

    .side-by-side-bg-image-module.right-image.mom-daughter-bg .image-container {
        position: absolute;
        right: 0;
        background: url(../images/mom-daughter-bg.jpg) center center no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        height: 100%;
    }

	.side-by-side-bg-image-module.left-image.social-people-bg .image-container {
        position: absolute;
		left: 0;
        background: url(../images/social-people-bg.jpg) center center no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        height: 100%;
    }
	.side-by-side-bg-image-module.left-image.doctor-child-bg .image-container {
        position: absolute;
		left: 0;
        background: url(../images/doctor-child-bg.jpg) center center no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        height: 100%;
    }
    .side-by-side-bg-image-module.right-image.woman-smiling-bg .image-container {
        position: absolute;
        right: 0;
        background: url(../images/woman-smiling-bg.jpg) left center no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        height: 100%;
    }
    .side-by-side-bg-image-module.left-image.couple-computer-bg .image-container {
        position: absolute;
		left: 0;
        background: url(../images/couple-computer-bg.jpg) center center no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        height: 100%;
    }

	.side-by-side-bg-image-module.left-image.couple-laptop-bg .image-container {
        position: absolute;
		left: 0;
        background: url(../images/couple-laptop-bg.jpg) center center no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        height: 100%;
    }

	.side-by-side-bg-image-module.right-image.doctor-child-bg .image-container {
        position: absolute;
        right: 0;
        background: url(../images/doctor-child-bg.jpg) center center no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        height: 100%;
    }
	.side-by-side-bg-image-module.right-image.couple-laptop-bg .image-container {
        position: absolute;
		right: 0;
        background: url(../images/couple-laptop-bg.jpg) center center no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        height: 100%;
    }

	.side-by-side-bg-image-module.right-image.couple-computer-bg .image-container {
        position: absolute;
		right: 0;
        background: url(../images/couple-computer-bg.jpg) center center no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        height: 100%;
    }
    .side-by-side-bg-image-module.left-image.mom-daughter-bg .image-container {
        position: absolute;
		left: 0;
        background: url(..assets/images/mom-daughter-bg.jpg) center top no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        height: 100%;
    }
    .side-by-side-bg-image-module.left-image.two-ladies-coffee-bg .image-container {
        position: absolute;
		left: 0;
        background: url(../images/two-ladies-coffee-bg.jpg) left top no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        height: 100%;
    }

    /* End of side by side image bg module styles */
    /* Side by side module styles */
    .side-by-side-module .block-container {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
    }
    .side-by-side-module .block-container .text-block {
        text-align: left;
        padding-top: 0;
        padding-bottom: 0;
    }
    .side-by-side-module .image-block {
        margin-bottom: 0;
    }
    /* End of side by side module styles */
    /* Card styles */
    .card-container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .card-container.three-cards .card {
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: calc(33% - 15px);
    }
    .card-container .card {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex-direction: column;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
    }
    /* End of card styles */
}


/* END OF MEDIUM DEVICE STYLES (DESKTOPS, 992PX AND UP) */


/* LARGE DEVICE STYLES (LARGE DESKTOPS, 1200PX AND UP) */

@media (min-width: 1200px) {
    /* Side by side image bg module styles */
    .side-by-side-bg-image-module .text-container {
        padding: 150px 180px;
    }
    /* End of side by side image bg module styles */
}


/* END OF LARGE DEVICE STYLES (LARGE DESKTOPS, 1200PX AND UP) */

/** cjp changes 09-07-2018 cjp **/

.modal-header {
    display: block !important;
}


/* MORE NAV STYLES  */

.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

:focus {
    outline: none !important;
}

a.btn.btn-icon.navbar-btn.dropdown-toggle.nav-link {
    outline: 0;
    box-shadow: none;
}
.fa-bars {
    color: #004e73;
    font-size:1.3em;
    right:0px;
   
}
.navbar-light .navbar-toggler {
    border: none !important;
    padding:0px;
    top:-5px;
}

.navbar-expand-sm {
    display: inline-block;
}

.navbar-expand-sm>.container-fluid {
    padding-right: -15px;
    padding-left: -15px;
}

.navbar-collapse  {
	margin-left: -16px;
	margin-right: -16px;
}
.link-container.collapse.show > ul.nav.navbar-nav {
	margin: 0px;
}
.navbar-nav .dropdown-menu {
    float: none;
    position: inherit;
}
.dropdown-menu {
    display: none;
    border:none;
}

.navbar{
    padding-top: 0px;
    padding-bottom: 0px;
}

@media only screen and (max-width: 800px){
    .navbar{
        padding-top: 15px;
    }
    .nav .navbar-nav a{
        padding-left: 10px;
    }
}
@media (max-width: 767px) {
    
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        border:none;
    }
}
.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
}
nav.benx-info-header .link-container {
    /* margin-top: 5px; */
    background-color: transparent;
    position: relative;
    z-index: 1;
}
.custom-toggler.navbar-toggler {
    border-color: rgb(75,145,234);
}


/** drop menu placement under menu item 10-3-2018 cjp **/

.dropdown-menu-left {
    left: auto;
}

/** right side subpages 09-24-2018 cjp **/

.right-side-container .block {
    padding-bottom: 15px;
}
.right-side-container ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.right-side-container ul li {
    padding: 5px 0;
}
ul.rightmenu-list li {
    list-style-type: disc;
    margin-left: 25px;
	line-height: 1.4em;
}
.right-side-container .block h3 {
    color: #505050;
    font-size: 18px;
    line-height: 27px;
    font-weight: 700;
    padding: 15px 0 0 0;
    margin: 0;
}

/** logo placement fix 09-24-2018 cjp **/

.navbar-brand {
  max-width: auto;
  min-width: auto;
  display: inline-block;
  margin-left: -12px;
}

/** margin fix footer menu mobile 09-24-2018 cjp **/
@media screen and (max-width: 768px) {
    .col-md-4.foot2 {
        margin-top: 10px;
    }
}

/** add breathing room for bullet lists in content 10-11-2018 cjp **/

ul.cont > li {
    margin-top: 16px;
	list-style-type: disc;
}

/** make an indented list without bullets 11-01-2018 cjp **/

.nobullet {
	list-style: none;
}

.home-alternate .container {
    max-width: 1440px;
}

@media(min-width: 1380px){
    nav.benx-info-header .link-container .nav-link {
        font-size: 16px;
    }
}

@media(max-width: 1024px) {
    .page-header-alternate .text-container {
        max-width: 100%;
        text-align: center;
    }
    .page-header-alternate .bug-container {
        padding-top: 0;
    }

    .red-module .cta-text {
        max-width: 480px;
        margin: 0 auto 30px;
        text-align: center;
    }

    .red-module .button {
        margin: 0 auto 30px auto;
    }
}

@media(max-width: 768px) {
    .page-header-alternate .text-container h1 {
        font-size: 24px;
    }

    nav .logo {
        width: 200px;
    }

    .page-header-alternate .bug-container .header-bug {
        flex-direction: column;
    }

    .page-header-alternate .bug-container .header-bug .icon {
        display:block;
        margin-bottom: 16px;
    }

    .red-module {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .info-section .col-md-4 {
        margin-bottom: 30px;
    }

    .info-section .col-md-4:last-child {
        margin-bottom: 0;
    }

    .copyright {
        margin-bottom: 60px;
    }
}

@media(max-width: 1200px) {
    #nav-content.pr-3x {
        padding-right: 0;
    }
}

nav li.dropdown{
    top:0px;
}
.modal{
    top:150px !important;
}
.modal-header .close{
    padding: 0;
    margin:0;
    display: none;
}


/* Home Page item fixes  */
.btn-contain{
    width: 100%;
}

@media screen and (max-width: 768px) {
    .push-left{
        margin-bottom: 20px;
        margin-left: 0px;   
    }
}
