/*
Theme Name: Arctic Start
Author: Firstech Marketing
Author URI: www.arcticstart.com
Version: 4.0.0
Theme URI: www.arcticstart.com
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
This theme, like WordPress, is licensed under the GPL.
*/
.ftm_blogpost{
	margin-bottom: 10px;
	font-size: 15px;
}
.ftm_blogpost.ftm_half-width {
}
.ftm_blogpost h3, .ftm_blogpost h4 {
	padding: 20px 0px 10px;
	font-size: 18px;
}
.ftm_blogpost h4:first-child {
	padding: 0 0 10px;
}
.ftm_blogpost p {
	padding: 5px 0;
	font-size: 18px;
}
.ftm_blogpost ol {
	margin: 0;
	padding: 20px;
}
.ftm_blogpost li {
	padding: 5px 0;
	margin: 0;
	list-style-position: inside;
}
.ftm_blogpost b, .ftm_blogpost p strong {
	display: inline;
	font-weight: 700;
}
.ftm_blogpost a {
	color: #00A4D1;
	font-weight: 700;
}
.ftm_blogpost a:hover {
	color: #0192BA;
}
.ftm_blogpost .ftm_italic {
	font-style: italic;
}
.ftm_blogpost iframe{
	max-width: 100%;
}
.author__info{
	font-size: 90%;
	font-style: italic;
	color: #666;
}
.ftm_blogpost img {
	display: block;
	margin: 0 auto;
}
.ftm_blogpost input#fsSubmitButton2261811, .ftm_blogpost input#fsSubmitButton2099088{
	width: 240px;
	background: #00B8E4;
	color:white;
	padding: 10px 20px;
	border-radius: 18px;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	-o-border-radius:18px;
	-ms-border-radius: 18px;
	font-size: 14px;
	font-weight: bold;
}
.ftm_blogpost input#fsSubmitButton2261811:hover, .ftm_blogpost input#fsSubmitButton2099088:hover{
	background: #0192BA;
}
.ftm_blogpost .fsFieldRow input{
	max-width: 600px !important;
}
.ftm_blogpost #fsForm2392166 .fsSectionHeader{
	margin: 0px 0px 15px;
	background: #222222;
	padding: 30px 15px;
	border-radius: 0px;
}
.ftm_blogpost #fsForm2392166 .fsSectionHeading {
	color: #FFFFFF;
	font-size: 24px;
}
.ftm_blogpost #fsForm2392166 .fsFieldRow{
	margin: 15px 0px;
}
.ftm_blogpost #fsForm2392166 .fsOptionLabel.horizontal {
	margin: 15px 20px 0px 0px;
	min-width: 100px;
}
.ftm_blogpost #fsForm2392166 .fsField.horizontal {
	width: 15px;
}
.ftm_blogpost #fsForm2392166 #fsSubmitButton2392166 {
	background: #00B8E4;
	color: white;
	font-weight: bold;
	width: 100%;
	float: none;
	margin: 45px auto 0px;
	padding: 7px 13px;
}
.ftm_blogpost #fsForm2392166 .fsCurrency {
	float: left;
	margin-right: 1%;
}
.ftm_blogpost #fsForm2392166 .fsField.fsFormatNumber.fsNumberDecimals-2{
	width: 95% !important;
}
@media screen and (min-width: 960px){
.ftm_blogpost #fsForm2392166 .fsSectionHeading {
	font-size: 34px;
}
.ftm_blogpost.ftm_half-width {
	float: left;
	width: 48%;
	margin-right: 2%;
	overflow: auto;
}
.ftm_blogpost img {
	display: block;
	margin: 0 0;
}
}