/* Core styles can be used any where you need a generic HTML block */
h1,
.core-styles h1,
.contentRender_name_plugins_core_textbox h1 {
    color: #2a2623;
    font-size: 30px;
    line-height: 1;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.1px;
}

h2,
.core-styles h2,
.contentRender_name_plugins_core_textbox h2 {
    color: #2a2623;
    font-size: 24px;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.1px;
}

h3,
.core-styles h3,
.contentRender_name_plugins_core_textbox h3 {
    color: #2a2623;
    font-size: 22px;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.1px;
}

h4,
.core-styles h4,
.contentRender_name_plugins_core_textbox h4 {
    color: #2a2623;
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.1px;
}

h5,
.core-styles h5,
.contentRender_name_plugins_core_textbox h5 {
    color: #2a2623;
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.1px;
}

h6,
.core-styles h6,
.contentRender_name_plugins_core_textbox h6 {
    color: #2a2623;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.1px;
}

p, table tr th, table tr td,
.core-styles p,
.contentRender_name_plugins_core_textbox p {
    color: #000000;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 28px;
    text-rendering: optimizeLegibility;
}
a{
    color: #005e96;
}
.core-styles a,
.contentRender_name_plugins_core_textbox a {
    color: #e71d1d;
    font-weight: bold;
}

.core-styles a:hover,
.contentRender_name_plugins_core_textbox a:hover {
    color: #005e96;
}
.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;
}

.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 !important;
	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) {
    h1,
    .core-styles h1,
    .contentRender_name_plugins_core_textbox h1 {
        font-size: calc(30px + (60 - 30) * ((100vw - 640px) / (1024 - 640)));
        line-height: 1.4;
    }

    h2,
    .core-styles h2,
    .contentRender_name_plugins_core_textbox h2 {
        font-size: calc(24px + (45 - 24) * ((100vw - 640px) / (1024 - 640)));
    }

    h3,
    .core-styles h3,
    .contentRender_name_plugins_core_textbox h3 {
        font-size: calc(22px + (34 - 22) * ((100vw - 640px) / (1024 - 640)));
    }

    h4,
    .core-styles h4,
    .contentRender_name_plugins_core_textbox h4 {
        font-size: calc(20px + (24 - 20) * ((100vw - 640px) / (1024 - 640)));
    }

    h5,
    .core-styles h5,
    .contentRender_name_plugins_core_textbox h5 {
        font-size: calc(18px + (21 - 18) * ((100vw - 640px) / (1024 - 640)));
    }

    h6,
    .core-styles h6,
    .contentRender_name_plugins_core_textbox h6 {
        font-size: calc(16px + (20 - 16) * ((100vw - 640px) / (1024 - 640)));
    }

    .sitemap > ul {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }

}


@media (min-width: 64.063em) {
    h1,
    .core-styles h1,
    .contentRender_name_plugins_core_textbox h1 {
        font-size: 60px;
        line-height: 70px;
    }

    h2,
    .core-styles h2,
    .contentRender_name_plugins_core_textbox h2 {
        font-size: 45px;
    }

    h3,
    .core-styles h3,
    .contentRender_name_plugins_core_textbox h3 {
        font-size: 34px;
        line-height: 40px;
    }

    h4,
    .core-styles h4,
    .contentRender_name_plugins_core_textbox h4 {
        font-size: 24px;
        line-height: 30px;
    }

    h5,
    .core-styles h5,
    .contentRender_name_plugins_core_textbox h5 {
        font-size: 21px;
        line-height: 28px;
    }

    h6,
    .core-styles h6,
    .contentRender_name_plugins_core_textbox h6 {
        font-size: 20px;
        line-height: 24px;
    }

    p, table tr th, table tr td,
    .core-styles p,
    .contentRender_name_plugins_core_textbox p {
        font-size: 18px;
        line-height: 36px;
    }

    .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;
    }
}


/************************************/
/**Custom Button with Theme Support**/
/************************************/
.button-cont { display: flex; }
.button-cont a.custom-btn {
    width: auto;
    margin: 0;
    font-weight: 800;
    border-radius: 45px;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0.66px;
    color: white;
    margin-bottom: 20px;
    padding: 25px 30px;
    text-align: center;
    position: relative;
    background-color: #00436e;

    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}
.button-cont a.custom-btn.full-width {
    width: 100%;
}
/*DEFAULT BUTTON COLOR IS BLue*/
.button-cont a.custom-btn:hover {
    background-color: #02315c;

    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}

.button-cont.gray a.custom-btn { background-color: #8e8f8c;}
.button-cont.blue a.custom-btn { background-color: #00436e;}


.button-cont.gray a.custom-btn:hover { background-color: #7a7b78;}
.button-cont.blue a.custom-btn:hover { background-color: #02315c;}

.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;
}


