.col-top {
  vertical-align: top;
}

.row-height {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
}
.col-height {
  display: table-cell;
  float: none;
  height: 100%;
}

.align-middle {
  vertical-align:middle;	
}
.align-top {
  vertical-align:top;	
}
.align-bottom {
  vertical-align:bottom;	
}

.h-spacer {
	padding-right:16px;
}

.v-spacer-box {
	margin-bottom:16px;
	margin-top:20px;
}

.v-spacer {
	margin-bottom:16px;
}

.v-spacer1 {
	margin-bottom:24px;
}


.v-spacer2 {
	margin-bottom:32px;
}

.v-spacer3 {
	margin-bottom:48px;
}

#main .central-wrapper {
	padding-bottom:0px !important;
}

.dropshadow_box {
	border-color: #dcd8d4;
	border-width: 1px 2px 2px 1px;
	border-style:solid;	
	margin-left:15px;
	margin-right:15px;
}

#appform input, #appform select {
	width: 100%;	
	margin: 0px;
	font-family: OpenSans-Regular;
	font-size: 15px;	
	color: #302542;
		
} 
#appform input {
	padding:4px 7px 4px 7px;
	
}

#appform select {
	height:32px;
	-webkit-appearance: menulist-button;
}

.tooltip-content {
	display:none;      
}

.tooltip-img-bg {
 	background-color: #f1f1f1;
}




/* Font Classes */
.F1, .hyperlink {
	font-family: OpenSans-Regular;
	font-size: 20px;
	text-decoration: underline
}
.F2, .hyperlink_bold {
	font-family: OpenSans-Bold;
	font-size: 20px;
	text-decoration: underline;
}
.F3, .hyperlink_small {
	font-family: OpenSans-Regular;
	font-size: 16px;
	text-decoration: underline;
}
.F4, .hyperlink_title {
	font-family: OpenSans-Regular;
	font-size: 26px;
	text-decoration: underline;
}
.F5, .subtitle {
	font-family: OpenSans-CondLight;
	font-size: 30px;
}
.F6, .subtitle_condensed {
	font-family: OpenSans-CondLight;
	font-size: 20px;
}
.F7, .text_body {
	font-family: OpenSans-Regular;
	font-size: 16px;
}
.F8, .text_body_large {
	font-family: OpenSans-Regular;
	font-size: 20px;
}
.F9, .text_body_large_italic {
	font-family: OpenSans-Regular;
	font-size: 22px;
	font-style: italic;
	font-weight:bold;
}
.F9m, .text_body_large_italic {	
	font-size: 16px;
	font-style: italic;
	font-weight:bold;
}
.F10, .text_body_xl {
	font-family: OpenSans-Regular;
	font-size: 26px;
}
.F11, .text_cta_close {
	font-family: Quicksand;
	font-size: 34px;
}
.F12, .text_cta_intro {
	font-family: OpenSans-CondLight;
	font-size: 23px;
}
.F13, .title_condensed {
	font-family: OpenSans-CondBold;
	font-size: 20px;
}
.F14, .title_condensed_small {
	font-family: OpenSans-CondBold;
	font-size: 16px;
}
.F15, .title_large {
	font-family: Quicksand;
	font-size: 36px;
}
.F16, .title_medium {
	font-family: Quicksand;
	font-size: 30px;
}
.F17, .title_page {
	font-family: Quicksand;
	font-size: 46px;
}
.F18, .title_small {
	font-family: Quicksand;
	font-size: 32px;
	line-height:32px;	
}
.F19, .title_xl {
	font-family: OpenSans-CondLight;
	font-size: 40px;
}
.F20, .title_xs {
	font-family: Quicksand;
	font-size: 16px;
}
.F21, .title_xxl {
	font-family: Quicksand;
	font-size: 55px;
}
.F22, .text_body_medium_italic {
	font-family: OpenSans-Regular;
	font-size: 18px;
	font-style: italic;
}
.F23, .subtitle_condensed_light {
	font-family: OpenSans-CondLight;
	font-size: 16px;
}
.F24, .text_body_small {
	font-family: OpenSans-Regular;
	font-size: 12px;		
}
.F25, .text_body_medium {
	font-family: OpenSans-Regular;
	font-size: 16px;			
}
.F26, .form_field {
	font-family: 'Karla';
	font-size: 15px;			
}
.F27, .side_bar_text {
	font-family: 'Karla';
	font-size: 19px;		
}
.F28, .header_text {
	font-family: 'Karla';
	font-size: 13px;	
}

.F29 {
	font-family: Quicksand;
	font-size: 24px;
	font-weight:800;
	letter-spacing: -1px;
	line-height:32px;
}

@media (max-width: 768px) {
	.F29 {
		font-size:20px;
	}
}

.F30 {
	font-family: Quicksand;
	font-size: 21px;
	font-weight:800;
	letter-spacing: -1px;
	line-height:28px;
}

input[type="text"] {
		
}

/* Color Classes */

.C1, .Light_Grey {
	color: #808184;
}
.C2, .Grey {
	color: #59595b;
}
.C3, .Dark_Grey {
	color: #3d3942;
}
.C4, .Light_Purple {
	color: #9073b3;
}
.C5, .Purple {
	color: #645975;
}
.C6, .Dark_Purple {
	color: #302542;
}
.C7, .Blue {
	color: #00adee
}

.C8, .Black {
	color: #000000;
}
.C9, .White {
	color: #ffffff;
}
.C10, .White {
	color: #9073b3;
}
.C11, .ErrorRed {
	color: #be1e2d;
}
.C12, .LCPurple {
	color: #b0a7c2;	
}
.C13, .LCPurple {
	color: #b0a7c2;	
}


/* Shading Calasses */
.S1, .Grey_Bg {
	background-color: #f1f1f1;
}
.S2, .Purple_Bg {
	background-color: #e8e6f1;
}
.S3, .Merchant_Purple_Bg {
	background-color: #645975;
}
.S4, .Affiliate_Purple_Bg {
	background-color: #b0a7c2;
}
.S5, .About_Purple_Bg {
	background-color: #d7d3e1;
}
.S6, .Box_Purple_Bg {
	background-color: #302542;
}
.S7, .Orphan_Blue_Bg {
	background-color: #00adee;
}
.S8, .White_Bg {
	background-color: #ffffff;
}
.S9, .CTA_Button {
	background-color: #72b38f;
}
.S10, .CTA_Hover {
	background-color: #549d75;
}
.S11, .ErrorMessage {
	background-color: #be1e2d; 
}
.S12, .SFormField {
	background-color: #dadadb;
}

.S13  {
	background-color: #b0a7c2;
}


input.B11 {
	border: 1px solid #be1e2d !important;
}
div.ErrorRed {
	color: #be1e2d;
}

.vc_row {
    margin-left:0px !important;
    margin-right:0px !important;
}
.page-title-block {
	background-color: #645975;
}
.top-cta {
	background-color: #f1f1f1;
	padding: 40px 15%;
	margin-top: 90px;
	margin-bottom: 10px !important;
}
.top-cta p {
	font-family: OpenSans-Light;
	font-size: 23px;
	color: #302542;
}
h4 {
	color: #302542;
	font-family: Quicksand;
	font-size: 30px !important;
	text-transform: capitalize;
}
.bg-grey {
	background-color: #f4f5f6 !important;
	padding: 90px 0px;
}
.grow-cta {
	color: #231f20;
	font-family: Quicksand;
	letter-spacing: 1px;
	font-size: 32px;
	padding: 20px 0px 30px 0px;
}
.row div {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

#content .inner { display: none; }


@media all and (min-width: 766px) and (max-width: 1024px) {
h1 {
	font-size: 36px !important;
}
.top-cta {
	text-align: center;
}
}

/* Large Devices Only */
@media only screen and (min-width: 550px) {
}

/* Bootstrap Medium Devices */
@media (max-width: 1200px) {
}

/* Footer Fixes */
@media (max-width: 1000px) and (min-width: 992px) {
}

/* Bootstrap Small Devices */
@media (max-width: 992px) {
}

/* Bootstrap Small Devices */
@media only screen and (max-width: 800px) {
.top-cta {
	margin-top: 0px;
}
h4 {
	margin-top:20px;
}
}
/* Bootstrap Small Devices */
@media only screen and (max-width: 768px) {

}

/* Small Devices */
@media only screen and (max-width: 550px) {
.grow-cta {
	line-height: 40px;
}
}