/* BUTTON STYLES */

.button {
  padding: 12px 10px;
  min-width: 210px;
	background-color: #d63434;
  display: inline-grid;
  align-items: center;
  line-height: 1.25;
  font-size: 12px;
  font-weight: 600;
}

.button:focus, .button:hover {
    background-color: #c12a2a;
    color: #fff;
}

.page-id-7790 .button {
    min-width: 187px;
		font-weight:bold;
}

section.events .button {
    font-size: 12px;
    padding-left: 6px;
    padding-right: 6px;
    width: 100% !important;
}

/* BUTTON — MOBILE STYLES */

@media only screen and (max-width: 768px) {
.button {
  width: 100%;
	font-size: 14px;
}
h1.entry-title {
    font-size: 1.75rem;
}
}


/* DATA BLOCK STYLES */

.column.data-block {
    padding: 0px 10px 10px 0px;
}

.data-group {
    text-align: center;
    padding: 15px 10px;
    border: solid 1px #bdbdbd;
}

.data-headline {
    color: white;
    font-size: 14px;
    font-weight: 600;
    background-color: #162856;
    border-radius: 50px;
    padding: 5px;
}

.data-number {
		font-size: 60px;
    color: #162856;
    letter-spacing: -0.03em;
    line-height: 1.35;
}

.data-bodycopy {
		color: #636363;
    font-size: 12px;
		line-height: 1.25;
    font-style: italic;
}

/* DATA BLOCK — TABLET STYLES */
@media (min-width: 767px) and (max-width: 1080px) {
.data-number {
    font-size: 40px;
}
}

/* GRAVITY FORM STYLES */

.gform_wrapper .gfield_radio li label {
  font-size: 1em!important;  
	margin: 4px 0 0 4px!important;
}

.fsBody h1 {
	font-size: 1.5rem;
	font-family: inherit;
	color: #152956;
	font-weight: 600;
	text-align: left  !important;
	margin-bottom: -30px !important;
}

.fsBody {
  padding-left: 0px !important;
	padding-right: 0px !important;
}

.fsForm {
  margin: 0px auto !important;
  padding: 0px !important;
}

.fsSubmit input.fsSubmitButton {
  cursor: pointer;
  -webkit-appearance: none;
  transition: background-color .25s ease-out,color .25s ease-out;
  border: 1px solid transparent;
  border-radius: 4px !important;
  margin: 0 0 1rem !important;
  background-color: #de5b5b !important;
  color: #fff;
	padding: 10px 10px !important;
  width: 180px !important;
  min-height: 50px !important;
  display: inline-grid !important;
  align-items: center !important;
  line-height: 1.25 !important;
  font-size: 12px !important;
  font-weight: 600 !important;
}

.fsForm .fsSubmit {
    margin-top: 20px !important;
}

.gform_wrapper .gfield_radio li input[type=radio] {
    vertical-align: inherit !important;
}

[type=checkbox] {
    margin: 0px !important;
}

.gform_wrapper h2.gsection_title {
    font-weight: 700;
    font-size: 1.5em !important;
}

.gform_wrapper ul.gfield_checkbox li input[type=checkbox]:checked+label{
    font-weight: 400 !important;
}

.gform_wrapper .gfield_time_hour i {
    margin-top: -45px !important;
}

/* FEEDZY STYLES */

.feedzy-rss .rss_item .title {
    font-weight: normal;
    color: inherit;
    text-rendering: inherit;
    margin-top: 0;
    margin-bottom: inherit;
    line-height: inherit;
    font-size: 18px;
		text-transform: capitalize;
}

.feedzy-rss .rss_item .rss_content small {
    display: block;
    font-size: 14px;
    font-style: inherit;
    text-transform: uppercase;
	  line-height: inherit;
}

.feedzy-rss .rss_item {
    border: none;
    list-style: none;
    margin:0 !important;
    margin-left: 15px !important;	
    padding-top:0 !important;
    padding-bottom:15px !important;	
}

.feedzy-rss .rss_item .rss_image .fetched {
    z-index: 1;
}

/* MISC. STYLES */

#post-4027 .updated {
    display: none !important;
}

#post-5860 .updated {
    display: none !important;
}