/* Content Formatting */
.entry h2, .entry h3, .entry p, .entry hr, .entry blockquote, .entry ol, .entry ul{
    margin-bottom:30px;
	text-align:left;
}
.entry p, .entry li{
    font-size:17px;
	line-height:36px;
}
.entry h2, .entry h3{
    font-weight:400;
	color:#2856a1;
}
.entry h3{
    text-transform:none;
	font-size:25px;
}

/* Secondary Header */
.secondary-header span{
    color: #fff;
    font-family: Oswald,sans-serif;
    font-size: 45px;
    font-weight: 400;
    line-height: 44px;
    text-align: center;
    text-transform: none;
}

/* Button Code */
a.ui-button { color:#FFFFFF !important; font-size:1em; margin:0.5em; display:inline-block;padding:0.6em;text-align:center;text-decoration:none; background:#2856a1;transition: background-color 350ms ease, color 350ms ease;-webkit-transition: background-color 350ms ease, color 350ms ease; -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px; margin-left:auto; margin-right:auto; width:250px;}
a.ui-button:hover { background:#fff !important; color:#2856a1 !important; } 

/* Dropdown Menus */
/* ===== Top ===== */
#navigation .current-menu-item a{
    color:#136dff;
}
#navigation ul {
    list-style:none;
    margin:0;
    padding:0;
}
#navigation ul li{
    display:inline-block;
	text-align:left;
}
	
/* ===== First Level ===== */				
#navigation ul li {
    position:relative;
    padding:0;
    margin:0;
}
#navigation ul ul li {
    border:none;
    background: #777;
}
#navigation ul li a {
    margin-bottom: 0;
	color: #000;
    display: inline-block;
    font-family: Oswald,sans-serif;
    font-size: 15px;
    line-height: 20px;
    padding: 10px 7px;
    text-decoration: none;
    text-transform: uppercase;
	transition: all 400ms ease;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
}
#navigation ul li:hover a {
    position:relative;
    background-color: #fff;  
    color:#136dff;	
}
		
#navigation ul ul,	#navigation ul li:hover ul ul {
    position:absolute;
    display:none;
}
#navigation ul ul li:hover ul,#navigation ul li ul.toggled:hover li:hover ul {
    display:block;
    top:0px;
    left: 100%;
}
	
/* ===== Second and Third Level ===== */
#navigation ul li ul.toggled {
    display:block;
    position:absolute;
    left:0;
    top:100%;
    width:auto;
    height:auto;
    margin:0;
    padding:0;
}
#navigation ul ul {
    background:#fff;
}
#navigation ul ul ul {
    background:#e4e4e4 !important;
    border-color:#e4e4e4 !important;
    margin-left:0;
}
#navigation ul ul li a {
    float:none;
    width:250px;
    line-height:normal;
    font-variant:normal;
    font-weight:normal;
    font-size:16px;
    color:#000 !important;
    text-transform:none;
    padding:10px 10px;
    background:#f4f9fd !important;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
#navigation ul ul li a{
	color:#fff;  
}
#navigation ul ul li:hover a {
	background-color:#b8c7e0 !important;
}
#navigation ul ul ul li:hover&gt;a {
    background:#eee !important;
    color: #777 !important;
}

.menu li.has-children > a:after {
 color: #136dff;
 content: '\e603';
 font-size: 10px;
 vertical-align: 1px;
 font-family: 'webflow-icons';
 margin-left:1px;
}

.page-id-11 .w-col-3 {
	display: none;
}

.page-id-11 .w-col-9{
	width: 100%;
}

.page-id-11 .entry h2{
	
	margin-top: 30px;
	margin-bottom: -40px;
	text-align: left;
	
}


article hr{
	  margin:20px 0;
	}
	#searchform, h2.rounded, .tagcloud{
	  padding:15px 0 15px 15px;
	}
	.moretag{
	  display:block !important;
	  margin:15px 0;
	  color:#333; 
	  font-size:1em;
	  padding:0.6em;
	  text-align:center;
	  text-decoration:none; 
	  background:#c4e9fb !important; 
	  width:100px !important;
	  transition:color 350ms ease 0s, background-color 350ms ease 0s;
	} 
	.moretag:hover { 
	  background:#4f7aac !important; 
	  color:#fff;
	}
	#searchsubmit{
	  background:#c4e9fb;
	  color:#333;
	  transition:color 350ms ease 0s, background-color 350ms ease 0s;
	  padding:0.66em !important;
	  font-size:1em;
	  border:none;
	}
	#searchsubmit:hover{
	  background:#4f7aac;
	  color:#fff;
	}
	#searchform input {
	  padding:0.5em;
	}

.entry h2 a {
    font-weight:400;
	color:#2856a1;
}

.entry a {
    font-weight:400;
	color:#2856a1;
  padding:0;
}

.entry li a {
    font-weight:400;
	color:#2856a1;
}


@media only screen and (max-width: 1140px) {
#navigation ul li ul.toggled {
  position:relative;
}
#navigation ul li{
    float:none;
    width:100%;
	text-align:center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.menu li.has-children > a:after {
    content:none;
}
#navigation ul li a {
  width:100%;
}
}

/*NOTE* - This is the core WP code*/
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.related-topics-div ul{

	 padding-left: 0px;
	 list-style: none;
  		

}

.related-topics-div a{
	
  width: 100%;
  padding-top: 25px;
  padding-right: 20px;
  padding-bottom: 25px;
  border-bottom: 1px solid rgba(19, 109, 255, .2);
  -webkit-transition: background-color 350ms ease, color 350ms ease;
  transition: background-color 350ms ease, color 350ms ease;
  color: #2856a1;
  text-decoration: none;
  display:block;
  

}



.related-topics-div a:hover {
  background-color: #fff;
  color: #136dff;
}

.related-topics-div a.w--current {
  background-color: #ff8f00;
  color: #000;
}

.related-topics-div a.w--current:hover {
  background-color: #fff;
}


.related-topics-div h1 a{
	
	border-bottom: none;
	text-align: left;	
}

/* footer link fix */
.disclaimer a {
  color:#136dff;
  padding: 0;
}


	 /* Doctor Pages */
    .our-doc-holder{
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
      -ms-flex-pack: distribute;
          justify-content: space-around;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
    } 

    .our-doc-holder .child-thumb{
      width: 25%;
      min-width: 214px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-bottom: 40px;
    }

    .our-doc-holder .child-thumb a:nth-child(2){
      font-family: Oswald, sans-serif;
      font-size: 16px;
      border-top: 1px solid hsla(198, 8%, 46%, .26);
      max-width: 80%;
    }

    .our-doc-holder .child-thumb a:nth-child(2){
      color:#72BCE9;
      text-decoration: none;
      position: relative;
      z-index: 1;
      font-size: 16px;
      line-height: 30px;
      transition:all 350ms ease;
      -webkit-transition:all 350ms ease;
    }

    .our-doc-holder .child-thumb a:nth-child(2):hover{
      color:#2265B1;
    }

    .our-doc-holder .child-thumb a:nth-child(2):after{
      content:'';
      background-color:#2265B1;
      width: 100%;
      height: 100%;
      position: absolute;
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      left: 0px;
      bottom: 10px;
      z-index: -1;
      transition:all 350ms ease;
      -webkit-transition:all 350ms ease;
    }

    .our-doc-holder .child-thumb a:nth-child(2):hover:after{
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      width: 100%;
      height: 2px;
      bottom:0px;
    }
	
	.our-doc-holder a {
	  color: #2856a1;
		width: 33%;
		min-width: 214px;
	}


	.our-doc-holder p {
	    margin-bottom: 21px;
		font-family: Lato, sans-serif;
		color: white;
		font-size: 15px;
		line-height: 26px;
		font-weight: 400;
		letter-spacing: 0px;
		background-color: #2856a1;
		padding: 7px;
		border-radius: 8px;
		width: 100%;
		text-align: center;
		margin-top: 10px;
	}

@media only screen and (max-width: 990px) {
	
	.our-doc-holder a {
   color: #2856a1 ;
   width: auto;
   min-width: 214px;
   margin-left: auto;
   margin-right: auto;
}
	
}