 /* Normalize style */
 html {
     font-family: sans-serif;
     line-height: 1.15;
     -ms-text-size-adjust: 100%;
     -webkit-text-size-adjust: 100%
 }

 body {
     margin: 0;
 }

 main {
     display: block;
 }

 h1 {
     font-size: 2em;
     margin: 0.67em 0;
 }

 hr {
     box-sizing: content-box;
     height: 0;
     overflow: visible;
 }

 pre {
     font-family: monospace, monospace;
     font-size: 1em;
 }

 a {
     background-color: transparent;
     text-decoration: none;
 }

 abbr[title] {
     border-bottom: none;
     text-decoration: underline;
     -webkit-text-decoration: underline dotted;
     text-decoration: underline dotted;
 }

 b,
 strong {
     font-weight: bolder;
 }

 code,
 kbd,
 samp {
     font-family: monospace, monospace;
     font-size: 1em;
 }

 small {
     font-size: 80%;
 }

 sub,
 sup {
     font-size: 75%;
     line-height: 0;
     position: relative;
     vertical-align: baseline;
 }

 sub {
     bottom: -0.25em;
 }

 sup {
     top: -0.5em;
 }

 img {
     border-style: none;
 }

 button,
 input,
 optgroup,
 select,
 textarea {
     font-family: inherit;
     font-size: 100%;
     line-height: 1.15;
     margin: 0;
 }

 button,
 input {
     overflow: visible;
 }

 button,
 select {
     text-transform: none;
 }

 button,
 [type="button"],
 [type="reset"],
 [type="submit"] {
     -webkit-appearance: button;
 }

 button::-moz-focus-inner,
 [type="button"]::-moz-focus-inner,
 [type="reset"]::-moz-focus-inner,
 [type="submit"]::-moz-focus-inner {
     border-style: none;
     padding: 0;
 }

 button:-moz-focusring,
 [type="button"]:-moz-focusring,
 [type="reset"]:-moz-focusring,
 [type="submit"]:-moz-focusring {
     outline: 1px dotted ButtonText;
 }

 fieldset {
     padding: 0.35em 0.75em 0.625em;
 }

 legend {
     box-sizing: border-box;
     color: inherit;
     display: table;
     max-width: 100%;
     padding: 0;
     white-space: normal;
 }

 progress {
     vertical-align: baseline;
 }

 textarea {
     overflow: auto;
 }

 [type="checkbox"],
 [type="radio"] {
     box-sizing: border-box;
     /* 1 */
     padding: 0;
     /* 2 */
 }

 [type="number"]::-webkit-inner-spin-button,
 [type="number"]::-webkit-outer-spin-button {
     height: auto;
 }

 [type="search"] {
     -webkit-appearance: textfield;
     /* 1 */
     outline-offset: -2px;
     /* 2 */
 }

 [type="search"]::-webkit-search-decoration {
     -webkit-appearance: none;
 }

 ::-webkit-file-upload-button {
     -webkit-appearance: button;
     /* 1 */
     font: inherit;
     /* 2 */
 }

 details {
     display: block;
 }

 summary {
     display: list-item;
 }

 template {
     display: none;
 }

 [hidden] {
     display: none;
 }

 /* General styles */

 *,
 *::before,
 *::after {
     -webkit-box-sizing: border-box;
     box-sizing: border-box;
     outline: 0;
 }

 body {
     font-family: 'Montserrat', sans-serif;
     font-size: 16px;
     margin: 0;
     padding: 0;
     font-weight: 400;
     color: #747474;
     line-height: 1.2;
 }

 h1,
 h2,
 h3,
 h4,
 h5,
 h6,
 p {
     margin: 0;
 }

 .font-weight-600 {
     font-weight: 600;
 }

 .text-uppercase {
     text-transform: uppercase;
 }

 .text-truncate {
     overflow: hidden;
     text-overflow: ellipsis;
     white-space: nowrap;
 }

 .d-block {
     display: block;
 }

 .d-inline-block {
     display: inline-block;
 }

 .color1 {
     color: #82b440;
 }

 .color2 {
     color: #747474;
 }

 .position-relative {
     position: relative;
 }

 .position-absolute {
     position: absolute;
 }

 .clear {
     clear: both;
     overflow: hidden;
 }

 .rounded-circle {
     border-radius: 50%;
 }

 .mtb-20 {
     margin-top: 20px;
     margin-bottom: 20px;
 }

 .m-t-20 {
     margin-top: 20px;
 }

 .m-t-30 {
     margin-top: 30px;
 }

 .m-b-10 {
     margin-bottom: 10px;
 }

 .m-b-20 {
     margin-bottom: 20px;
 }

 .m-b-30 {
     margin-bottom: 30px;
 }

 .m-b-50 {
     margin-bottom: 50px;
 }

 .m-t-50 {
     margin-top: 50px;
 }

 .p-l-20 {
     padding-left: 20px;
 }

 .container {
     max-width: 1140px;
     padding-right: 15px;
     padding-left: 15px;
     margin-right: auto;
     margin-left: auto;
 }

 .row {
     display: -ms-flexbox;
     display: flex;
     -ms-flex: 1 0 100%;
     flex: 1 0 100%;
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
     margin-right: -15px;
     margin-left: -15px;
 }

 .col-12 {
     -ms-flex: 0 0 100%;
     flex: 0 0 100%;
     max-width: 100%;
 }

 .col-11 {
     -ms-flex: 0 0 91.666667%;
     flex: 0 0 91.666667%;
     max-width: 91.666667%;
 }

 .col-10 {
     -ms-flex: 0 0 83.333333%;
     flex: 0 0 83.333333%;
     max-width: 83.333333%;
 }

 .col-9 {
     -ms-flex: 0 0 75%;
     flex: 0 0 75%;
     max-width: 75%;
 }

 .col-8 {
     -ms-flex: 0 0 66.666667%;
     flex: 0 0 66.666667%;
     max-width: 66.666667%;
 }

 .col-7 {
     -ms-flex: 0 0 58.333333%;
     flex: 0 0 58.333333%;
     max-width: 58.333333%;
 }

 .col-6 {
     -ms-flex: 0 0 50%;
     flex: 0 0 50%;
     max-width: 50%;
 }

 .col-5 {
     -ms-flex: 0 0 41.666667%;
     flex: 0 0 41.666667%;
     max-width: 41.666667%;
 }

 .col-4 {
     -ms-flex: 0 0 33.333333%;
     flex: 0 0 33.333333%;
     max-width: 33.333333%;
 }

 .col-3 {
     -ms-flex: 0 0 25%;
     flex: 0 0 25%;
     max-width: 25%;
 }

 .col-2 {
     -ms-flex: 0 0 16.666667%;
     flex: 0 0 16.666667%;
     max-width: 16.666667%;
 }

 .col-1 {
     -ms-flex: 0 0 8.333333%;
     flex: 0 0 8.333333%;
     max-width: 8.333333%;
 }

 [class*="col-"] {
     position: relative;
     width: 100%;
     padding-right: 15px;
     padding-left: 15px;
 }

 /* Page Styles */


 .breadcrumb {
     display: -ms-flexbox;
     display: flex;
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
     padding: 10px 0;
     margin-bottom: 15px;
     list-style: none;
     background-color: #ffffff;
 }

 .breadcrumb .breadcrumb-item {
     float: left;
     padding-left: 0px;
 }

 .breadcrumb-item+.breadcrumb-item::before {
     padding: 0 5px;
     color: #515050;
     content: "˃";
     font-size: 12px;
     font-weight: bold;
 }

 .breadcrumb a {
     color: #7b7d82;
     font-size: 14px;
 }

 .breadcrumb a:hover {
     color: #4CAF50;
 }

 .breadcrumb>.breadcrumb-item.active {
     margin-left: 5px;
     margin-right: 5px;
     font-size: 14px;
     width: 50%;
     text-align: left;
 }

 h1 {
     font-size: 30px;
 }

 .blog-tile ul {
     padding: 0;
     list-style-type: none;
     margin-top: 0;
     margin-bottom: 15px;
 }

 .blog-tile ul li {
     display: inline-block;
     font-size: 14px;
     padding-right: 10px;
     border-right: 1px solid #ccc;
     padding-left: 10px;
 }

 .blog-tile ul li:first-child {
     padding-left: 0;
 }

 .blog-tile ul li:last-child {
     border-right: 0;
 }

 .blog-tile p {
     margin-top: 10px;
     line-height: 160%;
 }

 .blog-tile img {
     border-radius: 5px;
     height: auto;
     max-width: 100%;
 }

 .blog-tile .blog-cnt h1,
 .blog-tile .blog-cnt h2 {
     font-size: 20px;
     margin-bottom: 10px;
     margin-top: 10px;
     font-weight: 400;
 }

 .blog-tile .blog-cnt ol li,
 .blog-tile .blog-cnt ul li {
     line-height: 160%;
 }

 .blog-tile .blog-cnt p b,
 .blog-tile .blog-cnt p strong {
     font-weight: bolder;
     font-size: 14px;
 }

 .recenttag-sec.sticky {
     position: -webkit-sticky;
     position: sticky;
     top: 80px;
     padding: 10px;
 }


 .frequent-topics .widget-box {
     padding: 15px 10px;
     border-radius: 2px;
     border: 0;
     -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
     -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
     -ms-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
     -o-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
     box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
     position: relative;
     overflow: hidden;
 }

 .frequent-topics .col-md-6:nth-last-child(1) a,
 .frequent-topics .col-md-6:nth-last-child(2) a {
     margin-bottom: 0;
 }

 .suggested-articles .widget-box ul {
     padding: 0;
     border-radius: 2px;
     border: 0;
     -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
     -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
     -ms-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
     -o-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
     box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
     position: relative;
     overflow: hidden;
 }

 .suggested-articles .widget-box ul li {
     list-style-type: none;
     background-color: #fff;
     margin: 0;
     padding: 0;
     min-height: 68px;
     line-height: 150%;
     height: inherit;
     border-bottom: 1px solid #e0e0e0;
     position: relative;
 }

 .suggested-articles .widget-box ul li:hover {
     background-color: #eeeeee;
 }

 .suggested-articles .widget-box ul li a {
     color: #424242;
 }

 .suggested-articles .widget-box ul li a:hover {
     color: #212121;
 }

 .suggested-articles .widget-box ul li a .row {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     -webkit-box-pack: center;
     -ms-flex-pack: center;
     justify-content: center;
     padding: 10px;
 }

 .suggested-articles .widget-box ul li img {
     width: 40px;
     height: 40px;
     vertical-align: middle;
 }

 .practice-tags .row {
     margin-left: 0px;
     margin-right: 0px;
 }

 .practice-tags .col-6,
 .practice-tags .col-2 {
     padding-left: 5px;
     padding-right: 5px;
 }

 .practice-tags a {
     border: 1px solid #9a9a9a;
     border-radius: 5px;
     text-align: center;
     height: 40px;
     align-items: center;
     justify-content: center;
     padding: 0 10px;
     line-height: 40px;
 }

 .practice-tags a:hover {
     border: 1px solid #234d94;
     color: #ffffff;
     background: #234d94;
 }

 /* Responsive Styles */


 @media screen and (max-width: 767px) {
     .col-100p {
         -ms-flex: 0 0 100%;
         flex: 0 0 100%;
         max-width: 100%;
     }

     .recenttag-sec.sticky {
         padding: 0;
     }
 }

 @media screen and (max-width: 526px) {
     .colsm-100p {
         -ms-flex: 0 0 100%;
         flex: 0 0 100%;
         max-width: 100%;
     }
 }