/*
meta.foundation-mq-xxlarge {
	width: 100%; }
	
meta.foundation-mq-medium {
	width: 100%; }

meta.foundation-mq-large {
	width: 100%; }

meta.foundation-mq-xlarge {
	width: 100%; }
	
html, body {
	height: 100%;
	width: 100%;	}
*/

body {
    background: #F2F6FF;
    color: #000000;
    padding: 0;
    margin: 0;
    /* font-family: 'Ubuntu', sans-serif; */
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    position: relative;
    cursor: default; }
    
@media only screen and (min-width: 40.063em) { 
    .top-bar {
        background: #3FB2FF;
    }

    .top-bar-section li:not(.has-form) a:not(.button) {
        background: #3FB2FF; }

    /*.top-bar-section li:not(.has-form) a:not(.button):hover {
        background: #3FB2FF; }*/

    .top-bar-section .dropdown li:not(.has-form) a:not(.button) {
        background: #3FB2FF; }

    .top-bar.expanded .title-area {
        background: #3FB2FF; }
    
    .top-bar-section .left li{
        display: block;
        width: 100%;
        color: white;
        padding: 12px 0 12px 0;
        padding-left: 15px;
        font-family: 'Ubuntu', sans-serif;
        font-size: 0.8125rem;
        font-weight: normal;
        text-transform: none;
        background: #3FB2FF; }
}

.top-bar {
    background: #3FB2FF;
}
    
.top-bar-section ul li > a {
    background: #3FB2FF; 
}
    
.top-bar-section ul li.freetrail > a {
    background: #FF4242;
    color: white; }

.pricing-table {
    margin: 0.2rem; }

.pricing-table .price {
    font-size: 0.8rem;
    font-weight: bold;
}

.pricing-table .warningmsg {
    font-size: 0.8rem;
    font-weight: bold;
    background-color: #f00303;
}
    
.pricing-table .title {
    background-color: #008cba;
}
    
.pricing-table .bullet-item {
    font-size: 0.8rem;
    color: #212121;
}
    
/* table {
    margin: 1.25rem; } */
    
textarea {
    height: 7rem;
}
    
#bg {
    position: fixed; 
    top: -50%; 
    left: -50%; 
    width: 200%; 
    height: 200%;
}

#bg img {
    position: absolute; 
    top: 0; 
    left: 0; 
    right: 0; 
    bottom: 0; 
    margin: auto; 
    min-width: 150%; 
    min-height: 50%;
    opacity: 0.15;
}

.panel {
    opacity: 0.5;
    background: #515151;
    color: #FFFFFF;
}
    
fieldset {
    border: 1px solid #dddddd;
    padding: 1.00rem;
    margin: 0.80rem;
    box-shadow: 0 8px 6px -6px #455a64;
}
    
fieldset legend {
    background: transparent;
    color: #333333;
}

fieldset .mtitle {
    font-size: 1.28rem;
    color: #455a64;
    margin-bottom: 1.0rem;
}

fieldset .ftitle {
    font-size: 0.8rem;
    color: #616161;
    margin-bottom: 1.0rem;
}

fieldset .fheader {
    font-weight: bold;
    color: #424242;
    margin-bottom: 0.6rem;
}

fieldset .fprice {
    font-size: 0.8rem;
    color: #212121;
    margin-bottom: 0.4rem;
}

fieldset .fcasenote {
    font-size: 0.8rem;
    color: #212121;
    margin-bottom: 1.2rem;
}

label {
    font-weight: normal;
    color: #1b5e20;
}

select {
    font-family: 'Ubuntu', sans-serif;
}

input[type="file"] {
    appearance: none;            /* Standard (not widely supported) */
    -webkit-appearance: none;    /* Chrome, Safari */
    -moz-appearance: none;       /* Firefox (not always necessary) */
}
    
.circular {
    width: 130px;
    height: 130px;
    border-radius: 150px;
    -webkit-border-radius: 150px;
    -moz-border-radius: 150px;
}

.row {
    min-width:100% !important;
}

/* .off-canvas-wrap, .inner-wrap, .main-section { height:100%; }
.main-section { overflow-y: auto; } */

.pcardleft {
    border-right: 1px solid #B0BEC5;
    /* background: #FFFFFF;
    padding: 1.00rem;
    margin: 0.80rem;
    box-shadow: 0 8px 6px -6px #455a64; */
}

input[type="checkbox"] {
    margin: 0.8rem 0 1rem 0;
    padding: 0.5rem; 
}

input {
    border-radius: 5px;
}

textarea {
    border-radius: 5px;
}

select {
    border-radius: 5px;
}

.datalists {
    border-radius: 5px;
    margin: 0 0 1rem 0;
    padding: 0.5rem;
    border: 1px solid #cccccc;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    width: 100%;
    font-size: 0.875rem;
    letter-spacing: 0.1rem;
    color: rgba(0, 0, 0, 0.75);
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}