/* Formatting Content */
.entry p, .entry hr, .entry h2, .entry h3, .entry h4, .entry blockquote, .entry ol, .entry ul{
	margin-bottom:30px;
}
.embed-container { position: relative; padding-bottom: 46.25%; height: 0; overflow: hidden; max-width: 100%; margin-bottom:20px;}
.embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
a.ui-button {
    display: inline-block;
    padding: 12px 40px;
    border: 5px solid #fff;
    border-radius: 50px;
    background-color: #5ec0f6;
    box-shadow: 0 0 34px 0 rgba(90, 90, 90, .29);
    color: #fff;
    font-size: 18px;
    text-decoration: none;
	text-align:center;
	margin-bottom:30px;
    transition:all 400ms ease;
    -webkit-transition:all 400ms ease;
    -moz-transition:all 400ms ease;
    -ms-transition:all 400ms ease;
}

a.ui-button:hover {
    border-color: rgba(94, 192, 246, .38);
    background-color: #fff;
    box-shadow: none;
    color: #2299db;
}

a.ui-button:after{
  display: none !important;
}
.search_div a.ui-button {
    margin-bottom: unset;
}

/*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: 18px;
    line-height: 30px;
    margin: 0;
    padding: 10px 4px 5px;
}
.entry .gflexbox a{
	width: 17%;
	margin:1%;
	min-width: 200px;
	border-bottom:1px solid transparent;
	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-pack: center;
	-ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	        align-items: center;
	transition:all 400ms ease;
	-webkit-transition:all 400ms ease;
	-moz-transition:all 400ms ease;
	-ms-transition:all 400ms ease;
}

.gflexbox a:hover{
	border-bottom:1px solid #fa8608;
}

.gflexbox img{
	margin-bottom: 5px;
}

.gflexbox a:after{
	display: none !important;
}
/* 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. */
}

.gflexbox{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

/* Dropdown Menus */
/* ===== Top ===== */
#navigation ul, #menu-footer-menu {
    list-style:none;
    margin:0;
    padding:1px 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 ul li.consulting-opthalmologists > a {
  border-top:2px solid #80cffa;
  color:#80cffa !important;
}
#navigation ul ul li.consulting-opthalmologists.has-children > a:after {
  content: ''
}
#navigation ul li:hover ul li.consulting-opthalmologists ul, #navigation ul ul li.consulting-opthalmologists ul {
  position:static;
  display:block;
}
#navigation ul ul li.consulting-opthalmologists ul li a {
  padding-left: 20px;
}
#navigation ul li a {
    font-size: 16px;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    color: #ffffff;
    padding: 15px 20px 12px 20px;
		/*padding: 15px 20px 12px 20px; CHANGE THIS BACK After DATA BREACH MENU IS REMOVED */
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    border-bottom: 3px solid hsla(0, 0%, 100%, 0);
    transition: all 400ms ease;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
}
#navigation ul li.has-children a {
	padding: 15px 18px 12px 18px;
}
#navigation ul li a:hover {
    border-bottom:3px solid #bce5fc;
    color:#bce5fc;
}
#navigation ul ul,  #navigation ul li:hover ul ul {
    position:absolute;
    display:none;
}
#navigation ul ul li:hover ul,#navigation ul li:hover ul li:hover ul {
    display:block;
    top:0px;
    left: 100%;
}
/* ===== Second and Third Level ===== */
#navigation ul li:hover ul {
    display:block;
    position:absolute;
    left:0;
    top:100%;
    width:auto;
    height:auto;
    margin:0;
    padding:0;
    z-index: 2;
}
#navigation ul ul {
    background-color: #345369;
}
#navigation ul ul ul {
    background:#e4e4e4 !important;
    border-color:#e4e4e4 !important;
    margin-left:-14px;
}
#navigation ul ul li a {
    float:none;
    width:250px;
    font-weight:400;
    font-size:16px;
    color:#ffffff !important;
    text-transform:none;
    padding:6px 10px;
    background:#345369 !important;
    line-height: 28px;
    border-bottom: none !important;
    transition: all 400ms ease;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
}
#navigation ul ul li a:hover {
    color:#80cffa !important;
    border-bottom: none !important;
}

.entry p + ul{
  margin-top: -10px;
  margin-bottom: 25px;
}

.menu li.has-children > a:after {
 color: #fff;
 content: '\e603';
 font-size: 15px;
 vertical-align: 1px;
 font-family: 'webflow-icons';
 position: absolute;
 top: 15px;
 right: 3px;
}

@media only screen and (max-width: 990px) {
.secondary_page_content{
	display:block;
}
.content_div{
	clear:both;
}
.side_div, .content_div{
	width:100%;
  min-width:inherit;
}
#navigation ul li, #navigation ul li a {
  width:100%;
}
}
