/* ===================================================================================
 *
 * @project        IGLTA_Enoah
 * @author         Bill Riley <williamrileykc@gmail.com.com>
 * @build          Tue, Apr 2, 2019 8:18 AM CST
 * @copyright      Copyright (c) 2019, bSharper.net
 *
 *  Do not edit this file! This file is machine-generated and constantly overwritten.
 *  Any changes you make will be overwritten the next time the /src is compiled.
 *  Edit the /src files to make edits and updates.
 *
 * =================================================================================== */
/*********/
/* bSharper Custom CSS
/*********/
/*********/
/* Variables
/*********/
/*********/
/* Mixins
/*********/
.clearfix
{
    *zoom: 1;
}
.clearfix::before,
.clearfix::after
{
    display: table; 

    content: ' ';
}
.clearfix::after
{
    clear: both;
}

.object-fit:not(html):not(body)
{
    width: 100%;
    height: 100%; 

    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
}

.isVisuallyHidden
{
    position: absolute;

    overflow: hidden;
    clip: rect(0, 0, 0, 0); 

    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
}

/*********/
/* Buttons
/*********/
a.btn__purple,
a.btn__purple:not(.btn-outline)
{
    color: #fff !important;
    border: 1px solid #b93fe9; 
    background-color: #b93fe9 !important;
}
a.btn__purple:hover,
a.btn__purple:not(.btn-outline):hover
{
    color: #b93fe9 !important; 
    background-color: transparent !important;
}

a.btn__purple-inv,
a.btn__purple-inv:not(.btn-outline)
{
    color: #b93fe9 !important;
    border: 1px solid #b93fe9; 
    background-color: transparent !important;
}
a.btn__purple-inv:hover,
a.btn__purple-inv:not(.btn-outline):hover
{
    color: #fff !important; 
    background-color: #b93fe9 !important;
}

/*********/
/* Typography
/*********/
.membership-custom h1,
.membership-custom h2,
.membership-custom h3,
.membership-custom h4,
.membership-custom h5,
.membership-custom p
{
    margin-bottom: 0 !important;
}

.membership-custom h2
{
    margin-top: 30px;
}

.membership-custom h3,
.membership-custom h4,
.membership-custom p
{
    margin-top: 30px;
}

.membership-custom .membership-rates p
{
    margin-top: 20px;
}

h1.h1__membership,
h2.h2__page-title
{
    line-height: 1.2em !important;
}

h1.h1__membership
{
    margin-top: 0 !important;
}

h2.h2__page-title
{
    font-size: 20px !important; 
    font-weight: 100 !important;

    letter-spacing: 2px !important;
    text-transform: uppercase !important;
}

.font-pods,
.font-price,
p.featured-pod--price,
.pricepoint-pod p.pricepoint-pod--price,
p.featured-pod--duration,
.pricepoint-pod .pricepoint-pod--count,
.pricepoint-pod .pricepoint-pod--price,
.pricepoint-pod .pricepoint-pod--duration
{
    font-family: 'Poppins';
    font-weight: 800;
    line-height: 1em;
}

.font-price,
p.featured-pod--price,
.pricepoint-pod p.pricepoint-pod--price
{
    font-size: 30px;
    font-size: 3rem;

    margin-top: 24px;
}
.font-price em,
p.featured-pod--price em,
.pricepoint-pod p.pricepoint-pod--price em
{
    font-size: 12px;
    font-size: 1.2rem;
    font-style: normal;
}

.button-title,
.featured-pod--bar
{
    font-family: 'Open Sans';
    font-size: 1em;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 40px;

    min-width: 150px; 
    padding: 0 15px;

    text-align: center;
    letter-spacing: normal;
}

/*********/
/* HTML Custom
/*********/
.flex-row
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-direction: column; 

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
}
@media only screen and (min-width: 992px)
{
    .flex-row
    {
            flex-direction: row; 

        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
    }
}
.flex-row > div[class^='col-'],
.flex-row > div[class*=' col-']
{
    float: none;

    width: 100%;
}
@media only screen and (min-width: 992px)
{
    .flex-row.flex-row__vert-center
    {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}
.flex-row .gradLine
{
    display: none;

    margin-bottom: 0;
}
@media only screen and (min-width: 992px)
{
    .flex-row .gradLine
    {
        display: block;

        width: 5px;
    }
}

/*********/
/* Advertisements
/*********/
.footer-ads--ad[id*='mvBox'],
.sidebar-ads--ad[id*='mvBox'],
.leaderboard-ads--ad[id*='mvBox']
{
    padding: 0 !important;
}

.footer-ads--ad::before,
.sidebar-ads--ad::before,
.leaderboard-ads--ad::before
{
    font-size: 11px;
    line-height: 1em;

    display: block;

    margin-bottom: 10px; 

    content: 'Advertisement';
    text-align: center;
    letter-spacing: .1em;
    text-transform: uppercase;

    color: #8b8b8b !important;
}

.footer-ads--ad > a,
.sidebar-ads--ad > a,
.leaderboard-ads--ad > a
{
    display: block;

    text-align: center;
}
.footer-ads--ad > a > img,
.sidebar-ads--ad > a > img,
.leaderboard-ads--ad > a > img
{
    display: block;

    height: auto !important; 
    margin: 0 auto;
}

.footer-ads
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-direction: column; 

    margin-bottom: 20px;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
}
@media only screen and (min-width: 768px)
{
    .footer-ads
    {
            flex-direction: row;

        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
}
hr + .footer-ads
{
    margin-top: 30px;
}

.footer-ads--ad
{
    margin: 0 15px;
}
@media only screen and (min-width: 768px)
{
    .footer-ads--ad
    {
        max-width: calc(33% - 20px);
    }
}

.sidebar-ads
{
    padding-top: 20px;
}
@media only screen and (min-width: 768px)
{
    .sidebar-ads
    {
        padding-left: 20px;
    }
    .sidebar-ads.sidebar-ads__left
    {
        padding-right: 20px; 
        padding-left: 0;
    }
}

.sidebar-ads--ad
{
    margin: 0 auto 20px auto;

    text-align: center;
}

.panel-default + .leaderboard-ads
{
    padding-top: 20px;
}

.leaderboard-ads--ad
{
    margin: 0 auto 20px auto;
}

/*********/
/* Benefits
/*********/
.membership-custom .benefits
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-direction: column;

    margin: 0;
    padding: 0; 

    list-style-type: none;

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media only screen and (min-width: 768px)
{
    .membership-custom .benefits
    {
            flex-direction: row; 

        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
    }
}

.membership-custom .benefit-pod
{
    margin: 40px 0 0 0;
    padding: 0 20px;
}
@media only screen and (min-width: 768px)
{
    .membership-custom .benefit-pod
    {
        width: 25%;
    }
}
.membership-custom .benefit-pod .copy
{
    text-align: center;
}
.membership-custom .benefit-pod .copy h4
{
    text-align: center !important;
}
.membership-custom .benefit-pod .icons
{
    display: block;

    width: 100%;
    height: 52px; 

    background: top center no-repeat;
}
.membership-custom .benefit-pod .icons.adv
{
    background-image: url('/Portals/79/benefit-icons/benefit--adv.png');
}
.membership-custom .benefit-pod .icons.bsm
{
    background-image: url('/Portals/79/benefit-icons/benefit--bsm.png');
}
.membership-custom .benefit-pod .icons.eve
{
    background-image: url('/Portals/79/benefit-icons/benefit--eve.png');
}
.membership-custom .benefit-pod .icons.glo
{
    background-image: url('/Portals/79/benefit-icons/benefit--glo.png');
}
.membership-custom .benefit-pod .icons.mar
{
    background-image: url('/Portals/79/benefit-icons/benefit--mar.png');
}
.membership-custom .benefit-pod .icons.net
{
    background-image: url('/Portals/79/benefit-icons/benefit--net.png');
}
.membership-custom .benefit-pod .icons.onl
{
    background-image: url('/Portals/79/benefit-icons/benefit--onl.png');
}
.membership-custom .benefit-pod .icons.fam
{
    background-image: url('/Portals/79/benefit-icons/benefit--fam.png');
}
.membership-custom .benefit-pod .icons.prs
{
    background-image: url('/Portals/79/benefit-icons/benefit--prs.png');
}
.membership-custom .benefit-pod .icons.sub
{
    background-image: url('/Portals/79/benefit-icons/benefit--sub.png');
}
.membership-custom .benefit-pod .icons.tra
{
    background-image: url('/Portals/79/benefit-icons/benefit--tra.png');
}
.membership-custom .benefit-pod .icons.tripadvisor
{
    background-image: url('/Portals/79/benefit-icons/benefit--tripadvisor.png');
}
.membership-custom .benefit-pod .icons.igl
{
    background-image: url('/Portals/79/benefit-icons/benefit--igl.png');
}

/*********/
/* Content
/*********/
@media only screen and (max-width: 767px)
{
    .membership-custom
    {
        padding: 0 20px;
    }
}

.membership-custom hr
{
    height: 1px;
    margin: 40px 0 0 0; 

    border: solid #c0c0c0;
    border-width: 0 0 2px 0;
    background-color: transparent;
}

.membership-custom .sidebar-button aside
{
    margin-top: 20px;
}

@media only screen and (min-width: 768px)
{
    .membership-custom .sidebar-button
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .membership-custom .sidebar-button article
    {
        padding-top: 20px;
    }
    .membership-custom .sidebar-button article p:first-of-type
    {
        margin-top: 0;
    }
    .membership-custom .sidebar-button aside
    {
        margin-top: 0;
        padding: 20px 0 0 30px;
    }
}

/*********/
/* Featured Membership
/*********/
.featured-membership
{
    margin-top: 30px;
}
@media only screen and (min-width: 768px)
{
    .featured-membership
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
            flex-direction: row;

        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
}

.featured-pod
{
    margin-top: 20px; 

    text-align: center;
}
.featured-pod p
{
    margin-top: 10px;

    text-align: center;
}
@media only screen and (min-width: 768px)
{
    .featured-pod
    {
        max-width: 400px;
        margin-top: 0;
        padding: 0 20px;
    }
}

.featured-pod--head
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-direction: column;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.featured-pod--bar
{
    display: inline-block; 

    color: #fff !important;
    background-color: #fad401 !important;
}

p.featured-pod--price
{
    margin-top: 30px;
}

p.featured-pod--duration
{
    margin-top: 10px; 

    text-transform: uppercase;
}

.featured-pod--buttons
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-direction: column;

    margin-top: 5px; 

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.featured-pod--buttons a.btn
{
    min-width: 200px; 
    margin-top: 15px;
}

/*********/
/* Pricepoints
/*********/
.membership-rates
{
    padding-top: 20px;
}
.membership-rates:first-of-type
{
    padding-top: 0;
}

.pricepoint-rates
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-direction: column;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media only screen and (min-width: 768px)
{
    .pricepoint-rates
    {
            flex-direction: row;

        margin-top: 20px;

        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }
}

.pricepoint-pod
{
    width: 266px;
    margin-top: 20px;
    padding: 40px 20px 20px 20px;

    color: #fff !important;
    background: #b33fe9;
    /* Old browsers */
    background:    -moz-linear-gradient(-45deg, #b33fe9 0%, #f33853 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #b33fe9 0%, #f33853 100%);
    /* Chrome10-25,Safari5.1-6 */
    background:         linear-gradient(135deg, #b33fe9 0%, #f33853 100%);
    /* IE6-9 fallback on horizontal gradient */
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .1);
            box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .1); 
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color1', endColorstr='$color2',GradientType=1 );
}
.pricepoint-pod p
{
    text-align: center; 

    color: inherit;
}
.pricepoint-pod p:first-of-type
{
    margin-top: 0;
}
.pricepoint-pod .pricepoint-pod--count,
.pricepoint-pod .pricepoint-pod--price,
.pricepoint-pod .pricepoint-pod--duration
{
    font-size: 22px;
    font-size: 2.2rem;
}
.pricepoint-pod p.pricepoint-pod--employees
{
    margin-top: 10px;
}
.pricepoint-pod p.pricepoint-pod--duration
{
    font-size: 12px;
    font-size: 1.2rem;
    font-style: normal;

    margin-top: 10px;
}
@media only screen and (min-width: 768px)
{
    .pricepoint-pod
    {
        margin: 0 0 0 30px;
    }
    .pricepoint-pod:first-of-type
    {
        margin-left: 0;
    }
}
.pricepoint-rates__cvbs .pricepoint-pod
{
    background: #fac500;
    /* Old browsers */
    background:    -moz-linear-gradient(-45deg, #fac500 0%, #95d12d 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #fac500 0%, #95d12d 100%);
    /* Chrome10-25,Safari5.1-6 */
    background:         linear-gradient(135deg, #fac500 0%, #95d12d 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color1', endColorstr='$color2',GradientType=1 );
    /* IE6-9 fallback on horizontal gradient */
}
.pricepoint-rates__general .pricepoint-pod
{
    background: #40bae9;
    /* Old browsers */
    background:    -moz-linear-gradient(-45deg, #40bae9 0%, #3fe9d1 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #40bae9 0%, #3fe9d1 100%);
    /* Chrome10-25,Safari5.1-6 */
    background:         linear-gradient(135deg, #40bae9 0%, #3fe9d1 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color1', endColorstr='$color2',GradientType=1 );
    /* IE6-9 fallback on horizontal gradient */
}
.pricepoint-rates__latin .pricepoint-pod
{
    background: #40bae9;
    /* Old browsers */
    background:    -moz-linear-gradient(-45deg, #40bae9 0%, #95d12d 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #40bae9 0%, #95d12d 100%);
    /* Chrome10-25,Safari5.1-6 */
    background:         linear-gradient(135deg, #40bae9 0%, #95d12d 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color1', endColorstr='$color2',GradientType=1 );
    /* IE6-9 fallback on horizontal gradient */
}
.pricepoint-rates__associate .pricepoint-pod
{
    background: #40bae9;
    /* Old browsers */
    background:    -moz-linear-gradient(-45deg, #40bae9 0%, #40bae9 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #40bae9 0%, #40bae9 100%);
    /* Chrome10-25,Safari5.1-6 */
    background:         linear-gradient(135deg, #40bae9 0%, #40bae9 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color1', endColorstr='$color2',GradientType=1 );
    /* IE6-9 fallback on horizontal gradient */
}

/*********/
/* Hero Styles
/*********/
.hero-full
{
    position: relative; 

    margin-bottom: 40px;
}
.hero-full > img
{
    width: 100%;
}

@media only screen and (min-width: 768px)
{
    .hero-full--content
    {
        position: absolute;
        top: 50%;
        left: 50%;

        min-width: 60%;
        padding: 20px;

        -webkit-transform: translate(-50%, -50%) !important;
                transform: translate(-50%, -50%) !important;
        text-align: center; 

        background-color: rgba(0, 0, 0, .8);
    }
    .hero-full--content h2
    {
        font-size: 48px; 

        color: #fff !important;
    }
    .hero-full--content h2,
    .hero-full--content p
    {
        text-align: inherit !important;
    }
}
