a.ui-button { 
    color:#FFFFFF; 
    font-size:1em; 
    margin:0.5em; 
    display:inline-block;
    padding:0.6em;
    text-align:center;
    text-decoration:none; 
    background:#46761c !important; 
    -moz-border-radius: 10px; 
    -webkit-border-radius: 10px; 
    border-radius: 10px; 
    margin-left:auto; 
    margin-right:auto; 
    width:186px !important;
    border:none !important;
    transition:all 350ms ease;
    -moz-transition:all 350ms ease;
    -webkit-transition:all 350ms ease;
}
 
a.ui-button:hover { 
background:#6ea53e !important;
}


/* Financing Calculator */
#calculator_small {
  width: 326px;
  height: 232px;
  background:url("http://www.carecredit.com/assets/views/home/payment-calculator.jpg") no-repeat;
  font-family: 'Myriad Pro', sans-serif;
}
#calculator_small h2 {
  font-weight: bold;
  color: #FFF;
  font-size: 36px;
  line-height: 35px;
  margin-bottom: 5px;
  margin-top:0;
  margin-top: 10px;
  border:0;
  padding:0;
  float:left;
  text-align:center;
  width: 100%;
}
#calculator_small #input-amount-field {
  width: 245px;
  background: url("http://www.carecredit.com/assets/views/home/payment-calculator-input.png") no-repeat;
  margin-bottom: 30px;
  height: 44px;
  margin-right: 10px;
  border: none;
  padding: 10px;
  font-size: 16px;
}
#calculator_small #submit-field {
  font-family: 'Myriad Pro', sans-serif;
  font-size:16px;
  oapcity:0.9;
  color:#fff;
  font-weight:300;
  text-decoration: none;
  padding:11px 18px;
  min-width:46px;
  background-color:#00ac9d;
  border-radius:5px;
  display:inline-block;
  text-align:center;
  border:none;
  cursor:pointer;
  transition: opacity 0.2s;
  margin-top:-20px;
}
::-webkit-input-placeholder {
   color: #ABABAB;
   font-family: 'Myriad Pro', sans-serif;
   font-size:16px;
}
:-moz-placeholder { /* Firefox 18- */
   color: #ABABAB;
   font-family: 'Myriad Pro', sans-serif;
    font-size:16px;
}
::-moz-placeholder {  /* Firefox 19+ */
   color: #ABABAB;
   font-family: 'Myriad Pro', sans-serif;
    font-size:16px;
}
:-ms-input-placeholder {
   color: #ABABAB;
   font-family: 'Myriad Pro', sans-serif;
    font-size:16px;
}
#calculator_small #submit-field:hover{
  opacity:0.7;
}
#calculator_small #content1{
  padding:25px;
}
.carecredit-form{
  text-align: center;
}
/*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. */
}

/* Dropdown Menus */
/* ===== Top ===== */
#navigation ul {
    list-style:none;
    margin:0;
    padding:1px 0;
	display:flex;
	justify-content:center;
}
#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 {
    display:block;
    padding:8px 8px;
    text-decoration:none;
    line-height:22px;
    font-weight: 400;
    color: #000000;
    font-family: Varela, sans-serif;
    font-size: 14px;
    font-weight: 400;
    transition: all 400ms ease;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
}
    #navigation ul li a:hover {
    color:#46761c;
}
#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:#fff;
}
#navigation ul ul ul {
    background:#e4e4e4 !important;
    border-color:#e4e4e4 !important;
    margin-left:-14px;
}
#navigation ul ul li a {
    float:none;
    width:250px;
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #8dbb64;
    color:#222222;
    background-color: #ffffff;
    transition:all 350ms ease;
    -webkit-transition:all 350ms ease;
    -moz-transition:all 350ms ease;
}
#navigation ul ul li a:hover {
    background-color:#a4da74;
    color:#222222;
}

.sub-menu .menu li.has-children > a:after:after{
    display: none !important;
}

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

.menu li.has-children > a:after {
 color: #8dbb64;
 content: '\e603';
 font-size: 13px;
 position: relative;
 top: 1px;
 left: 3px;
 vertical-align: 1px;
 font-family: 'webflow-icons';
}
