﻿* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}

audio, canvas, video {
    display: inline-block;
    vertical-align: baseline;
}

    audio:not([controls]) {
        display: none;
        height: 0;
    }

[hidden], template {
    display: none;
}

a {
    -webkit-tap-highlight-color: transparent;
    background-color: transparent;
}

    a:active, a:hover {
        outline: 0;
    }

abbr[title] {
    border-bottom: 1px dotted;
}

b, strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

code, kbd, pre, samp {
    font-family: monospace,monospace;
    font-size: 1em;
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button, select {
    text-transform: none;
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
}

    button[disabled], html input[disabled] {
        cursor: default;
    }

    button::-moz-focus-inner, input::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

input[type=checkbox], input[type=radio] {
    padding: 0;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    height: auto;
}

input[type=search] {
    box-sizing: content-box;
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
}

    input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
        -webkit-appearance: none;
    }

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

pre, textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}
/* End extract from normalize.css */
html, body {
    font-family: Verdana,sans-serif;
    font-size: 15px;
    line-height: 1.5;
}

h1, h2, h3, h4, h5, h6, .tm_slim, .tm_wide {
    font-family: "Segoe UI",Arial,sans-serif;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

.tm_serif {
    font-family: "Times New Roman",Times,serif;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
    margin: 10px 0;
}

.tm_wide {
    letter-spacing: 4px;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    font-weight: bold;
}

hr {
    height: 0;
    border: 0;
    border-top: 1px solid #eee;
    margin: 20px 0;
}

img {
    margin-bottom: -5px;
}

a {
    color: inherit;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    display: table;
}

table, th, td {
    border: none;
}

.tm_table-all {
    border: 1px solid #ccc;
}

    .tm_bordered tr, .tm_table-all tr {
        border-bottom: 1px solid #ddd;
    }

.tm_striped tbody tr:nth-child(even) {
    background-color: #f1f1f1;
}

.tm_table-all tr:nth-child(odd) {
    background-color: #B6DDE8;
}

.tm_table-all tr:nth-child(even) {
    background-color: #f1f1f1;
}

.tm_hoverable tbody tr:hover, .tm_ul.tm_hoverable li:hover {
    background-color: #ccc;
}

.tm_centered tr th, .tm_centered tr td {
    text-align: center;
}

.tm_table td, .tm_table th, .tm_table-all td, .tm_table-all th {
    padding: 6px 8px;
    display: table-cell;
    text-align: left;
    vertical-align: top;
}

    .tm_table th:first-child, .tm_table td:first-child, .tm_table-all th:first-child, .tm_table-all td:first-child {
        padding-left: 16px;
    }

.tm_table-all th {
    background-color: #8DB4E3;
    color: white;
}

.tm_btn, .tm_btn-block {
    border: none;
    display: inline-block;
    outline: 0;
    padding: 6px 16px;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none !important;
    color: #fff;
    background-color: #000;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
}

    .tm_btn.tm_disabled, .tm_btn-block.tm_disabled, .tm_btn-floating.tm_disabled, .tm_btn:disabled, .tm_btn-floating:disabled, .tm_btn-floating-large.tm_disabled, .tm_btn-floating-large:disabled {
        cursor: not-allowed;
        opacity: 0.3;
    }

        .tm_btn.tm_disabled *, .tm_btn-block.tm_disabled, .tm_btn-floating.tm_disabled *, .tm_btn:disabled *, .tm_btn-floating:disabled * {
            pointer-events: none;
        }

            .tm_btn.tm_disabled:hover, .tm_btn-block.tm_disabled:hover, .tm_btn:disabled:hover, .tm_btn-floating.tm_disabled:hover, .tm_btn-floating:disabled:hover,
            .tm_btn-floating-large.tm_disabled:hover, .tm_btn-floating-large:disabled:hover {
                box-shadow: none;
            }

    .tm_btn:hover, .tm_btn-block:hover, .tm_btn-floating:hover, .tm_btn-floating-large:hover {
        box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    }

.tm_btn-block {
    width: 100%;
}

.tm_btn, .tm_btn-floating, .tm_btn-floating-large, .tm_closenav, .tm_opennav {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.tm_btn-floating, .tm_btn-floating-large {
    display: inline-block;
    text-align: center;
    color: #fff;
    background-color: #000;
    position: relative;
    overflow: hidden;
    z-index: 1;
    padding: 0;
    border-radius: 50%;
    cursor: pointer;
    font-size: 24px;
}

.tm_btn-floating {
    width: 40px;
    height: 40px;
    line-height: 40px;
}

.tm_btn-floating-large {
    width: 56px;
    height: 56px;
    line-height: 56px;
}

.tm_btn-group .tm_btn {
    float: left;
}

.tm_btn.tm_ripple {
    position: relative;
}

.tm_ripple:after {
    content: "";
    background: #90EE90;
    display: block;
    position: absolute;
    padding-top: 300%;
    padding-left: 350%;
    margin-left: -20px !important;
    margin-top: -120%;
    opacity: 0;
    transition: all 0.8s;
}

.tm_ripple:active:after {
    padding: 0;
    margin: 0;
    opacity: 1;
    transition: 0s;
}

.tm_badge, .tm_tag, .tm_sign {
    background-color: #000;
    color: #fff;
    display: inline-block;
    padding-left: 8px;
    padding-right: 8px;
    font-weight: bold;
    text-align: center;
}

.tm_badge {
    border-radius: 50%;
}

ul.tm_ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

    ul.tm_ul li {
        padding: 6px 2px 6px 16px;
        border-bottom: 1px solid #ddd;
    }

        ul.tm_ul li:last-child {
            border-bottom: none;
        }

.tm_image, .tm_tooltip, .tm_display-container {
    position: relative;
}

    img.tm_image, .tm_image img {
        max-width: 100%;
        height: auto;
    }

    .tm_image .tm_title {
        position: absolute;
        bottom: 8px;
        left: 16px;
        color: #fff;
        font-size: 20px;
    }

.tm_fluid {
    max-width: 100%;
    height: auto;
}

.tm_tooltip .tm_text {
    display: none;
}

.tm_tooltip:hover .tm_text {
    display: inline-block;
}

.tm_navbar {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

    .tm_navbar li {
        float: left;
    }

        .tm_navbar li a {
            display: block;
            padding: 8px 16px;
        }

            .tm_navbar li a:hover {
                color: #000;
                background-color: #ccc;
            }

    .tm_navbar .tm_dropdown-hover, .tm_navbar .tm_dropdown-click {
        position: static;
    }

        .tm_navbar .tm_dropdown-hover:hover, .tm_navbar .tm_dropdown-hover:first-child, .tm_navbar .tm_dropdown-click:hover {
            background-color: #ccc;
            color: #000;
        }

    .tm_navbar a, .tm_topnav a, .tm_sidenav a, .tm_dropnav a, .tm_dropdown-content a, .tm_accordion-content a {
        text-decoration: none !important;
    }

    .tm_navbar .tm_opennav.tm_right {
        float: right !important;
    }

.tm_topnav {
    padding: 8px 8px;
}

    .tm_topnav a {
        padding: 0 8px;
        border-bottom: 3px solid transparent;
    }

        .tm_topnav a:hover {
            border-bottom: 3px solid #fff;
        }

    .tm_topnav .tm_dropdown-hover a {
        border-bottom: 0;
    }

.tm_opennav, .tm_closenav {
    color: inherit;
}

    .tm_opennav:hover, .tm_closenav:hover {
        cursor: pointer;
        opacity: 0.8;
    }

.tm_navbar a, .tm_topnav a, .tm_sidenav a, .tm_dropnav a, .tm_pagination li a, .tm_hoverable tbody tr, .tm_hoverable li, .tm_btn, .tm_btn-floating, .tm_btn-floating-large, .tm_hover-opacity, .tm_hover-shadow, .tm_accordion-content a, .tm_dropdown-content a, .tm_dropdown-click:hover, .tm_dropdown-hover:hover, .tm_opennav, .tm_closenav, .tm_closebtn,
.tm_hover-amber, .tm_hover-aqua, .tm_hover-blue, .tm_hover-light-blue, .tm_hover-brown, .tm_hover-cyan, .tm_hover-blue-grey, .tm_hover-green, .tm_hover-light-green, .tm_hover-indigo, .tm_hover-khaki, .tm_hover-lime, .tm_hover-orange, .tm_hover-deep-orange, .tm_hover-pink,
.tm_hover-purple, .tm_hover-deep-purple, .tm_hover-red, .tm_hover-sand, .tm_hover-teal, .tm_hover-yellow, .tm_hover-white, .tm_hover-black, .tm_hover-grey, .tm_hover-light-grey, .tm_hover-dark-grey, .tm_hover-text-amber, .tm_hover-text-aqua, .tm_hover-text-blue, .tm_hover-text-light-blue,
.tm_hover-text-brown, .tm_hover-text-cyan, .tm_hover-text-blue-grey, .tm_hover-text-green, .tm_hover-text-light-green, .tm_hover-text-indigo, .tm_hover-text-khaki, .tm_hover-text-lime, .tm_hover-text-orange, .tm_hover-text-deep-orange, .tm_hover-text-pink, .tm_hover-text-purple,
.tm_hover-text-deep-purple, .tm_hover-text-red, .tm_hover-text-sand, .tm_hover-text-teal, .tm_hover-text-yellow, .tm_hover-text-white, .tm_hover-text-black, .tm_hover-text-grey, .tm_hover-text-light-grey, .tm_hover-text-dark-grey {
    -webkit-transition: all 0.3s ease,color 0.15s ease;
    transition: all 0.3s ease,color 0.15s ease;
}

.tm_sidenav {
    height: 100%;
    width: 200px;
    background-color: #fff;
    position: fixed !important;
    z-index: 1;
    overflow: auto;
}

    .tm_sidenav a {
        padding: 4px 2px 4px 16px;
    }

        .tm_sidenav a:hover {
            background-color: #ccc;
        }

    .tm_sidenav a, .tm_dropnav a {
        display: block;
    }

    .tm_sidenav .tm_dropdown-hover:hover, .tm_sidenav .tm_dropdown-hover:first-child, .tm_sidenav .tm_dropdown-click:hover {
        background-color: #ccc;
        color: #000;
    }

    .tm_sidenav .tm_dropdown-hover, .tm_sidenav .tm_dropdown-click {
        width: 100%;
    }

        .tm_sidenav .tm_dropdown-hover .tm_dropdown-content, .tm_sidenav .tm_dropdown-click .tm_dropdown-content {
            min-width: 100%;
        }

.tm_main, #main {
    transition: margin-left .4s;
}

.tm_dropnav {
    background-color: #fff;
}

    .tm_dropnav a:hover {
        text-decoration: underline !important;
    }

.tm_modal {
    z-index: 3;
    display: none;
    padding-top: 100px;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}

.tm_modal-content {
    margin: auto;
    background-color: #fff;
    position: relative;
    padding: 0;
    outline: 0;
    width: 600px;
}

.tm_closebtn {
    text-decoration: none;
    float: right;
    font-size: 24px;
    font-weight: bold;
    color: inherit;
}

    .tm_closebtn:hover, .tm_closebtn:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }

.tm_pagination {
    display: inline-block;
    padding: 0;
    margin: 0;
}

    .tm_pagination li {
        display: inline;
    }

        .tm_pagination li a {
            text-decoration: none;
            color: #000;
            float: left;
            padding: 8px 16px;
        }

            .tm_pagination li a:hover, .tm_pagination li a:focus {
                background-color: #ccc;
            }

.tm_input-group, .tm_group {
    margin-top: 24px;
    margin-bottom: 24px;
}

.tm_input {
    padding: 8px;
    display: block;
    border: none;
    border-bottom: 1px solid #808080;
    width: 100%;
}

.tm_label {
    color: #009688;
}

.tm_input:not(:valid) ~ .tm_validate {
    color: #f44336;
}

.tm_select {
    padding: 4px 0;
    width: 100%;
    color: #000;
    border: 1px solid transparent;
    border-bottom: 1px solid #009688;
}

    .tm_select select:focus {
        color: #000;
        border: 1px solid #009688;
    }

    .tm_select option[disabled] {
        color: #009688;
    }

.tm_dropdown-click, .tm_dropdown-hover {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

    .tm_dropdown-hover:hover .tm_dropdown-content {
        display: block;
        z-index: 1;
    }

.tm_dropdown-content {
    cursor: auto;
    color: #000;
    background-color: #fff;
    display: none;
    position: absolute;
    min-width: 160px;
    margin: 0;
    padding: 0;
}

    .tm_dropdown-content a {
        padding: 6px 16px;
        display: block;
    }

        .tm_dropdown-content a:hover {
            background-color: #ccc;
        }

.tm_accordion {
    width: 100%;
    cursor: pointer;
}

.tm_accordion-content {
    cursor: auto;
    display: none;
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
}

    .tm_accordion-content a {
        padding: 6px 16px;
        display: block;
    }

        .tm_accordion-content a:hover {
            background-color: #ccc;
        }

.tm_progress-container {
    width: 100%;
    height: 1.5em;
    position: relative;
    background-color: #f1f1f1;
}

.tm_progressbar {
    background-color: #757575;
    height: 100%;
    position: absolute;
    line-height: inherit;
}

input[type=checkbox].tm_check, input[type=radio].tm_radio {
    width: 24px;
    height: 24px;
    position: relative;
    top: 6px;
}

    input[type=checkbox].tm_check:checked + .tm_validate, input[type=radio].tm_radio:checked + .tm_validate {
        color: #009688;
    }

    input[type=checkbox].tm_check:disabled + .tm_validate, input[type=radio].tm_radio:disabled + .tm_validate {
        color: #aaa;
    }

.tm_responsive {
    overflow-x: auto;
}

.tm_container:after, .tm_row:after, .tm_row-padding:after, .tm_topnav:after, .tm_clear:after, .tm_btn-group:before, .tm_btn-group:after {
    content: "";
    display: table;
    clear: both;
}

.tm_col, .tm_half, .tm_third, .tm_twothird, .tm_quarter {
    float: left;
    width: 100%;
}

    .tm_col.s1 {
        width: 8.33333%;
    }

    .tm_col.s2 {
        width: 16.66666%;
    }

    .tm_col.s3 {
        width: 24.99999%;
    }

    .tm_col.s4 {
        width: 33.33333%;
    }

    .tm_col.s5 {
        width: 41.66666%;
    }

    .tm_col.s6 {
        width: 49.99999%;
    }

    .tm_col.s7 {
        width: 58.33333%;
    }

    .tm_col.s8 {
        width: 66.66666%;
    }

    .tm_col.s9 {
        width: 74.99999%;
    }

    .tm_col.s10 {
        width: 83.33333%;
    }

    .tm_col.s11 {
        width: 91.66666%;
    }

    .tm_col.s12, .tm_half, .tm_third, .tm_twothird, .tm_quarter {
        width: 99.99999%;
    }

@media only screen and (min-width:601px) {
    .tm_col.m1 {
        width: 8.33333%;
    }

    .tm_col.m2 {
        width: 16.66666%;
    }

    .tm_col.m3, .tm_quarter {
        width: 24.99999%;
    }

    .tm_col.m4, .tm_third {
        width: 33.33333%;
    }

    .tm_col.m5 {
        width: 41.66666%;
    }

    .tm_col.m6, .tm_half {
        width: 49.99999%;
    }

    .tm_col.m7 {
        width: 58.33333%;
    }

    .tm_col.m8, .tm_twothird {
        width: 66.66666%;
    }

    .tm_col.m9 {
        width: 74.99999%;
    }

    .tm_col.m10 {
        width: 83.33333%;
    }

    .tm_col.m11 {
        width: 91.66666%;
    }

    .tm_col.m12 {
        width: 99.99999%;
    }
}

@media only screen and (min-width:993px) {
    .tm_col.l1 {
        width: 8.33333%;
    }

    .tm_col.l2 {
        width: 16.66666%;
    }

    .tm_col.l3, .tm_quarter {
        width: 24.99999%;
    }

    .tm_col.l4, .tm_third {
        width: 33.33333%;
    }

    .tm_col.l5 {
        width: 41.66666%;
    }

    .tm_col.l6, .tm_half {
        width: 49.99999%;
    }

    .tm_col.l7 {
        width: 58.33333%;
    }

    .tm_col.l8, .tm_twothird {
        width: 66.66666%;
    }

    .tm_col.l9 {
        width: 74.99999%;
    }

    .tm_col.l10 {
        width: 83.33333%;
    }

    .tm_col.l11 {
        width: 91.66666%;
    }

    .tm_col.l12 {
        width: 99.99999%;
    }
}

.tm_content {
    max-width: 980px;
    margin: auto;
}

.tm_rest {
    overflow: hidden;
}

.tm_hide {
    display: none !important;
}

.tm_show-block, .tm_show {
    display: block !important;
}

.tm_show-inline-block {
    display: inline-block !important;
}

@media (max-width:600px) {
    .tm_modal-content {
        margin: 50px 10px 10px 10px;
        width: auto !important;
    }
}

@media (max-width:768px) {
    .tm_modal-content {
        width: 500px;
    }
}

@media (min-width:993px) {
    .tm_modal-content {
        width: 900px;
    }
}

@media screen and (max-width:600px) {
    .tm_topnav a {
        display: block;
    }

    .tm_navbar li:not(.tm_opennav) {
        float: none;
        width: 100% !important;
    }

    .tm_navbar li.tm_right {
        float: none !important;
    }
}

@media screen and (max-width:600px) {
    .tm_topnav .tm_dropdown-hover .tm_dropdown-content, .tm_navbar .tm_dropdown-click .tm_dropdown-content, .tm_navbar .tm_dropdown-hover .tm_dropdown-content {
        position: relative;
    }
}

@media screen and (max-width:600px) {
    .tm_topnav, .tm_navbar {
        text-align: center;
    }
}

@media (max-width:600px) {
    .tm_hide-small {
        display: none !important;
    }
}

@media (max-width:992px) and (min-width:601px) {
    .tm_hide-medium {
        display: none !important;
    }
}

@media (min-width:993px) {
    .tm_hide-large {
        display: none !important;
    }
}

@media screen and (max-width:992px) {
    .tm_sidenav.tm_collapse {
        display: none;
    }

    .tm_main {
        margin-left: 0 !important;
    }
}

@media screen and (min-width:992px) {
    .tm_sidenav.tm_collapse {
        display: block !important;
    }
}

.tm_top, .tm_bottom {
    position: fixed;
    width: 100%;
    z-index: 1;
}

.tm_top {
    top: 0;
}

.tm_bottom {
    bottom: 0;
}

.tm_overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 2;
}

.tm_left {
    float: left !important;
}

.tm_right {
    float: right !important;
}

.tm_tiny {
    font-size: 10px !important;
}

.tm_small {
    font-size: 12px !important;
}

.tm_medium {
    font-size: 15px !important;
}

.tm_large {
    font-size: 18px !important;
}

.tm_xlarge {
    font-size: 24px !important;
}

.tm_xxlarge {
    font-size: 36px !important;
}

.tm_xxxlarge {
    font-size: 48px !important;
}

.tm_jumbo {
    font-size: 64px !important;
}

.tm_vertical {
    word-break: break-all;
    line-height: 1;
    text-align: center;
    width: 0.6em;
}

.tm_left-align {
    text-align: left !important;
}

.tm_right-align {
    text-align: right !important;
}

.tm_justify {
    text-align: justify !important;
}

.tm_center {
    text-align: center !important;
}

.tm_display-topleft {
    position: absolute;
    left: 0;
    top: 0;
}

.tm_display-topright {
    position: absolute;
    right: 0;
    top: 0;
}

.tm_display-bottomleft {
    position: absolute;
    left: 0;
    bottom: 0;
}

.tm_display-bottomright {
    position: absolute;
    right: 0;
    bottom: 0;
}

.tm_display-middle {
    position: absolute;
    left: 0;
    bottom: 50%;
    width: 100%;
    text-align: center;
}

.tm_circle {
    border-radius: 50% !important;
}

.tm_round-small {
    border-radius: 2px !important;
}

.tm_round, .tm_round-medium {
    border-radius: 4px !important;
}

.tm_round-large {
    border-radius: 8px !important;
}

.tm_round-xlarge {
    border-radius: 16px !important;
}

.tm_round-xxlarge {
    border-radius: 32px !important;
}

.tm_round-jumbo {
    border-radius: 64px !important;
}

.tm_border-0 {
    border: 0 !important;
}

.tm_border {
    border: 1px solid #ccc !important;
}

.tm_border-top {
    border-top: 1px solid #ccc !important;
}

.tm_border-bottom {
    border-bottom: 1px solid #ccc !important;
}

.tm_border-left {
    border-left: 1px solid #ccc !important;
}

.tm_border-right {
    border-right: 1px solid #ccc !important;
}

.tm_margin-0 {
    margin: 0 !important;
}

.tm_margin-2 {
    margin: 2px !important;
}

.tm_margin-4 {
    margin: 4px !important;
}

.tm_margin-8 {
    margin: 8px !important;
}

.tm_margin-12 {
    margin: 12px !important;
}

.tm_margin-16 {
    margin: 16px !important;
}

.tm_margin-24 {
    margin: 24px !important;
}

.tm_margin-32 {
    margin: 32px !important;
}

.tm_margin-64 {
    margin: 64px !important;
}

.tm_margin {
    margin: 16px !important;
}

.tm_margin-top {
    margin-top: 16px !important;
}

.tm_margin-bottom {
    margin-bottom: 16px !important;
}

.tm_margin-left {
    margin-left: 16px !important;
}

.tm_margin-right {
    margin-right: 16px !important;
}

.tm_padding-left-right {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.tm_padding-tiny {
    padding: 2px 4px !important;
}

.tm_padding-small {
    padding: 4px 8px !important;
}

.tm_padding-medium, .tm_padding, .tm_form {
    padding: 8px 16px !important;
}

.tm_padding-large {
    padding: 12px 24px !important;
}

.tm_padding-xlarge {
    padding: 16px 32px !important;
}

.tm_padding-xxlarge {
    padding: 24px 48px !important;
}

.tm_padding-jumbo {
    padding: 32px 64px !important;
}

.tm_padding-0 {
    padding: 0 !important;
}

.tm_padding-4 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
}

.tm_padding-8 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
}

.tm_padding-16 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
}

.tm_padding-24 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
}

.tm_padding-32 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
}

.tm_padding-48 {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
}

.tm_padding-64 {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
}

.tm_padding-top {
    padding-top: 8px !important;
}

.tm_padding-bottom {
    padding-bottom: 8px !important;
}

.tm_padding-left {
    padding-left: 16px !important;
}

.tm_padding-left-4 {
    padding-left: 4px !important;
}

tm_padding-left-8 {
    padding-left: 8px !important;
}

.tm_padding-right {
    padding-right: 16px !important;
}

.tm_topbar {
    border-top: 6px solid #ccc !important;
}

.tm_bottombar {
    border-bottom: 6px solid #ccc !important;
}

.tm_leftbar {
    border-left: 6px solid #ccc !important;
}

.tm_rightbar {
    border-right: 6px solid #ccc !important;
}

.tm_row-padding, .tm_row-padding > .tm_half, .tm_row-padding > .tm_third, .tm_row-padding > .tm_twothird, .tm_row-padding > .tm_quarter, .tm_row-padding > .tm_col {
    padding: 0 8px;
}

.tm_spin {
    animation: tm_spin 2s infinite linear;
    -webkit-animation: tm_spin 2s infinite linear;
}

@-webkit-keyframes tm_spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes tm_spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.tm_container {
    padding: 0.01em 16px;
}

.tm_example {
    background-color: #f1f1f1;
    padding: 0.01em 16px;
}

.tm_section, .tm_paragraph {
    margin-top: 16px;
    margin-bottom: 16px;
}

.tm_code {
    font-family: Consolas,"courier new";
    font-size: 16px;
    line-height: 1.4;
    width: auto;
    background-color: #fff;
    padding: 8px 12px;
    border-left: 4px solid #009688;
    word-wrap: break-word;
}

.tm_example, .tm_code, .tm_reference {
    margin: 20px 0;
}

.tm_card {
    border: 1px solid #ccc;
}

.tm_card-2, .tm_example {
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12) !important;
}

.tm_card-4, .tm_hover-shadow:hover {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19) !important;
}

.tm_card-8 {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19) !important;
}

.tm_card-12 {
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19) !important;
}

.tm_card-16 {
    box-shadow: 0 16px 24px 0 rgba(0,0,0,0.22),0 25px 55px 0 rgba(0,0,0,0.21) !important;
}

.tm_card-24 {
    box-shadow: 0 24px 24px 0 rgba(0,0,0,0.2),0 40px 77px 0 rgba(0,0,0,0.22) !important;
}

.tm_animate-fading {
    -webkit-animation: fading 10s infinite;
    animation: fading 10s infinite;
}

@-webkit-keyframes fading {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fading {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.tm_animate-opacity {
    -webkit-animation: opac 4s;
    animation: opac 4s;
}

@-webkit-keyframes opac {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes opac {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.tm_animate-top {
    position: relative;
    -webkit-animation: animatetop 0.4s;
    animation: animatetop 0.4s;
}

@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0;
    }

    to {
        top: 0;
        opacity: 1;
    }
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0;
    }

    to {
        top: 0;
        opacity: 1;
    }
}

.tm_animate-left {
    position: relative;
    -webkit-animation: animateleft 0.4s;
    animation: animateleft 0.4s;
}

@-webkit-keyframes animateleft {
    from {
        left: -300px;
        opacity: 0;
    }

    to {
        left: 0;
        opacity: 1;
    }
}

@keyframes animateleft {
    from {
        left: -300px;
        opacity: 0;
    }

    to {
        left: 0;
        opacity: 1;
    }
}

.tm_animate-right {
    position: relative;
    -webkit-animation: animateright 0.4s;
    animation: animateright 0.4s;
}

@-webkit-keyframes animateright {
    from {
        right: -300px;
        opacity: 0;
    }

    to {
        right: 0;
        opacity: 1;
    }
}

@keyframes animateright {
    from {
        right: -300px;
        opacity: 0;
    }

    to {
        right: 0;
        opacity: 1;
    }
}

.tm_animate-bottom {
    position: relative;
    -webkit-animation: animatebottom 0.4s;
    animation: animatebottom 0.4s;
}

@-webkit-keyframes animatebottom {
    from {
        bottom: -300px;
        opacity: 0;
    }

    to {
        bottom: 0px;
        opacity: 1;
    }
}

@keyframes animatebottom {
    from {
        bottom: -300px;
        opacity: 0;
    }

    to {
        bottom: 0;
        opacity: 1;
    }
}

.tm_animate-zoom {
    -webkit-animation: animatezoom 0.6s;
    animation: animatezoom 0.6s;
}

@-webkit-keyframes animatezoom {
    from {
        -webkit-transform: scale(0);
    }

    to {
        -webkit-transform: scale(1);
    }
}

@keyframes animatezoom {
    from {
        transform: scale(0);
    }

    to {
        transform: scale(1);
    }
}

.tm_animate-input {
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
}

    .tm_animate-input:focus {
        width: 100% !important;
    }

.tm_amber, .tm_hover-amber:hover {
    color: #000 !important;
    background-color: #ffc107 !important;
}

.tm_aqua, .tm_hover-aqua:hover {
    color: #000 !important;
    background-color: #00ffff !important;
}

.tm_blue, .tm_hover-blue:hover {
    color: #fff !important;
    background-color: #2196F3 !important;
}

.tm_light-blue, .tm_hover-light-blue:hover {
    color: white !important;
    background-color: #87CEEB !important;
}

.tm_brown, .tm_hover-brown:hover {
    color: #fff !important;
    background-color: #795548 !important;
}

.tm_cyan, .tm_hover-cyan:hover {
    color: #000 !important;
    background-color: #00bcd4 !important;
}

.tm_blue-grey, .tm_hover-blue-grey:hover {
    color: #fff !important;
    background-color: #607d8b !important;
}

.tm_green, .tm_hover-green:hover {
    color: #fff !important;
    background-color: #4CAF50 !important;
}

.tm_light-green, .tm_hover-light-green:hover {
    color: #000 !important;
    background-color: #8bc34a !important;
}

.tm_indigo, .tm_hover-indigo:hover {
    color: #fff !important;
    background-color: #3f51b5 !important;
}

.tm_khaki, .tm_hover-khaki:hover {
    color: #000 !important;
    background-color: #f0e68c !important;
}

.tm_lime, .tm_hover-lime:hover {
    color: #000 !important;
    background-color: #cddc39 !important;
}

.tm_orange, .tm_hover-orange:hover {
    color: #000 !important;
    background-color: #ff9800 !important;
}

.tm_deep-orange, .tm_hover-deep-orange:hover {
    color: #fff !important;
    background-color: #ff5722 !important;
}

.tm_pink, .tm_hover-pink:hover {
    color: #fff !important;
    background-color: #e91e63 !important;
}

.tm_purple, .tm_hover-purple:hover {
    color: #fff !important;
    background-color: #9c27b0 !important;
}

.tm_deep-purple, .tm_hover-deep-purple:hover {
    color: #fff !important;
    background-color: #673ab7 !important;
}

.tm_red, .tm_hover-red:hover {
    color: #fff !important;
    background-color: #f44336 !important;
}

.tm_sand, .tm_hover-sand:hover {
    color: #000 !important;
    background-color: #fdf5e6 !important;
}

.tm_teal, .tm_hover-teal:hover {
    color: #fff !important;
    background-color: #009688 !important;
}

.tm_yellow, .tm_hover-yellow:hover {
    color: #000 !important;
    background-color: #ffeb3b !important;
}

.tm_white, .tm_hover-white:hover {
    color: #000 !important;
    background-color: #fff !important;
}

.tm_black, .tm_hover-black:hover {
    color: #fff !important;
    background-color: #000 !important;
}

.tm_grey, .tm_hover-grey:hover {
    color: #000 !important;
    background-color: #9e9e9e !important;
}

.tm_light-grey, .tm_hover-light-grey:hover {
    color: #000 !important;
    background-color: #f1f1f1 !important;
}

.tm_green, .tm_hover_green:hover {
    color: #000 !important;
    background-color: #def3b5 !important;
}

.tm_dark-grey, .tm_hover-dark-grey:hover {
    color: #fff !important;
    background-color: #616161 !important;
}

.tm_pale-red, .tm_hover-pale-red:hover {
    color: #000 !important;
    background-color: #ffe7e7 !important;
}

.tm_pale-green, .tm_hover-pale-green:hover {
    color: #000 !important;
    background-color: #e7ffe7 !important;
}

.tm_pale-yellow, .tm_hover-pale-yellow:hover {
    color: #000 !important;
    background-color: #ffffd7 !important;
}

.tm_pale-blue, .tm_hover-pale-blue:hover {
    color: #000 !important;
    background-color: #e7ffff !important;
}

.tm_text-amber, .tm_hover-text-amber:hover {
    color: #ffc107 !important;
}

.tm_text-aqua, .tm_hover-text-aqua:hover {
    color: #00ffff !important;
}

.tm_text-blue, .tm_hover-text-blue:hover {
    color: #2196F3 !important;
}

.tm_text-light-blue, .tm_hover-text-light-blue:hover {
    color: #87CEEB !important;
}

.tm_text-brown, .tm_hover-text-brown:hover {
    color: #795548 !important;
}

.tm_text-cyan, .tm_hover-text-cyan:hover {
    color: #00bcd4 !important;
}

.tm_text-blue-grey, .tm_hover-text-blue-grey:hover {
    color: #607d8b !important;
}

.tm_text-green, .tm_hover-text-green:hover {
    color: #4CAF50 !important;
}

.tm_text-light-green, .tm_hover-text-light-green:hover {
    color: #8bc34a !important;
}

.tm_text-indigo, .tm_hover-text-indigo:hover {
    color: #3f51b5 !important;
}

.tm_text-khaki, .tm_hover-text-khaki:hover {
    color: #b4aa50 !important;
}

.tm_text-lime, .tm_hover-text-lime:hover {
    color: #cddc39 !important;
}

.tm_text-orange, .tm_hover-text-orange:hover {
    color: #ff9800 !important;
}

.tm_text-deep-orange, .tm_hover-text-deep-orange:hover {
    color: #ff5722 !important;
}

.tm_text-pink, .tm_hover-text-pink:hover {
    color: #e91e63 !important;
}

.tm_text-purple, .tm_hover-text-purple:hover {
    color: #9c27b0 !important;
}

.tm_text-deep-purple, .tm_hover-text-deep-purple:hover {
    color: #673ab7 !important;
}

.tm_text-red, .tm_hover-text-red:hover {
    color: #f44336 !important;
}

.tm_text-sand, .tm_hover-text-sand:hover {
    color: #fdf5e6 !important;
}

.tm_text-teal, .tm_hover-text-teal:hover {
    color: #009688 !important;
}

.tm_text-yellow, .tm_hover-text-yellow:hover {
    color: #d2be0e !important;
}

.tm_text-white, .tm_hover-text-white:hover {
    color: #fff !important;
}

.tm_text-black, .tm_hover-text-black:hover {
    color: #000 !important;
}

.tm_text-grey, .tm_hover-text-grey:hover {
    color: #757575 !important;
}

.tm_text-light-grey, .tm_hover-text-light-grey:hover {
    color: #f1f1f1 !important;
}

.tm_text-dark-grey, .tm_hover-text-dark-grey:hover {
    color: #3a3a3a !important;
}

.tm_border-amber, .tm_hover-border-amber:hover {
    border-color: #ffc107 !important;
}

.tm_border-aqua, .tm_hover-border-aqua:hover {
    border-color: #00ffff !important;
}

.tm_border-blue, .tm_hover-border-blue:hover {
    border-color: #2196F3 !important;
}

.tm_border-light-blue, .tm_hover-border-light-blue:hover {
    border-color: #87CEEB !important;
}

.tm_border-brown, .tm_hover-border-brown:hover {
    border-color: #795548 !important;
}

.tm_border-cyan, .tm_hover-border-cyan:hover {
    border-color: #00bcd4 !important;
}

.tm_border-blue-grey, .tm_hover-blue-grey:hover {
    border-color: #607d8b !important;
}

.tm_border-green, .tm_hover-border-green:hover {
    border-color: #4CAF50 !important;
}

.tm_border-light-green, .tm_hover-border-light-green:hover {
    border-color: #8bc34a !important;
}

.tm_border-indigo, .tm_hover-border-indigo:hover {
    border-color: #3f51b5 !important;
}

.tm_border-khaki, .tm_hover-border-khaki:hover {
    border-color: #f0e68c !important;
}

.tm_border-lime, .tm_hover-border-lime:hover {
    border-color: #cddc39 !important;
}

.tm_border-orange, .tm_hover-border-orange:hover {
    border-color: #ff9800 !important;
}

.tm_border-deep-orange, .tm_hover-border-deep-orange:hover {
    border-color: #ff5722 !important;
}

.tm_border-pink, .tm_hover-border-pink:hover {
    border-color: #e91e63 !important;
}

.tm_border-purple, .tm_hover-border-purple:hover {
    border-color: #9c27b0 !important;
}

.tm_border-deep-purple, .tm_hover-border-deep-purple:hover {
    border-color: #673ab7 !important;
}

.tm_border-red, .tm_hover-border-red:hover {
    border-color: #f44336 !important;
}

.tm_border-sand, .tm_hover-border-sand:hover {
    border-color: #fdf5e6 !important;
}

.tm_border-teal, .tm_hover-border-teal:hover {
    border-color: #009688 !important;
}

.tm_border-yellow, .tm_hover-border-yellow:hover {
    border-color: #ffeb3b !important;
}

.tm_border-white, .tm_hover-border-white:hover {
    border-color: #fff !important;
}

.tm_border-black, .tm_hover-border-black:hover {
    border-color: #000 !important;
}

.tm_border-grey, .tm_hover-border-grey:hover {
    border-color: #9e9e9e !important;
}

.tm_border-light-grey, .tm_hover-border-light-grey:hover {
    border-color: #f1f1f1 !important;
}

.tm_border-dark-grey, .tm_hover-border-dark-grey:hover {
    border-color: #616161 !important;
}

.tm_border-pale-red, .tm_hover-border-pale-red:hover {
    border-color: #ffe7e7 !important;
}

.tm_border-pale-green, .tm_hover-border-pale-green:hover {
    border-color: #e7ffe7 !important;
}

.tm_border-pale-yellow, .tm_hover-border-pale-yellow:hover {
    border-color: #ffffd7 !important;
}

.tm_border-pale-blue, .tm_hover-border-pale-blue:hover {
    border-color: #e7ffff !important;
}

.tm_opacity, .tm_hover-opacity:hover {
    opacity: 0.60;
}

.tm_text-shadow {
    text-shadow: 1px 1px 0 #444;
}

.tm_text-shadow-white {
    text-shadow: 1px 1px 0 #ddd;
}

.responsivefrinedly {
    padding: 0 6px;
    width: 25%;
}

.font518854 {
    color: #0070C0;
    font-size: 18.0pt;
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    font-family: Calibri, sans-serif;
    mso-font-charset: 0;
}

.imagedesc {
    font-size: 9.0pt;
    font-style: normal;
    text-decoration: none;
    font-family: Calibri, sans-serif;
    text-align: center;
    padding-left: 0px;
}

.CourseClassNmes {
    color: #1F497D;
    font-weight: 700;
    text-decoration: none;
}

.xl13918854 {
    padding-top: 1px;
    padding-right: 1px;
    padding-left: 1px;
    mso-ignore: padding;
    color: black;
    font-size: 12.0pt;
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    font-family: Calibri, sans-serif;
    mso-font-charset: 0;
    mso-number-format: General;
    text-align: left;
    vertical-align: top;
    background: #C2D69A;
    mso-pattern: black none;
    white-space: normal;
    text-align: center;
}

.font718854 {
    color: black;
    font-size: 12.0pt;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    font-family: Calibri, sans-serif;
    mso-font-charset: 0;
}

.font1818854 {
    color: black;
    font-size: 13.0pt;
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    font-family: Calibri, sans-serif;
    mso-font-charset: 0;
}

.font8307 {
    color: #7030A0;
    font-size: 18.0pt;
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    font-family: Calibri, sans-serif;
    mso-font-charset: 0;
}
