/* CSS Document */

.color-washed_black {
    color: #212529 !important;
}

.color-shojohi_red {
    color: #e13025 !important;
}

.bgcolor-shojohi_red {
    background-color: #e13025 !important;
}

.color-bleached_silk {
    color: #f3f3f3 !important;
}

.bgcolor-bleached_silk {
    background-color: #f3f3f3 !important;
}

@font-face {
    font-family: 'ColgateReady-Regular';
    src: url('../fonts/ColgateReady-Regular.woff2') format('woff2'),
    url('../fonts/ColgateReady-Regular.woff') format('woff'),
    url('../fonts/ColgateReady-Regular.otf') format('opentype');
}

@font-face {
    font-family: 'ColgateReady-Italic';
    src: url('../fonts/ColgateReady-Italic.woff2') format('woff2'),
    url('../fonts/ColgateReady-Italic.woff') format('woff'),
    url('../fonts/ColgateReady-Italic.otf') format('opentype');
}

@font-face {
    font-family: 'ColgateReady-Light';
    src: url('../fonts/ColgateReady-Light.woff2') format('woff2'),
    url('../fonts/ColgateReady-Light.woff') format('woff'),
    url('../fonts/ColgateReady-Light.otf') format('opentype');
}

@font-face {
    font-family: 'ColgateReady-LightItalic';
    src: url('../fonts/ColgateReady-LightItalic.woff2') format('woff2'),
    url('../fonts/ColgateReady-LightItalic.woff') format('woff'),
    url('../fonts/ColgateReady-LightItalic.otf') format('opentype');
}

@font-face {
    font-family: 'ColgateReady-Bold';
    src: url('../fonts/ColgateReady-Bold.woff2') format('woff2'),
    url('../fonts/ColgateReady-Bold.woff') format('woff'),
    url('../fonts/ColgateReady-Bold.otf') format('opentype');
}

@font-face {
    font-family: 'ColgateReady-BoldItalic';
    src: url('../fonts/ColgateReady-BoldItalic.woff2') format('woff2'),
    url('../fonts/ColgateReady-BoldItalic.woff') format('woff'),
    url('../fonts/ColgateReady-BoldItalic.otf') format('opentype');
}

.colgateready__regular { font-family: 'ColgateReady-Regular', sans-serif; }
.colgateready__italic { font-family: 'ColgateReady-Italic', sans-serif; }
.colgateready__light { font-family: 'ColgateReady-Light', sans-serif; }
.colgateready__light_italic { font-family: 'ColgateReady-LightItalic', sans-serif; }
.colgateready__bold { font-family: 'ColgateReady-Bold', sans-serif; }
.colgateready__bold_italic { font-family: 'ColgateReady-BoldItalic', sans-serif; }


body
{
    font-family: 'ColgateReady-Regular', sans-serif;
    font-size: 120% !important;
    font-style: normal;
    font-weight: normal;
    color: #212529;
}

a {
    /*color: #e13025;*/
    color: #212529;
    text-decoration: underline;
}

.btn-cstm
{
    padding: 0.8rem 1.2rem;
    font-family: 'ColgateReady-Bold', sans-serif;
    font-weight: 600;
    font-size: 1.2rem;
    line-height: normal !important;
    white-space: nowrap;
    -webkit-border-radius: 2rem 0 2rem 2rem;
    -moz-border-radius: 2rem 0 2rem 2rem;
    border-radius: 2rem 0 2rem 2rem;

    background-color: #e13025;
    border-color: #e13025;
    color: #ffffff;
}

.btn-cstm:hover
{
    background-color: #ca2b21;
    border-color: #ca2b21;
    color: #ffffff;
}

/*FORM*/
/*
.form-container form .row .info-field {
    width: 100% !important;
    box-sizing: border-box;
    padding: 0.5em 2em;
}
*/

.field-container {
    position: relative;
    box-sizing: border-box;
    margin: 1.2em 0 0 0;
    padding: 0.6em 0 0;
}

.field-container .field-caption {
    position: absolute;
    top: 0;
    left: 2em;
    padding: 0 0.5em;
    background-color: #e6e6e6;
    font-size: 0.9em;
    color: #595655;
}

.field-container input.bordered-rounded,
.field-container select.bordered-rounded
{
    width: 100% !important;
    min-width: 100% !important;
    min-height: 100% !important;
    height: 3.5em;
    border: 1px solid #adb5bd;
    border-radius: 2em;
    box-sizing: border-box;
    padding: 1em 2em;
    font-size: 1em;
    background: #fff !important;
}

.field-container p.bordered-rounded
{
    width: 100% !important;
    min-width: 100% !important;
    min-height: 100% !important;
    height: 3.5em;
    border: 1px solid #adb5bd;
    border-radius: 2em;
    box-sizing: border-box;
    padding: 1em 2em;
    font-size: 1em;
    background: #ededed !important;
}

/* bootstrap overrides */

.form-control:focus,
.form-select:focus
{
    border-color: #f44336 !important;
    box-shadow: 0 0 0 0.25rem rgba(244, 67, 54, 0.3) !important;
}

.form-check-input:checked {
    background-color: #e13025;
    border-color: #e13025;
}

.form-check-input:focus {
    box-shadow: 0 0 0 0.25rem rgba(225, 48, 37, 0.25);
}

.btn-primary {
    background-color: #e13025 !important;
    border-color: #e13025 !important;
}

.btn-primary:hover {
    background-color: darken(#e13025, 10%) !important;
    border-color: darken(#e13025, 10%) !important;
}

.accordion-button:focus
{
    border-color: #f44336 !important;
    box-shadow: 0 0 0 0.25rem rgba(244, 67, 54, 0.3) !important;
}

.accordion-button:not(.collapsed)
{
    background-color: rgba(244, 67, 54, 0.1) !important;
    color: #f44336 !important;
}