BODY {margin: 0px; font-family: 'Poppins', sans-serif; color: #424242; font-size: 14px; }
A {color: inherit; text-decoration: none;}
P {line-height: 1.4; margin: 0px;}
ul {padding: 0; margin: 0; list-style: none;}
ul li {padding: 0; margin: 0; list-style: none;}
INPUT, TEXTAREA, SELECT {padding: 0px; margin: 0px; border: 1px #ccc solid; border-radius: 2px; -webkit-border-radius: 2px; -moz-border-radius: 2px; font-family: inherit; font-size: inherit; color: inherit; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;}
INPUT:FOCUS, TEXTAREA:FOCUS, SELECT:FOCUS {box-shadow: inset 0 0 4px rgba(0,0,0,0.15);}
INPUT[type=submit] {cursor: pointer;}
INPUT[type=checkbox] {cursor: pointer;}
HR {width: 100%; height: 1px; border: 0px; margin: 30px 0px; float: left; background-color: #e8e8e8;}

.box {box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;}
.hidden {display: none;}
.line {width: 100%; float: left;}
.flexbox {display: -webkit-flex; display: -webkit-box; display: -moz-flex; display: -moz-box; display: -ms-flexbox; display: flex;}
.mainFrame {width: 1200px; margin: 0px auto;}

/* TinyMCE */
.tinymceCont {width: 100%; padding: 0px 0px 15px 0px;}
.tinymceCont H1 {font-size: 28px; margin: 20px 0px 10px 0px; font-weight: 400;}
.tinymceCont H2 {font-size: 26px; margin: 20px 0px 10px 0px; font-weight: 400;}
.tinymceCont H3 {font-size: 24px; margin: 20px 0px 10px 0px; font-weight: 400;}
.tinymceCont H4 {font-size: 22px; margin: 20px 0px 10px 0px; font-weight: 400;}
.tinymceCont H5 {font-size: 20px; margin: 20px 0px 10px 0px; font-weight: 400;}
.tinymceCont H6 {font-size: 18px; margin: 20px 0px 10px 0px; font-weight: 400;}
.tinymceCont P {font-size: 14px; margin: 10px 0px 10px 0px; line-height: 1.5; font-weight: 300;}
.tinymceCont UL {font-size: 14px; line-height: 1.5; font-weight: 300;}
.tinymceCont ul li {display: -webkit-flex; display: -webkit-box; display: -moz-flex; display: -moz-box; display: -ms-flexbox; display: flex;}
.tinymceCont ul li:before {content: ''; flex: 0 0 8px; width: 8px; height: 8px; margin-right: 7px; margin-top: 7px; border-radius: 50%; background-color: #424242;}
.tinymceCont A {text-decoration: underline;}

.mt-0 {margin-top: 0px !important;}
.mt-10 {margin-top: 10px !important;}