/* 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: 'Playfair Display', 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: #15b3bb; 
}

a,
a:hover {
	color: #0b467e;
}

.core-styles h1,
.contentRender_name_plugins_core_textbox h1 {
	color: #002943;
    font-weight: 400;
    font-size: 36px;
    line-height: 40px;
    font-family: 'Playfair Display', serif;
    margin-bottom: 20px;
}

.core-styles h2,
.contentRender_name_plugins_core_textbox h2 {
	color: #002943;
    font-size: 32px;
    line-height: 35px;
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    margin-bottom: 20px;
}

.core-styles h3,
.contentRender_name_plugins_core_textbox h3 {
	color: #002943;
    font-size: 28px;
    line-height: 30px;
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    margin-bottom: 15px;
}

.core-styles h4,
.contentRender_name_plugins_core_textbox h4 {
	color: #002943;
    font-size: 23px;
    font-family: 'Playfair Display', serif;
    line-height: 25px;
    margin-bottom: 15px;
}

.core-styles h5,
.contentRender_name_plugins_core_textbox h5 {
	color: #002943;
    font-size: 14px;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    line-height: 20px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.core-styles h6,
.contentRender_name_plugins_core_textbox h6 {
	color: #002943;
    font-size: 13px;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    line-height: 17px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.core-styles p,
.contentRender_name_plugins_core_textbox p,
.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,
.core-styles td,
.contentRender_name_plugins_core_textbox td,
.core-styles tr,
.contentRender_name_plugins_core_textbox tr {
	color: #002943;
    font-size: 16px;
    line-height: 30px;
    font-family: 'Playfair Display', serif;
    font-style: normal;
    font-weight: 400;
    text-rendering: optimizeLegibility;
}

.core-styles p,
.contentRender_name_plugins_core_textbox p{
    margin-bottom: 30px;
}

.core-styles a,
.contentRender_name_plugins_core_textbox a {
	color: #0668a4;
    font-weight: bold;
}

.core-styles a:hover,
.contentRender_name_plugins_core_textbox a:hover {
	text-decoration: underline;
}

.core-styles blockquote,
.contentRender_name_plugins_core_textbox blockquote {

}


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 (min-width: 40em) {
	.core-styles h1,
	.contentRender_name_plugins_core_textbox h1 {
	    font-size: 52px;
    	line-height: 60px;
    	margin-bottom: 20px;
	}

	.core-styles h2,
	.contentRender_name_plugins_core_textbox h2 {
	    font-size: 48px;
    	line-height: 58px;
    	margin-bottom: 20px;
	}

	.core-styles h3,
	.contentRender_name_plugins_core_textbox h3 {
	    font-size: 45px;
    	line-height: 42px;
    	margin-bottom: 15px;
	}

	.core-styles h4,
	.contentRender_name_plugins_core_textbox h4 {
	    font-size: 38px;
    	line-height: 46px;
	}

	.core-styles h5,
	.contentRender_name_plugins_core_textbox h5 {
		font-size: 24px;
    	line-height: 36px;
	    margin-bottom: 15px;
	    font-family: 'Playfair Display', serif;
	}

	.core-styles h6,
	.contentRender_name_plugins_core_textbox h6 {
		font-size: 20px;
	    line-height: 1em;
	    margin-bottom: 10px;
	}

	.core-styles p,
	.contentRender_name_plugins_core_textbox p,
	.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,
	.core-styles td,
	.contentRender_name_plugins_core_textbox td,
	.core-styles tr,
	.contentRender_name_plugins_core_textbox tr {
		font-size: 20px;
		line-height: 35px;
	}
}


@media (min-width: 64em) {

	.core-styles h1,
	.contentRender_name_plugins_core_textbox h1 {
	    font-size: 70px;
    	line-height: 82px;
	}

	.core-styles h2,
	.contentRender_name_plugins_core_textbox h2 {
	    font-size: 58px;
    	line-height: 62px;
	}

}




/*BWI Theme*/

.bwi-theme .core-styles h1,
.bwi-theme .contentRender_name_plugins_core_textbox h1 {
    font-family: 'Oswald', sans-serif;
	color: #2A2A29;
    font-weight: normal;
    font-size: 35px;
    line-height: 45px;
    margin-bottom: 15px;
}

.bwi-theme .core-styles h2,
.bwi-theme .contentRender_name_plugins_core_textbox h2 {
	color: #2A2A29;
    font-size: 30px;
    line-height: 35px;
   	font-family: 'Oswald', sans-serif;
    font-weight: normal;
    margin-bottom: 15px;
}

.bwi-theme .core-styles h3,
.bwi-theme .contentRender_name_plugins_core_textbox h3 {
	color: #2A2A29;
    font-size: 25px;
    line-height: 30px;
    font-family: 'Oswald', sans-serif;
    font-weight: normal;
    margin-bottom: 15px;
}

.bwi-theme .core-styles h4,
.bwi-theme .contentRender_name_plugins_core_textbox h4 {
	color: #2A2A29;
    font-size: 20px;
    line-height: 25px;
    font-family: 'Oswald', serif;
    margin-bottom: 15px;
}

.bwi-theme .core-styles h5,
.bwi-theme .contentRender_name_plugins_core_textbox h5 {
	color: #BBBBBA;
    font-size: 23px;
    font-family: 'Noto Serif', serif;
    font-style: italic;
    font-weight: normal;
    line-height: 46px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.bwi-theme .core-styles h6,
.bwi-theme .contentRender_name_plugins_core_textbox h6 {
	color: #DD1D38;
    font-size: 20px;
    font-family: 'Noto Sans', sans-serif;
    font-weight: bold;
    line-height: 36px;
    margin-bottom: 10px;
}

.bwi-theme .core-styles p,
.bwi-theme .contentRender_name_plugins_core_textbox p,
.bwi-theme .core-styles ul:not([class*="block-grid-"]) li,
.bwi-theme .core-styles ol:not([class*="block-grid-"]) li,
.bwi-theme .contentRender_name_plugins_core_textbox ul:not([class*="block-grid-"]) li,
.bwi-theme .contentRender_name_plugins_core_textbox ol:not([class*="block-grid-"]) li,
.bwi-theme .core-styles td,
.bwi-theme .contentRender_name_plugins_core_textbox td,
.bwi-theme .core-styles tr,
.bwi-theme .contentRender_name_plugins_core_textbox tr {
	color: #2A2A29;
    font-size: 16px;
    line-height: 26px;
    font-family: 'Noto Sans', serif;
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

.bwi-theme .core-styles p,
.bwi-theme .contentRender_name_plugins_core_textbox p{
    margin-bottom: 30px;
}

.bwi-theme .core-styles a,
.bwi-theme .contentRender_name_plugins_core_textbox a {
	color: #2A2A29;
    font-weight: bold;
    text-decoration: none;
}

.bwi-theme .core-styles a:hover,
.bwi-theme .contentRender_name_plugins_core_textbox a:hover {
	text-decoration: underline;
}

@media (min-width: 64em) {
	.bwi-theme .core-styles h1,
	.bwi-theme .contentRender_name_plugins_core_textbox h1 {
	    font-size: 52px;
	    line-height: 65px;
	}

	.bwi-theme .core-styles h2,
	.bwi-theme .contentRender_name_plugins_core_textbox h2 {
	    font-size: 42px;
	    line-height: 55px;
	}

	.bwi-theme .core-styles h3,
	.bwi-theme .contentRender_name_plugins_core_textbox h3 {
	    font-size: 35px;
	    line-height: 45px;
	}

	.bwi-theme .core-styles h4,
	.bwi-theme .contentRender_name_plugins_core_textbox h4 {
	    font-size: 30px;
	    line-height: 35px;
	}
	.bwi-theme .core-styles p,
	.bwi-theme .contentRender_name_plugins_core_textbox p,
	.bwi-theme .core-styles ul:not([class*="block-grid-"]) li,
	.bwi-theme .core-styles ol:not([class*="block-grid-"]) li,
	.bwi-theme .contentRender_name_plugins_core_textbox ul:not([class*="block-grid-"]) li,
	.bwi-theme .contentRender_name_plugins_core_textbox ol:not([class*="block-grid-"]) li,
	.bwi-theme .core-styles td,
	.bwi-theme .contentRender_name_plugins_core_textbox td,
	.bwi-theme .core-styles tr,
	.bwi-theme .contentRender_name_plugins_core_textbox tr {
		color: #2A2A29;
	    font-size: 18px;
	    line-height: 32px;
	    font-family: 'Noto Sans', serif;
	    font-style: normal;
	    font-weight: normal;
	    text-rendering: optimizeLegibility;
	}
}