/*
 Theme Name: Crosby Twitter Bootstrap Child Theme
 Theme URI: http://cdnmediahub.com/
 Description: Child Theme for the Crosby Start Twitter Bootstrap Theme.
 Author: Crosby Marketing / Robert Fletcher
 Author URI: http://crosbymarketing.com/
 Template: crosby-tbsstarter-theme
 Version: 1.6
 Tags: light, responsive-layout, twitter, bootstrap, accessibility-ready
 Text Domain:  tbsstarter-child
*/
/* NOTE: Parent styles are loaded from the parent theme functions file */

@font-face {
    font-family: 'CartoGothicStdBold';
    src: url('css/cartogothicstd-bold-webfont.eot');
    src: url('css/cartogothicstd-bold-webfont.eot?#iefix') format('embedded-opentype'),
        url('css/cartogothicstd-bold-webfont.woff') format('woff'),
        url('css/cartogothicstd-bold-webfont.ttf') format('truetype'),
        url('css/cartogothicstd-bold-webfont.svg#CartoGothicStdBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'CartoGothicStdBoldItalic';
    src: url('css/cartogothicstd-bolditalic-webfont.eot');
    src: url('css/cartogothicstd-bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
        url('css/cartogothicstd-bolditalic-webfont.woff') format('woff'),
        url('css/cartogothicstd-bolditalic-webfont.ttf') format('truetype'),
        url('css/cartogothicstd-bolditalic-webfont.svg#CartoGothicStdBoldItalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'CartoGothicStdBook';
    src: url('css/cartogothicstd-book-webfont.eot');
    src: url('css/cartogothicstd-book-webfont.eot?#iefix') format('embedded-opentype'),
        url('css/cartogothicstd-book-webfont.woff') format('woff'),
        url('css/cartogothicstd-book-webfont.ttf') format('truetype'),
        url('css/cartogothicstd-book-webfont.svg#CartoGothicStdBook') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'CartoGothicStdItalic';
    src: url('css/cartogothicstd-italic-webfont.eot');
    src: url('css/cartogothicstd-italic-webfont.eot?#iefix') format('embedded-opentype'),
        url('css/cartogothicstd-italic-webfont.woff') format('woff'),
        url('css/cartogothicstd-italic-webfont.ttf') format('truetype'),
        url('css/cartogothicstd-italic-webfont.svg#CartoGothicStdItalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    color: #808080;
    font-size: 12px;
    line-height: 1.5em;
    background-color: #cadef0;
}

.container {
    padding: 0px 30px 0;
    background-color: #fff;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */

.nobullets {
    list-style: none;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-family: 'CartoGothicStdBook', Arial, Helvetica, sans-serif;
    color: #474747;
    line-height: 1.2em;
}

h1 span, h2 span, h3 span, h4 span, h5 span {
    color: #5095CC;
}

h1{
    font-size:27px;}

h2{
    font-size:25px;
    margin-bottom:15px}

h3{
    font-size:22px;
    margin-bottom:10px}

h3.widgettitle{
    margin-bottom:10px; }

h4{
    font-size:18px;
    margin-bottom:10px;}

h5{
    font-size:17px;}

h6{
    font-size:14px;}

h2.title-text,
.entry h2.title-text {
    font-size:27px;
    color:#474747;
}

a,
a:link,
a:visited {
    color:#1C649E;
    text-decoration: underline;
}

a:hover, a:focus {
    color:#1C649E;
    text-decoration: none;
}

code {
    display: block;
    margin-bottom: 20px;
}

article h2.entry-title {
    font-family: 'CartoGothicStdBook', Arial, Helvetica, sans-serif;
    line-height: 1.2em;
    font-size: 27px;
    margin: 0 0 10px 0;
}

article h2.entry-title a,
article h2.entry-title a:link,
article h2.entry-title a:visited {
    color: #0081C6;
    text-decoration: none;
}

article h2.entry-title a:hover,
article h2.entry-title a:focus {
    color: #54b948;
}

.entry-summary {
    padding: 5px 0;
}

.entry-summary p {
    margin: 5px 0 20px 0;
}

input[type=text], input[type=password], input[type=email], input[type=tel], textarea {
    color: #666;
    padding: 5px;
    border: 1px solid #dcdcdc;
    background: #f5f5f5;
    resize: none;
}

legend {
    color: #808080;
    width: auto;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;

}

label {
    font-weight: normal;
}

.container-header {
    position: relative;
}

nav {
    padding-bottom: 0;
}

.navbar.navbar-default {
    border: none;
    z-index: 20;
    background-color: #fff;
    /* padding: 0 24px; */
    margin: 0;
}

.navbar-toggle {
    position: relative;
    float: right;
}

.navbar .navbar-toggle {
    border: none;
    padding: 12px;
    margin: 2px 0 0 0;
    background-color: #4b93cf;
    top: 35px;
    width: auto;
}

.navbar .navbar-toggle:hover, .navbar .navbar-toggle:focus, .navbar .navbar-toggle:active {
    background-color: #4b93cf;
}

.navbar .navbar-toggle .icon-bar {
    background-color: #fff;
    -webkit-transition: background-color .3s;
    -moz-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s;
}

.navbar .navbar-toggle:hover .icon-bar, .navbar .navbar-toggle:focus .icon-bar, .navbar .navbar-toggle:active .icon-bar {
    background-color: #fff;
}

.navbar .navbar-header.box {
    /* overflow: hidden; */
    margin: 10px 0 10px;
    padding: 0 80px 0 0;
    height: auto;
}

.navbar .navbar-header.box img {
    width: 100%;
    max-width: 160px;
    height: auto;
}

#nav-collapse-main {
    float: right;
    border: none;
    background-color: #4b93cf;
    box-shadow: none;
    top: 93px;
    right: 0px;
    position: absolute;
    color: #fff;
    width: 180px;
    padding: 0 25px;
}

#menu-utilitymenu {
    float: right;
    font-size: 11px;
    color: #0081c6;
    margin-top: 10px;
}
#menu-utilitymenu>li {
    padding: 0 10px 0 0;
    border-right: #666 solid 1px;
    margin-right: 10px;
}
#menu-utilitymenu>li:last-child {
    padding: 0 5px 0 0;
    border-right: none;
}
#menu-utilitymenu>li>a {
    font-size: 11px;
    line-height: 1.4;
    color: #0081c6;
    padding: 0;
    background-color: transparent;
}

.mpcp-search {
    margin-top: 10px;
}

.mpcp-search .btn {
    height: 34px;
    margin-right: 0;
}

#nav-collapse-main .navbar-nav>li>a {
    color: #fff;
    font-size: 16px;
    background-color: #4b93cf;
}

#nav-collapse-main .dropdown-menu {
    display: none;
}

#main-desktop-nav {
    height: auto;
    padding: 9px 15px 0 15px;
    position: relative;
    margin-bottom: 0;
    float: right;
}

#main-desktop-nav>.navbar-nav {
    font-family: 'CartoGothicStdBold', Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 54px;
    color: #325b7b;
    z-index: 1300;
    margin: 0;
    padding: 0;
    text-shadow: 1px 2px 1px #fff;
}

#main-desktop-nav>.navbar-nav>li {
    display: block;
    float: left;
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
}

#main-desktop-nav>.navbar-nav>li:last-child {
    background: none;
}

#main-desktop-nav>.navbar-nav>li>a {
    display: block;
    color: #004163;
    text-decoration: none;
}

#main-desktop-nav>.navbar-nav>li.active>a {
    background-color: #fff;
    color: #7A0C69;
}

#main-desktop-nav>.navbar-nav>li>a:hover,
#main-desktop-nav>.navbar-nav>li>a:focus{
    background-color: #7A0C69;
    color: #fff;
    text-shadow: none;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

#main-desktop-nav .navbar-nav li .dropdown-menu {
    min-width: 100%;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 1308;
    padding: 0;
    margin: 0;
    border: none;
    font-family: 'CartoGothicStdBook', Arial, Helvetica, sans-serif;
    font-size: 13px;
    text-shadow: none;
    background-image: none;
    background-color: #fff;
}
#main-desktop-nav .navbar-nav li .dropdown-menu li{
    line-height: 1.3em;
}

#main-desktop-nav .navbar-nav li .dropdown-menu li:first-child {
    padding-top: 10px;
}

#main-desktop-nav .navbar-nav li .dropdown-menu li:last-child {
    padding: 0 0 6px 0;
}

#main-desktop-nav .navbar-nav li .dropdown-menu li a {
    color: #7A0C69;
    font-weight: 600;
    height: auto;
    line-height: 1.3em;
    padding: 10px 15px 10px 16px;
    background: none;
    background-color: #fff;
    white-space: normal;
    text-decoration-color: transparent;
}

#main-desktop-nav .navbar-nav li .dropdown-menu li a:hover,
#main-desktop-nav .navbar-nav li .dropdown-menu li a:focus{
    color: #fff;
    background-image: none;
    background-color: #7A0C69;
}

/* MPCP Carousel Styles | June 2016 Update
---------------------------------------------------------*/
.container.container-slider{padding:0;}
.mpcp-slide-fluid{position:relative; width:100%; height:287px; background-size: cover; background-position: center center;}
.mpcp-slide-fluid .mpcp-slide-inner{position: absolute;width:100%;top:0;bottom:0;left:0;right:0;margin:0 auto; padding:0; text-align: left; background: none;}
.mpcp-slide-fluid .mpcp-slide-inner .mpcp-banner-fluid-content {
    position:relative;
    display: table;
    float: left;
    width: 54%;
    height: 100%;
    padding: 0;
    margin-left: 43px;
    color:#fff;
}
.mpcp-slide-fluid .mpcp-slide-inner .mpcp-banner-fluid-content a,
.mpcp-slide-fluid .mpcp-slide-inner .mpcp-banner-fluid-content a:link {
    display: table-row; 
    text-decoration-color: transparent;

}
.mpcp-slide-fluid .mpcp-slide-inner .mpcp-banner-fluid-content .mpcp-inner-vcenter{
    display: table-cell;
    vertical-align: middle;
}
.mpcp-slide-fluid .mpcp-slide-inner h1{font-size:73px; padding-bottom: 20px; /*color:#fff;*/ line-height:1;margin:0;}
.mpcp-slide-fluid .mpcp-slide-inner p{font-size:20px; color:#fff; line-height:1.2;margin:0;}
.mpcp-slide-fluid .mpcp-slide-inner p.w-50 {width:50%;}


/* MPCP Mini-Header for Tier 3 pages | June 2016 Update
---------------------------------------------------------------------------*/
.container.container-slider{padding:0;}
.mpcp-mini-header-fluid{position:relative; width:100%; height:130px; background-position: right 0px center; background-repeat: no-repeat;}
.mpcp-mini-header-fluid .transparent-gradient{ position: relative; width:100%; height:100%; background-size: cover; background-position: center center; background-repeat: no-repeat;}
.mpcp-mini-header-fluid .mpcp-slide-inner{position: absolute;width:100%;top:0;bottom:0;left:0;right:0;margin:0 auto; padding:0; text-align: left; background: none;}
.mpcp-mini-header-fluid .mpcp-slide-inner .mpcp-banner-fluid-content {
    display: table;
    float: left;
    width: 60%;
    height: 100%;
    padding: 0;
    margin-left: 0;
    color:#fff;
}
.mpcp-mini-header-fluid .mpcp-slide-inner .mpcp-banner-fluid-content a,
.mpcp-mini-header-fluid .mpcp-slide-inner .mpcp-banner-fluid-content a:link {display: table-row; }
.mpcp-mini-header-fluid .mpcp-slide-inner .mpcp-banner-fluid-content .mpcp-inner-vcenter{
    display: table-cell;
    vertical-align: middle;
}
.mpcp-mini-header-fluid .mpcp-slide-inner h1{font-size:40px; padding-bottom: 20px; padding-left:46px; color:#7A0C69; line-height:1;margin:0;}
.mpcp-mini-header-fluid .mpcp-slide-inner h2{
    border-bottom: #fff solid 1px;
    width: auto !important;
    text-align: right;
    color: #7A0C69;
    font-size: 18px;
    display: inline-block;
    padding-left: 28px;
}
.mpcp-mini-header-fluid .mpcp-slide-inner p{width:50%;font-size:20px; color:#fff; line-height:1.2;margin:0;}

/* Gradients | CSS3 Gradients | Brown
-------------------------------------------------------*/
.mpcp-mini-header-fluid .transparent-gradient.color-brown{

background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2FjODg2MCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQzJSIgc3RvcC1jb2xvcj0iI2FjODg2MCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjY1JSIgc3RvcC1jb2xvcj0iI2FjODg2MCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjgwJSIgc3RvcC1jb2xvcj0iI2FjODg2MCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjkwJSIgc3RvcC1jb2xvcj0iI2FjODg2MCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNhYzg4NjAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(left, rgba(172,136,96,1) 0%, rgba(172,136,96,1) 43%, rgba(172,136,96,0) 65%, rgba(172,136,96,0) 80%, rgba(172,136,96,0) 90%, rgba(172,136,96,0) 100%);
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(172,136,96,1)), color-stop(43%,rgba(172,136,96,1)), color-stop(65%,rgba(172,136,96,0)), color-stop(80%,rgba(172,136,96,0)), color-stop(90%,rgba(172,136,96,0)), color-stop(100%,rgba(172,136,96,0)));
background: -webkit-linear-gradient(left, rgba(172,136,96,1) 0%,rgba(172,136,96,1) 43%,rgba(172,136,96,0) 65%,rgba(172,136,96,0) 80%,rgba(172,136,96,0) 90%,rgba(172,136,96,0) 100%);
background: -o-linear-gradient(left, rgba(172,136,96,1) 0%,rgba(172,136,96,1) 43%,rgba(172,136,96,0) 65%,rgba(172,136,96,0) 80%,rgba(172,136,96,0) 90%,rgba(172,136,96,0) 100%);
background: -ms-linear-gradient(left, rgba(172,136,96,1) 0%,rgba(172,136,96,1) 43%,rgba(172,136,96,0) 65%,rgba(172,136,96,0) 80%,rgba(172,136,96,0) 90%,rgba(172,136,96,0) 100%);
background: linear-gradient(to right, rgba(172,136,96,1) 0%,rgba(172,136,96,1) 43%,rgba(172,136,96,0) 65%,rgba(172,136,96,0) 80%,rgba(172,136,96,0) 90%,rgba(172,136,96,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ac8860', endColorstr='#ac8860',GradientType=1 );

}

/* Gradients | CSS3 Gradients | Blue
-------------------------------------------------------*/
.mpcp-mini-header-fluid .transparent-gradient.color-blue{

background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzYzOGJiMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQzJSIgc3RvcC1jb2xvcj0iIzYzOGJiMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjY1JSIgc3RvcC1jb2xvcj0iIzYzOGJiMiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjgwJSIgc3RvcC1jb2xvcj0iIzYzOGJiMiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjkwJSIgc3RvcC1jb2xvcj0iIzYzOGJiMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2MzhiYjIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(left, rgba(99,139,178,1) 0%, rgba(99,139,178,1) 43%, rgba(99,139,178,0) 65%, rgba(99,139,178,0) 80%, rgba(99,139,178,0) 90%, rgba(99,139,178,0) 100%);
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(99,139,178,1)), color-stop(43%,rgba(99,139,178,1)), color-stop(65%,rgba(99,139,178,0)), color-stop(80%,rgba(99,139,178,0)), color-stop(90%,rgba(99,139,178,0)), color-stop(100%,rgba(99,139,178,0)));
background: -webkit-linear-gradient(left, rgba(99,139,178,1) 0%,rgba(99,139,178,1) 43%,rgba(99,139,178,0) 65%,rgba(99,139,178,0) 80%,rgba(99,139,178,0) 90%,rgba(99,139,178,0) 100%);
background: -o-linear-gradient(left, rgba(99,139,178,1) 0%,rgba(99,139,178,1) 43%,rgba(99,139,178,0) 65%,rgba(99,139,178,0) 80%,rgba(99,139,178,0) 90%,rgba(99,139,178,0) 100%);
background: -ms-linear-gradient(left, rgba(99,139,178,1) 0%,rgba(99,139,178,1) 43%,rgba(99,139,178,0) 65%,rgba(99,139,178,0) 80%,rgba(99,139,178,0) 90%,rgba(99,139,178,0) 100%);
background: linear-gradient(to right, rgba(99,139,178,1) 0%,rgba(99,139,178,1) 43%,rgba(99,139,178,0) 65%,rgba(99,139,178,0) 80%,rgba(99,139,178,0) 90%,rgba(99,139,178,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#638bb2', endColorstr='#638bb2',GradientType=1 );


}

/* Gradients | CSS3 Gradients | Light Blue
-------------------------------------------------------*/
.mpcp-mini-header-fluid .transparent-gradient.color-lightBlue{

background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2FjODg2MCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQzJSIgc3RvcC1jb2xvcj0iI2FjODg2MCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjY1JSIgc3RvcC1jb2xvcj0iI2FjODg2MCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjgwJSIgc3RvcC1jb2xvcj0iI2FjODg2MCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjkwJSIgc3RvcC1jb2xvcj0iI2FjODg2MCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNhYzg4NjAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(left, rgba(162,202,231,1) 0%, rgba(162,202,231,1) 43%, rgba(162,202,231,0) 65%, rgba(162,202,231,0) 80%, rgba(162,202,231,0) 90%, rgba(162,202,231,0) 100%);
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(162,202,231,1)), color-stop(43%,rgba(162,202,231,1)), color-stop(65%,rgba(162,202,231,0)), color-stop(80%,rgba(162,202,231,0)), color-stop(90%,rgba(162,202,231,0)), color-stop(100%,rgba(162,202,231,0)));
background: -webkit-linear-gradient(left, rgba(162,202,231,1) 0%,rgba(162,202,231,1) 43%,rgba(162,202,231,0) 65%,rgba(162,202,231,0) 80%,rgba(162,202,231,0) 90%,rgba(162,202,231,0) 100%);
background: -o-linear-gradient(left, rgba(162,202,231,1) 0%,rgba(162,202,231,1) 43%,rgba(162,202,231,0) 65%,rgba(162,202,231,0) 80%,rgba(162,202,231,0) 90%,rgba(162,202,231,0) 100%);
background: -ms-linear-gradient(left, rgba(162,202,231,1) 0%,rgba(162,202,231,1) 43%,rgba(162,202,231,0) 65%,rgba(162,202,231,0) 80%,rgba(162,202,231,0) 90%,rgba(162,202,231,0) 100%);
background: linear-gradient(to right, rgba(162,202,231,1) 0%,rgba(162,202,231,1) 43%,rgba(162,202,231,0) 65%,rgba(162,202,231,0) 80%,rgba(162,202,231,0) 90%,rgba(162,202,231,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#A2CAE7', endColorstr='#A2CAE7',GradientType=1 );

}

/* Gradients | CSS3 Gradients | Light Gray
-------------------------------------------------------*/
.mpcp-mini-header-fluid .transparent-gradient.color-lightGray{

background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2FjODg2MCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQzJSIgc3RvcC1jb2xvcj0iI2FjODg2MCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjY1JSIgc3RvcC1jb2xvcj0iI2FjODg2MCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjgwJSIgc3RvcC1jb2xvcj0iI2FjODg2MCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjkwJSIgc3RvcC1jb2xvcj0iI2FjODg2MCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNhYzg4NjAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(left, rgba(235,235,235,1) 0%, rgba(235,235,235,1) 43%, rgba(235,235,235,0) 65%, rgba(235,235,235,0) 80%, rgba(235,235,235,0) 90%, rgba(235,235,235,0) 100%);
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(235,235,235,1)), color-stop(43%,rgba(235,235,235,1)), color-stop(65%,rgba(235,235,235,0)), color-stop(80%,rgba(235,235,235,0)), color-stop(90%,rgba(235,235,235,0)), color-stop(100%,rgba(235,235,235,0)));
background: -webkit-linear-gradient(left, rgba(235,235,235,1)0%,rgba(235,235,235,1) 43%,rgba(235,235,235,0) 65%,rgba(235,235,235,0) 80%,rgba(235,235,235,0) 90%,rgba(235,235,235,0) 100%);
background: -o-linear-gradient(left, rgba(235,235,235,1) 0%,rgba(235,235,235,1) 43%,rgba(235,235,235,0) 65%,rgba(235,235,235,0) 80%,rgba(235,235,235,0) 90%,rgba(235,235,235,0) 100%);
background: -ms-linear-gradient(left, rgba(235,235,235,1) 0%,rgba(235,235,235,1)43%,rgba(235,235,235,0) 65%,rgba(235,235,235,0) 80%,rgba(235,235,235,0) 90%,rgba(235,235,235,0) 100%);
background: linear-gradient(to right, rgba(235,235,235,1) 0%,rgba(235,235,235,1) 43%,rgba(235,235,235,0) 65%,rgba(235,235,235,0) 80%,rgba(235,235,235,0) 90%,rgba(235,235,235,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EBEBEB', endColorstr='#EBEBEB',GradientType=1 );

}

/* Gradients | CSS3 Gradients | Dark Blue
-------------------------------------------------------*/
.mpcp-mini-header-fluid .transparent-gradient.color-darkBlue{

background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2FjODg2MCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQzJSIgc3RvcC1jb2xvcj0iI2FjODg2MCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjY1JSIgc3RvcC1jb2xvcj0iI2FjODg2MCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjgwJSIgc3RvcC1jb2xvcj0iI2FjODg2MCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjkwJSIgc3RvcC1jb2xvcj0iI2FjODg2MCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNhYzg4NjAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(left, rgba(0,65,99,1) 0%, rgba(0,65,99,1) 43%, rgba(0,65,99,0) 65%, rgba(0,65,99,0) 80%, rgba(0,65,99,0) 90%, rgba(0,65,99,0) 100%);
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,65,99,1)), color-stop(43%,rgba(0,65,99,1)), color-stop(65%,rgba(0,65,99,0)), color-stop(80%,rgba(0,65,99,0)), color-stop(90%,rgba(0,65,99,0)), color-stop(100%,rgba(0,65,99,0)));
background: -webkit-linear-gradient(left, rgba(0,65,99,1)0%,rgba(0,65,99,1) 43%,rgba(0,65,99,0) 65%,rgba(0,65,99,0) 80%,rgba(0,65,99,0) 90%,rgba(0,65,99,0) 100%);
background: -o-linear-gradient(left, rgba(0,65,99,1) 0%,rgba(0,65,99,1) 43%,rgba(0,65,99,0) 65%,rgba(0,65,99,0) 80%,rgba(0,65,99,0) 90%,rgba(0,65,99,0) 100%);
background: -ms-linear-gradient(left, rgba(0,65,99,1) 0%,rgba(0,65,99,1)43%,rgba(0,65,99,0) 65%,rgba(0,65,99,0) 80%,rgba(0,65,99,0) 90%,rgba(0,65,99,0) 100%);
background: linear-gradient(to right, rgba(0,65,99,1) 0%,rgba(0,65,99,1) 43%,rgba(0,65,99,0) 65%,rgba(0,65,99,0) 80%,rgba(0,65,99,0) 90%,rgba(0,65,99,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004163', endColorstr='#004163',GradientType=1 );

}

/* Gradients | CSS3 Gradients | Dark Gray
-------------------------------------------------------*/
.mpcp-mini-header-fluid .transparent-gradient.color-darkGray{

background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2FjODg2MCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQzJSIgc3RvcC1jb2xvcj0iI2FjODg2MCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjY1JSIgc3RvcC1jb2xvcj0iI2FjODg2MCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjgwJSIgc3RvcC1jb2xvcj0iI2FjODg2MCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjkwJSIgc3RvcC1jb2xvcj0iI2FjODg2MCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNhYzg4NjAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(left, rgba(109,110,113,1) 0%, rgba(109,110,113,1) 43%, rgba(109,110,113,0) 65%, rgba(109,110,113,0) 80%, rgba(109,110,113,0) 90%, rgba(109,110,113,0) 100%);
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(109,110,113,1)), color-stop(43%,rgba(109,110,113,1)), color-stop(65%,rgba(109,110,113,0)), color-stop(80%,rgba(109,110,113,0)), color-stop(90%,rgba(109,110,113,0)), color-stop(100%,rgba(109,110,113,0)));
background: -webkit-linear-gradient(left, rgba(109,110,113,1)0%,rgba(109,110,113,1) 43%,rgba(109,110,113,0) 65%,rgba(109,110,113,0) 80%,rgba(109,110,113,0) 90%,rgba(109,110,113,0) 100%);
background: -o-linear-gradient(left, rgba(109,110,113,1) 0%,rgba(109,110,113,1) 43%,rgba(109,110,113,0) 65%,rgba(109,110,113,0) 80%,rgba(109,110,113,0) 90%,rgba(109,110,113,0) 100%);
background: -ms-linear-gradient(left, rgba(109,110,113,1) 0%,rgba(109,110,113,1)43%,rgba(109,110,113,0) 65%,rgba(109,110,113,0) 80%,rgba(109,110,113,0) 90%,rgba(109,110,113,0) 100%);
background: linear-gradient(to right, rgba(109,110,113,1) 0%,rgba(109,110,113,1) 43%,rgba(109,110,113,0) 65%,rgba(109,110,113,0) 80%,rgba(109,110,113,0) 90%,rgba(109,110,113,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6D6E71', endColorstr='#6D6E71',GradientType=1 );

}


.mpcp-mini-header-fluid .solid.color-brown{
    background-color: #ac8860;
}

.mpcp-mini-header-fluid .solid.color-blue{
    background-color: #638bb2;
}

.mpcp-mini-header-fluid .solid.color-lightBlue{
    background-color: #EBEBEB;
}

.mpcp-mini-header-fluid .solid.color-lightGray{
    background-color: #EBEBEB;
}

.mpcp-mini-header-fluid .solid.color-darkBlue{
    background-color: #004163;
}

.mpcp-mini-header-fluid .solid.color-darkgray{
    background-color: #6D6E71;
}

.mpcp-mini-header-fluid .solid{
    position: relative;
    width: 100%;
    height: 100%;
}

.mpcp-inner-vcenter.font-color-brown h1, .mpcp-inner-vcenter.font-color-brown p{
    color: #ac8860;
}

.mpcp-inner-vcenter.font-color-blue h1, .mpcp-inner-vcenter.font-color-blue p{
    color: #638bb2;
}

.mpcp-inner-vcenter.font-color-lightBlue h1, .mpcp-inner-vcenter.font-color-lightBlue p{
    color: #EBEBEB;
}

.mpcp-inner-vcenter.font-color-lightGray h1, .mpcp-inner-vcenter.font-color-lightGray p{
    color: #EBEBEB;
}

.mpcp-inner-vcenter.font-color-darkBlue h1, .mpcp-inner-vcenter.font-color-darkBlue p{
    color: #004163;
}

.mpcp-inner-vcenter.font-color-darkGray h1, .mpcp-inner-vcenter.font-color-darkGray p{
    color: #6D6E71;
}
.mpcp-inner-vcenter.font-color-white h1, .mpcp-inner-vcenter.font-color-white p{
    color:#fff;
}
#main-slider-container {
    padding-top: 24px;
}

.container .flexslider {
    width: 100% !important;
    margin: 0;
}

.well.bluebuttons {
    min-height: 120px;
    padding: 25px 25px 15px 25px;
    background: #4b93cf;
    background: -moz-linear-gradient(top, #4b93cf 0%, #5194cf 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4b93cf), color-stop(100%,#5194cf));
    background: -webkit-linear-gradient(top, #4b93cf 0%,#5194cf 100%);
    background: -o-linear-gradient(top, #4b93cf 0%,#5194cf 100%);
    background: -ms-linear-gradient(top, #4b93cf 0%,#5194cf 100%);
    background: linear-gradient(to bottom, #4b93cf 0%,#5194cf 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4b93cf', endColorstr='#5194cf',GradientType=0 );
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border: 1px solid #478bc8;
    margin-bottom: 30px;
}

.bluebuttons .btn-block+.btn-block {
    margin-top: 9px;
}

.btn-patients {
    padding: 20px 0px 0px 25px;
    min-height: 92px;
    /* IE10 Consumer Preview */
    background-image: -ms-linear-gradient(top, #208CC8 0%, #0969A0 100%);
    /* Mozilla Firefox */
    background-image: -moz-linear-gradient(top, #208CC8 0%, #0969A0 100%);
    /* Opera */
    background-image: -o-linear-gradient(top, #208CC8 0%, #0969A0 100%);
    /* Webkit (Safari/Chrome 10) */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #208CC8), color-stop(1, #0969A0));
    /* Webkit (Chrome 11+) */
    background-image: -webkit-linear-gradient(top, #208CC8 0%, #0969A0 100%);
    /* W3C Markup, IE10 Release Preview */
    background-image: linear-gradient(to bottom, #208CC8 0%, #0969A0 100%);
}

.btn-patients h2{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 22px;
    color: #FFF;
    padding: 0px;
    margin: 0px;
}

.btn-patients p{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #9cc7df;
    padding: 0px;
}

.alignright {
    float: right;
}

img.alignright {
    margin: 5px 0 5px 20px !important;
}

.alignleft {
    float: left;
}

img.alignleft {
    margin: 5px 20px 5px 0 !important;
}

.aligncenter, img.aligncenter {
    display:block;
    text-align: center;
    margin: 5px auto;
}





.mobile-sub-menu a.list-group-item {
    color: #0081C6;
}

.mobile-sub-menu  a.list-group-item.active,
.mobile-sub-menu a.list-group-item.active:hover,
.mobile-sub-menu a.list-group-item.active:focus {
    color: #fff;
    background-color: #0081C6;
    border-color: #0081C6;
}

.mpcp-breadcrumb a {
  vertical-align: middle;
}

/*CONTENT*/
.container-page {
    padding-top: 15px;
    /* background: url(images/header_slider_shadow.jpg) 0 0 no-repeat;*/
    background: url(images/header_slider_shadow_noborder.png) center 0 no-repeat;
    background-color: #fff;
    border-radius: 0 0 5px 5px;
}

body:not(.home) .container-page {
    padding-bottom: 45px;
}

.container-loc {
  color: #004163;
  font-weight: 600;
  text-align: center;
  background: #cadef0;
  padding: 25px 0;
}

.btn-loc-toggle {
  font-size: 18px;
  display: block;
  color: inherit;
  font-weight: inherit;
  text-align: inherit;
  background: inherit;
}
.btn-loc-toggle .glyphicon {
  font-size: .8em;
}

.mobile-loc-menu-list {
  margin: 25px 0 0;
}

.mobile-loc-menu-item {
  font-size: 14px;
  display: block;
  color: inherit;
  font-weight: inherit;
  text-align: inherit;
  background: inherit;
}

.mobile-loc-menu-item + .mobile-loc-menu-item {
  margin: 20px 0 0;
}

.page-content {
    padding-right: 0;
}

@media (min-width: 768px) {

    .page-content {
        padding-right: 30px;
    }

}



.post-content {
    padding-right: 0;
}

.page-content H1 {
    margin-top: 0;

}

.header-banner-container {
    height: 0;
    position: relative;
    padding-bottom: 56.25%;
}

.header-banner-primary {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    overflow: hidden;
}

.header-banner-secondary {
    position: relative;
    display: none;
}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(255,255,255,0);
    transition: background-color 1s;
}

.header-banner-secondary:hover .overlay {
    background-color: rgba(0,0,0,.2);
}

#secondary-header-banner1 {
    grid-column: 4;
    grid-row: 1;
}

#secondary-header-banner2 {
    grid-column: 5;
    grid-row: 1;
}

#secondary-header-banner3 {
    grid-column: 4;
    grid-row: 2;
}

#secondary-header-banner4 {
    grid-column: 5;
    grid-row: 2;
}

.header-banner-wrapper {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.header-banner {
    display: block;
}

.entry {
    color: #808080;
    padding: 5px 0 5px 0;
    line-height: 1.6em;
}

/* 
.page-content a:hover, .entry a:hover {
    color: #54b948;
} 
*/

/* Override for the accordion */
.page-content .panel-mpcp .panel-title a,
.page-content .panel-mpcp .panel-title a:link,
.page-content .panel-mpcp .panel-title a:visited,
.post-content .panel-mpcp .panel-title a,
.post-content .panel-mpcp .panel-title a:link,
.post-content .panel-mpcp .panel-title a:visited {
    text-decoration: transparent;
}

.page-content .panel-mpcp .panel-title a:hover {
    color:#325b7b;
}

.alert-urgentmessage {
    color: #474747;
    background-color: #f2f2f2;
    border-color: #d0d0d0;
    margin-top: 40px;
}

.alert-urgentmessage .alert-image {
    vertical-align: middle;
    display: table-cell;
    padding-right: 30px;
}

.alert-urgentmessage .alert-heading {
    color: #474747;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.alert-urgentmessage .alert-message {
    display: table-cell;
    vertical-align: middle;
}

.alert-urgentmessage .alert-message p {
    margin: 0;
}

.entry h2 {
    font-size: 20px;
    margin: 10px 0 10px;
    font-weight: normal;
    color: #5095cc;
}

.parent-pageid-438 .entry h2 {
    color:#474747;
    margin-bottom: 15px;
}

.page-content h3, .entry h3 {
    font-size: 23px;
    margin: 35px 0 10px;
}

.page-content h4, .entry h4 {
    font-size: 18px;
    margin: 30px 0 10px;
    font-family: Georgia, "Times New Roman", Times, serif;
    color: #54B948;
    font-style: italic;
}

.page-content h5, .entry h5 {
    font-size: 17px;
    margin: 25px 0 10px;
    font-family: Georgia, "Times New Roman", Times, serif;
    color: #54B948;
    font-style: italic;
}

.page-content h6, .entry h6 {
    margin: 25px 0 10px;
    color: #54B948
}

.entry p {
    margin: 0px 0 1rem 0;
}

.entry-item {
    margin-bottom: 30px;
}

.entry ul li {
    margin-bottom: 10px;
}

.page-content .entry h3 a,
.page-content .entry h3 a:link,
.page-content .entry h3 a:visited {
    text-decoration-color: transparent;
}

ul.nav li {
    margin-bottom: -1px;
}

ol li {
    margin-top: 5px;
    margin-bottom: 7px;
}

.img-responsive {
    width: 100%;
    height: auto;
}

.img-rounded {
    border-radius: 4px;
}
.article-image{
	width: 300px;
	float: left;
	margin: 5px 20px 5px 0;
}
.panel-mpcp {
    background: #CADEF0;
    color: #325B7B;
    border: 1px solid #CADEF0;
    margin: 10px 0;
}

.panel-mpcp .panel-title {
    font-family: 'CartoGothicStdBook', Arial, Helvetica, sans-serif;
    filter: none;
    font-size: 16px;
    color: #325b7b;
    font-style: normal;
    margin: 0;
}

.panel-gray {
    background: #f4f4f4;
    background: -webkit-gradient(linear, left top, left bottom, from(#f4f4f4), to(#e3e3e3));
    background: -moz-linear-gradient(top, #f4f4f4, #e3e3e3);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f4f4', endColorstr='#e3e3e3');
    border: 1px solid #dadada;
    position: relative;
    margin: 20px 0 0 0 !important;
    display: block;
}

.panel-gray .panel-title {
    color: #8ea5c4;
    font-size: 17px;
    font-weight: normal;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic;
}

.panel-mpcp .panel-body {
    color: #808080;
    background: #fff;
    margin: 0;
    border: 1px solid #dbdbdb;
    padding: 20px;
}

.panel-mpcp .glyphicon {
    float: right;
}

hr.blank {
    display: none;
}

.list_check ul, .list_delete ul, .list_arrows ul, .list_dots_blue ul {
    margin: 0 0 20px 0px;
    padding: 0;
}

.list_check li {
    list-style: none;
    background: url(images/icons/icon_check2.png) 0 0 no-repeat;
    margin: 0 0 10px 0;
    line-height: 25px;
    padding: 0 0 0 32px;
}

.tab-content {
    margin-top: -1px;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-radius: 0 0 4px 4px;
}

.tab-pane {
    padding: 10px;
}

/*Health&Wellness Article Page*/
body.page-template-page-articles div.page-content h1{
	padding-top: 20px;
}
.grid-item {
    width: 33.33333333%;
    padding-left: 15px;
    padding-right: 15px;
}

.healthitem{
	border: 1px solid #dcdcdc;
	padding: 25px 10px 10px 10px;
	height: 309px;
	margin-bottom: 20px;
	margin:0;
	padding: 0;
}

.healthitem h2{
	font-size: 16px;
	margin: 0% 11% 0 10%;
	padding-top: 4px;
	padding-bottom: 4px;
}
div.healthitem .auth-name{
font-size: 11px;
  margin: 0 5% 0 10%;
  padding-top: 3px;
  line-height: 16px;
}
.feat-image{
	width: 90%;
	margin: 10% 5% 0 5%;
	padding: 10px;
}
.feat-content{
	padding-top: 25px;
}
.cat-name{
background: #8d8d8d;
  padding: 0px 5px;
  color: white;
  /* width: 54%; */
  position: absolute;
  top: -5%;
  right: 8%;
  font-size: 12px;
}

.feat-article{
	border: 1px solid #dcdcdc;
	margin-bottom: 15px;
}
.feat-article img{
	width: 100%;
	margin:5% 0%;
}
div.feat-content p.auth-name{
	font-size: 10px;
	margin: 2px 0 20px 0px;
}

div.feat-content p{
	font-size: 11px;
	line-height:1.5em;
}

div.feat-article div.feat-content h2{
	margin: 0;
	margin-top: 14px;
	font-size: 22px;
	line-height: 1em;
}
div.feat-article .cat-name{
	background: #8d8d8d;
	padding: 2px;
	color: white;
	width: 29%;
	position: absolute;
	top: -5%;
	right: 3%;
	font-size: 12px;
	padding-left: 7px;
}
div.button-group{
	margin-bottom: 34px;
}
div.button-group p{
	margin: 7px;
	font-size: 11px;
}
div.health div.healthitem{
	position: relative;
}
.space{
	margin-right: 30px;
}
.contain{
	margin: 0;
	padding: 0;
}
.left{
	display: inline;
}

div.health-buttons div{
	float: left;
}
button{
	  width: 83px;
	  height: 37px;
	  border: none;
	  padding: 0 10px;
	  color: #fff;
	  font-size: 11px;
	  margin: 2px 6px;
	  line-height: 1.3em;
	}
div.button-group button.is-checked, div.button-group button:hover{
	background: #54b948;
}
.button-group{
	margin-bottom: 20px;
}
.health{
	clear: both;
	margin-top: 8px;
}

.healthitem{
	height: 287px;
	margin-bottom: 15px;
}
.button-group:after {
  content: '';
  display: block;
  clear: both;
}

.button-group button {
  float: left;
  border-radius: 0;
  margin-left: 0;
  margin-right: 10px;
  margin-top: 10px;
  background: #8d8d8d;
}
/*END CONTENT*/

/*----------------------------------------------*/
/* 3.5 Slideshow Gallery and Text  */
/*----------------------------------------------*/
.slideshow {
    clear:both;
    margin:10px 0 50px 0;
    position:relative}

.slideshow .slides_container {
    width:570px;
    display:none}

.slideGallery .slides_container .slide {
    height:270px;
    overflow:hidden}

.slideshow .slides_container .slide {
    width:570px;
    display:block;}

.slideshow .slides_container{
    border:4px solid #ebebeb;
    padding:0;
    background:#fff;
    overflow:hidden}

.entry .slideshow .slides_container img {
    border:none}

.slideshow.slideText .slides_container {
    width:600px}

.slideshow.slideText .slides_container .slide{
    padding:10px;
    width:580px}

.slideshow.slideText .slides_container .slide h2 {
    margin:0 0 10px 0}

.slideshow .pagination {
    margin:10px 5px 10px 225px;
    width:120px;}

.slideshow .pagination li {
    float:left;
    margin:0 2px;
    list-style:none;}

.slideshow .pagination li a {
    display:block;
    width:14px;
    height:0;
    padding-top:14px;
    background-image:url(images/slideshow_pagination.png);
    background-position:0 0;
    float:left;
    overflow:hidden;}

.slideshow .pagination li.current a {
    background-position:0 -14px;}

.post-content .slideshow .pagination li a {
    background-image:url(images/slideshow_pagination.png);
    width:16px;
    height:0;
    padding: 0;
    padding-top:16px;
    background-color: transparent;
    border: none;}

.post-content .slideshow .pagination li.current a {
    background-position:0 -16px;}

/* testimonials slideshow */
.slideshow.slideQuotes,
.entry .slideshow.slideQuotes {
    background:url(images/icons/icon_quotes.png) 5px 0 no-repeat;
    padding:8px 0 0 40px}

.slideshow.slideQuotes h3 {
    font-size:11px !important;
    text-transform:uppercase;
    color:#12a0a9;
    margin:0 0 10px 0}

.slideshow .link-more {
    background:none;
    padding:0;
    margin:0 10px;
    font-family:Arial, Helvetica, sans-serif;
    color:#12a0a9}

.slideshow.slideQuotes .slides_container {
    width:580px;
    margin-bottom:10px;
    border:none;
    padding:0;
    box-shadow:none;
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
    overflow:hidden;}

.slideshow.slideQuotes .slides_container .slide{
    width:560px;}


.slideshow.slideQuotes .prev,
.slideshow.slideQuotes .next {
    background:url(images/arrows_slide.png) 0 0 no-repeat;
    display:block;
    width:7px;
    height:10px;
    overflow:hidden;
    text-indent:-400px;
    float:left;
    margin:0 5px 0 5px;
    position:relative;
    bottom:20px}

.slideshow.slideQuotes .prev {
    background:url(images/arrows_slide.png) 0 -10px no-repeat;}

.slideshow.slideQuotes .prev:hover {
    background-position:-7px -10px}

.slideshow.slideQuotes .next:hover {
    background-position:-7px 0}

.carousel {
    margin-bottom: 30px;
}

/*SIDE BAR*/
.sidebar {
    margin-top:5rem;
}

.sidebar h3 {
    font-size:21px;
    color:#474747;
    font-family:'CartoGothicStdBook', Arial, Helvetica, sans-serif;
    margin-bottom:10px;
    margin-top: 0;
}

.sidebar p {
    margin: 0 0 18px 0;
}

.sidebar fieldset {
    padding: .35em .625em .75em;
    margin-bottom: 20px;
    border: 1px solid silver;
}

.sidebar ul, .sidebar ol {
    margin:0;
    padding:0;
    padding-left:17px;
}

.sidebar ul li {
    line-height: 2em;
}

.sidebar_space {
    padding:10px }

.sidebar_baner {
    padding:15px 0}

.btn-contactform-toggle {
    margin: 0 0 5px;
}
.health-tip-well {
    color: #333333;
    background-color: #fff;
    padding: 18px;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(204, 204, 204, 1);
    border-radius: 0px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 30px;
}

.health-tip-well>*:first-child {
    margin-top: 0;
    padding-top: 0;
}

.health-tip-well .icon {
    vertical-align: bottom;
}

/* Location Sidebar */
div.location-list {
    width: 100%;
    float:left;
    margin-left:0;
    padding-top:10px;
    padding-bottom:10px;
    padding-left:25px;
    background-color:#FFF;
    border: 1px solid #BEBEBE;
}

div.location-list h3 { color:#2674ba; }

div.location-list div p { margin:0; padding:0; line-height:1.1; padding-bottom:15px; }

div.location-list div p a, div.location-list div p a:link { color:#2674ba; }

div.location-list div.leftcolumn, div.location-list div.rightcolumn {
    float:left;
    width:45%;
}
/* End Location Sidebar */

div.location-list div.rightcolumn {
    width:45%;
    margin-left:15px;
}

/* Featured List */
div.featured-list {
    float:left;
    margin-top: 25px;
    margin-left:0;
    padding: 10px 25px;
    background-color:#FFF;
    border: 1px solid #BEBEBE;
}

div.featured-list p { margin:0; padding:0; line-height:1.1; padding-bottom:15px; }
div.featured-list h4 a, div.featured-list h4 a:link, div.featured-list p a, div.featured-list p a:link { color:#54b948; }
/* End Featured List */

/* Contact Form */
.gform_wrapper {
    margin: 0 !important;
}

#contactform {
    border: 1px solid #ccc;
    padding: 15px;
    margin-bottom: 25px;
    min-height: 340px;
    max-height: 340px;
    overflow: hidden;
    -webkit-transition: max-height 3s; /* Safari */
    transition: max-height 3s;
}

@media (min-width: 768px) {

    #contactform {
/*        min-height: 380px;*/
        max-height: 340px;
    }

}

#contactform .expand-form {
    color: #0081C6;
    text-decoration: underline;
}

#contactform .expand-form:hover {
    cursor: pointer;
}

#contactform.expanded {
    height:auto;
    max-height: 2000px;
}

#contactform.expanded .expand-form {
    display: none;
    visibility: hidden;
}

.collapse-text {
    margin-top: 30px;
}

#contactform h2 {
    margin-top: 0;
}

.wpcf7-form {
    padding-left:0;
    margin-bottom: 0;
}

.wpcf7-form p {
    margin: 0 0 18px 0;
}

.wpcf7-form input[type=text],
.wpcf7-form input[type=email],
.wpcf7-form input[type=tel]
{
    width: 100%;
    margin-bottom: 10px;
}

.wpcf7-form input[type="radio"] {
    margin-right: 10px;
    margin-left: 10px;
}

label { display:block;}
.wpcf7-form label.error, .wpcf7-form p label.error {
    border:none;
    display:block;
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    color:#ff0000;
    font-weight:bold;
}

textarea.error { border:#ff0000 solid 1px; }

form.wpcf7-form label.mpcpradio.error { display: none; }

form.wpcf7-form fieldset {
    padding: 0;
    border: none;
    width: 100%;
    margin-bottom:0;
}

form.wpcf7-form textarea {
    width: 100%;
    height:60px;
    font-size: 12px;
    background: white;
    overflow: auto;
}
form span br{
    display:none;
}
.normal { width:100%; }

/* Styles for the contact form button */
.gform_button {
    display: inline-block;
    color: rgb(128, 128, 128);
    background-color: rgb(239,239,239);

    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.2rem;

    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/* facebook iframe spacing */
#facebook { padding-left:0; }

/* logos */
#logos {
    clear:both;
    display:block;
    float:left;
    width:320px;
}

#logos .leftlogo { margin-left:40px; margin-right:30px; }

/*END SIDE BAR*/

/*Social Bar*/
.divider_dots {
    background: url(images/divider_dots.gif) center top no-repeat;
    margin-bottom: 20px;
    padding-top: 20px;
    margin-top: 20px
}
.social-list {
    display: flex;
    justify-content:  center;
}
.social-list span.social-text {
    font-size: 17px;
    font-weight: normal;
    font-family: 'CartoGothicStdBook', Arial, Helvetica, sans-serif;
    color: #474747;
    line-height: 1.2em;
    margin: 0;
}

.social-list img {
    vertical-align: top;
}
.social-list img.linkedin {
    vertical-align: bottom;
}

.social-list div {
    display: table-cell;
    vertical-align: middle;
    padding-right: 20px;
}
/*END Social Bar*/

/*FOOTER*/
.container-footer {
    padding: 0;
    padding-bottom: 30px;
    background: #cadef0; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NhZGVmMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #cadef0 0%, #ffffff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cadef0), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #cadef0 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #cadef0 0%,#ffffff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #cadef0 0%,#ffffff 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #cadef0 0%,#ffffff 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cadef0', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */
}
.container-footer .container {
    background-color: transparent;
}

.container-footer h2,
.container-footer h3 {
    font-size: 16px;
    color: #325b7b;
    padding: 0;
    margin-top: 50px;
}

.container-footer ul {
    margin: 0;
    padding: 0;
}

.container-footer ul li {
    list-style: none;
    margin-bottom: 8px;
}

.container-footer a,
.container-footer a:link {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #1c649e;
    text-decoration: underline;
}
.container-footer a:hover,
.container-footer a:focus {
    text-decoration: none;
}

.container-footer p {
    margin: 0px;
    padding: 0px;
    font-size: 11px;
    color: #666;
}

.container-footer .container-office-addresses .col-office-addresses {
    padding-left: 0;
}

.container-footer .footer-logo {
    width: 100%;
    max-width: 140px;
    padding-bottom: 30px;
}

.col-footer-logo {
    padding-top: 30px;
}

.container-footer .footer-disclaimer {
  font-style: italic;
  line-height: 1.3;
  margin-top: 20px;
}
/*END FOOTER*/
/*HOME PAGE*/

.slider {
    margin-right: -15px;
}
.home section#main-content .media-right{
        padding-left: 15px;
        float: right;
    }
/*END HOME PAGE*/

/*MEDICAL STAFF*/
.page-staff h5 {
    font-size: 14px;
    margin: 0px 0 0px;
    font-family: Georgia, "Times New Roman", Times, serif;
    color: #54B948;
    font-style: normal;
}
/*END MEDICAL STAFF*/

/*WELLNESS NEWSLETTERS*/
.page-newsletters table td {
    font-size: 13px;
    padding: 5px;
}

.post-content p {
    margin: 0 0 18px 0;
}

.post-content table td {
    font-size: 13px;
    padding: 5px;
}
/*END WELLNESS NEWSLETTERS*/

/*LOCATIONS*/

.single-locations h2 {
    margin-top: 30px;
}

.single-locations h2 .small {
    font-size: 72%;
}

.single-locations .lead {
    font-size: 14px;
}

.single-locations .entry h2 {
    margin: 10px 0 10px;
}

.location-title {
    color: #337ab7;
    font-weight: bold;
}

.location-doctors {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
    margin-bottom: 20px;
}

.columbia_office .location-doctors {
    grid-template-columns: repeat(1, 1fr);
}

.location-doctor h4 {
    margin-top: 0;
    margin-bottom: 0;
}

/* 
.location-doctor a:hover, .location-doctor a:focus {
    color: #54b948;
} 
*/

.post-content .the-content{
    margin-top:18px;
}

#mpcp-embedded-maps {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
}
#mpcp-embedded-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border:none;
}

.contactbox {
    border: #ccc solid 1px;
    padding: 15px;
    margin-top: 25px;
    margin-bottom: 25px;
    background: #ffffff; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlMWUyZWEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #ffffff 0%, #e7f0f8 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e7f0f8)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#e7f0f8 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffffff 0%,#e7f0f8 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffffff 0%,#e7f0f8 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ffffff 0%,#e7f0f8 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e7f0f8',GradientType=0 ); /* IE6-8 */
}

/* MPCP Custom Sidebar White-BG override */
.contactbox.white-bg {
    background:#fff;
    background-color: #fff;
    filter:unset;
}

.contactbox h1 {
    margin: 0;
    margin-bottom: 20px;
}

.contactbox h2 {
    margin-top: 0;
}

.contactbox .btn-toggle-info {
    color: #428bca;
    background-color: #fff;
    border-color: #428bca;
    margin-bottom: 10px;
    width: 70%;
}

.contactbox .btn-toggle-info .glyphicon {
    font-size: 10px;
    margin-left: 10px;
    color: #428bca;
}

.contactbox dt { float: left; width: 55px; }
.contactbox dd { margin-left: 75px; }

#patient-information-box {
    padding: 15px;
}
#patient-information-box h2 {
    font-size: 20px;
    margin-bottom: 0px;
}
#patient-information-box ul {
    margin: 0px 0px 15px 15px;
}
#patient-information-box ul li {
    list-style: outside disc;
}
#patient-information-box ul li a:hover {
    text-decoration: none;
}

.columbia_office h3 {
    color: #54b948;
}

/*Gravity Forms*/
.gform_wrapper{
   display:block !important;
}
/*END LOCATIONS*/

/* DOCTORS */
.doctors-articles {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 25px 20px;
    margin-top: 25px;
}

.doctors-article {
    position: relative;
    border: 1px solid #dcdcdc;
    padding: 25px 20px;
}

.doctors-article-img-container {
    height: 0;
    overflow: hidden;
    position: relative;
    padding-bottom: 56.25%;
}

.doctors-article-img-wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.doctors-article-img {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.doctors-article h2 {
    font-size: 16px;
    padding-top: 4px;
    padding-bottom: 4px;
}

.post-type {
    background: #8d8d8d;
    padding: 0px 5px;
    color: white;
    /* width: 54%; */
    position: absolute;
    top: -5%;
    right: 8%;
    font-size: 12px;
}
/* END DOCTORS */
/* Newsletter media query */

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

    .navbar .navbar-header.box {
        position: absolute;
        top: 50%;
        margin-top: -41px;
    }

    #main-desktop-nav>.navbar-nav>li {
        display: block;
        float: left;
        margin: 0;
        position: relative;
        list-style: none;
        padding: 0;
        margin: 0;
    }
    .well.bluebuttons {
        height: 280px;
    }

    .btn-patients {
        min-height: 112px;
    }

    .btn-patients h2 {
        font-size: 30px;
    }

    .btn-patients p {
        font-size: 16px;
    }

    .header-banner-container {
        grid-auto-rows: min-content;
    }

    .location-news-items {
        font-size: 14px;
    }

    .sidebar h1 {
        font-size: 25px;
    }

    #wpsm-table-4.center-table-align td, #wpsm-table-4.center-table-align th {
      width: 18%;
    }

    #wpsm-table-4.center-table-align td:first-child, #wpsm-table-4.center-table-align th:first-child {
      width: 28%;
    }
}

@media (max-width: 1200px) {
    .header-banner-container {
        grid-auto-rows: min-content;
    }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    /*CONTENT*/

    #main-desktop-nav>.navbar-nav>li>a {
        display: block;
        color: #004163;
        text-decoration: none;
        padding: 10px 30px;
        font-size: 15px;
    }

    .container-page {
        padding-top: 15px;
        padding-left: 30px;
        padding-right: 30px;
        background: linear-gradient(to bottom, rgba(248,248,248,1) 0%, rgba(255,255,255,1) 100%);
    }

    .home .container-page {
        padding-top: 0;
        padding-left: 15px;
        padding-right: 15px;
    }

    .mpcp-breadcrumb {display:block;width:100%;margin-bottom:25px;font-size: 13px;}

    .main-content {
        padding-right: 30px;
    }

    .loc-img {
        height: 229px;
    }

    .navbar.navbar-default {
        padding: 0 !important;
    }

    .btn-patients {
        text-align: left;
    }

    .sidebar {
        margin-top:0;
        padding-right: 0;
        margin-left: -15px;
        padding-left: 30px;
        /* background: url(images/sidebar_menu_bg.jpg) 0 0 no-repeat; */
        background:none;
        min-height: 593px;
    }

    .sidebar #logos {
        float: none;
        margin: 18px 0 30px 0;
    }

    .sidebar .btn-contactform-toggle {
        display: none;
    }

    .sidebar .contactform-collapse {
        display: block;
        height: auto;
    }

    .contactbox {
        margin-top: 0;
    }

    div.featured-list {
        margin-top: 25px;
    }

    div._4s7c {
        height: 400px !important;
    }

    div.wpcf7-response-output {
        margin: 0;
        padding: 20px;
        border: 1px solid #E0E0E0;
    }

    div.wpcf7-response-output {
        border: 1px solid #E0E0E0;
    }

    .post-content {
        padding-right: 30px;
    }
}
/* Small devices (tablets, 992px and down) */
@media (max-width: 992px) {
    .navbar-header {
        float: none;
    }

    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }
    .grid-item {
        width: 50%;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 35px;
    }
    .well.bluebuttons {
        height: 280px;
    }
    .healthitem{
    	height: 309px;
    }
    .hideonmobile{
        display:none;
    }
    .nav-btns>li>a,
    .nav-btns>li>a:link,
    .nav-btns>li>a:visited{
        padding: 12px 20px !important;
        text-decoration-color: transparent;
    }
    .mpcp-slide-fluid .mpcp-slide-inner, .mpcp-slide-fluid .mpcp-slide-inner .mpcp-banner-fluid-content{
        width:100%;
        max-width: 100%;
    }
    .mpcp-slide-fluid .mpcp-slide-inner .mpcp-banner-fluid-content{
        overflow: hidden;
    }

    .header-banner-container {
        grid-auto-rows: min-content;
    }
}



/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    div.featured-list {
        margin-top: 0;
    }

    .holiday_hours dt {
        width: 50%;
    }

    .holiday_hours dd {
        margin-left: 55%;
    }

    .header-banner-container {
        height: auto;
        padding: 0;
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        grid-gap: 10px;
    }

    .header-banner-primary {
        position: relative;
        grid-column: 1 / 4;
        grid-row: 1 / 3;
    }

    .header-banner-primary:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 44.71%;
    }

    .header-banner-secondary {
        display: block;
        overflow: hidden;
    }
}

/* Newsletter media query */
@media (max-width: 640px) {
    table {
        width: 100% !important;
    }

    table img {
        max-width: 100% !important;
        height: auto !important;
    }

    .article-image{
    	width: 100%;
    	margin-bottom: 20px;
    }
    .grid-item {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .healthitem{
    	height: 379px;
    }
    .feat-image {
      width: 80%;
      margin: 3% 10% 0 10%;
      padding: 10px;
      padding-top: 28px;
    }
    .feat-article {
      border: 1px solid #dcdcdc;
      margin-bottom: 15px;
      margin-top: 32px;
    }
    div.feat-article .cat-name {
      background: #8d8d8d;
      padding: 2px;
      color: white;
      width: 41%;
      position: absolute;
      top: -3%;
      right: 3%;
      font-size: 12px;
      padding-left: 7px;
    }
    .feat-content{
    	padding: 0;
    	margin-left: 2%;
    }
    .home .media-body,.media-right{
        width: 100%;
        display: block;
    }
    section#main-content .media-right{
        padding-left: 0 !important;
        margin-bottom: 18px;
    }
    section#main-content .media img{
        width: 100%;
    }
    .mpcp-slide-fluid .mpcp-slide-inner p{
        font-size: 18px;
    }

    .mpcp-slide-fluid .mpcp-slide-inner h1{
        font-size: 54px;
    }
    .mpcp-mini-header-fluid .mpcp-slide-inner h1{
        font-size: 33px;
    }

/* MPCP Mini-Header for Tier 3 pages | June 2016 Update
---------------------------------------------------------------------------*/
.container.container-slider{padding:0;}
.mpcp-mini-header-fluid{background-color:rgba(235,235,235,1); background-position: -99999px; }
.mpcp-mini-header-fluid .transparent-gradient,
.mpcp-mini-header-fluid .transparent-gradient.color-lightGrey,
.mpcp-mini-header-fluid .transparent-gradient.color-lightBlue,
.mpcp-mini-header-fluid .transparent-gradient.color-darkGray,
.mpcp-mini-header-fluid .transparent-gradient.color-darkBlue,
.mpcp-mini-header-fluid .transparent-gradient.color-blue,
.mpcp-mini-header-fluid .transparent-gradient.color-brown { background:none;}

.mpcp-mini-header-fluid .mpcp-slide-inner{width:100%;}
.mpcp-mini-header-fluid .mpcp-slide-inner .mpcp-banner-fluid-content {
    width: 100%;
    margin-left:1%;
}
.mpcp-mini-header-fluid .mpcp-slide-inner h1{font-size:30px; padding-bottom: 0;}
.mpcp-mini-header-fluid .mpcp-slide-inner p{width:100%;font-size:16px;}


}
@media (max-width:500px){
	.healthitem{
		height: 259px;
	}
	div.feat-article .cat-name {
	  background: #8d8d8d;
	  padding: 2px;
	  color: white;
	  width: 73%;
	  position: absolute;
	  top: -4%;
	  right: 3%;
	  font-size: 12px;
	  padding-left: 7px;
	}
	.feat-article img {
	  width: 100%;
	  margin: 5% 0%;
	  padding-top: 36px;
	}
	.navbar .navbar-toggle {
	  border: none;
	  padding: 12px;
	  margin: 2px 0 0 0;
	  background-color: #4b93cf;
	  top: 29px;
	}
    .alert-urgentmessage .alert-image {
        text-align: center;
        display: block;
        padding-right: 0px;
        padding-bottom: 16px;
        width: 100%;
    }
  /* [ed]
    .mpcp-slide-fluid .mpcp-slide-inner .mpcp-banner-fluid-content .mpcp-inner-vcenter {
        display: table-cell;
        position: absolute;
        bottom: 20px;
    }
  */
  .mpcp-slide-fluid .mpcp-slide-inner .mpcp-banner-fluid-content .mpcp-inner-vcenter {
        display: table-cell;
        position: absolute;
        width:100%;
        bottom: 0;
    }

  .mpcp-inner-vcenter { padding:15px; }
  .mpcp-inner-vcenter.font-color-darkBlue { background-color: rgba(255,255,255,.8); }
  .mpcp-inner-vcenter.font-color-white { background-color: rgba(109,110,113,.8); }
  .mpcp-inner-vcenter.font-color-brown{ background-color: rgba(255,255,255,.8); }
  .mpcp-inner-vcenter.font-color-lightBlue,
  .mpcp-inner-vcenter.font-color-lightGray{ background-color: rgba(0,0,0,.5); }
  .mpcp-inner-vcenter.font-color-darkGray { background-color: rgba(255,255,255,.8); }

}



@media (max-width:500px){
/* homepage carousel */
    li.mpcp-slide-fluid {background-position: 66% center; height: 240px;}
    li.mpcp-slide-fluid .mpcp-slide-inner{width:100%;}
   /* li.mpcp-slide-fluid .mpcp-slide-inner .mpcp-banner-fluid-content{width:92%;margin-left:4%;} [ed] */
    li.mpcp-slide-fluid .mpcp-slide-inner .mpcp-banner-fluid-content{width:100%;margin-left:0;}
    li.mpcp-slide-fluid .mpcp-slide-inner h1{font-size:36px;padding-bottom: 8px;}
    li.mpcp-slide-fluid .mpcp-slide-inner p{width:100%; font-size: 16px;}

    .single-locations li.mpcp-slide-fluid {
      height: 170px;
    }

/* Gradients | Transparent 24-bit (1170x130)
-------------------------------------------------------*/
.mpcp-mini-header-fluid .transparent-gradient.color-brown,
.mpcp-mini-header-fluid .transparent-gradient.color-blue{ background:none; background-color:#ac8860; }

}

/* Recommended Posts
-------------------------------------------------------*/
.recommended-posts { clear:both; padding-top:15px; }
.recommended-posts h3 { padding-top:0; margin: 35px 0 30px; }
.recommended-posts div.rp-grid {
  margin:0; padding:0;
  width:100%;
  display:grid;
  grid-template-columns: repeat(3,1fr);
  grid-gap:15px;
  list-style:none;
}

.recommended-posts div.rp-grid div.rp-grid-item {
  background-color: #fff;
  border: 1px solid #dcdcdc;
}

.recommended-posts div.rp-grid div.rp-grid-item .rp-healthitem {
  position: relative;
  height: auto;
  margin: 0;
  padding: 0;
  padding: 10%;
}

.recommended-posts div.rp-grid div.rp-grid-item .rp-healthitem p.cat-name {
  top:-10px;
}

.bg-feat-image {
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width:100%;
  height:134px;
  margin: 10% 0 0 0;

}

.recommended-posts div.rp-grid div.rp-grid-item a,
.recommended-posts div.rp-grid div.rp-grid-item a:link { display:block; width:100%; height:100%; font-size:15px; color:#337AB7; }

@media (max-width:500px){

  .recommended-posts div.rp-grid {
    grid-template-columns: 3fr;
  }

}

@supports (-ms-ime-align: auto) {
    .header-banner-container {
        display: -ms-grid;
        -ms-grid-columns: 3fr 1fr 1fr;
        -ms-grid-rows: 100px 100px;
        margin: -5px;
    }

    .header-banner-primary {
        margin: 5px;
        -ms-grid-row: 1;
        -ms-grid-column: 1;
        -ms-grid-row-span: 2;
    }

    .header-banner-secondary {
        margin: 5px;
        position: relative;
    }

    .header-banner-secondary:hover .overlay {
        background-color: rgba(255,255,255,0);
    }

    #secondary-header-banner1 {
        -ms-grid-row: 1;
        -ms-grid-column: 2;
        -ms-grid-row-span: 1;
    }

    #secondary-header-banner2 {
        -ms-grid-row: 1;
        -ms-grid-column: 3;
        -ms-grid-row-span: 1;
    }

    #secondary-header-banner3 {
        -ms-grid-row: 2;
        -ms-grid-column: 2;
        -ms-grid-row-span: 1;
    }

    #secondary-header-banner4 {
        -ms-grid-row: 2;
        -ms-grid-column: 3;
        -ms-grid-row-span: 1;
    }
}

@media all and (-ms-high-contrast:none) {
    .header-banner-container {
        display: -ms-grid;
        -ms-grid-columns: 3fr 1fr 1fr;
        -ms-grid-rows: 100px 100px;
        margin: -5px;
    }

    .header-banner-primary {
        margin: 5px;
        -ms-grid-row: 1;
        -ms-grid-column: 1;
        -ms-grid-row-span: 2;
    }

    .header-banner-secondary {
        margin: 5px;
    }

    #secondary-header-banner1 {
        -ms-grid-row: 1;
        -ms-grid-column: 2;
        -ms-grid-row-span: 1;
    }

    #secondary-header-banner2 {
        -ms-grid-row: 1;
        -ms-grid-column: 3;
        -ms-grid-row-span: 1;
    }

    #secondary-header-banner3 {
        -ms-grid-row: 2;
        -ms-grid-column: 2;
        -ms-grid-row-span: 1;
    }

    #secondary-header-banner4 {
        -ms-grid-row: 2;
        -ms-grid-column: 3;
        -ms-grid-row-span: 1;
    }
}


/* moved from page-home.php to stylesheet */
section#main-content {
    margin: 0;
    color: #333333;
    font-size: 14px;
    line-height: 20px;
    padding-left: 50px;
    padding-right: 50px;
    border-style: solid;
    border-left-width: 1px;
    border-right-width: 1px;
    border-image: linear-gradient(to bottom, rgba(227,227,227,1) 0%,rgba(255,255,255,0) 100%) 1 100%;
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 10%,rgba(255,255,255,1) 90%,rgba(255,255,255,0) 100%);
}


section#main-content h1 {
    margin-top: 40px;
}

section#main-content ul {
    margin-top: 36px;
    margin-bottom: 36px;
    padding-left: 27px;
}

section#main-content ul>li {
    margin-bottom: 18px;
}

section#main-content .media {
    margin-top: 36px;
    margin-bottom: 36px;
}

section#main-content .media-heading {
    margin-bottom: 18px;
}

/*section#main-content .media-right, section#main-content .media>.pull-right {
    padding-left: 15px;
}*/

section#main-content .media img {
    width: 185px;
}

.nav-btns-container {
    margin-left: -10px;
    margin-right: -10px;
}

ul.nav-btns {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-top: 36px;
    margin-bottom: 36px;
    list-style: none;
}

.nav-btns > li + li {
  margin-top: 15px;
}

.nav-btns>li>a,
.nav-btns>li>a:link,
.nav-btns>li>a:visited {
    display: block;
    font-size: 14px;
    color: #004163;
    font-weight: 600;
    text-align: center;
    background-color: rgba(202, 222, 240, 1);

    position: relative;
    margin-left: 10px;
    margin-right: 10px;
    padding: 12px 14px;
    border-radius: 4px;

    text-decoration-color: transparent;
}

.nav-btns>li>a:hover,
.nav-btns>li>a:focus {
  background-color: #b4cce7;
}

/* Left Column */

.sidebar-left {
    margin-top: 40px;
    padding-left: 15px;
}

.locations {
    display: table;
    margin-left: auto;
    margin-right: auto;
}

.locations h3 {
    line-height: 42px;
    margin-top: 0;
}

.locations .location-subhead {
  color: #333333;
  margin-bottom: 25px;
}

.locations .location-icon {
    float: left;
    margin-left: -34px;
}

.locations>ul>li {
  color: #337ab7;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 25px;
}

.locations>ul>li>a {
    color: inherit;
}

/* 
.locations>ul>li>a:hover,
.locations>ul>li>a:focus {
  text-decoration: underline;
} 
*/

/* Right Column */

.sidebar-right {
    margin-top: 0;
    padding-right: 15px;
}

.awards {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 20px;
}

.social-media-well {
    border-top: #ccc solid 1px;
    border-bottom: #ccc solid 1px;
    margin-bottom: 36px;
}

.social-media-well .facebook {
    display: table;
    margin: 0 auto;
}

.social-media-well .facebook h5 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.social-media-well .facebook img {
    vertical-align: text-top;
}

.welcome-video {
  position: relative;
  margin-top: 36px;
  margin-bottom: 36px;
}

.welcome-video-title {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  color: #fff;
  padding: 10px 20px;
  background: -moz-linear-gradient(top, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%);
  background: -webkit-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
  background: linear-gradient(to bottom, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
}

.welcome-video-play {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  outline: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: none transparent;
  z-index: 1000;
}

.welcome-video-play.active {
  display: none;
}

.welcome-video .glyphicon-play-circle {
  color: #fff;
  font-size: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
  text-shadow: #000 3px 3px 14px;
}

/* YOUTUBE SHORTCODE STYLES */
.mpcp-embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    margin: 36px 0;
}
.mpcp-embed-container iframe, .mpcp-embed-container object, .mpcp-embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*   .health-tip-well {
    color: #333333;
    background-color: #fff;
    padding: 18px;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(204, 204, 204, 1);
    border-radius: 0px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 18px;
}

.health-tip-well>*:first-child {
    margin-top: 0;
    padding-top: 0;
}

.health-tip-well .icon {
    vertical-align: bottom;
}*/
@media (min-width: 768px) {
  .awards {
    margin-bottom: 36px;
  }
  .sidebar-right {
    margin-top: 50px;
  }
}

/* Careers Section Image Style */
.custom-inline-image {
    max-width:unset;
    display:block;
    width:100%;
    height:auto;
}

@media (min-width: 768px) {

    .custom-inline-image {
        max-width:300px;
        height:auto;
    }

}



/* Careers Page Updates */
.button-wrapper {
    display: block;
    width: 100%;
    margin:0 auto;
    text-align: center;
}

@media (min-width: 768px) {
    .button-wrapper {
        width: 520px;
    }

}

.button-wrapper strong {
    margin: 2rem 0 0 0;
    display: block;
    line-height: 1;
}

.button-wrapper.narrow {
    width:260px;
}


a.mpcp-button,
a.mpcp-button:link,
a.mpcp-button:visited {
    display: inline-block;
    padding: 2rem 5rem;
    margin-right:15px;
    margin-left:15px;
    margin-bottom:15px;
    line-height: 1;
    font-size: 1.3rem;
    font-weight:bold;
    text-transform:none;
    border-radius: 4px;
    text-decoration-color: transparent;
}

@media (min-width: 768px) {

    a.mpcp-button,
    a.mpcp-button:link,
    a.mpcp-button:visited {
        margin-bottom:0;
    }

}

a.mpcp-button:hover {
    color:#ffffff;
}

a.purple {
    color:#ffffff;
    background-color: #7A0C69;
}

a.purple:hover {
    color:#ffffff;
    background-color: #57094B;
}

a.mpcp-button.ml-0,
a.mpcp-button.ml-0:link,
a.mpcp-button.ml-0:visited {
    margin-left:0;
}

a.mpcp-button.mr-0,
a.mpcp-button.mr-0:link,
a.mpcp-button.mr-0:visited {
    margin-right:0;
}

/* Testimonials */
.testimonials-wrapper {
    width:100%;
    margin:3rem auto;
    display: block;
    padding: 3rem;
    border:#808080 solid 1px;
    color:#54b948;

    font-size:1.4rem;
}

.testimonials-wrapper p {
    color:#54b948;
    font-size:1.4rem;
}

.testimonials-wrapper p.source {
    margin-top:1rem;
    font-size:1.2rem;
}

.homepage-sidebar-item {
    color: #333;
    display: flex;
    row-gap: 12px;
    column-gap: 12px;
    margin-top: 15px;
}

.homepage-sidebar-item-icon img {
    width: 26px;
    height: auto;
}

.homepage-sidebar-item-heading {
    color: #333;
    font-size: 1.5rem;
    font-weight: 700;
}

.homepage-sidebar-item ul {
    padding-left: 16px;
}

/* MPCP Custom Table Styles */
.mpcp-table th {
    background-color: #707070;
    color: #fff;
    border-color: #f8f8f8;

    text-align: center;
    font-weight: 700;

    padding:15px;
}

.mpcp-table tr td {
    text-align: center;
}

.mpcp-table tr td.column-1 {
    text-align: left;
}

/* MPCP Custom Modules for Patient Portal */
.card-bottom-block {
    width:100%;
    text-align: center;
}


/* MPCP Card Module for Patient Portal */
.cards-module {
    width:100%;
    margin-bottom:4rem;
}

.mpcp-cards {
    width:100%;
    margin-bottom:1rem;
}

.mpcp-cards .grid {
    display: grid;
    grid-template-columns: auto;
    gap:15px;
}

@media (min-width: 576px) {

    .mpcp-cards .grid {
        grid-template-columns: auto auto;
    }

}

@media (min-width: 1200px) {

    .mpcp-cards .grid {
        grid-template-columns: auto auto auto;
    }

}

.mpcp-cards .card {
    border:#ccc solid 1px;
    width:100%;
    height:100%;
    background-color: #fff;
    text-align: center;
    padding:16px;
}

.card .card-icon {
    display: block;
    margin:1rem auto;
}

.card .card-icon img {
    display: block;
    margin:0 auto;
    padding:0;
}

.card .card-title {
    display: inline-block;
    font-family: 'CartoGothicStdBook', Arial, Helvetica, sans-serif;
    font-size:1.8rem;
    color:#808080;
    margin:1rem 0;
    line-height: 1.2;

}

.card .card-text {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.2rem;
    color:#808080;
    line-height: 1.2;
    text-align: left;
    margin:1rem 0;
}

.card .card-text ul {
    margin-left: 2rem;
    padding-left: 0;
}

.card .card-text ul li {
    margin-left:0;
    margin-bottom:.5rem;
}

.mpcp-cards a,
.mpcp-cards a:link,
.mpcp-cards a:visited {
    display: block;
    width:100%;
    height:100%;
    text-decoration-color: transparent;
}

.mpcp-cards a:hover .card {
    border:#4085C1 solid 1px;
}
.mpcp-cards a:hover .card .card-title {
    color: #4085C1;
}

.card-bottom-block {
    display: inline-block;
    margin:1rem auto;
}

.card-bottom-block p {
    font-size: 1.8rem;
}

/* MPCP Cards Highlight for Patient Portal */
.cards-highlight-module {
    margin-bottom:2.5rem;
}

.mpcp-cards-highlight {
    width:100%;
    background-color: #f2f2f2;
    padding:45px 30px;
    margin-top:1.5rem;
    margin-bottom:2.5rem;
}

.mpcp-cards-highlight .grid {
    display: grid;
    grid-template-columns: auto;
    gap:30px;
}

@media (min-width: 768px) {

    .mpcp-cards-highlight .grid {
        grid-template-columns: auto 1px auto;
    }

}

.mpcp-cards-highlight .divider {
    display:inline-block;
    width:100%;
    height:1px;
    background-color: #cccccc;
}

@media (min-width: 768px) {

    .mpcp-cards-highlight .divider {
        width:1px;
        height:100%;
    }

}

.mpcp-cards-highlight .highlight-card-type {
    display: block;
    margin-bottom:1rem;
}

.highlight-card-titlebar {
    display: inline-block;
    margin-bottom:1.2rem;
}
.mpcp-cards-highlight .highlight-card-icon {
    display: inline-block;
    margin-right:.5rem;
}

.mpcp-cards-highlight .highlight-card-title {
    display: inline-block;
    font-family: 'CartoGothicStdBook', Arial, Helvetica, sans-serif;
    font-size: 1.8rem;
    line-height: 1.2;
    color:#454545;
}

.highlight-card {
    font-family: Arial, Helvetica, sans-serif;
    font-size:1.2rem;
    color:#808080;
    line-height: 1.2;
}

.highlight-card p {
    line-height: 1.8;
}

.highlight-card a,
.highlight-card a:link,
.highlight-card a:visited,
.highlight-card a:active {    
    color: #1C649E;
    text-decoration: underline;
}

.highlight-card a:hover {
    color: #1C649E;
    text-decoration: none;
}

.card-enhancement-bottom-block p {
    font-size: 1.2rem;
    color:#808080;
}

.card-enhancement-bottom-block a,
.card-enhancement-bottom-block a:link,
.card-enhancement-bottom-block a:visited,
.card-enhancement-bottom-block a:active {    
    color: #1C649E;
    text-decoration: underline;
}

.card-enhancement-bottom-block a:hover {
    color: #1C649E;
    text-decoration: none;
}

/* MPCP Content Editor (WYSIWYG) for Patient Portal */
.content-editor ul {
    padding: 0 0 0 15px;
    margin: .75rem auto;
    display: inline-block;
}

.content-editor ul li {
    margin-left:0;
    margin-bottom:.5rem;
}

/* Mobile App button Shortcode */
.mobile-app-button {
    display: inline-block;
    margin:1rem .5rem;
}

.mobile-app-button.first-button {
    margin-left:0;
}

.mobile-app-button img {
    width:137px;height:auto;
}


/* MPCP Two Column Content Block */
.two-column-content {
    margin:1rem 0;
}

.two-column-content .grid.two-columns {
    display: grid;
    grid-template-columns: auto;
    gap:15px;
}

.two-column-content  .grid.two-columns .divider {
    display: inline-block;
    width:100%;
    height:1px;
    background-color: #cccccc;
}

@media (min-width: 768px) {

    .two-column-content .grid.two-columns {
        grid-template-columns: 50% 50%;
    }

    .two-column-content  .grid.two-columns .divider {
        grid-column: span 2;
    }

}

/* MPCP Custom Sidebar */
.mpcp-sidebar {
    margin-top:5rem;
}