
blockquote{
    overflow: auto;
}
body{
    margin: 0;
    padding: 0;
}
.radio,
.checkbox{
    min-width: 130px;
}
.radio label,
.checkbox label{
    min-height: 20px;
    padding-left: 0;
    margin-right: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
}
.orange{
    color:#E57100;
}
.light-cyan{
    color:#BBE8FB;
}
.cyan{
    color:#009AD2;
}
.dark-cyan{
    color:#077DBA;
}
.light-grey{
    color:#D1D3D4;
}
.grey{
    color:#636363;
}
.dark-grey{
    color:#3F4553;
}

.bg-light-cyan{
    background:#BBE8FB;
}

#cke_1_top,
.cke_bottom{
    background: #DDF3FD !important;
    border-color: #DDF3FD !important;
}
a.cke_button_off:hover,
a.cke_button_off:focus,
a.cke_button_off:active{
    background: #fff !important;
    border: 1px #fff solid !important;
}
.form-type-vertical-tabs{
    margin-top: 35px;
}
.flex-parent{
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.flex-child{
    margin-bottom: 20px;
    margin-top: 20px;
}
.flex-child-3col {
    min-height: 1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.cke_chrome{
    border-color: #DDF3FD !important;
}
.cke_toolgroup a.cke_button:last-child:after,
.cke_toolgroup a.cke_button.cke_button_disabled:hover:last-child:after{
    border-right-color: #333 !important;
}
a.cke_path_item:hover,
a.cke_path_item:focus,
a.cke_path_item:active{
    background-color: #fff !important;
}

/* ************************************************************** */
/* **************** RESET BOOTSTRAP ELEMENTS **********************/
/* ************************************************************** */
.navbar{
    border: none;
}

/* ************************************************************** */
/* ********************** RESPONSIVE DESIGN ***********************/
/* ************************************************************** */



/* @media screen and (max-width: 767px) {

    a{
        font-size: 12px;
    }
    h1,
    h1 a{
        font-size: 26px;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    h2,
    h2 a{
        font-size: 22px;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    h3,
    h3 a{
        font-size: 20px;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    h4,
    h4 a{
        font-size: 18px;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    h5,
    h5 a{
        font-size: 16px;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .table-responsive {
        border: none;
    }
} */
