/****

****Colors****

Orange: #F79B2F
header blue: #d2e9f2
dark blue: #336699
Link blue: #1B75BB
Hover blue: #268DD3
Light/bright Blue: #c0e3ff
sub-menu blue: #47a3da

****/


.debug {
    border:1px solid #e00
}

/*** CLEARFIX ***/

.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */

/*** OLD FONTS ***/

@font-face {
    font-family:'Open Sans';
    font-style:normal;
    font-weight:400;
    src:local('Open Sans'), local(OpenSans), url(//themes.googleusercontent.com/static/fonts/opensans/v6/cJZKeOuBrn4kERxqtaUH3bO3LdcAZYWl9Si6vvxL-qU.woff) format("woff")
}
@font-face {
    font-family:'Open Sans';
    font-style:normal;
    font-weight:700;
    src:local('Open Sans Bold'), local(OpenSans-Bold), url(//themes.googleusercontent.com/static/fonts/opensans/v6/k3k702ZOKiLJc3WVjuplzKRDOzjiPcYnFooOUGCOsRk.woff) format("woff")
}
@font-face {
    font-family:'Open Sans';
    font-style:normal;
    font-weight:800;
    src:local('Open Sans Extrabold'), local(OpenSans-Extrabold), url(//themes.googleusercontent.com/static/fonts/opensans/v6/EInbV5DfGHOiMmvb1Xr-hqRDOzjiPcYnFooOUGCOsRk.woff) format("woff")
}

img, form, fieldset {
    border:none
}
form, fieldset {
    margin:0;
    padding:0
}

/**** RESETS ****/

/* html5reset.css - 01/11/2011 */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead,
article, aside, canvas, details, figcaption, figure, 
footerfooter, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display: block;
}

nav ul {
    list-style: none;
	margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

blockquote, q {
    quotes: none;
}


blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

/* change colours to suit your needs */

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

/* change colours to suit your needs */

mark {
    background-color: #ff9;
    color: #000; 
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration:  line-through;
}

abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* change border colour to suit your needs */

hr {
    display: block;
    height: 1px;
    border: 0;   
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

/*** BOX SIZING ***/

html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}

a:link {
	color: #1B75BB;
}

a:visited {
	color: #1B75BB;	
}

a:hover {
    color:#268DD3; 
}

a:active {
	color:#268DD3; 
}

.cta-link {
	position: relative;
	font-size: 1.1em;
	margin: 10px 0;
	display: block;
}

.cta-link i {
	font-size: 1.2em;
	font-weight: 500;
	padding-left: 7px;
	vertical-align: -10%;
	-webkit-transition-duration: .2s;
	-moz-transition-duration: .2s;
	-o-transition-duration: .2s;
	transition-duration: .2s;
}

.cta-link:hover i {
	-webkit-transform: translateX(3px);
	-moz-transform: translateX(3px);
	-ms-transform: translateX(3px);
	-o-transform: translateX(3px);
	transform: translateX(3px);

}

.cta-link:hover:before {
	right: -3px;
}

table {
    width:100%;
    border-collapse:collapse
}

q {
    quotes:none
}
q:before {
    content:""
}
q:after {
    content:""
}
input:focus {
    outline:none
}
textarea:focus {
    outline:none
}
select:focus {
    outline:none
}

body {
    font-family: 'Lato', sans-serif;
    color: #404041;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Lato', sans-serif;
    color: #326699;
}

body {
  font-size: 100%;
}

body, caption, th, td, input, textarea, select, option, legend, fieldset, h1, h2, h3, h4, h5, h6 {
  font-size-adjust: 0.5;
}

.main ol { 
   list-style-type: decimal; 
   list-style-position: outside;
   margin: 15px 15px 15px 0;
}

.main ol li {
	margin-left: 1.5em;
}

.main li {
	padding-bottom: .6em;
	line-height: 1.45em;
}

.main ul {
	list-style-type: disc;
	list-style-position: outside;
	padding: 0 0 0 20px;
}

p {
  font-size: 1em;
  /* equivalent to 16px */
  line-height: 1.25;
  /* equivalent to 20px */
}


#page {
  font-size: 1em;
  /* equivalent to 16px */
  line-height: 1.25;
  /* equivalent to 20px */
}

@media (min-width: 43.75em) {
  #page {
    font-size: 1em;
    /* equivalent to 16px */
    line-height: 1.375;
    /* equivalent to 22px */
  }
p {
    font-size: 1em;
    /* equivalent to 16px */
    line-height: 1.375;
    /* equivalent to 22px */
  }
  li {
	line-height: 1.375em;
}
  
}

h1 {
  font-size: 2em;
  /* 2x body copy size = 32px */
  line-height: 1.25;
  /* 45px / 36px */
}

@media (min-width: 43.75em) {
  h1 {
    font-size: 2.5em;
    /* 2.5x body copy size = 40px */
    line-height: 1.125;
  }
}

@media (min-width: 56.25em) {
  h1 {
    font-size: 3em;
    /* 3x body copy size = 48px */
    line-height: 1.05;
    /* keep to a multiple of the 20px line height and something more appropriate for display headings */
  }
}

h2 {
  font-size: 1.625em;
  /* 1.625x body copy size = 26px */
  line-height: 1.15384615;
  /* 30px / 26px */
}

@media (min-width: 43.75em) {
  h2 {
    font-size: 2em;
    /* 2x body copy size = 32px */
    line-height: 1.25;
  }
}

@media (min-width: 56.25em) {
  h2 {
    font-size: 2.25em;
    /* 2.25x body copy size = 36px */
    line-height: 1.25;
  }
}

h3 {
  font-size: 1.375em;
  /* 1.375x body copy size = 22px */
  line-height: 1.13636364;
  /* 25px / 22px */
}

@media (min-width: 43.75em) {
  h3 {
    font-size: 1.5em;
    /* 1.5x body copy size = 24px */
    line-height: 1.25;
  }
}

@media (min-width: 56.25em) {
  h3 {
    font-size: 1.75em;
    /* 1.75x body copy size = 28px */
    line-height: 1.25;
  }
}

h4 {
  font-size: 1.325em;
  /* 1.125x body copy size = 18px */
  line-height: 1.11111111;
  font-weight: 400;
}

@media (min-width: 43.75em) {
  h4 {
    line-height: 1.4;
    /* (22px / 18px */
  }
}

blockquote {
  font-size: 1.25em;
  /* 20px / 16px */
  line-height: 1.25;
  /* 25px / 20px */
}

@media (min-width: 43.75em) {
  blockquote {
    font-size: 1.5em;
    /* 24px / 16px = */
    line-height: 1.45833333;
    /* 35px / 24px */
  }
}

p {
	color: #404041;
	margin-bottom: .5em;
}

a {
    text-decoration:none;
    color:#369
}

input, select, textarea {
    font-family:Arial, Helvetica, sans-serif;
    font-size:13px;
    color:#333
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

.aligncenter {
	display: block;
	clear: both;
	margin: 0 auto;
}

div.center {
	margin: 0 auto;
}

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

.main {
	width: 90%;
	clear: both;
    margin:0 auto;
}


.main:after {
	 visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
}

.main-wide {
    width:1300px;
    margin:0 auto
}

/* VERTICAL CENTERING */

.vjack:before {
    content:"";
    display:inline-block;
    height:100%;
    vertical-align:middle;
    margin-right:-0.25em
}
.vcenter {
    display:inline-block;
    vertical-align:middle;
    width:99%
}
.vbottom {
    display:inline-block;
    vertical-align:bottom;
    width:99%
}

/*** HEADER STYLES ***/

#header {
    position: relative;
    padding: 20px 30px 20px;
	width: 100%;
}

.inner #header {
	background: #d2e9f2; /* Old browsers */
	background: -moz-linear-gradient(left, #d2e9f2 0%, #edf3f7 75%, #d2e9f2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#d2e9f2), color-stop(75%,#edf3f7), color-stop(100%,#d2e9f2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #d2e9f2 0%,#edf3f7 75%,#d2e9f2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #d2e9f2 0%,#edf3f7 75%,#d2e9f2 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, #d2e9f2 0%,#edf3f7 75%,#d2e9f2 100%); /* IE10+ */
	background: linear-gradient(to right, #d2e9f2 0%,#edf3f7 75%,#d2e9f2 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d2e9f2', endColorstr='#d2e9f2',GradientType=1 ); /* IE6-9 */
}

body.home #header {
	position: fixed;
}


.logo, .logo a {
    display:block;
    width:265px;
    height:65px;
	margin-top: 4px;
}

.logo img {
	widtH: 265px;
}

.logo {
    float: left;
}

.bound {
	width: 90%;
	margin: 0 auto;
}

/*** MAIN NAV ***/

.topMenu { 
    position: relative;
    width: 53%;
    display: block;
    height: 60px;
    float: right;
}

.topMenu ul { 
    position: absolute;
    display:inline; 
    right: 0;
    bottom: 0;
}
    
.topMenu li { 
    list-style-type: none; 
    display: inline; 
    font-size: 1.1em;
    font-weight: 900;
	padding-right: 14px;
    }
    
.topMenu li a {
	line-height:15px;
	text-decoration:none;
	font-weight:normal;

}

.topMenu li:last-child {
    padding-right: 0;
    }

.menu-item i._mi {
    margin-bottom: -1px;
    }
	
	
ul li#menu-item-6332 a {
	display:block;
    margin:0;
	padding: 0 0 0 45px ;
	font-size: 1em;
	font-weight: 600;
    min-height:25px;
    font-size:14px;
    line-height:16px;
    background:url(images/layout/flag_canada.gif) no-repeat
}

#menu-item-6332 {
	padding: 15px 0 0 25px;
}

/*** END NAV ***/

.shiftnav-toggle {
	position: relative;
	top: 20px;
	float: right;
	font-size: 2em;
	display: none;
}

#shiftnav-toggle-main {
	position: absolute !important;
  z-index: 100 !important;
  top: 10px;
}

.hbtn-wrap {
	display: inline-block;
	height: 65px;
	width: 18%;
	min-width: 180px;
	text-align: right;
}

.hbtn-wrap a {
	vertical-align: bottom;

}
.hbtn-wrap:after {
    content: "";
    display: inline-block;
    vertical-align: bottom;  /* Align inline level elements vertically */
    height: 100%;
} 

/** title bar **/

#titleBar {
	position: relative;
	padding: 40px;
	background: #336699;
}

#titleBar h1 {
	color: #FFF;
	font-size: 3em;
	text-align: center;
}

/** breadcrumbs **/

#breadcrumbs{
    list-style:none;
    overflow:hidden;
}
  
#breadcrumbs li{
    display:inline-block;
    vertical-align:middle;
    margin-right:15px;
}
  
#breadcrumbs .separator{
    font-size:18px;
    font-weight:100;
    color:#ccc;
}

.bcWrap {
	padding: 10px 30px 10px;
	background: #f1f1f2;
	background: -moz-linear-gradient(left, #f1f1f2 0%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#f1f1f2), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #f1f1f2 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #f1f1f2 0%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, #f1f1f2 0%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to right, #f1f1f2 0%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f2', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
	text-transform: lowercase;
}

#breadcrumbs .item-187 {
	text-transform: none;
}

body.home .hbtn-wrap {
	display: none;
}

/*** PHONE ***/

.topPhone {
    position: absolute;
	right: 30px;
	top: 20px;
  z-index: 101;
    color: #326699;
    }
    
.topPhone i {
    font-size: 1.2em;
    padding-right: 5px;
    padding: 0 5px 0 0;
    }

.topPhone span {
	padding-right: 30px;
    }

	
/*** END HEADER STYLES ***/

/*** BEGIN HOME PAGE CONTENT ***/

#banner {
	position: fixed;
	width: 100%;
	min-height: 530px;
	z-index: -1;
	top:0;
	background: #eff8ff;
}

#banner-image {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	min-width: 1170px;
	max-width: 1600px;
}

.bannerContent {
	position: relative;
	margin-top: 185px;
	padding-left: 140px;
	padding-right: 26.5%;
	z-index: 100;
}

.bannerContent h1 {
	display: inline-block;
	color: #326699;
	font-size: 3.2em;
	font-weight: 900;
	letter-spacing: 1px;
	line-height: 60px;
	margin-right: .2em;
}

.bannerGrad {
	position: relative;
	margin-top: 20px;
	padding: 10px 358px 10px 140px;
	background: #fff;
	max-width: 1500px;
	background: -moz-linear-gradient(left, rgba(255,255,255,1) 31%, rgba(255,255,255,0) 75%, rgba(255,255,255,0) 96%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(31%,rgba(255,255,255,1)), color-stop(75%,rgba(255,255,255,0)), color-stop(96%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, rgba(255,255,255,1) 31%,rgba(255,255,255,0) 75%,rgba(255,255,255,0) 96%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, rgba(255,255,255,1) 31%,rgba(255,255,255,0) 75%,rgba(255,255,255,0) 96%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, rgba(255,255,255,1) 31%,rgba(255,255,255,0) 75%,rgba(255,255,255,0) 96%); /* IE10+ */
	background: linear-gradient(to right, rgba(255,255,255,1) 31%,rgba(255,255,255,0) 75%,rgba(255,255,255,0) 96%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
}

.bannerGrad h3 {
	font-size: 1.8em;
	font-weight: 400;
	line-height: 40px;
}

.bannerBtn {
	position: relative;
	padding-left: 144px;
	margin-top: 30px;
}

.btn-orange {
	display: inline-block;
	position: relative;
	padding: 15px 30px;
	background: #F79B2F;
	font-size: 1.7em;
	font-weight: 700;
	color: #fff;
	transition: background-color 0.3s ease;
	text-align: left;
	-webkit-box-shadow: 2px 2px 5px -1px rgba(0,0,0,0.31);
	-moz-box-shadow: 2px 2px 5px -1px rgba(0,0,0,0.31);
	box-shadow: 2px 2px 5px -1px rgba(0,0,0,0.31);
}

.btn-orange:link, .btn-orange:hover, .btn-orange:active, .btn-orange:visited {
	color: #fff;
}

.btn-orange:hover {
	background: #00ADEF;
}

.btn-blue {
	display: inline-block;
	position: relative;
	padding: 15px 30px;
	background: #00ADEF;
	font-size: 1.7em;
	font-weight: 700;
	color: #fff;
	transition: background-color 0.3s ease;
	text-align: left;
	-webkit-box-shadow: 2px 2px 5px -1px rgba(0,0,0,0.31);
	-moz-box-shadow: 2px 2px 5px -1px rgba(0,0,0,0.31);
	box-shadow: 2px 2px 5px -1px rgba(0,0,0,0.31);
}

.btn-blue:link, .btn-blue:hover, .btn-blue:active, .btn-blue:visited {
	color: #fff;
}

.btn-blue:hover {
	background: #F79B2F;
}

.btn-big {
	padding: 20px 30px;
	font-size: 2.2em;
	font-weight: 700;
	letter-spacing: 1px;
	text-align: center;
}

a.btn-small {
	padding: 10px 13px;
	font-size: 1em;
}

a.btn-inline {
	padding: 2px 7px;
	font-size: 1em;
}

.btn-skny {
	text-transform: uppercase;
	font-weight: 400;
}

.btn-icon {
	padding-right: 60px;
}

.btn-icon img{
	position: absolute;
	right: 20px;
	top: 20px;
	display: inline;
	width: 28px;
	margin-left: 7px;
}

.btn-wrap {
	display: block;
	text-align: center;
}

.btn-wrap a {
	margin: 15px 30px 20px 0;
}

.btn-orange i {
	font-size: 1.3em;
	right: 15px;
}

.bannerChevron {
	position: absolute;
	width: 100%;
	text-align: center;
	bottom: 0;
}

.bannerChevron i {
	margin: 10px auto;
	color: #fff;
	font-size: 1.3em;
	text-shadow: 1px 1px 2px rgba(150, 150, 150, 1);
}


.mainContent{
	clear:both;
	z-index: 100;
	position: absolute;
	top: 530px;
	width: 100%;
	background: #fff;
}

/*** Home page: WHY E-PLY SECTION ***/

#why-eply {
	background: #FFF;
	margin: 35px 0 50px;
}

#why-eply h2 {
	text-align: center;
	margin-bottom: 40px;
}

.featureItem {
	min-height: 400px;
}

#why-eply h4 {
	margin-top: 45px;
	min-height: 70px;
}

.circle {
	width:160px;
	height:160px; 
	padding: 30px;
	background-color: #F79B2F; 
	-webkit-box-shadow: 2px 2px 5px -1px rgba(0,0,0,0.31);
	-moz-box-shadow: 2px 2px 5px -1px rgba(0,0,0,0.31);
	box-shadow: 2px 2px 5px -1px rgba(0,0,0,0.31);
	border-radius:100px;
}

.circle-small {
	width: 40px;
	height: 40px; 
	padding: 5px;
}

/*** Home page: 5 tough Q's SECTION ***/

#five-questions {
position: relative;
height: 490px;
background: #c0e3ff; /* Old browsers */
background: -moz-linear-gradient(left, #c0e3ff 0%, #ffffff 88%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#c0e3ff), color-stop(88%,#ffffff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left, #c0e3ff 0%,#ffffff 88%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left, #c0e3ff 0%,#ffffff 88%); /* Opera 11.10+ */
background: -ms-linear-gradient(left, #c0e3ff 0%,#ffffff 88%); /* IE10+ */
background: linear-gradient(to right, #c0e3ff 0%,#ffffff 88%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c0e3ff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
}

.fiveWoman {
	position: absolute;
	left: 60px;
	bottom: 0;
}

.fiveWoman img {
	display: block;
}

.fiveWomanWrap {
	position: relative;
	float: left;
	height: 490px;
	width: 32%;
	min-width: 415px;
}

.fiveContent {
	position: relative;
	float: left;
	padding-top: 70px;
	width: 53%;
}

.fiveContent h2 {
	margin-bottom: 10px;
}

.fiveContent h3 {
	margin-bottom: 20px;
	color: #5B6F80;
	font-weight: 400;
}

.fiveContent p {
	margin-bottom:32px;
	font-size: 1.1em;
	line-height: 1.4em;
}

.fiveContent .btn-orange {
	margin-bottom: 22px;
}

.fiveContent .cta-link {
	margin-left: 2px;
}

.morph-pdf .morph-button {
	background: #F79B2F;
	font-size: 1.7em;
	color: #fff;
	transition: background-color 0.3s ease;
	text-align: left;
	text-transform: uppercase;
	font-weight: 400;
	margin-bottom: 20px;
	-webkit-box-shadow: 2px 2px 5px -1px rgba(0,0,0,0.31);
	-moz-box-shadow: 2px 2px 5px -1px rgba(0,0,0,0.31);
	box-shadow: 2px 2px 5px -1px rgba(0,0,0,0.31);
}

.morph-pdf:hover .morph-button {
	background-color: #00ADEF !important;
  }

.morph-control .morph-container .morph-content.morph-content-hidden {
	visibility: visible !important;
}

div.morph-container {
	background-color: #00ADEF !important;
}
.morph-content {
	pointer-events: auto !important;
}
/**** home page: WHAT OTHERS ARE SAYING ***/

#testimonials {
padding: 35px 0 35px;
}

#testimonials h2 {
	margin-bottom: 40px;
}

.tbox-wrap {
	min-width: 284px;
}

.tbox {
	position: relative;
	background: #F1F1F2;
	height: 440px;
	padding: 30px;
	margin-bottom: 40px;
	-webkit-box-shadow: 2px 2px 5px -1px rgba(0,0,0,0.31);
  -moz-box-shadow: 2px 2px 5px -1px rgba(0,0,0,0.31);
  box-shadow: 2px 2px 5px -1px rgba(0,0,0,0.31);
}

.tbox blockquote {
	color: #1B75BB;
	font-size: 1.4em;
	line-height: 1.3em;
}

.tbox cite {
	position: absolute;
	bottom: 30px;
	left: 85px;
}

.tbox img {
	position: absolute;
	bottom: 30px;
	left: 30px;
	width: 40px;
	}

.tbox:after {
	content: "";
	position: absolute;
	bottom: -20px;
	left: 50px;
	border-width: 20px 30px 0 0;
	border-style: solid;
	border-color: #F1F1F2 transparent;
	display: block;
	width: 0;
}

/**** Home page: TRUSTED BRANDS ***/

.brand-wrap {
	margin-top: 30px;
}

.brand-wrap img {
	clear: both;
	display: block;
	margin: 0 auto;
}

.row-a  img{
	margin-bottom: 30px;
}

.row-b img {
	margin-bottom: 0;
}

/**** Home page: articles ***/

#articles {
	padding: 30px 0 50px;
}

#articles h2 {
	margin-bottom: 30px;

}

#articles i {
	padding-right: 6px;
}

div.blogPrev {
	background: #F1F1F2;
	padding: 30px;
	margin-bottom: 20px;
	-webkit-box-shadow: 2px 2px 5px -1px rgba(0,0,0,0.31);
	-moz-box-shadow: 2px 2px 5px -1px rgba(0,0,0,0.31);
	box-shadow: 2px 2px 5px -1px rgba(0,0,0,0.31);
}

.blogDate {
	margin-bottom: 15px;
}

.blogTitle {
	min-height: 45px;
	margin-bottom: 20px;
}
.moreArticles {
	right: 0;
}


#content {
    width:100%;
    background:#fff
}
#content .main {
    padding:45px 0
}

/**** BLOG PAGE ***/

#titleBar.blogHeader {
	background: url(images/img/blog-header.jpg) no-repeat top left; 
	background-size: cover;
}

.blogTop {
	border-top: 10px solid #BBBDC0;
	padding-top: 20px;
}

hr.dotted {
  border:none;
  border-top:2px dotted #336699;
  color:#fff;
  background-color:#fff;
  height:1px;
  }
  
 .blogTop hr.dotted {
	height: 15px;
 }
  
 .blogThumb {
	float: left;
	width: 200px;
	height: 200px;
	margin-right: 15px;
	overflow: hidden;
 }
 
.blogThumb img {
	width: 200px;
	height: auto;
}
 
.blogDtls span {
	font-size: .8em;
	vertical-align: top;
}
 
 .blogCat {
	float: left;
 }
 
 .blogDt {
	float: right;
 }
 
 .readMore {
	display: inline-block;
	}

.blog .main {
	padding: 40px 0;
}

/** pricing page **/

.price-wrap {
	clear: both;
}

/*** input button ***/

input[type=text] {
padding:5px; 
background: #FFF;
}

input[type=text]:focus {
border-color:#c0e3ff; 
}

input[type=submit] {
font-size: .8em;
padding:7px 15px; 
color: #fff;
background:#F79B2F; 
border:0 none;
cursor:pointer;
text-transform: uppercase;
}

input[type=submit]:active {
background: #268DD3;
}
	
/*** Search Box ***/

.blog_widget .screen-reader-text {
    display:none;
}

#searchsubmit {
	clear: left;
	margin-top: 20px;
}

/****** SAMPLE FORMS ****/

.section-box {
	position:relative;
	background: #F2FBFF;
	padding:30px;
	margin: 30px 5px 30px 0;
    -webkit-box-shadow: 2px 2px 5px -1px rgba(0,0,0,0.31);
    -moz-box-shadow: 2px 2px 5px -1px rgba(0,0,0,0.31);
    box-shadow: 2px 2px 5px -1px rgba(0,0,0,0.31);
}

.section-box .span_2_of_3 {
	background-color: #FFF;
	padding: 0 15px 15px 15px;
	-webkit-box-shadow: 2px 2px 5px -1px rgba(0,0,0,0.31);
    -moz-box-shadow: 2px 2px 5px -1px rgba(0,0,0,0.31);
    box-shadow: 2px 2px 5px -1px rgba(0,0,0,0.31);
}


.section-box h3 {
	font-size: 25px !important;
	line-height: 30px !important;
	margin-bottom:20px;
	color: #336699 !important;
}

.section-box li {
	padding-bottom: .4em;
	line-height: 1.2em;
}

.section-box ul {
	margin-left: 30px;
}

.section-box img {
	display:block;
	width: 100%;
	height:auto;
}

a.imghov {
	display:block;
	position:relative;
	margin: 0 5px 5px 0;
	-webkit-box-shadow: 2px 2px 5px -1px rgba(0,0,0,0.31);
	-moz-box-shadow: 2px 2px 5px -1px rgba(0,0,0,0.31);
	box-shadow: 2px 2px 5px -1px rgba(0,0,0,0.31);

}

span.roll {	
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	position: absolute;
 	text-align: center;
	z-index: 10;
	transition: 0.5s ease;	
}

span.roll:hover {
	background:center center no-repeat rgba(50,102,153,0.3);
}

span.roll:hover:before {
    content: "\f08e"; 
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
/*--adjust as necessary--*/
    color: #FFF;
    font-size: 40px;
    position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media only screen and (max-width: 1024px) {
	.section-box .col {
		margin-left: 0;		
	}
	
}


/**** PRICING PAGE ****/
.price-wrapper {
	display:table;
	border-collapse: collapse;
}

.price-row {
	display: table-row;
}

.price-chk, .price-feat {
	display:table-cell;
	border: 1px solid #ededed;
	vertical-align:middle;
	padding:0.8rem 1rem;
}

.price-feat {
	width: 35%;
	background-color: #fafafa;
}

.price-chk {
	width: 32.5%;
}

.price-chk p {
	margin: 0;
	padding-bottom: 0 !important;
}

.price-chk h4 {
	text-align:center;
	color: #FFF;
}

.price-btn-wrap {
	text-align:center;
	margin-top: 10px;
}

.price-btn-wrap .btn-blue {
	width: 100%;
	text-align:center;
}


.price-feat p {
	font-size: .9rem;
	margin: 0;
	padding: 0 !important;
	font-weight: 600;
}

.vtop {
	vertical-align:top;
}

.price-cat {
	background-color: #326699;
}

.noborder {
	border: none;
	background-color: #FFF;
}	

.price-wide {
	width: 100%;
}

.price-footer {
	margin-left: 35%;
	margin-bottom: 60px;
}

.price-footer .price-chk {
	padding: 1rem;
	text-align: center;
}

.price-footer .btn-orange {
	padding: 10px 50px;
	font-size: 1.5em;
	text-align: center;
	width: 100%;
}

.m-price-wrapper {
	display:none;
	border: 1px solid #ededed;
	margin-bottom: 50px !important;
}

.m-price-title {
	background-color: #336699;
	padding: 1rem;
}

.m-price-title h4 {
	font-size: 2.325em;
	text-align:center;
	color: #FFF;
}

.m-price-feat {
	position:relative;
	padding: 1.5rem 1rem;
}

.m-price-feat p {
	margin: 0;
	padding: 0 0 0 25px !important;
	font-weight: 600;
}

.m-price-feat p:before {
	content: '';
	position:absolute;
	left: 5px;
	top: 18px;
	background: url('/wp-content/uploads/2011/06/check2.png') no-repeat center center;
	width: 30px;
	height: 30px;
}

.m-price-feat:nth-child(odd) {
	background-color: #ededed; 
}

.m-price-wrapper .btn-orange {
	width: 100%;
	text-align:center;
}

.m-price-feat:last-of-type {
	padding: 1.5rem 0 0 0;
}


@media only screen and (max-width: 670px) {
	.price-wrapper {
		display:none;
	}
	.m-price-wrapper {
		display:block;
	}
}

/****** FEATURES PAGE ******/

.page-id-34 #content {
	background: #ECF9FF;
}


.feat-box {
	background: #FFF;
	padding: 0;
	margin: 0 5px 0 0;
    -webkit-box-shadow: 2px 2px 5px -1px rgba(0,0,0,0.31);
    -moz-box-shadow: 2px 2px 5px -1px rgba(0,0,0,0.31);
    box-shadow: 2px 2px 5px -1px rgba(0,0,0,0.31);
}

.feat-icn-lnk {
	display:block;
	height: 215px;
}



.feat-box ul li {
	padding-bottom: .4em;
}

.sub-feat p {
	margin: 0;
	padding: 0 !important;
}

h2#feat-title {
	font-size: 1.8em;
	border-bottom:none;
	margin-bottom: 30px;
}

.col.feat-icon {
	position:relative;
	margin-top: 0;
	margin-bottom: 0;
	height: 215px;
	overflow:hidden;
}

.feat-box .btn-small {
	position:absolute;
	text-transform:uppercase;
	text-align:center;
	bottom: -39px;
	width:100%;
	background: #336699;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-transition: bottom .3s ease-out;
  	-moz-transition: bottom .3s ease-out;
	-o-transition: bottom .3s ease-out;
 	 transition: bottom .3s ease-out;
}

.feat-icon:hover .btn-small {
	bottom: 0;
}

.feat-box .btn-small:hover {
	background: #F79B2F;
}

h2#feat-title span {
	color: #F79B2F;
}

h2#feat-subtitle {
	text-align:center;
	font-size: 1.8em;
	border-bottom:none;
	margin: 30px 0;
}

#feat-addnl-wrap {
	background-color: #FFF;
	margin: 1% 5px 5px 0;
	padding: 15px 25px;
    -webkit-box-shadow: 2px 2px 5px -1px rgba(0,0,0,0.31);
    -moz-box-shadow: 2px 2px 5px -1px rgba(0,0,0,0.31);
    box-shadow: 2px 2px 5px -1px rgba(0,0,0,0.31);
}

#blueprints {
	background: url(/wp-content/uploads/blueprints.png); /* fallback image */
	background: url(/wp-content/uploads/blueprints-sq.svg),
	linear-gradient(transparent, transparent);
	background-repeat: no-repeat;
	background-size: cover;
	background-position:center;	
}

#analytics {
	background: url(/wp-content/uploads/analytics.png); /* fallback image */
	background: url(/wp-content/uploads/analytics-sq.svg),
	linear-gradient(transparent, transparent);
	background-repeat: no-repeat;
	background-size: cover;
	background-position:center;	
}

#mobile {
	background: url(/wp-content/uploads/iphone.png); /* fallback image */
	background: url(/wp-content/uploads/iphone-sq.svg),
	linear-gradient(transparent, transparent);
	background-repeat: no-repeat;
	background-size: cover;
	background-position:center;	
}

#boy {	
	background: url(/wp-content/uploads/boy.png); /* fallback image */
	background: url(/wp-content/uploads/boy-sq.svg),
	linear-gradient(transparent, transparent);
	background-repeat: no-repeat;
	background-size: cover;
	background-position:center;	
}

@media only screen and (max-width: 969px) {
	.feat-box .span_9_of_12 {
	padding: 15px;
	}
	.feat-box {
	margin-bottom: 20px;
	}
	#feat-addnl-wrap .span_4_of_12, #feat-addnl-wrap .span_8_of_12 {
	width: 100%;
	display:block;
	margin-left: 0; 
	text-align:center;
	}
	.feat-box .btn-small {
	bottom: 0;
	}
}

/***** FOOTER ******/

/* Cta section */

footer {
	width: 100%;
}

.cta-footer {
	position: relative;
	background:#326699;
	padding: 30px 0;
}

.cta-footer .section {
	width: 90%;
	clear: both;
    margin:0 auto;
}

.cta-footer p {
	font-size: 1.7em;
	color: #fff;
	display: table-cell;
    vertical-align: middle;
	height: 67px;
}

.cta-footer a {
	text-align: center;
}

/* mid logo section */

.logo-footer {
	display: block;
	width: 22.977%;
	height: 65px;
	border-right: 3px solid #326699;
	min-width: 240px;
	min-height: 103px;
	float: left;
}

.logo-footer img {
	width: 215px;
	padding-top: 28.5px;
}

div.so-icn {
	min-width: 168px;
	height: 103px;
	float:left;
	width: 18.078%;
}

.so-icn a {
	display: block;
	margin-right: 10px;
	padding: 35.5px 0;
	float: left;
}

.so-icn a:last-child {
	margin-right: 0;
}

div.footer-menus {
	height: 103px;
	min-width: 263px;
	margin-top: 35px;
	float:left;
	width: 27.977%;
}

.footer-menus-wrap {
	float:right;
}

.mid-footer {
	background: #DDEEFA;
	padding: 20px 0;
}

.mid-footer .section {
	width: 90%;
	clear: both;
    margin:0 auto;
}

.mid-footer .grid {
	overflow: visible;
}

.mid-footer .col {
	margin-left: 1.5%;
}

div.phone-footer {
	min-width: 210px;
	height: 103px;
	float: left;
	margin-left: 3%;
	width: 23.968%;
}

.phone-footer  p {
	padding: 39.5px 0;
	font-weight: 400;
	font-size: 1.1em;

}

.copy {
	max-width: 600px;
}


/* bottom section */

.bottom-footer {
	background: #fff;
}

.bottom-footer .section {
	width: 90%;
	clear: both;
    margin:0 auto;
}

.assoc {
	min-width: 275px;
}

.assoc img:first-child {
	padding-right: 20px;
}

/*** FOOTER NAV ***/

.bottomMenu { 
    display: block;
    position: relative;
	margin-top: 5px;
}

.bottomMenu ul { 
	vertical-align: middle;
	line-height: 40px;
}
    
.bottomMenu li { 
    list-style-type: none; 
    display: inline; 
    font-size: 1em;
    }
    
.bottomMenu li a {
	line-height:15px;
	text-decoration:none;
	font-weight:normal;
	padding-right: 3%;
}

.bottomMenu li:last-child a {
    padding-right: 0;
    }
	
.bottom-footer .col {
	margin-left: 2%;
}

.sponsors {
	min-width: 130px;
}
	
/* mini vert menus */

.miniMenu {
	font-size: 1em;
	float:left;
	padding-right: 15px;
	
}

.miniMenu:last-child {
	padding-right: 0;
}

.miniMenu  li{
	list-style-type: none;
	padding-bottom: 5px;
}

div.miniMenuWrap {
	padding-right: 0;
	min-width: 285px;
	width: 29%;
}

/*** bottom menu **/



/*** END FOOTER ***/

.home_content {
    width:640px;
    overflow:hidden;
    float:left
}
.widget h2, .home_content h2 {
    color:#3C3E3F;
    padding:0 0 11px
}
.widget sideheading, .home_content_sideheading {
    font-size:18px;
    line-height:20px;
    color:#3C3E3F;
    letter-spacing:0;
    padding:0 0 11px;
    font-weight:700
}
.home_col {
    padding:20px 0
}
.home_col_left {
    float:left;
    width:400px
}
.home_col_right {
    float:right;
    padding:20px 0 0 30px;
    min-height:280px;
    width:430px;
    border-left:1px solid #f8f8f8
}
.home_col ul {
    margin:0;
    padding:0;
    list-style:none;
    width:100%
}
.home_col ul li {
    padding:0 0 20px 50px
}
.home_col ul li.forms {
    background:url(images/layout/ico_forms.gif) no-repeat 0 5px
}
.home_col ul li.pricing {
    background:url(images/layout/ico_pricing.gif) no-repeat 0 5px
}
.home_col ul li.direct-support {
    background:url(images/layout/phone_ico.gif) no-repeat 0 5px
}
.home_col ul li.free-bonus {
    background:url(images/layout/ico_free.gif) no-repeat 0 5px
}
.home_col ul li.documented {
    background:url(images/layout/ico_documented.gif) no-repeat 0 5px
}
.home_col ul li.resources {
    background:url(images/layout/ico_resources.gif) no-repeat 0 5px
}
.home_col ul li.easy_to_use {
    background:url(images/layout/ico_easy_to_use.gif) no-repeat 0 5px
}
.home_col ul li.access {
    background:url(images/layout/ico_access.gif) no-repeat 0 5px
}
.home_col ul li.expert {
    background:url(images/layout/ico_expert.gif) no-repeat 0 5px
}
.home_col ul li.contracts {
    background:url(images/layout/ico_contracts.gif) no-repeat 0 5px
}
.home_col ul li h3 {
    font-size:18px;
    font-weight:700;
    letter-spacing:0;
    padding:0 0 5px
}
a.more {
    background:url(images/layout/more_pointer.gif) no-repeat 100% 55%;
    font-size:13px;
    padding-right:8px;
    font-weight:700
}
.home_col a.more {
    padding-left:50px
}
.section_banners {
    margin-top:10px
}
.home_banners {
    width:100%;
    overflow:hidden;
    clear:both;
    -webkit-box-shadow:0 2px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow:0 2px 1px rgba(0, 0, 0, 0.1);
    box-shadow:0 2px 1px rgba(0, 0, 0, 0.1)
}
.home_banners ul {
    width:100%;
    overflow:hidden;
    margin:0;
    padding:5px 0 0;
    list-style:none
}
.home_banners ul li {
    float:left;
    padding:0 0 16px
}
.home_banners ul li img {
    display:block;
    padding:0 48px 0 0
}
.home_banners ul li img.best_buy {
    padding:0 50px 0 20px
}
.home_banners a.more {
    float:right
}
.home_sidebar {
    float:right;
    width:292px
}

/**** DOWNLOAD PDF BUTTON PAGE ****/

#pdf-button {
background: #00ADEF;
color: #FFF;
}

#pdf-button label {
color:#FFF;
}

#pdf-button .dl_content {
	float: left;
	widtH: 100%;
}

#pdf-button #content {
	background: #00ADEF;
}

#pdf-button .dl_send {
	float:left;
	margin-left: 40px;
}

#pdf-button .dl_el {
	width: auto;
	float:left;
	margin-top: 15px;
}

#pdf-button .dl_content {
	margin-top: 0 !important;
}

.download_pdf {
    color:#333;
    font-size:20px;
    line-height:20px;
    font-weight:700;
    display:block;
    width:180px;
    height:33px;
    padding:16px 0 0 48px;
    overflow:hidden;
    background:url(images/btn/btn_pdf_small.gif) no-repeat;
    margin:16px 0 0
}
.download_pdf:hover {
    background-position:0 -49px;
    text-decoration:none
}
.download_sidebar {
    float:right;
    padding:20px 0;
	width: 40%;
}
.download_sidebar img {
	float:right;
}

.download_sidebar ul {
    margin:0;
    padding:0;
    list-style:none;
    width:100%
}
.download_sidebar ul li {
    padding:0 0 20px 35px;
    color:#406E9F;
    font-size:15px;
    line-height:18px
}
.download_sidebar ul li.epg_check {
    background:url(images/layout/check.png) no-repeat
}
.widget {
    width:100%;
    overflow:hidden;
    padding:0 0 20px;
    margin:0
}
.widget blockquote {
    margin:0;
    padding:0
}
.widget q {
    display:block;
    padding:0 0 5px
}
.widget cite {
    display:block;
    padding:0 0 8px;
    font-weight:700
}
.widget ul {
    margin:0;
    padding:0;
    list-style:none;
    width:100%;
    overflow:hidden
}
.widget ul li {
    padding:0 0 10px
}
.widget p {
    padding:0 0 5px
}
.newsletter {
    width:100%;
    overflow:hidden
}
.newsletter input {
    float:left
}
.newsletter_field {
    float:left;
    background:url(images/layout/bg_newsletter_field.gif) no-repeat;
    width:192px;
    height:21px;
    overflow:hidden;
    padding:4px 0 0
}
.newsletter_field input {
    margin:0;
    padding:0 5px;
    width:183px;
    border:none;
    background:none
}
.newsletter_btn {
    color:#333;
    font-size:14px;
    line-height:20px;
    font-weight:700;
    margin:8px 0 4px;
    padding:3px 0 1px 6px;
    float:left;
    background:url(images/btn/newsletter_btn.gif) no-repeat;
    width:87px;
    height:21px;
    overflow:hidden
}
.newsletter_btn:hover {
    background-position:0 -25px;
    text-decoration:none
}
.newsletter_btn input {
    font-size:12px;
    font-family:Arial, Helvetica, sans-serif;
    font-weight:700;
    color:#393939;
    background:none;
    border:none;
    width:87px;
    height:25px;
    cursor:pointer
}
.follow {
    width:100%;
    overflow:hidden
}
.follow-heading {
    text-align:left;
    font-size:12px;
    color:#666;
    padding:0 0 7px
}
.follow h2 {
    text-align:center;
    font-size:12px;
    color:#666;
    padding:0 0 7px
}
.follow ul {
    height:49px;
    margin:0 auto;
    padding:0;
    width:200px;
    list-style:none;
    overflow:hidden
}
.follow ul li {
    float:left;
    width:35px;
    height:49px;
    padding:0 6px
}
.follow ul li a {
    display:block;
    width:35px;
    height:49px;
    overflow:hidden;
    text-indent:-9999px;
    background:url(images/btn/share_btn.png) no-repeat
}
.follow ul li a.twitter {
    background-position:0 0
}
.follow ul li a.facebook {
    background-position:-35px 0
}
.follow ul li a.rss {
    background-position:-70px 0
}
.follow ul li a.googleplus {
    background-position:-105px 0
}
.follow ul li a.twitter:hover {
    background-position:0 -49px
}
.follow ul li a.facebook:hover {
    background-position:-35px -49px
}
.follow ul li a.rss:hover {
    background-position:-70px -49px
}
.follow ul li a.googleplus:hover {
    background-position:-105px -49px
}
.w_border {
    border-bottom:0
}

body.inner {

}

.sub_inner {
    width:100%;
    overflow:hidden;
    height:75px
}
.sub_inner h2 {
    line-height:75px;
    float:left;
    color:#566473;
    font-size:24px;
    text-shadow:0 1px 1px #eee
}
.sub_inner_btns {
    width:540px;
    float:right;
    padding:16px 0 0
}
.sub_inner headline {
    line-height:75px;
    float:left;
    color:#566473;
    font-size:24px;
    text-shadow:0 1px 1px #eee
}
.inner_content {
    width:700px;
    float:right
}

.content_block {
    width:100%;
    overflow:hidden;
	padding-left: 15px;
}
.content_block h1 {
    padding:0 0 8px;
    color:#336699;
    font-size:22px;
    line-height:28px
}
.content_block h2 {
    padding:0 0 10px;
    font-size:18px;
    color:#336699;
    line-height:22px;
    border-bottom:1px dotted #5F6D7A;
    margin:0 0 11px;
    padding:0 0 8px;
    color:#336699;
    font-size:1.3em;
    line-height:1.2em;
}
.content_block h3 {
    padding:0 0 8px;
    color:#000;
    font-size:15px;
    line-height:18px
}
.content_block p {
    padding:10px 0
}
.reporting_col {
    margin:0;
    padding:0 5px 20px 0;
    list-style:none;
    width:325px
}
.reporting_col_left {
    float:left
}
.reporting_col_right {
    float:right
}
.reporting_col li {
    padding:0 0 15px 35px;
    background:url(images/layout/check.png) no-repeat
}
.inner_sidebar {
    float:left;

}

.sidebar-border {
	border-right: 2px solid #336699;
}

#sub-menu-toggle {
	display: none;
	position: absolute;
	left: 5%;
	cursor: pointer;
}

#sub-menu-toggle:before {
	content: '\f0c9';
	font-family: FontAwesome;
	position: absolute;
	color: #326699;
	font-size: 2em;
	border: 1px solid #326699;
	padding: 3px 5px;
}

div.show {
	max-height: 1000px !important;
}

.inner_widget {
    width:100%;
    padding:10px 20px 10px 0;
}
.inner_widget ul {
    padding:0;
    list-style:none;
}


.inner_widget ul li a {
	display: block;
	padding: 15px 10px;
}

.inner_widget ul li  {
	padding-bottom: 0;
}

.inner_widget ul li a {
	display: block;
	font-size: 1.2em;
	font-weight: 600;
    line-height:1.3em;
}

.inner_sidebar .current-menu-item {
	background: #336699;
}

.inner_sidebar .current-menu-item a {
	color: #FFF;
}

.inner_widget ul li a.custom span {
    background-position:13px 0
}
.inner_widget ul li a.lim span {
    background-position:13px -30px
}
/*
.inner_widget ul li a.group span {
    background-position:13px -60px
}
*/
.inner_widget ul li a.price span {
    background-position:13px -90px
}
.inner_widget ul li a.payment span {
    background-position:13px -120px
}
.inner_widget ul li a.reporting span {
    background-position:13px -150px
}
.inner_widget ul li a.security span {
    background-position:13px -180px
}
.inner_widget ul li a.support span {
    background-position:13px -210px
}
.inner_widget ul li a.email span {
    background-position:13px -240px
}
.inner_widget ul li a.business span {
    background-position:13px -270px
}
.inner_widget ul li a.social span {
    background-position:13px -300px
}
.inner_widget ul li a.ticket span {
    background-position:13px -330px
}
.inner_widget ul li a.bonus span {
    background-position:13px -360px
}
a.canada {
    display:block;
    margin:0 auto;
    width:155px;
    padding:0 0 0 37px;
    min-height:25px;
    font-size:14px;
    font-weight:700;
    line-height:16px;
    background:url(images/layout/flag_canada.gif) no-repeat
}
.request_content {
    float:left;
    position:relative;
    padding: 0;
}
.request_el {
    width:100%;
    padding:0 0 8px
}
.request_el:after {
    height:0;
    clear:both;
    content:"";
    display:block
}
.request_el label {
    float:left;
    width:113px;
    text-align:right;
    padding:0 27px 0 0;
    font-size:12px;
    color:#333;
    line-height:25px
}
.request_field {
    float:left;
    width:192px;
    height:21px;
    padding:4px 0 0;
    overflow:hidden;
    background:url(images/layout/bg_field.gif) no-repeat
}
.request_field_comment {
    float:left;
    width:505px;
    height:225px;
    padding:4px 0 0;
    overflow:hidden;
    background:url(images/layout/bg_comment_field.gif) no-repeat
}
.request_field input {
    float:left;
    width:182px;
    padding:0 5px;
    background:none;
    border:none
}
.request_content p {
    padding:0 0 8px 140px
}
.request_text {
    float:left;
    background:url(images/layout/bg_text_field.gif) no-repeat;
    width:437px;
    padding:0 0 0 5px;
    height:130px;
    overflow:hidden
}
.request_text textarea {
    overflow:auto;
    width:437px;
    height:130px;
    border:none;
    background:none
}
.custom {
    width:190px
}
.jquery-selectbox {
    position:relative;
    height:24px;
    width:169px;
    z-index:0;
    float:left;
    display:inline;
    color:#333;
    padding:0;
    font-size:11px;
    background:url(images/layout/select_field.gif) no-repeat
}
.jquery-selectbox .jquery-selectbox-currentItem {
    padding:3px 0 0 15px;
    white-space:nowrap;
    display:block;
    overflow:hidden
}
.jquery-selectbox .jquery-selectbox-list {
    display:none;
    position:absolute;
    top:23px;
    padding:2px;
    left:0;
    height:auto!important;
    background:#ddd;
    z-index:1000;
    border:1px solid #999
}
.jquery-selectbox .jquery-selectbox-moreButton {
    float:right;
    background:url(images/btn/btn_select.gif) no-repeat;
    width:28px;
    height:24px;
    cursor:pointer
}
.jquery-selectbox .jquery-selectbox-item {
    display:block;
    cursor:default;
    padding:0 0 0 12px
}
.jquery-selectbox .jquery-selectbox-item:hover {
    background:#ccc
}
.request_send {
    width:190px;
    height:48px;
    background:url(images/btn/btn_orange.png) no-repeat 0 -96px;
    position:absolute;
    bottom:25px;
    right:-240px;
    z-index:1000
}
.request_send input {
    color:#fff;
    font-weight:700;
    font-size:20px;
    background:none;
    border:none;
    width:190px;
    height:44px;
    cursor:pointer;
    text-shadow:0 -1px 1px #ccc
}
.request_send:hover {
    background-position:0 -144px
}
.request_sidebar {
    float:right;
    width:325px;
    padding:20px 0
}

.download_text ul {
	padding-left: 40px;
	margin: 20px 0 15px;
}

ul.quote-icons {
    margin:30px 0 0 0;
    padding:0;
    list-style:none;
    width:100%
}
ul.quote-icons  li {
	padding: 0 0 0px 55px;
  font-weight: 700;
  color: #406E9F;
  font-size: 15px;
  line-height: 41px;
  margin-bottoM: 21px;
}
li.time_data {
    background:url(images/layout/time_ico.gif) no-repeat
}
li.phone_data {
    background:url(images/layout/phone_ico.gif) no-repeat
}

.quote-table td{
	padding: 0 10px 15px 0;
}

.dl_content {
    float:right;
    position:relative;
    padding:30px 0 0;
	width: 60%;
}
.dl_summary {
    float:left;
    position:relative;
	margin-top: 60px;
    top:12px;
    padding:30px 0 0;
    border-top:1px solid #ccc
}

.dl_summary ul {
	padding: 10px 0 10px 40px;
}

.dl_el {
    width:100%;
    padding:0 0 15px;
}

.dl_el .jquery-selectbox {
	margin-left: 112px;
}

.dl_el:after {
    height:0;
    clear:both;
    content:"";
    display:block
}
.dl_el label {
    float:left;
    width:113px;
    text-align:right;
    padding:0 27px 0 0;
    font-size:15px;
    color:#333;
    line-height:25px
}
.dl_field {
    float:left;
    width:192px;
    height:32px;
    padding:4px 0 0;
    overflow:hidden;
    background:url(images/layout/bg_field.gif) no-repeat
}
.dl_field_comment {
    float:left;
    width:505px;
    height:225px;
    padding:5px 0 0;
    overflow:hidden;
    background:url(images/layout/bg_comment_field.gif) no-repeat
}
.dl_field input {
    float:left;
    width:182px;
    padding:0 5px;
    background:none;
    border:none
}
.dl_content p {
    padding:0 0 8px 112px
}
.dl_text {
    float:left;
    background:url(images/layout/bg_text_field.gif) no-repeat;
    width:437px;
    padding:0 0 0 5px;
    height:130px;
    overflow:hidden
}

a.dl_filelink {
    font-size:25px;
    line-height:30px;
    color:#ffffff; 
    padding:0 0 0 40px; 
    text-decoration: underline;  
  }

a.dl_contactlink {
    color:#ffffff; 
    text-decoration: underline;  
  }

.dl_text textarea {
    overflow:auto;
    width:437px;
    height:130px;
    border:none;
    background:none
}
.custom {
    width:190px
}
.jquery-selectbox {
    position:relative;
    height:24px;
    width:169px;
    z-index:0;
    float:left;
    display:inline;
    color:#333;
    padding:0;
    font-size:11px;
    background:url(images/layout/select_field.gif) no-repeat
}
.jquery-selectbox .jquery-selectbox-currentItem {
    padding:3px 0 0 15px;
    white-space:nowrap;
    display:block;
    overflow:hidden
}
.jquery-selectbox .jquery-selectbox-list {
    display:none;
    position:absolute;
    top:23px;
    padding:2px;
    left:0;
    height:auto!important;
    background:#ddd;
    z-index:1000;
    border:1px solid #999
}
.jquery-selectbox .jquery-selectbox-moreButton {
    float:right;
    background:url(images/btn/btn_select.gif) no-repeat;
    width:28px;
    height:24px;
    cursor:pointer
}
.jquery-selectbox .jquery-selectbox-item {
    display:block;
    cursor:default;
    padding:0 0 0 12px
}
.jquery-selectbox .jquery-selectbox-item:hover {
    background:#ccc
}
.dl_send {
	margin-left: 112px;
}
.dl_send input {
	padding: 15px 20px;
	font-size: 1.2em;

}
.dl_send:hover {

}
.dl_sidebar {
    float:right;
    width:325px;
    padding:20px 0
}
.dl_sidebar ul {
    margin:0;
    padding:0;
    list-style:none;
    width:100%
}
.dl_sidebar ul li {
    padding:0 0 35px 58px;
    font-weight:700;
    color:#406E9F;
    font-size:15px;
    line-height:18px
}
.dl_sidebar ul li.time_data {
    background:url(images/layout/time_ico.gif) no-repeat
}
.dl_sidebar ul li.phone_data {
    background:url(images/layout/phone_ico.gif) no-repeat
}

.sub_inner .follow {
    height:75px;
    float:right;
    width:auto
}
.sub_inner .follow h3 {
    float:left;
    line-height:75px;
    padding:0
}
.sub_inner .follow ul {
    float:left;
    padding:13px 0 0 10px;
    margin:0;
    list-style:none
}
.blog_content {
    float:left;

}
.post {
    width:100%;
    overflow:hidden;
    padding:0 0 10px;
    margin:0 0 30px;
    border-bottom:2px dotted #336699;
}
.post_content {
    float:right;
}
.post_content ul {
    margin:0 0 10px;
    position:relative;
    top:-10px
}
.post_content h1 {
    font-size:18px;
    color:#369;
    line-height:21px;
    padding:0 0 15px
}
.post_content h2 {
    font-size:15px;
    color:#369;
    line-height:18px;
    padding:0 0 20px
}
.post_content h3 {
    font-size:15px;
    line-height:10px;
    padding:0 0 8px
}
.post_content h4 {
    font-size:1.1em;
    line-height:1.2em;
    padding:7px 0 12px;
	clear: right;
}
.post_content p {
    padding:0;
}
.meta_block {
    width:100%;
    overflow:hidden;
    padding:10px 0 0
}
.post_content .meta_block p {
    padding:0
}
.meta {
    float:left;
    width:390px
}
.share_this {
    float:right;
    width:110px
}
.post_nav {
    width:100%;
    overflow:hidden;
    margin:-10px 0 0;
    padding:0;
    list-style:none
}
.post_nav li {
    height:16px
}
.post_nav li.prev {
    float:left
}
.post_nav li.next {
    float:right
}
.post_nav li a {
    float:left;
    height:16px;
    background:url(images/layout/post_nav.gif) no-repeat;
    line-height:16px
}
.post_nav li.prev a {
    background-position:0 -16px;
    padding:0 0 0 17px
}
.post_nav li.next a {
    padding:0 17px 0 0;
    background-position:100% 0
}

/*** PAGINATION ***/

ul.page-numbers {
    list-style: none;
    margin: 0;
	float:right;
}

.page-numbers:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

ul.page-numbers li {
    display: block;
    float: left;
    margin: 0 15px 4px 0;
    text-align: center;
}

.page-numbers a,
.page-numbers span {
  display: block;
  padding: 4px 10px;
  color: #666;
  font-size: 12px;
  line-height: 1.5em;
  text-decoration: none;
  background: #fff;
  border: 1px solid #ddd;
  cursor: pointer;
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(0,0,0,0.07);
  }

.page-numbers a span { padding: 0 }

.page-numbers a:hover,
.page-numbers.current,
.page-numbers.current:hover {
    color: #FFF;
    background: #1B75BB;
    text-decoration: none;
}

.page-numbers:hover { text-decoration: none }

/*** END PAGINATION ***/

.share_block {
    width:115px;
    padding:0;
    float:left
}
.share_block strong {
    display:block;
    color:#999;
    font-size:14px
}
.share_block ul {
    margin:0;
    padding:0;
    list-style:none
}
.share_block ul li {
    padding:10px 0 0;
    text-align:center
}
.blog_sidebar {
    float:right;
}
.blog_widget {
    width:100%;
    overflow:hidden;
    padding:0 0 30px
}
.blog_widget h3 {
    font-size:1.325em;
    line-height:1.4em;
    color:#326699;
    border-bottom:2px dotted #ddd;
    padding:0 0 15px;
    margin:0 0 30px;
	font-weight: 400;
}
.blog_widget ul {
    margin:0;
    padding:1px;
    line-height:25px;
    list-style:none
}
.comment_block {
    width:100%;
    overflow:hidden
}
.comment_block h2 {
    font-size:18px;
    color:#3C3E3F;
    padding:0 0 20px
}
.comment_block .request_content {
    padding:0;
    width:100%;
    overflow:hidden;
    float:none
}
.comment_block .request_send {
    position:static;
    float:right;
    margin:0 5px 0 0
}
.comment_block .request_text {
    background:url(images/layout/bg_comment_field.gif) no-repeat;
    width:505px;
    height:225px
}
.comment_block .request_text textarea {
    width:505px;
    height:225px
}
.content_block2 {
    width:100%;
    overflow:hidden
}
.content_block2 h3 {
    padding:15px 0 8px;
    color:#29333B;
    font-size:15px;
    line-height:18px
}
.content_block2 p {
    padding:0 0 10px
}
.price-bullets {
    padding-bottom:0
}
.price-bullets ul {
    margin:0;
    padding:5px;
    list-style:none;
    width:100%
}
.price-bullets ul li {
    padding:0 0 5px 35px;
    width:600px
}
.price-bullets ul li.check {
    background:url(images/layout/check.png) no-repeat 0 -5px
}
.price-bullets ul li h3 {
    font-size:15px;
    padding:0 0 5px
}
.price_col {
    margin:0;
    padding:0 5px 20px 0;
    list-style:none;
    width:325px
}
.price_col_left {
    float:left
}
.price_col_right {
    float:right
}

.price2_col {
    margin:0;
    padding:0 5px 20px 0;
    list-style:none;
    width:700px
}
.price2_col_left {
    float:left
}
.price2_col_right {
    float:right
}
.price2_col li {
    padding:1px 0 1px 18px;
    background:url(images/layout/bullet.png) no-repeat 0 5px
}
.why_col_left {
    float:left;
    width:590px
}
.why_col {
    padding-bottom:20px
}
.why_col ul {
    margin:0;
    padding:0;
    list-style:none;
    width:100%
}
.why_col ul li {
    padding:0 0 20px 50px;
    width:650px
}
.why_col ul li.forms {
    background:url(images/layout/ico_forms.gif) no-repeat 0 5px
}
.why_col ul li.pricing {
    background:url(images/layout/ico_pricing.gif) no-repeat 0 5px
}
.why_col ul li.documented {
    background:url(images/layout/ico_documented.gif) no-repeat 0 5px
}
.why_col ul li.resources {
    background:url(images/layout/ico_resources.gif) no-repeat 0 5px
}
.why_col ul li.easy_to_use {
    background:url(images/layout/ico_easy_to_use.gif) no-repeat 0 5px
}
.why_col ul li.access {
    background:url(images/layout/ico_access.gif) no-repeat 0 5px
}
.why_col ul li.expert {
    background:url(images/layout/ico_expert.gif) no-repeat 0 5px
}
.why_col ul li.contracts {
    background:url(images/layout/ico_contracts.gif) no-repeat 0 5px
}
.why_col ul li.emyth {
    background:url(images/layout/ico_e-myth.gif) no-repeat 0 5px
}
.why_col ul li.free {
    background:url(images/layout/ico_free.gif) no-repeat 0 5px
}
.why_col ul li.business-practices {
    background:url(images/layout/ico_watch.gif) no-repeat 0 5px
}
.why_col ul li.direct-support {
    background:url(images/layout/phone_ico.gif) no-repeat 0 5px
}
.why_col ul li h3 {
    font-size:15px;
    padding:0 0 5px
}
.bubble100 {
    position:relative;
    width:670px;
    height:110px;
    padding:10px;
    background:#f8f8f8;
    border:#a6bfdd solid 2px;
    -webkit-border-radius:14px;
    -moz-border-radius:14px;
    border-radius:14px
}
.bubble100:after {
    content:"";
    position:absolute;
    bottom:-19px;
    left:79px;
    border-style:solid;
    border-width:19px 13px 0;
    border-color:#f8f8f8 transparent;
    display:block;
    width:0;
    z-index:1
}
.bubble100:before {
    content:"";
    position:absolute;
    top:132px;
    left:78px;
    border-style:solid;
    border-width:20px 14px 0;
    border-color:#a6bfdd transparent;
    display:block;
    width:0;
    z-index:0
}
.bubble150 {
    position:relative;
    width:670px;
    height:160px;
    padding:10px;
    background:#f8f8f8;
    border:#a6bfdd solid 2px;
    -webkit-border-radius:14px;
    -moz-border-radius:14px;
    border-radius:14px
}
.bubble150:after {
    content:"";
    position:absolute;
    bottom:-19px;
    left:79px;
    border-style:solid;
    border-width:19px 13px 0;
    border-color:#f8f8f8 transparent;
    display:block;
    width:0;
    z-index:1
}
.bubble150:before {
    content:"";
    position:absolute;
    top:182px;
    left:78px;
    border-style:solid;
    border-width:20px 14px 0;
    border-color:#a6bfdd transparent;
    display:block;
    width:0;
    z-index:0
}
.bubble200 {
    position:relative;
    width:670px;
    height:210px;
    padding:10px;
    background:#f8f8f8;
    border:#a6bfdd solid 2px;
    -webkit-border-radius:14px;
    -moz-border-radius:14px;
    border-radius:14px
}
.bubble200:after {
    content:"";
    position:absolute;
    bottom:-19px;
    left:79px;
    border-style:solid;
    border-width:19px 13px 0;
    border-color:#f8f8f8 transparent;
    display:block;
    width:0;
    z-index:1
}
.bubble200:before {
    content:"";
    position:absolute;
    top:232px;
    left:78px;
    border-style:solid;
    border-width:20px 14px 0;
    border-color:#a6bfdd transparent;
    display:block;
    width:0;
    z-index:0
}
.bubble250 {
    position:relative;
    width:670px;
    height:310px;
    padding:10px;
    background:#f8f8f8;
    border:#a6bfdd solid 2px;
    -webkit-border-radius:14px;
    -moz-border-radius:14px;
    border-radius:14px
}
.bubble250:after {
    content:"";
    position:absolute;
    bottom:-19px;
    left:79px;
    border-style:solid;
    border-width:19px 13px 0;
    border-color:#f8f8f8 transparent;
    display:block;
    width:0;
    z-index:1
}
.bubble250:before {
    content:"";
    position:absolute;
    top:332px;
    left:78px;
    border-style:solid;
    border-width:20px 14px 0;
    border-color:#a6bfdd transparent;
    display:block;
    width:0;
    z-index:0
}
.section_container {
    width:100%;
    background-color:#fff
}
.section_container .section_pad {
    overflow:hidden;
    padding:40px 0;
    width:960px;
    margin:0 auto
}
.section_container .section_pad.sm_pad {
    padding:20px 0
}
.section_container .section_pad.bordered {
    border-bottom:1px solid #e6e6e6
}
/*
.section {
    width:100%
}
.section h2 {
    margin:0 0 10px
}
*/

.btn {
    color:#fff;
    font-weight:700;
    text-align:center;
    font-size:20px;
    font-family:Helvetica, arial, sans-serif;
    text-shadow:0 -1px 1px #333;
    line-height:44px
}
.btn.btn_orange {
    width:256px;
    height:48px;
    background:url(images/btn/btn_orange.png) no-repeat;
    background-position:-4px 0
}
.btn.btn_orange:hover {
    background-position:-4px -48px;
    text-decoration:none
}
.btn.btn_blue {
    width:248px;
    height:43px;
    overflow:hidden;
    line-height:42px;
    background:url(images/btn/btn_blue.png) no-repeat;
    background-position:-1px 0
}
.btn.btn_blue:hover {
    background-position:-1px -43px;
    text-decoration:none
}
.cta_container {
    float:left;
    width:540px
}
.cta_container .cta_text {
    font-weight:700;
    font-size:16px;
    line-height:18px;
    color:#494949
}
.cta_container .cta_row {
    float:left;
    margin-top:20px
}
.cta_container .btn {
    float:left;
    width:256px
}
.cta_container .btn_orange {
    margin-top:10px
}
.cta_container .btn_blue {
    margin-top:10px
}
.cta_container .reasons {
    float:left;
    width:240px;
    list-style:none;
    list-style-type:circle;
    margin:0;
    padding-left:30px
}
.cta_container .reasons li {
    margin:0 0 5px
}
.demo_video_container {
    float:left;
    width:400px;
    margin-left:10px
}
.about_container {
    float:left;
    width:535px;
    margin-top:40px
}
.featured_whitepaper_container {
    width:410px;
    height:210px;
    float:left;
    border-bottom:none;
    padding-top:15px;
    margin-left:12px
}
.featured_whitepaper_container .box {
    width:405px;
    height:190px;
    padding-top:10px;
    border:1px solid #dedede;
    background-color:#fff
}
.featured_whitepaper_container .cover {
    width:150px;
    height:180px;
    float:left;
    margin-left:9px
}
.featured_whitepaper_container .about {
    width:240px;
    height:170px;
    padding-top:3px;
    float:left;
    margin-left:5px
}
.featured_whitepaper_container .download_container {
    width:240px;
    height:50px;
    padding-top:16px
}
.testimonials blockquote {
    width:33%;
    float:left
}
.testimonials blockquote div {
    padding:10px;
    line-height:1.5em
}
.event_registration ul {
    padding:10px 0;
}
.subscribe_container {
    padding-top:30px;
}
.subscribe_container a {
    font-weight:700;
    font-size:14px;
    vertical-align:top;
}
#footer .footer_col {
    float:left;
    height:auto;
    width:200px;
}
#footer .footer_column_menu {
    color:#369;
}
#footer .footer_banners {
    float:none;
}
#footer .follow ul {
    margin-left:15px;
    margin-top:10px;
    width:200px;
}
.price-table_col {
    margin:0 0 30px;
    padding:0 15px 20px 0;
    list-style:none;
    width:45%;
    background-color:#fff;
    -moz-border-radius:11px;
    -webkit-border-radius:11px;
    border-radius:11px;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#dfdfdf');
    -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr = '#eeeeee',endColorstr = '#dfdfdf')";
    background-image:-moz-linear-gradient(top, #eee, #dfdfdf);
    background-image:-ms-linear-gradient(top, #eee, #dfdfdf);
    background-image:-webkit-gradient(linear, center top, center bottom, from(#eee), to(#dfdfdf));
    background-image:-webkit-linear-gradient(top, #eee, #dfdfdf);
    background-image:linear-gradient(top, #eee, #dfdfdf);
    -moz-background-clip:padding;
    -webkit-background-clip:padding-box;
    background-clip:padding-box;
}
.price-table_col_left {
    float:left;
    padding:10px;
}
.price-table_col_right {
    float:left;
    padding:10px;
}
.price-table_colskinny {
    margin:100px auto;
    padding:0 15px 20px 0;
    list-style:none;
    width:60px;
    background-color:#fff;
}

.price-table_colskinny p {
	text-align: center;
}

.price-table_colskinny_mid {
    float:left;
    padding:10px;
}
.sample_forms {
    width:100%;
    overflow:hidden;
}
.sample_forms h3 {
    padding:0 0 1px;
    font-size:12px;
    color:#000;
    line-height:18px;
    margin:0 0 1px;
}
.sample_forms p {
    padding:0;
}
.date {
    margin-bottom:10px;
}
@font-face {
    font-family:'FontAwesome';
    src:url(fonts/fontawesome-webfont.eot?v=4.2.0);
    src:url(fonts/fontawesome-webfont.eot?#iefix&v=4.2.0) format("embedded-opentype"), url(fonts/fontawesome-webfont.woff?v=4.2.0) format("woff"), url(fonts/fontawesome-webfont.ttf?v=4.2.0) format("truetype"), url(fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular) format("svg");
    font-weight:400;
    font-style:normal;
}
.fa {
    display:inline-block;
    font:normal normal normal 14px/1 FontAwesome;
    font-size:inherit;
    text-rendering:auto;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
}
.fa-lg {
    font-size:1.33333333em;
    line-height:.75em;
    vertical-align:-15%;
}
.fa-2x {
    font-size:2em
}
.fa-3x {
    font-size:3em
}
.fa-4x {
    font-size:4em
}
.fa-5x {
    font-size:5em
}
.fa-fw {
    width:1.28571429em;
    text-align:center
}
.fa-ul {
    padding-left:0;
    margin-left:2.14285714em;
    list-style-type:none
}
.fa-ul>li {
    position:relative
}
.fa-li {
    position:absolute;
    left:-2.14285714em;
    width:2.14285714em;
    top:.14285714em;
    text-align:center
}
.fa-li.fa-lg {
    left:-1.85714286em
}
.fa-border {
    padding:.2em .25em .15em;
    border:solid .08em #eee;
    border-radius:.1em;
}
.pull-right {
    float:right
}
.pull-left {
    float:left
}
.fa.pull-left {
    margin-right:.3em
}
.fa.pull-right {
    margin-left:.3em
}
.fa-spin {
    -webkit-animation:fa-spin 2s infinite linear;
    animation:fa-spin 2s infinite linear
}
@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform:rotate(0deg);
        transform:rotate(0deg)
    }
    100% {
        -webkit-transform:rotate(359deg);
        transform:rotate(359deg)
    }
}
@keyframes fa-spin {
    0% {
        -webkit-transform:rotate(0deg);
        transform:rotate(0deg)
    }
    100% {
        -webkit-transform:rotate(359deg);
        transform:rotate(359deg)
    }
}
.fa-rotate-90 {
    filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform:rotate(90deg);
    -ms-transform:rotate(90deg);
    transform:rotate(90deg)
}
.fa-rotate-180 {
    filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform:rotate(180deg);
    -ms-transform:rotate(180deg);
    transform:rotate(180deg)
}
.fa-rotate-270 {
    filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform:rotate(270deg);
    -ms-transform:rotate(270deg);
    transform:rotate(270deg)
}
.fa-flip-horizontal {
    filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
    -webkit-transform:scale(-1, 1);
    -ms-transform:scale(-1, 1);
    transform:scale(-1, 1)
}
.fa-flip-vertical {
    filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
    -webkit-transform:scale(1, -1);
    -ms-transform:scale(1, -1);
    transform:scale(1, -1)
}
:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
    filter:none
}
.fa-stack {
    position:relative;
    display:inline-block;
    width:2em;
    height:2em;
    line-height:2em;
    vertical-align:middle
}
.fa-stack-1x, .fa-stack-2x {
    position:absolute;
    left:0;
    width:100%;
    text-align:center
}
.fa-stack-1x {
    line-height:inherit
}
.fa-stack-2x {
    font-size:2em
}
.fa-inverse {
    color:#fff
}
.fa-glass:before {
    content:"\f000"
}
.fa-music:before {
    content:"\f001"
}
.fa-search:before {
    content:"\f002"
}
.fa-envelope-o:before {
    content:"\f003"
}
.fa-heart:before {
    content:"\f004"
}
.fa-star:before {
    content:"\f005"
}
.fa-star-o:before {
    content:"\f006"
}
.fa-user:before {
    content:"\f007"
}
.fa-film:before {
    content:"\f008"
}
.fa-th-large:before {
    content:"\f009"
}
.fa-th:before {
    content:"\f00a"
}
.fa-th-list:before {
    content:"\f00b"
}
.fa-check:before {
    content:"\f00c"
}
.fa-remove:before, .fa-close:before, .fa-times:before {
    content:"\f00d"
}
.fa-search-plus:before {
    content:"\f00e"
}
.fa-search-minus:before {
    content:"\f010"
}
.fa-power-off:before {
    content:"\f011"
}
.fa-signal:before {
    content:"\f012"
}
.fa-gear:before, .fa-cog:before {
    content:"\f013"
}
.fa-trash-o:before {
    content:"\f014"
}
.fa-home:before {
    content:"\f015"
}
.fa-file-o:before {
    content:"\f016"
}
.fa-clock-o:before {
    content:"\f017"
}
.fa-road:before {
    content:"\f018"
}
.fa-download:before {
    content:"\f019"
}
.fa-arrow-circle-o-down:before {
    content:"\f01a"
}
.fa-arrow-circle-o-up:before {
    content:"\f01b"
}
.fa-inbox:before {
    content:"\f01c"
}
.fa-play-circle-o:before {
    content:"\f01d"
}
.fa-rotate-right:before, .fa-repeat:before {
    content:"\f01e"
}
.fa-refresh:before {
    content:"\f021"
}
.fa-list-alt:before {
    content:"\f022"
}
.fa-lock:before {
    content:"\f023"
}
.fa-flag:before {
    content:"\f024"
}
.fa-headphones:before {
    content:"\f025"
}
.fa-volume-off:before {
    content:"\f026"
}
.fa-volume-down:before {
    content:"\f027"
}
.fa-volume-up:before {
    content:"\f028"
}
.fa-qrcode:before {
    content:"\f029"
}
.fa-barcode:before {
    content:"\f02a"
}
.fa-tag:before {
    content:"\f02b"
}
.fa-tags:before {
    content:"\f02c"
}
.fa-book:before {
    content:"\f02d"
}
.fa-bookmark:before {
    content:"\f02e"
}
.fa-print:before {
    content:"\f02f"
}
.fa-camera:before {
    content:"\f030"
}
.fa-font:before {
    content:"\f031"
}
.fa-bold:before {
    content:"\f032"
}
.fa-italic:before {
    content:"\f033"
}
.fa-text-height:before {
    content:"\f034"
}
.fa-text-width:before {
    content:"\f035"
}
.fa-align-left:before {
    content:"\f036"
}
.fa-align-center:before {
    content:"\f037"
}
.fa-align-right:before {
    content:"\f038"
}
.fa-align-justify:before {
    content:"\f039"
}
.fa-list:before {
    content:"\f03a"
}
.fa-dedent:before, .fa-outdent:before {
    content:"\f03b"
}
.fa-indent:before {
    content:"\f03c"
}
.fa-video-camera:before {
    content:"\f03d"
}
.fa-photo:before, .fa-image:before, .fa-picture-o:before {
    content:"\f03e"
}
.fa-pencil:before {
    content:"\f040"
}
.fa-map-marker:before {
    content:"\f041"
}
.fa-adjust:before {
    content:"\f042"
}
.fa-tint:before {
    content:"\f043"
}
.fa-edit:before, .fa-pencil-square-o:before {
    content:"\f044"
}
.fa-share-square-o:before {
    content:"\f045"
}
.fa-check-square-o:before {
    content:"\f046"
}
.fa-arrows:before {
    content:"\f047"
}
.fa-step-backward:before {
    content:"\f048"
}
.fa-fast-backward:before {
    content:"\f049"
}
.fa-backward:before {
    content:"\f04a"
}
.fa-play:before {
    content:"\f04b"
}
.fa-pause:before {
    content:"\f04c"
}
.fa-stop:before {
    content:"\f04d"
}
.fa-forward:before {
    content:"\f04e"
}
.fa-fast-forward:before {
    content:"\f050"
}
.fa-step-forward:before {
    content:"\f051"
}
.fa-eject:before {
    content:"\f052"
}
.fa-chevron-left:before {
    content:"\f053"
}
.fa-chevron-right:before {
    content:"\f054"
}
.fa-plus-circle:before {
    content:"\f055"
}
.fa-minus-circle:before {
    content:"\f056"
}
.fa-times-circle:before {
    content:"\f057"
}
.fa-check-circle:before {
    content:"\f058"
}
.fa-question-circle:before {
    content:"\f059"
}
.fa-info-circle:before {
    content:"\f05a"
}
.fa-crosshairs:before {
    content:"\f05b"
}
.fa-times-circle-o:before {
    content:"\f05c"
}
.fa-check-circle-o:before {
    content:"\f05d"
}
.fa-ban:before {
    content:"\f05e"
}
.fa-arrow-left:before {
    content:"\f060"
}
.fa-arrow-right:before {
    content:"\f061"
}
.fa-arrow-up:before {
    content:"\f062"
}
.fa-arrow-down:before {
    content:"\f063"
}
.fa-mail-forward:before, .fa-share:before {
    content:"\f064"
}
.fa-expand:before {
    content:"\f065"
}
.fa-compress:before {
    content:"\f066"
}
.fa-plus:before {
    content:"\f067"
}
.fa-minus:before {
    content:"\f068"
}
.fa-asterisk:before {
    content:"\f069"
}
.fa-exclamation-circle:before {
    content:"\f06a"
}
.fa-gift:before {
    content:"\f06b"
}
.fa-leaf:before {
    content:"\f06c"
}
.fa-fire:before {
    content:"\f06d"
}
.fa-eye:before {
    content:"\f06e"
}
.fa-eye-slash:before {
    content:"\f070"
}
.fa-warning:before, .fa-exclamation-triangle:before {
    content:"\f071"
}
.fa-plane:before {
    content:"\f072"
}
.fa-calendar:before {
    content:"\f073"
}
.fa-random:before {
    content:"\f074"
}
.fa-comment:before {
    content:"\f075"
}
.fa-magnet:before {
    content:"\f076"
}
.fa-chevron-up:before {
    content:"\f077"
}
.fa-chevron-down:before {
    content:"\f078"
}
.fa-retweet:before {
    content:"\f079"
}
.fa-shopping-cart:before {
    content:"\f07a"
}
.fa-folder:before {
    content:"\f07b"
}
.fa-folder-open:before {
    content:"\f07c"
}
.fa-arrows-v:before {
    content:"\f07d"
}
.fa-arrows-h:before {
    content:"\f07e"
}
.fa-bar-chart-o:before, .fa-bar-chart:before {
    content:"\f080"
}
.fa-twitter-square:before {
    content:"\f081"
}
.fa-facebook-square:before {
    content:"\f082"
}
.fa-camera-retro:before {
    content:"\f083"
}
.fa-key:before {
    content:"\f084"
}
.fa-gears:before, .fa-cogs:before {
    content:"\f085"
}
.fa-comments:before {
    content:"\f086"
}
.fa-thumbs-o-up:before {
    content:"\f087"
}
.fa-thumbs-o-down:before {
    content:"\f088"
}
.fa-star-half:before {
    content:"\f089"
}
.fa-heart-o:before {
    content:"\f08a"
}
.fa-sign-out:before {
    content:"\f08b"
}
.fa-linkedin-square:before {
    content:"\f08c"
}
.fa-thumb-tack:before {
    content:"\f08d"
}
.fa-external-link:before {
    content:"\f08e"
}
.fa-sign-in:before {
    content:"\f090"
}
.fa-trophy:before {
    content:"\f091"
}
.fa-github-square:before {
    content:"\f092"
}
.fa-upload:before {
    content:"\f093"
}
.fa-lemon-o:before {
    content:"\f094"
}
.fa-phone:before {
    content:"\f095"
}
.fa-square-o:before {
    content:"\f096"
}
.fa-bookmark-o:before {
    content:"\f097"
}
.fa-phone-square:before {
    content:"\f098"
}
.fa-twitter:before {
    content:"\f099"
}
.fa-facebook:before {
    content:"\f09a"
}
.fa-github:before {
    content:"\f09b"
}
.fa-unlock:before {
    content:"\f09c"
}
.fa-credit-card:before {
    content:"\f09d"
}
.fa-rss:before {
    content:"\f09e"
}
.fa-hdd-o:before {
    content:"\f0a0"
}
.fa-bullhorn:before {
    content:"\f0a1"
}
.fa-bell:before {
    content:"\f0f3"
}
.fa-certificate:before {
    content:"\f0a3"
}
.fa-hand-o-right:before {
    content:"\f0a4"
}
.fa-hand-o-left:before {
    content:"\f0a5"
}
.fa-hand-o-up:before {
    content:"\f0a6"
}
.fa-hand-o-down:before {
    content:"\f0a7"
}
.fa-arrow-circle-left:before {
    content:"\f0a8"
}
.fa-arrow-circle-right:before {
    content:"\f0a9"
}
.fa-arrow-circle-up:before {
    content:"\f0aa"
}
.fa-arrow-circle-down:before {
    content:"\f0ab"
}
.fa-globe:before {
    content:"\f0ac"
}
.fa-wrench:before {
    content:"\f0ad"
}
.fa-tasks:before {
    content:"\f0ae"
}
.fa-filter:before {
    content:"\f0b0"
}
.fa-briefcase:before {
    content:"\f0b1"
}
.fa-arrows-alt:before {
    content:"\f0b2"
}
.fa-group:before, .fa-users:before {
    content:"\f0c0"
}
.fa-chain:before, .fa-link:before {
    content:"\f0c1"
}
.fa-cloud:before {
    content:"\f0c2"
}
.fa-flask:before {
    content:"\f0c3"
}
.fa-cut:before, .fa-scissors:before {
    content:"\f0c4"
}
.fa-copy:before, .fa-files-o:before {
    content:"\f0c5"
}
.fa-paperclip:before {
    content:"\f0c6"
}
.fa-save:before, .fa-floppy-o:before {
    content:"\f0c7"
}
.fa-square:before {
    content:"\f0c8"
}
.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
    content:"\f0c9"
}
.fa-list-ul:before {
    content:"\f0ca"
}
.fa-list-ol:before {
    content:"\f0cb"
}
.fa-strikethrough:before {
    content:"\f0cc"
}
.fa-underline:before {
    content:"\f0cd"
}
.fa-table:before {
    content:"\f0ce"
}
.fa-magic:before {
    content:"\f0d0"
}
.fa-truck:before {
    content:"\f0d1"
}
.fa-pinterest:before {
    content:"\f0d2"
}
.fa-pinterest-square:before {
    content:"\f0d3"
}
.fa-google-plus-square:before {
    content:"\f0d4"
}
.fa-google-plus:before {
    content:"\f0d5"
}
.fa-money:before {
    content:"\f0d6"
}
.fa-caret-down:before {
    content:"\f0d7"
}
.fa-caret-up:before {
    content:"\f0d8"
}
.fa-caret-left:before {
    content:"\f0d9"
}
.fa-caret-right:before {
    content:"\f0da"
}
.fa-columns:before {
    content:"\f0db"
}
.fa-unsorted:before, .fa-sort:before {
    content:"\f0dc"
}
.fa-sort-down:before, .fa-sort-desc:before {
    content:"\f0dd"
}
.fa-sort-up:before, .fa-sort-asc:before {
    content:"\f0de"
}
.fa-envelope:before {
    content:"\f0e0"
}
.fa-linkedin:before {
    content:"\f0e1"
}
.fa-rotate-left:before, .fa-undo:before {
    content:"\f0e2"
}
.fa-legal:before, .fa-gavel:before {
    content:"\f0e3"
}
.fa-dashboard:before, .fa-tachometer:before {
    content:"\f0e4"
}
.fa-comment-o:before {
    content:"\f0e5"
}
.fa-comments-o:before {
    content:"\f0e6"
}
.fa-flash:before, .fa-bolt:before {
    content:"\f0e7"
}
.fa-sitemap:before {
    content:"\f0e8"
}
.fa-umbrella:before {
    content:"\f0e9"
}
.fa-paste:before, .fa-clipboard:before {
    content:"\f0ea"
}
.fa-lightbulb-o:before {
    content:"\f0eb"
}
.fa-exchange:before {
    content:"\f0ec"
}
.fa-cloud-download:before {
    content:"\f0ed"
}
.fa-cloud-upload:before {
    content:"\f0ee"
}
.fa-user-md:before {
    content:"\f0f0"
}
.fa-stethoscope:before {
    content:"\f0f1"
}
.fa-suitcase:before {
    content:"\f0f2"
}
.fa-bell-o:before {
    content:"\f0a2"
}
.fa-coffee:before {
    content:"\f0f4"
}
.fa-cutlery:before {
    content:"\f0f5"
}
.fa-file-text-o:before {
    content:"\f0f6"
}
.fa-building-o:before {
    content:"\f0f7"
}
.fa-hospital-o:before {
    content:"\f0f8"
}
.fa-ambulance:before {
    content:"\f0f9"
}
.fa-medkit:before {
    content:"\f0fa"
}
.fa-fighter-jet:before {
    content:"\f0fb"
}
.fa-beer:before {
    content:"\f0fc"
}
.fa-h-square:before {
    content:"\f0fd"
}
.fa-plus-square:before {
    content:"\f0fe"
}
.fa-angle-double-left:before {
    content:"\f100"
}
.fa-angle-double-right:before {
    content:"\f101"
}
.fa-angle-double-up:before {
    content:"\f102"
}
.fa-angle-double-down:before {
    content:"\f103"
}
.fa-angle-left:before {
    content:"\f104"
}
.fa-angle-right:before {
    content:"\f105"
}
.fa-angle-up:before {
    content:"\f106"
}
.fa-angle-down:before {
    content:"\f107"
}
.fa-desktop:before {
    content:"\f108"
}
.fa-laptop:before {
    content:"\f109"
}
.fa-tablet:before {
    content:"\f10a"
}
.fa-mobile-phone:before, .fa-mobile:before {
    content:"\f10b"
}
.fa-circle-o:before {
    content:"\f10c"
}
.fa-quote-left:before {
    content:"\f10d"
}
.fa-quote-right:before {
    content:"\f10e"
}
.fa-spinner:before {
    content:"\f110"
}
.fa-circle:before {
    content:"\f111"
}
.fa-mail-reply:before, .fa-reply:before {
    content:"\f112"
}
.fa-github-alt:before {
    content:"\f113"
}
.fa-folder-o:before {
    content:"\f114"
}
.fa-folder-open-o:before {
    content:"\f115"
}
.fa-smile-o:before {
    content:"\f118"
}
.fa-frown-o:before {
    content:"\f119"
}
.fa-meh-o:before {
    content:"\f11a"
}
.fa-gamepad:before {
    content:"\f11b"
}
.fa-keyboard-o:before {
    content:"\f11c"
}
.fa-flag-o:before {
    content:"\f11d"
}
.fa-flag-checkered:before {
    content:"\f11e"
}
.fa-terminal:before {
    content:"\f120"
}
.fa-code:before {
    content:"\f121"
}
.fa-mail-reply-all:before, .fa-reply-all:before {
    content:"\f122"
}
.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
    content:"\f123"
}
.fa-location-arrow:before {
    content:"\f124"
}
.fa-crop:before {
    content:"\f125"
}
.fa-code-fork:before {
    content:"\f126"
}
.fa-unlink:before, .fa-chain-broken:before {
    content:"\f127"
}
.fa-question:before {
    content:"\f128"
}
.fa-info:before {
    content:"\f129"
}
.fa-exclamation:before {
    content:"\f12a"
}
.fa-superscript:before {
    content:"\f12b"
}
.fa-subscript:before {
    content:"\f12c"
}
.fa-eraser:before {
    content:"\f12d"
}
.fa-puzzle-piece:before {
    content:"\f12e"
}
.fa-microphone:before {
    content:"\f130"
}
.fa-microphone-slash:before {
    content:"\f131"
}
.fa-shield:before {
    content:"\f132"
}
.fa-calendar-o:before {
    content:"\f133"
}
.fa-fire-extinguisher:before {
    content:"\f134"
}
.fa-rocket:before {
    content:"\f135"
}
.fa-maxcdn:before {
    content:"\f136"
}
.fa-chevron-circle-left:before {
    content:"\f137"
}
.fa-chevron-circle-right:before {
    content:"\f138"
}
.fa-chevron-circle-up:before {
    content:"\f139"
}
.fa-chevron-circle-down:before {
    content:"\f13a"
}
.fa-html5:before {
    content:"\f13b"
}
.fa-css3:before {
    content:"\f13c"
}
.fa-anchor:before {
    content:"\f13d"
}
.fa-unlock-alt:before {
    content:"\f13e"
}
.fa-bullseye:before {
    content:"\f140"
}
.fa-ellipsis-h:before {
    content:"\f141"
}
.fa-ellipsis-v:before {
    content:"\f142"
}
.fa-rss-square:before {
    content:"\f143"
}
.fa-play-circle:before {
    content:"\f144"
}
.fa-ticket:before {
    content:"\f145"
}
.fa-minus-square:before {
    content:"\f146"
}
.fa-minus-square-o:before {
    content:"\f147"
}
.fa-level-up:before {
    content:"\f148"
}
.fa-level-down:before {
    content:"\f149"
}
.fa-check-square:before {
    content:"\f14a"
}
.fa-pencil-square:before {
    content:"\f14b"
}
.fa-external-link-square:before {
    content:"\f14c"
}
.fa-share-square:before {
    content:"\f14d"
}
.fa-compass:before {
    content:"\f14e"
}
.fa-toggle-down:before, .fa-caret-square-o-down:before {
    content:"\f150"
}
.fa-toggle-up:before, .fa-caret-square-o-up:before {
    content:"\f151"
}
.fa-toggle-right:before, .fa-caret-square-o-right:before {
    content:"\f152"
}
.fa-euro:before, .fa-eur:before {
    content:"\f153"
}
.fa-gbp:before {
    content:"\f154"
}
.fa-dollar:before, .fa-usd:before {
    content:"\f155"
}
.fa-rupee:before, .fa-inr:before {
    content:"\f156"
}
.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
    content:"\f157"
}
.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
    content:"\f158"
}
.fa-won:before, .fa-krw:before {
    content:"\f159"
}
.fa-bitcoin:before, .fa-btc:before {
    content:"\f15a"
}
.fa-file:before {
    content:"\f15b"
}
.fa-file-text:before {
    content:"\f15c"
}
.fa-sort-alpha-asc:before {
    content:"\f15d"
}
.fa-sort-alpha-desc:before {
    content:"\f15e"
}
.fa-sort-amount-asc:before {
    content:"\f160"
}
.fa-sort-amount-desc:before {
    content:"\f161"
}
.fa-sort-numeric-asc:before {
    content:"\f162"
}
.fa-sort-numeric-desc:before {
    content:"\f163"
}
.fa-thumbs-up:before {
    content:"\f164"
}
.fa-thumbs-down:before {
    content:"\f165"
}
.fa-youtube-square:before {
    content:"\f166"
}
.fa-youtube:before {
    content:"\f167"
}
.fa-xing:before {
    content:"\f168"
}
.fa-xing-square:before {
    content:"\f169"
}
.fa-youtube-play:before {
    content:"\f16a"
}
.fa-dropbox:before {
    content:"\f16b"
}
.fa-stack-overflow:before {
    content:"\f16c"
}
.fa-instagram:before {
    content:"\f16d"
}
.fa-flickr:before {
    content:"\f16e"
}
.fa-adn:before {
    content:"\f170"
}
.fa-bitbucket:before {
    content:"\f171"
}
.fa-bitbucket-square:before {
    content:"\f172"
}
.fa-tumblr:before {
    content:"\f173"
}
.fa-tumblr-square:before {
    content:"\f174"
}
.fa-long-arrow-down:before {
    content:"\f175"
}
.fa-long-arrow-up:before {
    content:"\f176"
}
.fa-long-arrow-left:before {
    content:"\f177"
}
.fa-long-arrow-right:before {
    content:"\f178"
}
.fa-apple:before {
    content:"\f179"
}
.fa-windows:before {
    content:"\f17a"
}
.fa-android:before {
    content:"\f17b"
}
.fa-linux:before {
    content:"\f17c"
}
.fa-dribbble:before {
    content:"\f17d"
}
.fa-skype:before {
    content:"\f17e"
}
.fa-foursquare:before {
    content:"\f180"
}
.fa-trello:before {
    content:"\f181"
}
.fa-female:before {
    content:"\f182"
}
.fa-male:before {
    content:"\f183"
}
.fa-gittip:before {
    content:"\f184"
}
.fa-sun-o:before {
    content:"\f185"
}
.fa-moon-o:before {
    content:"\f186"
}
.fa-archive:before {
    content:"\f187"
}
.fa-bug:before {
    content:"\f188"
}
.fa-vk:before {
    content:"\f189"
}
.fa-weibo:before {
    content:"\f18a"
}
.fa-renren:before {
    content:"\f18b"
}
.fa-pagelines:before {
    content:"\f18c"
}
.fa-stack-exchange:before {
    content:"\f18d"
}
.fa-arrow-circle-o-right:before {
    content:"\f18e"
}
.fa-arrow-circle-o-left:before {
    content:"\f190"
}
.fa-toggle-left:before, .fa-caret-square-o-left:before {
    content:"\f191"
}
.fa-dot-circle-o:before {
    content:"\f192"
}
.fa-wheelchair:before {
    content:"\f193"
}
.fa-vimeo-square:before {
    content:"\f194"
}
.fa-turkish-lira:before, .fa-try:before {
    content:"\f195"
}
.fa-plus-square-o:before {
    content:"\f196"
}
.fa-space-shuttle:before {
    content:"\f197"
}
.fa-slack:before {
    content:"\f198"
}
.fa-envelope-square:before {
    content:"\f199"
}
.fa-wordpress:before {
    content:"\f19a"
}
.fa-openid:before {
    content:"\f19b"
}
.fa-institution:before, .fa-bank:before, .fa-university:before {
    content:"\f19c"
}
.fa-mortar-board:before, .fa-graduation-cap:before {
    content:"\f19d"
}
.fa-yahoo:before {
    content:"\f19e"
}
.fa-google:before {
    content:"\f1a0"
}
.fa-reddit:before {
    content:"\f1a1"
}
.fa-reddit-square:before {
    content:"\f1a2"
}
.fa-stumbleupon-circle:before {
    content:"\f1a3"
}
.fa-stumbleupon:before {
    content:"\f1a4"
}
.fa-delicious:before {
    content:"\f1a5"
}
.fa-digg:before {
    content:"\f1a6"
}
.fa-pied-piper:before {
    content:"\f1a7"
}
.fa-pied-piper-alt:before {
    content:"\f1a8"
}
.fa-drupal:before {
    content:"\f1a9"
}
.fa-joomla:before {
    content:"\f1aa"
}
.fa-language:before {
    content:"\f1ab"
}
.fa-fax:before {
    content:"\f1ac"
}
.fa-building:before {
    content:"\f1ad"
}
.fa-child:before {
    content:"\f1ae"
}
.fa-paw:before {
    content:"\f1b0"
}
.fa-spoon:before {
    content:"\f1b1"
}
.fa-cube:before {
    content:"\f1b2"
}
.fa-cubes:before {
    content:"\f1b3"
}
.fa-behance:before {
    content:"\f1b4"
}
.fa-behance-square:before {
    content:"\f1b5"
}
.fa-steam:before {
    content:"\f1b6"
}
.fa-steam-square:before {
    content:"\f1b7"
}
.fa-recycle:before {
    content:"\f1b8"
}
.fa-automobile:before, .fa-car:before {
    content:"\f1b9"
}
.fa-cab:before, .fa-taxi:before {
    content:"\f1ba"
}
.fa-tree:before {
    content:"\f1bb"
}
.fa-spotify:before {
    content:"\f1bc"
}
.fa-deviantart:before {
    content:"\f1bd"
}
.fa-soundcloud:before {
    content:"\f1be"
}
.fa-database:before {
    content:"\f1c0"
}
.fa-file-pdf-o:before {
    content:"\f1c1"
}
.fa-file-word-o:before {
    content:"\f1c2"
}
.fa-file-excel-o:before {
    content:"\f1c3"
}
.fa-file-powerpoint-o:before {
    content:"\f1c4"
}
.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
    content:"\f1c5"
}
.fa-file-zip-o:before, .fa-file-archive-o:before {
    content:"\f1c6"
}
.fa-file-sound-o:before, .fa-file-audio-o:before {
    content:"\f1c7"
}
.fa-file-movie-o:before, .fa-file-video-o:before {
    content:"\f1c8"
}
.fa-file-code-o:before {
    content:"\f1c9"
}
.fa-vine:before {
    content:"\f1ca"
}
.fa-codepen:before {
    content:"\f1cb"
}
.fa-jsfiddle:before {
    content:"\f1cc"
}
.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
    content:"\f1cd"
}
.fa-circle-o-notch:before {
    content:"\f1ce"
}
.fa-ra:before, .fa-rebel:before {
    content:"\f1d0"
}
.fa-ge:before, .fa-empire:before {
    content:"\f1d1"
}
.fa-git-square:before {
    content:"\f1d2"
}
.fa-git:before {
    content:"\f1d3"
}
.fa-hacker-news:before {
    content:"\f1d4"
}
.fa-tencent-weibo:before {
    content:"\f1d5"
}
.fa-qq:before {
    content:"\f1d6"
}
.fa-wechat:before, .fa-weixin:before {
    content:"\f1d7"
}
.fa-send:before, .fa-paper-plane:before {
    content:"\f1d8"
}
.fa-send-o:before, .fa-paper-plane-o:before {
    content:"\f1d9"
}
.fa-history:before {
    content:"\f1da"
}
.fa-circle-thin:before {
    content:"\f1db"
}
.fa-header:before {
    content:"\f1dc"
}
.fa-paragraph:before {
    content:"\f1dd"
}
.fa-sliders:before {
    content:"\f1de"
}
.fa-share-alt:before {
    content:"\f1e0"
}
.fa-share-alt-square:before {
    content:"\f1e1"
}
.fa-bomb:before {
    content:"\f1e2"
}
.fa-soccer-ball-o:before, .fa-futbol-o:before {
    content:"\f1e3"
}
.fa-tty:before {
    content:"\f1e4"
}
.fa-binoculars:before {
    content:"\f1e5"
}
.fa-plug:before {
    content:"\f1e6"
}
.fa-slideshare:before {
    content:"\f1e7"
}
.fa-twitch:before {
    content:"\f1e8"
}
.fa-yelp:before {
    content:"\f1e9"
}
.fa-newspaper-o:before {
    content:"\f1ea"
}
.fa-wifi:before {
    content:"\f1eb"
}
.fa-calculator:before {
    content:"\f1ec"
}
.fa-paypal:before {
    content:"\f1ed"
}
.fa-google-wallet:before {
    content:"\f1ee"
}
.fa-cc-visa:before {
    content:"\f1f0"
}
.fa-cc-mastercard:before {
    content:"\f1f1"
}
.fa-cc-discover:before {
    content:"\f1f2"
}
.fa-cc-amex:before {
    content:"\f1f3"
}
.fa-cc-paypal:before {
    content:"\f1f4"
}
.fa-cc-stripe:before {
    content:"\f1f5"
}
.fa-bell-slash:before {
    content:"\f1f6"
}
.fa-bell-slash-o:before {
    content:"\f1f7"
}
.fa-trash:before {
    content:"\f1f8"
}
.fa-copyright:before {
    content:"\f1f9"
}
.fa-at:before {
    content:"\f1fa"
}
.fa-eyedropper:before {
    content:"\f1fb"
}
.fa-paint-brush:before {
    content:"\f1fc"
}
.fa-birthday-cake:before {
    content:"\f1fd"
}
.fa-area-chart:before {
    content:"\f1fe"
}
.fa-pie-chart:before {
    content:"\f200"
}
.fa-line-chart:before {
    content:"\f201"
}
.fa-lastfm:before {
    content:"\f202"
}
.fa-lastfm-square:before {
    content:"\f203"
}
.fa-toggle-off:before {
    content:"\f204"
}
.fa-toggle-on:before {
    content:"\f205"
}
.fa-bicycle:before {
    content:"\f206"
}
.fa-bus:before {
    content:"\f207"
}
.fa-ioxhost:before {
    content:"\f208"
}
.fa-angellist:before {
    content:"\f209"
}
.fa-cc:before {
    content:"\f20a"
}
.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
    content:"\f20b"
}
.fa-meanpath:before {
    content:"\f20c"
}
/*
#content .main {
    padding:20px 0 60px
}
*/
.error_404 {
    padding:50px 0;
    text-align:center
}
.comment_block .post {
    padding:0 0 10px;
    margin:0 0 10px
}
.jquery-selectbox {
    z-index:100
}

.inner_widget ul li a span.fa {
    position:absolute;
    margin-left:-19px;
    font-size:16px
}
a.canada {
    font-size:13px
}
.wp-caption {
    border:1px solid #ddd;
    text-align:left;
    background-color:#fff;
    margin:10px;
    -moz-border-radius:3px;
    -khtml-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;
    padding:5px
}
.wp-caption img {
    margin:0;
    padding:0;
    border:0 none
}
.wp-caption p.wp-caption-text {
    font-size:12px;
    color:#002859;
    line-height:17px;
    padding:0 4px 5px;
    margin:0
}
.share_this2 {
    float:right;
    width:150px
}




/***** Media Queries *****/

@media screen and (max-width: 1059px) {

	div.miniMenuWrap {
		margin-bottom: 20px;
		margin-top: 0;
	}
}

@media screen and (max-width: 767px) {
	div.phone-footer {
		padding-left: 0;
	}
}

@media screen and (max-width: 568px) {
	.featureItem {
		min-height: 0;
		margin-bottom: 60px;
	}
	div.so-icn, div.phone-footer, div.footer-menus, div.logo-footer {
		width: 100%;
		}
	div.logo-footer {
		border-right: none;
		border-bottom: 2px solid #326699;
		margin-bottom: 20px;
	}
	div.footer-menus-wrap {
		float: left;
	}
	.phone-footer p, .so-icn a, div.footer-menus {
		padding: 0;
		margin: 20px 0;
	}
	div.phone-footer, div.so-icn {
		margin-left: 0;
		height: auto;
	}
	
	.so-icn a {
		padding-right: 20px;
	}
}

@media screen and (max-width: 727px) {
	.so-icn {
		clear:both;
	}
}

@media screen and (max-width: 1037px) {
	div.footer-menus {
		margin-top: 15px;
	}
	
}

@media screen and (max-width: 480px) {
	.cta-footer .btn-orange {
		margin-top: 18px;
	}


}

@media screen and (max-width: 1057px)
	and (min-width: 728px) 
	{
	div.footer-menus {
		padding-left: 0;
	}
}



/*** NAV RESPONSIVE ***/
@media screen and (max-width: 1024px) {
		.shiftnav-toggle {
			display: block;
		}
}

/**** main header responsive ***/

@media screen and (min-width: 1600px) {
	.bannerGrad {
		padding-right: 298px;
	}
}

@media screen and (max-width: 1082px) {
	.bannerContent h1 {
		font-size: 2.6em;
		line-height: 46px;
	}
	.bannerGrad h3 {
		font-size: 1.5em;
		line-height: 32px;
	}
}

@media screen and (max-width: 979px) {
	.bannerGrad h3 {
		font-size: 1.3em; 
		line-height: 28px;
	}	
}

@media screen and (max-width: 900px) {
	.bannerGrad {
		padding-left: 100px;
	}
	.bannerContent {
		padding-left: 100px;
		padding-right: 30%;
	}
	.bannerBtn {
		padding-left: 100px;
	}
}

@media screen and (max-width: 745px) {
	.bannerContent {
		padding-left: 30px;
		padding-right: 0;
		margin-top: 175px;
	}
	.bannerGrad {
		padding-left: 30px;
		padding-right: 30px;
	}
	.bannerBtn {
		padding-left: 30px;
		padding-right: 30px;
	}
	#banner-image {
		left:-100px;
	}
}

@media screen and (max-width: 480px) {
	
	.bannerContent {
		padding-left: 30px;
		margin-top: 150px;
	}
	
	.bannerContent h1 {
		font-size: 2.4em
	}
}

@media screen and (max-width: 398px) {
	.bannerChevron {
		display: none;
	}
}

@media screen and (max-width: 355px) {

	.bannerContent {
		margin-top: 120px;
	}

}

@media only screen and (max-width: 960px) {
	#shiftnav-toggle-main {
		font-size: 32px;
	}
  .topPhone {
		left: 30px;
	}
  	.logo, .logo img {
		display: block;
		position: relative;
		width: 225px;
	}
	
	.logo {
		margin-top: 30px;
	}
}

@media only screen and (max-width: 600px) {
	.hbtn-wrap {
		display: block;
		clear:both;
		text-align: left;
		height: auto;
		position: relative;
	}
	#shiftnav-toggle-main:before {
		top: 30px !important;
	}
	.shiftnav-open.shiftnav-open-right #shiftnav-toggle-main {
	-webkit-transform: translate(-200px, -50px)!important;
	-moz-transform: translate(-280px, -30px) !important;
	-ms-transform: translate(-280px, -30px) !important;
	-o-transform: translate(-280px, -30px) !important;
	transform: translate(-280px, -30px) !important;
	}
	#titleBar {
		padding: 10px;
	}
	
}

@media screen and (max-width: 900px) {
	.fiveWomanWrap {
		display: none;
	}
	.fiveWoman {
		display: none;
	}
	.fiveContent {
		width: 90%;
		margin: 0 5%;
	}
	.fiveContent h3 {
		margin-bottom: 30px;
	}
	.fiveContent p {
		margin-bottom: 40px;
	}
	.fiveContent .btn-orange {
		margin-bottom: 35px;
	}
}

@media only screen and (max-width: 480px) {
	.btn-orange {
		font-size: 1.2em;
	}
	.btn-icon img {
		top: 13px;
	}
}

@media only screen and (max-width: 667px) {
	.tbox {
		height: auto;
	}
	.tbox blockquote {
		padding-bottom: 70px;
	}
}

/* jim commented out the lines below because on a wide screen the image of the woman looked off not floating to the right */
/*
@media only screen and (min-width: 1600px) {
	#banner-image {
		left: 0;
	}
}
*/
@media only screen and (max-width: 1024px) {
	#why-eply h4 {
		min-height: 46px;
		margin-bottom: 15px;
	}
}
@media only screen and (max-width: 568px) {
	#why-eply h4 {
		min-height: 0;
	}
}

/*** MOBILE SUB MENU ***/

@media only screen and (max-width: 969px) {
	.sub_menu {
		display: block;
		max-height: 0;
		line-height: 0;
		overflow: hidden;
	}
	div.sub_menu {
		-webkit-transition: .3s all ease;
		-moz-transition: .3s all ease;
		-ms-transition: .3s all ease;
		-o-transition: .3s all ease;
		transition: all 0.3s ease;
	}
	#sub-menu-toggle {
		display: block;
	}
	.content_block {
		margin-top: 40px;
		padding-left: 0;
	}
	.inner_sidebar {
		width: 100%;
		margin-top: 30px;
	}
	a.canada {
		margin: 0;
	}
	.inner_widget ul {
		background: #47a3da;
	}
	
	.inner_widget ul li {
		-webkit-transition: .2s all ease;
		-moz-transition: .2s all ease;
		-ms-transition: .2s all ease;
		-o-transition: .2s all ease;
		transition: .2s all ease;
	}
	.inner_widget li a:link, .inner_widget li a:visited, .inner_widget li a:hover, .inner_widget li a:active {
		color: #fff;
	}
	.inner_widget ul li {
		border-bottom: 1px solid #336699;
	}
	.inner_widget ul li:hover {
		background: #336699;
	}
	.inner_widget ul li a {
		padding: 20px 0 20px 10px;
	}
	.inner_widget ul li a span {
		font-weight: 400;
	}
	.blog_sidebar {
		float: none;
	}

}

/* responsive for blog */

@media screen and (max-width: 700px) {
	.blogThumb {
		clear:both;
		width: 100%;
		height: auto;
		margin-bottom: 20px;
	}
	 .blogThumb img {
		widtH: 100%;
	 }
 }
 
 /* price table response */
 @media screen and (max-width: 683px) {
 .price-table_col {
		width: 100%;
	}
 
 .price-table_colskinny {
	margin: 20px auto;
	width: 100%;
 }
 
}

@media screen and (max-width: 700px) {
	.download_sidebar {
		position: absolute;
		left: 30px;
	}
	.dl_content  {
		float: left;
		margin-top: 320px;
	}
	.download_sidebar img {
		float: none;
	}
	
} 
 
@media screen and (max-width: 640px) {
	#banner, body.home #header {
		position: absolute;
		overflow: hidden; 
	}
}

@media screen and (max-width: 581px) {
	.dl_el .jquery-selectbox {
		margin-left: 0;
	}
	.dl_content p {
		padding-left: 0;
	}
	.dl_send {
		margin-left: 0;
	}
}

@media screen and (max-width: 1012px) {
	.price_col_right {
	float: left;
}
}



/**** Jim Added ***/


 .testimonialImage {
	float: left;
	width: 160px;
	height: 160px;
	margin-right: 15px;
	overflow: hidden;
 }
 
.testimonialImage img {
	width: 160px;
	height: auto;
}


 .floatimageleft {
	float: left;
	margin-right: 25px;
	overflow: hidden;
 }
 
.floatimageleft img {
	height: auto;
}


/* Beanstream styles on the merchant account page */

.bean-ca {
 background-image: url(https://www.eply.com/wp-content/uploads/flags-CA500x350.png);
    background-size: 100%;
    background-repeat: no-repeat;
  height:290px;
      padding-top: 8px;
 
}

.bean-us {
 background-image: url(https://www.eply.com/wp-content/uploads/flags-US500x350.png);
    background-size: 100%;
    background-repeat: no-repeat;
  height:290px;
      padding-top: 8px;
}

table.bean {
	text-align: center;
	font-size: 16px;
	border: 0;
	border-collapse: collapse;
  border-spacing: 0;
}
table.bean tr td.rate {
	font-size: 76px;

}

table.bean tr td.pay{
	font-size: 32px;
}
.btn-primarybean {
	background: #ee4548;
    border: 0;
    color: #ffffff;
    padding: 10px 45px;
    line-height: 1em;
	font-size: 22px;
	margin-bottom: 15px;
	text-decoration:none;
  text-shadow: 0 0px 0px;
}
.btn-primarybean:visited {
  color: #ffffff;
}
.btn-primarybean:hover {
  color: #ffffff;
}
.btn-primarybean:link {
  color: #ffffff;
}
