/* Core styles can be used any where you need a generic HTML block */
h1,
.core-styles h1,
.contentRender_name_plugins_core_textbox h1 {
	color: #3c3c3c;
    font-size: 28px;
    font-family: ff-ernestine-pro,serif;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 30px;
}

h2,
.core-styles h2,
.contentRender_name_plugins_core_textbox h2 {
	color: #333;
    font-size: 26px;
    line-height: 36px;
    font-family: congenial,sans-serif;
    font-style: normal;
    font-weight: 700;
}

h3,
.core-styles h3,
.contentRender_name_plugins_core_textbox h3 {
	color: #333;
    font-size: 24px;
    font-family: ff-ernestine-pro,serif;
    font-style: normal;
    font-weight: 600;
}

h4,
.core-styles h4,
.contentRender_name_plugins_core_textbox h4 {
	color: #333;
    font-size: 22px;
    font-family: congenial,sans-serif;
    font-style: normal;
    font-weight: 700;
}

h5,
.core-styles h5,
.contentRender_name_plugins_core_textbox h5 {
	color: #333;
    font-size: 20px;
    font-family: ff-ernestine-pro,serif;
    font-style: normal;
    font-weight: 600;
}

h6,
.core-styles h6,
.contentRender_name_plugins_core_textbox h6 {
	color: #333;
    font-size: 18px;
    font-family: ff-ernestine-pro,serif;
    font-style: normal;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
}

p, 
table tr th, 
table tr td,
.core-styles p,
.contentRender_name_plugins_core_textbox p {
	color: #3c3c3c;
    font-size: 17px;
    font-family: congenial-light,sans-serif;
    font-weight: 500;
    font-style: normal;
    line-height: 26px;
    text-rendering: optimizeLegibility;
}

a,
.core-styles a,
.contentRender_name_plugins_core_textbox a,
.contentRender_name_plugins_core_textbox a:link,
.contentRender_name_plugins_core_textbox a:visited,
.contentRender_name_plugins_core_textbox a:active {
	color: #497baf;
    font-family: congenial,sans-serif;
    font-weight: 700;
    text-decoration: none;
}

a:hover{
    color: #497baf;
}
.contentRender_name_plugins_core_textbox a:hover{
    text-decoration: underline;
}

.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 {

}

.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 {

}

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; }

.sitemap > ul {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
}

@media (min-width: 40.063em){
    .sitemap > ul {
        -webkit-column-count: 2;
           -moz-column-count: 2;
                column-count: 2;
    }

	.core-styles h1,
	.contentRender_name_plugins_core_textbox h1 {
	    font-size: 48px;
    	line-height: 58px;
    	margin-bottom: 20px;
	}

	.core-styles h2,
	.contentRender_name_plugins_core_textbox h2 {
        font-size: 36px;
    	line-height: 46px;
    }

    .core-styles h3,
	.contentRender_name_plugins_core_textbox h3 {
        font-size: 32px;
    }

    .core-styles h4,
	.contentRender_name_plugins_core_textbox h4 {
        font-size: 26px;
    }

    .core-styles h5,
	.contentRender_name_plugins_core_textbox h5 {
        font-size: 24px;
    }

    .core-styles h6,
	.contentRender_name_plugins_core_textbox h6 {
        font-size: 19px;
    }

    .core-styles p,
	.contentRender_name_plugins_core_textbox p, 
	p, table tr th, table tr td {
        font-size: 18px;
        line-height: 32px;
    }
}

@media (min-width: 64.063em){
    .sitemap > ul {
        -webkit-column-count: 3;
           -moz-column-count: 3;
                column-count: 3;
        -webkit-column-gap: 15px;
           -moz-column-gap: 15px;
                column-gap: 15px;
                padding-left: 15px;
    }
    
	.core-styles h1,
	.contentRender_name_plugins_core_textbox h1 {
	    font-size: 54px;
	    margin-bottom: 30px;
	}

	.core-styles h2,
	.contentRender_name_plugins_core_textbox h2 {
        font-size: 38px;
        line-height: 54px;
    }

    .core-styles h3,
	.contentRender_name_plugins_core_textbox h3 {
        font-size: 32px;
    }

    .core-styles h4,
	.contentRender_name_plugins_core_textbox h4 {
        font-size: 26px;
    }

    .core-styles h5,
	.contentRender_name_plugins_core_textbox h5 {
        font-size: 24px;
    }

    .core-styles h6,
	.contentRender_name_plugins_core_textbox h6 {
        font-size: 19px;
    }

    .core-styles p,
	.contentRender_name_plugins_core_textbox p, table tr th, table tr td {
        font-size: 18px;
        line-height: 32px;
    }
}
 ::selection {  
    color: #3c3c3c;  
    background: #bfb74c;
}

/************************************/
/**Custom Button with Theme Support**/
/************************************/
.button-cont { display: flex; }
.button-cont a.custom-btn {    
    width: auto;
    margin: 0;
    font-weight: 400;
    font-family: congenial-light, sans-serif;
    font-size: 14px;
    line-height: 16px;
    color: white;
    margin-bottom: 20px;
    padding: 15px 30px;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    background-color: #aba228;

    transition: all 0.3s;
}

/*DEFAULT BUTTON COLOR IS GREEN*/
.button-cont a.custom-btn:hover { 
    background-color: #9d963e;
    transition: all 0.3s;
}

.button-cont.green a.custom-btn { background-color: #aba228;}
.button-cont.pink a.custom-btn { background-color: #d23f60;}
.button-cont.red a.custom-btn { background-color: #8e3b38;}
.button-cont.blue a.custom-btn { background-color: #6a8eb3;}
.button-cont.green a.custom-btn:hover { background-color: #9d963e;}
.button-cont.pink a.custom-btn:hover { background-color: #ac344f;}
.button-cont.red a.custom-btn:hover { background-color: #74302e;}
.button-cont.blue a.custom-btn:hover { background-color: #577493;}

.button-cont.align_left {justify-content:flex-start;}
.button-cont.align_center {justify-content:center;}
.button-cont.align_right {justify-content:flex-end;}


.contentRender_name_plugins_common_container_request_guide .contentRender_name_plugins_common_button{
    padding: 0;
    display: inline-block;
    width: auto;
}