 
 /* @import url('http://example.com/example_style.css'); */
img {
    max-width: 100%;
    border: 0;
    max-width: 100%;
    height: auto;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom;
}

.pressItem {
    margin-bottom: 32px;
    padding-bottom: 32px;
    border-bottom: 1px solid #008ed9;
}
.pressItem h4 {
    font-size: 24px;
    font-weight: 400;
}
.pressItem.darkBG .span2 {
    padding: 10px;
    background: #333;
}

.hs-form fieldset {
    margin-bottom: 10px!important;
}

.read-more-state {
  display: none;
}

.read-more-target {
  opacity: 0;
  max-height: 0;
  font-size: 0;
  transition: .25s ease;
}

.read-more-state:checked ~ .read-more-wrap .read-more-target {
  opacity: 1;
  font-size: inherit;
  max-height: 999em;
}

.read-more-state ~ .read-more-trigger:before {
  content: 'Read more';
    color: blue;
  font-weight: bold;
  float:right;
}

.read-more-state:checked ~ .read-more-trigger:before {
  content: 'Read less';
    color: blue;
  font-weight: bold;
  float:right;
}

.read-more-trigger {
  cursor: pointer;
}



/* @pricing table wrappers 
---------------------------------- */
.smart-grids{ max-width:1140px; margin:0 auto; }
.smart-wrapper{ display:block; padding:20px; }
.smart-pricing, 
.smart-pricing *{
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

.smart-pricing {
	font-family:"Open Sans", Arial, Helvetica, sans-serif;
	line-height: 1.231;
	font-weight: 400;
	font-size: 14px;
	color: #626262;
}


/* @pricing table grid 
--------------------------------- */
.smart-pricing .pricing-tables, 
.smart-pricing .pricing-tables .colm-list{ display:block;  position:relative; }
.smart-pricing .pricing-tables:before,
.smart-pricing .pricing-tables:after { display: table; content: ""; line-height: 0; }
.smart-pricing .pricing-tables:after{ clear: both; }

/* @pricing table columns 
--------------------------------------------------------- */
.smart-pricing .pricing-tables .colm{ 
	min-height:1px; 
	position:relative; 
	float:left; 
}

/* seperated pricing table columns 
---------------------------------------------------------- */
.smart-pricing .separated-tables{ margin:0 -10px; }
.smart-pricing .separated-tables .colm{	padding-left:10px; padding-right:10px;}

/* pricing table columns 
---------------------------------------------------------- */
.smart-pricing .six-colm .colm		{	width:16.66%;	} 
.smart-pricing .five-colm .colm		{	width:20%;		}
.smart-pricing .four-colm .colm		{	width:25%;		} 
.smart-pricing .three-colm .colm	{	width:33.33%; 	} 
.smart-pricing .two-colm .colm		{	width:50%; 		} 
.smart-pricing .one-colm .colm		{	width:100%; 	}

/* @general pricing table styling
------------------------------------------ */
.smart-pricing .pricing-tables .pricing-header{ position:relative; }
.smart-pricing .pricing-tables ul, 
.smart-pricing .pricing-tables ul li, 
.smart-pricing .pricing-tables .pricing-header h1, 
.smart-pricing .pricing-tables .pricing-header h2{
	padding:0;
	margin:0;
}
.smart-pricing .pricing-tables .pricing-header h1, 
.smart-pricing .pricing-tables .pricing-header h2{
	font-family:"Open Sans", Arial, Helvetica, sans-serif;
	font-weight:300;
}
.smart-pricing .pricing-tables ul, 
.smart-pricing .pricing-tables ul li{ list-style-type:none; }
.smart-pricing .pricing-tables ul li i{ font-size:14px; margin:0 5px; }

/* @pricing table styles || elegant + dark 
------------------------------------------------------------ */
.smart-pricing .dark-style .colm-list, 
.smart-pricing .elegant-style .colm-list{	
	-webkit-box-shadow:  0px 2px 0px 0px rgba(0, 0, 0, 0.04);
	-moz-box-shadow:  0px 2px 0px 0px rgba(0, 0, 0, 0.04);
	-o-box-shadow:  0px 2px 0px 0px rgba(0, 0, 0, 0.04);
	box-shadow:  0px 2px 0px 0px rgba(0, 0, 0, 0.04);
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.smart-pricing .dark-style ul, 
.smart-pricing .elegant-style ul{ margin-left:-1px;  }
.smart-pricing .elegant-style ul {
	border: 1px solid #d2d2d2;
	background-color:#F5F5F5;
	border-top:0;
}

.smart-pricing .dark-style ul{ background: #333;  border: 1px solid #000; }
.smart-pricing .dark-style ul li, 
.smart-pricing .elegant-style ul li {
	padding: 12px 4px; 
	text-align:center;
}

.smart-pricing .elegant-style ul li { 
	color: #666;
	border-top:1px solid #ffffff;
	border-bottom:1px solid #d2d2d2;
	text-shadow: 0 1px rgba(255, 255, 255, 0.9);
}

.smart-pricing .dark-style ul li{
	color: #D0D0D0; 
    background-color: #333;
    border: 1px solid #444;
	border-bottom:1px solid #111;
   -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    text-shadow: 0 -1px rgba(0, 0, 0, 0.6);
}
.smart-pricing .dark-style .pricing-footer,
.smart-pricing .elegant-style .pricing-footer{
	padding: 20px;
	margin-top: -2px;
	margin-left: -1px;
	text-align: center;
}
.smart-pricing .elegant-style .pricing-footer{  
	border: 1px solid #d2d2d2;
	background-color: #f9f9f9; 	
	background-image: -webkit-linear-gradient(top,  #fbfbfb, #ededed);
    background-image: -moz-linear-gradient(top,  #fbfbfb, #ededed);
	background-image: -ms-linear-gradient(top,  #fbfbfb, #ededed);
    background-image: -o-linear-gradient(top,  #fbfbfb, #ededed);
    background-image: linear-gradient(to bottom,  #fbfbfb, #ededed);
    -webkit-box-shadow: inset 0 1px #fff, inset 0 0 0 1px rgba(255, 255, 255, 0.5);
	-moz-box-shadow: inset 0 1px #fff, inset 0 0 0 1px rgba(255, 255, 255, 0.5);
	-o-box-shadow: inset 0 1px #fff, inset 0 0 0 1px rgba(255, 255, 255, 0.5);
    box-shadow: inset 0 1px #fff, inset 0 0 0 1px rgba(255, 255, 255, 0.5);
}
.smart-pricing .dark-style .pricing-footer{
	background-color: #1C1C1C;
    background-image: -webkit-linear-gradient(top,  #1C1C1C, #070707);
    background-image: -moz-linear-gradient(top,  #1C1C1C, #070707);
	background-image: -ms-linear-gradient(top,  #1C1C1C, #070707);
    background-image: -o-linear-gradient(top,  #1C1C1C, #070707);
    background-image: linear-gradient(to bottom,  #1C1C1C, #070707);
    -webkit-box-shadow: inset 0 1px #fff, inset 0 0 0 1px rgba(255, 255, 255, 0.5);
	-moz-box-shadow: inset 0 1px #fff, inset 0 0 0 1px rgba(255, 255, 255, 0.5);
	-o-box-shadow: inset 0 1px #fff, inset 0 0 0 1px rgba(255, 255, 255, 0.05);
    box-shadow: inset 0 1px #353535, inset 0 0 0 1px rgba(255, 255, 255, 0.1);	
	border: 1px solid #000;
}

.smart-pricing .dark-style .pricing-header, 
.smart-pricing .elegant-style .pricing-header{margin-left: -1px; text-align:center; }
.smart-pricing .pricing-tables .header-colored h1, 
.smart-pricing .pricing-tables .header-colored h2{ color:#fff; } 
.smart-pricing .dark-style .pricing-header h1, 
.smart-pricing .elegant-style .pricing-header h1 {
	font-size: 13px;
	font-weight: 400;
	padding: 15px 15px;
	letter-spacing: 1px;
	text-transform:uppercase;
}

.smart-pricing .dark-style .pricing-header h2, 
.smart-pricing .elegant-style .pricing-header h2 {
	text-transform:uppercase;
	padding: 30px 15px;	
	font-size: 11px;  
	font-weight:400;
}

.smart-pricing .dark-style .pricing-header h2 span, 
.smart-pricing .elegant-style .pricing-header h2 span { display: block; font-size: 46px; font-weight:300; }

.smart-pricing .dark-style .pricing-header h2, 
.smart-pricing .elegant-style .pricing-header h2, 
.smart-pricing .dark-style .pricing-header h2 span, 
.smart-pricing .elegant-style .pricing-header h2 span{	
	-webkit-transition: font-size 0.4s;
	-moz-transition: font-size 0.4s;
	-ms-transition: font-size 0.4s;
	-o-transition: font-size 0.4s;
	transition: font-size 0.4s;
}

/* featured columns 
----------------------------------------------------------- */
.smart-pricing .dark-style .featured-package,
.smart-pricing .elegant-style .featured-package{ 	
	-webkit-box-shadow:rgba(0, 0, 0, 0.25) 0 0 9px 0; 
	-moz-box-shadow: rgba(0, 0, 0, 0.25) 0 0 9px 0;
	-o-box-shadow: rgba(0, 0, 0, 0.25) 0 0 9px 0; 
	box-shadow: rgba(0, 0, 0, 0.25) 0 0 9px 0;
	box-shadow: rgba(0,0,0,0.25) 0 0 12px 0 \0/IE9;
	margin: -20px 0 0 0;
	position:relative; 
	z-index:99; 
	top:0;
}

.smart-pricing .dark-style .featured-package .pricing-footer, 
.smart-pricing .elegant-style .featured-package .pricing-footer{ padding:25px 20px; }
.smart-pricing .dark-style .featured-package .pricing-header h2 span, 
.smart-pricing .elegant-style .featured-package .pricing-header h2 span { font-size: 62px; }

.smart-pricing .dark-style .featured-package{
	-webkit-box-shadow:rgba(0, 0, 0, 1) 0 0 9px 0; 
	-moz-box-shadow: rgba(0, 0, 0, 1) 0 0 9px 0;
	-o-box-shadow: rgba(0, 0, 0, 1) 0 0 9px 0; 
	box-shadow: rgba(0, 0, 0, 1) 0 0 9px 0;
	box-shadow: rgba(0,0,0,1) 0 0 12px 0 \0/IE9;
}

/* animate pricing table columns on :hover
----------------------------------------------------------- */
.smart-pricing:hover,
.smart-pricing:hover .dark-style .featured-package, 
.smart-pricing:hover .elegant-style .featured-package{ 
	z-index:1; 
	-webkit-box-shadow:none; 
	-moz-box-shadow:none;
	-o-box-shadow:none;  
	box-shadow:none;
}

.smart-pricing:hover .dark-style .featured-package, 
.smart-pricing:hover .elegant-style .featured-package{ margin:0; }
.smart-pricing:hover .dark-style .featured-package .pricing-footer, 
.smart-pricing:hover .elegant-style .featured-package .pricing-footer{ padding:20px; }
.smart-pricing:hover .dark-style .featured-package .pricing-header h2 span, 
.smart-pricing:hover .elegant-style .featured-package .pricing-header h2 span { font-size:46px; }

.smart-pricing .dark-style .colm-list:hover,
.smart-pricing .elegant-style .colm-list:hover, 
.smart-pricing .dark-style .featured-package:hover,
.smart-pricing .elegant-style .featured-package:hover{
	-webkit-box-shadow:rgba(0, 0, 0, 0.25) 0 0 9px 0; 
	-moz-box-shadow: rgba(0, 0, 0, 0.25) 0 0 9px 0;
	-o-box-shadow: rgba(0, 0, 0, 0.25) 0 0 9px 0; 
	box-shadow: rgba(0, 0, 0, 0.25) 0 0 9px 0;
	box-shadow: rgba(0,0,0,0.25) 0 0 12px 0 \0/IE9;
	margin: -20px 0 0 0;
	position:relative; 
	z-index:99; 
	top:0;
}

.smart-pricing .dark-style .colm-list:hover,
.smart-pricing .dark-style .featured-package:hover{
	-webkit-box-shadow:rgba(0, 0, 0, 1) 0 0 9px 0; 
	-moz-box-shadow: rgba(0, 0, 0, 1) 0 0 9px 0;
	-o-box-shadow: rgba(0, 0, 0, 1) 0 0 9px 0; 
	box-shadow: rgba(0, 0, 0, 1) 0 0 9px 0;
	box-shadow: rgba(0,0,0,1) 0 0 12px 0 \0/IE9;
}

.smart-pricing .dark-style .colm-list:hover .pricing-footer,
.smart-pricing .elegant-style .colm-list:hover .pricing-footer,
.smart-pricing .dark-style .featured-package:hover .pricing-footer, 
.smart-pricing .elegant-style .featured-package:hover .pricing-footer{ padding:25px 20px; }
.smart-pricing .dark-style .colm-list:hover .pricing-header h2 span,
.smart-pricing .elegant-style .colm-list:hover .pricing-header h2 span,
.smart-pricing .dark-style .featured-package:hover .pricing-header h2 span, 
.smart-pricing .elegant-style .featured-package:hover .pricing-header h2 span{ font-size: 62px;   }

/* features column 
------------------------------------------------------ */
.smart-pricing .dark-style .features-list:hover,
.smart-pricing .elegant-style .features-list:hover{
	z-index:1;
	margin:0;
	-webkit-box-shadow:none; 
	-moz-box-shadow:none;
	-o-box-shadow:none;  
	box-shadow:none;
}
.smart-pricing .dark-style .features-list:hover,
.smart-pricing .elegant-style .features-list:hover{
	-webkit-box-shadow:  0px 2px 0px 0px rgba(0, 0, 0, 0.04);
	-moz-box-shadow:  0px 2px 0px 0px rgba(0, 0, 0, 0.04);
	-o-box-shadow:  0px 2px 0px 0px rgba(0, 0, 0, 0.04);
	box-shadow:  0px 2px 0px 0px rgba(0, 0, 0, 0.04);
}

.smart-pricing .dark-style .features-list .pricing-header h2 span,
.smart-pricing .elegant-style .features-list .pricing-header h2 span,
.smart-pricing .dark-style .features-list:hover .pricing-header h2 span,
.smart-pricing .elegant-style .features-list:hover .pricing-header h2 span{ 
	text-transform:none;
	margin-top:46px; 
	font-size:46px; 
}

.smart-pricing .elegant-style .features-list ul{
	border: 1px solid #d2d2d2;
	border-bottom:0;
	margin-top:-1px;
}

.smart-pricing .dark-style .features-list ul{ border-bottom:0; }
.smart-pricing .dark-style .features-list ul li,
.smart-pricing .elegant-style .features-list ul li{ text-align:left; }

/* zebra stripped pricing tables 
------------------------------------------------------------------------------- */
.smart-pricing .dark-style.stripped-tables ul li:nth-child(even) { background: #272727; }
.smart-pricing .elegant-style.stripped-tables ul li:nth-child(even) { background: #EBEBEB;  }

/* buttons 
--------------------------------------------------------------- */
.smart-pricing .pricing-button{
	border:0;
	width:100%;
	height:50px;
	color:#444444;
	padding:0 1.6em;
	cursor: pointer;
	font-weight: 400;
	font-size: 1.4em;
	text-decoration:none;
	background-color:#ddd;
	font-family:"Open Sans", Arial, Helvetica, sans-serif;
	-webkit-border-radius :3px;
	-moz-border-radius :3px;
	-o-border-radius :3px;
	border-radius :3px;	
	display:inline-block;
	*display:inline;
	zoom:1;
}
.smart-pricing a.pricing-button{ line-height:50px; }
.smart-pricing .pricing-button:hover, 
.smart-pricing .pricing-button:active{ background:#C2C2C2; }
.smart-pricing .six-colm .pricing-button{ font-size:1em; }

/* buttons gradient IE8+ 
--------------------------------------------------- */
.smart-pricing .grad-button{
   border             		:1px solid rgba(0,0,0,.2);
   border-bottom      		:1px solid rgba(0,0,0,.4);
   box-shadow         		:0 1px 2px rgba(0,0,0,0.3), inset 0 1px 0 0 rgba(255,255,255,.3);
   background-image   		:-moz-linear-gradient(top, rgba(255, 255, 255, .3), rgba(0, 0, 0, .1)); 
   background-image   		:-webkit-linear-gradient(top, rgba(255, 255, 255, .3), rgba(0, 0, 0, .1)); 
   background-image   		:-o-linear-gradient(top, rgba(255, 255, 255, .3), rgba(0, 0, 0, .1)); 
   background-image   		:-ms-linear-gradient(top, rgba(255, 255, 255, .3), rgba(0, 0, 0, .1)); 
   filter             		:progid:DXImageTransform.Microsoft.gradient(startColorStr='#19FFFFFF', EndColorStr='#19000000'); 
}
.smart-pricing .dark-style .grad-button{
   border             		:1px solid rgba(225,225,225,.4);
   border-bottom      		:1px solid rgba(225,225,225,.08);
   border-top      		    :1px solid rgba(225,225,225,.6);
   box-shadow         		:0 1px 2px rgba(0,0,0,0.3), inset 0 1px 0 0 rgba(255,255,255,0);   
}
.smart-pricing .grad-button:hover{
   background-image   		:-moz-linear-gradient(top, rgba(255, 255, 255, .1), rgba(0, 0, 0, .1));
   background-image   		:-webkit-linear-gradient(top, rgba(255, 255, 255, .1), rgba(0, 0, 0, .1));
   background-image   		:-o-linear-gradient(top, rgba(255, 255, 255, .1), rgba(0, 0, 0, .1));
   background-image   		:-ms-linear-gradient(top, rgba(255, 255, 255, .1), rgba(0, 0, 0, .1));
   filter            		:progid:DXImageTransform.Microsoft.gradient(startColorStr='#33FFFFFF', EndColorStr='#19FFFFFF');
}



/* top header themes + buttons 
------------------------------------------------------------------------------- */
.smart-pricing .grey-btn,
.smart-pricing .grey-lite { background-color: #909090; color:#fff; }
.smart-pricing .grey-dark, 
.smart-pricing .grey-btn:hover{ background-color: #808080; color:#fff; }
.smart-pricing .black-btn,
.smart-pricing .black-lite { background-color: #333333; color:#fff; }
.smart-pricing .black-dark, 
.smart-pricing .black-btn:hover { background-color: #222222; color:#fff; }
.smart-pricing .blue-btn,
.smart-pricing .blue-lite{ background-color: #3399FF; color:#fff; }
.smart-pricing .blue-dark, 
.smart-pricing .blue-btn:hover{ background-color: #0078F0; color:#fff; }
.smart-pricing .green-btn,
.smart-pricing .green-lite { background-color: #93C230; color:#fff;  }
.smart-pricing .green-dark, 
.smart-pricing .green-btn:hover  { background-color: #7BA428; color:#fff; }
.smart-pricing .orange-btn,
.smart-pricing .orange-lite { background-color: #FFAE35; color:#fff; }
.smart-pricing .orange-dark, 
.smart-pricing .orange-btn:hover{ background-color: #FF8000; color:#fff; }
.smart-pricing .red-btn,
.smart-pricing .red-lite{ background-color: #F03D00; color:#fff; }
.smart-pricing .red-dark,
.smart-pricing .red-btn:hover{ background-color: #CC3300; }
.smart-pricing .gray-dark {
    background: #555;
}
.smart-pricing .gray-lite {
    background: #777;
}
.smart-pricing .monoblue1-btn,
.smart-pricing .monoblue-top-1 { background-color: #52B5D5; color:#fff; }
.smart-pricing .monoblue-bottom-1, 
.smart-pricing .monoblue1-btn:hover { background-color: #64C3DE; color:#fff; }
.smart-pricing .monoblue2-btn,
.smart-pricing .monoblue-top-2 { background-color: #3591CA; color:#fff; }
.smart-pricing .monoblue-bottom-2, 
.smart-pricing .monoblue2-btn:hover { background-color: #44A3D5; color:#fff; }
.smart-pricing .monoblue3-btn,
.smart-pricing .monoblue-top-3 { background-color: #1F5F9F; color:#fff; }
.smart-pricing .monoblue-bottom-3, 
.smart-pricing .monoblue3-btn:hover { background-color: #2972B0; color:#fff; }
.smart-pricing .monoblue4-btn,
.smart-pricing .monoblue-top-4 { background-color: #1A3E7B; color:#fff; }
.smart-pricing .monoblue-bottom-4, 
.smart-pricing .monoblue4-btn:hover { background-color: #224A88; color:#fff; }

.smart-pricing .monogreen1-btn,
.smart-pricing .monogreen-top-1 { background-color: #83C145; color:#fff; }
.smart-pricing .monogreen-bottom-1, 
.smart-pricing .monogreen1-btn:hover { background-color: #96CD56; color:#fff; }
.smart-pricing .monogreen2-btn,
.smart-pricing .monogreen-top-2 { background-color: #44982B; color:#fff; }
.smart-pricing .monogreen-bottom-2, 
.smart-pricing .monogreen2-btn:hover { background-color: #55A938; color:#fff; }
.smart-pricing .monogreen3-btn,
.smart-pricing .monogreen-top-3 { background-color: #186D31; color:#fff; }
.smart-pricing .monogreen-bottom-3, 
.smart-pricing .monogreen3-btn:hover { background-color: #208240; color:#fff; }
.smart-pricing .monogreen4-btn,
.smart-pricing .monogreen-top-4 { background-color: #0A4945; color:#fff; }
.smart-pricing .monogreen-bottom-4, 
.smart-pricing .monogreen4-btn:hover { background-color: #0E5B56; color:#fff; }

.smart-pricing .monobrown1-btn,
.smart-pricing .monobrown-top-1 { background-color: #F0B128; color:#fff; }
.smart-pricing .monobrown-bottom-1, 
.smart-pricing .monobrown1-btn:hover { background-color: #F3BF34; color:#fff; }
.smart-pricing .monobrown2-btn,
.smart-pricing .monobrown-top-2 { background-color: #ED8000; color:#fff; }
.smart-pricing .monobrown-bottom-2, 
.smart-pricing .monobrown2-btn:hover { background-color: #F19300; color:#fff; }
.smart-pricing .monobrown3-btn,
.smart-pricing .monobrown-top-3 { background-color: #D85200; color:#fff; }
.smart-pricing .monobrown-bottom-3,
.smart-pricing .monobrown3-btn:hover { background-color: #E06400; color:#fff; }
.smart-pricing .monobrown4-btn,
.smart-pricing .monobrown-top-4 { background-color: #B5280B; color:#fff; }
.smart-pricing .monobrown-bottom-4, 
.smart-pricing .monobrown4-btn:hover { background-color: #C3350F; color:#fff; }

.smart-pricing .monopurple1-btn,
.smart-pricing .monopurple-top-1 { background-color: #7468A4; color:#fff; }
.smart-pricing .monopurple-bottom-1, 
.smart-pricing .monopurple1-btn:hover { background-color: #867CAF; color:#fff; }
.smart-pricing .monopurple2-btn,
.smart-pricing .monopurple-top-2 { background-color: #605386; color:#fff; }
.smart-pricing .monopurple-bottom-2, 
.smart-pricing .monopurple2-btn:hover { background-color: #70619B; color:#fff; }
.smart-pricing .monopurple3-btn,
.smart-pricing .monopurple-top-3 { background-color: #514172; color:#fff; }
.smart-pricing .monopurple-bottom-3,
.smart-pricing .monopurple3-btn:hover { background-color: #604D87; color:#fff; }
.smart-pricing .monopurple4-btn,
.smart-pricing .monopurple-top-4 { background-color: #44315B; color:#fff; }
.smart-pricing .monopurple-bottom-4, 
.smart-pricing .monopurple4-btn:hover { background-color: #533D71; color:#fff; }

.smart-pricing .monoblack1-btn,
.smart-pricing .monoblack-top-1 { background-color: #4D4D4D; color:#fff; }
.smart-pricing .monoblack-bottom-1, 
.smart-pricing .monoblack1-btn:hover { background-color: #606060; color:#fff; }
.smart-pricing .monoblack2-btn,
.smart-pricing .monoblack-top-2 { background-color: #303030; color:#fff; }
.smart-pricing .monoblack-bottom-2, 
.smart-pricing .monoblack2-btn:hover { background-color: #3F3F3F; color:#fff; }
.smart-pricing .monoblack3-btn,
.smart-pricing .monoblack-top-3 { background-color: #101010; color:#fff; }
.smart-pricing .monoblack-bottom-3,
.smart-pricing .monoblack3-btn:hover { background-color: #1D1D1D; color:#fff; }
.smart-pricing .monoblack4-btn,
.smart-pricing .monoblack-top-4 { background-color: #000000; color:#fff; }
.smart-pricing .monoblack-bottom-4, 
.smart-pricing .monoblack4-btn:hover { background-color: #0E0E0E; color:#fff; }


/* @ribbon
----------------------------------------- */
.smart-pricing .ribbon,
.smart-pricing .ribbon-large{
	width:75px;
	height:78px;
	overflow:hidden;
	position:absolute;
	right: -2px;
	top: -2px;
	z-index:1;
}

.smart-pricing .ribbon-inner{
	font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;	
	-webkit-box-shadow:  0px 2px 0px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow:  0px 2px 0px 0px rgba(0, 0, 0, 0.15);
	-o-box-shadow:  0px 2px 0px 0px rgba(0, 0, 0, 0.15);
	box-shadow:  0px 2px 0px 0px rgba(0, 0, 0, 0.15);
	-webkit-transform: translate3d(0, 0, 0);
	-webkit-backface-visibility: hidden;
	-webkit-perspective: 1000;
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	transform:rotate(45deg);
	letter-spacing:2px;
	text-align:center;
	position:relative;
	font-weight:700;
	font-size:14px;
	padding:7px 0px 5px 7px;
	width:100px;
	color:#fff;
	z-index:1;
	left:3px;
	top:6px;
}

.smart-pricing .ribbon-inner:before,
.smart-pricing .ribbon-inner:after{
	content:"";
	border-top:3px solid;
	border-left:3px solid transparent;
	border-right:3px solid transparent;
	position:absolute;
	bottom:-3px;
}

.smart-pricing .ribbon-inner:before{ left:0px; }
.smart-pricing .ribbon-inner:after{ right:0px; }
.smart-pricing .ribbon-large{ width:115px; height:118px; }
.smart-pricing .ribbon-large .ribbon-inner{
	width:160px;
	left:-8px;
	top:28px;
}

.smart-pricing .ribbon-inner-green{ background:#0E993C; }
.smart-pricing .ribbon-inner-green:before,
.smart-pricing .ribbon-inner-green:after{ border-top-color:#0B792F; }

.smart-pricing .ribbon-inner-lite-green{ background: #4ebd4a; }
.smart-pricing .ribbon-inner-lite-green:before,
.smart-pricing .ribbon-inner-lite-green:after{ border-top-color:#3c9b39; }

.smart-pricing .ribbon-inner-black{ background:#333333; }
.smart-pricing .ribbon-inner-black:before,
.smart-pricing .ribbon-inner-black:after{ border-top-color:#111111; }

.smart-pricing .ribbon-inner-red{ background: #ee4f3d; }
.smart-pricing .ribbon-inner-red:before,
.smart-pricing .ribbon-inner-red:after{ border-top-color:#e42914; }

.smart-pricing .ribbon-inner-yellow{ background: #faa226; }
.smart-pricing .ribbon-inner-yellow:before,
.smart-pricing .ribbon-inner-yellow:after{ border-top-color:#e88a05; }

.smart-pricing .ribbon-inner-purple{ background:#9464e2; }
.smart-pricing .ribbon-inner-purple:before,
.smart-pricing .ribbon-inner-purple:after{ border-top-color:#7639da; }

.smart-pricing .ribbon-inner-blue{ background: #00acee;}
.smart-pricing .ribbon-inner-blue:before,
.smart-pricing .ribbon-inner-blue:after{ border-top-color:#0087bb; }

/* tooltips 
------------------------------------------------- */
.sptip{
	text-decoration: none;
	position: relative;
	margin-left:4px;
	outline: none;
	float: right;
	cursor: help;
}

.sptip .sptip-content { 
	-webkit-transition: margin 0.6s, opacity 0.6s, visibility 0.6s;
	-moz-transition: margin 0.6s, opacity 0.6s, visibility 0.6s;
	-ms-transition: margin 0.6s, opacity 0.6s, visibility 0.6s;
	-o-transition: margin 0.6s, opacity 0.6s, visibility 0.6s;
	transition: margin 0.6s, opacity 0.6s, visibility 0.6s;
	margin-bottom: -20px;
	padding: 0.8em 1em;
	position: absolute;
	visibility:hidden;
	text-shadow:none;
	text-align:left;
	left: -9999em;
	bottom: 100%;
	color: #fff;
	opacity:0;  
	 
}

.sptip:hover .sptip-content{
	visibility: visible;
	background-color: #000;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-bottom:10px;
	opacity: 0.95;
	width: 14em;
	z-index:99;
	left:-12em;
}

.sptip .sptip-content:after {
	content: ''; 
	position: absolute;
	border-top: 8px solid #000;
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
	right:12px;
	top:100%;
}

/* @responsive adjustments for mobile + tablet devices  
--------------------------------------------------------------------- */
@media only screen and (min-width: 769px) and (max-width: 980px) {
	.smart-pricing .six-colm .pricing-button,
	.smart-pricing .four-colm .pricing-button,
	.smart-pricing .five-colm .pricing-button{ font-size:1em; }
	.smart-pricing .six-colm .pricing-button{ font-size:1.4em; }
	.smart-pricing .six-colm ul li,
	.smart-pricing .four-colm ul li,
	.smart-pricing .five-colm ul li{ font-size:13px; }
	.smart-pricing .six-colm .pricing-button{ font-size:1.4em; }	
	.smart-pricing .six-colm .colm, 
	.smart-pricing .five-colm .colm{ width:33.33%;  margin-bottom:25px; }
	.smart-pricing .four-colm .colm{ width:50%;  margin-bottom:25px; }
}

@media (max-width: 768px) {
	.smart-pricing:hover,
	.smart-pricing:hover .dark-style .featured-package, 
	.smart-pricing:hover .elegant-style .featured-package,
	.smart-pricing .dark-style .colm-list:hover,
	.smart-pricing .dark-style .featured-package:hover,
	.smart-pricing .dark-style .featured-package,
	.smart-pricing .elegant-style .featured-package,	 
	.smart-pricing .dark-style .colm-list:hover,
	.smart-pricing .elegant-style .colm-list:hover, 
	.smart-pricing .dark-style .featured-package:hover,
	.smart-pricing .elegant-style .featured-package:hover{
		-webkit-box-shadow:none; 
		-moz-box-shadow:none;
		-o-box-shadow:none;  
		box-shadow:none;
		z-index:1;
	}
	.smart-pricing:hover .dark-style .featured-package, 
	.smart-pricing:hover .elegant-style .featured-package{ margin:0; }
	.smart-pricing:hover .dark-style .featured-package .pricing-footer, 
	.smart-pricing:hover .elegant-style .featured-package .pricing-footer, 
	.smart-pricing .dark-style .colm-list:hover .pricing-footer,
	.smart-pricing .elegant-style .colm-list:hover .pricing-footer,
	.smart-pricing .dark-style .featured-package .pricing-footer, 
	.smart-pricing .elegant-style .featured-package .pricing-footer,	
	.smart-pricing .dark-style .featured-package:hover .pricing-footer, 
	.smart-pricing .elegant-style .featured-package:hover .pricing-footer{ padding:20px; }
	.smart-pricing .dark-style .featured-package .pricing-header h2 span, 
	.smart-pricing .elegant-style .featured-package .pricing-header h2 span,
	.smart-pricing:hover .dark-style .featured-package .pricing-header h2 span, 
	.smart-pricing:hover .elegant-style .featured-package .pricing-header h2 span,
	.smart-pricing .dark-style .colm-list:hover .pricing-header h2 span,
	.smart-pricing .elegant-style .colm-list:hover .pricing-header h2 span,
	.smart-pricing .dark-style .featured-package:hover .pricing-header h2 span, 
	.smart-pricing .elegant-style .featured-package:hover .pricing-header h2 span { font-size:46px; }
	.smart-pricing .dark-style .colm-list:hover,
	.smart-pricing .elegant-style .colm-list:hover, 
	.smart-pricing .dark-style .featured-package:hover,
	.smart-pricing .elegant-style .featured-package:hover{
		margin:0 0 0 0;
		position:relative;  
		top:0;
	}
	
	.smart-pricing .pricing-tables{ margin:0;  }
	.smart-pricing .five-colm .colm,
	.smart-pricing .four-colm .colm,
	.smart-pricing .pricing-tables .colm-list{  
		margin-top:0; 
		margin-bottom:30px; 
	}
	.smart-pricing .pricing-tables .colm{  
		width: 100%; 
		float:none; 
		padding:0; 
	}
	.smart-pricing .six-colm .pricing-button{ font-size:1.4em; }
	.smart-pricing .comparison-table .features-list{ display:none; }
    .smart-pricing .comparison-table ul li:before {
			font-weight:700;
            content: attr(data-feature);
			text-align: center;
			margin-bottom:5px;
            display: block;
     }
}



/* IMPORT FONTS 
------------------------------------------------------------------------------*/
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800);

 /***********************************************/
 /* CSS @imports must be at the top of the file */
 /* Add them above this section                 */
 /***********************************************/

 /****************************************/
 /* HubSpot Style Boilerplate            */
 /****************************************/

 /* This responsive framework is required for all styles. */
 /* Responsive Grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
}

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 28px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.container-fluid {
    *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
}

.container-fluid:after {
    clear: both;
}

@media (max-width: 767px) {
    .row-fluid {
        width: 100%;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 28px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 99.999999993%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 28px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important ;
    }
}

 /* These includes are optional, but helpful. */
 /* Images */

img {
    max-width: 100%;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}

/* Videos */

video {
    max-width: 100%;
    height: auto;
}

/* Embed Container (iFrame, Object, Embed) */

.hs-responsive-embed {
    position: relative;
    height: auto;
    overflow: hidden;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}

.hs-responsive-embed iframe, .hs-responsive-embed object, .hs-responsive-embed embed {
    width: 100%;
    height: 100%;
    border: 0;
}

.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    padding-bottom: 2%;
}

.hs-responsive-embed.hs-responsive-embed-instagram {
    padding-bottom: 116.01%;
}

.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 0;
}

.hs-responsive-embed.hs-responsive-embed-pinterest iframe {
    position: static;
    width: auto;
    height: auto;
}

iframe[src^="http://www.slideshare.net/slideshow/embed_code/"] {
    width: 100%;
    max-width: 100%;
}

@media (max-width: 568px) {
    iframe {
        max-width: 100%;
    }
}

/* Forms */

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select {
    padding: 6px;
    display: inline-block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Menus */

.hs-menu-wrapper ul {
    padding: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: inline-block;
    margin-bottom: 20px;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul:before {
    content: " ";
    display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul:after {
    content: " ";
    display: table;
    clear: both;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    display: inline-block;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    left: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 180px;
    top: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch {
    position: relative;
    margin-bottom: 20px;
    min-height: 7em;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul {
    margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children {
    position: static;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:before {
    content: " ";
    display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:after {
    content: " ";
    display: table;
    clear: both;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li {
    float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
    display: inline-block;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical {
    width: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical ul {
    list-style: none;
    margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-vertical li a {
    display: block;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 20px;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a {
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li a {
    padding: 10px 20px;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 180px;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li a {
    min-width: 140px;
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul {
    max-width: 100%;
    overflow: hidden;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li.hs-item-has-children > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
    position: static;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-2 > a {
    padding-left: 4em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-3 > a {
    padding-left: 6em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-4 > a {
    padding-left: 8em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-5 > a {
    padding-left: 140px;
}

.hs-menu-wrapper.hs-menu-not-show-active-branch li.hs-menu-depth-1 ul {
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
}

@media (max-width: 568px) {
    .hs-menu-wrapper, .hs-menu-wrapper * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 100%;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal ul {
        list-style: none;
        margin: 0;
        display: block;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
        display: block;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
        float: none;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
        display: block;
        max-width: 100%;
        width: 100%;
    }
}

.hs-menu-wrapper.hs-menu-flow-vertical.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-horizontal.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: visible;
    opacity: 1;
}

/* Space Module */

.widget-type-space {
    visibility: hidden;
}

/* Blog Author Section */

.hs-author-listing-header {
    margin: 0 0 .75em 0;
}

.hs-author-social-links {
    display: inline-block;
}

.hs-author-social-links a.hs-author-social-link {
    width: 24px;
    height: 24px;
    border-width: 0px;
    border: 0px;
    line-height: 24px;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    display: inline-block;
    text-indent: -99999px;
}

.hs-author-social-links a.hs-author-social-link.hs-social-facebook {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/facebook-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-linkedin {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/linkedin-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-twitter {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/twitter-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-google-plus {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/googleplus-24x24.png");
}

/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

/* Wrapper */
.hs_cos_wrapper_type_image_slider {
    display: block;
    overflow: hidden
}

/* Browser Resets */
.hs_cos_flex-container a:active,
.hs_cos_flex-slider a:active,
.hs_cos_flex-container a:focus,
.hs_cos_flex-slider a:focus  {outline: none;}
.hs_cos_flex-slides,
.hs_cos_flex-control-nav,
.hs_cos_flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* FlexSlider Necessary Styles
*********************************/
.hs_cos_flex-slider {margin: 0; padding: 0;}
.hs_cos_flex-slider .hs_cos_flex-slides > li {display: none; -webkit-backface-visibility: hidden; position: relative;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.hs_cos_flex-slider .hs_cos_flex-slides img {width: 100%; display: block; border-radius: 0px;}
.hs_cos_flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .hs_cos_flex-slides element */
.hs_cos_flex-slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .hs_cos_flex-slides {display: block;}
* html .hs_cos_flex-slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */

/* FlexSlider Default Theme
*********************************/
.hs_cos_flex-slider {margin: 0 0 60px; background: #fff; border: 0; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; zoom: 1;}
.hs_cos_flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .hs_cos_flex-viewport {max-height: 300px;}
.hs_cos_flex-slider .hs_cos_flex-slides {zoom: 1;}

.carousel li {margin-right: 5px}


/* Direction Nav */
.hs_cos_flex-direction-nav {*height: 0;}
.hs_cos_flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/bg_direction_nav.png) no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.hs_cos_flex-direction-nav .hs_cos_flex-next {background-position: 100% 0; right: -36px; }
.hs_cos_flex-direction-nav .hs_cos_flex-prev {left: -36px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next {opacity: 0.8; right: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-prev {opacity: 0.8; left: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next:hover, .hs_cos_flex-slider:hover .hs_cos_flex-prev:hover {opacity: 1;}
.hs_cos_flex-direction-nav .hs_cos_flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Direction Nav for the Thumbnail Carousel */
.hs_cos_flex_thumbnavs-direction-nav {
    margin: 0px;
    padding: 0px;
    list-style: none;
    }
.hs_cos_flex_thumbnavs-direction-nav {*height: 0;}
.hs_cos_flex_thumbnavs-direction-nav a {width: 30px; height: 140px; margin: -60px 0 0; display: block; background: url(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/bg_direction_nav.png) no-repeat 0 40%; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 1; -webkit-transition: all .3s ease;}
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next {background-position: 100% 40%; right: 0px; }
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev {left: 0px;}
.hs-cos-flex-slider-control-panel img { cursor: pointer; }
.hs-cos-flex-slider-control-panel img:hover { opacity:.8; }
.hs-cos-flex-slider-control-panel { margin-top: -30px; }



/* Control Nav */
.hs_cos_flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.hs_cos_flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.hs_cos_flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.hs_cos_flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.hs_cos_flex-control-paging li a.hs_cos_flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.hs_cos_flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.hs_cos_flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.hs_cos_flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.hs_cos_flex-control-thumbs img:hover {opacity: 1;}
.hs_cos_flex-control-thumbs .hs_cos_flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .hs_cos_flex-direction-nav .hs_cos_flex-prev {opacity: 1; left: 0;}
  .hs_cos_flex-direction-nav .hs_cos_flex-next {opacity: 1; right: 0;}
}

.hs_cos_flex-slider .caption {
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    padding: 0px 5% 0px 5%;
    width: 100%;
    bottom: 0;
    text-align: center;
}

.hs_cos_flex-slider .superimpose .caption {
    color: white;
    font-size: 3em;
    line-height: 1.1em;
    position: absolute;
    padding: 0px 5% 0px 5%;
    width: 90%;
    top: 40%;
    text-align: center;
    background-color: transparent;
}

@media all and (max-width: 400px) {
    .hs_cos_flex-slider .superimpose .caption {
        background-color: black;
        position: static;
        font-size: 2em;
        line-height: 1.1em;
        color: white;
        width: 90%;
        padding: 0px 5% 0px 5%;
        top: 40%;
        text-align: center;
    }

    /* beat recaptcha into being responsive, !importants and specificity are necessary */
    #recaptcha_area table#recaptcha_table {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 { width: 67px !important;}
    #recaptcha_area table#recaptcha_table #recaptcha_image {width:280px !important;}
}

.hs_cos_flex-slider h1,
.hs_cos_flex-slider h2,
.hs_cos_flex-slider h3,
.hs_cos_flex-slider h4,
.hs_cos_flex-slider h5,
.hs_cos_flex-slider h6,
.hs_cos_flex-slider p {
    color: white;
}

/* Thumbnail only version of the gallery */
.hs-gallery-thumbnails li {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    margin-right:-4px;
}
.hs-gallery-thumbnails.fixed-height li img {
    max-height: 150px;
    margin: 0px;
    padding: 0px;
    border-width: 0px;
}


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

table pre {
    white-space: pre-wrap;
}

/* adding minimal spacing for blog comments */
.comment {
    margin: 10px 0 10px 0;
}

/* make sure lines with no whitespace don't interefere with layout */
.hs_cos_wrapper_type_rich_text,
.hs_cos_wrapper_type_text,
.hs_cos_wrapper_type_header,
.hs_cos_wrapper_type_section_header,
.hs_cos_wrapper_type_raw_html,
.hs_cos_wrapper_type_raw_jinja,
.hs_cos_wrapper_type_page_footer {
    word-wrap: break-word;
}




 /* HTML 5 Reset */

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

audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

audio:not([controls]) {
    display: none;
}

/* Support migrations from wordpress */

.wp-float-left {
    float: left;
    margin: 0 20px 20px 0;
}

.wp-float-right {
    float: right;
    margin: 0 0 20px 20px;
}

/* Responsive Google Maps */

#map_canvas img, .google-maps img {
    max-width: none;
}

/* line height fix for reCaptcha theme */
#recaptcha_table td {line-height: 0;}
.recaptchatable #recaptcha_response_field {min-height: 0;line-height: 12px;}




 /* To hide phone number on mobile */
@media (max-width: 991px) {
    .mobile-only {
        display:none !important;
    }
}





 /*****************************************/
 /* Start your style declarations here    */
 /*****************************************/

/* RESET
------------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

.multi-container {
    list-style: none;
    padding: 0 !important;
    margin: 0 !important;
}


/* GENERAL STYLES 
------------------------------------------------------------------------------*/

html { height: 100% }

body {
    background: #fff;
    color: #585f6b;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    line-height: 1.5;
    width: 100%;
}

.page-center {
    float: none!important;
    margin: 0 auto !important;
    max-width: 1140px;
    position: relative;
}

.title {
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 36px;
    font-weight: 300;
    height: 100px;
    line-height: 100px;
}

.red { background: #e84532 }

.blue { background: #008ed9 }

.light-yellow { background: rgba(244, 255, 64, 0.28) }

.green { background: #00a9ba }

.gotop {
    background: url(//cdn2.hubspot.net/hub/289315/file-572690787-png/palo-alto/up.png) no-repeat 0 0;
    bottom: 15px;
    cursor: pointer;
    display: none;
    height: 47px;
    position: fixed;
    right: 15px;
    width: 47px;
    z-index: 100;
}

.gotop:hover { background: url(//cdn2.hubspot.net/hub/289315/file-572690787-png/palo-alto/up.png) no-repeat 0px -49px }

strong { font-weight: 700 }

ul,
ol {
    line-height: 1.9;
    margin: 0 0 9px 20px;
    padding: 0 0 0 25px;
}

a.link {
    color: #068fd5;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    text-decoration: none;
}

a.link:hover { text-decoration: underline }

/* ==========================================================================
   Macros                                                  
   ========================================================================== */


/** 
  * Create jinja macros for CSS3 properties that need browser prefixes.
  *
  * Apply the style as shown below on it's own CSS property line.  
  * Ignore the jinja comment tags. 
  *
  * 
  */

/** 
 * Border Radius 
 *
 *  
 */




/** 
 * Box Shadow  
 *
 *  
 */




/** 
 * Transition
 * 
 *  
 */




/** 
 * Transform
 *
 *  
 */




/** 
 * Background Size
 *
 *  
 */
 


/* HEADER 
------------------------------------------------------------------------------*/

.header-container {
    background: #1c2334;
    position: relative;
}

.header-container .hs-menu-wrapper.hs-menu-flow-horizontal {
    float: right;
    height: 62px;
    line-height: 62px;
    position: relative;
}

#logo {
    float: left;
    padding-top: 20px;
    position: relative;
}

#logo span {
    color: #8e959c;
    font-family: Times new roman;
    font-size: 16px;
    font-style: italic;
    margin-left: 14px;
}

#logo a {
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 2px;
    text-decoration: none;
    text-transform: uppercase;
}

.header-container .hs_cos_wrapper_type_logo a img {
    max-height: 100%!important;
    display: inline;
    width: auto!important;
    padding: 5px 0;
    display: inline;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}

/* BANNER */
.cos_banner {
    padding: 60px 0 0px 0;
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: top !important;
}
.cos_banner .widget-type-linked_image.background {
    display: none;
}

.cos_banner .widget-type-header {
    margin: 0;
    width: auto;
    display: inline-block;
    position: relative;
    float: none;
    vertical-align: top;
    line-height: 59px;
}

/* ==========================================================================
   Custom Menu Primary
   ========================================================================== */


 /* Set ul background color */
 /* Set li background Color */
 /* Set link Color */
 /* Set link Hover Color */
 /*Set dropdown menu background color */


/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{ 
    background:;
    float: right;
}
.custom-menu-primary .hs-menu-wrapper > ul > li{
    background:;
    float: left;
    list-style-type: none;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
    color: #fff;
    display: inline-block;
    text-decoration: none;
    line-height: 1;
    margin: 0;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    padding: 20px 14px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
    color:#008ed9;
}

/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul{
    background:#fff;
    padding: 0;
    margin: 0;
    min-width: 190px;
    border: 1px solid rgba(0,0,0,0.17);
    border-top: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;;
}

.custom-menu-primary .hs-menu-wrapper > ul ul li{
    background: transparent;
    border: none;
    border-top: 1px solid rgba(0, 0, 0, 0.17);
}

.custom-menu-primary .hs-menu-wrapper > ul ul li a{
    color:#454e5c;
    padding: 15px;
    line-height: 1;
    font-size: 15px;
    font-weight: 400;
    text-decoration: none;
}

.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
    color:#008ed9;
}

/* Override max width on menu links */
.custom-menu-primary .hs-menu-wrapper > ul li a, 
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    overflow: visible !important;
    max-width: none !important;
    width: auto !important;
}

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:768px) {
.custom-menu-primary .hs-menu-wrapper { 
    display:block !important;
}
}
  

/* ==========================================================================
   Mobile Menu - Toggle Side Menu - Right
   ========================================================================== */

 
/* Variables
   ========================================================================== */

 /* Set mobile icon color */
 /* Set close icon color */
 /* Set full menu background color */
 /* Set link Color */
 /* Set link Hover Color */
 

/* Toggle Button
   ========================================================================== */ 

.mobile-icon {
    display: none;    /* Hide button on Desktop */
    cursor: pointer;  /* Mouse pointer type on hover */
    width: 40px;      /* Button width */
    height: 40px;     /* Button height */  
    margin: 10px; 
    position: absolute;
    top: 0px;
    right: 0px;
}
.mobile-icon:hover {
    text-decoration: none; /* Removes link text underline on button */
}
 
/* Three line icon */
.mobile-icon span {
    margin: 0 auto;
    position: relative;
    top: 17px;
}
.mobile-icon  span:before, .mobile-icon span:after {
    position: absolute;
    content: '';
}
.mobile-icon  span, .mobile-icon  span:before, .mobile-icon  span:after {
    width: 25px; /* Icon line width */
    height: 4px; /* Icon line height */
    background-color: #fff; /* Color of all three lines */
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;;
    display: block;
}
.mobile-icon  span:before {
    margin-top: -8px; /* Position top line */
}
.mobile-icon  span:after {
    margin-top: 8px; /* Position bottom line */
}
 

/* Close Button
   ========================================================================== */  
.close-icon {
    display: none !important;
    cursor: pointer;
    margin: 27px 20px 10px;
    float: left;
    position: relative;
    height: 25px;
    width: 25px !important;
}
.close-icon:after,
.close-icon:before {
    content: "";
    width: 25px !important;
    height: 4px;
    background: #fff;
    position: absolute;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);;
}
.close-icon:before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);;
}


/* Menu Styles on Mobile Devices
   ========================================================================== */  
 
@media (min-width: 1025px) {
/* Will prevent the '100% Height' script for the Main Menu to affect desktop */
.custom-menu-primary {
    height: auto !important;
}
}
 
@media (max-width: 1024px) {
body, html {
    height: 100%;
}

/* Show the Mobile and Close Icons */
.mobile-icon,
.close-icon {
    display: block !important;
}

/* Container added with js and is required for transforms to work */
#site-wrapper{
    max-width: 100%;
    height: 100%;
    overflow-x: hidden;
    position: relative;
}

/* Provide room in header for the toggle button */ 
.header-container-wrapper .page-center{
    padding-right: 60px;
}

/* Provide spacing for the menu ul */
.custom-menu-primary .hs-menu-flow-horizontal>ul {
    clear: both;
    padding-right: 15px;
    padding-left: 15px;
    width: 100%;
}

.custom-menu-primary .hs-menu-wrapper>ul ul {
    background: none;
    border-top: 0px !important;
    border: none;
}
    
.custom-menu-primary .hs-menu-wrapper>ul ul li {
    margin: 0 0 5px !important;
    border-top: 0px !important;
}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children {
    position: relative;
    margin: 0!important;
    border-bottom: 1px solid #414141;
    overflow: hidden;
}
    
.hs-menu-children-wrapper {
    display: none;
    visibility: visible!important;
    opacity: 1!important;
    position: static!important;
}
    
.hs-menu-depth-2>a {
    display: inline-block!important;
    padding: 0!important;
    width: auto!important;
    max-width: none;
    margin: 0 50px 5px 43px;
}
    
.hs-menu-depth-1.hs-item-has-children {
    background: url(//cdn2.hubspot.net/hub/883/file-1216206380-png/images/mobile-nav-dropdown.png) no-repeat 95% 22px;
}
    
.hs-menu-depth-1.hs-item-has-children.drop {
    background: url(//cdn2.hubspot.net/hub/883/file-1216206395-png/images/mobile-nav-drop.png) no-repeat 95% 27px;
}
    
.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1 {
    float: none;
}
    
.hs-menu-depth-1>.hs-menu-children-wrapper {
    margin: 0 0 17px!important;
}

/* Mobile Nav is HIDDEN By Default */
.custom-menu-primary {
    display: none;
    position: absolute;
    width: 70% !important; /* must match the value above in 'left' */
    z-index: 1000;
    background: #333; 
    right: 0;
    top: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}

/* Set Link Colors */
.custom-menu-primary a { 
    color: #fff !important;  
}

.custom-menu-primary a:hover { 
    color: #ccc; 
}

/* All Main Containers Display FULL Width By Default */
.header-container-wrapper, .body-container-wrapper, .footer-container-wrapper {
    -webkit-transform: transform 500ms ease;
    -moz-transform: transform 500ms ease;
    -o-transform: transform 500ms ease;
    -ms-transform: transform 500ms ease;
    transform: transform 500ms ease;;
}
     
/* All Main Containers Display PARTIAL Width On Icon Click */
.show-mobile-nav .header-container-wrapper, .show-mobile-nav .body-container-wrapper, .show-mobile-nav .footer-container-wrapper {
    -webkit-transform: translate3d(-70%, 0, 0) scale3d(1, 1, 1);
    -moz-transform: translate3d(-70%, 0, 0) scale3d(1, 1, 1);
    -o-transform: translate3d(-70%, 0, 0) scale3d(1, 1, 1);
    -ms-transform: translate3d(-70%, 0, 0) scale3d(1, 1, 1);
    transform: translate3d(-70%, 0, 0) scale3d(1, 1, 1);; /* the x value must match the 'left' and 'width' values of '.custom-menu' */
}
}

@media (max-width: 568px) {
.custom-menu-primary .hs-menu-wrapper>ul ul {
    list-style: none;
    margin: 0;
    display: none;
}
}

/* HOME - Header 1
------------------------------------------------------------------------------*/


.homeRss .hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper {
    display: block;
    width: 100%;
    max-height: 120px;
    overflow: hidden;
}
.homeRss .hs-rss-item.hs-with-featured-image .hs-rss-item-text {
    width: 100%;
    float: none;
    padding: 0;
}
.homeRss .hs-rss-item.hs-with-featured-image .hs-rss-item-text a {
    text-decoration: none;
    font-size: 20px;
    margin-top: 16px;
    display: block;
    color: #1c2334;
    text-align: center;
}
#banner {
    background: url(//cdn2.hubspot.net/hub/289315/file-573324657-jpg/palo-alto/Skype-Palo-Alto-Office-02.jpg) no-repeat 50% 50%;
    background-size: cover;
    height: 534px;
    overflow: hidden;
}

#banner .container { height: auto !important }

#banner .signup {
    color: #fff;
    font-size: 18px;
    padding: 50px 0 0;
}

#banner .signup input[type="email"] {
    background: none;
    border: 2px solid rgba(224,229,233,.29);
    border-radius: 3px;
    color: #fff !important;
    font-size: 16px;
    height: 50px;
    margin: 3px 3px 8px;
    padding: 10px;
    width: 272px;
}

#banner .signup input[type=submit] {
    font-size: 18px;
    height: 50px;
    margin: 8px 3px;
    width: 155px;
}

#banner .signup input[type=text] {
    background: none;
    border: 2px solid rgba(224,229,233,.29);
    border-radius: 3px;
    color: #fff;
    font-size: 16px;
    height: 50px;
    margin: 3px 3px 8px;
    padding: 10px;
    width: 272px;
}

#banner .signup input[type=text]::-webkit-input-placeholder { color: #fff }

#banner .signup input[type=text]:-ms-input-placeholder { color: #fff }

#banner .signup input[type=text]::-moz-placeholder { color: #fff }

#banner .signup input[type=text]:-moz-placeholder { color: #fff }

#banner .signup input[type=text]:focus {
    border-color: #fff;
    outline: none;
}

#banner .signup form p {
    font-size: 12px;
    line-height: 18px;
    padding: 14px 6px;
}

#banner .signup form p a { color: #fff }

#banner .signup h3 { padding: 0 0 20px }

#banner .phone { padding: 75px 370px 0 0 }

#banner .phone img {
    display: block;
    margin: auto;
}

#banner .text {
    color: #fff;
    float: left;
    padding: 114px 0 0;
    width: 365px;
}

#banner .text h2 {
    font-size: 36px;
    font-weight: bold;
    line-height: 48px;
    padding: 0 0 23px;
}

#banner .text p {
    font-size: 18px;
    line-height: 30px;
}

.mobile-signup { display: none !important }

/* HOME - Header 2
------------------------------------------------------------------------------*/

#ignore {
    background: url(//cdn2.hubspot.net/hub/289315/file-573324657-jpg/palo-alto/Skype-Palo-Alto-Office-02.jpg) no-repeat 50% 50%;
    background-size: cover;
    color: #fff;
    text-align: center;
}

#ignore h2 {
    color: #fff;
    font-size: 52px;
    font-weight: bold;
    line-height: 50px;
    padding: 35px 0 40px;
}

#ignore p {
    font-size: 22px;
    line-height: 36px;
    padding: 0 220px 45px;
}

/* Section 1 - Home
------------------------------------------------------------------------------*/

#section1 {
    background: #f5f6f7;
    height: 727px;
    overflow: hidden;
}

#section1 .content {
    float: left;
    margin: 98px 0 0 30px;
    width: 600px;
}

#section1 .content div span {
    color: #8e959c;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    margin-top: 18px;
}

#section1 .content .second {
    float: left;
    margin: 55px 56px 0 0;
    width: 240px;
}

#section1 .content .first {
    float: left;
    margin: 55px 56px 0 0;
    width: 240px;
}

#section1 .content div h3 {
    color: #454e5c;
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    font-weight: 400;
    margin-top: 25px;
}

#section1 .content h1 {
    color: #454e5c;
    font-family: 'Open Sans', sans-serif;
    font-size: 36px;
    font-weight: 300;
    width: 410px;
}

#section1 .content p {
    color: #8e959c;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-style: italic;
    margin-top: 20px;
}

#section1 .iphone {
    float: left;
    margin-top: 98px;
}

#section1 .iphone img { margin-left: 200px }

/* Section 2 - Home
------------------------------------------------------------------------------*/

#section2 { height: 650px }

#section2 .future_slider {
    float: left;
    margin: 94px 0 0 30px;
    width: 400px;
}

#section2 .content {
    float: left;
    margin: 94px 0 0 70px;
    overflow: hidden;
    width: 600px;
}

#section2 .content div span {
    color: #8e959c;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    margin-top: 18px;
}

#section2 .content .second {
    float: left;
    margin: 55px 55px 0 0;
    width: 240px;
}

#section2 .content .first {
    float: left;
    margin: 55px 55px 0 0;
    width: 240px;
}

#section2 .content div h3 {
    color: #454e5c;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 400;
    margin-top: 25px;
}

#section2 .content h1 {
    color: #454e5c;
    font-family: 'Open Sans', sans-serif;
    font-size: 36px;
    font-weight: 300;
    width: 450px;
}

#section2 .content p {
    color: #8e959c;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-style: italic;
    margin-top: 20px;
    width: 450px;
}

/* Section 3 - Home
------------------------------------------------------------------------------*/

#section3 {
    background: #f5f6f7;
    display: block;
    overflow: hidden;
}

#section3 img {
    display: block;
    margin: 0 auto;
    padding: 100px 0;
    width: 100%;
}

/* Section 4 - Home 
------------------------------------------------------------------------------*/

#section4 {
    display: block;
    background-color: rgba(244, 255, 64, 0.28);
    margin-bottom: 0px;
    padding-bottom: 80px;
    overflow: hidden;
}

#section4 p.text {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 400;
    margin: 30px auto;
    text-align: center;
    width: 750px;
}

#section4 h1 {
    font-family: 'Open Sans', sans-serif;
    font-size: 36px;
    font-weight: 300;
    margin: 45px 0 0 0;
    text-align: center;
}

.testimonials {
    background: rgba(28, 35, 52, 0.10);
    margin-top: 32px!important;
}
.testimonials .span12 {
    background: #008ed9;
    color: #fff;
    padding: 32px;
    font-size: 20px;
    font-style: italic;
    line-height: 1.8;
}
.testimonials .span2 img {
    height: auto;
    padding: 16px;
}
.testimonials .span10 {
    padding: 16px 32px;
}

.testimonial-comment .t-comment {
    background: #ebf8fb;
    border-bottom: 5px solid #d9f4fb;
    border-radius: 5px;
    padding: 25px 25px;
    position: relative;
}

.testimonial-comment .t-comment:after {
    bottom: -18px;
    content: url(//cdn2.hubspot.net/hub/289315/file-581917875-png/palo-alto/testimonial_arrow.png);
    display: block;
    height: 22px;
    left: 32px;
    position: absolute;
    width: 41px;
}

.testimonial-comment .t-thumb img {
    -moz-border-radius: 50% 50% 50% 50%;
    -webkit-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
    float: left;
    height: 40px;
    margin-left: 35px;
    margin-top: 30px;
    width: 40px !important;
}

.testimonial-comment .t-thumb .t-info {
    padding-left: 85px;
    padding-top: 26px;
}

.testimonial-comment .t-thumb .t-info h2 {
    color: #191919;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    margin-bottom: 0px;
}

.testimonial-comment .t-thumb .t-info p {
    color: #068fd5;
    font-size: 16px;
    margin-bottom: 0px;
}

/* KICKER & QUESTIONS
------------------------------------------------------------------------------*/

#kicker { height: 300px;}

#kicker .buttons {
    margin: 35px auto 0;
    width: 230px;
    text-align: center;
}

#kicker .buttons hr {
    background: #e6e8ea;
    color: #e6e8ea;
    margin: -2px 0 0 0;
    width: 318px;
}

#kicker .content {
    margin: 0 auto;
    padding-top: 45px;
}

#kicker .content h1 {
    font-family: 'Open Sans', sans-serif;
    font-size: 36px;
    font-weight: 300;
    margin: 0 auto;
    width: 345px;
    text-align: center;
}

#kicker .content p {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 400;
    margin: 30px auto 0;
    text-align: center;
    width: auto;
    max-width: 100%;
}
@media (max-width: 767px) {
    #kicker .content p {
        box-sizing: border-box;
        padding-left: 10px;
        padding-right: 10px;
    }
}

/* ===== WD Edits 9/1/2016 ===== */
#kicker { height: auto !important; }
#kicker .home-featured-in { height: auto; text-align: center !important; }
#kicker .home-featured-in .content h1 { display: inline-block; clear: none; width: auto !important; margin-right: 30px; }
#kicker .home-featured-in .content { padding-top: 0px !important; }
#kicker .home-featured-in .content p { width: auto !important; margin-top: 6px !important; display: inline-block; clear: none; }
#kicker .home-featured-in .content p a { display: inline-block; margin: 0 8px; line-height: 30px; vertical-align: middle; }
#kicker .home-featured-in .content { border-bottom: 1px solid rgb(168,168,159); }
@media (max-width: 840px) {
    #kicker .home-featured-in .content p {
        box-sizing: border-box;
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
    }
}


#home-kicker { height: 300px; background-color:rgba(244, 255, 64, 0.28); }

#home-kicker .buttons {
    margin: 35px auto 0;
    width: 230px;
    text-align: center;
}

#home-kicker .buttons hr {
    background-color: #e6e8ea;
    color: #e6e8ea;
    margin: -2px 0 0 0;
    width: 318px;
}

#home-kicker .content {
    margin: 0 auto;
    padding-top: 45px;
}

#home-kicker .content h1 {
    font-family: 'Open Sans', sans-serif;
    font-size: 36px;
    font-weight: 300;
    margin: 0 auto;
    width: 345px;
    text-align: center;
}

#home-kicker .content p {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 400;
    margin: 30px auto 0;
    text-align: center;
    width: 530px;
    width: 540px;
}


#questions {
    background-color: rgba(244, 255, 64, 0.28);
    display: block;
    font-size: 28px;
    height: 100px;
    line-height: 100px;
    overflow: hidden;
}

#questions .content {
    padding: 0;
    text-align: center;
}

.got_questions {
    font-family: 'Open Sans', sans-serif;
    font-size: 22px;
    font-weight: 300;
}

.got_questions a {
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    text-decoration: none;
}

.got_questions a:hover {
    text-decoration: underline;
}

/* CONTENT 
------------------------------------------------------------------------------*/

#content {
    display: block;
    overflow: hidden;
    padding: 50px 0 30px 0;
}

#content .content { padding: 0 }

#content section {
    overflow: hidden;
    padding: 10px 0 10px;
}

#content section article {
    float: left;
    margin-right: 45px;
    padding: 0 0 30px;
    width: 370px;
}

#content section img {
    display: block;
    width: 100%;
}

#content section h4 {
    color: #1a1d24;
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    padding: 17px 0 0px;
}

#content section p {
    color: #909599;
    font-size: 16px;
    line-height: 20px;
    padding: 0 10px 11px;
}

#content section a { color: #068fd5 }

#content .entry { padding-right: 50px }

#content .entry blockquote {
    margin: 0;
    position: relative;
}

#content .entry blockquote:before {
    font-size: 60px;
    margin: 20px 0;
}

#content .entry blockquote p {
    color: #8e959c;
    font-family: 'Open Sans', sans-serif;
    font-size: 30px;
    font-style: italic;
    font-weight: 300;
    line-height: 36px;
    padding: 0 0 23px;
}

#content .entry .image { margin-bottom: 30px }

#content .entry .form {
    -moz-border-radius: 0 3px 3px 3px;
    -o-border-radius: 0 3px 3px 3px;
    -webkit-border-radius: 0 3px 3px 3px;
    background-color: #f3f4f5;
    border: 1px solid #d3d6da;
    border-radius: 4px;
    box-shadow: 0 3px 0 rgba(142,149,156,.25);
    float: right;
    padding: 30px 30px 30px 30px;
}

#content .entry .form h3 { padding-bottom: 15px }

#content .entry h3 {
    color: #444;
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    font-weight: 600;
}

#content .entry h2 {
    color: #454e5c;
    font-family: 'Open Sans', sans-serif;
    font-size: 28px;
    font-weight: 300;
    line-height: 42px;
    padding: 0 0 30px;
}

#content .entry .smart-pricing .pricing-header h2 {
    font-size: 24px;
}

#content .entry ul {
    line-height: 1.9;
    list-style-type: disc;
    margin: 0 0 9px 20px;
    padding: 0 0 0 25px;
}

#content .entry ul.themeconflict {
    line-height: 1.9;
    list-style-type: disc;
    margin: 0;
    padding: 0;
}

#content .entry p {
    color: #454e5c;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 32px;
    padding: 0 0 10px;
}

#content .entry a {
    color: #0095e1;
    text-decoration: none;
}

#content .entry a:hover { text-decoration: underline }

select {
    position: relative;
    width: 93%;
    float: left;
    padding: 0px 15px;
    background: url('//cdn2.hubspot.net/hub/328952/file-596802706-png/down-arrow.png') no-repeat right #fff;
    border-radius: 5px;
    border: 2px solid #dddddd;
    cursor: pointer;
    outline: none;
    color: #454e5c;
    height: 32px;
    -webkit-appearance: none;
}

#menu_tablet {
    display: none;
    margin: 10px 0 20px 0px;
}

#menu_tablet select {
    border: 1px solid #bbb;
    border-radius: 3px;
    color: #454e5c;
    font-family: OpenSans-Semibold;
    font-size: 16px;
    max-width: 300px;
    padding: 5px;
    width: 300px;
}

/* Team Pages */
.teamMembers .span3:nth-of-type(4n+1) {
    margin-left: 0!important;
    clear: both;
}
.teamMember img {
    border-radius: 50%;
    max-height: 125px;
    width: auto;
}

/* SIDEBAR 
------------------------------------------------------------------------------*/

.interior .sidebar {
    float: left;
    margin-bottom: 100px;
    padding: 13px 0 0;
    width: 252px;
}

.interior .sidebar .form {
    border-top: 1px solid #e4e5e7;
    margin: 0 4px 30px;
    padding: 0px 0 0;
}

.interior .sidebar .form input[type=submit] {
    clear: both;
    float: left;
    margin: 18px 0;
    outline: none;
}

.sidebar .form input[type="email"] {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background: url(//cdn2.hubspot.net/hub/289315/file-568178703-png/palo-alto/bg_inputs.png) no-repeat 12px 10px;
    border: 1px solid #d3d6da;
    border-radius: 3px;
    box-sizing: border-box;
    color: #8e959c;
    float: left;
    font-family: OpenSans-Regular;
    font-size: 16px;
    height: 40px;
    line-height: 30px;
    margin: 0 0 0 1px;
    padding: 10px 10px 10px 42px;
    width: 212px;
}

.sidebar input[type=text].email { background-position: 12px -45px }

.sidebar input[type=text]:focus {
    border-color: #b0b3b6;
    outline: none;
}

.sidebar input[type=text]::-webkit-input-placeholder { color: #454e5c }

.sidebar input[type=text]:-moz-placeholder { color: #454e5c }

.sidebar input[type=text]::-moz-placeholder { color: #454e5c }

.sidebar input[type=text]:-ms-input-placeholder { color: #454e5c }

.sidebar .inputs-list .hs-form-radio {
    display: inline-block;
    margin: 0;
    text-align: left;
    width: 49%;
}

.sidebar h3 {
    color: #27313d;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 8px;
    padding: 20px 0 4px;
}

.sidebar .cnt { margin: 0 4px 22px }

.sidebar .cnt .button { padding: 6px 0 10px }

.sidebar .cnt h3 {
    color: #27313d;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 11px;
    padding: 4px 0;
}

.sidebar .cnt li {
    list-style: none;
    margin: 0 0 17px;
}

.sidebar .cnt li span {
    color: #8e959c;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: 300;
}

.sidebar .cnt li a {
    color: #454e5c;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    padding: 0 0 2px;
}

.sidebar .cnt ul { padding: 0 !important }

#sidebar .menu {
    background-color: #f3f4f5;
    border-radius: 4px;
    box-shadow: 0 3px 0 rgba(142,149,156,.25);
    margin: 0 0 30px;
}

#sidebar .menu .active a {
    background: #e84532;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
}

#sidebar .menu .active a:hover {
    background: #e84532;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
}

#sidebar .menu li { border-bottom: 1px solid #fff }

#sidebar .menu li:last-child { border: 0 }

#sidebar .menu li:last-child a { border: 0 }

#sidebar .menu a {
    border-bottom: 1px solid #e4e6e8;
    color: #454e5c;
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    padding: 10px 20px 12px;
    position: relative;
    text-decoration: none;
}

#sidebar .menu a:hover {
    background: #e4e6e8;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 500;
}

/* PRICES  
------------------------------------------------------------------------------*/

#plan1 {
    background: #eef0f2;
    height: 710px;
}

#plan1 .price-table {
    margin: 0 auto;
    padding: 55px 0 70px;
}

#plan1 .price-table .block-cnt {
    color: #8e959c;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 300;
    padding: 30px;
}

#plan1 .price-table .block-cnt strong {
    color: #30353e;
    font-weight: 400;
}

#plan1 .price-table .block-cnt ul {
    list-style: none outside;
    padding: 0;
}

#plan1 .price-table .block-cnt ul li { padding-top: 10px }

#plan1 .price-table .block-cnt ul li:first-child { padding-top: 0 }

#plan1 .price-table header {
    border-bottom: 1px solid #eeeff0;
    padding: 25px 0 15px 0;
    text-align: center;
}

#plan1 .price-table a.btn {
    display: block;
    font-size: 16px;
    margin: 0 30px;
}

#plan1 .price-table span {
    color: #27313d;
    font-family: 'Open Sans', sans-serif;
    font-size: 22px;
    font-weight: 300;
    line-height: 26px;
}

#plan1 .price-table h3 {
    color: #27313d;
    font-family: 'Open Sans', sans-serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 24px;
    padding-bottom: 8px;
}

#plan1 .price-table h5 {
    color: #27313d;
    font-family: 'Open Sans', sans-serif;
    font-size: 22px;
    font-weight: 300;
    line-height: 26px;
}

#plan1 .best-block {
    -moz-border-radius: 4px;
    -moz-box-shadow: 0px 4px 0px #dde1e5;
    -moz-transition: all 0.4s;
    -o-border-radius: 4px;
    -o-box-shadow: 0px 4px 0px #dde1e5;
    -o-transition: all 0.4s;
    -webkit-border-radius: 4px;
    -webkit-box-shadow: 0px 4px 0px #dde1e5;
    -webkit-transition: all 0.4s;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0px 4px 0px #dde1e5;
    float: left;
    margin-left: 20px;
    padding-bottom: 33px;
    position: relative;
    transition: all 0.4s;
    width: 250px;
}

#plan1 .best-block header { background: url(//cdn2.hubspot.net/hub/46610/file-2537893543-png/popular.png) no-repeat 167px 0 }

#plan1 .best-block:hover { margin-top: -10px }

#plan1 .content {
    margin: 0 auto;
    width: 800px;
}

#plan1 .header {
    padding: 65px 0 0 0;
    text-align: center;
}

#plan1 .header a.btn { font-size: 15px }

#plan1 .header span {
    color: #8e959c;
    font-family: 'Open Sans', sans-serif;
    font-size: 22px;
    font-weight: 300;
}

#plan1 .header p {
    color: #1c2334;
    font-family: 'Open Sans', sans-serif;
    font-size: 48px;
    font-weight: 300;
    line-height: 34px;
    padding-bottom: 25px;
}

#plan1 .block {
    -moz-border-radius: 4px;
    -moz-box-shadow: 0px 4px 0px #dde1e5;
    -moz-transition: all 0.4s;
    -o-border-radius: 4px;
    -o-box-shadow: 0px 4px 0px #dde1e5;
    -o-transition: all 0.4s;
    -webkit-border-radius: 4px;
    -webkit-box-shadow: 0px 4px 0px #dde1e5;
    -webkit-transition: all 0.4s;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0px 4px 0px #dde1e5;
    float: left;
    margin-left: 20px;
    padding-bottom: 33px;
    position: relative;
    transition: all 0.4s;
    width: 250px;
}

#plan1 .block:first-child { margin-left: 0 }

#plan1 .block:hover { margin-top: -10px }

/* BLOG  
------------------------------------------------------------------------------*/

#blog { background: #fff }

#blog .form input[type=text]::-webkit-input-placeholder { color: #454e5c }

#blog .form input[type=text]:-ms-input-placeholder { color: #454e5c }

#blog .form input[type=text]::-moz-placeholder { color: #454e5c }

#blog .form input[type=text]:-moz-placeholder { color: #454e5c }

#blog .comment.depth-0:first-child { border-top: none }

#blog .form input[type=text]:focus {
    border-color: #dde1e5;
    opacity: 1;
    outline: none;
}

#blog .fb_iframe_widget span { vertical-align: baseline !important }

#blog .hs-blog-social-share { padding-bottom: 30px }

#blog .form textarea:focus {
    border-color: #dde1e5;
    opacity: 1;
    outline: none;
}

#blog .hs-featured-image {
    float: right;
    margin-left: 25px;
    max-width: 300px;
}

#blog .comment-reply-to {
    color: #068fd5;
    float: left;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    text-decoration: none;
}

#blog .comment.depth-1 { padding-top: 25px }

#blog .blog-section h2 {
    color: #30353e;
    font-family: 'Open Sans', sans-serif;
    font-size: 36px;
    font-weight: 300;
    padding-bottom: 20px;
    text-decoration: none;
}

#blog .blog-section h2 a {
    color: #30353e;
    font-family: 'Open Sans', sans-serif;
    font-size: 36px;
    font-weight: 300;
    text-decoration: none;
}

#blog .blog-section h2 a:hover {
    color: #8e959c;
    font-family: 'Open Sans', sans-serif;
    font-size: 36px;
    font-weight: 300;
    text-decoration: none;
}

#blog .blog-pagination { text-transform: uppercase }

#blog .comment-body p {
    font-size: 15px;
    padding-bottom: 15px;
}

#blog .comment-date {
    color: #8e959c;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 300;
    padding-right: 18px;
}

#blog .comment-from { padding-bottom: 15px }

#blog .comment-from h4 {
    color: #454e5c;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 700;
    padding-right: 18px;
}

#blog .comment-from h4 a {
    color: #000;
    text-decoration: none;
}

#blog .buttons_mob {
    display: none;
    margin: 10px 0 40px 0;
    width: 100%;
}

#blog .author-img {
    float: left;
    margin-right: 20px;
}

#blog .older_post {
    clear: both;
    padding: 55px 0 80px 197px;
}

#blog .post-item { padding-bottom: 40px }

#blog .responses span.num {
    color: #f2f2f2;
    font-family: 'Open Sans', sans-serif;
    font-size: 48px;
    font-weight: 300;
    font-weight: 400px;
    line-height: 50px;
    position: absolute;
    right: 0;
    top: 20px;
}

#blog .more-link {
    color: #aeb6bf;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
    text-transform: uppercase;
}

#blog .more-link a:hover { color: #454e5c }

#blog .container { overflow: hidden }

#blog .meta_mob {
    display: none;
    height: 85px;
    margin-bottom: 20px;
    width: 100%;
}

#blog .meta_mob p {
    color: #8e959c;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 600;
    padding-bottom: 5px;
}

#blog .buttons {
    display: none;
}

#blog .buttons a { margin: 0 0 5px 0 }

#blog .content { padding: 0 0 25px 0 }

#blog .comment { display: none; }

#blog .author {
    color: #8e959c;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 300;
}

#blog .author a {
    color: #8e959c;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
}

#blog hgroup { border-bottom: 1px solid #e8eaeb }

#blog hgroup h3 {
    color: #454e5c;
    font-family: 'Open Sans', sans-serif;
    font-size: 26px;
    font-weight: 300;
    margin-bottom: 30px;
    text-decoration: none;
}

#blog header {
    height: 50px;
    line-height: 50px;
}

#blog p {
    color: #454e5c;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 400;
    padding-bottom: 20px;
}

#comment-form { margin: 55px 4px 30px }

#comment-form input[type=text] {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background-color: #dde1e5;
    border: 1px solid #dde1e5;
    border-radius: 3px;
    box-sizing: border-box;
    clear: both;
    color: #454e5c;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    margin: 0 0 0 1px;
    margin-bottom: 20px;
    opacity: 0.5;
    transition: opacity 0.2s ease 0s;
    transition-delay: 0s;
    transition-duration: 0.2s;
    transition-property: opacity;
    transition-timing-function: ease;
    width: 212px;
}

#comment-form textarea {
    background: #dde1e5;
    border: 1px solid #dde1e5;
    border-radius: 3px;
    clear: both;
    color: #454e5c;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    height: 200px;
    opacity: 0.5;
    padding: 10px;
    transition: opacity 0.2s ease 0s;
    transition-delay: 0s;
    transition-duration: 0.2s;
    transition-property: opacity;
    transition-timing-function: ease;
}

#comment-form h4 {
    color: #454e5c;
    font-family: 'Open Sans', sans-serif;
    font-size: 30px;
    font-weight: 300;
    margin: 0 0 23px 0;
}

.hs-blog-listing .responses { display: none }

/* CONTACT 
------------------------------------------------------------------------------*/

#contact {
    background: #fff;
    display: block;
    overflow: hidden;
    padding-top: 39px;
}

#contact .form-contact-small { margin-top: 10px }

#contact .form-contact-small input[type="submit"] { border: none }

#contact .form-contact-small input[type="text"] { width: 297px }

#contact .form-contact-small input.btn-style-1 {
    background: #ff4533 url('../images/send-icon.png') no-repeat  15px center;
    background-repeat: no-repeat;
    outline: none;
    padding-left: 50px;
    padding-right: 45px;
}

#contact .form-contact-small textarea {
    height: 214px;
    width: 374px;
}

#contact .form-contact { }

#contact .form-contact .btn input[type="submit"] {
    background: #ff4533 url('//cdn2.hubspot.net/hub/289315/file-573195427-png/palo-alto/send-icon.png') no-repeat  15px center !important;
    background-repeat: no-repeat;
    outline: none;
    padding-left: 50px !important;
    padding-right: 45px;
}

#contact .form-contact input[type="submit"] { border: none }

#contact .form-contact input[type="text"],
.form-contact textarea { width: 93% }

#contact .form-contact textarea { height: 214px }

#contact .form-contact h3 {
    color: #454e5c;
    font-family: 'Open Sans', sans-serif;
    font-size: 30px;
    font-weight: 300;
    margin: 0 0 35px 0;
}

#contact .box-grey {
    background: #f3f4f5;
    border-color: #f3f4f5;
    border-radius: 5px 5px 5px 5px;
    margin-top: 80px;
    padding: 20px 27px 29px 25px;
}

#contact .content {
    float: right;
    padding-top: 10px;
    width: 842px;
}

#contact .social {
    height: auto;
    list-style-type: none;
    margin-bottom: 0px;
    margin-left: 15px;
    margin-top: 17px;
    overflow: auto;
}

#contact .social .alternate li {
    border-radius: 50% 50% 50% 50%;
    float: left;
    height: 48px;
    margin-bottom: 5px;
    margin-right: 6px;
    width: 43px;
}

#contact .social a .fa { color: #7D7D7D }

#contact .social li {
    border-radius: 50% 50% 50% 50%;
    float: left;
    height: 48px;
    margin-bottom: 5px;
    margin-right: 6px;
    width: 50px;
}

#contact .gmap2 { margin-bottom: 40px }

#contact a.link {
    color: #36b7e6;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
}

#contact .gmap {
    margin-bottom: 40px;
    margin-top: -39px;
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    : ;
    : ;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    border: 2px solid #dddddd;
    border-radius: 4px 4px 4px 4px;
    color: #3f3f3f;
    height: 32px;
    line-height: 24px;
    outline: none;
    padding-left: 14px;
    width: 93%;
}

textarea:focus,
input[type="text"]:focus {
    -webkit-box-shadow: none;
    border: 2px solid #82c7ea;
    outline: none;
}

h5 {
    color: #292929;
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    margin-bottom: 2px;
}

/* FOOTER 
------------------------------------------------------------------------------*/

.footer-container-wrapper {
    background: #1c2334;
    font-family: 'Open Sans', sans-serif;
    padding: 53px 0 0 0;
}

#footer .container { 
    overflow: hidden;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
}

#footer a {
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 300;
    text-decoration: none;
}

#footer .col a {
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 300;
    text-decoration: none;
}

#footer a:hover {
    color: #8e959c;
    text-decoration: none;
}

#footer h4 {
    color: #8e959c;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    padding-bottom: 17px;
    text-transform: uppercase;
}

#footer .col {
    color: #fff;
    float: left;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
}

#footer .right { float: right }

#footer .col ul { list-style: none }

#footer .col li { padding-bottom: 8px }

#footer .social {
    margin-right: 15px;
    position: absolute;
    right: 0;
}

#footer .social ul { list-style: none }

#footer .social li {
    float: left;
    padding-left: 13px;
}

#footer .social a {
    -moz-transition: none;
    -webkit-transition: none;
    float: left;
    height: 18px;
    transition: none;
    width: 20px;
}

#footer .copy {
    bottom: 0;
    color: #8e959c;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: 300;
    line-height: 20px;
    margin-right: 15px;
    opacity: 0.7;
    position: absolute;
    right: 0;
    text-align: right;
}

#footer .copy span {
    display: inline-block;
    height: 3px;
    position: relative;
    top: -2px;
    width: 5px;
}

/* BUTTONS
------------------------------------------------------------------------------*/

.btn,
input[type="submit"] {
    -moz-border-radius: 4px 4px 5px 5px;
    -webkit-border-radius: 4px 4px 5px 5px;
    background: #ff4533;
    border: 0;
    border-radius: 4px 4px 5px 5px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 600 !important;
    font-weight: 500;
    height: 38px;
    line-height: 38px;
    margin-top: 15px;
    padding: 0 28px;
    position: relative;
    text-align: center;
    text-decoration: none;
}

.btn:active { top: 1px }

.btn:hover {
    background-color: #e43e2e;
    text-decoration: none;
}

a.btn { color: #fff }

.btn.btn-blue {
    -moz-box-shadow: 0 1px 0 #0790d5;
    -webkit-box-shadow: 0 1px 0 #0790d5;
    background-color: #0790d5;
    box-shadow: 0 1px 0 #0790d5;
}

.btn.btn-blue:active {
    -moz-box-shadow: 0 1px 0 #0582c2;
    -webkit-box-shadow: 0 1px 0 #0582c2;
    box-shadow: 0 1px 0 #0582c2;
}

.btn.btn-blue:hover { background-color: #0582c2 }

.btn.btn-green {
    -moz-box-shadow: 0 1px 0 #80bf28;
    -webkit-box-shadow: 0 1px 0 #80bf28;
    background-color: #80bf28;
    box-shadow: 0 1px 0 #80bf28;
}

.btn.btn-green:active {
    -moz-box-shadow: 0 1px 0 #7ab626;
    -webkit-box-shadow: 0 1px 0 #7ab626;
    box-shadow: 0 1px 0 #7ab626;
}

.btn.btn-green:hover { background-color: #7ab626 }

.btn.btn-grey {
    -moz-box-shadow: 0 1px 0 #c6cacd;
    -webkit-box-shadow: 0 1px 0 #c6cacd;
    background-color: #c6cacd;
    box-shadow: 0 1px 0 #c6cacd;
}

.btn.btn-grey:active {
    -moz-box-shadow: 0 1px 0 #bbbfc4;
    -webkit-box-shadow: 0 1px 0 #bbbfc4;
    box-shadow: 0 1px 0 #bbbfc4;
}

.btn.btn-grey:hover { background-color: #bbbfc4 }

.btn.btn-black {
    -moz-box-shadow: 0 1px 0 #1c2334;
    -webkit-box-shadow: 0 1px 0 #1c2334;
    background-color: #1c2334;
    box-shadow: 0 1px 0 #1c2334;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 600;
}

.btn.btn-black:active {
    -moz-box-shadow: 0 1px 0 #101b34;
    -webkit-box-shadow: 0 1px 0 #101b34;
    box-shadow: 0 1px 0 #101b34;
}

.btn.btn-black:hover { background-color: #101b34 }

.btn.btn-black1 {
    -moz-box-shadow: 0 1px 0 #1c2334;
    -webkit-box-shadow: 0 1px 0 #1c2334;
    background-color: #1c2334;
    box-shadow: 0 1px 0 #1c2334;
    font-family: OpenSans-Semibold;
    font-size: 18px;
    height: 62px;
    line-height: 62px;
    padding: 0 42px;
}

.btn.btn-black1:hover {
    -moz-box-shadow: 0 1px 0 #101b34;
    -webkit-box-shadow: 0 1px 0 #101b34;
    background-color: #101b34;
    box-shadow: 0 1px 0 #101b34;
}

.btn.btn-silver {
    -moz-border-radius: 2px 2px 3px 3px;
    -moz-box-shadow: 0 1px 0 #eef0f2;
    -webkit-border-radius: 2px 2px 3px 3px;
    -webkit-box-shadow: 0 1px 0 #eef0f2;
    background-color: #eef0f2;
    border-radius: 2px 2px 3px 3px;
    box-shadow: 0 1px 0 #eef0f2;
    color: #8e959c;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 600;
    height: 32px;
    line-height: 32px;
    padding: 0 12px;
}

.btn.btn-silver:active {
    -moz-box-shadow: 0 1px 0 #f3654c;
    -webkit-box-shadow: 0 1px 0 #f3654c;
    box-shadow: 0 1px 0 #f3654c;
}

.btn.btn-silver:hover {
    background-color: #f3654c;
    color: #fff;
}

.btn.btn-red {
    -moz-box-shadow: 0 1px 0 #d3402d;
    -webkit-box-shadow: 0 1px 0 #d3402d;
    background-color: #e84632;
    box-shadow: 0 1px 0 #d3402d;
    color: #fff;
}

.btn.btn-red:active {
    -moz-box-shadow: 0 1px 0 #da422f;
    -webkit-box-shadow: 0 1px 0 #da422f;
    box-shadow: 0 1px 0 #da422f;
}

.btn.btn-red:hover { background-color: #da422f }

.btn.btn-trans-white {
    -moz-border-radius: 4px 4px 5px 5px;
    -moz-box-shadow: 0 1px 0 transparent;
    -webkit-border-radius: 4px 4px 5px 5px;
    -webkit-box-shadow: 0 1px 0 transparent;
    background-color: transparent;
    border: 2px solid #fff;
    border-radius: 4px 4px 5px 5px;
    box-shadow: 0 1px 0 transparent;
}

.btn.btn-trans-white:active {
    -moz-box-shadow: 0 1px 0 transparent;
    -webkit-box-shadow: 0 1px 0 transparent;
    box-shadow: 0 1px 0 transparent;
}

.btn.btn-trans-white:hover {
    background-color: #fff;
    color: #000;
}

.btn.btn-trans-black {
    -moz-border-radius: 4px 4px 5px 5px;
    -moz-box-shadow: 0 1px 0 transparent;
    -webkit-border-radius: 4px 4px 5px 5px;
    -webkit-box-shadow: 0 1px 0 transparent;
    background-color: transparent;
    border: 2px solid #000;
    border-radius: 4px 4px 5px 5px;
    box-shadow: 0 1px 0 transparent;
    color: #000;
}

.btn.btn-trans-black:active {
    -moz-box-shadow: 0 1px 0 transparent;
    -webkit-box-shadow: 0 1px 0 transparent;
    box-shadow: 0 1px 0 transparent;
}

.btn.btn-trans-black:hover {
    background-color: #000;
    color: #fff;
}

.btn-big {
    -moz-border-radius: 4px 4px 5px 5px;
    -moz-box-shadow: 0 1px 0 #c53527;
    -webkit-border-radius: 4px 4px 5px 5px;
    -webkit-box-shadow: 0 1px 0 #c53527;
    background: #ff4533;
    border: 0;
    border-radius: 4px 4px 5px 5px;
    box-shadow: 0 1px 0 #c53527;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 600;
    height: 48px;
    line-height: 48px;
    padding: 0 48px;
    position: relative;
    text-align: center;
    text-decoration: none;
}

.btn-big:active { top: 1px }

.btn-big:hover {
    background-color: #e43e2e;
    text-decoration: none;
}

a.btn-big { color: #fff }

.btn-big.btn-blue {
    -moz-box-shadow: 0 1px 0 #0790d5;
    -webkit-box-shadow: 0 1px 0 #0790d5;
    background-color: #0790d5;
    box-shadow: 0 1px 0 #0790d5;
}

.btn-big.btn-blue:active {
    -moz-box-shadow: 0 1px 0 #0789cb;
    -webkit-box-shadow: 0 1px 0 #0789cb;
    box-shadow: 0 1px 0 #0789cb;
}

.btn-big.btn-blue:hover { background-color: #0789cb }

.btn.btn-social {
    -moz-border-radius: 4px 4px 5px 5px;
    -webkit-border-radius: 4px 4px 5px 5px;
    border: 0;
    border-radius: 4px 4px 5px 5px;
    color: #fff;
    display: inline-block;
    font-family: OpenSans-Light;
    font-size: 24px;
    height: 66px;
    line-height: 66px;
    padding: 0 152px;
    position: relative;
    text-align: center;
    text-decoration: none;
}

.btn.btn-social.btn-fb {
    -moz-box-shadow: 0 1px 0 #38569a;
    -webkit-box-shadow: 0 1px 0 #38569a;
    background: #38569a;
    box-shadow: 0 1px 0 #38569a;
}

.btn.btn-social.btn-fb:active {
    -moz-box-shadow: 0 1px 0 #2d467d;
    -webkit-box-shadow: 0 1px 0 #2d467d;
    box-shadow: 0 1px 0 #2d467d;
}

.btn.btn-social.btn-fb:hover { background-color: rgb(77, 105, 164) }

.btn.btn-social.btn-fb span {
    background: url(../images/ico_fb_tw.png) no-repeat 0 0;
    display: block;
    font-size: 0;
    height: 27px;
    left: 21px;
    line-height: 0;
    position: absolute;
    text-indent: -4000px;
    top: 20px;
    width: 28px;
}

.btn.btn-social.btn-twitter {
    -moz-box-shadow: 0 1px 0 #36b7e6;
    -webkit-box-shadow: 0 1px 0 #36b7e6;
    background: #36b7e6;
    box-shadow: 0 1px 0 #36b7e6;
}

.btn.btn-social.btn-twitter:active {
    -moz-box-shadow: 0 1px 0 #31a6d1;
    -webkit-box-shadow: 0 1px 0 #31a6d1;
    box-shadow: 0 1px 0 #31a6d1;
}

.btn.btn-social.btn-twitter:hover { background-color: rgb(38, 189, 245) }

.btn.btn-social.btn-twitter span {
    background: url(../images/ico_fb_tw.png) no-repeat 0 -81px;
    display: block;
    font-size: 0;
    height: 27px;
    left: 21px;
    line-height: 0;
    position: absolute;
    text-indent: -4000px;
    top: 20px;
    width: 28px;
}

.btn-do {
    -moz-border-radius: 4px 4px 5px 5px;
    -moz-box-shadow: 0 1px 0 #c53527;
    -webkit-border-radius: 4px 4px 5px 5px;
    -webkit-box-shadow: 0 1px 0 #c53527;
    background: #f1f3f5;
    border: 0;
    border-radius: 4px 4px 5px 5px;
    box-shadow: 0 1px 0 #c53527;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: OpenSans-Semibold;
    font-size: 18px;
    height: 48px;
    line-height: 48px;
    padding: 0 48px;
    position: relative;
    text-align: center;
    text-decoration: none;
}

.btn-do:active {
    -moz-box-shadow: 0 1px 0 #e6e8ea;
    -webkit-box-shadow: 0 1px 0 #e6e8ea;
    box-shadow: 0 1px 0 #e6e8ea;
    top: 1px;
}

.btn-do:hover {
    background-color: #e6e8ea;
    text-decoration: none;
}

a.btn-do { color: #1c2334 }

.btn-do.btn-white {
    -moz-box-shadow: 0 1px 0 #dadee1;
    -webkit-box-shadow: 0 1px 0 #dadee1;
    background-color: #f1f3f5;
    box-shadow: 0 1px 0 #dadee1;
}

.btn-do.btn-white:active {
    -moz-box-shadow: 0 1px 0 #e6e8ea;
    -webkit-box-shadow: 0 1px 0 #e6e8ea;
    box-shadow: 0 1px 0 #e6e8ea;
}

.btn-do.btn-white:hover { background-color: #e6e8ea }

.btn-lets {
    -moz-border-radius: 4px 4px 5px 5px;
    -moz-box-shadow: 0 1px 0 #c53527;
    -webkit-border-radius: 4px 4px 5px 5px;
    -webkit-box-shadow: 0 1px 0 #c53527;
    background: #f1f3f5;
    border: 0;
    border-radius: 4px 4px 5px 5px;
    box-shadow: 0 1px 0 #c53527;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    font-weight: 400;
    height: 60px;
    line-height: 60px;
    padding: 0 75px;
    position: relative;
    text-align: center;
    text-decoration: none;
}

.btn-lets:active { top: 1px }

.btn-lets:hover {
    background-color: #e6e8ea;
    text-decoration: none;
}

a.btn-lets { color: #1c2334 }

.btn-lets.btn-white {
    -moz-box-shadow: 0 1px 0 #dadee1;
    -webkit-box-shadow: 0 1px 0 #dadee1;
    background-color: #f1f3f5;
    box-shadow: 0 1px 0 #dadee1;
}

.btn-lets.btn-white:active {
    -moz-box-shadow: 0 1px 0 #e6e8ea;
    -webkit-box-shadow: 0 1px 0 #e6e8ea;
    box-shadow: 0 1px 0 #e6e8ea;
}

.btn-lets.btn-white:hover { background-color: #e6e8ea }

.btn-login {
    -moz-border-radius: 4px 4px 5px 5px;
    -moz-box-shadow: 0 1px 0 #383f4a;
    -webkit-border-radius: 4px 4px 5px 5px;
    -webkit-box-shadow: 0 1px 0 #383f4a;
    background: #0790d5;
    border: 0;
    border-radius: 4px 4px 5px 5px;
    box-shadow: 0 1px 0 #383f4a;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: OpenSans-Semibold;
    font-size: 14px;
    height: 30px;
    line-height: 27px;
    overflow: hidden;
    padding: 0 23px;
    position: relative;
    text-align: center;
}

.btn-login:active {
    -moz-box-shadow: 0 1px 0 #30789cb;
    -webkit-box-shadow: 0 1px 0 #0789cb;
    box-shadow: 0 1px 0 #0789cb;
    top: 1px;
}

.btn-login:hover {
    background-color: #0789cb;
    color: #fff !important;
}

.alert {
    -moz-border-radius: 4px 4px 5px 5px;
    -webkit-border-radius: 4px 4px 5px 5px;
    border-radius: 4px 4px 5px 5px;
    display: inline-block;
    font-family: OpenSans-Regular;
    font-size: 18px;
    height: 50px;
    line-height: 50px;
    padding: 0 18px;
    text-decoration: none;
    width: 420px;
}

/* Misc */
.whiteText, .whiteText h1, .whiteText h2, .whiteText h3, .whiteText h4, .whiteText p, .whiteText a, .whiteText span, .whiteText li {
color:#fff;
}
.centered {text-align:center;}
.margin16b {margin-bottom:16px;}
.margin32b {margin-bottom:32px;}
.margin48b {margin-bottom:48px;}
.margin64b {margin-bottom:64px;}
.margin96b {margin-bottom:96px;}
.margin128b {margin-bottom:128px;}
.padding16tb {padding-top:16px;padding-bottom:16px;}
.padding32tb {padding-top:32px;padding-bottom:32px;}
.padding48tb {padding-top:48px;padding-bottom:48px;}
.padding64tb {padding-top:64px;padding-bottom:64px;}
.padding96tb {padding-top:96px;padding-bottom:96px;}
.padding128tb {padding-top:128px;padding-bottom:128px;}
.noMargin {margin:0!important;}
@media (min-width:768px){
.noMargin .span3 {
  width: 25%;
  margin: 0;
}
.noMargin .span4 {
  width: 33.333%;
  margin: 0;
}
.noMargin .span6 {
  width: 50%;
  margin: 0;
}
}

.subscribeBar {
    background: #008ed9;
    text-align: center;
}
.subscribeBar h3 {
    font-weight: 500;
    font-size: 22px;
    display: inline-block;
    margin-right: 32px;
    vertical-align: middle;
}
.subscribeBar #hs_form_target_blog_subscription {
    display: inline-block;
}
.subscribeBar input[type="email"] {
    width: 250px;
    padding: 17px;
}
.subscribeBar label {
    display: none;
}
.subscribeBar .hs_email.field.hs-form-field {
    display: inline-block;
}
.subscribeBar .hs_submit {
    display: inline-block;
}
.subscribeBar ul.hs-error-msgs.inputs-list {
    display: none!important;
}
.subscribeBar input[type="submit"] {
    margin-top: 0px;
    margin-left: 32px;
    vertical-align: middle;
}
.hs-blog-post #blog .page-center {
    max-width: 900px;
}

.ctaButton {
    padding: 10px 20px;
    background: #008ed9;
    color: #fff!important;
    line-height: 60px;
    font-size: 22px;
    transition: all .3s;
}
.ctaButton:hover {
    background: #1c2334;
    text-decoration: none!important;
}
.relatedPosts h2 {
    font-size: 24px;
    text-align: center;
    font-weight: 500;
    margin-bottom: 32px;
}
.related-image {
    height: 200px;
    overflow: hidden;
    margin-bottom: 20px;
}
.related-title {
    text-align: center;
}
.related-title a {
    text-decoration: none;
    text-align: center;
    font-size: 20px;
}

/* TABLET
------------------------------------------------------------------------------*/

@media screen and (max-width: 767px) and (min-width: 450px) {
    .page-center {
        margin: 0 10px !important;
        position: relative;
        width: auto !important;
    } /* Changed media screen size from 1024-768 to 768-450 in order to ensure that for smaller screens, mobile view does not kick in - HS Support BL 18/01/26 */

    .hs-menu-wrapper.hs-menu-flow-horizontal>ul { margin-top: 17px }

    .hs-menu-wrapper.hs-menu-flow-horizontal>ul:before {
        border: 10px solid #068fd5;
        border-color: transparent transparent #068fd5 transparent;
        content: '';
        position: absolute;
        right: 10px;
        top: -20px;
    }

    #logo { width: 225px }

    #banner {
        background: url(//cdn2.hubspot.net/hub/289315/file-573324657-jpg/palo-alto/Skype-Palo-Alto-Office-02.jpg) no-repeat 50% 50%;
        background-size: cover;
        height: auto;
        overflow: hidden;
    }

    #banner .container { height: auto }

    #banner .phone {
        height: 296px;
        padding: 30px 0 0;
    }

    #banner .phone img {
        display: block;
        float: right;
        height: 350px;
        padding: 0 50px 0 0;
        width: auto !important;
    }

    #banner .text {
        color: #fff;
        float: left;
        padding: 60px 25px 0;
    }

    #banner .text h2 {
        font-size: 30px;
        font-weight: bold;
        line-height: 40px;
        padding: 0 0 11px;
        width: 316px;
    }

    #banner .text p {
        font-size: 16px;
        line-height: 24px;
        width: 316px;
    }

    #section1 .iphone img { margin-left: 20px }

    #section1 .content {
        margin-left: 0;
        width: 59%;
    }

    #section1 .content div.second {
        margin: 55px 0 0 0;
        width: 177px;
    }

    #section1 .content div.first { margin-right: 20px }

    #section1 .content div span { font-size: 14px }

    #section2 .content {
        margin: 90px 0 0 30px;
        padding-bottom: 50px;
        width: 55%;
    }

    #section2 .content div.first {
        margin-right: 20px;
        width: 46%;
    }

    #section2 .content div span {
        color: #8e959c;
        font-size: 14px;
        margin-top: 18px;
    }

    #section2 .content .second {
        float: left;
        margin: 55px 0 0 0;
        width: 190px;
    }

    #section2 .content h1 { width: 300px }

    #section2 .content p { width: 300px }

    #section2 .future_slider {
        float: left;
        margin: 94px 0 0 -40px;
        overflow: hidden;
        width: 45%;
    }

    .testimonial-comment .t-thumb .t-info p { font-size: 12px }

    .signup { display: none }

    .mobile-signup {
        background: #f8f6f2;
        color: #1a1d24;
        display: block !important;
        font-size: 18px;
        padding: 30px 75px;
        position: relative;
    }

    .mobile-signup input[type="email"] {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        background: url(//cdn2.hubspot.net/hub/289315/file-568178703-png/palo-alto/bg_inputs.png) no-repeat 12px 10px;
        background-position: 12px -45px;
        border: 2px solid #cfd1d2;
        border-radius: 3px;
        box-sizing: border-box;
        color: #454e5c;
        font-size: 16px;
        height: 45px;
        margin: 0 0 10px;
        padding: 10px 10px 10px 45px;
        width: 100%;
    }

    .mobile-signup input[type=text] {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        background: url(//cdn2.hubspot.net/hub/289315/file-568178703-png/palo-alto/bg_inputs.png) no-repeat 12px 10px;
        border: 2px solid #cfd1d2;
        border-radius: 3px;
        box-sizing: border-box;
        color: #454e5c;
        font-size: 16px;
        height: 45px;
        margin: 0 0 10px;
        padding: 10px 10px 10px 45px;
        width: 100%;
    }

    .mobile-signup h3 {
        color: #1a1d24;
        font-weight: 600;
        padding-bottom: 15px;
    }

    #sidebar {
        float: none;
        width: 100%;
    }

    #header { height: 62px }

    #blog .post-body { width: 56% }
}

/* MOBILE
------------------------------------------------------------------------------*/

@media screen and (max-width: 766px) { 
    #content .entry { padding-right: 0px }
    .page-center {
        margin: 0 10px !important;
        position: relative;
        width: auto !important;
    }
    
    html,body {
        width: 100%;
        height: 100%;
        margin: 0px;
        padding: 0px;
        overflow-x: hidden;
	}

    .signup { display: none }

    .mobile-signup {
        background: #f8f6f2;
        color: #1a1d24;
        display: block !important;
        font-size: 18px;
        padding: 30px 35px;
        position: relative;
        width: auto;
    }

    .mobile-signup input[type="email"] {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        background: url(//cdn2.hubspot.net/hub/289315/file-568178703-png/palo-alto/bg_inputs.png) no-repeat 12px 10px;
        background-position: 12px -45px;
        border: 2px solid #cfd1d2;
        border-radius: 3px;
        box-sizing: border-box;
        color: #454e5c;
        font-size: 16px;
        height: 45px;
        margin: 0 0 10px;
        padding: 10px 10px 10px 45px;
        width: 100%;
    }

    .mobile-signup input[type=text] {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        background: url(//cdn2.hubspot.net/hub/289315/file-568178703-png/palo-alto/bg_inputs.png) no-repeat 12px 10px;
        border: 2px solid #cfd1d2;
        border-radius: 3px;
        box-sizing: border-box;
        color: #454e5c;
        font-size: 16px;
        height: 45px;
        margin: 0 0 10px;
        padding: 10px 10px 10px 45px;
        width: 100%;
    }

    .mobile-signup h3 {
        color: #1a1d24;
        font-weight: 600;
        padding-bottom: 15px;
    }

    #content { padding: 0 }

    #content .entry .form {
        float: none;
        width: auto;
    }

    #content .entry h2 { padding: 25px 0 30px }

    #content .content {
        padding-bottom: 20px !important;
        padding-top: 20px !important;
    }

    .title {
        font-size: 28px;
        height: 100px;
        line-height: 100px;
    }

    .offer img { padding-bottom: 50px }

    #banner { height: auto }

    #banner .phone {
        height: 296px;
        padding: 30px 0 0;
    }

    #banner .phone img {
        display: block;
        height: 296px;
        margin: auto;
        width: auto !important;
    }

    #banner .container { height: 565px }

    #banner .text {
        color: #fff;
        float: none;
        padding: 27px 25px 0;
        text-align: center;
        width: auto;
    }

    #banner .text p {
        font-size: 16px;
        line-height: 24px;
    }

    #ignore {
        background-size: cover;
        color: #fff;
        height: auto;
        padding: 0 0 15px;
        text-align: center;
    }

    #section1 { height: auto }

    #section1 .content {
        float: none;
        margin: 40px auto;
        width: 100%;
    }

    #section1 .content div.first { margin-right: 5% }

    #section1 .content div span {
        font-size: 14px;
        margin-top: 25px;
    }

    #section1 .content .second {
        float: left;
        margin: 40px auto;
        width: 47%;
    }

    #section1 .content .first {
        float: left;
        margin: 40px auto;
        width: 47%;
    }

    #section1 .content h1 { width: auto }

    #section1 .iphone {
        display: block;
        float: none;
        margin: 0 auto;
        width: 200px;
    }

    #section1 .iphone img {
        margin: 50px 0 0 0;
        width: 192px;
    }

    #ignore .cta { padding-bottom: 25px }

    #ignore h2 {
        font-size: 30px;
        line-height: 40px;
        padding: 35px 0 20px;
    }

    #ignore p {
        font-size: 18px;
        line-height: 27px;
        padding: 0 10px 30px;
    }

    #section2 { height: auto }

    #section2 .future_slider {
        float: none;
        margin: 0 auto 60px;
        max-width: 350px;
        width: 100%;
    }

    #section2 .content {
        float: none;
        margin: 40px auto 0;
        width: 100%;
    }

    #section2 .content div.first { margin-right: 5% }

    #section2 .content div span {
        font-size: 14px;
        margin-top: 25px;
    }

    #section2 .content .second {
        float: left;
        margin: 40px auto;
        width: 47%;
    }

    #section2 .content .first {
        float: left;
        margin: 40px auto;
        width: 47%;
    }

    #section2 .content h1 {
        display: block;
        margin: 0 auto;
        width: 100%;
    }

    #letsgo .content h1 {
        font-size: 30px;
        margin-left: 0;
        text-align: center;
        width: auto;
    }

    #letsgo .content p {
        font-size: 18px;
        margin-top: 30px;
        width: 100%;
    }

    #section4 p.text { width: auto }

    .testimonial-comment { margin-bottom: 30px }

    .testimonial-comment .t-thumb .t-info { padding-top: 0px }

    #letsgo .content p { width: auto }

    .kicker {
        line-height: 30px;
        padding-top: 20px;
    }

    #plan1 { height: 100% }

    #plan1 .price-table { padding: 20px 0 30px }

    #plan1 .best-block {
        float: none;
        margin: 0 auto 20px;
    }

    #plan1 .header p { font-size: 36px }

    #plan1 .content { width: 300px }

    #plan1 .block {
        float: none;
        margin: 0 auto 20px;
    }

    #plan1 .block:first-child { margin-left: 25px }

    #blog .blog-section h2 {
        padding-bottom: 30px;
        width: 100%;
    }

    #blog aside { display: none }

    #blog .post-body { width: 100% }

    #blog .responses { width: 100% }

    #recaptcha_area,
    #recaptcha_table { width: auto !important }

    #blog .sidebar { display: none }

    #questions {
        line-height: 30px;
        padding-top: 30px;
    }

    #footer {
        height: 100%;
        padding: 0;
    }

    #footer .page-center { position: relative }

    #footer .social {
        float: left;
        margin: 0 auto;
    }

    #footer .right {
        left: -15px;
        padding-top: 25px;
        position: relative;
        width: 100%;
    }

    #footer .copy {
        float: right;
        line-height: 20px;
        opacity: 0.7;
        position: relative;
        text-align: right;
    }

    #footer .col {
        font-size: 14px;
        margin: 40px 20px 0 0;
    }

    #header { height: 62px }
}