/* Core styles can be used any where you need a generic HTML block */

/*
**CSS CHEAT CODES/SAMPLES**

Josefin Sans Regular
font-family: 'Josefin Sans', sans-serif;
font-weight: 400;

Josefin Sans SemiBold
font-family: 'Josefin Sans', sans-serif;
font-weight: 600;

Josefin Sans Bold
font-family: 'Josefin Sans', sans-serif;
font-weight: 700;

CormorantGaramond Regular
font-family: 'Cormorant Garamond', serif;
font-weight: 400;

CormorantGaramond SemiBoldItalic
font-family: 'Cormorant Garamond', serif;
font-weight: 600;

Proxima Nova Regular
font-family: 'Proxima-Nova', sans-serif;
font-weight: 400;
font-style: normal;

*/
body,
h1, h2, h3, h4, h5, h6, p, button, input, select {
	font-family: 'Cormorant Garamond', 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: #21A0B8;
}

a,
a:hover {
	color: #21a0b8;
	text-decoration: underline;
}

.core-styles h1,
.contentRender_name_plugins_core_textbox h1 {
	color:#444444;
	font-size: 40px;
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 3px;
	line-height: 1.05em;
	text-transform: uppercase;
	margin-bottom: 8px;
}

.core-styles h2,
.contentRender_name_plugins_core_textbox h2 {
	color:#444444;
	font-size: 34px;
	font-family: 'Josefin Sans', sans-serif;
	font-style: normal;
	font-weight: 600;
	letter-spacing: 2px;
	line-height: 45px;
	text-transform: uppercase;
	margin-bottom: 8px;
}

.core-styles h3,
.contentRender_name_plugins_core_textbox h3 {
	color:#444444;
	font-size: 25px;
	font-family: 'Josefin Sans', sans-serif;
	font-style: normal;
	font-weight: 600;
	letter-spacing: 2px;
	line-height: 45px;
	text-transform: uppercase;
	margin-bottom: 8px;
}

.core-styles h4,
.contentRender_name_plugins_core_textbox h4 {
	color:#444444;
	font-size: 28px;
	font-family: 'Cormorant Garamond', serif;
	font-style: normal;
	font-weight: 400;
	line-height: 45px;
	margin-bottom: 8px;
}

.core-styles h5,
.contentRender_name_plugins_core_textbox h5 {
	color:#444444;
	font-size: 23px;
	font-family: 'Josefin Sans', sans-serif;
	font-style: normal;
	font-weight: 600;
	line-height: 45px;
	margin-bottom: 8px;
}

.core-styles h6,
.contentRender_name_plugins_core_textbox h6 {
	color:#444444;
	font-size: 48px;
	font-family: 'Cormorant Garamond', serif;
	font-style: normal;
	font-weight: 600;
	line-height: 1.1em;
	margin-bottom: 8px;
}

.core-styles p,
.contentRender_name_plugins_core_textbox p {
	color: #444444;
	font-size: 20px;
	line-height: 32px;
	margin-bottom: 30px;
	text-rendering: optimizeLegibility;
	font-family: 'Cormorant Garamond', serif;
	font-weight: 400;
	font-style: normal;
}

.core-styles a,
.contentRender_name_plugins_core_textbox a {
	color:#21a0b8;
	font-weight: 600;
}
.core-styles a:visited,
.contentRender_name_plugins_core_textbox a:visited,
.core-styles a:hover,
.contentRender_name_plugins_core_textbox a:hover {
	color:#21a0b8;
	text-decoration: underline;
}
.core-styles a:active,
.contentRender_name_plugins_core_textbox a:active {
	color:#21a0b8;
	font-weight: 600;
}

.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: #444444;
	font-size: 20px;
	font-family: 'Cormorant Garamond', serif;
	font-weight: 400;
	line-height: 32px;
	text-rendering: optimizeLegibility;
}

.core-styles td,
.contentRender_name_plugins_core_textbox td,
.core-styles tr,
.contentRender_name_plugins_core_textbox tr {
	color: #444444;
	font-size: 20px;
	font-family: 'Cormorant Garamond', serif;
	font-weight: 400;
	line-height: 32px;
	margin-bottom: 30px;
	font-style: normal;
	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; }


@media screen and (max-width:1024px) {
	.core-styles h1,
	.contentRender_name_plugins_core_textbox h1 {
			font-size: 40px;
			line-height: 1.1em;
	}

	.core-styles h6,
    .contentRender_name_plugins_core_textbox h6 {
    	font-size: 31px;
    	line-height: 45px;
    }
}

@media screen and (max-width:640px) {
	.core-styles h1,
	.contentRender_name_plugins_core_textbox h1 {
		font-size: 30px;
		line-height: 1.05em;
	}
	.core-styles h2,
	.contentRender_name_plugins_core_textbox h2 {
		font-size: 24px;
		line-height: 32px;
	}
	.core-styles h3,
	.contentRender_name_plugins_core_textbox h3 {
		font-size: 20px;
		line-height: 24px;
	}
	.core-styles h4,
	.contentRender_name_plugins_core_textbox h4 {
		font-size: 24px;
		line-height: 28px;
	}
	.core-styles h5,
	.contentRender_name_plugins_core_textbox h5 {
		font-size: 20px;
		line-height: 24px;
	}
	.core-styles h6,
	.contentRender_name_plugins_core_textbox h6 {
		font-size: 29px;
		line-height: 1.1em;
	}
	.core-styles p,
	.contentRender_name_plugins_core_textbox p {
		font-size: 16px;
		line-height: 20px;
	}
}