Body {
    margin: 0px;
    padding: 0px;
}
Body, .Normal, .NormalTextBox, div, td, p, .Normal, .NormalDisabled, .NormalBold {
    /*font-family: Arial, Helvetica, sans-serif;
	font-family: Open Sans;*/
    line-height: 1.5em;
    color: #777;
	 /*font-size: 14px*/
}
p {
    padding: 5px 0;
    margin: 0px
}
h1, h2, h3, h4, h5, h6, h7, h8 {
    color: #c60;
}
h1 {
    font-size: 28px
}
h2 {
    font-size: 24px;
}
h3 {
    font-size: 20px;
}
h4 {
    font-size: 18px;
}
h5 {
    font-size: 16px;
}
h6 {
    font-size: 14px;
}
h7 {
    font-size: 12px;
}
h8 {
    font-size: 12px;
    color: #777;
}
h9 {
    font-size: 12px;
    color: #c60;
}
/* ======== 
	Links 
	======== */

a:link, a:active, a:visited {
    text-decoration: none;
    outline: none;
    color: #c60;
}
a:hover {
    text-decoration: underline;
}
/* ======== 
	Subscript and Superscript 
	======== */

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
/* ======== 
	ADMIN 
	======== */

A.CommandButton:link, A.CommandButton:visited, A.CommandButton:active {
    font: bold small Arial, Helvetica, sans-serif;
    color: #08C;
}
/* ======== 
	Query Manager
	======== */
#lblQueryText_inside .NormalTextBox {
    font-size: .6em;
}
.sunstonefit_thumb .thumb-info.thumb-info-hide-wrapper-bg .thumb-info-wrapper {
    float: left;
    width: 188px;
}
.sunstonefit_thumb .thumb-info.thumb-info-hide-wrapper-bg .thumb-info-caption {
    float: left;
    margin-left: 20px;
    padding-top: 0px;
}

#app .clearfix { display: block; }

@media (max-width:991px) {
.sunstonefit_thumb .thumb-info.thumb-info-hide-wrapper-bg .thumb-info-wrapper {
    float: none;
    width: 100%;
}
.sunstonefit_thumb .thumb-info.thumb-info-hide-wrapper-bg .thumb-info-caption {
    margin-left: 0;
}
}

.ss-signup-banner {
    text-align: center;
    margin-bottom: 0;
    background: #c60 !important;
    padding: 50px;
    color: #fff;
}

.plan-selector {
    background:  #c60 !important;
}
.plan-selector.active::after {
    border-top-color: #c60 !important;
}

.featured-boxes-full .featured-box-full {
    text-align: center;
    padding: 45px;
}

.featured-boxes-full .featured-box-full .fa, .featured-boxes-full .featured-box-full .fas, .featured-boxes-full .featured-box-full .far, .featured-boxes-full .featured-box-full .fab, .featured-boxes-full .featured-box-full h1, .featured-boxes-full .featured-box-full h2, .featured-boxes-full .featured-box-full h3, .featured-boxes-full .featured-box-full h4, .featured-boxes-full .featured-box-full h5, .featured-boxes-full .featured-box-full h6, .featured-boxes-full .featured-box-full p, .featured-boxes-full .featured-box-full a {
    color: #fff;
    padding: 0;
    margin: 0;
}
.featured-boxes-full .featured-box-full .fa, .featured-boxes-full .featured-box-full .fas, .featured-boxes-full .featured-box-full .far, .featured-boxes-full .featured-box-full .fab {
    font-size: 55px;
    margin-bottom: 15px;
    text-shadow: 1px 1px 1px rgb(0 0 0 / 20%);
}

.fa-check-circle:before {
    content: "";
}

.color-primary {
    background-color: #c60;
}
.btn-text {
    font-size: calc(1em + 2vw) !important;
}

section.section.section-center {
    text-align: center;
}

.ss-signup-banner {
    text-align: center;
    margin-bottom: 0;
    background: #c60 !important;
    padding: 50px;
    color: #fff;
}

.plan-selector {
    background:  #c60 !important;
}
.plan-selector.active::after {
    border-top-color: #c60 !important;
}

.ribbon-wrapper {
    width: 85px;
    height: 88px;
    overflow: hidden;
    position: absolute;
    top: -3px;
    right: -3px
}
.ribbon {
    font-size: 12px;
    font-weight: 600;
    color: #FFF;
    text-transform: uppercase;
    letter-spacing: .05em;
    line-height: 15px;
    text-align: center;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .4);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    position: relative;
    padding: 7px 0;
    right: -11px;
    top: 10px;
    width: 100px;
    height: 28px;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .3);
    box-shadow: 0 0 3px rgba(0, 0, 0, .3);
    background-color: #dedede;
    background-image: -webkit-linear-gradient(top, #ffffff 45%, #dedede 100%);
    background-image: -o-linear-gradient(top, #ffffff 45%, #dedede 100%);
    background-image: linear-gradient(to bottom, #ffffff 45%, #dedede 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffdedede', GradientType=0)
}
 .ribbon-wrapper.lg {
    width: 100px;
    height: 105px;
}
.ribbon.lg {
    right: -12px;
    top: 16px;
    width: 117px;
    height: 28px;
}
.ribbon:before,
.ribbon:after {
    content: "";
    border-top: 3px solid #9e9e9e;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    position: absolute;
    bottom: -3px
}

.ribbon:before {
    left: 0
}

.ribbon:after {
    right: 0
}
.ribbon.green {
    background-color: #2da285;
    background-image: -webkit-linear-gradient(top, #2da285 45%, #227a64 100%);
    background-image: -o-linear-gradient(top, #2da285 45%, #227a64 100%);
    background-image: linear-gradient(to bottom, #2da285 45%, #227a64 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff2da285', endColorstr='#ff227a64', GradientType=0)
}

.ribbon.green:before,
.ribbon.green:after {
    border-top: 3px solid #113e33
}

.ribbon.red {
    background-color: #bc1a3a;
    background-image: -webkit-linear-gradient(top, #a61733 45%, #bc1a3a 100%);
    background-image: -o-linear-gradient(top, #a61733 45%, #bc1a3a 100%);
    background-image: linear-gradient(to bottom, #a61733 45%, #bc1a3a 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffa61733', endColorstr='#ffbc1a3a', GradientType=0)
}

.ribbon.red:before,
.ribbon.red:after {
    border-top: 3px solid #8f142c
}


.ribbon.blue {
    background-color: #1a8bbc;
    background-image: -webkit-linear-gradient(top, #177aa6 45%, #1a8bbc 100%);
    background-image: -o-linear-gradient(top, #177aa6 45%, #1a8bbc 100%);
    background-image: linear-gradient(to bottom, #177aa6 45%, #1a8bbc 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#177aa6', endColorstr='#ff1a8bbc', GradientType=0)
}

.ribbon.blue:before,
.ribbon.blue:after {
    border-top: 3px solid #115979
}






