/**********************************
GENERAL and for devices up to 575px
***********************************/

@import url('https://fonts.googleapis.com/css2?family=Delius&family=Poppins:wght@400;600;700;800&display=swap');

*{
	margin: 0;
	padding: 0;
}

body {	
	font-family: 'Poppins', sans-serif;
	font-size: 100%;
	color: #333;
}

body.site {
	border: 0;
    background: #fff;
  	padding: 0;
}

.body .container {
    background-color: #fff;
    border-radius: 0px;
    border: none;
    box-shadow: none;
    width: 90%;
    margin: 0 auto;
}

.blog-items {
        grid-gap: 3em;
    }

a {
	color: #3a5a8e;
	font-weight: 600;
  	text-decoration: none;
  	transition-property: all;
	transition-duration: 0.2s;
	transition-timing-function: ease-out;
	transition-delay: initial;
}

a:hover{
	text-decoration: none;
	color: #ec232a;
}

strong {
	font-weight: 600;
}

.call-to-action {
	background-color: #f5f5f5;
    padding:20px !important;
    font-weight: 400;
    color: #1e3e75;
    display: block;
    clear: both;
}

.call-to-action a{
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

.clear {
  	clear:both;
}

img {
	max-width: 100%;
	height: auto;
	border: 0;
}


/**********************************
Providers homepage section
***********************************/

.providers-section {
    display: grid;
    grid-template-columns: auto;
}

/**********************************
FONTS
***********************************/
h1, h2, h3, h4, h5, h6 {
  	text-rendering: optimizelegibility;
  	margin: 0;
  	padding: 0;
}

h1 {
	font-size: 2em;
  	font-weight: 400;
	font-family: 'Delius', cursive;
}

h2 {
	font-size: 1.5em;
  	line-height: 1em;
  	font-weight: 400;
	font-family: 'Delius', cursive;
}

h3 {
	font-size: 1.5em;
  	font-family: 'Delius', cursive
}


.providers-homepage h3{
	font-size: 2rem;
    text-transform: uppercase;
    color: #1e3e75;
    line-height: 60px;
}

.providers-homepage blockquote{
	margin-bottom: 0;
    font-size: 1.75em;
    font-weight: 300;
    line-height: 1.25;
    color: #0a4c84;
    padding: 0 0 35px 0;
}

.provider-intro h4{
    font-size: 1.5rem !important;
    background-image: none !important;
    color: #1e3e75 !important;
    text-transform: capitalize !important;
    line-height: 1.3em;
    font-weight: 400;
    font-family: 'Delius', cursive;
    margin-bottom: 20px;
}

.page-header h2 {
    font-size: 1.8rem;
    text-transform: uppercase;
}

h4 {
	font-size: 1.5em;
  	font-weight: 400;
}

p, li {
	font-size: 1.25em;
  	line-height: 1.5em;
  	font-weight: 300;
  	padding: 0;
	margin: 0;
}

br {
	line-height: 1em;
}

blockquote {
	font-family: 'Cormorant Garamond', serif;
}


/**********************************
TOP BAR
***********************************/
#top-bar {
    position: relative;
  	padding: 0;
  	margin:0 auto;
}

#top-container {
    padding: 0;
}

#top-bar-contents-first, #top-bar-contents-second {
    margin: 0 auto;
  	padding: 0;
  	position:relative;
  	float: none;
  	width: 100%;
}


/**********************************
TOP
***********************************/
#head {
	width: 100%;
 	position: relative;
 	margin: 0 auto;
   	background-image: url(/~pediatricassoc18/images/top-header-bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;

}

#head-container {
	width: 100%;
	background: rgba(255, 255, 255, 0.7);
}

#head-a {
	display: none;
}

#head-b {
	width: 100%;
	float: none; 
  	text-align: center;
}

#head-b img {
	padding: 20px;
	max-width: 300px;
}    

#head-c {
    display: none;
}

#head-d {
  
}


/**********************************
NAVIGATION
***********************************/
#position-9 {
  	border-bottom: 8px solid #fff;
}

#position-9-container {
    text-align: center;
    display: table;
    margin: 0 auto;
    background: #1e3e75;
    width: 100%;
}

#position-9-container .dj-megamenu-clean {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	flex-direction: row;
	justify-content: center;
}

ul.dj-mobile-dark li.dj-mobileitem>a {
	font-size: 1.25rem!important;
	line-height: 1.5rem!important;
	padding: 15px 20px!important;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0px;
}

.dj-offcanvas-dark .dj-offcanvas-close-btn {
	font-size: 25px!important;
	color: #fff!important;
}

.dj-mobile-open-btn.active .dj-mobile-open-icon, .dj-megamenu-select-dark .dj-mobile-open-btn:focus, .dj-megamenu-select-dark:hover .dj-mobile-open-btn, .dj-megamenu-offcanvas-dark .dj-mobile-open-btn:hover, .dj-megamenu-offcanvas-dark .dj-mobile-open-btn:focus, .dj-megamenu-accordion-dark .dj-mobile-open-btn:hover, .dj-megamenu-accordion-dark .dj-mobile-open-btn:focus {
   background: transparent!important;
   color: #fff!important;
}

ul.dj-mobile-dark li.dj-mobileitem>a {
   text-transform:uppercase !important;
}


/**********************************
HOMEPAGE SLIDER
***********************************/
.ls-wp-fullwidth-container {
    display: none;
}

/* Slider for mobile devices */
#position-13 .custom {
    display: block;
    padding: 10% 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#position-13 .tagline {
    text-align: center;
    margin: 0 auto;
    position: relative;
    padding: 5%;
    background: rgba(255, 255, 255, 0.7);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    width: 80%;
}

#position-13 .tagline h3 {
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #1e3e75;
    font-size: 2em;
    margin: 0 0 25px 0;
    line-height: 1.25em;
}

#position-13 .tagline p {
	font-size: 2em; color: #333;
}

#position-13 a.tagline-action {
    background: #ed1d24;
    display: block;
    margin: 30px auto 20px auto;
    padding: 20px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    width: 210px;
    font-size: 0.7em;
    line-height: 1.25em;
    border: 3px solid #fff;
  	border-radius: 10px;
}

#position-13 a.tagline-action:hover {
  	text-decoration: none; 
  	background: #102539;
}

#position-13 img {
    width: 20%;
    display: inline-block;
    vertical-align: top;
    margin: 0 5%;
    border: 3px solid #fff;
}



/*SUBPAGE HEDERS
***********************************/
#position-10 .custom {
    padding: 20% 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}


/**********************************
HOMEPAGE VIDEO
***********************************/
#commercial-video-container .custom {
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto;
    text-align: center;
    padding: 30px 0;
    border-top: 8px solid #fff;
}



/**********************************
HOMEPAGE DIVIDER #1
***********************************/
#position-11 .custom {
    padding: 4px;
}



/**********************************
INTRO PLUS SERVICES HOMEPAGE
***********************************/
#display-1 {
    background-image: none;
    background-color: #5bb8d3;
  	color: white;
}

#display-2 {
    background-image: none;
    background-color: #fff;
}

#display-1-a,
#display-2-a {
    width: 95%;
  	margin: 0 auto;
}

#display-1-a .custom {
  	margin: 0;
  	text-align: center;
  	padding: 5%;
}

#display-2 .uk-scope {
	margin: 20px 0 0 0;
}

#display-1 .uk-scope .intro-homepage-wk h2,
#display-2 .uk-scope .services-homepage-wk h2 {
    color: #fff;
    text-transform: uppercase;
    font-size: 2.25em;
    font-weight: 700;
    line-height: 1.25em;
    letter-spacing: 1px;
    font-family: "Delius", serif;
    font-weight: 400;
    font-style: normal;
}

#display-1 .uk-scope .intro-homepage-wk p,
#display-2 .uk-scope .services-homepage-wk p {
    padding: 10px 0!important;
    font-size: 1.25em;
}

#display-2 .uk-scope .services-homepage-wk h2 {
    color: #1e3e75;
}

#display-1 .uk-scope .intro-homepage-wk .uk-button,
#display-2 .uk-scope .services-homepage-wk .uk-button {
    background: #ed1d24;
    margin: 0 auto 10px auto;
    padding: 15px 20px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1em;
    line-height: 1.25em;
    border: 2px solid #fff;
  	border-radius: 6px;
	letter-spacing: 1px;
}

#display-1 .uk-scope .intro-homepage-wk .uk-button:hover,
#display-2 .uk-scope .services-homepage-wk .uk-button:hover {
  	text-decoration: none; 
  	background: #102539;
    color: #fff;
}

.red-button {
    background: #ed1d24;
    margin: 30px auto 0 0;
    padding: 15px 20px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 0.85em;
    line-height: 1.25em;
    border: 2px solid #fff;
  	border-radius: 6px;
	letter-spacing: 1px;
	display: table-cell;
}

.red-button:hover {
  	text-decoration: none; 
  	background: #1e3e75;
    color: #fff;
}

#display-2-a h2 {
    color: #1e3e75;
    text-transform: uppercase;
    font-size: 2.25em;
    font-weight: 700;
    line-height: 1.25em;
    letter-spacing: 2px;
}

#display-2-a p {
    padding: 20px 0 30px 0;
    font-size: 1.35em;
}

#display-2-a a.action-button-white {
    background: #fff;
    margin: 10px auto;
    padding: 20px 30px;
    color: #1e3e75;
    text-transform: uppercase;
    font-weight: 700;
    width: 210px;
    font-size: 1em;
    line-height: 1.25em;
    border: 2px solid #1e3e75;
  	border-radius: 5px;
}

#display-2-a a.action-button-white:hover {
  	text-decoration: none; 
  	background: #1e3e75;
  	color: #fff;
}



/**********************************
MEET THE PROVIDERS
***********************************/
#position-12 {
    background: #f5f5f5;
	text-align: center;
}

#position-12-container {
    width: 95%;
	margin: 0 auto;
}

#position-12 .providers-heading-kgw {
	margin: 60px auto 30px auto;
}

#position-12 .providers-btn-kgw {
	margin: 20px auto 30px auto;
}

#position-12 h2 {
    color: #1e3e75;
    text-transform: uppercase;
    font-size: 2.25em;
    /* font-weight: 700; */
    line-height: 1.25em;
    letter-spacing: 1px;
}

#position-12 blockquote {
	font-family: 'Poppins', sans-serif;
	font-size: 1.5rem;
	color: #7e7d7d;
	font-weight:300;
	font-style:italic;
	margin: 10px 0 0 0;
}

#position-12 a.call-to-action {
    background: #ed1d24;
    margin: 10px auto 40px auto;
    padding: 20px 30px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1em;
    line-height: 1.25em;
    border-radius: 6px;
	display: table;
	letter-spacing: 1px;
}

#position-12 a.call-to-action:hover,
#position-12 a.action-button-white:hover {
  	text-decoration: none; 
  	background: #1e3e75;
  	color: #fff;
}



/**********************************
CONTACT PAGE
***********************************/
.locations {
    width: 100%;
    display: block;
    vertical-align: top;
    margin: 0 auto 10% 0;
}

.locations img {
    width: 100%;
    margin: 20px 0 0 0;
}

.locations em {
    font-size: 0.8em;
    padding: 10px 0 0 0;
    display: table;
}



/**********************************
FOOTER
***********************************/
#showcase-3 {
    background-color: #c5e7f2;
    padding: 4% 0;
    border-top: 1px solid #bbd9e2;
}

#showcase-3-container {
    width: 90%;
    margin: 0 auto;
  	text-align: center;
}

#showcase-3-a, #showcase-3-b, #showcase-3-c  {
    width: 100%;
    margin: 10% auto;
    display: block;
    vertical-align: top;
}

#showcase-3-a a, #showcase-3-b a, #showcase-3-c a {
    color: #333;
	font-weight: 300;
	text-decoration: none;
}

#showcase-3-c  {
    border-top: 5px solid #fff;
    padding: 40px 0;
    border-bottom: 5px solid #fff;
}

#showcase-3-d  {
    width: 85%;
    margin: 0 auto;
    display: inline-block;
    vertical-align: top;
    padding: 0 0 10% 0;
}

#showcase-3 h3 {
    color: #1f3d75;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 0 0 15px 0;
}

#showcase-3 .divider {
    width: 150px;
    background: #ec232a;
    padding: 2px 0;
    margin: 30px auto 35px auto;
}

#showcase-3 blockquote {
    font-family: 'Cormorant Garamond', serif;
    border-left: none;
    font-size: 1.25em;
    margin: 0;
    padding: 0;
}

#showcase-3 blockquote p {
    margin-bottom: 0;
    font-size: 1.25em;
    font-weight: 300;
    line-height: 1.25;
}



/**********************************
FOOTER NAVIGATION
***********************************/
#position-19 {
    background: #1e3e75;
    text-align: center;
    border-top: 6px solid #fff;
  	padding: 0;
}

#position-19 .nav {
    margin-left: 0;
    margin-bottom: 0;
    list-style: none;
}

#position-19 .nav > li {
    padding: 10px;
}

#position-19 .nav > li > a {
    text-transform: uppercase;
    color: #fff;
    font-weight: 400;
    font-size: 0.9em;
    background-color: transparent;
}

#position-19 .nav > li > a:hover {
	color: #c5e7f2;
	text-decoration: none;
}

#position-19 .nav .current {
    background-color: #c5e7f2;
}

#position-19 .nav .current a,
#position-19 .nav .current a:hover  {
	text-decoration: none;
	color: #333;
}

#showcase-3-d .connect-resp {
    margin: 20px 0 0 0;
}



/**********************************
COPYRIGHT
***********************************/
.footer-copyright-container {
    padding: 10px 0;
	text-align: center;
}

.footer-copyright {
    margin: 0 auto;
	width:90%;
}

.footer-copyright p {
    font-size: 0.85rem;
}

.footer-copyright a {
    text-decoration: none;
}




/**********************************
SCROLL TO TOP
***********************************/
#scrollToTop {
  	background: transparent;
}

#scrollToTop img {
  	width: 100px;
}



/**********************************
CONTENTS
***********************************/

/************ item ****************/
.item p, .item ul{
    padding: 0px;
  	list-style-position: inside;
}


/************ item-page ****************/
.item-page {
    padding: 50px 0px 20px 0;
}

.item-page p{
	padding: 0px 0 30px 0; 
}

.item-page ul {
  	padding: 0;
	margin: 0px 0 30px 20px;
}

.item-page li {
	display: list-item;
	margin-left: 40px;
	padding-left: 10px;
	padding-bottom: 7px;
}

.item-page h1 {
    background-image: -webkit-linear-gradient(bottom,#ffe7e2 60%,transparent 40%);
    background-image: linear-gradient(0deg,#ffe7e2 60%,transparent 40%);
    display: table;
    margin: 0 0 40px 0;
    color: #1e3e75;
    text-transform: uppercase;
    font-size: 2.5em;
    line-height: 1.25em;
}

.item-page h2 {
    padding: 0;
    color: #eb2229;
    font-size: 2em;
    margin: 0 0 10px 0;
    line-height: 1.25em;
}

.item-page h3{
	margin: 0 0 25px 0;
}

.item-page blockquote {
    font-family: 'Cormorant Garamond', serif;
    border-left: none;
    margin: 0;
    padding: 0;
}

.item-page blockquote p {
    margin-bottom: 0;
    font-size: 1.75em;
    font-weight: 300;
    line-height: 1.25;
  	color: #0a4c84;
    padding: 0 0 35px 0;
}

/************ page-header ****************/
.page-header {
    margin: 2px 0px 10px 0px;
    padding-bottom: 5px;
    border: none;
}

.page-header h1 a:hover{
  	text-decoration: none;
}

.page-header h2 a {
  	text-decoration: none;
}

/************ pull-left ****************/
.pull-left {
    margin: 0;
  	float: none;
}

.pull-none.item-image {
    border: 1px solid #f2f2f2;
    margin: 0 0 30px 0;
}

.pull-left.item-image {
    margin: 0 auto 30px auto;
    text-align: center;
}

.left.item-image {
    float: none;
    max-width: 100%;
    margin: 0 auto 30px auto;
}


/************ blog ****************/
.blog {
    padding: 50px 0px 20px 0;
}

.blog .category-desc p {
    padding: 10px 0px 40px 0px;
}

.blog p {
    padding: 10px 15px 15px 0px;
}

.blog ul {
    list-style-type: none;
  	padding: 0;
	margin: 0px 0 20px 20px;
}

.blog li {
    background-image: url(/~pediatricassoc18/images/bullet-point.png);
    background-repeat: no-repeat;
    background-position: 0px 50%;
    padding: 0 0 0 20px;
}

.blog h1 {
    background-image: -webkit-linear-gradient(bottom,#ffe7e2 60%,transparent 40%);
    background-image: linear-gradient(0deg,#ffe7e2 60%,transparent 40%);
    display: table;
    margin: 0 0 20px 0;
    color: #1e3e75;
    text-transform: uppercase;
    font-size: 2.4em;
    line-height: 1.25em;
}

.blog h3 {
    background-image: -webkit-linear-gradient(bottom,#ffe7e2 60%,transparent 40%);
    background-image: linear-gradient(0deg,#ffe7e2 60%,transparent 40%);
    display: table;
    margin: 0 0 20px 0;
    color: #1e3e75;
    text-transform: uppercase;
    font-size: 2.5em;
    line-height: 1.25em;
}

.blog h3 a {
  	color: #1e3e75;
}

.blog h3 a:hover {
  	color: #1e3e75;
    background-image: -webkit-linear-gradient(bottom,#fcc0b4 60%,transparent 40%);
    background-image: linear-gradient(0deg,#fcc0b4 60%,transparent 40%);
  	text-decoration: none;
}

.blog h3{
	margin-top: 0px;
}


/************ Two columns ****************/
.row-fluid .span6 {
	margin: 0 0 15% 0;
	padding: 0 2%;
}

.row-fluid .span6 .btn {
    background: #fff;
    margin: 10px auto;
    padding: 15px 20px;
    color: #1e3e75;
    text-transform: uppercase;
    font-weight: 700;
    width: auto;
    font-size: 0.9em;
    line-height: 1.25em;
    border: 2px solid #1e3e75;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    text-shadow: none;
    border-radius: 4px;
    box-shadow: none;
}

.row-fluid .span6 .btn:hover {
  	text-decoration: none; 
  	background: #1e3e75;
  	color: #fff;
}

.row-fluid .span6 [class^="icon-"], [class*=" icon-"] {
    display: none;
}



/**********************************
BREADCRUMB NAVIGATION
***********************************/
.breadcrumb {
    padding: 20px;
    margin: 30px 0;
    list-style: none;
    background-color: #f5f5f5;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.breadcrumb > li {
    display: inline-block;
    text-shadow: 0 1px 0 #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 0.9em;
}


/**********************************
REGULAR SCREENS
***********************************/
@media (min-width: 992px) {
 
.body .container {
    background-color: #fff;
    border-radius: 0px;
    border: none;
    box-shadow: none;
    width: 75%;
    margin: 0 auto;
}
  
.row-fluid .span6 {
    /*margin: 0 2% 40px 2%;*/
    margin: 0 0 40px 0;
    width: 46.936170208%;
    padding: 0 2%;
}

  /**********************************
Providers full article image
***********************************/
.left.item-image {
    float: left;
    max-width: 400px;
    margin: 0 30px 30px 0;
}

/**********************************
providers home page section
***********************************/
.providers-section {
    display: grid;
    grid-template-columns: auto auto auto;
}
  
/**********************************
TOP
***********************************/
#head {
    background-size: cover;
}
  
#head-a {
	width: 25%;
	float: left;
  	display: block;
}

#head-a .custom{
	padding: 10%;
}

#head-a img{
	float: left;
}

#head-a h3 {
    color: #eb2229;
    text-transform: uppercase;
    font-size: 1em;
    float: left;
    line-height: 1.1em;
    padding: 0 0 0 10px;
}

#head-b {
	width: 50%;
	float: left; 
  	text-align: center;
}

#head-b img{
	padding: 1% 0 0 0;
}    

#head-c {
    width: 25%;
    float: right; 
  	text-align: right;
  	display: block;
}

#head-c .custom{
	padding: 10%;
}

#head-c img{
	float: right;
  	margin: 0 5px;
}

#head-c h3 {
    color: #eb2229;
    text-transform: uppercase;
    font-size: 1em;
    float: right;
    line-height: 1.1em;
    padding: 0 10px 0 0;
}
  
  
/**********************************
NAVIGATION
***********************************/  
.dj-megamenu-clean li a.dj-up_a,
#dj-megamenu135 li ul.dj-submenu > li > a {
    display: block;
    height: 60px;
    font-size: 1.15rem!important;
    color: #000;
    text-decoration: none;
    padding: 0 16px;
    text-transform: uppercase;
	font-weight: 400;
}

#dj-megamenu135 li ul.dj-submenu > li > a {
    text-align: left;
	padding: 16px;
    font-size: 1rem!important;
}

.dj-megamenu-clean li a.dj-up_a:hover, 
.dj-megamenu-clean li.active > a {
    color: #ffffff;
    border-bottom: 3px solid red;
}
  
  
/**********************************
HOMEPAGE SLIDER
***********************************/
/* Slider for regular devices */
#position-10 .tagline {
  	text-align: center;
  	margin: 0 auto;
  	position: relative;
  	padding: 40px;
  	background: rgba(255, 255, 255, 0.5);
  	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  	width: 50%;
}
  
#position-10 .tagline h1{
	line-height: 27px;
}


#position-10 .tagline h3 {
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #1e3e75;
    font-size: 3.25em;
    margin: 0 0 25px 0;
    line-height: 1.25em;
}

#position-10 .tagline p {
	font-size: 2em; color: #333;
}

#position-10 a.tagline-action {
    background: #ed1d24;
    display: block;
    margin: 30px auto 20px auto;
    padding: 25px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    width: 210px;
    font-size: 0.7em;
    line-height: 20px;
    border: 3px solid #fff;
  	border-radius: 10px;
}

#position-10 a.tagline-action:hover {
  	text-decoration: none; 
  	background: #102539;
}

.ls-wp-fullwidth-container {
    display: block;
}
  
#position-13 .custom {
  	 display: none; 	
}
  

/*SUBPAGE HEDERS
***********************************/
#position-10 .custom {
    padding: 12% 0;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
}

  
  
/**********************************
INTRO PLUS SERVICES HOMEPAGE
***********************************/
#display-1 {
    background-image: url(/~pediatricassoc18/images/little-girl-right.png);
    background-position: 85% bottom;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-color: #5bb8d3;
}

#display-1-a a.call-to-action {
    background: #ed1d24;
    margin: 10px auto;
    padding: 20px 30px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    width: 210px;
    font-size: 1em;
    line-height: 1.25em;
    border: 2px solid #fff;
  	border-radius: 6px;
  	text-align: center;
}

#display-1-a a.call-to-action:hover {
  	text-decoration: none; 
  	background: #102539;
}

#display-1-b {
    float: right;
    width: 50%;
    text-align: center;
}

#display-2 {
    background-image: url(/~pediatricassoc18/images/kid-soccer.jpg);
    background-position: 15% bottom;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-color: #fff;
}

#display-2-a .custom {
  	margin: 10% 15% 10% 25%;
}

#display-2-a img {
  	/*display: none;*/
}
  
#display-2-b {
    float: right;
    width: 50%;
    text-align: left;
}

#display-2-b .custom {
    margin: 10% 30% 10% 10%;
}

#display-2-b h2 {
    color: #1e3e75;
    text-transform: uppercase;
    font-size: 2.25em;
    font-weight: 700;
    line-height: 1.25em;
    letter-spacing: 2px;
}

#display-2-b p {
    padding: 20px 0 30px 0;
    font-size: 1.35em;
}

#display-2-b a.action-button-white {
    background: #fff;
    margin: 10px auto;
    padding: 20px 30px;
    color: #1e3e75;
    text-transform: uppercase;
    font-weight: 700;
    width: 210px;
    font-size: 1em;
    line-height: 1.25em;
    border: 2px solid #1e3e75;
  	border-radius: 5px;
}

#display-2-b a.action-button-white:hover {
  	text-decoration: none; 
  	background: #1e3e75;
  	color: #fff;
}
  
  
/**********************************
CONTACT PAGE
***********************************/
.locations {
    width: 45%;
    display: inline-block;
    vertical-align: top;
    margin: 0 2%;
}

.locations img {
    width: 100%;
    margin: 20px 0 0 0;
}

.locations em {
    font-size: 0.8em;
    padding: 10px 0 0 0;
    display: table;
}


  
/**********************************
FOOTER
***********************************/
#showcase-3 {
    background-color: #c5e7f2;
    padding: 4% 0;
    border-top: 1px solid #bbd9e2;
}

#showcase-3-container {
    width: 95%;
    margin: 0 auto;
  	text-align: left;
}

#showcase-3-a, #showcase-3-b, #showcase-3-c  {
    width: 24.5%;
    margin: 0 auto;
    display: inline-block;
    vertical-align: top;
}
  
#showcase-3-c  {
    border: none;
    padding: 0;
}
  
#showcase-3-a p, #showcase-3-b p, #showcase-3-c p {
    font-size: 1em;
}

#showcase-3-d  {
    width: 22.5%;
    margin: 0 1%;
    display: inline-block;
    vertical-align: top;
  	padding: 0;
}

#showcase-3-d .connect-resp {
    display: none;
}

#showcase-3 h3 {
    color: #1f3d75;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 0 0 15px 0;
  	font-size: 1.25em;
}

#showcase-3 .divider {
    width: 150px;
    background: #ec232a;
    padding: 2px 0;
    margin: 30px 0 35px 0;
}

#showcase-3 blockquote {
    font-family: 'Cormorant Garamond', serif;
    border-left: none;
    font-size: 1.25em;
    margin: 0;
    padding: 0;
}

#showcase-3 blockquote p {
    margin-bottom: 0;
    font-size: 1.25em;
    font-weight: 300;
    line-height: 1.15;
}
  
  
/**********************************
FOOTER NAVIGATION
***********************************/
#position-19 .mod-menu {
    flex-direction: row;
}
  
#position-19 .nav {
    display: flex;
    flex-direction: row;
    justify-content: center;
}


/**********************************
SCROLL TO TOP
***********************************/
#scrollToTop {
  	background: transparent;
}

#scrollToTop img {
  	width:70px;
}
  
/**********************************
IMAGES IN HOME PAGE
***********************************/
.home-page-right-image {
    height: 100% !important;
    min-width: 100%;
}
.home-page-left-image{
  	height: 100% !important;
    min-width: 100%;
}
  

/**********************************
CONTENT SETTINGS
***********************************/
.blog h3 /*{
    padding: 0;
    color: #eb2229;
    font-size: 2em;
    margin: 0 0 10px 0;
    line-height: 1.25em;
  	text-transform: uppercase;
}*/{
    background-image: -webkit-linear-gradient(bottom,#ffe7e2 60%,transparent 40%);
    background-image: linear-gradient(0deg,#ffe7e2 60%,transparent 40%);
    display: table;
    margin: 0 0 40px 0;
    color: #1e3e75;
    text-transform: uppercase;
    font-size: 2.5em;
    line-height: 1.25em;
}
  
/************ pull-left ****************/
.pull-left {
    margin: 0;
  	float: left;
}

.pull-none.item-image {
    border: 1px solid #f2f2f2;
    margin: 0 0 30px 0;
  	text-align: left;
}

.pull-left.item-image {
    margin: 0 20px 18px 0;
}

}



/**********************************
WIDE SCREENS
***********************************/
@media screen and (min-width: 1200px){
  
/**********************************
homepage slider
***********************************/

#position-10 .tagline h1 {
		line-height: 50px;
}
  
/**********************************
providers home page section
***********************************/
.providers-section {
    display: grid;
    grid-template-columns: auto auto auto;
}
  
  
/**********************************
FOOTER
***********************************/
#showcase-3 {
    background-color: #c5e7f2;
    padding: 50px 0;
    border-top: 1px solid #bbd9e2;
}

#showcase-3-container {
    max-width: 1400px;
    margin: 0 auto;
  	text-align: left;
}

#showcase-3-a, #showcase-3-b, #showcase-3-c  {
    width: 24.5%;
    margin: 0 auto;
    display: inline-block;
    vertical-align: top;
}
  
#showcase-3-c  {
    border: none;
    padding: 0;
}
  
#showcase-3-a .custom, #showcase-3-b .custom, #showcase-3-c  .custom {
    padding: 0 10%;
}
  
#showcase-3-a p, #showcase-3-b p, #showcase-3-c p {
    font-size: 1.25em;
}

#showcase-3-d  {
    width: 22.5%;
    margin: 0 1%;
    display: inline-block;
    vertical-align: top;
  	padding: 0;
}

#showcase-3 h3 {
    color: #1f3d75;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 0 0 15px 0;
  	font-size: 1.5em;
}

#showcase-3 .divider {
    width: 150px;
    background: #ec232a;
    padding: 2px 0;
    margin: 30px 0 35px 0;
}

#showcase-3 blockquote {
    font-family: 'Cormorant Garamond', serif;
    border-left: none;
    font-size: 1.25em;
    margin: 0;
    padding: 0;
}

#showcase-3 blockquote p {
    margin-bottom: 0;
    font-size: 1.25em;
    font-weight: 300;
    line-height: 1.25;
}  

#position-19 .nav > li > a {
    font-size: 0.85em;
}
  
}




/*************************************/
@media screen and (min-width: 1400px) {
  
#display-1-a,
#display-2-a,
#position-12-container {
    max-width: 1300px;
}
  
.providers-section {
    display: grid;
    grid-template-columns: auto auto auto auto auto;
}
  
}


/*************************************/
@media screen and (min-width: 1800px) {
  
   #display-1-a,
   #display-2-a,
   #position-12-container {
      max-width: 1400px;
   }
}



.row-fluid .span6 { padding: 0 2%;}
