﻿@charset "utf-8";

.clr, .clear {
    clear: both
}

.Main-Heading {
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 0.4px;
    margin-top: 0;
    padding: 10px 0 0;
    color: #46b4ad;
    display: block;
    line-height: 40px;
    font-family: Helvetica-Normal !important;
}
}

.Normal-Heading {
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 0;
    padding: 10px 0 0;
    color: #46b4ad;
    line-height: 34px;
    display: block;
    font-family: Helvetica-Normal !important;
}

.Sub-Heading {
    font-size: 24px;
    color: #46b4ad;
    font-weight: bold;
    margin: 0 0 20px;
    font-family: Helvetica-Normal !important;
}


.Feature-Heading {
    font-size: 24px !important;
    margin-bottom: 8px !important;
    margin-top: 0 !important;
    font-weight: 600 !important;
    color: #46b4ad !important;
    display: inline-block !important;
    font-family: Helvetica-Normal !important;
}

.Paragraph {
    margin: 0;
    padding: 0;
    line-height: 26px;
    font-family: Helvetica-Normal,Helvetica,Arial,sans-serif;
    color: #000;
    margin: 0;
    margin-bottom: 15px;
    letter-spacing: -.01em;
    font-size: 18px
}

.Bullets li:nth-child(odd), ul li:nth-child(odd) span.Bullets, ul li:nth-child(odd) font.Bullets {
    position: relative;
    color: #000;
    font-size: 16px;
    list-style: none
}

.Bullets li:nth-child(odd):before, ul li:nth-child(odd) span.Bullets:before, ul li:nth-child(odd) font.Bullets:before {
    position: absolute;
    left: -20px;
    top: 4px;
    content: '';
    width: 10px;
    height: 10px;
    z-index: 1;
    background: #ffffff;
    border-radius: 50%;
    border: 2px solid #034747;
}

.Bullets li:nth-child(even), ul li:nth-child(even) span.Bullets, ul li:nth-child(even) font.Bullets {
    position: relative;
    color: #000;
    font-size: 16px;
    list-style: none
}

.Bullets li:nth-child(even):before, ul li:nth-child(even) span.Bullets:before, ul li:nth-child(even) font.Bullets:before {
    position: absolute;
    left: -20px;
    top: 4px;
    content: '';
    width: 10px;
    height: 10px;
    z-index: 1;
    background: #ffffff;
    border-radius: 50%;
    border: 2px solid #46b4ad;
}

.Add-Button {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    /*background: #260936 !important;*/
    color: #fff !important;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
    position: relative;
    overflow: hidden;
    background: transparent !important;
    transition: all .3s ease-in-out 0s;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    z-index:1;
}

    .Add-Button:before {
        position: absolute;
        content: '';
        background: #24598f; 
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        z-index: -1;
        transition: all .3s ease-in-out 0s;
        -webkit-transition: all .3s ease-in-out 0s;
        -moz-transition: all .3s ease-in-out 0s;
        -o-transition: all .3s ease-in-out 0s;
    }

.Add-Button-White {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    position: relative;
    overflow: hidden;
    background: transparent !important;
    color: #fff !important;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
    transition: all .3s ease-in-out 0s;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    border: 1px solid #2a0735;
    overflow: hidden;
    z-index:1;
}
.Add-Button-White:hover a {
    color: #2a0735 !important;
}
    .Add-Button-White:hover:before,
    .Add-Button:hover:before{
        opacity:0;
    }

    .Add-Button-White:before {
        position: absolute;
        content: '';
        background: linear-gradient(to right, rgb(11, 0, 44), rgb(20 99 102), rgb(44 182 176));
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        z-index: -1;
        transition: all .3s ease-in-out 0s;
        -webkit-transition: all .3s ease-in-out 0s;
        -moz-transition: all .3s ease-in-out 0s;
        -o-transition: all .3s ease-in-out 0s;
    }

.Color-Green {
    color: #46b4ad !important
}

.Color-Black {
    color: #000 !important
}

.Italic-Font {
    font-weight: 500;
    font-family: Adobe Garamond Pro !important;
    font-style: italic !important;
}

.Add-Button-White:hover a {
    color: #260936;
}



.Add-Button:hover {
    border-color: #24598f;
    color: #24598f !important;
    background-color: #fff !important;
}

.Add-Button:hover a {
    color: #24598f;
}

.Add-Button-White a:hover {
    color: #24598f;
}

.Add-Button-White:hover {
    border-color: #2a0735;
    color: #2a0735 !important;
    background-color: #fff !important;
}



.Add-Button a {
    display: block;
    color: #FFFFFF;
    padding: 10px 16px;
}

.Add-Button-White a {
    display: block;
    color: #fff !important;
    padding: 10px 16px;
}

.showmore-button {
    font-weight: 400;
    color: #2f0534 !important;
    border: 1px solid #2f0534 !important;
    font-family: Helvetica-Normal !important;
    display: inline-block;
    font-weight: 600;
    font-size: 20px;
    padding: 12px 40px;
    margin-top: 16px;
    border-radius: 5px;
    transition: all .3s ease-in-out 0s;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
}
.showmore-button:hover {
    text-decoration: none;
    border-color: #46b4ad !important;
    color: #46b4ad !important;
}

.showmore-button a:hover {
    text-decoration: none;
    border-color: #46b4ad !important;
    color: #46b4ad !important;
}



#DivMiddle table {
    width: 100%;
    border-collapse: collapse
}

#DivMiddle table tr td, #DivMiddle table tr th {
    border: 1px solid #ccc;
    padding: 5px
}

.noborder tr td, .noborder tr th {
    border: 0 !important
}

#dform table {
    width: auto;
    border-collapse: collapse
}

#dform table tr td, #dform table tr th {
    border: 0 solid #ccc;
    padding: 5px
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
    padding-left: 20px
}

.Add-Button-White a, .Add-Button a {
    text-decoration: none;
}