/* Core styles can be used any where you need a generic HTML block */

body,
h1, h2, h3, h4, h5, h6, p, button, input, select {
	font-family: 'degular-display', sans-serif;
}

h1, h2, h3, h4, h5, h6, p {
	margin: 0; /* Foundation overwrite of top/bottom margins, so only bottom needs to be added where wanted */
}

ul, ol, dl {
	margin-bottom: 0; /* Foundation overwrite */
}

button {
	background-color: #27CC62;
}

button:hover {
	background-color: #27CC62;
}

a,
a:hover {
    color: #1D2F49 !important;
}

.core-styles h1,
.contentRender_name_plugins_core_textbox h1 {
    color: #1D2F49;
    font-size: 38px;
    font-family:"Larken W05 Bold";
    font-style: normal;
    line-height: 46px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.core-styles h2,
.contentRender_name_plugins_core_textbox h2 {
	color: #205BC6;
    font-size: 22px;
    font-family: "Larken W05 Medium";
    font-style: normal;
    line-height: 38px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.core-styles h3,
.contentRender_name_plugins_core_textbox h3 {
	color: #27CC62;
    font-size: 20px;
    font-family: 'degular-display', sans-serif;
    font-weight: 700;
    font-style: normal;
    line-height: 23px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.core-styles h4,
.contentRender_name_plugins_core_textbox h4 {
    color: #205BC6;
    font-size: 25px;
    font-family: "Larken W05 Medium";
    font-style: normal;
    line-height: 29px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.core-styles h5,
.contentRender_name_plugins_core_textbox h5 {
    color: #1D2F49;
    font-size: 19px;
    font-family: 'degular-display', sans-serif;
    font-style: normal;
    line-height: 23px;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.core-styles h6,
.contentRender_name_plugins_core_textbox h6 {
	color: #1D2F49;
    font-size: 15px;
    font-family: 'degular-display', sans-serif;
    font-style: normal;
    font-weight: 300;
    letter-spacing: 1px;
    line-height: 19px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.core-styles p,
.contentRender_name_plugins_core_textbox p {
	color: #1D2F49;
    font-size: 16px;
    font-family: 'degular-display', sans-serif;
    font-style: normal;
    font-weight: 300;
    line-height: 26px;
    letter-spacing: .1em;
    margin-bottom: 30px;
    text-rendering: optimizeLegibility;
}

.core-styles a,
.contentRender_name_plugins_core_textbox a {
	color: #205BC6 !important;
    font-family: 'degular-display', sans-serif;
}

.core-styles a:hover,
.contentRender_name_plugins_core_textbox a:hover {
	color: #27CC62;
	text-decoration: underline;
}

.core-styles blockquote,
.contentRender_name_plugins_core_textbox blockquote {

}

.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: #1D2F49;
    font-size: 18px;
    font-family: 'degular-display', sans-serif;
    line-height: 33px;
}

.core-styles td,
.contentRender_name_plugins_core_textbox td,
.core-styles tr,
.contentRender_name_plugins_core_textbox tr {
    color: #1D2F49;
    font-size: 18px;
    font-family: 'degular-display', sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 33px;
    margin-bottom: 30px;
    text-rendering: optimizeLegibility;
}

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; }

.core-styles strong, 
.contentRender_name_plugins_core_textbox strong {
    font-family: 'degular-display', sans-serif;
}
@media screen and (min-width: 40em) {
	.core-styles h1,
	.contentRender_name_plugins_core_textbox h1 {
		font-size: 52px;
		line-height: 60px;
	}

	.core-styles h2,
	.contentRender_name_plugins_core_textbox h2 {
		font-size: 25px;
		line-height: 32px;
	}

	.core-styles p,
	.contentRender_name_plugins_core_textbox p {
		font-size: 18px;
		line-height: 33px;
	}
}

@media screen and (min-width: 64em) {
	.core-styles h1,
	.contentRender_name_plugins_core_textbox h1 {
		font-size: 65px;
		line-height: 69px;
	}
    .core-styles h2,
	.contentRender_name_plugins_core_textbox h2 {
		font-size: 29px;
		line-height: 32px;
	}
}