/* h tags CSS */
h1 {
    font-size: 46px;
    margin-bottom: 27px;
}
h2 {
    font-size: 36px;
    margin-bottom: 22px;
}
h3 {
    font-size: 30px;
    margin-bottom: 10px;
}
h4 {
    font-size: 26px;
    margin-bottom: 10px;
}
h5 {
    font-size: 23px;
    margin-bottom: 10px;
}
h6 {
    font-size: 19px;
    margin-bottom: 10px;
}
@media (max-width: 1018px) {
    h1 {
        font-size: 34px;
    }
    h2 {
        font-size: 29px;
        margin-bottom: 15px;
    }
    h3 {
        font-size: 25px;
        margin-bottom: 13px;
    }
    h4 {
        font-size: 22px;
        margin-bottom: 11px;
    }
    h5 {
        font-size: 20px;
    }
    h6 {
        font-size: 18px;
        margin-bottom: 8px;
    }
}

/* Forms Css */
input[type=text], input[type=url], input[type=tel], input[type=email] {
    font-size: 12px;
    line-height: 21px;
    color: #444;
    border: 1px solid #e1e1e1;
    width: 100%;
    max-width: 100%;
    height: 34px;
    padding: 3px 9px;
}
input[type=submit] {
    font-size: 13px;
    background-color: #222;
    border-radius: 0;
    color: #fff;
    border: none;
    padding: 8px 15px;
    font-weight: 600;
    -webkit-transition: background-color .4s;
    transition: background-color .4s;
    -webkit-appearance: button;
    cursor: pointer;
}
input[type=submit]:hover {
    background-color: #8224e3;
}
input[type=text]:active, input[type=url]:active, input[type=tel]:active, input[type=email]:active, input[type=text]:focus, input[type=url]:focus, input[type=tel]:focus, input[type=email]:focus {
    border-color: #b0b0b0 !important;
}
textarea {
    font-size: 12px;
    line-height: 21px;
    color: #444;
    border: 1px solid #e1e1e1;
    width: 100%;
    max-width: 100%;
    height: 168px;
    min-height: 168px;
    padding: 6px 9px;
}
textarea:focus, input:focus, input[type]:focus {
    outline: 0 none;
}
textarea:active, textarea:focus {
    border-color: #b0b0b0 !important;
}
textarea {
    overflow: auto;
}

/* Start CSS of table + list */
#table_acc li, #table_acc ul, #table_acc ul li{
    list-style: outside none none !important;
    font-size: 14px;
}
#table_acc ol {
    counter-reset: item;
    margin-top: 0;
}
#table_acc li {
    display: block;
}
#table_acc li:before {
    content: counters(item, ".")". ";
    counter-increment: item;
    font-weight: bold;
}
.tagdiv-type ul, .tagdiv-type ol {
    margin-bottom: 35px;
}
.tagdiv-type ul li:not(.blocks-gallery-item), .tagdiv-type ol li:not(.blocks-gallery-item) {
    line-height: inherit;
    margin-bottom: 8px;
}
.td-page-content li {
    font-size: 18px;
    line-height: 32px;
    font-weight: 400;
}
ol.head ol{
 margin-bottom: 0;
}
ol.head a{
 font-size:16px;
}
ol.head ol a{
 font-size:14px;
}
.ol_table {
  list-style: none; 
  counter-reset: li;
}
.ol_table li {
  text-indent: -25px;
  margin-left: 25px;
}
.ol_table li ol li, .ol_table li ol li ol li {
  margin-left: 21px;
}
.ol_table li:before {
  counter-increment: li; 
  content: counters(li,".") ". ";
  text-align: right;
  padding-right: 5px;
  font-weight: bold;
}
.ol_content {
  padding-left: 25px;
  counter-reset: li;
}
.ol_content li {
    margin-bottom: 10px;
    list-style: none;
    text-indent: 0;
    margin-left: 0;
}
.ol_content li:before {
  counter-increment: li; 
  content: counters(li,".") ". ";
  font-weight: bold;
}
.ol_content li:first-child {
  margin-bottom: 10px; 
  margin-top: 10px;
}
.ul_content {
  padding-left: 40px;
}
.ul_content li {
  margin-bottom: 10px;
}
.ul_content li:first-child {
  margin-bottom: 10px;
}
.td-page-content ul {
    list-style-type: disc;
}
.td-page-content ul li, .td-page-content ol li {
    margin-left: 21px;
}
.conspros ul {
    margin-block-start: 15px;
    margin-block-end: 15px;
    padding-left: 35px;
}

/* Iframe youtube css */
.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}
.embed-responsive-16by9 {
    padding-bottom: 56.25%;
    margin-bottom: 26px;
}
.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/*  ----------------------------------------------------------------------------
    container
*/
.td-page-template-default .td-main-content-wrap .td-container{
    width: 700px;
    margin-right: auto;
    margin-left: auto;
}
@media (max-width: 767px) {
    .td-page-template-default .td-main-content-wrap .td-container {
        width: 100%;
    }
}
@media (min-width: 768px) {
    .td_stretch_content .td-container {
        width: 100%!important;
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (max-width: 768px) {
    .td_stretch_content .td-container {
        max-width: 100%;
    }
}

/*  ----------------------------------------------------------------------------
    Page title
*/
.td-page-template-default {
    background-color: #fff;
}
.td-page-template-default .td-page-header .entry-title {
    padding-bottom: 7px;
    margin: 0 0 8px;
}
@media (max-width: 767px) {
    .td-page-template-default .td-page-header .entry-title {
        padding-top: 3px;
        padding-bottom: 2px;
    }
}

/*  ----------------------------------------------------------------------------
    Default Page Template
*/
.tagdiv-type p {
    margin-top: 0;
    margin-bottom: 15px;
}
.td-page-content p:empty {
    display: none;
}
.td-page-content {
    padding-bottom: 16px;
}
.td-page-content p, .td-page-content {
    font-size: 18px;
    line-height: 32px;
    font-weight: normal;
}
.td-page-content p {
    word-wrap: break-word;
}
.td-page-content a {
    color: #8224e3;
}
.td-page-content a:hover {
    text-decoration: underline;
}
.td-page-content img {
    display: block;
}
.td-page-content table {
    margin-bottom: 21px;
}
.td-page-content .fb-video {
    margin-bottom: 26px;
}
.td-page-content #fb-root + p {
    margin: 0;
}
.td-page-template-default {
    max-width: 700px;
}
@media (max-width: 1018px) {
    .td-page-template-default .td-page-header .entry-title {
        font-size: 34px;
        line-height: normal;
        margin-bottom: 15px;
    }
}
.td-page-template-default .wpb_video_wrapper {
    margin-bottom: 26px;
}
.td-page-template-default .wpb_video_wrapper .fb-video {
    margin-bottom: 0;
}
.td-page-template-default .wpb_video_wrapper iframe {
    display: block;
}
.td-page-template-default .wpb_video_wrapper .twitter-video {
    max-width: none !important;
}
.td-page-template-default .wpb_video_wrapper video {
    max-width: 100%;
}

.td-pb-span12 .alignwide {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 1400px;
    max-width: 100vw;
}
.td-pb-span12 .alignwide img,
.td-pb-span12 .alignwide video,
.td-pb-span12 .alignwide.wp-block-embed iframe {
    padding: 0 calc((100% - 100vw) / 2);
}
.td-pb-span12 .alignwide.wp-block-video video {
    width: 100%;
}
.td-pb-span12 .alignwide.wp-block-embed iframe {
    width: 100%;
}
.td-pb-span12 .alignfull {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw !important;
    max-width: none !important;
    margin-left: 0;
    margin-right: 0;
}
.td-pb-span12 .alignfull.wp-block-columns {
    padding-left: 8px;
    padding-right: 8px;
}
.td-pb-span12 .alignfull.wp-block-embed iframe {
    width: 100%;
}
.tdc-column:not(.td-pb-span12) .alignwide {
    width: 100% !important;
    margin-left: 0 !important;
}
.tdc-column:not(.td-pb-span12) .alignfull.wp-block-pullquote blockquote {
    margin-left: 0;
    margin-right: 0;
}
.wp-block-media-text {
    margin-bottom: 26px;
}

/* simple table shortcode start*/
.table_wrapper {
    max-width: 100%;
    overflow: auto;
    margin-bottom: 40px;
}
.table_wrapper table {
	width: 100%;
    min-width: 500px;
    font-size: 15px;
    border-top: 1px solid #e7ebf1;
    border-right: 1px solid #e7ebf1;
    margin-bottom: 0;
    border-collapse: collapse;
}
.table_wrapper table tr td {
    border-bottom: 1px solid #e7ebf1;
    padding: 5px;
    border-left: 1px solid #e7ebf1;
    background: #fff;
}
.table_wrapper table tr td:first-child {
    width: 115px;
}
.table_wrapper table tr:nth-child(odd) td {
    background: #f5faff;
}
.table_wrapper table tr:first-child td {
    background: #337ec2;
    font-weight: 700;
    font-family: Arial;
    color: #fff;
    border-left: none;
    border-right: none;
	width: 100px;
}
.table_wrapper table tr:first-child td:first-child {
    border-left: 1px solid #e7ebf1;
	width: 135px;
}
.table_wrapper table tr:first-child td:nth-child(2), .table_wrapper table tr:first-child td:nth-child(3) {
	width: 90px;
}
.table_wrapper table tr:first-child td:last-child {
    border-right: 1px solid #e7ebf1;
}
/* simple table shortcode end*/

/* note */
.sc_note {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.88;
    background: #F0F0F0;
    padding: 20px 30px;
    margin-bottom: 25px;
    margin-top: 25px;
    border-radius: 6px;
    color: #222222;
    position: relative;
}
.sc_note_orange-full {
    margin-top: 25px;
    font-weight: 600;
    font-size: 17px;
    line-height: 27px;
    color: #E15318;
    background: #FCEFEA;
    padding: 21px 25px 27px;
    margin-bottom: 25px;
    border-radius: 6px;
}
.sc_color-text ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.sc_color-orange {
    color: #E15318;
}
.sc_bkg-orange {
    background: rgba(221, 91, 37, 0.25);
}
.sc_color_border {
    border-width: 2px;
    border-style: solid;
}
.sc_color_border-orange {
    border-color: #E15318;
}
.sc_color_border_left::before {
    content: '';
    display: block;
    border-radius: 6px;
    position: absolute;
    height: 100%;
    left: 0px;
    z-index: 999;
    top: 0;
}
.sc_color_border_left-orange::before {
    border-left: 4px solid #DD5B25;
}
.sc_color_border_left-black::before {
    border-left: 4px solid #111111;
}

/* Breadcrumbs Css */
.td-crumb-container {
    padding: 11px 20px 3px 0;
    overflow: auto;
    white-space: nowrap;
    scrollbar-width: none;
}
.td-crumb-container::-webkit-scrollbar {
    display: none;
    width: 0;
}
@media (max-width: 767px) {
    .td-crumb-container {
        padding: 11px 15px 8px 0;
    }
}
.entry-crumbs {
    font-size: 12px;
    color: #c3c3c3;
    line-height: 18px;
    padding-top: 1px;
    padding-bottom: 2px;
}
.entry-crumbs a {
    color: #c3c3c3;
}
.entry-crumbs a:hover {
    color: #000;
}
.entry-crumbs .td-bread-sep {
    margin: 0 5px;
}
.td-crumb-container .entry-crumbs .td-icon-right {
    display: inline-block;
    height: 9px;
    background-image: url(../images/icons/carret-right-gray.svg);
    width: 6px;
}
/* Breadcrumbs css end*/

.border-grey, .border-gray, .border_gray, .border_grey {
    border: 1px solid #dedede;
}
.twitter-tweet {
    margin: 10px auto;
}

.td-page-template-default h1 > a, .td-page-template-default h2 > a, .td-page-template-default h3 > a, .td-page-template-default h4 > a, .td-page-template-default h5 > a, .td-page-template-default h6 > a {
    color: #8224e3;
}
.td-page-content h1 > a, .td-page-content h2 > a, .td-page-content h3 > a, .td-page-content h4 > a, .td-page-content h5 > a, .td-page-content h6 > a {
    color: #8224e3;
}