/* Core styles can be used any where you need a generic HTML block */
::selection {
  color: #fffff;
  background: #eee;
}

.core-styles h1,
.contentRender_name_plugins_core_textbox h1 {
	color: #111111;
    font-size: 70px;
    line-height: 1em;
    font-family: 'Economica', sans-serif;
    font-weight: 700;
    text-transform: capitalize;
    letter-spacing: -2px;
}

.core-styles h2,
.contentRender_name_plugins_core_textbox h2 {
    color: #111111;
    font-size: 65px;
    line-height: 1em;
    font-family: 'Economica', sans-serif;
    font-weight: 700;
    text-transform: capitalize;
    letter-spacing: -2px;
}

.core-styles h3,
.contentRender_name_plugins_core_textbox h3 {
	color: #1785c7;
    font-size: 35px;
    line-height: 1em;
    font-family: 'Roboto Slab', sans-serif;
    font-weight: 700;
    text-transform: capitalize;
    letter-spacing: -1px;
}

.core-styles h4,
.contentRender_name_plugins_core_textbox h4 {
	color: #111111;
    font-size: 55px;
    line-height: 1em;
    font-family: 'Economica', sans-serif;
    font-weight: 700;
    text-transform: capitalize;
    letter-spacing: -1px;
}

.core-styles h5,
.contentRender_name_plugins_core_textbox h5 {
    color: #1785c7;
    font-size: 30px;
    line-height: 1em;
    font-family: 'Roboto Slab', sans-serif;
    font-weight: 700;
    text-transform: capitalize;
    letter-spacing: -1px;
}

.core-styles h6,
.contentRender_name_plugins_core_textbox h6 {
	color: #111111;
    font-size: 45px;
    line-height: 1em;
    font-family: 'Economica', sans-serif;
    font-weight: 700;
    text-transform: capitalize;
    letter-spacing: -1px;
}

.core-styles p,
.contentRender_name_plugins_core_textbox p {
	color: #666;
    font-size: 18px;
    line-height: 32px;
    font-family: 'Roboto Slab', sans-serif;
    font-weight: 300;
	margin: 20px 0 40px 0;
}

.core-styles a,
.contentRender_name_plugins_core_textbox a,
.core-styles a:visited,
.contentRender_name_plugins_core_textbox a:visited,
.core-styles a:active,
.contentRender_name_plugins_core_textbox a:active {
	color: #1785c7;
    font-weight: 700;
    line-height: inherit;
}

.core-styles a:hover,
.contentRender_name_plugins_core_textbox a:hover {
	color: #3eb47f;
	text-decoration: underline;
}

.core-styles ul:not([class*="block-grid-"]),
.core-styles ol:not([class*="block-grid-"]) {
    margin-bottom: 40px;
    margin-left: 1.1rem;
}

.core-styles ul:not([class*="block-grid-"]) li,
.core-styles ol:not([class*="block-grid-"]) li,
.contentRender_name_plugins_core_textbox ul:not([class*="block-grid-"]) li,
.contentRender_name_plugins_core_textbox ol:not([class*="block-grid-"]) li {
	color: #666666;
    font-size: 18px;
    line-height: 32px;
    font-family: 'Roboto Slab', sans-serif;
    font-weight: 300;
}

.core-style table,
.contentRender_name_plugins_core_textbox table {
		background: #FFFFFF;
		border: solid 1px #DDDDDD;
		margin-bottom: 1.25rem;
		table-layout: auto;
		-webkit-border-horizontal-spacing: 0px;
    -webkit-border-vertical-spacing: 0px;
		display: table;
    border-collapse: separate;
}

.core-style tbody,
.contentRender_name_plugins_core_textbox tbody {
		display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
}

.core-styles td,
.contentRender_name_plugins_core_textbox td,
.core-styles tr,
.contentRender_name_plugins_core_textbox tr {
    color: #666666;
    font-size: 18px;
    line-height: 32px;
    font-family: 'Roboto Slab', sans-serif;
    font-weight: 300;
    padding: 9px 10px;
    text-align: left;
		border-collapse: separate;
    border-spacing: 2px;
		line-height: 1.125rem;
}

.core-styles strong, .contentRender_name_plugins_core_textbox strong,
.core-styles b, .contentRender_name_plugins_core_textbox b {
    font-weight: bold;
    line-height: inherit;
}

.core-styles em, .contentRender_name_plugins_core_textbox em,
.core-styles i, .contentRender_name_plugins_core_textbox i {
    font-style: italic;
    line-height: inherit;
}

h1 > a,
h2 > a,
h3 > a,
h4 > a,
h5 > a,
h6 > a {
	font: inherit;
	color: inherit;
	text-decoration: none;
}

.core-styles img[align*='right'],
.contentRender_name_plugins_core_textbox img[align*='right'] { margin-left : 15px; margin-bottom: 5px; }
.core-styles img[align*='left'],
.contentRender_name_plugins_core_textbox img[align*='left'] { margin-right : 15px; margin-bottom: 5px; }

@media screen and (max-width: 640px) {
	.core-styles h1,
	.contentRender_name_plugins_core_textbox h1 {
		font-size: 40px;
	    line-height: 1em;
	    margin-bottom: 8px;
	    letter-spacing: -1px;
	}

	.core-styles h2,
	.contentRender_name_plugins_core_textbox h2 {
		font-size: 35px;
	    line-height: 1em;
	    letter-spacing: -1px;
	}

	.core-styles h3,
	.contentRender_name_plugins_core_textbox h3 {
		font-size: 20px;
	    line-height: 1em;
	    letter-spacing: normal;
	}

	.core-styles h4,
	.contentRender_name_plugins_core_textbox h4 {
	    font-size: 30px;
	    line-height: 1em;
	    letter-spacing: -1px;
	}

	.core-styles h5,
	.contentRender_name_plugins_core_textbox h5 {
		font-size: 18px;
	    line-height: 1em;
	    margin-bottom: 8px;
	    letter-spacing: normal;
	}

	.core-styles h6,
	.contentRender_name_plugins_core_textbox h6 {
	    font-size: 25px;
	    line-height: 1em;
	    letter-spacing: normal;
	}

	.core-styles p,
	.contentRender_name_plugins_core_textbox p {
		font-size: 16px;
		line-height: 1.5em;
		margin: 5px 0 30px 0;
	}
}

@media screen and (min-width: 641px) and (max-width: 1024px) {
	.core-styles h1,
	.contentRender_name_plugins_core_textbox h1 {
	    font-size: 50px;
	    line-height: 1em;
	}

	.core-styles h2,
	.contentRender_name_plugins_core_textbox h2 {
		font-size: 45px;
    	line-height: 1em;
	}

	.core-styles h3,
	.contentRender_name_plugins_core_textbox h3 {
		font-size: 30px;
    	line-height: 1em;
	}

	.core-styles h4,
	.contentRender_name_plugins_core_textbox h4 {
		font-size: 35px;
   		line-height: 1em;
	}

	.core-styles h5,
	.contentRender_name_plugins_core_textbox h5 {
		font-size: 25px;
    	line-height: 1em;
	}

	.core-styles h6,
	.contentRender_name_plugins_core_textbox h6 {
		font-size: 30px;
    	line-height: 1em;
	}

	.core-styles p,
	.contentRender_name_plugins_core_textbox p {
		font-size: 16px;
    	line-height: 30px;
	}
}
