@charset"utf-8";
 @viewport {
    user-zoom: fixed;
}
/* CSS Document */

/*=======================================
Main CSS Document
1.Reset
    - 1.1 General
    - 1.2 Grid
2.Page
3.Header
    -3.1 Navigation
    -3.2 Alert bar
4.Content
    -4.1 home slider
    -4.2 home content
    -4.3 video holder
    -4.4 sub navigation
    -4.5 title text box
    -4.6 blockquote
    -4.7 factBlk
    -4.8 right box
    -4.9 Content img box
    -4.10 Content post box
    -4.11 Team
    -4.12 Contact us
    -4.13 Locations page
5.Footer
6.Admin
7.Search Results
    -7.1 Advanced Search
8.Form
    -8.1 Baby in Bloom Sponsors
9.Blog
10.Research Pages
11.Calls to Action
=========================================*/

/*==============================
1 Reset
===============================*/
 html {
    height: 100%;
    max-height: 100%;
    padding: 0;
    margin: 0;
    border: 0;
}
body {
    height: 100%;
    max-height: 100%;
    padding: 0;
    margin: 0;
    border: 0;
    color: #2b2b2a;
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 13px;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}
body, div, dl, dt, dd, ul, ol, li, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 13px;
}
div, dl, dt, dd, ul, ol, li, legend, input, button, textarea, p, blockquote, th, td {
    line-height: 17px;
}
a, a:link, a:focus, a:hover, a:active {
    outline: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
fieldset, img {
    border: 0;
}
input[type=radio], input[type=checkbox] {
    vertical-align: middle;
    margin: 0;
}
address, caption, cite, code, dfn, em, th, var, optgroup {
    font-style: inherit;
    font-weight: inherit;
}
del, ins {
    text-decoration: none;
}
caption, th {
    text-align: left;
}
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}
sup {
    vertical-align: baseline;
}
sub {
    vertical-align: baseline;
}
input, button, textarea, select, optgroup, option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    padding: 0;
    margin: 0;
}
input[type='text'], textarea {
    border: 1px solid #CCC;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    padding: 0 5px;
}
textarea {
    height: auto;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-user-modify: read-write-plaintext-only;
}
input:focus, textarea:focus {
    outline: none;
}
* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* Clearfix */
 .clearfix {
    display: inline-block;
}
.clearfix:after {
    clear: both;
    content:' ';
    display: block;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
    width: 0;
    height: 0;
}
.clearfix {
    display: block;
}
a, :focus {
    outline: none;
}
button {
    border: 0px;
    cursor: pointer;
}
/*==============================
1.1. General
===============================*/

/* Typography */
p {
    padding: 0px 0px 17px 0px;
}

hr {
    height: 1px;
    width: 100%;
    margin: 40px auto;
    border: 0;
    border-top: 1px dashed #c3c3c5;
}
hr.separator {
    margin: 25px auto;
}
p + hr.separator {
    margin-top: 12px;
}
hr.divider {
    border-style: solid;
}
hr + h3 {
    padding-top: 0;
}

/* Headings */
h1 {
    font-size: 24px;
    line-height: 26px;
    color: #1f1f1f;
    text-decoration: none;
    font-weight: bold;
}
.contentWrap h1 {
    margin-bottom: 10px;
}
h2 {
    font-size: 16px;
    line-height: 17px;
    color: #225287;
    padding: 0 0 15px 0;
    font-weight: bold;
    text-decoration: none;
}
h3 {
    font-size: 16px;
    line-height: 18px;
    color: #282828;
    text-decoration: none;
    padding-top: 16px;
    font-weight: bold;
    padding-bottom: 6px;
}
h4 {
    font-size: 16px;
    line-height: 17px;
    color: #225287;
    padding: 8px 0 4px 0;
    font-weight: bold;
    text-decoration: none;
}
h5 {
    font-size: 11px;
    line-height: 17px;
    color: #72819b;
    font-weight: normal;
    text-decoration: none;
    padding: 5px 0 0 0;
    text-transform: uppercase;
}
h6 {
    font-size: 14px;
    line-height: 17px;
    color: #282828;
    text-decoration: none;
}
.baseContent h4, .fullContent h4 {
    font-size: 16px;
    line-height: 17px;
    color: #225287;
    padding: 8px 0 4px 0;
    font-weight: bold;
    text-decoration: none;
}

/* Links */
a, a:link, a:visited {
    color: #225287;
    /*font-size: 13px;*/
}
a:hover, a:visited:hover {
    text-decoration: none;
}

/*.baseContent a, .baseContent a:link, .baseContent a:visited {
    text-transform: uppercase;
}*/

a.more-link {
    font-size: 12px;
    line-height: 120%;
    text-transform: uppercase;
}

/* Buttons */
a.btn {
    position: relative;
    display: inline-block;
    padding: 15px 20px;
    background-color: #225287;
    color: #fff;
    font-weight: bold;
    border-radius: 10px;
    text-decoration: none;
    text-transform: uppercase;
    text-align: left;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
a.btn.red {
    background-color: #c60240;
    color: #fff;
}
a.btn.inverse {
    background-color: #fff;
    color: #183c68;
}
a.btn.inverse strong {
    color: #cf124d;
}
a.btn.outline {
    background: none;
    border: 1px solid #fff;
}
a.btn:hover {
    background-color: #091c43;
    border-color: #091c43;
    color: #fff;
    text-decoration: none;
}
a.btn.outline:hover {
    background-color: #b5083e;
    border-color: #fff;
}
a.btn.red:hover {
    color: #fff;
    text-decoration: none;
}

a.btn .btn-title, .link-group-title {
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 100%;
    font-weight: normal;
    text-transform: uppercase;
}

.link-group {
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    line-height: 130%;
    text-align: left;
}
.link-group a {
    font-size: 15px;
    line-height: 130%;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}
.link-group a:hover {
    text-decoration: underline;
}

.link-group ul, .link-group ul li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.link-group ul li {
    margin-top: 5px;
}

.button-group a.btn {
    vertical-align: middle;
}
.button-group a.btn:first-child {
    margin-right: 20px;
}

a.btn-link {
    display: inline-block;
    padding: 10px 15px;
    border-radius: 5px;
    background-color: #333;
    color: #fff;
    font-size: 12px;
    line-height: 100%;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
}
a.btn-link:hover {
    background-color: #000;
}
a.btn-link.red {
    background-color: #c60240;
}
a.btn-link.red:hover {
    background-color: #ac0129;
}

/* CTA links */
p.cta-link-group {
    line-height: 150%;
}
a.cta-link {
    font-weight: bold;
    color: #4275cb;
    text-transform: uppercase;
    text-decoration: none;
}
a.cta-link:hover {
    text-decoration: underline;
}

/* Lists */
ul, ol {
    padding: 0px 0px 10px 15px;
    margin: 0px;
}
li {
    margin: 0px 0px 10px 0px;
}
.listBox li span.new-item {
    display: inline-block;
    background: url(/img/elem/new.png) no-repeat center top;
    padding: 0px 4px;
    width: 28px;
    height: 9px;
    *height: auto;
}
ol {
    padding-left: 25px;
}


/* Helpers */
.floatLeft {
    float: left;
}
img.floatLeft {
    margin: 0 20px 10px 0;
}
.floatRight {
    float: right;
}
img.floatRight {
    margin: 0 0 20px 20px;
}

.alignCenter {
    text-align: center;
}

.highlight-text {
    color: #c60341;
}
.highlight-text.blue {
    color: #4275cb;
}

.bg-none {
    background: none !important;
}

.phone {
    font-size: 18px;
    line-height: 120%;
}
.locations-info .phone {
    margin-bottom: 10px;
    padding: 0;
}

.image-with-text {
    display: inline-block;
    position: relative;
    margin-bottom: 20px;
}
.image-with-text img {
    max-width: 100%;
}
.image-with-text .text-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 94%;
    padding: 3%;
    text-align: center;
    color: #fff;
    font-size: 11px;
    line-height: 130%;
}
.image-with-text .text-overlay p {
    margin: 0;
    padding: 0;
    font-size: 11px;
    line-height: 130%;
}
.image-with-text .text-overlay strong, .image-with-text .text-overlay b {
    font-size: 14px;
}

.highlight-content, .postBox .highlight-content, .postBox div .highlight-content {
    padding: 20px;
    background-color: #020c4c;
    color: #fff !important;
    font-size: 13px;
    line-height: 120%;
}
.highlight-content p, .highlight-content span {
    color: #ccc !important;
}
.highlight-content a {
    color: #62a2df !important;
}
.highlight-content {
    margin: 20px 0;
}
.highlight-content a, .postBox .highlight-content a {
    color: #fff;
    font-weight: bold;
    text-decoration: underline;
}
.postBox .highlight-content, .postBox div .highlight-content {
    margin: 0;
}
.postBox .highlight-content h3, .highlight-content h3 {
    margin: 20px 0;
    padding: 0 0 40px 0;
    color: #fff;
    font-size: 24px;
    line-height: 100%;
    border-bottom: 1px solid #fff;
}
.highlight-content h3 .subtitle {
    display: block;
    margin-top: 5px;
    font-size: 13px;
    line-height: 100%;
    text-transform: none;
    font-weight: normal;
}
.highlight-content h4 {
    margin: 0 0 15px 0;
    padding: 0 0 15px 0;
    color: #fff;
    font-size: 24px;
    line-height: 100%;
    border-bottom: 1px solid #fff;
    text-align: center;
}
.postBox .highlight-content p, .highlight-content p {
    margin: 20px 0 0 0;
    padding: 0;
}
.postBox .highlight-content p:first-child, .highlight-content p:first-child {
    margin-top: 0;
}
.highlight-content b {
    font-size: 15px;
    line-height: 120%;
    text-transform: uppercase;
}
.highlight-content a {
    color: #fff;
}


/*==============================
1.2 Grid
===============================*/
/* Clearfix */
.row:before,
.row:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}
.row:after{
    clear: both;
}
.row {
    *zoom: 1;
}

.col-2 {
    float: left;
    width: 48%;
    margin-left: 4%;
}
.col-2:first-child {
    margin-left: 0;
}

.col-3 {
    float: left;
    width: 30.66667%;
    margin-left: 4%;
}
.col-3:first-child {
    margin-left: 0;
}

/*===========================================================================
2 Page
===========================================================================*/
 #container {
    background: url(/img/bg/body-bg.png) repeat 0 0;
    min-height: 300px;
}
#footer {
    background: url(/img/bg/footer-bg.png) repeat-x 0 0 #091c43;
    position: relative;
    z-index: 100;
}
#footerContainer {
    background: url(/img/bg/footer-back.png) no-repeat center bottom;
}
#footerHolder {
    background: url(/img/bg/footerHolder-bg.png) no-repeat center 0;
    position: relative;
    top: -2px;
}
#footerContent {
    min-height: 360px;
    background: url(/img/bg/footer-flour.png) no-repeat center bottom;
}
#wrapper {
    width: 968px;
    margin: 0 auto;
}
#content {
    position: relative;
    z-index: 10;
    min-height: 300px;
    padding: 13px 0 0 0;
    background: #fff;
}
/*=====================================================================================
    3 Header
=====================================================================================*/
 #header {
    position: relative;
    top: 13px;
    min-height: 141px;
    background: url(/img/bg/header-bg.png) repeat 0 0;
    z-index: 1000;
}
.logoBox {
    position: absolute;
    width: 163px;
    height: 144px;
    left: 18px;
    top: -8px;
    background: url(/img/bg/logoBox-bg.png) no-repeat 0 0;
    z-index: 2222;
}
.logo {
    overflow: hidden;
    width: 117px;
    height: 100px;
    margin: 15px 0 0 20px;
}
.logo a {
    display: block;
    width: 117px;
    height: 0px;
    overflow: hidden;
    padding-top: 100px;
    /*background: url(/img/NorthpointReverseLogo.svg) no-repeat 0 0;*/
}
.headerTop {
    clear: both;
    float: right;
    display: inline-block;
}
.searchForm {
    float: right;
    background: url(/img/bg/searchBox-bg.png) repeat 0 0;
    width: 261px;
    height: 30px;
    padding: 8px 0 0 12px;
    border-left: 1px dotted #8f9ebc;
}
#container .txtField-197 {
    width: 187px;
    padding: 0 5px;
    background: #fff;
    border: 1px solid #909191;
    border-bottom: 1px solid #bcbdbd;
    float: left;
    line-height: 20px;
    font-size: 11px;
    color: #000;
}
#container .searchBtn {
    float: left;
    background: url(/img/elem/searchBtn.png) no-repeat 6px 10px;
    margin: -2px 0 0 2px;
    border: none;
    width: 53px;
    height: 25px;
    cursor: pointer;
    display: block;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 16px;
    color: #f1f1ea;
    text-decoration: none;
    /*width: 41px;;
    height: 9px;*/
}
.searchForm .searchBtn {
    margin: 7px 0 0 10px;
}
.search-toggle {
    display: none;
}
#header .logo a img {
    position: absolute;
    width: 117px;
 /*   height: 151px;*/
    top: -11px;
}
#header .logo a img.new-svg-logo {
    display: block;
}
@media (min-width: 768px) {
  .right-padding {
      padding-right: 20px;
    }
  .contentWrap.fullContent img {
      max-width: 100%;
    }
}
@media (max-width: 767px) {
  .right-padding {
      padding-right: 0;
    }
  .contentWrap.fullContent img {
        //width: 100% !important;
        height: auto !important;
    }
}
@media (max-width: 480px) {
#header .logo a img.new-svg-logo, #header .logo a img.img-show {
    position: absolute;
    width: 90px;
    height: 116px;
    top: -7px;
}
}
.img-show {display: none;}
.new-svg-logo {display: block;}
.topNavBox {
    float: left;
    /*overflow: hidden;*/
    background: url(/img/bg/topnavCorner-bg.png) no-repeat left top;
    padding: 0 0 0 4px;
}

#header .logo a.androidLogo img.new-svg-logo {
    display: none!important;
}
#header .logo a.androidLogo img.img-show {
    display: block !important;
    top: 15px!important;
}
/* social media sharing styles */
 div.npp-toolbox {
    z-index: 10000;
}
.topNav {
    margin: 0;
    list-style: none;
    padding: 12px 0 0 15px;
    height: 28px;
    float: left;
    background: url(/img/bg/topnav-bg.png) repeat-x left top;
}
.topNav > li {
    float: left;
    padding: 0 14px 0 14px;
    background: url(/img/elem/topNav-line.png) no-repeat left center;
    font-size: 11px;
    line-height: 13px;
    color: #fff;
    text-transform: uppercase;
}
.topNav > li:first-child {
    background: none;
    margin-bottom: 0;
    padding-left: 0;
}
/*.topNav li.topNav-first {
    background: url(/img/elem/heart.png) no-repeat left 3px;
    padding: 0 12px 0 13px;
    position: relative;
}*/
.topNav li.social a {
    display: block;
}
.topNav li.social img {
    max-height: 16px;
}
.topNav li.topNav-first > ul > li {
    background: none;
    line-height: 13px;
    list-style-type: None;
    padding: 0;
}
.topNav li a {
    font-size: 15px;
    line-height: 13px;
    color: #f1f1ea;
    text-decoration: none;
    text-transform: uppercase;
}
.topNav li a:hover {
    text-decoration: underline;
}
.topNav li ul li {
    float: left;
    padding-right: 10px;
}
.topNav li ul li a {
    margin-right: 10px;
    padding-left: 22px;
}
.topNav li ul li a:hover {
    text-decoration: underline;
}
.topNav > li > ul {
    width: 600px;
}
.topNav li ul li a {
    padding-left: 20px;
}
.topNav li a:hover {
    text-decoration: underline;
}
.topNav > li > ul {
    position: absolute;
    display: none;
    padding: 6px 0;
    margin: 0;
    left: 0px;
    top: 28px;
}
.topNav > li.nav-btn {
    padding-left: 4px;
    padding-right: 18px;
    background: none;
}
.topNav a.btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 100%;
    border-radius: 5px;
    margin-top: -4px;
    background-color: #62C349;
}
.topNav a.btn:hover {
    text-decoration: none;
}
div.addthis_default_style {
    display: inline-block;
    position: relative;
    width: 86px;
    margin: 0px -8px 0px -18px;
}

/* CSS added for Online request button */
.stacked{
    display: flex;
    flex-wrap: wrap;
    flex-flow: column;
    justify-content:flex-end;
}
.stacked a{
    display: flex;
}
.onlineRequestButton {
    background: linear-gradient(135deg, rgba(162,9,62,1) 0%, rgba(191,15,74,1) 100%);
    margin-top:14px !important;
}
.topNav a.btn{
    text-align: center;
}

/* Remove last menu's background */
#navigation li.last.fullItem{
    background: none !important;
}
#navigation li.last.fullItem,
#navigation li.here.last.fullItem > a{
    background: none !important;
    background-image: none !important;
}
#navigation li.last.fullItem:hover > a{
    background: url(/img/bg/mainNavhover-bg.png) repeat-x left bottom !important;
    border-left: 1px solid #2a3a5c !important;
    padding-left: 16px !important;
}


/*.topNav li.topNav-first {
    background: url(/img/elem/heart.png) no-repeat left 3px;
}*/
/*========================================================================================
    3.1 Main Navigation
========================================================================================*/
 #mobile-nav, a.menu-button {
    display: none;
}
/*---------------Media Query for desktop navigation menu-----------*/
 #navbox {
    background: url(/img/bg/navHolder-bg.png) repeat-x left top;
    height: 50px;
    position: absolute;
    right: -6px;
    bottom: -6px;
    clear: both;
    width: 982px;
    z-index: 1111;
}
#navigation {
    padding: 0 0 0 202px;
    list-style-type: none;
    margin: 0px;
    float: left;
}
/* Browser Resets */
 .flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus {
    outline: none;
}
.slides, .flex-control-nav, .flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}
/* FlexSlider Necessary Styles
*********************************/
 .flexslider {
    margin: 0;
    padding: 0;
}
.flexslider .slides > li {
    display: none;
    -webkit-backface-visibility: hidden;
}
/* Hide the slides before the JS is loaded. Avoids image jumping */
 .flexslider .slides img {
    width: 100%;
    display: block;
}
.flex-pauseplay span {
    text-transform: capitalize;
}
/* Clearfix for the .slides element */
 .slides:after {
    content:".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
html[xmlns] .slides {
    display: block;
}
* html .slides {
    height: 1%;
}
.no-js .slides > li:first-child {
    display: block;
}
/* FlexSlider Default Theme
*********************************/
 .flexslider {
    background: #fff;
    border: 14px solid transparent;
    border-bottom: 0;
    border-top: 0;
    position: relative;
    -o-border-radius: 4px;
    border-radius: 4px;
    zoom: 1;
}
#videoSlider .flex-viewport {
    height: 135px;
}
.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}
.loading .flex-viewport {
    max-height: 300px;
}
.flexslider .slides {
    zoom: 1;
}
.carousel li {
    margin-right: 5px;
}
.flex-direction-nav {
    display: none;
    position: absolute;
    right: 0;
    bottom: -9%;
}
.flex-direction-nav li a {
    font-size: 13px;
    line-height: 15px;
    color: #636365;
    text-transform: capitalize;
    text-decoration: none;
    float: left;
}
.flex-direction-nav li {
    margin: 0;
    float: left;
    padding: 0 0 0 20px;
}
.flex-direction-nav li a:hover {
    color: #477dd9;
}
.flex-direction-nav .flex-prev {
    background: url(/img/elem/slider-arrows.png) no-repeat 0 -15px;
    float: left;
    display: block;
    padding-left: 10px;
}
.flex-direction-nav .flex-next {
    background: url(/img/elem/slider-arrows.png) no-repeat right 3px;
    float: right;
    display: block;
    padding-right: 10px;
}
.flex-direction-nav .flex-next:hover {
    background: url(/img/elem/slider-arrows.png) no-repeat right -56px;
}
.flex-direction-nav .flex-prev:hover {
    background: url(/img/elem/slider-arrows.png) no-repeat 0 -35px;
}
/*Direction for videoSlider */
 #videoSlider .flex-direction-nav,
#researchVideoSlider .flex-direction-nav{
    position: absolute;
    right: 0;
    top: 32px;
    z-index: 9999;
    width: 100%;
    height: 0px;
}
#videoSlider .flex-direction-nav li a,
#researchVideoSlider .flex-direction-nav li a  {
    text-indent: -9999px;
}
#videoSlider .flex-direction-nav li,
#researchVideoSlider .flex-direction-nav li {
    margin: 0;
}
#videoSlider .flex-direction-nav .flex-prev, #videoSlider .flex-direction-nav .flex-next,
#researchVideoSlider .flex-direction-nav .flex-prev, #researchVideoSlider .flex-direction-nav .flex-next {
    display: block;
    position: absolute;
    top: 0px;
}
#videoSlider .flex-direction-nav .flex-prev,
#researchVideoSlider .flex-direction-nav .flex-prev {
    background: url(/img/elem/slider-arrows.png) no-repeat 0 -15px;
    padding-left: 10px;
    left: -45px;
}
#videoSlider .flex-direction-nav .flex-next,
#researchVideoSlider .flex-direction-nav .flex-next {
    background: url(/img/elem/slider-arrows.png) no-repeat right 3px;
    padding-right: 0;
    right: -41px;
    width: 11px;
}
#videoSlider .flex-direction-nav .flex-next:hover,
#researchVideoSlider .flex-direction-nav .flex-next:hover {
    background: url(/img/elem/slider-arrows.png) no-repeat right -56px;
}
#videoSlider .flex-direction-nav .flex-prev:hover,
#researchVideoSlider .flex-direction-nav .flex-prev:hover {
    background: url(/img/elem/slider-arrows.png) no-repeat 0 -35px;
}
.videoHolder .FeaturePrev, .videoHolder .FeatureNext {
    display: none;
}
.vImgDesc {
    width: 92%;
}
/* Control Nav */
 .flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: -40px;
    text-align: center;
    display: none;
}
.flex-control-nav li {
    margin: 0 6px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}
.flex-control-paging li a {
    width: 11px;
    height: 11px;
    display: block;
    background: #666;
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    text-indent: -9999px;
    -o-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}
.flex-control-paging li a:hover {
    background: #333;
    background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
    background: #000;
    background: rgba(0, 0, 0, 0.9);
    cursor: default;
}
.flex-control-thumbs {
    margin: 5px 0 0;
    position: static;
    overflow: hidden;
}
.flex-control-thumbs li {
    width: 25%;
    float: left;
    margin: 0;
}
.flex-control-thumbs img {
    width: 100%;
    display: block;
    opacity: .7;
    cursor: pointer;
}
.flex-control-thumbs img:hover {
    opacity: 1;
}
.flex-control-thumbs .flex-active {
    opacity: 1;
    cursor: default;
}
/*-----End FlexSlider-----*/

/*======================================================================================
    3.2 Alert bar
======================================================================================*/
#alertBarWrapper {
    background: #fef5a9 url(/img/bg/yellow-tiles.png) repeat;
    border-bottom: 2px solid #d40355;
    margin-bottom: 20px;
    padding: 4px 0 ;
    display: none;
}

.alertbar {
    max-width: 798px;
    min-height: 36px;
    margin: 0 auto;
    padding: 0 0px 0 170px;
    position: relative;
    background: url(/img/elem/alert-ribbon.png) no-repeat left center;
}

.alertbar p {padding:8px 0 8px 40px;}

#closeAlertBar {
    width: 27px;
    height: 27px;
    background: url(/img/elem/alert-close-btn.png) transparent no-repeat 0 0;
    text-indent: -9999px;
    position: absolute;
    top: 5px;
    right: 8px;
    outline: none;
}

#closeAlertBar::-moz-focus-inner {border: 0;}

#closeAlertBar:hover {background-position: 0 -37px;}

@media screen and (max-width: 479px) {
    .alertbar {
        background: none;
        padding-left: 10px;
    }
    .alertbar p {padding:8px 36px 8px 0px}
}



/*======================================================================================
    4 Content
======================================================================================*/

/*------- Homepage ----------------------------------------------*/

/* Intro panel */
.page-intro {
    min-height: 280px;
    padding: 45px 24px;
    background-color: #dce2e6;
    background-image: url(/img/bg/bg-child-smiling-fade.jpg);
    background-repeat: no-repeat;
    background-position: -66px 100%;
}
.page-intro:after {
    content: "";
    display: table;
    clear: both;
}

.page-intro h1 {
    margin: 0 0 30px 0;
    padding: 0;
    font-size: 30px;
    line-height: 1.2;
    color: #503e3b;
    font-weight: 600;
}
.page-intro h1 strong, .page-intro h1 b {
    color: #c80542;
}

.intro-main {
    float: left;
    width: 38%;
    padding-left: 24px;
}
.intro-secondary {
    float: right;
    width: 36%;
}

ul.icon-links {
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.icon-links li {
    margin: 10px 0 0 0;
    padding: 0;
}
ul.icon-links li:first-child {
    margin-top: 0;
}
.icon-links a {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    font-size: 18px;
    line-height: 1.2;
    font-weight: bold;
    color: #091c43;
    text-decoration: none;
}
.icon-links a:after {
    content: "";
    display: table;
    clear: both;
}

.icon-links .icon {
    flex-shrink: 0;
    position: relative;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    width: 60px;
    height: 60px;
    margin-right: 20px;
    background-color: #c80542;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    border: 2px solid #c80542;
    border-radius: 50%;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    color: #fff
}
.icon-links a:hover .icon {
    background-color: #fff;
    color: #000;
}
.icon-links .icon svg {
  max-width: 45px;
}
/* .icon-links .icon svg, .icon-links .icon image {
    position: absolute;
    top: 50%;
    left: 50%;
}
    .icon-links .icon svg,
    .icon-links .icon image {
        margin: -25px 0 0 -25px;
    }
    .icon-links .schedule .icon svg,
    .icon-links .schedule .icon image {
        margin: -20px 0 0 -20px;
    } */
.icon-links a svg path {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.icon-links a:hover svg path {
    fill: #0f1c42 !important;
}

/* Feature content panel */
.feature-content {
    padding: 60px;
    background-color: #c60340;
    background-image: url(/img/bg/highlight-red.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    color: #fff;
}
.feature-content:before,
.feature-content:after {
    content: " ";
    display: table;
}
.feature-content:after{
    clear: both;
}
.feature-content.condensed {
    margin-top: 20px;
    padding: 20px;
}
.feature-content.feature-content-cta {
  text-align: center;
}
.feature-content.feature-content-cta .subtitle {
  display: block;
  margin-top: 5px;
  font-size: 22px;
  line-height: 1.2;
}

.feature-content h2, .feature-content h3 {
    padding: 0;
    margin: 0 0 20px 0;
    color: #fff;
    font-size: 30px;
    line-height: 1.2;
    font-weight: normal;
}
.feature-content h2 strong, .feature-content h3 strong {
    color: #ffbed2;
}
.feature-content h2 .subtitle {
    display: block;
    margin-top: 10px;
    font-size: 20px;
}

.feature-content p {
    margin: 0 0 25px 0;
    padding: 0;
    font-size: 20px;
    line-height: 1.4;
    color: #ffbed2;
}

.feature-content a.btn {
	box-sizing: border-box;
    max-width: 60%;
    padding: 20px 30px;
    font-size: 18px;
    line-height: 100%;
    text-align: center;
}
.feature-content a.btn.inverse:hover {
    background-color: #091c43;
    color: #fff;
}

.feature-content img.right {
	max-width: 26%;
    margin-left: 4%;
    margin-bottom: 0;
}

.feature-content .alt-cta a {
    font-size: 13px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
}
.feature-content .alt-cta a:hover {
    text-decoration: underline;
}

/* Ribbon border title */
h2.ribbon-border {
    margin: 0 0 40px 0;
    padding: 0;
    font-size: 30px;
    line-height: 30px;
    color: #091c43;
    text-transform: uppercase;
    text-align: center;
}
h2.ribbon-border:before, h2.ribbon-border:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 17px;
    height: 10px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
h2.ribbon-border:before {
    margin-right: 15px;
    background-image: url(/img/elem/ribbon-border-left.png);
}
h2.ribbon-border:after {
    margin-left: 15px;
    background-image: url(/img/elem/ribbon-border-right.png);
}

/* Resources panel */
.resources {
    padding: 40px;
}
.resources.interior {
    padding: 0;
}

.resources .row {
    margin-top: 40px;
}
.resources.interior .row {
    margin: 20px 0;
}

a.resource, .resource {
    position: relative;
    overflow: hidden;
    display: block;
    max-width: 400px;
    min-height: 275px;
    margin: 0 auto;
    text-decoration: none;
    background-color: #3a6494;
}
a.resource:hover, .resource:hover {
    background-color: #091c43;
}
.resource a {
    text-decoration: none;
}

.baseContent a.resource, .baseContent .resource a {
    font-weight: normal;
    text-transform: none;
}

.resource img {
    max-width: 100%;
}
/*a.resource:hover img {
    opacity: 0;
}*/

.resource-content {
    box-sizing: border-box;
    position: absolute;
    bottom: 50px;
    left: 0;
    display: block;
    width: 100%;
    min-height: 10px;
    padding: 15px 15px 0 15px;
    background-color: #3a6494;
    color: #fff;
}
.resources.interior .col-3 .resource-content {
    min-height: 70px;
}
/*a.resource:hover .resource-content {
    min-height: 100%;
    bottom: 0;
    background-color: #091c43;
}*/

.resource-secondary {
    box-sizing: border-box;
    visibility: hidden;
    opacity: 0;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 0;
    padding: 15px;
    background-color: #091c43;
    color: #fff;
    font-size: 15px;
    line-height: 1.3;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.resource-secondary p{
	font-size: 15px;
    line-height: 1.3;
}
a.resource:hover .resource-secondary, .resource:hover .resource-secondary {
	width: 100%;
    height: 100%;
    visibility: visible;
    opacity: 1;
}

.resource-content h3 {
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 1.1;
    color: #fff;
}
.resources.interior .resource-content h3 {
    font-size: 15px;
    line-height: 1.2;
}

.resource-download {
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    padding: 10px 15px 15px 15px;
    color: #fff;
    font-size: 14px;
    line-height: 100%;
    text-transform: uppercase;
    background-color: #3A6494;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.resource-download:before {
    content: '';
    display: block;
    width: 100%;
    max-width: 60px;
    height: 1px;
    margin: 0 0 10px 0;
    background-color: #6185b0;
}
a.resource:hover .resource-download, .resource:hover .resource-download {
    background-color: #091c43;
}


/*------- home slider ----------------------------------------------*/
 .slider {
    padding: 0 0 13px;
    background: url(/img/bg/mainSliderHolder-bg.png) no-repeat right bottom;
}
#slider #controls {
    position: absolute;
    right: 18px;
    bottom: -12px;
    width: 120px;
}
.vertArrow {
    float: left;
    display: block;
    height: 11px;
    border-left: 1px solid #b1b1b2;
    border-right: 1px solid #c3c3c3;
    margin-top: 3px;
}
#controls a {
    font-size: 13px;
    line-height: 15px;
    color: #636365;
    text-transform: capitalize;
    text-decoration: none;
    float: left;
}
#controls a:hover {
    color: #477dd9;
}
#controls .prevBtn {
    background: url(/img/elem/slider-arrows.png) no-repeat 0 -15px;
    padding-left: 10px;
    margin-right: 10px;
    display: block;
}
#controls .prevBtn:hover {
    background: url(/img/elem/slider-arrows.png) no-repeat 0 -35px;
}
#controls .nextBtn {
    background: url(/img/elem/slider-arrows.png) no-repeat right 4px;
    padding-right: 10px;
    margin-left: 10px;
    float: right;
}
#controls .nextBtn:hover {
    background: url(/img/elem/slider-arrows.png) no-repeat right -55px;
}
.slideCont {
    overflow: hidden;
    position: relative;
    top: -257px;
    left: 35px;
    width: 460px;
}
.slideCont.forDark {
    width: 490px;
}
.slideCont ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.slideCont, .slideCont p, .slideCont a, .slideCont li, .slideCont span {
    font-size: 13px;
    line-height: 18px;
    color: #323232;
    text-decoration: none;
}
.slideCont.forDark, .slideCont.forDark p, .slideCont.forDark a, .slideCont.forDark li, .slideCont.forDark span {
    color: #fff;
}
.slideCont .slide-subtitle h4 {
    font-size: 18px;
    line-height: 24px;
    color: #323232;
    padding-right: 60px;
}
.slideCont .slide-subtitle h4 a {
    color: #323232;
    font-size: 18px;
    line-height: 24px;
}
.slideCont .slide-subtitle h4 a:hover {
    text-decoration: underline;
}
.slideCont .slide-subtitle h5 {
    font-size: 12px;
    color: #464646;
}
.sideContText a:hover {
    background: #fff9c9;
    border: 0;
}
.sideContText a {
    border-bottom: 1px dotted #323232;
}
.slideCont.forDark a {
    border-bottom: 1px dotted #fff;
}
.slideCont.forDark a:hover {
    background: #d5ad8b;
    border: 0;
}
.sideContText.forDark a {
    border-bottom: 1px dotted #fff;
}
.slideCont p {
    padding: 0;
}
.slideCont h3 {
    padding-top: 0px;
    font-size: 27px;
    line-height: 30px;
    color: #1f1f1f;
    font-weight: bold;
    text-decoration: none;
}
.slideCont.forDark h3 {
    padding-top: 0px;
    font-size: 30px;
    line-height: 32px;
    color: #FDFAD2;
}
.sideContText {
    overflow: hidden;
    clear: both;
    padding: 8px 0 15px 0;
}
.callbox {
    overflow: hidden;
    clear: both;
    padding: 0 0 22px 0;
}
.callbox, .callbox p, .callbox a, .callbox li, .callbox span {
    font-size: 18px;
    line-height: 20px;
    color: #122345;
    font-weight: bold;
    text-decoration: none;
}
.callbox p {
    padding: 0;
}
.call-cta {
    margin-top: 10px;
}
.callbox.call-cta {
    margin-top: 30px;
    margin-right: 60px;
    padding-top: 30px;
    padding-right: 40px;
    border-top: 1px solid #fff;
}
.call-cta h5, .call-cta h6 {
    padding-top: 0;
    padding-left: 20px;
    color: #323232;
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
    text-transform: none;
    background: url('/img/elem/arrow-cta.png') 0 0 no-repeat;
}
.call-cta a {
    color: #282828;
    font-weight: bold;
    font-size: 16px;
    background: #fef1a7;
    text-transform: uppercase;
    padding: 0 2px;
    text-decoration: none;
}
em {
    font-style: italic;
}
.slideBox {
    overflow: hidden;
    clear: both;
    padding: 17px 0 0 17px;
    background: url(/img/bg/slideTransp.png) no-repeat 0 0;
    min-height: 72px;
    width: 394px;
}
.flexslider .slideBox > div > a > img {
    width: 85px;
}
.slideVideo {
    float: left;
    width: 143px;
    height: 78px;
    overflow: hidden;
    border: 2px solid #a0a0a0;
    position: relative;
}
.slideVideo:hover {
    border-color: #000;
}
.slideVideo a {
    display: block;
    width: 143px;
    height: 78px;
    position: absolute;
    left: 0;
    top: 0;
    text-decoration: none;
    background: url(/img/elem/play-ico.png) no-repeat center center;
}
.slideVideoDesc {
    float: left;
    width: 230px;
    font-size: 12px;
    padding: 3px 0 0 15px;
}
.slideBox h4 {
    text-transform: uppercase;
    font-size: 13px;
}
.slideBox, .slideBox p, .slideBox div, .slideBox a, .slideBox span, .slideBox h4 {
    line-height: 16px;
    font-size: 12px;
    color: #2b2b2a;
}
.slideBox a {
    color: #223569;
}
.slideBox a:hover {
    text-decoration: underline;
}
.slideT {
    overflow: hidden;
    clear: both;
    padding: 0 0 22px 0;
}
.slideT, .slideT p, .slideT a, .slideT span {
    font-size: 13px;
    line-height: 15px;
    color: #223569;
    font-weight: bold;
}
.slideT a:hover {
    background: #fff9c9;
}
.factBox {
    overflow: hidden;
    clear: both;
    padding: 0 23px 0 21px;
    min-height: 33px;
    background: url(/img/elem/fact-ico.png) no-repeat 0 3px;
}
.factBox p {
    padding: 0 0 5px 0;
}
.factBox em {
    font-size: 11px;
}
.calendarBox {
    overflow: hidden;
    clear: both;
    padding: 0 23px 0 56px;
    min-height: 53px;
    background: url(/content/icon-calendar.png) no-repeat 0 3px;
}
.calendarBox p {
    padding: 0 0 5px 0;
}
.calendarBox em {
    font-size: 11px;
}
.calendar-24 {
    background: url(/content/icon-cal-24.png) no-repeat 0px 0px;
    overflow: hidden;
    clear: both;
    padding: 0 23px 0 56px;
    min-height: 53px;
}
.slideList {
    overflow: hidden;
    clear: both;
    padding: 20px 0 0 0;
}
.slideListLeft {
    float: left;
    width: 262px;
    padding-right: 20px;
}
.slideList p a:hover {
    text-decoration: underline;
}
.slideListRight {
    float: left;
    width: 190px;
}
.slideList, .slideList p, .slideList a, .slideList div, .slideList li {
    font-size: 18px;
    line-height: 21px;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
}
.slideList p {
    padding: 0;
}
.slideList ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
/*styles for flex*/
 .flex-viewport {
    height: 282px;
}

/*-------new slider----------------------------------------------*/
.slideCont .row {
    clear: both;
    margin: 5px 0 0 0;
}
.slideCont .row:first-child {
    margin-top: 0;
}

h4.subtitle {
    margin: 0 0 10px 0;
    padding: 0;
    color: #282828;
    font-weight: normal;
    font-size: 14px;
    font-style: italic;
}
h4.subtitle em {
    color: #c6023f;
}
.highlight {
    width: 50%;
    max-width: 460px;
    padding: 10px 20px;
    background: url('/img/bg/slide-highlight.png') 0 0 no-repeat;
    text-transform: uppercase;
}

.highlight span {
    font-size: 12px;
    color: #464646;
}
.day {
    float: left;
    display: block;
    width: 22%;
    margin: 0 3% 0 0;
    text-align: right;
    font-weight: bold;
}
.time {
    float: left;
    display: block;
    width: 16%;
    margin: 0 3% 0 0;
}
.location {
    float: left;
    display: block;
    width: 56%;
    margin: 0;
}

/*-----4.2 home content--------------------------------------------*/
 .homeCont {
    padding: 0 0 0 16px;
}

/* content boxes */
.content-box {
    position: relative;
    min-height: 308px;
    font-size: 13px;
}
.content-box.align-center {
    text-align: center;
}
.content-box.bottom-img {
    min-height: 340px;
}

.content-box .content-box-ins {
    position: relative;
    z-index: 2;
    min-height: 200px;
    padding: 40px 150px 40px 40px;
}
.content-box .content-box-ins.content-box-ins-align-left {
    padding-left: 0;
}
.content-box.bottom-img .content-box-ins {
    padding-right: 0;
}
.content-box.align-left .content-box-ins {
    padding: 40px 240px 40px 0;
}
.content-box.content-box-small .content-box-ins {
    text-align: left;
}
.content-box.bottom-img .content-box-ins p {
    padding-right: 210px;
}

.content-box .content-box-ins a {
    font-weight: normal;
    font-size: 13px;
    line-height: 130%;
}

.content-box .content-box-ins a.content-box-link {
    position: relative;
    font-size: 15px;
    line-height: 100%;
    font-weight: bold;
}
.content-box .content-box-ins a.content-box-link:before,
.content-box .content-box-ins a.content-box-link:after {
    position: absolute;
    top: 0;
    display: inline-block;
    opacity: 0;
    line-height: 100%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.content-box .content-box-ins a.content-box-link:before {
    content: '[';
    left: -5px;
}
.content-box .content-box-ins a.content-box-link:after {
    content: ']';
    right: -5px;
}
.content-box .content-box-ins a.content-box-link:hover:before {
    opacity: 1;
    left: -15px;
}
.content-box .content-box-ins a.content-box-link:hover:after {
    opacity: 1;
    right: -15px;
}

.content-box h2 {
    margin: 0 0 15px 0;
    padding: 0;
    font-size: 24px;
    line-height: 120%;
    color: #282828;
}
.content-box h2 .subtitle {
    display: block;
    margin-bottom: 20px;
    font-weight: normal;
}

.content-box h3 {
    margin: 0 0 20px 0;
    padding: 0;
    font-size: 18px;
    line-height: 120%;
    font-weight: normal;
    color: #282828;
}
.content-box.bottom-img .content-box-ins h3 {
    padding-right: 160px;
}
.content-box h3.calendar-icon,
.content-box.bottom-img .content-box-ins h3.calendar-icon {
    background: url(/content/icon-cal-24.png) no-repeat 0 0;
    clear: both;
    padding: 6px 0 0 56px;
    min-height: 53px;
}

.content-box .content-box-ins p {
    margin: 20px 0 0 0;
    padding: 0;
}
.content-box.content-box-small .content-box-ins p {
    padding-right: 60px;
}
.content-box.content-box-small .content-box-ins p.nopadding {
    padding-right: 0;
}

.content-box a {
    font-size: 15px;
    /*color: #091c43;*/
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
}
/*.content-box a:hover {
    text-decoration: underline;
}*/

.content-box .more-links a {
    font-size: 12px;
}
.content-box .more-links a.inverse-link {
    color: #5177e7;
}

.content-box .divider {
    color: #dadce1;
}

/* content lists */
.content-lists {
    padding: 0 40px 40px 40px;
}

.listBox {
    position: relative;
}

.homeLists {
    clear: both;
    padding: 0 0 0 0;
}
/*.listBox {
    float: left;
    position:relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 290px;
}
.listBox:after {
    content:" ";
    border : 0;
    height : 100%;
    width : 1px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    background: #D7D7D7;
    background-image: -webkit-linear-gradient(top, #fff, #ccc, #fff);
    background-image: -moz-linear-gradient(top, #fff, #ccc, #fff);
    background-image: -ms-linear-gradient(top, #fff, #ccc, #fff);
    background-image: -o-linear-gradient(top, #fff, #ccc, #fff);
}*/
.content-help-box:after, .farRightList:after {
    display: none;
}
.leftList {
    clear: both;
}
.leftList, .centerList, .rightList, .farRightList {
    width: 234px;
    padding: 0 20px;
}
.farRightList {
    background: none;
}

.listBox h2, .listBox h2 a {
    font-size: 22px;
    line-height: 22px;
    color: #225287;
    font-weight: bold;
    text-decoration: none;
}
.listBox h2 a:hover {
    text-decoration: underline;
}
.listBox h2 {
    margin: 0px;
    padding: 0px 0px 6px 0px;
}
.listBox .listDesc {
    text-transform: uppercase;
    font-size: 11px;
    line-height: 18px;
    color: #72819b;
}
.listBox, .listBox p, .listBox a, .listBox li, .listBox div {
    font-size: 13px;
    line-height: 16px;
    color: #2b2b2a;
    text-decoration: none;
}
.listBox p {
    padding: 0;
}
.listBox a:hover {
    text-decoration: underline;
}
.listBox ul {
    margin: 0;
    padding: 8px 0 0 0;
    list-style: none;
}
.listBox ul > ul {
    padding-top: 0;
}
.listBox li {
    padding: 0 0 8px 11px;
    margin: 0px;
    background: url(/img/elem/plus-ico.png) no-repeat 0 5px;
}
.listTxt {
    overflow: hidden;
    clear: both;
    padding: 10px 0 4px 0;
}
.contentImg, .contentImgBot {
    position: absolute;
    right: 0;
    bottom: 0;
}
.homeCont .contentImg {
    right: -10px;
    border: 0;
}
.content-help-box, .content-search-box, .content-event-box {
    width: 468px;
    position: relative;
    box-sizing: border-box;
    float: left;
}
.content-search-box, .content-event-box {
    padding: 0 20px;
}
.content-help-box {
    padding: 0 40px;
}
.content-box-img {
    position: absolute;
    right: 0;
    top: 20px;
    z-index: 1;
}
.content-box-img.content-box-img-bottom {
    top: inherit;
    bottom: 0;
}
.content-box-img .image-with-text {
    max-width: 150px;
    margin-top: 20px;
}

.content-help-box .content-box-img {
    right: -16px;
    top: -11px;
}

/*.content-box-ins {
    position: relative;
    width: 64%;
    z-index: 2;
    padding: 40px 0;
    -webkit-transform: translateZ(0);
}
*/
.content-help-box .content-box-ins {
    padding: 15px 0 30px 0;
    width: 55%;
}

.listBox.content-help-box .content-box-ins h2 {
    padding: 0;
}
.listBox .content-box-ins h2, .listBox .content-box-ins h3, .listBox .content-box-ins p {
    color: #282828;
    line-height: normal;
}
.listBox .content-box-ins p {
    margin-top: 15px;
}
.listBox .content-box-ins h2 {
    font-size: 24px;
    padding: 0 0 7px;
}
.listBox .content-box-ins h2 a {
    color: #282828;
    font-size: 24px;
    line-height: normal;
}
.listBox .content-box-ins h2 a:hover {text-decoration: underline;}
.listBox .content-box-ins h3 {
    font-size: 18px;
    padding: 0;
    margin: 0;
}
.content-box-ins ul.list-links {
    overflow: hidden;
    padding: 15px 0 0;
    -webkit-transform: translateZ(0);
}
.content-box-ins ul.list-links li {
    background: none;
    color: #dadce1;
    width: auto;
    float: none;
    padding: 0px;
    display: inline;
}
.content-box-ins ul.list-links li a.read-more {
    margin-left: 0px;
}
.content-box-ins ul.list-links li a.watch-videos {
    color: #5177e7;
}
.content-search-box .content-box-ins h2 {
    padding: 0;
}
.content-search-box .content-box-ins {
    padding: 15px 0 30px 0;
    width: 74%;
}
.content-search-box .content-box-ins p {
    width: 75%;
}
.content-search-box .read-more {
    color: #091c43;
    margin-left: 0;
    margin-top: 10px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
}

.content-event-box .content-box-img {
    top: 50px;
}
.content-event-box h2 {
    padding: 0;
}
.content-event-box .content-box-ins {
    padding: 0 0 30px 0;
    width: 74%;
}
.content-event-box .content-box-ins p {
    width: 65%;
}
.content-event-box .read-more {
    color: #091c43;
    margin-left: 0;
    margin-top: 10px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
}
.calendar-title {
    min-height: 53px;
    margin-top: 15px;
    padding-left: 60px;
    background: url('/img/cont/icon-cal-30.png') 0 0 no-repeat;
}
.calendar-title h2, .calendar-title h3 {
    color: #282828;
    line-height: normal;
}
.calendar-title h2 {
    font-size: 24px;
}
.calendar-title h3 {
    padding: 0;
    font-size: 18px;
}

/* Blog subscribe */
.subscribe {
    padding: 40px;
    background-color: #3a6494;
    color: #fff;
}

.subscribe h3 {
    margin: 0 0 5px 0;
    padding: 0;
    font-size: 26px;
    line-height: 120%;
    font-weight: normal;
    color: #fff;
}

.subscribe p {
    margin: 10px 0 0 0;
    padding: 0;
    font-size: 14px;
    line-height: 140%;
}

.subscribe h4 {
    margin: 0 0 10px 0;
    padding: 0;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
}
.subscribe a, .subscribe .gfg-listentry a, .subscribe .gfg-listentry a:link, .subscribe .gfg-listentry a:visited {
    color: #fff;
    text-decoration: none;
}
.subscribe a:hover {
    text-decoration: underline;
}

.subscribe hr {
    margin: 20px 0;
    height: 1px;
    width: 100%;
    background-color: #6185b0;
    border: 0;
}

.subscribe a.btn {
    padding: 10px 15px;
}
.subscribe a.btn:hover {
    text-decoration: none;
}

.subscribe .gfg-listentry {
    margin: 0;
    padding: 0;
    background: none;
}

.subscribe .gfg-list {
    padding: 0;
}

.subscribe .gfg-listentry a {
    position: relative;
}

.subscribe .gfg-listentry a:before,
.subscribe .gfg-listentry a:after {
    position: absolute;
    display: inline-block;
    opacity: 0;
    line-height: 100%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.subscribe .gfg-listentry a:before {
    content: '[';
    left: 10px;
}
.subscribe .gfg-listentry a:after {
    content: ']';
    right: 10px;
}
.subscribe .gfg-listentry a:hover:before {
    opacity: 1;
    left: -15px;
}
.subscribe .gfg-listentry a:hover:after {
    opacity: 1;
    right: -15px;
}

.subscribe-form {
    margin-bottom: 24px;
    padding: 30px;
    background-color: #6186ad;
}

.subscribe form {
    margin: 0 auto;
}
.subscribe .mc-field-group {
    margin-bottom: 20px;
}
.subscribe select {
    width: 100%;
    height: 46px;
    text-indent: 5px;
    border: 0;
    background-color: #fff;
    color: #888;
    font-size: 16px;
}
.subscribe .hs_email {
    text-align: center;
}
.subscribe .mc-field-group label {
    display: block;
    text-align: left;
    margin-bottom: 5px;
}
.subscribe .hs_hs_persona > label {
    display: none;
    margin: 0 0 4px 0;
    padding-left: 5px;
    line-height: 14px;
}
.subscribe input[type="text"], .subscribe input[type="email"] {
    width: 100%;
    height: 16px;
    padding: 14px 0;
    text-indent: 15px;
    border-radius: 5px;
    border: 0;
    font-size: 16px;
    color: #888;
}
.subscribe .hs_submit {
    margin-bottom: -53px;
    text-align: center;
}
.subscribe input[type="submit"] {
    padding: 15px 25px;
    border: 0;
    outline: 0;
    font-size: 16px;
    line-height: 16px;
    background-color: #183c68;
    border-radius: 10px;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
}
.subscribe input[type="submit"]:hover {
    background-color: #091c43;
}
.subscribe .submitted-message {
    background-color: #6185B0;
    font-size: 18px;
}
.subscribe ul.hs-error-msgs {
    margin: 5px 0 0 0;
    padding: 0;
    list-style: none;
}

ul#blog-list {
    padding-bottom: 0;
}
ul#blog-list li {
    margin-top: 3px;
    margin-bottom: 0;
}

/*------- home notification ----------------------------------------------*/
#notification {
  display: none;
}

[class^="ns-effect-"].ns-growl.ns-hide,
[class*=" ns-effect-"].ns-growl.ns-hide {
  -webkit-animation-direction: reverse;
  animation-direction: reverse;
}

.ns-effect-scale.ns-show,
.ns-effect-scale.ns-hide {
  -webkit-animation-name: animScale;
  animation-name: animScale;
  -webkit-animation-duration: 0.25s;
  animation-duration: 0.25s;
}

@-webkit-keyframes animScale {
  0% { opacity: 0; -webkit-transform: translate3d(0,40px,0) scale3d(0.1,0.6,1); }
  100% { opacity: 1; -webkit-transform: translate3d(0,0,0) scale3d(1,1,1); }
}
@keyframes animScale {
  0% { opacity: 0; -webkit-transform: translate3d(0,40px,0) scale3d(0.1,0.6,1); transform: translate3d(0,40px,0) scale3d(0.1,0.6,1); }
  100% { opacity: 1; -webkit-transform: translate3d(0,0,0) scale3d(1,1,1); transform: translate3d(0,0,0) scale3d(1,1,1); }
}

.ns-box {
  box-sizing: border-box;
  position: fixed;
  z-index: 1000;
  bottom: 20px;
  right: 20px;
  width: 260px;
  color: #fff;
}
.ns-box.ns-show,
.ns-box.ns-visible {
  pointer-events: auto;
}

.ns-close {
  position: absolute;
  right: 15px;
  top: 15px;
  width: 15px;
  height: 15px;
  background-image: url(/images/upld/close-white.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  cursor: pointer;
}

.ns-box {
  color: #fff;
}

.ns-box a {
  display: block;
  padding: 30px 20px;
  border-radius: 6px;
  color: #fff;
  background-color: #3a6494;
  box-shadow: 2px 2px 10px rgba(0,0,0,0.5);
  text-align: center;
  font-size: 18px;
  line-height: 1.4;
  text-decoration: none;
  font-weight: bold;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.ns-box a:hover {
  text-decoration: none;
  background: #225287;
}

@media (max-width: 480px) {
  .ns-box {
    right: 5%;
    width: 90%;
  }

  .ns-box a {
  	padding: 30px 15px;
    font-size: 16px;
    line-height: 1.4;
  }
}

/*-----4.3 video holder--------------------------------------------*/
 .videoHolder {
    overflow: hidden;
    clear: both;
    padding: 22px 0 0 0;
    min-height: 79px;
    background: url(/img/bg/videoHolder-bg-new.png) no-repeat 6px 0;
    width: 930px;
    max-height: 172px;
    position: relative;
    margin: 30px 0 40px 1px;
}
#videoSlider,
#researchVideoSlider {
    position: relative;
    width: 844px;
    margin: 0 0 0 44px;
}
#videoSlider .items,
#researchVideoSlider .items {
    width: 23000em;
    position: relative;
}
#videoSlider .items div.mainItem,
#researchVideoSlider .items div.mainItem {
    float: left;
    width: 147px;
    overflow: hidden;
    margin-right: 18px;
    position: relative;
}
.vImgBox {
    width: 190px;
    max-width: 90%;
    overflow: hidden;
    border: 2px solid #a0a0a0;
    margin: 0 auto;
    position: relative;
}
.vImgBox:hover {
    border-color: #131f42;
}
.vImgBox img {
    width: 100%;
    max-height: 104px;
    display: block;
}
.vImgBox a {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    /*left: 0;*/
    top: 0;
    background: url(/img/elem/play-ico-new.png) no-repeat center center;
}
.vImgDesc {
    overflow: hidden;
    clear: both;
    padding: 2px 10px 0;
}
.vImgDesc, .vImgDesc p, .vImgDesc a, .vImgDesc span {
    text-align: center;
    font-size: 14px;
    color: #2b2b2a;
    text-decoration: none;
}
.vImgDesc p {
    padding: 0;
}
.FeaturePrev, .FeatureNext {
    position: absolute;
    width: 6px;
    height: 10px;
    display: block;
    text-decoration: none;
    top: 85px;
    background: url(/img/elem/videoslider-arrows.png) no-repeat 0 0;
    cursor: pointer;
}
.FeaturePrev {
    left: 0;
}
.FeaturePrev:hover {
    background-position: 0 -20px;
}
.FeatureNext {
    right: 0;
    background-position: 0 -10px;
}
.FeatureNext:hover {
    background-position: 0 -30px;
}
.videoTitle {
    overflow: hidden;
    clear: both;
    padding: 0 0 20px 44px;
}
.videoTitle, .videoTitle p, .videoTitle a, .videoTitle span {
    font-size: 16px;
    line-height: 18px;
    color: #282828;
    text-decoration: none;
}
.videoTitle p {
    font-size: 18px;
    padding: 0;
}
.videoTitle p strong {
    font-size: 24px;
}
.video {
    border: 2px solid #a0a0a0;
}
.video:visited {
    border: 2px solid #a0a0a0;
}
.video:hover {
    border: 2px solid #131f42;
}


/*------- Page Content ----------------------------------------------*/
#leftColumn {
    float: left;
    width: 180px;
    margin: 0 35px 0 0;
    padding: 0px;
    background: url(/img/bg/leftCol-sec-bg.png) no-repeat 0 0;
    min-height: 50px;
}
.fullContent {
    float: left;
    width: 725px;
    padding: 35px 0 60px 0;
}
.fullContent.researchContent {
    width: 718px;
}
.fullContent.researchContent .rightContent {
    margin-right: -35px;
}

body.HomePage .fullContent {
    float: left;
    width: 936px;
    padding: 15px 0 20px 0;
}
.baseContent {
    width: 495px;
    float: left;
    padding: 35px 0 60px 0;
}
.fullContent .baseContent {
    padding-top: 0;
}
.baseContent a {
    // font-size: 11px;
    // line-height: 13px;
    font-weight: bold;
}
.rightContent {
    float: right;
    width: 210px;
    padding-bottom: 280px;
    padding-top: 37px;
}
.leftContent.floatLeftBox {
    /* Removed 1/18/14 because it was not appropriate for mixed template, e.g. Staff page
    width: 500px;
    float: left; */
}
.rightContent.floatRightBox {
    margin: 0px -28px 10px 28px;
}
.dl-menuwrapper.mobileView {
    padding-top: 20px;
    margin-left: 28px;
    margin-right: -28px;
}

/* Sidebar CTA */
.rightContent .sidebar-cta {
    margin-bottom: 40px;
    text-align: center;
}
.rightContent .sidebar-cta img {
    max-width: 100%;
}

/*-----subpage video holder--------------------------------------------*/
.pageVideoHolder {
    width: 724px;
    background: url(/img/bg/videoHolder-bg-new.png) no-repeat top center;
    border-radius: 5px;
    padding: 0;
    max-height: inherit;
}
.pageVideoHolder #researchVideoSlider {
    width: 660px;
    margin: 0 32px;
}
.pageVideoHolder .videoTitle {
    padding: 20px;
}
#researchVideoSlider .flex-direction-nav .flex-prev {
    background: url(/img/elem/slider-arrows.png) no-repeat 0 -15px;
    padding-left: 10px;
    left: -20px;
}
#researchVideoSlider .flex-direction-nav .flex-next {
    background: url(/img/elem/slider-arrows.png) no-repeat right 3px;
    padding-right: 0;
    right: -20px;
    width: 11px;
}
#researchVideoSlider .flex-viewport {
    height: auto;
}
#researchVideoSlider .vImgDesc, #researchVideoSlider .vImgDesc p, #researchVideoSlider .vImgDesc a, #researchVideoSlider .vImgDesc span {
    text-align: left;
padding-left:14px;
    color: #2b2b2a;
    text-decoration: none;
}


/* FlexSlider - carousel - for Videos */

/* Browser Resets */
 .flex-container a:active, .videosSlider a:active, .flex-container a:focus, .videosSlider a:focus {
    outline: none;
}
.slides, .flex-control-nav, .flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}
.slides {
    width: 2600%;
}
.slides li.mainItem {
    width: 160px;
    float: left;
}
/* FlexSlider Necessary Styles
*********************************/
 .videosSlider {
    margin: 0;
    padding: 0;
}
.videosSlider .slides > li {
    display: none;
    -webkit-backface-visibility: hidden;
}
/* Hide the slides before the JS is loaded. Avoids image jumping */
 .videosSlider .slides img {
    width: 100%;
    display: block;
}
.flex-pauseplay span {
    text-transform: capitalize;
}
/* Clearfix for the .slides element */
 .slides:after {
    content:".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
html[xmlns] .slides {
    display: block;
}
* html .slides {
    height: 1%;
}
/* No JavaScript Fallback */

/* If you are not using another script, such as Modernizr, make sure you
    * include js that eliminates this class on page load */
 .no-js .slides > li:first-child {
    display: block;
}
/* FlexSlider Default Theme
*********************************/
 .videosSlider {
    margin: 0 0 60px;
    background: #fff;
    border: 4px solid #fff;
    position: relative;
    -o-border-radius: 4px;
    border-radius: 4px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
    -o-box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
    zoom: 1;
}
.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}
.loading .flex-viewport {
    max-height: 300px;
}
.videosSlider .slides {
    zoom: 1;
}
.carousel li {
    margin-right: 5px;
}
/* Control Nav */
 .flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: -40px;
    text-align: center;
}
.flex-control-nav li {
    margin: 0 6px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}
.flex-control-paging li a {
    width: 11px;
    height: 11px;
    display: block;
    background: #666;
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    text-indent: -9999px;
    -o-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}
.flex-control-paging li a:hover {
    background: #333;
    background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
    background: #000;
    background: rgba(0, 0, 0, 0.9);
    cursor: default;
}
.flex-control-thumbs {
    margin: 5px 0 0;
    position: static;
    overflow: hidden;
}
.flex-control-thumbs li {
    width: 25%;
    float: left;
    margin: 0;
}
.flex-control-thumbs img {
    width: 100%;
    display: block;
    opacity: .7;
    cursor: pointer;
}
.flex-control-thumbs img:hover {
    opacity: 1;
}
.flex-control-thumbs .flex-active {
    opacity: 1;
    cursor: default;
}
/*-----4.4 sub navigation--------------------------------------------*/
 #subnav {
    overflow: hidden;
    clear: both;
    padding: 17px 0 0 1px;
}
#content.withLeftCol {
    background: url(/img/bg/leftCol-bg.png) repeat-y 0 0 #fff;
}
#subnav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#subnav ul li, #subnav ul li a {
    font-size: 13px;
    line-height: 18px;
    color: #2b2b2a;
    text-decoration: none;
}
#subnav ul li {
    overflow: hidden;
    clear: both;
    padding: 3px 17px 3px 15px;
    margin-bottom: 2px;
}
#subnav ul li.overview {
    padding: 10px 0;
    border-bottom: 1px solid #c5ccd7;
}
#subnav ul li.overview a, #subnav ul li.overview a:hover {
    background-image: none;
    font-size: 16px;
    font-weight: bold;
}
#subnav ul li a {
    float: left;
    padding: 0 0 0 11px;
    background: url(/img/elem/subNav-arrow.png) no-repeat 0 5px;
}
#subnav ul li a:hover {
    color: #225287;
    background: url(/img/elem/subNav-arrow-hover.png) no-repeat 0 5px;
}
#subnav ul li ul {
    float: left;
    margin-top: 5px;
}
#subnav ul li.here a {
    background: #ffffff url(/img/elem/subNav-arrow-hover.png) no-repeat 0 5px;
}
#subnav ul li.here, #subnav ul li.parent_here {
    background: #fff;
    color: #225287;
    font-weight: bold;
    padding: 6px 17px 6px 15px;
}
#subnav ul li.here a, #subnav ul li.here a {
    color: #225287;
    font-weight: bold;
}
#subnav ul li.here a:hover, #subnav ul li.here a:hover {
    padding-bottom: 0;
    margin-bottom: 0;
    background: url(/img/elem/subNav-arrow-hover.png) no-repeat 0 5px #fff;
    color: #225287;
    font-weight: bold;
}
#subnav li.level_1 ul, #subnav li.sub_level_0 ul {
    clear: both;
    width: 140px;
    padding-top: 5px;
}
#subnav ul li.level_2, #subnav ul li.level_3, #subnav ul li.sub_level_1, #subnav ul li.sub_level_2 {
    padding: 0px 0 5px 10px;
}
#subnav ul li.level_2 a, #subnav ul li.level_3 a, #subnav ul li.sub_level_1 a, #subnav ul li.sub_level_2 a {
    font-size: 12px;
    line-height: 14px;
    color: #2b2b2a;
    background: url(/img/elem/subNav-arrow.png) no-repeat 0 3px;
    font-weight: normal;
}
#subnav ul ul li.here {
    background-color: transparent;
    color: #225287;
    font-weight: bold;
}
#subnav ul ul li.here a {
    color: #225287;
    font-weight: bold;
}
#subnav ul li.level_2 a:hover, #subnav ul li.level_3 a:hover, #subnav ul li.sub_level_1 a:hover, #subnav ul li.sub_level_2 a:hover, #subnav ul ul li a:hover {
    color: #225287;
    background: url(/img/elem/subNav-arrow-hover.png) no-repeat 0 3px;
    font-weight: normal;
}
#subnav ul ul li.here a:hover {
    font-weight: bold;
}
/*-----4.5 title text box--------------------------------------------*/
 .titleTxt {
    overflow: hidden;
    clear: both;
    padding: 10px 0 16px 0;
}
/*.baseContent h1 {
    padding: 0 0 15px 0;
}*/
.titleTxt, .titleTxt p, .titleTxt a, .titleTxt li, .titleTxt span, .baseContent h2 {
    font-size: 16px;
    line-height: 17px;
    color: #225287;
    padding: 0 0 15px 0;
    font-weight: bold;
    text-decoration: none;
}
.baseContent h2, .fullContent h2 {
    margin-top: 10px;
    font-size: 18px;
    line-height: 20px;
}
.titleTxt p {
    padding: 0;
}
.rightContent h4 {
    background: #DCDEE3;
    padding: 10px;
    color: #0C1936;
    font-weight: bold;
    margin: 0 0 10px 0;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}
.rightContent div.blue {
    background: #DCDEE3;
    padding: 10px;
    color: #0C1936;
    font-weight: bold;
    margin: 0 0 40px 0;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}
.rightContent div.blue h4 {
    padding: 0px;
    color: #0C1936;
    font-weight: bold;
    margin: 0 0 10px 0;
    font-size: 16px;
}
.rightContent div.blue h5 {
    font-size: 11px;
    line-height: 17px;
    color: #0c1936;
    font-weight: normal;
    text-decoration: none;
    padding: 0 0 10px 0;
    text-transform: uppercase;
}
.rightContent div.blue h5 a {
    font-size: 11px !important;
}
.rightContent div.blue div.hours-text {
    display:block;
    font-weight: normal;
}
.rightContent div.blue div.hours-text h5 {
    font-size: 12px;
    padding: 0px;
}
.rightContent div.blue div.hours-text em {
    font-size: 85%;
}
.rightContent .videostill {
    margin: 0px;
    padding: 0px;
}
/*-----4.6 blockquote--------------------------------------------*/
 blockquote {
    padding: 17px 30px 17px 24px;
    background: #4A73CC;
    margin: 20px 2px 25px -3px;
    border-radius: 6px;
    position: relative;
    clear: both;
}
blockquote h2, blockquote h3, blockquote h4, blockquote h5 {
  color: #fff
}
blockquote, blockquote p {
    font-size: 13px;
    line-height: 18px;
    color: #fff;
    font-family: Trebuchet, 'Trebuchet MS', Arial, Helvetica, sans-serif;
    text-decoration: none;
}
blockquote p {
    padding: 0 0 0 0;
}
blockquote span {
    display: block;
    height: 14px;
    position: absolute;
    background: url(/img/elem/bloquote-btm.png) no-repeat right 0;
    right: 0;
    bottom: -23px;
    padding: 9px 67px 0 0;
    margin: 0;
}
blockquote span {
    font-size: 11px;
    line-height: 13px;
    color: #5d5d5d;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
}
blockquote span em {
    font-weight: bold;
    text-transform: uppercase;
    font-style: normal;
    color: #2a344f;
    padding-right: 5px;
    font-size: 13px;
}
/*-----4.7 factBlk--------------------------------------------*/
 .factBlk {
    overflow: hidden;
    clear: both;
    padding: 36px 0 0 14px;
    background: url(/img/elem/fact-ico.png) no-repeat 1px 38px;
    min-height: 33px;
}
.factBlk p {
    padding: 0;
}
/*-----4.8 right box--------------------------------------------*/
 .rightHead {
    overflow: hidden;
    clear: both;
    padding: 6px 0 0 0;
    margin-bottom: 5px;
    background: url(/img/elem/rightHead-top.png) no-repeat 0 0 #dcdee3;
}
.rightHeadCont {
    overflow: hidden;
    clear: both;
    padding: 0 33px 10px 10px;
    background: url(/img/elem/rightHead0btm.png) no-repeat 0 bottom;
}
.rightHead, .rightHead p, .rightHead a, .rightHead span, .rightHead li {
    color: #0c1936;
    font-weight: bold;
}
.rightHead p {
    padding: 0;
}
.rightTxt {
    overflow: hidden;
    clear: both;
    padding: 15px 26px 0 0;
}
.rightTxt p {
    padding: 0 0 10px 0;
}
.rightContent h5 {
    font-size: 11px;
    line-height: 17px;
    color: #72819b;
    font-weight: normal;
    text-decoration: none;
    padding: 5px 0 0 0;
    text-transform: uppercase;
}
.rightTxt ul {
    margin: 4px 0 0 10px;
    padding: 0 0 0 13px;
}
.rightTxt li {
    padding: 0 0 1px 0;
}
.rightSecTxt {
    overflow: hidden;
    clear: both;
    padding: 0 20px 0 6px;
    margin: -15px 0 0 0;
}
.rightContent, .rightContent p, .rightContent a, .rightContent li, .rightContent div, .rightContent span {
    font-size: 13px;
    color: #2b2b2a;
    text-decoration: none;
}
.rightContent a.caps, .rightContent a.caps:link, .rightContent a.caps:visited, a.caps, a.caps:link, a.caps:visited, span.caps {
    text-transform: uppercase;
    color: #225287;
    font-size: 10px;
}
.rightContent a, .rightContent a:hover {
    color: #225287;
}
.rightContent a:hover {
    text-decoration: underline;
}
.rightContent ul {
    padding: 2px 15px 20px 15px;
}
.rightContent h5, .rightContent p {
    padding-right: 15px;
}
/*-----4.9 Content img box--------------------------------------------*/
 .contImg {
    overflow: hidden;
    clear: both;
    padding: 10px 0 0 0;
    position: relative;
}
.contImg img {
    display: block;
    margin: 0 auto;
}
.contImg p {
    background: url(/img/bg/contImg-bg.png) no-repeat 0 bottom #999999;
    padding: 5px 10px 6px 13px;
    font-size: 11px;
    line-height: 15px;
    color: #ffffff;
    text-decoration: none;
}
.goLink {
    position: absolute;
    width: 69px;
    height: 49px;
    background: url(/img/elem/go.png) no-repeat 0 0;
    display: block;
    right: 10px;
    bottom: 44px;
    display: none;
}
.contImg:hover .goLink {
    display: block;
}
/*-----4.10 Content post box--------------------------------------------*/
 .cntPostBox {
    overflow: hidden;
    clear: both;
    padding: 20px 0 0 0;
}
.postRow {
    overflow: hidden;
    clear: both;
    margin-top: 20px;
    padding: 0 0 0 0;
}
.postRow:first-child {
	margin-top: 0;
}
.postBox {
    float: left;
    width: 32%;
    margin-left: 2%;
}
.postBox:first-child {
    margin-left: 0;
}
.postBox img {
	box-sizing: border-box;
    display: block;
    width: 100%;
    border: 2px solid #aaaaaa;
}
.postBox img.link-new-window, .postBox img.link-icon {
    border: 0px;
    height: 11px;
    width: auto;
    padding-left: 4px;
    display: inline-block;
}
.postBox img.link-new-window {
    width: 13px!important;
}
.postBox a img:hover {
    border: 2px solid #2b2b2a;
}
.postDesc {
    overflow: hidden;
    clear: both;
    padding: 12px 5px 0 6px;
}
.postBox, .postBox div {
    font-size: 12px;
    line-height: 15px;
    color: #2b2b2a;
}
.postBox p {
    padding: 0 0 3px 0;
    margin-bottom: 14px;
}
.postBox a {
    color: #091c43;
    text-decoration: none;
    /*font-size: 11px;*/
}
.postBox span.more-resources {
    font-weight: bold;
    display: block;
    margin-top: 8px;
}
.postBox a:hover {
    text-decoration: underline;
}
.postBox h3 a, .postBox h3 {
    /*font-size: 11px;
    line-height: 15px;*/
    color: #225287;
    font-weight: bold;
    text-transform: uppercase;
}
.postBox h3 {
    padding-bottom: 4px;
    padding-top: 0px;
}
/*.postBox h3 a {
    text-decoration: underline;
}
.postBox h3 a:hover {
    text-decoration: none;
}*/

/*====================4.11 Team============================*/
 .staffWrap {
    overflow: hidden;
    clear: both;
    padding: 14px 0 0 0;
}
.teamHolder {
    overflow: hidden;
    padding: 0 0 10px 0;
}
.teamHolder h3 {
    font-size: 16px;
    line-height: 18px;
    color: #282828;
    font-weight: bold;
    float: left;
}
#teamMembers h3 {
  clear: both;
}
.teamBox {
    clear: both;
    padding: 10px 0 8px 0;
    overflow: hidden;
}
.member {
    overflow: hidden;
    width: 134px;
    height: 220px;
    float: left;
    padding: 16px 10px 0 0;
}
.member.right {
    float: right;
    max-width: 50%;
    height: auto;
    margin: 0 0 20px 20px;
}
.member a {
    overflow: hidden;
    display: block;
    text-align: center;
}
.member img {
  margin-bottom: 4px;
    border: 2px solid #a5a5a5;
    display: block;
}
.member a img:hover {
    border: 2px solid #091a3f;
}
.member, .member h6, .member h6 a, .member span {
    text-align: center;
    font-size: 13px;
    line-height: 14px;
    font-weight: bold;
    font-family: "Trebuchet MS", Geneva, sans-serif;
    color: #34436e;
}
.member h6 a {
    display: inline;
    text-decoration: none;
}
.member h6 a:hover {
    text-decoration: underline;
}
.member p {
    padding: 0px;
}
.member span {
    color: #2b2b2a;
    display: block;
    font-size: 10px;
    margin-bottom: 8px;
}

.team-right {
    float: right;
    max-width: 50%;
    display: inline-block;
    margin: 16px 0 20px 40px;
}
.team-right .member {
    width: 48%;
    height: auto;
    margin: 0 0 0 4%;
    padding: 0;
    font-weight: normal;
}
.team-right .member:first-child {
  margin-left: 0;
}
.team-right .member img {
    margin: 0 auto;
}
.team-right div.video-link {
    width: auto;
    margin: 5px 0 0 0;
}
.team-right div.video-link a {
    display: inline-block;
    margin: 0;
    padding-bottom: 0;
}
@media (max-width: 767px) {
    .team-right {
        float: none;
        max-width: none;
        margin: 20px auto;
    }
}

.last-block {
    padding: 0px;
}
.contactBar .rightHead p.text-size span, .contactBar .rightHead p {
    font-size: 15px;
}
.barWrap {
    margin: -17px 0 0 0;
    overflow: hidden;
    float: right;
}
.barWrap .rightTxt {
    padding: 15px 0 0 0;
}
.barWrap .rightSecTxt {
    margin: 0px;
}
/********** staff bio ********/
 h3.credentials {
    color: #225287;
    margin: 0px 0px 12px 0px;
    padding-top: 0px;
    font-weight: normal;
    font-size: 18px;
    color: #000;
    clear: none;
}
div.staffPhotoBox {
    float: right;
    width: 373px;
    padding: 0px 0px 35px 22px;
}
div.staffBioBox {
    float: left;
    width: 327px;
    padding-right: 25px;
}
div.sendFriend, div.watchVideo {
    width: 165px;
    float: left;
    padding: 0px 20px 0px 0px;
    margin: 0px;
    line-height: 12px;
}
div.watchVideo {
    width: 135px;
    padding: 0px;
}
div.sendFriend img, div.watchVideo img {
    float: left;
    padding: 0px 6px 0px 0px;
    margin: 0px;
}
div.sendFriend a, div.watchVideo a {
    color: #4173c8;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 10px;
    padding: 0px;
    margin: 0px;
    line-height: 12px;
}
div.sendFriend a:hover, div.watchVideo a:hover {
    color: #225287;
}
div.sendFriend a span, div.watchVideo a span {
    margin: 20px 0px 0px 0px;
    padding: 0px;
    display: block;
}
div#staffDetails {
    background: #eeeeee;
    border-radius: 6px;
    position: relative;
    margin: 10px 40px 40px 0px;
    padding: 25px 0px 25px 25px;
}
div#staffDetailsAdmin {
    background: #eeeeee;
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
    position: relative;
    margin: 10px 0px 30px 0px;
    padding: 25px 0px 25px 25px;
}
div#staffDetailsAdminMobile {
    background: #eeeeee;
    border-radius: 6px;
    position: relative;
    margin: 10px 0px 30px 0px;
    padding: 25px 0px 25px 25px;
    float: left;
    width: 97%;
}
.staffBioInfo {
    float: left;
    width: 320px;
    padding-right: 20px;
}
.staffBioInfo h4, .singleColumn h4 {
    color: #72819b;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: normal;
}
.staffBioInfo li {
    font-size: 12px;
}
.staffBioInfo b {
    font-size: 13px;
    color: #0c1936;
}
.videoFlagButton {
    float: right;
}
.videoFlagButton a {
    background: url(/img/bg/videoFlagBG.png) no-repeat left top;
    color: #fff;
    text-transform: uppercase;
    font-size: 11px;
    text-decoration: none;
    text-align: right;
    padding: 6px 20px 4px 20px;
    margin: 10px 0px;
    height: 20px;
    display: block;
}
.videoFlagButton a:hover {
    background: url(/img/bg/videoFlagBG.png) no-repeat left -30px;
    color: #fff;
    text-transform: uppercase;
    font-size: 11px;
    text-decoration: none;
}
.badge {
  position: relative;
  margin-right: 40px;
  text-align: center;
}
.badge:before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #333;
}
.badge iframe {
  padding: 0 10px;
  background-color: #fff;
}

.feature-staff {
    margin-top: 20px;
}
.feature-staff h3 {
    clear: none;
}
.feature-staff h4 {
    margin-bottom: 5px;
}

/*====================4.12 Contact us============================*/
 .contactHolder {
    overflow: hidden;
    clear: both;
}
.contactHolder .cntPostBox {
    padding: 5px 0 0 0;
}
.serviceHolder {
    overflow: hidden;
    padding: 17px 0 0 0;
    clear: both;
}
.serviceHolder h3 {
    font-size: 16px;
    line-height: 18px;
    color: #282828;
    font-weight: bold;
}
.serviceHolder .teamBox {
    padding: 0 0 8px;
}
.contactBar .rightHeadCont {
    padding: 0 20px 10px 10px;
}
.contactBar .rightHead p {
    padding: 0 0 20px 0;
}
.contactBar .rightHead p span {
    font-size: 16px;
    font-weight: bold;
}
.contactBar .rightHead p em, .linkWrap em {
    font-style: normal;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 13px;
}
.linkWrap a {
    float: left;
    text-transform: uppercase;
    color: #225287;
    font-size: 11px;
}
.rightContactsect {
    overflow: hidden;
    padding: 20px 0 0 0;
}
.rightContactsect .rightSecTxt {
    margin: 0px;
}
.rightContactsect .rightSecTxt ul {
    list-style-type: none;
    padding: 5px 0 0 0;
}
.rightContactsect .rightSecTxt ul li a {
    float: left;
    font-size: 12px;
    line-height: 14px;
    color: #315e8f;
}
.rightContactsect .rightSecTxt ul li span {
    font-style: italic;
    font-size: 12px;
    line-height: 14px;
}



/* ================ 4.13 Locations page =============== */
#map-canvas {
    width: 100%;
    height: 260px;
    color: #000;
}

#map-canvas.landing-pg {
    width: auto;
    height: 480px;
    margin-bottom: 40px;
}

#map-canvas h5 {
    font-size: 15px;
    text-transform: none;
    font-weight: bold;
    color: #000;
}

#marker-tooltip-content {padding:10px 10px 0 10px; min-width: 260px;}

#marker-tooltip-content a {
    text-decoration: none;
    color: #2252af;
    font-weight: bold;
}

#marker-tooltip-content .location-meta {min-height: 85px;}

#marker-tooltip-content .location-meta img {
    border: 2px solid #fff;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
    margin-right: 20px;
    float: left;
}

#marker-tooltip-content .location-meta a {margin-top: 10px; display: inline-block;}

.location-info {width: 63%; float: left;}
.location-meta-info {width: 32%; float: right; margin-left: 5%;}

.location-meta-info .tel {color: #5b6c91; font-weight: bold; font-size: 18px;}

.location-meta-info .section {
    border-top:1px dashed #c3c3c5;
    padding: 15px 5px;
}

.location-meta-info .section:first-child {border:none; padding-top: 0;}

.location-meta-info .section p:last-child {padding-bottom: 0;}

.photos-with-caption {clear: both;}

.photo-w-caption {
    width: 49%;
    float: left;
    margin: 20px 0 20px 2%;
}

.photos-with-caption .photo-w-caption:first-child {margin-left: 0;}

.photo-w-caption img {display: block; width: 100%;}
.photo-w-caption p   {font-size: 12px; color: #2b2b2a; text-align: center; padding:0;}

#grid-gallery {
    /* width: 737px; */
    clear: both;
    margin-left: -6px;
    margin-right: -6px;
}

#grid-gallery ul {padding:0; margin:0;}

#grid-gallery ul li {
    float: left;
    list-style: none;
    padding: 0;
    margin: 0;
    width: 33.3%;
}

#grid-gallery ul li a {
  display: block;
  margin: 3%;
  padding: 0;
  width: 94%;
}

#grid-gallery img {display: block; max-width: 100%;}

.now-open {font-size: 16px; padding: 10px 0;}

.marker-tooltip {
      position: absolute;
      width: 260px;
      /* height: 30px;
      line-height: 30px; */
      padding: 6px 10px;
      font-size: 13px;
      text-align: center;
      color: #fff;
      background: #000; /* Old browsers */
      background: -moz-linear-gradient(top, rgba(70,70,70,0.9) 0%, rgba(0,0,0,0.8) 100%); /* FF3.6+ */
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(70,70,70,0.9)), color-stop(100%,rgba(0,0,0,0.8))); /* Chrome,Safari4+ */
      background: -webkit-linear-gradient(top,  rgba(70,70,70,0.9) 0%,rgba(0,0,0,0.8) 100%); /* Chrome10+,Safari5.1+ */
      background: -o-linear-gradient(top,  rgba(70,70,70,0.9) 0%,rgba(0,0,0,0.8) 100%); /* Opera 11.10+ */
      background: -ms-linear-gradient(top,  rgba(70,70,70,0.9) 0%,rgba(0,0,0,0.8) 100%); /* IE10+ */
      background: linear-gradient(to bottom,  rgba(70,70,70,0.9) 0%,rgba(0,0,0,0.8) 100%); /* W3C */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#55ffffff', endColorstr='#55000000',GradientType=0 ); /* IE6-9 */
      border: 1px solid #000;
      border-radius: 3px;
      text-shadow: rgba(0, 0, 0, 0.8) 0px 1px 1px;
      box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px 0px, inset 0px 1px 0px rgba(255,255,255,0.3);;
      opacity: 1;
}

.marker-tooltip:after {
      content: "";
      position: absolute;
      width: 0;
      height: 0;
      border-width: 10px;
      border-style: solid;
      border-color: rgba(0,0,0,0.8) transparent transparent transparent;
      top: 30px;
      left: 50%;
      margin-left:-5px;
}

img[src*="gstatic.com/"], img[src*="googleapis.com/"] {
  max-width: none;
}

.dashed-line {border-width:1px 0 0 0; border-style: dashed; border-color: #c3c3c5; margin:35px 0;}

.right-side-section {float: right; margin-bottom: 20px;}

.right-side-section .content {
  background: #DCDEE3;
  -webkit-border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  color: #0C1936;
  float:right;
  padding: 10px 38px 10px 10px;
  margin-right: -28px;
}

.right-side-section h4 {
  font-weight: bold;
  padding: 0;
  color: inherit;
}
/* staff admin page css for mobile */
.showDesktop {
    display: block;
}
.showMobile {
    display: none;
}
.staffBioInfoFull {
    background: #eeeeee;
    border-radius: 6px;
    margin: 10px 0px 30px 0px;
    padding: 25px;
    width: 91%;
}
.staffBioInfoFull h4 {
    color: #72819b;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: normal;
}

.staffBioInfoFullWrapper{
    float: left;
    margin-bottom: 15px;

}


@media (max-width: 580px) {
    .showDesktop {
        display: none;
    }
    .showMobile {
        display: block;
    }
}
/* staff admin page css for mobile ends */

@media screen and (max-width: 480px) {
    .location-info {width: auto!important; float: none;}
    .location-meta-info {float: none; margin:20px 0 0 0; width: auto!important;}

    .photo-w-caption {width: 100%; margin-top:10px; margin-bottom:10px; margin-left: 0px}

    #grid-gallery {margin:0;}

    .right-side-section {float: right; width: 100%; clear: both;}
    .right-side-section .content {float:right; margin-right: -4%;}

    .slideCont .hide {display:none;}

}

@media screen and (min-width: 481px) and (max-width: 568px) {
    .right-side-section .content {float:right; margin-right: -11%;}
}

@media screen and (max-width: 568px) {
    #map-canvas {display: none; visibility: hidden;}
}

@media screen and (max-width: 767px) {
  #grid-gallery ul li {width: 33.3%}

  #grid-gallery ul li a {
    display: block;
    margin: 2%;
    padding: 0;
    width: 96%;
  }
}

@media screen and (min-width: 461px) and (max-width: 768px) {
    .location-info {width: 47%;}
    .location-meta-info {width: 48%;}
    #map-canvas.landing-pg {margin: 0 0 40px 0; width: auto;}
}

@media screen and (min-width: 981px) {
    .dashed-line.full-column-width {width: 788px; margin-left: -35px;}
    #map-canvas.landing-pg {
        width: 788px;
        margin: -35px 0 40px -35px;
    }

}



/*=====================================================================
    5 Footer
=====================================================================*/
 .footerPosition {
    margin: 0 auto;
    width: 968px;
}
.footerTop {
    clear: both;
    position: relative;
    padding: 7px 210px 0 25px;
}
.joinBox {
    float: left;
    background: url(/img/bg/followUs-bg.png) no-repeat left top;
    padding: 0 0 0 12px;
    height: 46px;
}
.joinUs {
    float: left;
    padding: 7px 0 0 0;
}
.joinUs, .joinUs span, .joinUs p {
    color: #6fa4ff;
    font-size: 12px;
    text-transform: uppercase;
}
.joinUs p {
    padding: 0px;
}
.joinBox ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    float: left;
}
.joinBox ul li {
    float: left;
    padding: 0 0 0 9px;
}
.joinBox ul li a {
    display: block;
    width: 32px;
    height: 32px;
}
.joinBox ul li a:hover {
    background-position: left bottom;
}
.fb {
    background: url(/img/elem/fb.png) no-repeat left top;
}
.feed {
    background: url(/img/elem/feed.png) no-repeat left top;
}
.mail {
    background: url(/img/elem/mail.png) no-repeat left top;
}
.youtube {
    background: url(/img/elem/youtube.png) no-repeat left top;
}
.googleplus {
    background: url(/img/elem/googleplus.png) no-repeat left top;
}
.twitter {
    background: url(/img/elem/twitter.png) no-repeat left top;
}
.joinCorner {
    background: url(/img/elem/joinCorner.png) no-repeat right top;
    padding: 8px 9px 0 0;
    height: 46px;
    float: left;
}
.reviewHolder, .angiewinner {
    float: left;
    padding: 0 4px 0;
}
.reviewHolder {
    float: left;
    padding: 0 4px 0 100px;
}
.angiewinner img {
    margin-top: -15px;
    width: 100%;
}
.seeReview {
    float: left;
}
.reviewText {
    float: left;
    padding: 12px 0 0 8px;
    width: 120px;
}
.reviewText span, .reviewText, .reviewText p {
    font-size: 11px;
    line-height: 13px;
    color: #bdc1cb;
    font-style: italic;
}
.phoneHolder {
    background: url(/img/bg/phone-bg.png) no-repeat left top;
    position: absolute;
    right: 7px;
    top: -24px;
    width: 180px;
    height: 60px;
    padding: 12px 5px 0px 16px;
}
.phoneBox {
    clear: both;
    overflow: hidden;
    padding: 0 0 7px 0;
}
.number {
    width: 120px;
    float: left;
}
.number span, .number, .number p, .number a {
    color: #fff;
    font-size: 20px;
    line-height: 22px;
    text-transform: uppercase;
    text-align: right;
    text-decoration: none;
}
.phoneText {
    float: left;
    padding: 7px 0 0 6px;
    width: 34px;
}
.phoneText, .phoneText span, .phoneText p {
    font-size: 11px;
    line-height: 13px;
    color: #b4b8c8;
    text-transform: uppercase;
}
.footerBottom {
    overflow: hidden;
    clear: both;
    padding: 28px 10px 0 35px;
}
.footerBottom h4, .quickLinks h4 {
    font-family: Georgia, "Times New Roman", Times, serif;
    color: #5d6ba0;
    font-size: 24px;
    line-height: 26px;
    float: left;
}
.locationHolder {
    overflow: hidden;
    float: left;
    width: 500px;
}
.locationBoxHolder {
    overflow: hidden;
    clear: both;
    padding: 16px 0 0 0;
}
.locationBox {
    float: left;
    padding: 0 16px 0 0;
    width: 146px;
}
.locationBox.fishers {
    width: 115px;
}
.locationBox h5 {
    font-size: 13px;
    line-height: 15px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
}
.locationBox, .locationBox p, .locationBox span {
    font-size: 12px;
    line-height: 15px;
    color: #fff;
}
.locationBox p {
    padding: 0px;
}
.locationBox a {
    text-decoration: none;
    color: #5796ff;
    font-size: 11px;
    line-height: 13px;
}
.locationBox a:hover {
    text-decoration: underline;
}
.footMore {
    overflow: hidden;
    clear: both;
    padding: 7px 0 0 0;
}
.locationBox a:hover {
    text-decoration: underline;
}
.quickLinks {
    overflow: hidden;
    float: right;
    width: 378px;
}
.linksWrap {
    overflow: hidden;
    clear: both;
    padding: 9px 0 0 0;
}
.linksWrap ul {
    float: left;
    list-style-type: none;
    width: 165px;
    margin: 0px;
    padding: 0 24px 0 0;
}
.linksWrap ul li {
    border-bottom: 1px solid #152647;
    margin: 0px;
    padding: 0px;
}
.linksWrap ul li a {
    display: block;
    padding: 3px 5px;
    margin: 0px !important;
    font-size: 12px;
    line-height: 21px;
    color: #fff;
    text-decoration: none;
}
.linksWrap ul li a:hover {
    background: #061430;
}
.copyright {
    overflow: hidden;
    clear: both;
    padding: 0 0 30px 0;
    background: #fff;
}
.copyright, .copyright p, .copyright a, .copyright span {
    font-size: 11px;
    line-height: 18px;
    color: #747474;
    text-decoration: none;
    text-align: center;
}
.copyright a:hover {
    text-decoration: underline;
}
.copyright span {
    color: #091c43;
}
.copyright p {
    padding: 0;
}
.copyright p.hipaa {
    margin-bottom: 10px;
}
.copyright .author {
	padding: 0 20px;
}
.copyright .author img {
    display: inline-block;
    vertical-align: middle;
}
.footer-design {
    background: url("../img/bg/f-rep.png") repeat-x scroll center bottom transparent;
}
/*=====================================================================
    6 Admin
=====================================================================*/
 .npp-inEdit {
    position: absolute;
    top: 21px;
    right: 8px;
    width: 82px;
    height: 18px;
    background-image: url(/img/edit-this.gif);
    background-repeat: no-repeat;
    text-indent: -5000px;
    overflow: none;
}
.npp-devlist {
    margin-top: 3em;
    color: #788CB3;
}
.npp-devlist h3 {
    color: #BCC6D9;
    border-top: 1px solid #BCC6D9;
}
.Wide, .Tall {
    width: 210px;
}
.rightContent img {
    max-width: 210px;
}
.npp-video {
    border: 1px solid #DDE2EC;
    margin: 1.5em auto;
    width: 320px;
    height: 264px;
}
/*=====================================================================
    7 Search Results
=====================================================================*/
 table.npp-searchResults {
    margin: 28px 0px;
    border-bottom: 1px dotted #b3c2e0;
}
table.npp-searchResults th {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 11px;
    background: #8496ba;
    color: #fff;
    padding: 4px 6px;
}
table.npp-searchResults td {
    padding: 6px 6px 12px 6px;
}
table.npp-searchResults tr.alt-1 {
    background: #f8f8f9;
}
/*------------------------------------------------------------------------------*/

/* Advanced Search  */

/*------------------------------------------------------------------------------*/
 .search fieldset {
    border-left: none;
    border-right: none;
    border-bottom: none;
    border-top: 1px solid #C2C8D3;
    padding: 0px;
    margin: 0px;
}
.search legend {
    padding: 0px 8px 0px 0px;
    margin: 0px 0px 16px;
}
.search div.divide-shadow {
    background: url(/img/bg/hr-divide-shadow.png) no-repeat center top;
    display: block;
    height: 28px;
    width: 100%;
    margin: 0px;
    padding: 10px 0px 0px 0px;
    border: 0px;
    overflow: hidden;
}
/*=====================================================================
    8 Form
=====================================================================*/
 fieldset {
    clear: both;
    border-left: none;
    border-right: none;
    border-bottom: none;
    border-top: 1px solid #C2C8D3;
    padding-top: 17px;
    padding-bottom: 0;
}
fieldset.no-border {
  padding-top: 0;
  border-top: 0;
}
legend {
    padding: 0 6px;
    background-color: #fff;
}
fieldset ul {
    margin: 0;
    padding: 0;
}
fieldset li {
    list-style: none;
    padding-bottom: .5em;
}
fieldset .frm-note {
    color: #999;
}
fieldset input.text {
    width: 95%;
    line-height: 14px;
    margin-bottom: 0;
    padding-top: 3px;
    padding-bottom: 3px;
}
fieldset textarea {
    width: 95%;
    height: 9em;
}
input.submit {
    display: block;
    margin: 1.5em auto;
}
span.req {
    color: #900;
    font-weight: bold;
    padding: 0 4px;
}
p.npp-btt {
    text-align: left;
    border-bottom: 1px solid #f1f1f1;
}
legend {
    font-size: 16px;
    line-height: 17px;
    color: #225287;
    padding: 15px 0 8px 0px;
    margin: 0px;
    font-weight: bold;
    text-decoration: none;
}
.span-9 {
    width: 215px;
    float: left;
    margin: 0px 20px 0px 0px;
}
.clear {
    clear: both;
}
.grid {
    margin-right: 0px;
}
.no-headline fieldset {
    border-top: 0px !important;
}
.no-headline > fieldset > p:first-child {
    padding-top: 40px;
}
/*------------------------------------------------------------------------------*/

/* Baby in Bloom Sponsors  */

/*------------------------------------------------------------------------------*/
 table.sponsors {
    text-align: center;
    margin: 14px auto 20px;
    clear: both;
}
table.sponsors td {
    width: 172px;
    text-align: center;
    color: #132344;
    font-size: 11px;
    line-height: 13px;
}
p.donation {
    text-align: center;
    color: #132344;
    font-size: 11px;
    line-height: 13px;
}
p.donation img {
    margin-bottom: 14px;
}
table.sponsors td img {
    margin-bottom: 14px;
}
/*=====================================================================
    9 Blog
=====================================================================*/
 div#feed-control {
    margin: 0px;
    padding: 0px;
    /*width: 200px;*/
    display: inline-block;
}
.gfg-title, .gfg-entry, .gfg-root .gfg-entry .gf-result .gf-title, .gfg-root .gfg-entry .gf-result .gf-author, .gfg-horizontal-root .gfg-entry .gf-result .gf-snippet, .gfg-horizontal-root .gfg-entry .gf-result .gf-author, .gfg-root .gfg-entry .gf-result .gf-relativePublishedDate {
    display: none;
}
.gfg-list {
    padding: 10px 4px 12px 0px;
}
.gfg-listentry {
    margin: 0px 0px 10px 0px;
    background: url(/img/elem/plus-ico.png) no-repeat left 5px;
    padding-left: 11px;
}
.gfg-listentry a, .gfg-listentry a:visited, .gfg-listentry a:link {
    color: #2b2b2a;
    text-decoration: none;
    font-weight: normal;
    line-height: 16px;
    margin-left: 0px;
}
.gfg-listentry a:hover {
    text-decoration: underline;
}
a.read-more {
    text-transform: uppercase;
    font-size: 11px;
    margin-left: 14px;
}
span.video-text {
    float: left;
    color: #7384ab;
}
img.video-thumb, a img.video-thumb, a:hover img.video-thumb {
    border: none;
    float: left;
    padding-left: 2px;
    width: 18px;
}
div.video-link {
    margin: 0px 40px;
    text-align: center;
    width: 134px;
}
div.video-link a {
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    padding: 4px 4px 10px 4px;
    color: #7384ab;
    font-size: 9px;
}
div.video-link a:hover {
    text-decoration: none;
    font-weight: bold;
    padding: 4px 4px 10px 4px;
    color: #4c5b7c;
    font-size: 9px;
}
/*=====================================================================
    10 Research Pages
=====================================================================*/
 div.divide-shadow {
    background: url(/img/bg/hr-divide-shadow.png) no-repeat center top;
    display: block;
    height: 28px;
    width: 100%;
    margin: 20px 0px;
    padding: 0px;
    border: 0px;
}
.two {
    width: 49%;
    margin-left: 2%;
}
.two img {
    width: 228px;
}
.two, .two p, .two a, .two li, .two div {
    font-size: 13px;
    line-height: 16px;
}
.two p {
    margin-bottom: 14px;
}
.two a {
    font-size: 12px;
    text-decoration: none;
}
a.linktwo {
    color: #5177e7;
    font-size: 12px;
}
.two h3 a, .two h3 {
    font-size: 16px;
    text-decoration: none;
}
span.link-divide {
    font-size: 12px;
    line-spacing: -100px;
    color: #c3c3c5;
    padding: 0px 3px;
}
p em {
    color: #555555;
}
/*=====================================================================
    11 Call to Action Styles
    >> Added December 2012
=====================================================================*/
 .button-cta {
    background: #4276cc;
    padding: 20px 30px;
    margin: 20px 0px;
    border-radius: 6px;
}
.button-cta p {
    color: #fff;
    font-size: 15px;
    padding: 0px;
    margin: 0px;
}
.button-cta p a, .button-cta p a:visited, .button-cta p a:link {
    color: #fff;
    font-size: 15px;
    padding: 0px;
    margin: 0px;
    text-transform: none!important;
}
p span.big-text, h4 span.big-text {
    font-size: 18px;
    color: #0c1936;
    margin-top: 8px;
    clear: both;
    display: block;
}
img.thumb-small {
    float: left;
    padding: 0px 4px 8px 0px;
    clear: both;
}
p.dashed-top {
    border-top: 1px dashed #c3c3c5;
    margin-top: 20px;
    padding-top: 20px;
}
p span.right-sub {
    font-weight: bold;
    font-size: 14px;
}
p.dashed-top a {
    color: #225287;
    text-transform: uppercase;
    font-size: 11px;
    text-decoration: none;
}
p.dashed-top a:hover {
    text-decoration: underline;
}
h6.caps a {
    font-size: 11px;
    text-transform: uppercase;
}
.baseContent ul li {
    margin: 0px 0px 10px 20px;
}
/* style for btn */
 .baseContent ul {
    overflow: hidden;
    margin: 0 0 15px;
    padding: 0;
}
.cta-links, .cta-links-red {
    float: left;
    list-style: none;
    background-image: url('/img/elem/two-lines.png');
    background-repeat: no-repeat;
    background-position: left center;
    padding: 0 21px;
    line-height: 12px;
}
.cta-links-red a, .cta-links a {
    line-height: 14px;
    color: #262626;
    font-size: 12px;
    line-height: 12px;
    text-transform: uppercase;
    text-decoration: none;
}
.cta-links-red a {
    color: #b3012e;
}
.cta-links a:hover {
    text-decoration: underline;
}
.button {
    font-size: 12px;
}
.cta-button, .cta-button-red {
    float: left;
    list-style: none;
    margin: 15px 0px 15px 10px !important;
    cursor: pointer;
}
.cta-button span, .cta-button-red span, .cta-button code, .cta-button-red code {
    display: block;
    background-image: url('/img/elem/cta-button.png');
    background-position: left top;
    background-repeat: no-repeat;
    padding-left: 17px;
    cursor: pointer;
}
.cta-button-red span, .cta-button-red code {
    background-position: left bottom;
    padding-left: 22px;
}
.cta-button-red span a, .cta-button-red code a {
    background-position: right bottom;
    padding-right: 22px;
}
.cta-button a, .cta-button-red a {
    font-size: 12px;
    line-height: 16px;
    color: #fff;
    text-transform: uppercase;
    background-image: url('/img/elem/cta-button.png');
    background-position: right top;
    background-repeat: no-repeat;
    text-decoration: none;
    padding: 10px 17px 0 0;
    display: block;
    height: 25px;
}
.cta-button-red span:hover, .cta-button-red code:hover {
    background-position: left -169px;
}
.cta-button-red span:hover a, .cta-button-red code a:hover {
    background-position: right -169px;
}
.cta-button span:hover, .cta-button code:hover {
    background-position: left -103px;
}
.cta-button a:hover {
    background-position: right -103px;
}
.rightContent .cta-button-red a:hover {
    color: #fff;
    text-decoration: none;
}
.cta-button-appt a {
    display: block;
    padding: 20px 10px;
    margin-bottom: 15px;
    background: #6ACC51;
    border-radius: 10px 0 0 10px;
    text-align: center;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    box-shadow: inset 5px 5px 30px rgba(0,0,0,0.2);
}
.cta-button-appt a:hover {
    background: #d42349;
    color: #fff;
    text-decoration: none;
    box-shadow: inset 0 -5px 10px rgba(0,0,0,0.3);
}
h6.bottom-cta, h6 span.bottom-cta {
    width: 516px;
    color: #282828;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 30px 0 3px 28px;
    background: url('/img/bg/bg-shadow-line.png') no-repeat left top;
}
h6.bottom-cta {
    margin-top: 20px;
}
h6.bottom-cta.secondary {
    padding-top: 10px;
    background: url('/img/bg/bg-cta-arrow.png') no-repeat left top;
    margin-top: 0;
}
h6 span.bottom-cta {
    display: block;
}
h6.bottom-cta a, h6 span.bottom-cta a {
    color: #282828;
    font-size: 16px;
    font-weight: bold;
    background: #fef1a7;
    line-height: 17px;
    text-transform: uppercase;
    padding: 0 2px;
    text-decoration: none;
    display: inline;
}
h6.bottom-cta a:hover, h6 span.bottom-cta a:hover {
    background: #e0f3b0;
}
.bottom-cta-more {
    padding-left: 28px;
    color: #464646;
    text-transform: uppercase;
}
.red, .rightContent span.red {
    color: #b3012e;
    font-weight: bold;
}

/* Research page CTA */
.research-cta {
    clear: both;
    margin: 10px 0 20px 0;
}
.research-cta .research-cta-img {
    width: 22%;
    float: left;
}
.research-cta .research-cta-content {
    width: 70%;
    margin-left: 6%;
    float: left;
}
.research-cta .research-cta-content p {
    padding: 0 0 5px 0;
}
.research-cta .research-cta-content h2 {
    font-size: 24px;
    padding: 0;
    color: #282828;
}
.research-cta .research-cta-content h3 {
    font-size: 16px;
    padding: 8px 0 25px 0;
}
.research-cta-content .button-cta .phone {
    display: block;
    font-size: 22px;
    margin-top: 5px;
}


/* style for photo gallery on home page slide for new locations (2/28/13) */
 #main ul.redbullets li {
    list-type: none;
    float: left;
    width: 202px;
    background: url("/content/slide-redbullet.png") no-repeat left center;
    padding: 0px 0px 0px 10px;
    margin-bottom: 0px;
}
 #main ul.redbullets li.column2 {
    width: 170px;
}
 #main ul.redbullets.newoffice li {
font-size: 12px;
}
#main ul#photo-gallery {
    position: absolute;
    /*left: 500px;*/
    margin-left: 500px;
    top: 220px;
    width: 435px;
}
.contentWrap.rightContent ul#photo-gallery {
    padding: 2px 0 20px;
}
#main ul#photo-gallery li, .contentWrap ul#photo-gallery li {
    float: left;
    padding-right: 8px;
    width: 63px;
    list-style-type: none;
}
.contentWrap ul#photo-gallery li {
    padding-right: 6px;
}
#main ul#photo-gallery li a, .contentWrap ul#photo-gallery li a {
    border: 1px solid #878f96;
    display: block;
    height: 53px;
    position: relative;
    width: 63px;
}
#main ul#photo-gallery li a:hover, .contentWrap ul#photo-gallery li a:hover {
    border: 1px solid #3f4f5a;
}
#main ul#photo-gallery li a span, .contentWrap ul#photo-gallery li a span {
    background: url("/img/bg/bg-gallery-hover.png") no-repeat scroll left top transparent;
    display: block;
    height: 53px;
    left: 0;
    position: absolute;
    top: 0;
    width: 63px;
    z-index: 2;
}
.imgContainer {
    overflow: hidden;
}
.imgContainer img {
    max-height: 100%;
    float: right;
}
.h_iframe {
    position: relative;
}
.h_iframe .ratio {
    display: block;
    width: 100%;
    height: auto;
}
.h_iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*==============================
    Facebook widget
===============================*/
 .social-FB iframe {
    float: left;
    width: 90px;
    height: 21px;
}
.social-FB p {
    float: right;
    width: 400px;
    font-size: 14px;
}
.hidden {
    display: none !important;
    visibility: hidden;
}
ul.flex-direction-nav li:first-child:after {
    content:" ";
    width: 0;
    height: 11px;
    border-left: 1px solid #c1c1c2;
    border-right: 1px solid #d8d8d8;
    display: block;
    position: absolute;
    top: 4px;
    left: 65%;
}
.videoHolder ul.flex-direction-nav li:first-child:after {
    display: none;
}

/*==============================
    News announcements
===============================*/
.news-item {
    padding: 10px 0 20px 0;
}
.listBox .news-item {
    padding: 15px 0 0 0;
}

.news-item img {
    float: left;
    width: 50%;
}
.listBox .news-item img {
    width: 44%;
}

.news-item .news-content {
    float: right;
    width: 46%;
}
.listBox .news-item .news-content {
    float: right;
    width: 50%;
}
.listBox .news-item .news-content p {
    font-size: 12px;
}


/*==============================
    Content components
===============================*/

.left {
    float: left;
    max-width: 40%;
    margin: 0 20px 20px 0;
}

.right {
    float: right;
    max-width: 40%;
    margin: 0 0 20px 20px;
}

@media (max-width: 767px) {
    .left, .right {
        float: none;
        max-width: none;
        margin: 20px auto;
    }
}

/* HIPAA seal */
.hipaa {
    text-align: center;
}
.hipaa a {
    display: inline-block;
    margin-top: 5px;
    font-size: 90%;
    color: #747474;
    text-decoration: none;
}

.content-promo {
    margin: 60px 0;
}
.content-promo h3 {
    padding-top: 0;
}

.twocol-divided {
    position: relative;
    margin-top: 10px;
    margin-bottom: 40px;
}

.twocol-divided .postBox.two {
    box-sizing: border-box;
    width: 50%;
    margin: 0;
    padding: 0 0 0 15px;
    border-left: 1px solid transparent;
}

.twocol-divided .postBox.two:first-child {
    padding-left: 0;
    padding-right: 15px;
    border-left: 0;
}

.twocol-divided .postBox.two .postDesc {
    padding: 0;
}

.twocol-divided .postBox.two .postDesc ul {
    padding-left: 30px;
}

.twocol-divided .divider {
    position: absolute;
    top: 0;
    left: 50%;
    width: 30px;
    height: 100%;
    margin-left: -15px;
    text-align: center;
}
.twocol-divided .divider:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 1px;
    height: 100%;
    background-color: #ddd;
}
.twocol-divided .divider .divider-content {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    background-color: #fff;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    color: #C60341;
    font-weight: bold;
}

.twocol-divided .col-2 {
    margin-left: 12%;
    width: 44%;
}
.twocol-divided .col-2:first-child {
    margin-left: 0;
}

.twocol-divided h3 {
    clear: none;
    margin-top: 5px;
    padding-top: 0;
}

.twocol-divided .col-2 p {
    padding: 0;
    margin: 0 0 10px 0;
}

.twocol-divided .col-2 img.left {
    margin-bottom: 0;
}

.row .postBox img {
  box-sizing: border-box;
}

.article-features {
  margin: 40px 0;
}

h2.highlight-title, h3.highlight-title, h4.highlight-title {
    clear: both;
    background: #225287;
    padding: 10px 15px;
    color: #fff;
    font-size: 14px;
    margin-bottom: 10px;
}
h2.highlight-title {
    font-size: 18px;
    line-height: 100%;
}
h3.highlight-title {
    font-size: 16px;
    line-height: 100%;
}

.content-feature {
    margin: 23px 0 40px 0;
    padding: 30px;
    background-color: #e9e9ef;
    border-radius: 8px;
}
.content-feature.emergency {
    padding-left: 130px;
    background-image: url(/content/911.png);
    background-repeat: no-repeat;
    background-position: 30px 50%;
}
.content-feature-info {
    overflow: hidden;
}
.content-feature h2 {
    margin: 0 0 15px 0;
    padding: 0;
    font-size: 24px;
    line-height: 100%;
    font-weight: normal;
}
.content-feature p {
    margin: 15px 0 0 0;
    padding: 0;
    font-size: 14px;
    line-height: 130%;
}
.content-feature ul,
.content-feature ol {
    margin-top: 15px;
    padding-bottom: 0;
}

.content-callout {
    margin: 0 0 17px 0;
    padding: 15px 0;
    text-align: center;
    font-size: 16px;
    line-height: 130%;
    border-top: 2px solid #e9e9ef;
    border-bottom: 2px solid #e9e9ef;
}

.highlight-content.sidebar {
    float: right;
    max-width: 36%;
    margin: 0 0 40px 60px;
    padding: 30px;
    background-color: #4275cb;
}

.highlight-content.sidebar h4 {
    margin: 0 0 15px 0;
    padding: 0;
    border: 0;
    color: #fff;
    font-size: 18px;
    line-height: 130%;
    text-align: left;
}
.highlight-content.sidebar h4 .subtitle {
    display: block;
    font-weight: normal;
    font-size: 16px;
}

.highlight-content.sidebar p {
    font-size: 14px;
    line-height: 130%;
    margin: 15px 0 0 0;
    padding: 0;
}

.highlight-content.sidebar ul {
    margin: 15px 0 0 0;
    padding-bottom: 0;
}
.highlight-content.sidebar ul li {
    margin: 5px 0 0 0;
    padding: 0;
    font-size: 14px;
    line-height: 130%;
}

/* Tabs */
ul.tabs {
    list-style: none;
    margin: 20px 0 38px 0;
    padding: 0;
}
ul.tabs.open {
    margin-bottom: 0;
}
ul.tabs li {
    box-sizing: border-box;
    display: inline-block;
    vertical-align: bottom;
    margin: 0 0 0 20px;
    padding: 0;
}
ul.tabs li:first-child {
    margin-left: 0;
}
ul.tabs li a,
.baseContent ul.tabs li a {
    display: block;
    padding: 10px 20px;
    border-radius: 6px;
    background-color: #eee;
    text-transform: none;
    text-decoration: none;
}
ul.tabs li.active a,
ul.tabs li a:hover {
    background-color: #225287;
    color: #fff;
}
ul.tabs.open li a,
.baseContent ul.tabs.open li a {
    border-radius: 6px 6px 0 0;
}

.tab-content {
    border-top: 2px solid #225287;
    padding-top: 20px;
}
.baseContent .tab-content ul {
    margin-bottom: 0;
}

/* Location Page */
/* Mobile: stack */
.location-noblesville {
  display: block;
}

.location-info-wrapper,
.location-noblesville .walk-in-hours {
  width: 100% !important; /* override the inline widths—remove !important if you can delete the inline styles */
}

/* Desktop / tablet ≥768px: side by side */
@media (min-width: 768px) {
  .location-noblesville {
    display: flex;
    align-items: flex-start;   /* or stretch */
    gap: 24px;                 /* space between columns */
  }

  .location-info-wrapper {
    flex: 0 0 30%;
    max-width: 30%;
  }

  .location-noblesville .walk-in-hours {
    flex: 1 1 70%;
    max-width: 70%;
  }
}
#map-canvas {
    margin-bottom: 24px;
}
/* End Location Page */
