@charset "UTF-8";

.container {
	background-color: #FFFFFF;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	border-bottom-width: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
.overlay_caption {
	position: absolute;
    width: 50%;
    margin-left: 25%;
    margin-top: 20%;
    background: RGBA(250,250,250,.5);
    color: #1c4857;
    font-size: 16pt;
    top: 10%;
    padding: 15px;
	text-align: center;
}

.cta:visited, cta:active, cta:link, .cta {
	font-size: 14pt;
	background:#bd5374;
    color: white;
    padding: 12px 32px;
    border-radius: 5px;
	border-width: thin;
    text-decoration: none;
    margin: 4px 2px;
    cursor: pointer;
	transition-duration: 0.2s;
	display:inline-block;
	}
	
.cta:hover {
	font-size: 14pt;
	background: #ca7590;
	color: white;
	padding: 12px 32px;
	border-radius: 5px;
	border-width: thin;
	text-decoration: none;
	margin: 4px 2px;
	cursor: pointer;
	display:inline-block;
	}
.ctademo:visited, ctademo:active, ctademo:link, .ctademo {
	font-size: 14pt;
	background:#bed363;
    padding: 12px 32px;
    border-radius: 5px;
	border-width: thin;
    text-decoration: none;
    margin: 4px 2px;
    cursor: pointer;
	transition-duration: 0.2s;
	display:inline-block;
	}
	
.ctademo:hover {
    font-size: 14pt;
    background: #e1ea9d;
    padding: 12px 32px;
    border-radius: 5px;
    border-width: thin;
    text-decoration: none;
    margin: 4px 2px;
    cursor: pointer;
	display:inline-block;
	}

.tab_title {
	padding-left: 10%;
	padding-right: 10%;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0px;
	background-color: #f1f1f1;
	/*background-color: #bed363;*/
	color: #1c4857;
}

.tab_text {
	font-size: 14pt;
	padding: 15px;
}

.tab_text_dark {
	font-size: 30pt;
	padding: 15px;
	color: #477487;
}

.row_even {
	width: 100%;
    margin: 0px;
    padding-top: 40px;
	padding-bottom: 40px;
    display: inline-block;
    background-color: #fff;
}

.row_odd {
	width: 100%;
   	margin: 0px;
    padding-top: 40px;
	padding-bottom: 40px;
    display: inline-block;
    background-color: #f1f1f1;  
}
.section_header {
	text-align: center;
	font-size: 30pt;
	color: #9bb2bc;
	padding: 15px;
	/*background-color: RGBA(50,50,50,.75);*/
	width: 75%;
	margin:auto;
}

.row_bottom {
	width: 100%;
   	margin: 0px;
    padding-top: 40px;
	padding-bottom: 40px;
    display: inline-block;
    /*background-color: #1c4857;*/
	/*background-color: #bd5374;*/
	/*background-color: #ca7590;*/
	background-color: #1c4857;
	background-image: image("/images/fp/slider_0006.png")
}

.left_image {
	width: 58%;
	float:left;
	padding-right: 0px;
}

.right_image {
	width: 58%;
	float: right;
	padding-left: 0px;
}

.left_text {
	width: 34%;
	font-size: 12pt;
	padding-left: 3%;
	padding-right: 3%;
	padding-bottom: 50px;
	padding-top:0px;
	text-align:justify;
	color:grey;
	float:left;
}

.center_text {
	width: 34%;
	font-size: 12pt;
	padding-left: 3%;
	padding-right: 3%;
	padding-bottom: 50px;
	padding-top:0px;
	text-align:center;
	color:grey;
	margin:auto;
}

.right_text {
	width: 34%;
	font-size: 12pt;
	padding-left: 3%;
	padding-right: 3%;
	padding-bottom: 50px;
	padding-top:0px;
	text-align:justify;
	color:grey;
	float:right;
}

.text_title_right {
	font-size: 24px;
	color:#477487;
	text-align: left;
}

.text_title_left {
	font-size: 24px;
	color:#bd5374;
	text-align: left;
}

.bottom {
	font-size: 14pt;
	padding:50px;
	margin: 0px;
	min-height: 150px;
	background-color:#bed363;
	color: #f1f1f1;
}
.bottom a {
	color: #f1f1f1;text-align: center;
}

.cancel:visited, cancel:active, cancel:link, .cancel {
	font-size: 8pt;
	background:#bd5374;
    color: white;
    padding: 8px 32px;
    border-radius: 5px;
	border-width: thin;
    text-decoration: none;
    margin: 4px 2px;
    cursor: pointer;
	transition-duration: 0.2s;
	}
	
.cancel:hover {
	font-size: 8pt;
	background: #ca7590;
	color: white;
	padding: 8px 32px;
	border-radius: 5px;
	border-width: thin;
	text-decoration: none;
	margin: 4px 2px;
	cursor: pointer;
	}

.row.blockDisplay {
	display: block;
}

.column_half {
	width: 50%;
	float: left;
	margin-top: 0px;
}
.column_full {
	width: 95%;
	float: left;
	margin-top: 0px;
	margin:auto;
}
.columns {
	width: 23%;
    height: 350px;
    float: left;
    font-family: "Source Sans Pro";
    color: #ffffff;
    line-height: 24px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 15px;
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 1%;
    margin-right: 1%;
    /*border: 1px solid #d6d6d6;*/
    background: #1c4857;
	border-radius: 5px;
}

.last_column {
	width: 18%;
    height: 350px;
    float: left;
    font-family: "Source Sans Pro";
    color: #ffffff;
    line-height: 24px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 15px;
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 1%;
    margin-right: 1%;
    /*border: 1px solid #d6d6d6;*/
    background: #1c4857;
	border-radius: 5px;
}

.pricing_tabs {
	width: 23%;
    height: 400px;
    float: left;
    font-family: "Source Sans Pro";
    color: #ffffff;
    line-height: 24px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 15px;
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 1%;
    margin-right: 1%;
    /*border: 1px solid #d6d6d6;*/
    background: #f3f3f3;
	border-radius: 5px;
}


.row .columns p {
	padding-left: 10%;
	padding-right: 10%;
}
.container .columns h2 {
	text-align: center;
	color: #d2d2d2;
	padding:5px;
}
.primary_header {
    width: 100%;
    /* background-color: #BDD63A; */
    padding-top: 0px;
    /* padding-bottom: 3px; */
    clear: left;
    /*border-bottom: 2px solid #2C9AB7;*/
}
.secondary_header {
	width: 100%;
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #B3B3B3;
	clear: left;
}
.container .secondary_header ul {
	margin-top: 0%;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	width: 100%;
}
.secondary_header ul li {
	list-style: none;
	float: left;
	margin-right: auto;
	margin-top: 0px;
	font-family: "Source Sans Pro";
	font-weight: normal;
	color: #FFFFFF;
	letter-spacing: 1px;
	margin-left: auto;
	text-align: center;
	width: 16%;
	transition: all 0.3s linear;
}
.secondary_header ul li:hover {
	color: #717070;
	cursor: pointer;
}

.full_article {
	background-color: #FFFFFF;
	width: 70%;
	float: center;
	margin: auto;
	font-family: "Source Sans Pro";
	color: #;
	padding-bottom: 5px;
}

.container .full_article h4 {
	padding-left: 5%;
	padding-right: 5%;
	margin-top: 5%;
	color: #717070;
}

.container .full_article h3 {
	padding-left: 5%;
	padding-right: 5%;
	margin-top: 5%;
	color: #717070;
	font-weight: bold;
}

.container .full_article h2 {
	padding-left: 5%;
	padding-right: 5%;
	padding-bottom: 10px;
	padding-top: 10px;
	margin-top: 0%;
	color: #477487;
	background: #f2f2f2;
	font-weight: bold;
	text-transform: uppercase;
}

.container .full_article p {
	padding-left: 5%;
	padding-right: 5%;
	text-align: justify;
	line-height: inherit;
	margin-top: 30px;
	margin-bottom: 15px;
	color: #686868;
	font-size: medium;
	
}

.left_article {
	background-color: #FFFFFF;
	width: 50%;
	float: center;
	font-family: "Source Sans Pro";
	color: #;
	padding-bottom: 15px;
}
.noDisplay {
	display: none;
}
.container .left_article h3 {
	padding-left: 5%;
	padding-right: 5%;
	margin-top: 5%;
	color: #717070;
	font-weight: bold;
	text-transform: uppercase;
}
.container .left_article p {
	padding-left: 5%;
	padding-right: 5%;
	text-align: justify;
	line-height: 24px;
	margin-top: 30px;
	margin-bottom: 15px;
	color: #686868;
}
.right_article {
	width: 40%;
	float: left;
	background-color: #F6F6F6;
}
.container .right_article ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.right_article ul li {
	font-family: "Source Sans Pro";
	list-style: none;
	text-align: center;
	background-color: #B3B3B3;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #FFFFFF;
	font-weight: bold;
	border-radius: 0px;
	transition: all 0.3s linear;
	border-left: 5px solid #717070;
}
.right_article ul li:hover {
	background-color: #717070;
	cursor: pointer;
}
.footer {
	background-color: #717070;
}
.title {
	font-weight: bold;
	font-style: normal;
	font-family: "Source Sans Pro";
	text-align: center;
	color: #FFFFFF;
	letter-spacing: 2px;
}
.placeholder {
	/* [disabled]max-width: 400px;
*/
	/* [disabled]max-height: 200px;
*/
	width: 100%;
	margin:auto;
	padding-top: 5px;
	/* [disabled]padding-left: 19px;
*/
	padding-bottom: 5px;
	height: 100%;
}
.left_half {
	background-color: #abd4e5;
}
.container .column_half.left_half h4 {
	color: #FFFFFF;
	font-family: "Source Sans Pro";
	text-align: center;
}
.right_half {
	background-color: #72b7d3;
	color: #FFFFFF;
	font-family: "Source Sans Pro";
	text-align: center;
	font-weight: bold;
}
.column_title {
	padding-top: 25px;
	padding-bottom: 25px;
	text-align: center;
}
.copyright {
	text-align: center;
	background-color: #717070;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: lighter;
	letter-spacing: 2px;
	border-top-width: 2px;
	font-family: "Source Sans Pro";
}
body {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

@media (max-width: 1000px) {
.overlay_caption {
	position: absolute;
    width: 80%;
    margin-left: 10%;
    margin-top: 10%;
    background: RGBA(250,250,250,.5);
    color: #1c4857;
    font-size: 12pt;
    top: 10%;
    padding: 15px;
	text-align: center;
}
	
.tab_title {
	padding-left: 10%;
	padding-right: 10%;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0px;
	background-color: #bed363;
	color: #1c4857;
}

.tab_text {
	font-size: 14pt;
	padding: 10px;
}
	
.left_image {
	width: 100%;
	padding-right: 0px;
}

.right_image {
	width: 100%;
	padding-left: 0px;
}

.left_text {
	width: 94%;
	font-size: 12pt;
	padding-left: 3%;
	padding-right: 3%;
	padding-bottom: 50px;
	padding-top:0px;
	text-align:justify;
	color:grey;
	
}

.center_text {
	width: 94%;
	font-size: 12pt;
	padding-left: 3%;
	padding-right: 3%;
	padding-bottom: 50px;
	padding-top:0px;
	text-align:center;
	color:grey;
	margin:auto;
}
	
.right_text {
	width: 94%;
	font-size: 12pt;
	padding-left: 3%;
	padding-right: 3%;
	padding-bottom: 0px;
	padding-top:0px;
	text-align:justify;
	color:grey;
}

.text_title_right {
	font-size: 24px;
	color:#477487;
	text-align: left;
}

.text_title_left {
	font-size: 24px;
	color:#bd5374;
	text-align: left;
}

	
.secondary_header ul li {
	float: none;
	margin-top: 28px;
	margin-left: 0px;
	width: 100%;
}
.container .secondary_header ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: auto;
	width: 100%;
	text-align: center;
}
.secondary_header {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 1px;
	padding-bottom: 40px;
}
.left_article {
	width: 100%;
	height: auto;
}
.right_article {
	width: 100%;
	height: auto;
}
	
.full_article {
	background-color: #FFFFFF;
	width: 100%;
	float: center;
	margin: auto;
	font-family: "Source Sans Pro";
	color: #;
	padding-bottom: 5px;
}	
	
.pricing_tabs {
	width: 95%;
    height: 400px;
    float: left;
    font-family: "Source Sans Pro";
    color: #ffffff;
    line-height: 24px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 15px;
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 2.5%;
    margin-right: 2.5%;
    /*border: 1px solid #d6d6d6;*/
    background: #f3f3f3;
	border-radius: 5px;
}
	
.placeholder {
	width: 100%;
	margin-top: 22PX;
	margin-right: 0px;
	margin-bottom: 22PX;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	max-width: 400px;
	max-height: 200px;
	height: auto;
}
.columns {
	width: 95%;
	margin-top: 2.5%;
	margin-right: 2.5%;
	margin-bottom: 2.5%;
	margin-left: 2.5%;
	padding-top: 0PX;
	padding-right: 0PX;
	padding-bottom: 0PX;
	padding-left: 0PX;
}
.columns p {
	padding-left: 10px;
	padding-right: 10px;
}
.column_half.left_half {
	width: 100%;
}
.column_half.right_half {
	width: 100%;
}
.copyright {
	padding-top: 25px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.container .left_article h3 {
	margin-top: 30px;
}
.social .social_icon img {
	width: 80%;
}
.container .secondary_header {
}
}



@media (min-width: 1001px) {
}
.thumbnail {
	width: 125px;
	border-radius: 200px;
	height: 125px;
	margin-left: auto;
    margin-top: 15px;
}
.thumbnail_align {
	text-align: center;
}

.thumbnail_align_top {
	text-align: center;
	margin-top:-15px;
}
.social {
	text-align: center;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	background-color: #414141;
	clear: both;
	overflow: auto;
}
.social_icon {
	width: 25%;
	text-align: center;
	float: left;
	transition: all 0.3s linear;
	line-height: 0px;
	padding-top: 7px;
}
.container .social .social_icon:hover {
	cursor: pointer;
	opacity: 0.5;
}
#menu {
}

.video-container {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px; height: 0; overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 600;
    height: 338;
}

.center_block {
	text-align:center;
}
.action {
	font-size:14px;
	background: #e2e8ea;
	/*border: solid 1px #aab7c2;*/
	border-radius:10px;
	margin:auto;
	text-align: center;
	color: inherit;
	margin-bottom: 0px;
	padding: 10px;
	background-position: bottom;
	width:75%;
		}
.special {
	color:blue;
	text-align: center;
	font-size: 24px;
	margin:auto;
}
