﻿#packagepageheading {
    margin-bottom: 50px;
    font-weight: bold;
    text-align: center;
    font-size: 70px;
}
#packagepagesubheading {
    text-align: center;
    font-weight: normal;
}
.container {
}
.PackageSelect {
    transition: all 0.5s ease;
    box-shadow: rgba(0, 0, 0, .5) 0px 0px 15px 2px;
    transform: scaleY(1);
    transform-origin: center;
    
}
.PackageSelected {
    transition: all 0.5s ease;
    box-shadow: rgba(0, 0, 0, .1) 0px 0px 5px 5px;
    transform: scale(1.1);
    
    transform-origin: center;
}

.package {
    border: 0px solid transparent;
    border-radius: 1em;
    height: 40em;
    border-top: 20px solid rgba(69,154,69,1);
    padding: 0px;
    padding-bottom:35em;
    margin: 0px;
    background-color: rgba(245, 245, 245, 1);
    width: 23em;
    
}
    .package small {
        margin-left:1em;
    }
.PackageHeading{
    background-color:white;
    padding-top: 1em;
    padding-bottom: 1.5em;
    margin-bottom:1em;
    height:9em;
   
}
    .PackageHeading p {
        font-size: 23px;
        font-family: sans-serif;
    }
    .PackageHeading h3 {
        font-size: 2em;
        font-family: Sans-serif;
        font-weight: 550;
    }
.package h2 {
    font-size: 3em;
    font-weight: 470;
    font-family: serif;
}
.topfeaturesheading{
    text-align:left;
    margin-left:1.75em;
    font-size:1.5em;
    margin-top:1em;
    margin-bottom: .7em;
    font-weight: bold;
}
.package ul {
    list-style: none;
    font-size: 1.1em;
    padding-left: 2em;
}
.PackageContent {
    
}
.package ul li:before {
    
    margin-left: .5em;
    content: '✓ ';
    margin-right: .5em;
}
    .package h2 sup {
        font-size: 1em;
        font-family:Calibri;
    }
    .package h2 span {
        font-size: .6em;
    }
.dollarsign {
    font-size: 2vw;
    
}
    .package h2, h3, p {
        text-align: center;
    }
    .package ul {
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 1em;
    }
.packagelinking {
    color: inherit;
    text-decoration: none;
    max-width: 100%;
    display: block;
}
    .packagelinking:hover {
        color: inherit;
        display: block;
        max-width: 100%;
        text-decoration: none;
    }
.SubscribeButton {
    transition: all 0.3s ease;
    background-color: rgba(69,154,69,1);
    border: 1px solid Transparent;
    border-radius: .3em;
    height: 2em;
    width: 7em;
    display: block;
    margin: auto;
    margin-top: 1em;
    color: white;
    font-size: 1.7em;
    box-shadow: rgba(0, 0, 0, .5) 0px 0px 10px 1px;
    position: absolute;
    margin: 0;
    bottom: 1.3em;
    transform: translateX(-50%);
    left: 50%;
}
    .SubscribeButton:hover {
        transition: all 0.3s ease;
        background-color: rgba(69,154,69,.8);
        
        box-shadow: rgba(0, 0, 0, .7) 0px 0px 10px 1px;
    }
.MultiSubscribeButton {
    transition: all 0.3s ease;
    background-color: rgba(150,150,150,1);
    border: 1px solid Transparent;
    border-radius: .3em;
    height: 2.5em;
    width: 8em;
    margin-left: 5.9em;
    margin-top: 1em;
    color: white;
    font-size: 1.2em;
    box-shadow: rgba(0, 0, 0, .5) 0px 0px 10px 1px;
}

    .MultiSubscribeButton:hover {
        transition: all 0.3s ease;
        background-color: rgba(150,150,150,.7);
        transform: scale(1.03);
        transform-origin: center;
        box-shadow: rgba(0, 0, 0, .7) 0px 0px 10px 1px;
    }
.ContactButton {
    transition: all 0.3s ease;
    background-color: rgba(69,154,69,1);
    border: 1px solid Transparent;
    border-radius: .3em;
    width: auto;
    height: auto;
    padding: 10px;
    margin-left: 2em;
    position: absolute;
    margin: 0;
    bottom: 1.3em;
    transform: translateX(-50%);
    left: 50%;
    display: block;
    margin: auto;
    vertical-align: bottom;
    margin-top: 2em;
    color: white;
    font-size: 1.3em;

    box-shadow: rgba(0, 0, 0, .5) 0px 0px 10px 1px;
}
    .ContactButton:hover {
        transition: all 0.3s ease;
        background-color: rgba(69,154,69,.8);
        
        box-shadow: rgba(0, 0, 0, .7) 0px 0px 10px 1px;
    }
.CustomPackageContent {
    width: 100%;
    font-size: 1.3em;
}

    .CustomPackageContent p {
        display: block;
        text-align: center;
        font-size: x-large;
        width: 80%;
        margin: auto;
    }

.CustomPackageSelect {
    transition: all 0.5s ease;
    box-shadow: rgba(0, 0, 0, .5) 0px 0px 15px 2px;
    transform: scaleY(1);
    transform-origin: center;
    
}
table {
    border-spacing: 3em;
    
}
.tooltip-wrap {
    position: relative;
    display:inline;
}
    .tooltip-wrap img{
        width:1.1em;
    }

    .tooltip-wrap .tooltip-content {
        display: none;
        position: absolute;
        bottom: 5%;
        left: 5%;
        right: 5%;
        background-color: #fff;
        padding: .5em;
        min-width: 10rem;
        border: 1px solid black;
    }

    .tooltip-wrap:hover .tooltip-content {
        display: block;
    }
.GreenButton{

}
.GreenButton {
    transition: all 0.3s ease;
    background-color: rgba(69,154,69,1);
    border: 1px solid Transparent;
    border-radius: .3em;
    height: 2em;
    width: 5em;
    display:block;
    margin:auto;
    margin-top: 1em;
    margin-bottom: 1em;
    color: white;
    font-size: 1.7em;
    box-shadow: rgba(0, 0, 0, .5) 0px 0px 10px 1px;
    float:none;
    
}

    .GreenButton:hover {
        transition: all 0.3s ease;
        background-color: rgba(69,154,69,.8);
        transform: scale(1.05);
        transform-origin: center;
        box-shadow: rgba(0, 0, 0, .7) 0px 0px 10px 1px;
    }
#LoggedInPackages {
    width: 70%;
    margin: auto;
}
@media only screen and (max-width: 40em) {
    #LoggedInPackages{
        width:100%;
    }
    thead th:not(:first-child) {
        display: none;
    }

    td, th {
        display: block;
        margin-bottom:1em;
    }

        td[data-th]:before {
            content: attr(data-th);
        }
    .package {
        border: 0px solid transparent;
        border-radius: .2em;
        height: auto;
        border-top: 20px solid rgba(69,154,69,1);
        padding: 0px;
        margin: auto;
        
        background-color: rgba(245, 245, 245, 1);
        width: 80vw;
        padding-bottom:5%;
    }
    .container{
        padding:0;
        margin:0;
    }
    table{
        border-spacing:0em;
        padding:0;
        margin:auto;
    }
    tbody{
        margin:0;
    }
    .SubscribeButton {
        position:relative;
        left:0;
        bottom: 0 ;
        transform:translateX(0);
        display: block;
        margin: auto;
        
    }
    .ContactButton {
        position: relative;
        left: 0;
        bottom: 0;
        transform: translateX(0);
        display: block;
        margin: auto;
        margin-top:1em;
        width:auto;
        height:auto;
        padding:10px
    }
    .CustomPackageContent{
        width:10.5em;
        margin:auto;
    }
    .SubscribeButton:hover {
        transition: none;
        background-color: rgba(69,154,69,1);
        transform: none;
        transform-origin: center;
        box-shadow: rgba(0, 0, 0, .5) 0px 0px 10px 1px;
    }
    .ContactButton:hover {
        transition: none;
        background-color: rgba(69,154,69,1);
        transform: none;
        transform-origin: center;
        box-shadow: rgba(0, 0, 0, .5) 0px 0px 10px 1px;
    }
    .package ul li:before {
        margin-left: .1em;
    }
    .package ul {
        font-size:.85em;
        margin:0;
        padding:.8em;
    }
    .topfeaturesheading{
        margin:auto;
        text-align:center;
    }
    #packagepageheading {
        font-size: 50px;
    }

    #packagepagesubheading {
        text-align: center;
        font-weight: normal;
        margin-bottom:2em;
    }
    .CustomPackageContent {
        width: 100%;
        
    }
        .CustomPackageContent p {
        width:100%;
        }
}
#bookameetinghyperlink {
    text-decoration: none;
}
.QuantityInput{
    text-align: right;
    width:3.5em;
    margin-left:15em;
}
.QuantitySubmitButton {
    transition: all 0.3s ease;
    background-color: rgba(69,154,69,1);
    border: 1px solid Transparent;
    border-radius: 5px;
    height: 1.7em;
    width: 5em;
    margin: auto;
    margin-top: 1em;
    margin-bottom: 15px;
    color: white;
    font-size: 1.7em;
    box-shadow: rgba(0, 0, 0, .5) 0px 0px 10px 1px;
    margin-left: 7.3em;
}
    .QuantitySubmitButton:hover {
        transition: all 0.3s ease;
        background-color: rgba(69,154,69,.8);
        transform: scale(1.05);
        transform-origin: center;
        box-shadow: rgba(0, 0, 0, .7) 0px 0px 10px 1px;
    }
    select{
        width: 10em;
        margin-left:1em;
        
    }
   
#ServiceEditHeader{
    font-weight: bold;
    font-size: 2.5rem;
}

.PreCheckoutMonthly {
    text-align: left;
    margin-top: .25em;
    margin-left: 7.5em;
    margin-bottom: 1em;
}