.ui-accordion .ui-accordion-header {
	font-size: medium;
    }
/***************************
remove box around png files
***************************/

.entry-content img {
  box-shadow: 0 0px 0px rgba(0,0,0,0) !important; 
}


/***************************
These are the styles with pagemaker style box
***************************/
.layout-boxed .panel-row-style {
    margin: 0px -20px;
}


.ui-accordion .ui-accordion-content {
height: auto !important;
}

.main-navigation ul li a {
padding-left: 15px;
padding-right: 15px;
}

/***************************
These are the styles for the button for Paperwork Page
***************************/

.btn {
  background: #3498db;
  background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
  background-image: -moz-linear-gradient(top, #3498db, #2980b9);
  background-image: -ms-linear-gradient(top, #3498db, #2980b9);
  background-image: -o-linear-gradient(top, #3498db, #2980b9);
  background-image: linear-gradient(to bottom, #3498db, #2980b9);
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  text-shadow: 1px 1px 3px #666666;
  -webkit-box-shadow: 0px 1px 3px #666666;
  -moz-box-shadow: 0px 1px 3px #666666;
  box-shadow: 0px 1px 3px #666666;
  font-family: Arial;
  color: #ffffff !important;
  font-size: 16px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

.btn:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}




.main-navigation a {
  text-transform: uppercase;
}


/***************************
This moves the Save text in gravity forms to the right 



.gform_wrapper .gform_page_footer .button.gform_button, .gform_wrapper .gform_page_footer .button.gform_next_button {
  margin-right: 10.00em !important;
}

***************************/

.gform_save_link {
  padding-left: 40px;
}

/***************************
These are the styles for siteorigin circle widget
***************************/


.widget_circleicon-widget .circle-icon-box p.text {
  color: #ffffff;
  font-size: 14px;
}
.widget_circleicon-widget .circle-icon-box h4 {
  color: #ffffff;
  font-size: 20px;
}


/***************************
These are the styles for siteorigin circle widget linksz
***************************/
.widget_circleicon-widget .circle-icon-box a.more-button {
       color: #5ad5fe;
}



/***************************
FIX HERO IMAGE BUTTONS FOR CELL PHONES
***************************/
@media (max-width: 545px) {
	.sow-hero-buttons .so-widget-sow-button {
		margin-bottom: 10px !important;
    	}
}


/***************************
fixes header widget on chrome browsers
***************************/
#masthead .hgroup #header-sidebar {
	display: flex;
	align-items: center;
 
}