.no-padding {
  padding: 0 !important; }

/**
 * Cross browser transitions.
 */
/* Buttons */
/* Responsive images */
.entry-content img,
.comment-content img,
.widget img {
  max-width: 100%;
  /* Fluid images for posts, comments, and widgets */ }

img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
  height: auto;
  /* Make sure images with WordPress-added height and width attributes are scaled correctly */ }

img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
  max-width: 100%;
  height: auto;
  /* Make sure images with WordPress-added height and width attributes are scaled correctly */ }

.container-sm {
  max-width: 980px;
  margin: 0 auto;
  padding: 0 15px; }

.row {
  margin: 0; }

.box-shadow-blue {
  -webkit-box-shadow: 0px 0px 40px 8px #cee6f5;
  -moz-box-shadow: 0px 0px 40px 8px #cee6f5;
  box-shadow: 0px 0px 40px 8px #cee6f5; }

/* =IMAGES THAT ARE LINKS BEGINS
-------------------------------------------------------------- */
a img {
  padding: 10px;
  box-shadow: none; }

a img:hover {
  position: relative;
  z-index: 5;
  box-shadow: none;
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
  transform: scale(1.02); }

.flexslider .slides img {
  box-shadow: none !important; }

.flexslider .slides img:hover {
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  padding: 0px;
  z-index: 5;
  box-shadow: none !important; }

.carousel-inner a img {
  box-shadow: none !important; }

.carousel-inner a img:hover {
  -webkit-transform: scale(1.01);
  -moz-transform: scale(1.01);
  padding: 0px;
  position: relative;
  z-index: 5;
  box-shadow: none !important; }

/* =IMAGES THAT ARE LINKS ENDS
-------------------------------------------------------------- */
/* =CONTENT OUTER SHADOW
-------------------------------------------------------------- */
.contentBox .row-fluid {
  border-left: 1px solid #e3e3e3;
  padding-left: 30px !important;
  border-right: 1px solid #e3e3e3;
  padding-right: 30px !important;
  box-shadow: 12px 0 15px -4px rgba(227, 227, 227, 0.8), -12px 0 8px -4px rgba(227, 227, 227, 0.8); }

#primary {
  border-left: 1px solid #e3e3e3;
  padding-left: 30px !important;
  border-right: 1px solid #e3e3e3;
  padding-right: 30px !important;
  box-shadow: 12px 0 15px -4px rgba(227, 227, 227, 0.8), -12px 0 8px -4px rgba(227, 227, 227, 0.8) !important; }

/* =SHARE SOCIAL MEDIA
-------------------------------------------------------------- */
.at_PinItButton {
  display: none !important; }

/* =HUB SPOT BUTTONS
-------------------------------------------------------------- */
.HubspotButtons br {
  display: none; }

.hs-cta-wrapper {
  display: block;
  margin: 10px 10px 0px 10px;
  /*border-bottom: 1px solid #A7A6A6;*/
  padding-bottom: 20px; }

.hs-cta-wrapper a img {
  box-shadow: none !important;
  padding: 0px; }

.hs-cta-wrapper a:hover {
  -webkit-transform: scale(1.03) !important;
  -moz-transform: scale(1.03) !important;
  padding: 0px;
  position: relative;
  z-index: 5;
  box-shadow: none !important; }

#secondary .hs-cta-wrapper a {
  display: block !important;
  width: 200px !important;
  margin: 0 auto;
  background-color: #C73E5C !important; }

header .hs-cta-wrapper {
  margin-top: 0px; }

/* =HUB SPOT BUTTONS ENDS
-------------------------------------------------------------- */
/* Make sure videos and embeds fit their containers */
embed,
iframe,
object,
video {
  max-width: 100%; }

.entry-content .twitter-tweet-rendered {
  max-width: 100% !important;
  /* Override the Twitter embed fixed width */ }

/* Images */
.alignleft {
  float: left; }

.alignright {
  float: right;
  margin: 0 0 10px 14px; }

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.entry-content img,
.comment-content img,
.widget img,
img.header-image,
.author-avatar img,
img.wp-post-image {
  /* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
  /*	border-radius: 3px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);*/ }

.entry-content a img:hover {
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2); }

.entry-content img, .alignleft {
  margin-right: 30px;
  margin-top: 15px; }

.entry-content dl.gallery-item {
  margin: 0; }

.gallery-item a,
.gallery-caption {
  width: 90%; }

.gallery-item a {
  display: block; }

.gallery-caption a {
  display: inline; }

.gallery-columns-1 .gallery-item a {
  max-width: 100%;
  width: auto; }

.gallery .gallery-icon img {
  height: auto;
  max-width: 90%;
  padding: 5%; }

.gallery-columns-1 .gallery-icon img {
  padding: 3%; }

/* Navigation */
.site-content nav {
  clear: both;
  line-height: 2;
  overflow: hidden; }

#nav-above {
  padding: 24px 0;
  padding: 1.714285714rem 0; }

#nav-above {
  display: none; }

.paged #nav-above {
  display: block; }

.nav-previous,
.previous-image {
  float: left;
  width: 50%; }

.nav-next,
.next-image {
  float: right;
  text-align: right;
  width: 50%; }

.nav-single + .comments-area,
#comment-nav-above {
  margin: 48px 0;
  margin: 3.428571429rem 0; }

/* Assistive text */
.assistive-text,
.site .screen-reader-text {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px); }

/* Navigation Menu

.main-navigation .assistive-text:focus {
	background: #fff;
	border: 2px solid #333;
	border-radius: 3px;
	clip: auto !important;
	color: #000;
	display: block;
	font-size: 12px;
	padding: 12px;
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 100000;
}

.main-navigation {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	text-align: center;
}
.main-navigation li {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.42857143;
}
.main-navigation a {
	color: #5e5e5e;
}
.main-navigation a:hover {
	color: #21759b;
}
.main-navigation ul.nav-menu,
.main-navigation div.nav-menu > ul {
	display: none;
}
.main-navigation ul.nav-menu.toggled-on,
.menu-toggle {
	display: inline-block;
}
*/
#archives-3 li a {
  color: #636363;
  font-size: 10pt; }

#archives-3 ul {
  margin-left: 50px; }

#recent-posts-2 li a {
  font-size: 12pt; }

#recent-posts-2 ul, aside.widget_recent_entries ul li {
  list-style-type: none; }

/* =Comments
-------------------------------------------------------------- */
.comments-title {
  margin-bottom: 48px;
  margin-bottom: 3.428571429rem;
  font-size: 16px;
  font-size: 1.142857143rem;
  line-height: 1.5;
  font-weight: normal; }

.comments-area article {
  margin: 24px 0;
  margin: 1.714285714rem 0; }

.comments-area article header {
  margin: 0 0 48px;
  margin: 0 0 3.428571429rem;
  overflow: hidden;
  position: relative; }

.comments-area article header img {
  float: left;
  padding: 0;
  line-height: 0; }

.comments-area article header cite,
.comments-area article header time {
  display: block;
  margin-left: 85px;
  margin-left: 6.071428571rem; }

.comments-area article header cite {
  font-style: normal;
  font-size: 15px;
  font-size: 1.071428571rem;
  line-height: 1.42857143; }

.comments-area cite b {
  font-weight: normal; }

.comments-area article header time {
  line-height: 1.714285714;
  text-decoration: none;
  font-size: 12px;
  font-size: 0.857142857rem;
  color: #5e5e5e; }

.comments-area article header a {
  text-decoration: none;
  color: #5e5e5e; }

.comments-area article header a:hover {
  color: #21759b; }

.comments-area article header cite a {
  color: #444; }

.comments-area article header cite a:hover {
  text-decoration: underline; }

.comments-area article header h4 {
  position: absolute;
  top: 0;
  right: 0;
  padding: 6px 12px;
  padding: 0.428571429rem 0.857142857rem;
  font-size: 12px;
  font-size: 0.857142857rem;
  font-weight: normal;
  color: #fff;
  background-color: #0088d0;
  background-repeat: repeat-x;
  background-image: -moz-linear-gradient(top, #009cee, #0088d0);
  background-image: -ms-linear-gradient(top, #009cee, #0088d0);
  background-image: -webkit-linear-gradient(top, #009cee, #0088d0);
  background-image: -o-linear-gradient(top, #009cee, #0088d0);
  background-image: linear-gradient(top, #009cee, #0088d0);
  border-radius: 3px;
  border: 1px solid #007cbd; }

.comments-area .bypostauthor cite span {
  position: absolute;
  margin-left: 5px;
  margin-left: 0.357142857rem;
  padding: 2px 5px;
  padding: 0.142857143rem 0.357142857rem;
  font-size: 10px;
  font-size: 0.714285714rem; }

.comments-area .bypostauthor cite b {
  font-weight: bold; }

a.comment-reply-link,
a.comment-edit-link {
  color: #686868;
  font-size: 13px;
  font-size: 0.928571429rem;
  line-height: 1.846153846; }

a.comment-reply-link:hover,
a.comment-edit-link:hover {
  color: #21759b; }

.commentlist .pingback {
  line-height: 1.714285714;
  margin-bottom: 24px;
  margin-bottom: 1.714285714rem; }

/* Comment form */
#respond {
  margin-top: 48px;
  margin-top: 3.428571429rem; }

#respond h3#reply-title {
  font-size: 16px;
  font-size: 1.142857143rem;
  line-height: 1.5; }

#respond h3#reply-title #cancel-comment-reply-link {
  margin-left: 10px;
  margin-left: 0.714285714rem;
  font-weight: normal;
  font-size: 12px;
  font-size: 0.857142857rem; }

#respond form {
  margin: 24px 0;
  margin: 1.714285714rem 0; }

#respond form p {
  margin: 11px 0;
  margin: 0.785714286rem 0; }

#respond form p.logged-in-as {
  margin-bottom: 24px;
  margin-bottom: 1.714285714rem; }

#respond form label {
  display: block;
  line-height: 1.714285714; }

#respond form input[type="text"],
#respond form textarea {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 12px;
  font-size: 0.857142857rem;
  line-height: 1.714285714;
  padding: 10px;
  padding: 0.714285714rem;
  width: 100%; }

#respond form p.form-allowed-tags {
  margin: 0;
  font-size: 12px;
  font-size: 0.857142857rem;
  line-height: 2;
  color: #5e5e5e; }

.required {
  color: red; }

/*=========================================================== Lucile Style ===========================================================*/
ul, ol {
  padding-bottom: 40px; }

.contentBox, ul li {
  line-height: 1.2;
  color: #545d61;
  font-size: 16px;
  margin-bottom: 15px;
  font-weight: 500; }

.home, #breakback, ul li {
  line-height: 1.2;
  color: #545d61;
  font-size: 16px;
  padding-bottom: 0px !important; }

/*body {background-color: #ffffff; font-family: 'Signika Negative', sans-serif; font-weight:100;}*/
body {
  background-color: #fff;
  font-family: 'Raleway', sans-serif;
  font-weight: 100; }

.inner {
  margin: 0 auto;
  padding: 0;
  max-width: 960px; }

/*
header {margin:0; padding: 0; min-height: 97px; background: #ffffff;
 background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#f4f4f4));
 background: -webkit-linear-gradient(top, #f4f4f4, #ffffff);
 background: -moz-linear-gradient(top, #f4f4f4, #ffffff);
 background: -ms-linear-gradient(top, #f4f4f4, #ffffff);
 background: -o-linear-gradient(top, #f4f4f4, #ffffff);

}

header .topMenu {margin:0; padding:0; list-style-type: none; float: right;}
header .topMenu li {margin:0; padding:0; float: left; }
header .topMenu li.phone {margin:0; padding:3px 8px 5px 8px; background-color: #48a8eb; color: #ffffff; font-size: 15px; line-height: 1;}
header .topMenu li a {display: block; margin:0; padding:6px 8px; background-color: #f7f7f7; color: #19191a; font-size: 11px; line-height: 1; text-transform: uppercase; border-left: 1px #dbdbdb solid;}
header .topMenu li a.special-link{ color: #48A8EB}
header .topMenu li a:hover {text-decoration:none; background-color: #EBEBEB; color: #48a8eb;}
*/
.carousel-caption {
  text-align: left;
  position: absolute;
  right: 0;
  left: 5%;
  margin-left: 10%;
  background: transparent;
  background: transparent;
  font-family: 'Raleway', sans-serif;
  font-weight: bold; }

.carousel-caption hr {
  margin: 0;
  padding: 0;
  width: 45px;
  border-top: 3px solid #48a8eb;
  border-bottom: 2px solid #48a8eb;
  float: left; }

/*.carousel-caption h4 {font-size: 30px; width: 35%; line-height:1.3;text-shadow: 0px 2px 2px #20252c; font-weight:300; padding-bottom:10px;}*/
.carousel-caption h2 {
  font-size: 55px;
  color: #ffffff;
  font-weight: 500;
  text-shadow: 0px 2px 4px #20252c;
  padding-top: 20px; }

/*.carousel-caption h3 {font-size:50px; line-height:1.3; width:45%; color:#ffffff; font-weight:500; text-shadow: 0px 2px 2px #20252c; padding-bottom:10px; }*/
.carousel-caption p {
  margin: 0;
  padding: 0;
  font-size: 16px;
  color: #ffffff;
  text-transform: uppercase; }

.carousel-caption p a {
  color: #ffffff;
  text-decoration: underline; }

.btn-huge {
  padding: 15px 19px;
  margin: 20px 0 10px 0;
  font-size: 18px;
  text-transform: uppercase;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-decoration: none !important; }

.carousel-control {
  opacity: .1;
  filter: alpha(opacity=0.1); }

.carousel-control:hover,
.carousel-control:focus {
  color: #ffffff;
  background: transparent;
  text-decoration: none;
  opacity: 0.4;
  filter: alpha(opacity=40); }

.mainStory {
  margin: 0;
  padding: 0 0 45px 0;
  position: relative;
  text-align: center;
  font-family: 'Raleway', sans-serif; }

.mainStory h2 {
  margin: -40px 0 0 0;
  padding: 0;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 37px;
  text-transform: uppercase;
  color: #000000;
  font-weight: normal; }

.mainStory h2 span {
  margin: 0 90px;
  background-color: #ffffff;
  display: block; }

.mainStory p {
  margin: 0;
  padding: 4px 0 0 0;
  color: #7d7d7d;
  font-size: 15px; }

.teaserTexts {
  margin: 0;
  background: #ffffff;
  /*gradient code*/
  /* Safari 4-5, Chrome 1-9 */
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f4f5f5), to(#ffffff));
  /* Safari 5.1, Chrome 10+ */
  background: -webkit-linear-gradient(top, #ffffff, #f4f5f5);
  /* Firefox 3.6+ */
  background: -moz-linear-gradient(top, #ffffff, #f4f5f5);
  /* IE 10 */
  background: -ms-linear-gradient(top, #ffffff, #f4f5f5);
  /* Opera 11.10+ */
  background: -o-linear-gradient(top, #ffffff, #f4f5f5);
  /* a very dirty hack to get rid of the footer gap */
  position: relative !important;
  top: 20px !important;
  /* this hack should be approoved upon in the future */ }

.teaserTexts h3 {
  margin: 0;
  padding: 25px 0 25px 10px;
  text-align: left;
  font-size: 20px;
  line-height: 1;
  color: #38a8de;
  font-weight: 600;
  font-family: 'Raleway', sans-serif;
  text-align: center; }

.teaserTexts h3 a {
  color: #38a9de; }

.teaserTexts p {
  margin: 0;
  padding: 0 0 20px 0;
  text-align: left;
  font-size: 16px;
  line-height: 1.4;
  color: #aaa;
  font-weight: normal;
  font-family: 'Raleway', sans-serif; }

.teaserTexts p span {
  margin: 0;
  padding: 0 0 20px 0;
  text-align: center;
  font-size: 27px;
  line-height: 2.0;
  color: #444444;
  font-weight: normal;
  font-family: 'Signika Negative', sans-serif; }

hr {
  margin: 20px 0;
  border: 0;
  border-top: 1px solid #f3f3f4;
  border-bottom: 1px solid #d3d4d5; }

.img-polaroid, .attachment-post-thumbnail {
  margin: 0 auto;
  padding: 5px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 2px 10px #b1b1b1;
  -moz-box-shadow: 0px 2px 10px #b1b1b1;
  box-shadow: 0px 2px 10px #b1b1b1; }

/*=========== Content Stuff ===========*/
.titleNews {
  /*margin:0 0 30px 0;*/
  padding: 0;
  background: transparent url(../img/bg_header_news.jpg) no-repeat center 0px;
  height: 165px;
  background-size: cover; }

.titleNews hr {
  margin: 50px 0 12px 0;
  width: 45px;
  border-top: 3px solid #48a8eb;
  border-bottom: 2px solid #48a8eb;
  float: left; }

.titleNews h1,
.titleNews h2 {
  margin: 0;
  padding: 0;
  font-size: 52px;
  line-height: 1;
  color: #ffffff;
  font-weight: 300;
  clear: both; }

.titleNews h1 {
  text-transform: capitalize; }

.contentBox {
  margin: 0;
  padding: 0;
  background: #ffffff;
  /*gradient code*/
  /* Safari 4-5, Chrome 1-9 */
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f4f5f5), to(#ffffff));
  /* Safari 5.1, Chrome 10+ */
  background: -webkit-linear-gradient(top, #ffffff, #f4f5f5);
  /* Firefox 3.6+ */
  background: -moz-linear-gradient(top, #ffffff, #f4f5f5);
  /* IE 10 */
  background: -ms-linear-gradient(top, #ffffff, #f4f5f5);
  /* Opera 11.10+ */
  background: -o-linear-gradient(top, #ffffff, #f4f5f5); }

.contentPerSe h1,
.contentPerSe-v2 h1 {
  margin: 0;
  padding: 20px 0;
  font-size: 27px;
  line-height: 1;
  color: #e36e3f;
  font-weight: 500; }

.contentPerSe h2,
.contentPerSe-v2 h2 {
  margin: 0;
  padding: 20px 0;
  font-size: 27px;
  line-height: 1;
  color: #e36e3f;
  font-weight: 500; }

.contentPerSe h3,
.contentPerSe-v2 h3 {
  margin: 0;
  padding: 20px 0;
  font-size: 20px;
  line-height: 1;
  color: #de703f;
  font-weight: 500; }

.contentPerSe h4,
.contentPerSe-v2 h4 {
  margin: 0;
  padding: 0;
  font-size: 20px;
  color: #48a8eb;
  font-weight: 500;
  line-height: 27px; }

.contentPerSe strong span,
.contentPerSe-v2 strong span {
  color: #de703f;
  font-weight: 400;
  font-size: 20px; }

.contentPerSe p,
.contentPerSe-v2 p {
  margin: 0;
  padding: 20px 0 20px 0;
  font-size: 16px;
  line-height: 1.3;
  color: #545d61;
  font-weight: 400;
  line-height: 1.5; }

.contentPerSe ol,
.contentPerSe-v2 ol {
  margin: 0;
  padding: 0;
  list-style-position: inside; }

.contentPerSe ol li,
.contentPerSe-v2 ol li {
  margin: 0;
  padding: 0;
  font-size: 15px;
  line-height: 2;
  color: #48a8eb;
  font-weight: 400; }

.contentPerSe ol li span,
.contentPerSe-v2 ol li span {
  color: #545d61; }

.contentPerSe p.formRow {
  padding: 0 0 5px 0; }

.contentPerSe label {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 1;
  color: #545d61;
  font-weight: 600; }

.contentPerSe label span {
  color: #ec6732; }

.contentPerSe-v2 h4 {
  margin: 0 0 1em; }

.contentPerSe-v2 .lp-sub-content-container .repeater-content {
  border-bottom: 1px solid #ccc; }

.zero-bottom-spacing {
  margin-bottom: 0;
  padding-bottom: 0; }

.specialContent {
  margin: 0;
  padding: 0; }

.specialContent article {
  margin: 0;
  padding: 15px 0 15px 80px; }

.specialContent article h3 {
  margin: 0;
  padding: 0;
  font-size: 18px;
  line-height: 2;
  color: #48a8eb;
  font-weight: 400; }

.specialContent article p {
  margin: 0;
  padding: 0 0 20px 0;
  font-size: 15px;
  line-height: 1.3;
  color: #545d61;
  font-weight: 400; }

.specialContent article.question {
  background: transparent url(../img/ico_qustion_mark.png) no-repeat 0px 10px; }

.specialContent article.comme1nt {
  background: transparent url(../img/ico_comment.png) no-repeat 0px 10px; }

.specialContent article.graph {
  background: transparent url(../img/ico_graph.png) no-repeat 0px 10px; }

.customers {
  display: block;
  overflow: hidden; }

.customers img {
  float: left;
  margin: 40px 10px 0px 0px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  padding-right: 0px; }

.customercopy {
  float: right;
  width: 450px; }

/* datasheets */
.downloads {
  clear: both;
  float: left;
  width: 100%;
  border-bottom: 1px solid #ccc; }

.downloads img {
  float: left;
  margin: 20px 10px; }

/*=========== Sidebar Stuff ===========*/
.sidebar {
  margin: 0 0 0 40px;
  padding: 0 0 100px 0;
  border-left: 1px #dfe0e1 solid;
  /* fallback */
  background-color: #fffff;
  /* Safari 4-5, Chrome 1-9 */
  background: -webkit-gradient(linear, left top, right top, from(#ffffff), to(#f7f8ff));
  /* Safari 5.1, Chrome 10+ */
  background: -webkit-linear-gradient(left, #f7f8ff, #ffffff);
  /* Firefox 3.6+ */
  background: -moz-linear-gradient(left, #f7f8ff, #ffffff);
  /* IE 10 */
  background: -ms-linear-gradient(left, #f7f8ff, #ffffff);
  /* Opera 11.10+ */
  background: -o-linear-gradient(left, #f7f8ff, #ffffff); }

.widget-title {
  margin: 0;
  padding: 20px;
  font-size: 25px;
  line-height: 1.3;
  color: #47a5e7;
  font-weight: 400; }

.sidebar p {
  margin: 0;
  padding: 0 0 20px 20px;
  font-size: 16px;
  color: #545d61;
  line-height: 1.4; }

.sidebar p .btn-warning {
  text-transform: uppercase; }

ul.downloadItems {
  margin: 0;
  padding: 0;
  list-style-type: none;
  border-top: 1px #dfe0e1 solid; }

ul.downloadItems li {
  margin: 0;
  padding: 20px 0 20px 50px;
  border-bottom: 1px #dfe0e1 solid;
  font-size: 16px;
  background: transparent url(../img/ico_PDF.png) no-repeat 20px center; }

ul.downloadItems li a {
  color: #47a5e7; }

#reallysimpletwitterwidget-2 .widget-title {
  display: inline-block; }

#reallysimpletwitterwidget-2 .widget-title:after {
  content: url("img/twitter_logo.png"); }

ul.really_simple_twitter_widget {
  list-style: none;
  max-width: 250px; }

ul.really_simple_twitter_widget li {
  padding-top: 15px;
  border-bottom: 1px solid  #C4C4C6; }

ul.really_simple_twitter_widget li:first-child {
  padding-top: 0; }

.widget_nav_menu li {
  list-style: none; }

.widget_nav_menu li a:hover {
  font-weight: bold;
  text-decoration: none;
  text-shadow: 1px 1px 1px #fff; }

/*=========== Footer Stuff =========== */
.brandsMFormation {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #e8e6e6;
  background: #fff; }

.brandsMFormation h4 {
  margin: 0;
  padding: 0 0 20px 0;
  background-color: #ffffff;
  height: 39px; }

.brandsMFormation h4 span {
  display: block;
  margin: 0;
  padding: 8px 20px 8px 0;
  color: #ffffff;
  font-size: 16px;
  text-transform: uppercase;
  background-color: #48a8eb;
  width: 350px;
  font-weight: 500;
  font-family: 'Raleway', sans-serif; }

footer {
  margin: 0;
  padding: 40px 0 0 0;
  background-color: #292627;
  clear: both; }

footer p.mainPhone {
  margin: 0;
  padding: 0;
  font-size: 22px;
  line-height: 1.2;
  color: #ffffff;
  font-weight: 300; }

footer p.smallerPhone {
  margin: 0;
  padding: 0;
  font-size: 13px;
  line-height: 1.4;
  color: #ffffff;
  font-weight: 300; }

footer p.smallerPhone a {
  color: #fff; }

footer p.smallerPhone a:hover {
  color: #de703f;
  text-decoration: none; }

footer p.email {
  margin: 0;
  padding: 0;
  font-size: 12px;
  line-height: 2;
  color: #ffffff;
  font-weight: 300; }

footer p.email a {
  color: #ffffff; }

footer ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  float: right; }

footer ul li {
  margin: 0;
  padding: 0;
  float: left; }

footer ul li a {
  display: block;
  margin: 0 0 0 5px;
  padding: 6px 8px;
  color: #005580;
  font-size: 14px;
  line-height: 1;
  text-transform: uppercase; }

footer ul li a:hover {
  color: #F59234;
  text-decoration: none; }

footer ul li ul.sub-menu li a {
  color: #fff; }

footer ul li ul.sub-menu li {
  font-size: 11px; }

.socialMedia h6 {
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 2;
  color: #005580;
  font-weight: 600;
  text-transform: uppercase;
  text-align: right; }

.socialMedia ul {
  margin: 6px 0 0 0;
  padding: 0;
  list-style-type: none;
  float: right; }

.socialMedia ul li {
  margin: 0;
  padding: 0;
  float: left;
  width: auto; }

.socialMedia ul li a {
  display: block;
  margin: 0 0 0 5px;
  padding: 0;
  width: 33px;
  height: 32px;
  text-indent: -90000px; }

.socialMedia ul li a.facebook {
  background: transparent url(../img/ico_facebook.png) no-repeat 0px 0px; }

.socialMedia ul li a.twitter {
  background: transparent url(../img/ico_twitter.png) no-repeat 0px 0px; }

.socialMedia ul li a.linkedin {
  background: transparent url(../img/ico_linkedin.png) no-repeat 0px 0px; }

footer p.copyrights {
  margin: 0;
  padding: 50px 0 20px 0;
  text-align: left;
  font-size: 13px;
  line-height: 1.2;
  color: #404951;
  font-weight: 500;
  float: left; }

footer p.ironPaper {
  margin: 0;
  padding: 50px 0 20px 0;
  text-align: right;
  font-size: 13px;
  line-height: 1.2;
  color: #404951;
  font-weight: 500; }

.entry-content {
  padding-bottom: 20px; }

.entry-content a:hover {
  font-weight: bold;
  text-decoration: none;
  text-shadow: 1px 1px 1px #fff; }

.menu-footer-container {
  max-width: 960px;
  margin: 0 auto; }

/********* LANDING PAGE TEMPLATES *********/
.landing-page-one-banner {
  background: transparent url(../img/animated_banner/animated_banner.png) no-repeat center 0px;
  background-color: #008fd3; }

@media only screen and (max-width: 768px) {
  .landing-page-one-banner {
    height: 230px; }
  .lp-sub-content-container .repeater-content {
    padding: 20px 20px !important; }
  .landing-page-title {
    padding: 0px 20px !important; } }

.animated-banner-area img {
  width: 25px;
  position: relative; }

#gear-green {
  top: 5px;
  left: 720px; }

#gear-white {
  width: 30px;
  top: 52px;
  left: 640px; }

#bell {
  top: 132px;
  left: 763px; }

.tossing {
  animation-name: tossing;
  -webkit-animation-name: tossing;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite; }

.hero-img-row {
  margin-bottom: 25px;
  min-height: 300px;
  border-radius: 10px; }

iframe {
  width: 100%; }

ul.list-inline {
  list-style: none; }

ul.list-inline li {
  display: inline; }

.featured-lp-container {
  padding-top: 10px; }

.relative-main-title {
  position: relative;
  top: 95px;
  color: #fff !important;
  font-size: 3.5em !important;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.7);
  text-align: center;
  text-transform: uppercase;
  border-radius: 10px; }

.img-radius {
  border-radius: 10px; }

.underline {
  text-decoration: underline; }

.capital {
  text-transform: capitalize; }

.lp-sub-content-container {
  text-align: center; }

.lp-sub-content-container .repeater-content {
  padding: 20px 0; }

.lp-sub-content-container .repeater-content img {
  border-radius: 10px; }

.tweet-timeline-section {
  padding-bottom: 60px;
  position: relative;
  left: 150px; }

.social-circle-links {
  text-align: center;
  padding-bottom: 0; }

div.side-to-side-content p,
div.side-to-side-content h3 {
  padding: 0; }

div.side-to-side-content:nth-child(odd) img {
  width: 40%;
  float: left;
  margin-right: 20px; }

div.side-to-side-content:nth-child(odd) .info,
div.side-to-side-content:nth-child(odd) h3 {
  text-align: right; }

div.side-to-side-content:nth-child(even) img {
  width: 40%;
  float: right;
  margin-left: 20px; }

div.side-to-side-content:nth-child(even) .info,
div.side-to-side-content:nth-child(even) h3 {
  text-align: left; }

div.side-to-side-content .info {
  line-height: 1.8;
  font-size: 1em; }

.lp2-intro-section {
  text-align: center; }

.lp2-intro-section h1,
.lp2-intro-section h2,
.lp2-intro-section h3,
.lp2-intro-section h4,
.lp2-intro-section h5,
.lp2-intro-section h6 {
  color: #2fa0d5; }

.img-icon {
  max-width: 150px; }

.tweetable-facts-container {
  background-color: #eee;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  margin-top: 10px;
  padding: 5px;
  border-radius: 10px;
  border: 1px solid #ddd; }

.facts-container {
  /*background-color: #379add;*/
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px; }

.facts-container h2 {
  font-size: 2.5em;
  color: #555;
  text-transform: uppercase;
  padding: 0;
  /*text-shadow: 0 2px 1px #246590;*/ }

.fact {
  background-color: #E2E2E1;
  border-radius: 5px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 10px;
  margin-bottom: 20px;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  text-align: left;
  margin-left: 1.5% !important;
  min-height: 125px !important; }

.fact:hover {
  -webkit-transform: scale(1.05);
  opacity: .9; }

.fact p {
  color: #444;
  font-size: 1em; }

.counter_num {
  color: #71C9F2;
  margin-left: 5px; }

.sources-ul {
  margin-left: 5px;
  padding-right: 5px;
  padding-bottom: 0; }

.sources-ul li {
  font-size: .9em;
  text-align: left;
  list-style: none;
  padding-bottom: 5px;
  margin-left: 10px; }

.m2m-blog-title-link {
  font-size: 1.5em !important; }

.m2m-blog-title-link a {
  background-color: #0098da;
  color: #fff;
  padding: 4px 18px;
  border-radius: 10px;
  -webkit-transition-duration: .2s;
  transition-duration: .2s; }

.m2m-blog-title-link a:hover {
  text-decoration: none;
  opacity: .7; }

/******** ***********/
.pill-tags {
  margin-top: 20px; }

.pill-tags a {
  color: #fff;
  padding: 2px 5px;
  border-radius: 15px;
  -webkit-transition-duration: .2s;
  transition-duration: .2s;
  text-transform: uppercase; }

.pill-tags a:hover {
  opacity: .8;
  text-decoration: none; }

.pill-tags a:nth-child(1) {
  background-color: #655da9; }

.pill-tags a:nth-child(2) {
  background-color: #6ead27; }

.pill-tags a:nth-child(3) {
  background-color: #cb3c5d; }

/******** ANIMATIONS ***********/
.flip-left-bounce {
  -webkit-animation: flipLeftBounce 1s ease-in-out;
  -moz-animation: flipLeftBounce 1s ease-in-out;
  -ms-animation: flipLeftBounce 1s ease-in-out;
  -o-animation: flipLeftBounce 1s ease-in-out;
  animation: flipLeftBounce 1s ease-in-out;
  opacity: 1 !important; }

.scale-bounce {
  -webkit-animation: scaleBounce 1s linear;
  -moz-animation: scaleBounce 1s linear;
  -ms-animation: scaleBounce 1s linear;
  -o-animation: scaleBounce 1s linear;
  animation: scaleBounce 1s linear;
  opacity: 1 !important; }

.rotate-r {
  -webkit-animation: rotate 1.5s linear;
  -moz-animation: rotate 1.5s linear;
  -o-animation: rotate 1.5s linear;
  animation: rotate 1.5s linear;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.rotate-l {
  -webkit-animation: rotate 5s linear;
  -moz-animation: rotate 5s linear;
  -o-animation: rotate 5s linear;
  animation: rotate 5s linear;
  -webkit-animation-direction: alternate;
  -moz-animation-direction: alternate;
  -o-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

/* FLIP LEFT BOUNCE */
@-webkit-keyframes flipLeftBounce {
  0% {
    opacity: 0;
    -webkit-transform: rotateY(70deg); }
  50% {
    opacity: 1;
    -webkit-transform: rotateY(-5deg); }
  80% {
    -webkit-transform: rotateY(20deg); }
  100% {
    -webkit-transform: rotateY(0deg); } }

@-moz-keyframes flipLeftBounce {
  0% {
    opacity: 0;
    -moz-transform: rotateY(70deg); }
  50% {
    opacity: 1;
    -moz-transform: rotateY(-5deg); }
  80% {
    -moz-transform: rotateY(20deg); }
  100% {
    -moz-transform: rotateY(0deg); } }

@-ms-keyframes flipLeftBounce {
  0% {
    opacity: 0;
    -ms-transform: rotateY(70deg); }
  50% {
    opacity: 1;
    -ms-transform: rotateY(-5deg); }
  80% {
    -ms-transform: rotateY(20deg); }
  100% {
    -ms-transform: rotateY(0deg); } }

@-o-keyframes flipLeftBounce {
  0% {
    opacity: 0;
    -o-transform: rotateY(70deg); }
  50% {
    opacity: 1;
    -o-transform: rotateY(-5deg); }
  80% {
    -o-transform: rotateY(20deg); }
  100% {
    -o-transform: rotateY(0deg); } }

@keyframes flipLeftBounce {
  0% {
    opacity: 0;
    transform: rotateY(70deg); }
  50% {
    opacity: 1;
    transform: rotateY(-5deg); }
  80% {
    transform: rotateY(20deg); }
  100% {
    transform: rotateY(0deg); } }

/* SCALE BOUNCE */
@-webkit-keyframes scaleBounce {
  0% {
    -webkit-transform: scale(1.5);
    opacity: 0; }
  50% {
    -webkit-transform: scale(1); }
  70% {
    -webkit-transform: scale(1.1); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1); } }

@-moz-keyframes scaleBounce {
  0% {
    -moz-transform: scale(1.5);
    opacity: 0; }
  50% {
    -moz-transform: scale(1); }
  70% {
    -moz-transform: scale(1.1); }
  100% {
    opacity: 1;
    -moz-transform: scale(1); } }

@-o-keyframes scaleBounce {
  0% {
    -o-transform: scale(1.5);
    opacity: 0; }
  50% {
    -o-transform: scale(1); }
  70% {
    -o-transform: scale(1.1); }
  100% {
    opacity: 1;
    -o-transform: scale(1); } }

@-ms-keyframes scaleBounce {
  0% {
    -ms-transform: scale(1.5);
    opacity: 0; }
  50% {
    -ms-transform: scale(1); }
  70% {
    -ms-transform: scale(1.1); }
  100% {
    opacity: 1;
    -ms-transform: scale(1); } }

@keyframes scaleBounce {
  0% {
    transform: scale(1.5);
    opacity: 0; }
  50% {
    transform: scale(1); }
  70% {
    transform: scale(1.1); }
  100% {
    opacity: 1;
    transform: scale(1); } }

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg); } }

@keyframes tossing {
  0% {
    transform: rotate(-4deg); }
  50% {
    transform: rotate(4deg); }
  100% {
    transform: rotate(-4deg); } }

@-webkit-keyframes tossing {
  0% {
    -webkit-transform: rotate(-4deg); }
  50% {
    -webkit-transform: rotate(4deg); }
  100% {
    -webkit-transform: rotate(-4deg); } }

/* ----------------------------------------------------------- */
/* =Executive Team Template
-------------------------------------------------------------- */
.exec {
  list-style: none; }

/* ----------------------------------------------------------- */
/*================================================================================== Media Queries ====================================================================================*/
@media only screen and (max-width: 959px) {
  .animated-banner-area img {
    display: none; } }

@media only screen and (min-width: 960px) and (max-width: 1024px) and (orientation: landscape) {
  body {
    margin: 0 -20px 0 0 !important;
    padding: 0 !important; }
  header .topMenu li.phone {
    margin: 0;
    padding: 3px 8px 5px 8px;
    background-color: #48a8eb !important;
    color: #ffffff;
    font-size: 15px;
    line-height: 1; }
  header .topMenu li.phone a {
    display: inline;
    border: 0;
    padding: 0;
    margin: 0;
    background-color: #48a8eb !important;
    color: #ffffff;
    font-size: 15px; }
  header nav ul li a {
    margin: 0; }
  .carousel-caption h4 {
    font-size: 25px;
    width: 45%;
    line-height: 1.3;
    text-shadow: 0px 2px 2px #20252c;
    font-weight: 300;
    padding-bottom: 10px; }
  .carousel-caption h2 {
    font-size: 60px;
    color: #ffffff;
    font-weight: 500;
    text-shadow: 0px 2px 4px #20252c; }
  .carousel-caption h3 {
    font-size: 40px;
    line-height: 1.3;
    width: 70%;
    color: #ffffff;
    font-weight: 500;
    text-shadow: 0px 2px 2px #20252c;
    padding-bottom: 10px; }
  .teaserTexts {
    margin: 0;
    padding: 0 0 70px 0;
    background: #ffffff;
    /*gradient code*/
    /* Safari 4-5, Chrome 1-9 */
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#ffffff));
    /* Safari 5.1, Chrome 10+ */
    background: -webkit-linear-gradient(top, #ffffff, #ffffff);
    /* Firefox 3.6+ */
    background: -moz-linear-gradient(top, #ffffff, #ffffff);
    /* IE 10 */
    background: -ms-linear-gradient(top, #ffffff, #ffffff);
    /* Opera 11.10+ */
    background: -o-linear-gradient(top, #ffffff, #ffffff); }
  .brandsMFormation h4 span {
    display: block;
    margin: 0 0 0 -1px;
    padding: 8px 20px 8px 0;
    width: 350px; }
  footer p.mainPhone a {
    color: #ffffff; }
  footer p.smallerPhone a {
    color: #ffffff; }
  footer ul li a {
    display: block;
    margin: 0 0 0 5px;
    padding: 6px 4px;
    color: #ffffff;
    font-size: 12px;
    line-height: 1;
    text-transform: uppercase; } }

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
  body {
    margin: 0;
    padding: 0; }
  header .topMenu li.phone {
    margin: 0;
    padding: 3px 8px 5px 8px;
    background-color: #48a8eb !important;
    color: #ffffff;
    font-size: 15px;
    line-height: 1; }
  header .topMenu li.phone a {
    display: inline;
    border: 0;
    padding: 0;
    margin: 0;
    background-color: #48a8eb !important;
    color: #ffffff;
    font-size: 15px; }
  header nav ul li a {
    display: block;
    margin: 0 0 0 5px;
    padding: 6px 0;
    color: #252a38;
    font-size: 12px;
    line-height: 1;
    text-transform: uppercase; }
  header nav .tryNow {
    margin: 30px 0 0 0;
    padding: 0;
    text-align: right; }
  header nav .tryNow .btn {
    padding: 6px 10px;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    text-align: center;
    vertical-align: middle; }
  .carousel-caption h4 {
    font-size: 25px;
    width: 40%;
    line-height: 1.3;
    text-shadow: 0px 2px 2px #20252c;
    font-weight: 300;
    padding-bottom: 10px; }
  .carousel-caption h2 {
    font-size: 40px;
    color: #ffffff;
    font-weight: 500;
    text-shadow: 0px 2px 4px #20252c; }
  .carousel-caption h3 {
    font-size: 35px;
    line-height: 1.3;
    width: 70%;
    color: #ffffff;
    font-weight: 500;
    text-shadow: 0px 2px 2px #20252c;
    padding-bottom: 10px; }
  .teaserTexts {
    /*margin:0; padding:0 0 70px 0; */
    background: #ffffff;
    /*gradient code*/
    /* Safari 4-5, Chrome 1-9 */
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#ffffff));
    /* Safari 5.1, Chrome 10+ */
    background: -webkit-linear-gradient(top, #ffffff, #ffffff);
    /* Firefox 3.6+ */
    background: -moz-linear-gradient(top, #ffffff, #ffffff);
    /* IE 10 */
    background: -ms-linear-gradient(top, #ffffff, #ffffff);
    /* Opera 11.10+ */
    background: -o-linear-gradient(top, #ffffff, #ffffff); }
  .contentBox {
    margin: 0;
    padding: 0 20px;
    background: #ffffff;
    /*gradient code*/
    /* Safari 4-5, Chrome 1-9 */
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#ffffff));
    /* Safari 5.1, Chrome 10+ */
    background: -webkit-linear-gradient(top, #ffffff, #ffffff);
    /* Firefox 3.6+ */
    background: -moz-linear-gradient(top, #ffffff, #ffffff);
    /* IE 10 */
    background: -ms-linear-gradient(top, #ffffff, #ffffff);
    /* Opera 11.10+ */
    background: -o-linear-gradient(top, #ffffff, #ffffff); }
  .titleNews hr {
    margin: 50px 0 12px 20px;
    width: 45px;
    border-top: 3px solid #48a8eb;
    border-bottom: 2px solid #48a8eb; }
  .titleNews h1 {
    margin: 0 0 0 20px;
    padding: 0;
    font-size: 52px;
    line-height: 1;
    color: #ffffff;
    font-weight: 300; }
  .brandsMFormation h4 span {
    display: block;
    margin: 0 0 0 -1px;
    padding: 8px 20px 8px 20px;
    width: 350px; }
  footer p.mainPhone a {
    color: #ffffff; }
  footer p.smallerPhone a {
    color: #ffffff; }
  footer ul li a {
    display: block;
    margin: 0 0 0 5px;
    padding: 6px 0;
    color: #ffffff;
    font-size: 12px;
    line-height: 1;
    text-transform: uppercase; }
  footer {
    margin: 0;
    padding: 40px 0 0 0;
    width: 100%;
    background-color: #292627; }
  .socialMedia h6 {
    display: none; }
  .socialMedia ul li {
    margin: 0;
    padding: 0;
    float: left; }
  .socialMedia ul li a {
    display: block;
    margin: 0 20px 20px 0;
    padding: 0;
    width: 33px;
    height: 32px;
    text-indent: -90000px; }
  footer p.ironPaper {
    padding: 50px 20px 20px 0; }
  footer p.mainPhone {
    padding: 0 0 0 20px;
    font-size: 20px; }
  footer p.smallerPhone {
    padding: 0 0 0 20px; }
  footer p.email {
    padding: 0 0 0 20px; }
  footer p.copyrights {
    padding: 50px 0 20px 20px; } }

/* Landscape phones and down */
@media (max-width: 767px) {
  body {
    padding-right: 0px;
    padding-left: 0px; }
  ul.sub-menu {
    position: absolute;
    top: 170px;
    width: 99%;
    left: 0;
    z-index: 999;
    margin: 0;
    padding: 12px 20px;
    list-style-type: none;
    float: none;
    background-color: #ffffff;
    -moz-box-shadow: inset 0  8px 8px -8px #ffffff, inset 0 -8px 8px -8px #7E7E7E;
    -webkit-box-shadow: inset 0  8px 8px -8px #ffffff, inset 0 -8px 8px -8px #7E7E7E;
    box-shadow: inset 0  8px 8px -8px #ffffff, inset 0 -8px 8px -8px #7E7E7E; }
  ul.sub-menu li {
    margin: 0;
    padding: 0;
    float: none; }
  ul.sub-menu li a {
    display: block;
    margin: 0 50px 0 7px;
    padding: 8px 15px;
    color: #252a38;
    background: transparent url(../img/mini-arrow.png) no-repeat 0px center;
    font-size: 14px;
    line-height: 1;
    text-transform: uppercase;
    border-bottom: 1px #edeaea solid;
    border-left: 5px #ffffff solid; }
  ul.sub-menu li a:hover {
    border-left: 5px transparent solid; }
  .navbar .btn-navbar {
    padding: 0;
    margin-right: 5px;
    margin-left: 5px;
    width: 55px;
    height: 55px;
    border-width: 0px;
    background: #fff url(../img/toggle_menu.gif) no-repeat 0px 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px; }
  .navbar .btn-navbar:hover,
  .navbar .btn-navbar:focus,
  .navbar .btn-navbar:active,
  .navbar .btn-navbar.active,
  .navbar .btn-navbar.disabled,
  .navbar .btn-navbar[disabled] {
    background: #fff url(../img/toggle_menu.gif) no-repeat 0px -55px; }
  .navbar .btn-navbar:active,
  .navbar .btn-navbar.active {
    background: #fff url(../img/toggle_menu.gif) no-repeat 0px -55px; }
  .navbar-inner {
    min-height: 40px;
    padding-right: 0px;
    padding-left: 0px;
    background-color: #ffffff;
    background-image: -moz-linear-gradient(top, #ffffff, #ffffff);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f2f2f2));
    background-image: -webkit-linear-gradient(top, #ffffff, #fffffff);
    background-image: -o-linear-gradient(top, #ffffff, #ffffff);
    background-image: linear-gradient(to bottom, #ffffff, #ffffff);
    background-repeat: repeat-x;
    border: 0px solid #d4d4d4;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
    *zoom: 1;
    -webkit-box-shadow: 0 0px 0px transparent;
    -moz-box-shadow: 0 0px 0px transparent;
    box-shadow: 0 0px 0px transparent; }
  .socialMedia ul {
    width: 100%; }
  .socialMedia ul li {
    float: left !important;
    text-align: center; }
  .mainStory {
    margin: 0;
    padding: 0 0 25px 0;
    position: relative;
    text-align: center;
    font-family: 'Raleway', sans-serif; }
  .mainStory hr {
    margin: 20px 0 30px 0; }
  .mainStory h2 {
    margin: 0;
    padding: 20px 0 0;
    position: relative;
    top: -18px;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 17px;
    line-height: 23px;
    font-weight: 600; }
  .mainStory h2 span {
    padding: 0 0px;
    background-color: #ffffff; }
  .mainStory p {
    margin: 0;
    padding: 4px 0 0 0;
    color: #7d7d7d;
    font-size: 12px; }
  .teaserTexts {
    margin: 0;
    padding: 0;
    text-align: center; }
  .teaserTexts img {
    margin: 0 auto;
    float: none;
    display: inline; }
  .teaserTexts h3 {
    margin: 0;
    padding: 30px 0 20px 0;
    text-align: center;
    font-size: 20px;
    line-height: 1;
    color: #e36e3f;
    font-weight: 600;
    font-family: 'Raleway', sans-serif; }
  .teaserTexts h3 a {
    color: #e36e3f; }
  .teaserTexts p {
    margin: 0;
    padding: 0 0 20px 0;
    text-align: center;
    font-size: 16px;
    line-height: 1.4;
    color: #444444;
    font-weight: normal;
    font-family: 'Signika Negative', sans-serif; }
  .teaserTexts p span {
    margin: 0;
    padding: 0 0 20px 0;
    text-align: center;
    font-size: 16px;
    line-height: 1.0;
    color: #444444;
    font-weight: normal;
    font-family: 'Signika Negative', sans-serif; }
  .mobile-topMenu-wrap {
    padding: 0 5px; }
  .titleNews {
    margin: 80px 0 10px 0; }
  .titleNews hr {
    margin: 20px 0 12px 20px;
    width: 45px;
    border-top: 3px solid #48a8eb;
    border-bottom: 2px solid #48a8eb; }
  .titleNews h1 {
    margin: 0;
    padding: 0 0 0 20px;
    font-size: 40px;
    width: 80%;
    line-height: 1;
    color: #ffffff;
    font-weight: 300; }
  .contentBox {
    margin: 0;
    padding: 0 20px; }
  .entry-content img {
    margin: 0 auto !important;
    float: center; }
  .customercopy {
    width: auto; }
  .brandsMFormation {
    margin: 0;
    padding: 0;
    background: #ffffff url(../img/) no-repeat center top; }
  .brandsMFormation h4 {
    margin: 0 0 40px 0;
    padding: 0;
    background-color: #48a8eb;
    height: 20px; }
  .brandsMFormation h4 span {
    display: block;
    margin: 0;
    padding: 8px 20px 8px 20px;
    color: #ffffff;
    font-size: 16px;
    text-transform: uppercase;
    background-color: #48a8eb;
    width: 100%;
    font-weight: 500;
    font-family: 'Raleway', sans-serif; }
  footer {
    margin: 0;
    padding: 30px 20px;
    background-color: #292627; }
  footer p.mainPhone {
    margin: 0;
    padding: 5px 0 0 0;
    font-size: 22px;
    line-height: 1.2;
    color: #ffffff;
    font-weight: 300;
    clear: both; }
  footer p.smallerPhone {
    margin: 0;
    padding: 0;
    font-size: 12px;
    line-height: 2;
    color: #ffffff;
    font-weight: 300; }
  footer p.email {
    margin: 0;
    padding: 0;
    font-size: 12px;
    line-height: 2;
    color: #ffffff;
    font-weight: 300; }
  footer p.email a {
    color: #ffffff; }
  footer ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    float: left; }
  footer ul li {
    margin: 0;
    padding: 0;
    float: none; }
  footer ul li a {
    display: block;
    margin: 0 0 6px 0;
    padding: 6px 4px;
    color: #ffffff;
    font-size: 12px;
    line-height: 1;
    text-transform: uppercase; }
  .socialMedia ul {
    margin: 6px 0 0 0;
    padding: 0;
    list-style-type: none;
    float: right; }
  .socialMedia ul li {
    margin: 0;
    padding: 0;
    float: none; }
  .socialMedia ul li a {
    display: block;
    margin: 0 0 20px 0;
    padding: 0;
    width: 33px;
    height: 32px;
    text-indent: -90000px; }
  footer p.copyrights {
    margin: 0;
    padding: 20px 0 20px 0;
    text-align: left;
    font-size: 12px;
    line-height: 1.2;
    color: #404951;
    font-weight: 500; }
  footer p.ironPaper {
    margin: 0;
    padding: 0px 0 20px 0;
    text-align: left;
    font-size: 12px;
    line-height: 1.2;
    color: #404951;
    font-weight: 500; } }

.home.blog .teaserTexts div.inner article a {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden; }

.overlay {
  display: none; }

.ie8 .home.blog .teaserTexts div.inner article a .overlay {
  display: none !important; }

.ie8 .home.blog .teaserTexts div.inner article a:hover .overlay {
  display: block !important; }

.home.blog .teaserTexts div.inner article a .overlay {
  opacity: 0;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: inherit;
  overflow: hidden;
  width: 100%;
  -webkit-transition: background 0.5s;
  -moz-transition: background 0.5s;
  -ms-transition: background 0.5s;
  -o-transition: background 0.5s;
  transition: background 0.5s;
  -webkit-transform: translateZ(0); }

.home.blog .teaserTexts div.inner article a:hover .overlay {
  opacity: 1;
  background-color: rgba(102, 102, 102, 0.5);
  -webkit-transition: background 0.5s;
  -moz-transition: background 0.5s;
  -ms-transition: background 0.5s;
  -o-transition: background 0.5s;
  transition: background 0.5s; }

.home.blog .circle,
#learn-more-banner .circle {
  display: block;
  height: 7em;
  width: 7em;
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: rgba(50, 50, 50, 0.8);
  border-radius: 3.5em;
  vertical-align: middle;
  margin: -3.5em 0 0 -3.5em; }

.home.blog .circle i,
#learn-more-banner .circle i {
  font-size: 3em !important;
  color: #ccc;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -0.5em;
  margin-left: -0.5em; }

#nav-menu-item-26 > ul {
  width: 48.5em !important;
  min-height: 15em; }

#nav-menu-item-26 > ul.sub-menu > li,
#nav-menu-item-26 > ul.sub-menu > li > ul > li {
  list-style: none;
  margin: 0;
  padding: 0;
  border: none; }

#nav-menu-item-26 ul.sub-menu.sub-sub-menu {
  top: auto !important;
  left: auto !important;
  width: 100%;
  padding: 0 !important;
  margin: 0px;
  position: relative; }

#nav-menu-item-26 ul.sub-menu.sub-sub-menu li {
  font-weight: normal;
  font-size: 0.8em;
  width: 100% !important;
  padding: 0.5em 0;
  border-top: 1px solid #ccc; }

#nav-menu-item-26 ul.sub-menu.sub-sub-menu li:first-child {
  border-top: none; }

#nav-menu-item-26 ul.sub-menu.sub-sub-menu li a {
  line-height: 1 !important;
  font-size: 1.3em;
  padding: 0 0 0 15px;
  display: table-cell;
  vertical-align: middle !important;
  height: inherit; }

#nav-menu-item-26 > ul.sub-menu > li {
  display: inline-block !important;
  background: none !important;
  float: none !important;
  clear: none;
  height: 100% !important;
  width: 13.5em !important;
  padding: 0 1em;
  vertical-align: top;
  overflow: hidden;
  border-right: 1px solid #ccc; }

#nav-menu-item-26 > ul.sub-menu > li:last-child {
  border-right: none !important; }

#nav-menu-item-26 .menu-link.sub-menu-link {
  font-size: 1.5em; }

#nav-menu-item-26:hover ul {
  /*visibility: visible !important;*/ }

.submenu-promo-area h2 {
  color: #48a8eb;
  text-transform: uppercase;
  font-size: 1.5em; }

.submenu-promo-area .textwidget {
  font-weight: normal; }

#learn-more-banner {
  width: 100%;
  min-height: 110px;
  position: relative;
  background-color: #47a4e7;
  padding: 1em 0; }

#learn-more-banner > div {
  display: inline-block;
  max-width: 50%;
  position: relative;
  vertical-align: top; }

#learn-more-banner h2 {
  color: #eee;
  padding: 0 0 0.2em; }

.circle-container {
  min-width: 10em; }

.button-container {
  margin-top: 3em; }

#learn-more-banner .text-container p {
  padding-bottom: 0;
  color: #222 !important; }

#learn-more-banner > .text-container > div {
  color: #111; }

#learn-more-banner .button-container a {
  border: 3px solid #67c0fc;
  text-transform: uppercase;
  padding: 0.5em 1.5em; }

#learn-more-banner .circle {
  background-color: #67c0fc;
  margin: 0.5em 0 0 -3.5em; }

#learn-more-banner .circle i {
  color: #eee;
  font-size: 6em !important;
  margin-top: -.5em;
  margin-left: -.20em; }

.modal {
  display: none; }

.archive .entry-content p {
  display: inline; }

.row.blog-row {
  margin-bottom: 2em; }

.row.blog-row > div.span6:first-child {
  border-right: 3px solid #ccc;
  padding-right: 10px; }

.archive.category article.span12 {
  margin-left: 0 !important;
  border-bottom: 1px solid #ccc; }

.archive.category article .entry-content {
  padding-bottom: 30px; }

.post-meta-author {
  padding: 0 0 0 1em; }

.post-meta-date {
  padding: 0 1em 0 0; }

.post-meta {
  padding: 0;
  display: block;
  margin: 0 0 2em; }

.entry-summary p {
  display: inline; }

h2.post-title {
  padding-bottom: 10px; }

.btn-warning {
  background-color: #eb8454;
  background-image: -moz-linear-gradient(top, #fbb450, #eb8454); }

.single.single-post .entry-content .readMore {
  display: none; }

.contentPerSe > article {
  padding-top: 1em; }

.archive article .entry-summary {
  padding-bottom: 1em; }

.single article.contentPerSe article h3:first-of-type {
  padding-top: 0;
  margin-top: 0; }

.sidebar .textwidget {
  padding: 1em;
  text-align: center; }

.sidebar .widget-area #text-12 .textwidget {
  border-top: 1px solid #A7A6A6;
  border-bottom: 1px solid #A7A6A6;
  padding-top: 1em; }

.sidebar .widget_recent_entries {
  padding: 0 1em; }

.sidebar .textwidget hr {
  display: none !important; }

footer h1 {
  font-size: 12px;
  color: #999; }

.row .span6 ul li a {
  font-size: 16px;
  color: #545d61;
  padding-right: 10px; }

.row .span6 ul li a:hover {
  text-decoration: none;
  color: #eb8454; }

.smbVideo {
  width: 490px;
  float: right;
  padding-left: 20px !important; }

.freeTrial td h3 {
  padding-left: 40px; }

.freeTrial .HubspotButtons .hs-cta-wrapper {
  position: relative;
  left: -10px;
  top: -10px;
  margin-top: 0px; }

.mobileContact ul li {
  display: inline;
  float: left;
  padding-left: 30px; }

/* Misc. */
.lp-header h2 {
  padding-top: 30px; }

.lp-sub-content-details ul {
  padding-bottom: 0; }

.lp-sub-content-details ul li {
  padding-bottom: 5px; }

h3.home-m2m-cta,
h3.home-m2m-cta a,
.home-m2m-cta,
.home-m2m-cta a,
a.home-m2m-cta {
  color: #f99734;
  display: block;
  font-family: Raleway, sans-serif;
  font-size: 30px;
  font-weight: 500;
  height: 40px;
  line-height: 40px;
  margin: 10px 0;
  text-align: center;
  text-rendering: optimizelegibility;
  padding: 0 !important; }

.center-txt-thing,
.center-txt-thing h3,
.center-txt-thing h2 {
  text-align: center; }

@media only screen and (max-device-width: 480px) {
  h3.home-m2m-cta,
  h3.home-m2m-cta a,
  .home-m2m-cta,
  .home-m2m-cta a,
  a.home-m2m-cta {
    font-size: 20px; } }

.mobility-management-tabs .tab-content {
  margin-top: 0 !important;
  padding-top: 30px !important;
  padding-bottom: 0 !important;
  border: 1px solid #ddd !important;
  border-radius: 5px !important; }

.mobility-management-tabs .tab-content .tab-text ul {
  padding-bottom: 20px !important; }

.mobility-management-tabs .tab-content .tab-text ul li {
  color: #545d61 !important; }

.mobility-management-tabs .tab-content .tab-text h4 {
  margin: -54px 0 0 0 !important;
  line-height: 20px !important;
  color: inherit !important; }

/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0;
  padding: 0;
  box-shadow: none !important; }

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
  border-right: 1px #cecece solid;
  text-align: center; }

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  display: inline;
  width: auto !important; }

.flex-pauseplay span {
  text-transform: capitalize; }

/* Clearfix for the .slides element */
.slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .slides {
  display: block; }

* html .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 */
.no-js .slides > li:first-child {
  display: block; }

/* FlexSlider Default Theme
*********************************/
.flexslider {
  margin: 2px auto 0px auto;
  position: relative;
  height: 100px;
  width: 68%; }

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  position: relative !important;
  top: 25px; }

.loading .flex-viewport {
  max-height: 300px; }

.flexslider .slides {
  zoom: 1; }

.carousel li {
  margin-right: 5px; }

/* Direction Nav */
.flex-direction-nav {
  *height: 0; }

.flex-direction-nav a {
  display: block;
  width: 120px;
  height: 50px;
  margin: -40px 0 0 0;
  padding: 10px 0 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease; }

.flex-direction-nav .flex-prev {
  left: -50px; }

.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right; }

.flexslider:hover .flex-prev {
  opacity: 0.7;
  left: -100px; }

.flexslider:hover .flex-next {
  opacity: 0.7;
  right: -100px; }

.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
  opacity: 1; }

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default; }

.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001'; }

.flex-direction-nav a.flex-next:before {
  content: '\f002'; }

/* Pause/Play */
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
  display: none; }

.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004'; }

.flex-pauseplay a:hover {
  opacity: 1; }

.flex-pauseplay a.flex-play:before {
  content: '\f003'; }

/* Control Nav */
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
  display: none; }

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline; }

.flex-control-paging li a {
  display: none;
  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;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3); }

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7); }

.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default; }

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden; }

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0; }

.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer; }

.flex-control-thumbs img:hover {
  opacity: 1; }

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default; }

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

.main-container-left {
  margin-right: 15px; }

/* HEADER HOTFIX
.menu-wdd_mainmenu-container #menu-wdd_mainmenu {
	margin: 26px 0 0 0 !important;
}
header nav .cta_button {
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -o-box-sizing: content-box;
  background-color: $color-primary !important;
}
ul.sub-menu li:hover #img-menu {
	height: 255px !important;
}
@media (max-width: 979px) and (min-width: 768px) {
header .span3 {
	position: absolute;
	top: 13px;
}
header .span7 {
	float: right !important;
	width: 64% !important;
  float: left !important;
}
header .span2 {
	float: left !important;
}
#nav-menu-item-26 .our-company-menu {
	left: 0px !important;
}
#nav-menu-item-26 .products-menu {
	left: 0px !important;
}
.solution-menu .sol-menu {

}
.solution-menu #img-menu, .solution-menu #img-menu-unique {
	display: none !important;
}
#DropDownMenuNav ul.sub-menu.solution-menu {
	width: 300px !important;
		position: absolute !important;
  left: 5% !important;
  margin-left: -155px !important;
}
}
.our-company-menu {
	left: -100px !important;
}
.products-menu {
	left: -175px !important;
}

*/
/* NEW MOBILE HEADER */
.hamburger-menu {
  display: none; }

#menu-wdd_mainmenu li#nav-menu-item-26:first-of-type > ul {
  height: 250px !important; }

#menu-wdd_mainmenu li#nav-menu-item-26:nth-of-type(2) > ul {
  height: 320px !important; }

#menu-wdd_mainmenu li#nav-menu-item-26:nth-of-type(3) > ul {
  height: 255px !important; }

#menu-wdd_mainmenu li#nav-menu-item-26:nth-of-type(4) > ul {
  height: 250px !important; }

@media (min-width: 768px) {
  ul.nav-menu.DropDownMenu#menu-wdd_mainmenu {
    display: block !important; } }

@media (max-width: 767px) {
  .hamburger-menu {
    display: inline-block;
    float: right;
    padding: 16px 20px; }
  .hamburger-menu > a {
    font-size: 26px; }
  ul.nav-menu.DropDownMenu#menu-wdd_mainmenu {
    padding-top: 30px;
    display: none; }
  ul.nav-menu.DropDownMenu#menu-wdd_mainmenu > li {
    display: block;
    width: 100%;
    height: auto; }
  ul.nav-menu.DropDownMenu#menu-wdd_mainmenu > li > a {
    border: none;
    padding-bottom: 10px; }
  ul.nav-menu.DropDownMenu#menu-wdd_mainmenu > li#nav-menu-item-26 > ul {
    position: static !important;
    display: block !important;
    visibility: visible !important;
    padding-top: 0 !important;
    border: none !important;
    background: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    -moz-box-shadow: none;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important; }
  ul.nav-menu.DropDownMenu#menu-wdd_mainmenu > li > ul .sol-menu > h3,
  #img-menu-unique {
    display: none; }
  ul.nav-menu.DropDownMenu#menu-wdd_mainmenu > li > ul ul {
    box-shadow: none;
    margin: 0 !important; }
  ul.nav-menu.DropDownMenu#menu-wdd_mainmenu > li > ul li {
    background: none !important;
    border: none;
    height: auto !important; }
  ul.nav-menu.DropDownMenu#menu-wdd_mainmenu > li > ul li > a {
    border: none;
    background: none;
    color: #fff;
    line-height: 20px !important; }
  div#img-menu {
    display: none; }
  #DropDownMenuNav a:hover {
    color: #eb8454 !important; } }

.carousel-caption h3 {
  color: #fff; }

/***** NEW LANDING PAGE STYLES **********/
#scale-img {
  position: relative;
  top: 40px;
  height: 120px !important; }

#stability-img {
  position: relative;
  top: 45px;
  height: 120px !important; }

#integrity-img {
  position: relative;
  top: 45px;
  height: 120px !important; }

@media only screen and (max-width: 768px) {
  .blue-circle-header strong {
    font-size: 20px; }
  div.row.blue-circles {
    padding-left: 0;
    padding-right: 0; } }

/*************** DARK IoT AREA ******************/
.dark-area-container {
  background-image: url("img/front-page-bg-gray.jpg");
  background-size: cover; }

.dark-area-header {
  font-size: 30px;
  color: white;
  text-align: center;
  margin-top: 80px;
  padding-bottom: 30px; }

.dark-area-content-rows {
  margin: 0 auto;
  padding-left: 30%;
  padding-right: 30%;
  color: white;
  font-size: 18px; }

.dark-area-content-rows:last-child {
  padding-bottom: 100px; }

.dark-content-row {
  padding-top: 50px; }

.dark-content-left {
  text-align: right; }

.dark-content-middle {
  text-align: center; }

.dark-content-middle i {
  position: relative;
  z-index: 99 !important;
  font-size: 13px;
  font-weight: 200; }

.dark-content-middle::before {
  content: '';
  position: absolute;
  background-color: #c57f2a;
  height: 1px;
  width: 100%;
  top: 10px;
  left: 0%; }

.dark-content-middle::after {
  content: '';
  position: absolute;
  background-color: #393940;
  height: 25px;
  width: 25px;
  border-radius: 25px;
  border: 2px solid #c57f2a;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%); }

.dark-content-right {
  text-align: left; }

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  .dark-area-content-rows {
    margin: 0 auto;
    padding-left: 10%;
    padding-right: 10%;
    color: white;
    font-size: 18px; }
  .dark-area-header {
    font-size: 20px;
    color: white;
    text-align: center;
    margin-top: 80px;
    padding-bottom: 30px; } }

/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
  .dark-area-content-rows {
    margin: 0 auto;
    padding-left: 5%;
    padding-right: 5%;
    color: white;
    font-size: 18px; } }

/* Custom, iPhone Retina */
@media only screen and (max-width: 320px) {
  .dark-area-content-rows {
    margin: 0 auto;
    padding-left: 1%;
    padding-right: 1%;
    color: white;
    font-size: 18px; }
  .dark-content-row {
    padding-right: 25px; } }

/********** ONE BIG IMAGE SECTION **************/
.one-big-image-container {
  padding-top: 75px;
  background: -webkit-linear-gradient(left, #e0ecf2, #f8f9f9, #e0ecf2);
  background: -o-linear-gradient(right, #e0ecf2, #f8f9f9, #e0ecf2);
  background: -moz-linear-gradient(right, #e0ecf2, #f8f9f9, #e0ecf2);
  background: linear-gradient(to right, #e0ecf2, #f8f9f9, #e0ecf2);
  /*  background-color:#f8f9f9;*/
  text-align: center; }

.one-big-image-container img {
  padding: 10px 100px; }

.one-big-image-header {
  font-size: 30px;
  margin-top: 7; }

.home .carousel-control {
  width: 40px; }

.home .left.carousel-control {
  left: 20px; }

.home .right.carousel-control {
  right: 20px; }

@media only screen and (max-width: 768px) {
  .one-big-image-header {
    font-size: 20px; }
  .one-big-image-container img {
    padding: 15px 25px 15px 15px; } }

/*MForm beta Homepage redesign*/
html, body {
  overflow-x: hidden;
  width: 100%; }

.teaserTexts {
  position: relative;
  top: 20px; }

#myCarousel {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

.sol-menu {
  width: 310px;
  float: left; }

.carousel-caption .slider h2 {
  color: #ffffff;
  font-weight: lighter;
  text-shadow: 0px 2px 4px #20252c;
  padding-top: 20px;
  padding-bottom: 70px;
  font-size: 45px;
  line-height: 63px;
  width: 590px; }

.sol-menu h3 {
  float: left;
  position: relative;
  left: 15px;
  color: #000; }

.sol-menu ul {
  margin: 15px 0 0 !important; }

.sol-menu ul li {
  padding: 7px !important; }

.sol-menu ul li a {
  color: #222; }

.sol-menu ul li a:hover {
  color: #f49f4b; }

#img-menu {
  width: 620px;
  height: 300px;
  float: right;
  position: absolute;
  left: 400px;
  top: -49px;
  visibility: hidden; }

#img-menu-unique {
  width: 620px;
  height: 300px;
  float: right;
  position: absolute;
  top: -48px;
  left: 400px;
  z-index: 100;
  display: block;
  /*!important*/ }

ul.sub-menu li:hover #img-menu {
  visibility: visible !important;
  z-index: 200px;
  background: #f7f7f7;
  width: 620px;
  height: 300px; }

ul.sub-menu li:hover #img-menu-unique {
  display: none; }

#img-menu h3 {
  text-align: left;
  font-weight: 100;
  padding: 0 0 20px 0;
  width: 87%;
  font-size: 22px; }

/*Main Index.php file*/
/* FOUNDATION */
h1, h2, h3 {
  font-weight: 400; }

h4, h5, h6 {
  font-weight: 100;
  font-size: 20px; }

.teaserTexts {
  font-family: 'Raleway', sans-serif;
  font-weight: 300; }

.teaserTexts h4 {
  font-size: 17px !important;
  font-weight: 500 !important;
  padding: 15px 10px !important; }

.teaserTexts p {
  font-family: 'Raleway', sans-serif !important;
  font-size: 13px !important;
  padding-left: 10px !important; }

#breakback {
  padding: 30px 0; }

.indexOne, .indexTwo, .indexThree, .indexFour, .indexFive {
  /* Do not touch */
  position: relative;
  /*padding:0 100px;*/
  margin: 0 auto;
  /* Do not touch*/ }

.indexFour {
  height: 450px; }

.indexOne h1, .indexFour h1 {
  text-align: center;
  color: #f99734;
  font-size: 30px;
  font-weight: 500; }

.indexTwo {
  background: url(../img/indextwo.jpg) no-repeat bottom center;
  height: 641px; }

.indexThree {
  background: #3b9dcc;
  height: 299px; }

.indexTwo h1, .indexThree h1 {
  text-align: center;
  color: #fff;
  margin: 10px auto;
  font-size: 30px;
  font-weight: 500; }

.indexFive h2 {
  color: #000;
  font-size: 30px; }

.indexOne h4, .indexTwo h4, .indexThree h4, .indexFour h4 {
  text-align: center; }

.indexFive h4 {
  text-align: left; }

.indexTwo h4 {
  color: #94b0be; }

#breakback1 {
  margin: 0 auto;
  padding: 20px 5px;
  width: 890px;
  min-height: 240px; }

/* THE LOOP BABY :| */
#content1 {
  position: relative;
  margin: 0 auto;
  /* padding:20px 5px;*/
  width: 930px; }

#holder {
  width: 300px;
  float: left;
  margin: 5px; }

/* TAB STYLING THANKS TO BOOTSTRAP :) */
#tabs-nav {
  position: relative;
  top: 30px;
  padding: 0 5px;
  width: 700px;
  margin: 0 auto;
  text-transform: uppercase; }

/* Needed to create a hack for firefox on the width:690px */
@-moz-document url-prefix() {
  #tabs-nav {
    width: 700px !important; } }

#tabs-nav2 {
  position: relative;
  top: 30px;
  padding: 0 5px;
  margin: 0 auto;
  width: 311px; }

.nav-tabs {
  font-size: 12px; }

.nav-tabs > li > a {
  background: #0088cc;
  color: #fff;
  font-size: 12px; }

#tabs-nav2 > li > a {
  background: #f99734;
  color: #fff; }

#tabs-nav2 > li.active > a {
  background: #fff;
  color: #000; }

.nav-tabs > .active > a, .nav-tabs > .active > a:hover, .nav-tabs > .active > a:focus {
  color: #000;
  background: #eee; }

.nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
  border-color: #eeeeee #eeeeee #dddddd; }

.nav > li > a:hover, .nav > li > a:focus {
  background: #efefef; }

.tab-content1 {
  background: #fff;
  max-height: 101px; }

.tab-content, .tab-content1 {
  padding-bottom: 10px;
  top: 20px;
  position: relative;
  margin-top: 10px; }

.tab-content div {
  width: 825px;
  margin: 0 auto; }

#conn-car, #conn-city, #conn-home, #conn-life, #conn-ind {
  padding: 30px; }

#conn-car div, #conn-city div, #conn-home div, #conn-life div, #conn-ind div {
  width: 400px;
  float: right; }

#conn-car ul li, #conn-city ul li, #conn-home ul li, #conn-life ul li, #conn-ind ul li {
  border-bottom: 1px solid #ddd;
  padding: 3px;
  color: #f49f4b; }

#conn-car ul li a, #conn-city ul li a, #conn-home ul li a, #conn-life ul li a, #conn-ind ul li a {
  text-decoration: none;
  color: #000; }

#support1 ul a {
  text-decoration: none; }

#support1 a li {
  background: #3b9dcc;
  margin: 2px 0;
  padding: 15px 15px;
  color: #fff;
  min-height: 36px; }

#support1 a li:after {
  content: ' \>';
  float: right; }

#orp {
  position: relative;
  top: -111px; }

/**/
#support1 {
  width: 400px;
  border-top: 3px solid #3b9dcc;
  float: left; }

#support1 span {
  float: right;
  font-weight: bold; }

#support2 ul a {
  text-decoration: none; }

#support2 a li {
  background: #3b9dcc;
  margin: 2px 0;
  padding: 15px 15px;
  color: #fff; }

/**/
#support2 {
  width: 400px;
  border-top: 3px solid #f99734;
  float: right;
  background: #f6f6f6;
  padding: 0 0 0 10px; }

#support2 h3 {
  padding: 5px !important; }

#support2 p {
  padding: 0;
  margin: 10px 5px;
  position: relative;
  text-align: left; }

#support2 img {
  position: relative;
  float: left; }

.clshold {
  width: 270px;
  position: relative;
  left: 20px;
  float: left;
  height: 180px; }

/* FOOTER*/
footer ul li {
  width: 230px; }

footer ul li ul.sub-menu li a {
  text-transform: none; }

#footer {
  width: 1060px;
  max-width: 100%; }

.socialMedia {
  position: relative;
  right: 50px; }

.ironpaper-copy {
  margin: 50px 0 20px 0; }

/*Hack*/
.row.blog-row > div.span6 li {
  padding: 10px 5px; }

#inner {
  max-width: 100%; }

.btn:hover, .btn:focus, .btn:active, .btn.active, .btn.disabled, .btn[disabled] {
  background: #f99734; }

.btn-primary1 {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #f99734;
  *background-color: #f99734;
  background-image: -moz-linear-gradient(top, #f99734, #f99734);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f99734), to(#f99734));
  background-image: -webkit-linear-gradient(top, #f99734, #f99734);
  background-image: -o-linear-gradient(top, #f99734, #f99734);
  background-image: linear-gradient(to bottom, #f99734, #f99734);
  background-repeat: repeat-x;
  border-color: #f99734 #f99734 #f99734;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f99734', endColorstr='#ff0044cc', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); }

/* Slider 2*/
#breakback #content {
  width: 850px;
  /*Changed for more width to document*/
  height: 290px;
  margin: 0 auto; }

#slides {
  overflow: hidden;
  /* fix ie overflow issue */
  position: relative;
  width: 800px;
  /*Changed*/
  height: 250px;
  left: 0px !important; }

/* remove the list styles, width : item width * total items */
#slides ul {
  position: relative;
  left: 0;
  top: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 800px;
  /*Changed to show 3 slies or more*/ }

/* width of the item, in this case I put 250x250x gif */
#slides li {
  width: 250px;
  height: 255px;
  float: left;
  padding: 10px 0;
  list-style: none; }

#slides li img {
  padding: 5px; }

/* Styling for prev and next buttons */
#buttons {
  padding: 0 0 5px 0;
  float: right; }

#buttons a {
  display: block;
  width: 31px;
  height: 32px;
  text-indent: -999em;
  float: left;
  outline: 0;
  color: #000; }

#arrowLeft {
  background: url(../img/arrowLeft.png) no-repeat center;
  width: 50px;
  height: 50px;
  float: left;
  position: relative;
  left: -820px;
  top: 120px; }

#arrowLeft:hover {
  background: url(../img/hoverLeft.png) no-repeat center;
  width: 50px;
  height: 50px; }

#arrowRight {
  background: url(../img/arrowRight.png) no-repeat center;
  width: 50px;
  height: 50px;
  float: right;
  position: relative;
  right: -20px;
  top: 120px; }

#arrowRight:hover {
  background: url(../img/hoverRight.png) no-repeat center;
  width: 50px;
  height: 50px; }

/*HOMEPAGE CAROUSEL*/
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  margin: 0;
  width: 100%;
  min-width: 100%;
  min-height: 200px; }

.carousel-inner > .item {
  overflow: hidden;
  min-height: 200px;
  max-height: 850px; }

.carousel-caption {
  top: 5%; }

.carousel-caption h3,
.carousel-caption h4 {
  font-size: 1em; }

.bs-docs-example {
  overflow: hidden;
  max-height: 850px; }

@media only screen and (min-width: 1143px) {
  .carousel-caption {
    top: 23%; } }

@media only screen and (min-width: 992px) {
  .carousel-caption h4 {
    font-size: 30px;
    width: 35%;
    line-height: 1.3;
    text-shadow: 0px 2px 2px #20252c;
    font-weight: 300;
    padding-bottom: 10px; }
  .carousel-caption h3 {
    font-size: 50px;
    line-height: 1.3;
    width: 45%;
    color: #ffffff;
    font-weight: 500;
    text-shadow: 0px 2px 2px #20252c;
    padding-bottom: 10px; } }

@media (max-width: 550px) {
  .carousel-caption {
    top: 0; }
  ol.carousel-indicators {
    padding-bottom: 10px; } }

/*
.carousel .item {-webkit-transition: opacity ease-in-out 1s; -moz-transition: opacity ease-in-out 1s; -ms-transition: opacity ease-in-out 1s; -o-transition: opacity ease-in-out 1s; transition: opacity ease-in-out 1s;}
.carousel .active.left {left:0;opacity:0;z-index:2;}
.carousel .next {left:0;opacity:1;z-index:1;}
*/
.carousel-indicators {
  position: absolute;
  margin: 0 auto;
  top: initial;
  left: 50%;
  right: 0;
  bottom: 0; }

.carousel-control {
  top: 48%; }

/*Hack*/
/* The GRAND FINALE.......RESPONSIVE MOBILE BABY.!*/
/* Smartphones (portrait and landscape)
@media only screen (max-width:1024px) and (min-device-width : 320px)
and (max-device-width : 480px)
and (min-device-width : 768px)
and (max-device-width : 1024px) {
/* Styles */
/*
        Starting from bottom to stop with all indexOne to indexFive
    */
/*ul.nav-tabs, .tab-content, .indexFive{
        display:none;
    }

.indexTwo{
    background:url(../img/indextwo.jpg) no-repeat bottom center #202933;
}

#content1{
    width: 930px;
    max-width:100%;
}

#breakback #content{
    overflow:hidden;
    width:290px;
}

#slides ul{
    width:750px;
}


#holder{
    max-width:100%;
}

#arrowLeft{
    z-index:100;
    position:relative;
    float:left;
    left:-201px;
}

#arrowRight{
    z-index:100;
    position:relative;
    float:right;
    right:-4px;
}
}

*/
.flex-prev::before,
.flex-next::before {
  content: "" !important; }

/*#footer{min-width:100% !important;}*/
.row-fluid [class*="span"] {
  margin-left: 0 !important; }

@media (max-width: 768px) {
  ul.nav-tabs, ul.nav-tabs li, .tab-content {
    padding: 0 0px !important;
    margin: 0 auto !important;
    width: 350px !important;
    max-width: 100% !important;
    display: block !important; }
  #support1 h3 {
    height: auto !important; }
  #DropDownMenuNav ul {
    left: 0px !important; }
  .tab-content div img {
    display: none; }
  .tab-content div, .tab-content div ul, .tab-content div h4, .tab-pane {
    width: 100% !important;
    padding: 10px 5px !important;
    margin: 0 auto !important;
    max-width: 298px; }
  #tabs-nav2 {
    top: 40px;
    position: relative; }
  #tabs-nav {
    position: relative;
    width: 310px !important; }
  .indexTwo {
    background: url(../img/indextwo.jpg) no-repeat bottom center #202933; }
  .indexFour {
    height: 950px; }
  .indexFive {
    height: 500px; }
  #content1 {
    width: 300px;
    max-width: 100%; }
  #content {
    overflow: hidden;
    width: 290px; }
  #slides ul {
    width: 750px; }
  #holder {
    width: 100%; }
  #arrowLeft {
    z-index: 100;
    position: relative;
    float: left;
    left: -201px; }
  #arrowRight {
    z-index: 100;
    position: relative;
    float: right;
    right: -4px; }
  .mobileContact {
    margin: 0 auto;
    padding: 0 10px;
    width: 410px; }
  .socialMedia {
    right: 0; }
  .socialMedia ul {
    margin: 0 auto !important;
    padding: 0 150px 0 200px !important;
    width: 180px !important;
    position: relative !important; }
  .socialMedia ul li {
    padding: 0 10px 0 !important; }
  .visible-phone, .mobi {
    background: #292627;
    padding: 15px 0;
    clear: both; }
  #breakback1 {
    width: 100%; }
  #support1 {
    width: 100% !important; }
  #support2 {
    width: 100% !important;
    text-align: center !important; }
  #support2 p {
    text-align: center; }
  #support2 #gmi {
    padding: 0 20px;
    margin: 0 auto;
    width: 100px; }
  #support2 .clshold {
    width: 100% !important;
    left: 0; }
  .indexOne #breakback h3 {
    height: auto !important; }
  .indexOne #breakback #tabs-nav {
    width: 350px !important;
    max-width: 100% !important;
    padding: 0 !important; }
  .indexOne #breakback #tabs-nav li {
    padding: 0 !important; }
  .indexTwo {
    height: auto !important; }
  .indexTwo #breakback h4 {
    margin-top: 40px !important; }
  .indexTwo #breakback h2 {
    height: auto !important; }
  .indexTwo #breakback #content {
    height: auto;
    overflow: visible; }
  .indexTwo #breakback #buttons {
    display: none; }
  .indexTwo #breakback #content {
    width: 100%; }
  .indexTwo #breakback h4 {
    margin-top: 10px !important; }
  #slides {
    overflow: visible;
    height: auto;
    margin-left: 0 !important;
    width: 100%; }
  #slides li {
    float: none;
    height: auto;
    display: block;
    width: 300px;
    max-width: 100%;
    margin: 0 auto !important; }
  #holder {
    margin: 0 !important; }
  .indexThree {
    display: none !important; }
  .teaserTexts h4 {
    padding: 0 !important; }
  .indexThree #breakback h3 {
    height: auto !important; }
  .inexThree .flex-next {
    right: -30px; }
  .inexThree .flex-next {
    left: -60px; }
  .indexFive #breakback1 {
    box-sizing: border-box; }
  .indexFive #breakback1 h4,
  .indexFive #breakback1 h3 {
    width: auto !important;
    text-align: center !important; }
  .indexFive #breakback1 #support2 {
    background: none !important;
    padding: 0 !important; }
  .mobileContact {
    width: 100% !important; }
  .mobileContact ul {
    display: block;
    width: 350px;
    max-width: 100%;
    margin: 0 auto !important; }
  .socialMedia ul {
    padding: 0 !important;
    float: none !important;
    width: 270px !important;
    max-width: 100% !important;
    margin: 0 auto !important; }
  .socialMedia ul li {
    margin-left: 5% !important; }
  .mobileContact {
    padding: 0 !important; }
  .mobileContact ul li {
    padding-left: 7% !important; } }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.blog-posts-featured {
  margin: 15px; }

.blog-posts-featured .feature-slide {
  min-height: 300px;
  background-position: center no-repeat;
  background-size: cover; }

.blog-posts-featured .feature-slide a {
  display: block;
  color: #fff;
  min-height: 300px;
  position: relative; }

.blog-posts-featured .feature-slide h3 {
  padding: 10px 20px;
  position: absolute;
  bottom: 0; }

.blog-posts-featured .feature-slide a:hover h3 {
  text-decoration: underline; }

.blog-post-promoted {
  padding: 0 15px; }

.blog-post-promoted h3 {
  font-size: 120%; }

.blog-follow-links {
  border: solid orange;
  border-width: 3px 0 1px;
  border-bottom-color: #ccc;
  margin-bottom: 1em; }

.blog-follow-links h5,
.blog-follow-links h6 {
  font-size: 105%;
  line-height: 1;
  margin: 0;
  text-transform: uppercase; }

.blog-follow-links h5 {
  margin-top: 15px;
  color: #aaa; }

.blog-follow-links h6 {
  margin-bottom: 15px; }

.blog-redesign h3 {
  line-height: 1; }

.blog-redesign .contentPerSe h2 {
  color: #000; }

.blog-redesign .blog-posts h3 a {
  color: #000; }

.blog-redesign .blog-posts h3 a:hover {
  color: #08c; }

.blog-redesign .sidebar {
  border: none;
  background-image: url("");
  padding: 0 30px; }

.blog-redesign ul.follow-links {
  list-style: none;
  margin: 1em 0;
  padding: 0; }

.blog-redesign ul.follow-links li {
  display: inline; }

.blog-redesign ul.follow-links a {
  text-decoration: none; }

.blog-redesign ul.follow-links .color-facebook {
  color: #394b9a; }

.blog-redesign ul.follow-links :hover .color-facebook {
  color: #3A5795; }

.blog-redesign ul.follow-links .color-twitter {
  color: #42bae2; }

.blog-redesign ul.follow-links :hover .color-twitter {
  color: #3A5795; }

.blog-redesign ul.follow-links .color-linkedin {
  color: #2085c7; }

.blog-redesign ul.follow-links :hover .color-linkedin {
  color: #3A5795; }

.blog-redesign .widget {
  padding: 15px;
  margin: 2em 0; }

.blog-redesign .widget a img:hover {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }

.blog-redesign .widget.cta {
  background: #212934 url("../img/widget-cta-m2m-bg.png") right bottom no-repeat;
  background-size: 85% auto;
  padding: 15px 15px 30px;
  color: #fff; }

.blog-redesign .widget.cta h3 + h4 {
  margin-bottom: 13em;
  font-size: 100%; }

/*
.blog-redesign .widget.cta img { padding: 0; }
*/
.blog-redesign .social-and-subscribe {
  background: #1f2933;
  color: #fff; }

.blog-redesign .social-and-subscribe h3 {
  font-size: 125%; }

.blog-redesign .social-and-subscribe h4 {
  font-size: 14px;
  font-weight: normal; }

.blog-redesign .search-articles,
.blog-redesign .other-articles {
  background: #f4f4f4;
  border-top: 3px solid #08c; }

.blog-redesign .search-articles h3,
.blog-redesign .other-articles h3 {
  font-size: 100%;
  font-weight: bold;
  margin-bottom: 2em; }

.blog-redesign .other-articles a {
  color: #000; }

.blog-redesign .other-articles a:hover {
  color: #08c; }

.blog-redesign .other-articles ul {
  list-style: none;
  margin-left: 0;
  padding-bottom: 0; }

.blog-redesign .other-articles ul li {
  margin-bottom: 2em; }

.blog-redesign .other-articles ul h4 {
  font-size: 85%;
  line-height: 1; }

.blog-redesign .attachment-post-thumbnail {
  padding: 0;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

/* Landing Page Template Sidebar */
.widget.landing-page-tmpl-sidebar {
  padding: 30px; }

/* HubSpot Overrides */
#hsForm_e13d7646-6f53-4ae1-990d-9f1f37a3d04b .hs_email,
#hsForm_98127588-4935-48cb-b92d-f079b5294700 .hs_email {
  margin: 0 !important; }

#hsForm_e13d7646-6f53-4ae1-990d-9f1f37a3d04b .actions,
#hsForm_98127588-4935-48cb-b92d-f079b5294700 .actions {
  margin: 0 !important;
  padding: 0 !important; }

/* AddThis Overrides */
.atss {
  /* default was position fixed */
  position: absolute !important; }

.masthead {
  height: 112px;
  background-color: #fff; }

.masthead-container {
  position: relative; }

.masthead-logo {
  float: left;
  height: 112px;
  line-height: 112px;
  font-size: 24px;
  font-weight: 400; }

.masthead-logo a {
  color: #000;
  text-decoration: none; }

.masthead-logo img {
  height: 89.6px;
  margin-top: 11.2px;
  width: auto;
  transform: scale(1) !important;
  -webkit-transform: scale(1) !important;
  -moz-transform: scale(1) !important; }

.masthead-logo img:hover {
  transform: scale(1.02) !important;
  -webkit-transform: scale(1.02) !important;
  -moz-transform: scale(1.02) !important; }

@media (max-width: 768px) {
  /*
	header {min-height: 56px;}

	header nav {margin:0; padding:0; }
	header nav .logo {margin: 0 0; padding:0;}
	header nav ul {margin: 0; padding:12px 20px; list-style-type: none; float: none; background-color: #676767; position: relative;
	-moz-box-shadow:    inset 0  8px 8px -8px #1B1B1B,
						inset 0 -8px 8px -8px #1B1B1B;
	-webkit-box-shadow: inset 0  8px 8px -8px #1B1B1B,
						inset 0 -8px 8px -8px #1B1B1B;
	 box-shadow:        inset 0  8px 8px -8px #1B1B1B,
						inset 0 -8px 8px -8px #1B1B1B;
	}
	header nav ul li {margin: 0; padding:0; float: none;}
	header nav ul li a {display: block; margin:0 0 0 14px; padding:8px 8px; color: #ffffff; font-size: 14px; line-height: 1; text-transform: uppercase; border-left: 5px #676767 solid;}
	header nav ul li a:hover {color: #f49735; border-left: 5px #f49735 solid; text-decoration: none;}

	header nav ul.whitelight {margin: 0; padding:12px 20px; list-style-type: none; float: none; background-color: #ffffff;
	-moz-box-shadow:    inset 0  8px 8px -8px #ffffff,
						inset 0 -8px 8px -8px #7E7E7E;
	-webkit-box-shadow: inset 0  8px 8px -8px #ffffff,
						inset 0 -8px 8px -8px #7E7E7E;
	 box-shadow:        inset 0  8px 8px -8px #ffffff,
						inset 0 -8px 8px -8px #7E7E7E;
	}
	header nav ul.whitelight li {margin: 0; padding:0; float: none;}
	header nav ul.whitelight li a {display: block; margin:0 50px 0 7px; padding:8px 15px; color: #252a38; background: transparent url(../img/mini-arrow.png) no-repeat 0px center; font-size: 14px; line-height: 1; text-transform: uppercase; border-bottom: 1px #edeaea solid; border-left: 5px #ffffff solid;}
	*/ }

/* Masthead Navigation (Depth 1)
------------------------------------------------------------------------------*/
.masthead-navigation {
  margin: 0;
  padding: 0;
  position: relative;
  float: right;
  font-family: 'Raleway' sans-serif; }

/* Fixes bullshit ass IE bug */
.masthead-navigation * {
  padding: 0;
  margin: 0; }

.masthead-navigation ul {
  min-height: 0;
  margin: 0;
  padding: 0;
  border: 0;
  list-style-type: none;
  display: block; }

.masthead-navigation ul li {
  margin: 0;
  padding: 0;
  border: 0;
  display: block;
  float: left;
  position: relative;
  display: inline;
  padding: 0; }

.masthead-navigation ul li:hover > ul {
  display: block !important; }

.masthead-navigation ul li a {
  height: 112px;
  line-height: 132px;
  border-bottom: 5px solid transparent;
  display: block;
  color: #252a38;
  font-size: 15px;
  font-weight: 400;
  padding: 0 15px; }

.masthead-navigation ul li a.active,
.masthead-navigation ul li a:hover {
  color: #6c469c;
  border-bottom: 5px #6c469c solid;
  text-decoration: none; }

/* Masthead Navigation (Depth 2)
------------------------------------------------------------------------------*/
.masthead-navigation ul ul {
  display: none;
  background: #f7f7f7;
  border-top: 5px solid #6c469c;
  position: absolute;
  width: 350px;
  left: -125px;
  top: 112px;
  padding: 30px;
  text-transform: none;
  overflow: hidden;
  z-index: 500; }

.masthead-navigation ul ul li {
  display: block;
  width: 100%;
  z-index: 10000;
  margin: 0;
  color: #252a38;
  font-size: 14px;
  background-color: #f7f7f7;
  white-space: normal; }

.masthead-navigation ul ul li a {
  height: auto;
  line-height: normal;
  display: block;
  border-bottom: 1px #edeaea solid;
  padding: 15px 0; }

.masthead-navigation ul ul li a:hover {
  border-bottom: none;
  text-decoration: none;
  color: #6c469c !important;
  border-bottom: 1px #edeaea solid !important; }

/* Masthead Navigation (Depth 3)
------------------------------------------------------------------------------*/
.masthead-navigation ul ul ul {
  display: block;
  position: static;
  padding: 0;
  margin: 0;
  border: 0;
  position: relative;
  left: 20px;
  top: auto;
  width: auto; }

.masthead-navigation ul ul ul li a {
  font-size: 12px; }

.section-header {
  text-align: center;
  font-family: Raleway, sans-serif;
  display: block; }

.section-header h3 {
  font-size: 30px;
  margin: 0 0 20px 0;
  padding-top: 52px;
  font-weight: 500 !important; }

.section-header h4 {
  font-size: 20px !important;
  margin: 0;
  padding: 0 !important;
  font-weight: 500 !important; }

.front-page-header {
  background: #6a4a94;
  padding: 30px 0;
  display: none; }

.front-page-header-container {
  max-width: 1070px;
  margin: 0 auto;
  padding: 0 15px; }

.alcatel-lucent-logo > img {
  width: 250px; }

.front-page-header-text > h3 {
  color: #fff;
  font-weight: 300;
  font-size: 36px;
  display: inline-block;
  vertical-align: middle; }

.front-page-header-text > a {
  float: right;
  display: inline-table;
  margin-top: 19px;
  color: #fff;
  border: 1px solid #fff;
  font-size: 18px;
  width: 178px;
  padding: 10px;
  text-align: center;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }

.front-page-header-text > a:hover {
  background: #fff;
  color: #6a4a94;
  text-decoration: none;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }

.front-page-header-text > a > i {
  float: right;
  padding-top: 3px; }

@media (max-width: 925px) {
  .front-page-header {
    padding: 30px 0 40px 0; }
  .front-page-header-text > a {
    float: none;
    display: block;
    margin-top: 19px; } }

.main-hero ul {
  max-height: 400px; }

.main-hero li {
  min-height: 400px;
  display: table !important; }

.main-hero li .text-container {
  display: table-cell;
  vertical-align: middle;
  padding-bottom: 10px; }

.main-hero li .text-container h2 {
  font-size: 50px;
  line-height: 1.3;
  color: #ffffff;
  font-weight: 500;
  text-shadow: 0px 2px 2px #20252c;
  max-width: 500px;
  padding: 0 15px 20px 20%;
  margin: 0; }

.main-hero li .text-container a {
  margin-left: 20%;
  color: #fff;
  width: 116px;
  display: inline-block;
  background: #2aafea;
  border-radius: 3px;
  text-align: center;
  text-decoration: none;
  padding: 9px 0;
  letter-spacing: 1.1px;
  font-size: 16px;
  font-weight: 300; }

.main-hero li .text-container a:hover {
  background: #1ccaff; }

.tabs-section .section-header h3 a {
  color: #F99734; }

.tabs-section .section-header h4 {
  color: #545D61; }

.tabs-section #tabs-nav {
  position: static !important;
  padding: 0 !important;
  display: table;
  margin: 40px auto 0 auto !important; }

.tabs-section .tab-content {
  position: static;
  margin-top: 20px;
  padding-bottom: 28px; }

.tabs-section .tab-text {
  width: 400px;
  float: right; }

.tabs-section .tab-text li {
  color: #f49f4b;
  width: 100%;
  padding: 3px;
  /* border-bottom: 1px solid #ddd; */ }

.tabs-section .tab-text span {
  color: #545d61; }

.tabs-section .tab-text h4 {
  text-align: center;
  font-size: 17px !important;
  font-weight: 500 !important;
  margin-bottom: 29px;
  padding: 15px 10px !important; }

.tabs-section img {
  width: 354px;
  float: left; }

.tabs-section .btn {
  -webkit-transition: background 500ms ease;
  -moz-transition: background 500ms ease;
  -o-transition: background 500ms ease;
  transition: background 500ms ease;
  background: #f99734; }

.tabs-section .btn:hover {
  -webkit-transition: background 500ms ease;
  -moz-transition: background 500ms ease;
  -o-transition: background 500ms ease;
  transition: background 500ms ease;
  background: #fdaa4a;
  color: #fff; }

@media only screen and (max-width: 768px) {
  .main-hero {
    display: none; }
  .tabs-section .tab-content {
    overflow: hidden; }
  .tabs-section .nav-tabs li {
    text-align: center; } }

.oracle-product-section-center {
  max-width: 930px;
  margin: 0 auto;
  display: table; }

.oracle-product-section-center .oracle-product-section-image-wrapper {
  display: table-cell;
  vertical-align: middle; }

.oracle-product-section-center .oracle-product-section-image-wrapper img {
  min-width: 250px;
  /*margin: 0 auto;
	display: block;	*/ }

.oracle-product-section-center .oracle-product-section-text {
  display: table-cell;
  vertical-align: middle;
  padding: 20px 1px 20px 32px; }

.oracle-product-section-center .oracle-product-section-text h3 {
  font-size: 20px;
  color: #32abe5;
  line-height: 26px; }

.oracle-product-section-center .oracle-product-section-text p {
  font-size: 13.5px;
  line-height: 19px; }

.oracle-product-section-center .oracle-product-section-text .hs-cta-wrapper {
  margin: 25px 0 0 0; }

.oracle-product-section-center .oracle-product-section-text .hs-cta-wrapper a:hover {
  box-shadow: 1px 2px 0px 0px #cc9e6e !important; }

.products-section {
  background: url(../img/indextwo.jpg) no-repeat bottom center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover; }

.products-section .section-header h3 {
  color: #fff; }

.products-section .section-header h4 {
  color: #94B0BE; }

.products-section .product-slider {
  margin: 32px auto 0  auto;
  max-width: 815px;
  padding-bottom: 135px; }

.products-section .product-slider .slides li {
  padding: 0 10px 0 10px;
  margin: 0; }

.products-section .product-slider h4 {
  color: #94b0be;
  font-size: 17px !important;
  font-weight: 500 !important;
  padding: 15px 0px 15px 10px !important; }

.products-section .product-slider p {
  margin: 0;
  padding: 0 10px 20px 10px;
  text-align: left;
  font-size: 13px;
  line-height: 1.4;
  color: #aaa;
  font-weight: normal;
  font-family: 'Raleway', sans-serif; }

.products-section .product-slider a {
  display: block;
  width: 100%;
  padding-right: 10px; }

.products-section .product-slider a > img {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  width: 100%; }

.products-section .product-slider a:hover > img {
  -webkit-transform: scale(1.02);
  -moz-transform: all(1.02);
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease; }

.products-section h1 {
  color: #94B0BE;
  text-align: center;
  font-size: 18px !important;
  margin: 0;
  padding: 0 !important;
  font-weight: 500 !important;
  position: relative;
  top: -80px; }

@media only screen and (max-width: 768px) {
  .products-section #buttons {
    display: none; }
  .relationships-section #orc {
    top: 0;
    padding: 0 !important; }
  .relationships-section #orp {
    top: -120px !important; }
  ul.nav-tabs li, .tab-content {
    margin: 0 auto !important;
    max-width: 307px !important; }
  #tabs-nav2 {
    max-width: 307px !important; } }

.indexThree #tabs-nav2 {
  width: 322px; }

.indexThree #tabs-nav2 > li:not(.active) a:hover {
  background: #ffaa54;
  border-color: transparent; }

.indexThree .section-header h3 {
  color: #fff;
  display: block;
  font-family: Raleway, sans-serif;
  font-size: 30px;
  font-weight: 500;
  height: 40px;
  line-height: 40px;
  margin: 10px 0;
  padding: 0;
  text-align: center;
  text-rendering: optimizelegibility; }

.indexThree .section-header h4 {
  color: #545d61;
  display: block;
  font-family: Raleway, sans-serif;
  font-size: 20px !important;
  font-weight: 100;
  height: 20px !important;
  line-height: 20px;
  margin: 10px 0 !important;
  text-align: center;
  text-rendering: optimizelegibility;
  padding: 0 !important; }

.relationships-section {
  background: #3b9dcc; }

.relationships-section .section-header {
  padding-top: 40px; }

.relationships-section .section-header h3 {
  color: #fff;
  padding-top: 0;
  margin-bottom: 10px; }

.relationships-section .nav-tabs {
  position: static !important;
  padding-top: 40px !important; }

.relationships-section .tab-content2 {
  background: #fff;
  max-height: 110px;
  border-bottom: 1px solid #e8e6e6; }

.relationships-section .flex-viewport {
  width: 100%;
  top: 0; }

.relationships-section .partner-slider, .customer-slider {
  position: relative;
  width: 68%;
  margin: 0 auto; }

.partner-slider .slides > li, .customer-slider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
  text-align: center;
  background: #fff;
  padding: 30px 0 !important;
  margin-bottom: 0; }

.partner-slider .slides .border-container, .customer-slider .slides .border-container {
  border-right: 1px #cecece solid; }

.relationships-section #customer-buttons, .relationships-section #partner-buttons {
  position: absolute;
  width: 100%;
  max-width: 980px;
  height: 110px; }

.relationships-section .customNav #arrowLeft {
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  background: url(../img/hoverLeft.png) no-repeat;
  position: absolute;
  width: 120px;
  top: 34px;
  left: 0;
  opacity: 0;
  z-index: 1; }

.relationships-section .customNav #arrowRight {
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  background: url(../img/hoverRight.png) no-repeat 100%;
  position: absolute;
  width: 120px;
  top: 34px;
  float: right;
  left: 94%;
  opacity: 0;
  z-index: 1; }

.relationships-section .customNav #arrowRight:hover {
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  left: 100%;
  opacity: 1; }

.relationships-section .customNav #arrowLeft:hover {
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  left: -4%;
  opacity: 1; }

@media only screen and (max-width: 768px) {
  .relationships-section .customNav {
    display: none; } }

.about-section {
  background: #f7f7f7;
  width: 100%; }

.about-section .section-header h3 {
  color: #f99734;
  padding-top: 79px;
  margin: 0 0 10px 0;
  font-weight: 500 !important; }

.about-section .section-header h4 {
  font-weight: 100 !important;
  margin-bottom: 52px; }

.about-section .about-item-container {
  width: 930px;
  margin: 0 auto; }

.about-section .about-item {
  display: inline-block;
  padding-bottom: 94px; }

.about-section .about-item a {
  display: block;
  text-align: center;
  color: #e36e3f;
  text-decoration: none; }

.about-section .about-item h3 {
  margin: 0;
  padding: 25px 0 25px 10px;
  text-align: left;
  font-size: 20px;
  line-height: 1;
  font-weight: 600;
  font-family: 'Raleway', sans-serif;
  text-align: center;
  color: #38a8de; }

.about-section .about-item a > img {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease; }

.about-section .about-item a:hover > img {
  -webkit-transform: scale(1.02);
  -moz-transform: all(1.02);
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease; }

@media only screen and (max-width: 768px) {
  .about-section .section-header {
    padding-bottom: 25px; }
  .about-section .section-header h3 {
    margin-bottom: 10px; }
  .about-section .about-item-container {
    width: auto; }
  .about-section .about-item {
    width: 100%;
    padding: 10px 0; }
  .about-section .about-item a {
    margin: 0 auto;
    max-width: 300px; } }

.bottom-section {
  max-width: 890px;
  margin: 0 auto;
  text-align: center;
  background: #f7f7f7; }

.bottom-section .knowledge-section, .bottom-section .blog-section {
  display: inline-block;
  width: 48%;
  vertical-align: top;
  padding-bottom: 55px; }

.bottom-section .knowledge-section {
  float: left;
  border-top: 3px solid #3b9dcc; }

.bottom-section .blog-section {
  float: right;
  border-top: 3px solid #f99734; }

.bottom-section .clshold {
  float: none;
  height: auto; }

.bottom-section h3 {
  color: #000;
  display: block;
  font-family: Raleway,sans-serif;
  font-size: 30px;
  font-weight: normal;
  line-height: 27px;
  margin: 10px 0;
  padding: 5px;
  text-rendering: optimizelegibility;
  width: 400px; }

.bottom-section h4 {
  text-align: left;
  font-size: 17px !important;
  font-weight: 500 !important;
  padding: 15px 10px !important; }

.bottom-section p {
  margin: 0;
  padding: 0 0 20px 0;
  text-align: left;
  line-height: 1.4;
  color: #aaa;
  font-weight: normal;
  font-family: 'Raleway', sans-serif !important;
  font-size: 13px !important;
  padding-left: 10px !important; }

.bottom-section .clshold h3 {
  text-align: left;
  font-size: 18px;
  margin-bottom: 0;
  padding: 5px 5px 17px 10px; }

.bottom-section .clshold > a {
  float: left;
  padding-left: 10px; }

.bottom-section .knowledge-section a {
  display: block;
  text-align: left;
  background: #3b9dcc;
  color: #fff;
  padding: 16px 16px;
  margin-bottom: 2px;
  text-decoration: none;
  font-weight: 500; }

.bottom-section .knowledge-section a:hover {
  background: #40c2ff; }

.bottom-section .knowledge-section a:after {
  content: ' \>';
  float: right; }

@media only screen and (max-width: 768px) {
  .bottom-section .knowledge-section, .bottom-section .blog-section {
    float: none;
    margin: 25px auto;
    width: 300px; }
  .bottom-section .knowledge-section {
    width: 300px; }
  .bottom-section .knowledge-section h3 {
    font-size: 27px; }
  .bottom-section h3 {
    width: auto !important; } }

@media only screen and (max-width: 599px) {
  .oracle-product-section-center .oracle-product-section-text {
    display: none; } }

.cta_button,
a#cta_button_274159_0a82b3d8-8542-4a27-a3c1-4280cf9737fe,
a#cta_button_274159_c7d348f0-8684-4f3e-8069-edc5d31e367d,
.tryNow .hs-cta-wrapper a#cta_button_274159_b3ecc7d5-f037-4a4f-b2c5-cd57240269b1 {
  background-color: #6c469c !important;
  box-shadow: none !important; }

#menu-footer {
  float: left !important; }

/* A video or something for the front page. */
#play-video {
  top: 45%;
  right: 20%;
  z-index: 50;
  transform: translateY(-50%);
  position: absolute;
  height: 200px;
  width: 200px !important; }

#mobile-video-button-container {
  display: none; }

#mobile-button {
  height: 200px; }

#mobile-button img {
  max-width: 100px;
  max-height: 100px; }

#mobile-video-button-container {
  text-align: center; }

@media (max-width: 767px) {
  .modal.fade.in {
    left: 0 !important;
    top: 40% !important;
    height: auto !important;
    width: auto !important;
    max-width: 100% !important;
    overflow-y: visible !important; }
  #non-mobile-button {
    display: none; }
  #mobile-video-button-container {
    display: block; } }

@media (max-width: 480px) {
  .modal.fade.in {
    left: 0 !important;
    top: 40% !important;
    max-width: 80%;
    height: auto !important; } }

.modal.fade {
  left: 50%; }

video {
  width: 100%; }

.modal.fade {
  max-height: 310px; }

.blue-circle-header {
  text-align: center;
  margin-top: 50px; }

.blue-circle-header strong {
  font-size: 30px; }

.blue-circles {
  padding: 25px 150px;
  margin-bottom: 25px; }

.blue-circle {
  padding-bottom: 25px;
  text-align: center;
  margin: 25px auto;
  height: 250px;
  border-radius: 250px;
  width: 250px;
  background: -webkit-linear-gradient(#2cb0e3, #3089c7);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#2cb0e3, #3089c7);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#2cb0e3, #3089c7);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(#2cb0e3, #3089c7);
  /* Standard syntax */ }

.blue-circle p {
  position: relative;
  top: 65px;
  color: white;
  font-weight: 500;
  font-size: 22px;
  text-align: center; }

/* HubSpot CTA
------------------------------------------------------------------------------*/
#wrapper-page-cta {
  background-color: #3b9dcc;
  text-align: center;
  padding: 60px 0; }

#wrapper-page-cta .form-title p {
  font-size: 28px;
  font-weight: 300;
  margin: 0;
  padding: 0;
  color: #fff;
  letter-spacing: 1.5px; }

#wrapper-page-cta p {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  margin: 20px 0 35px 0;
  letter-spacing: 1px; }

#wrapper-page-cta .hs-form.stacked .field {
  margin-bottom: 0; }

#wrapper-page-cta .hs-form-field {
  width: 50%;
  padding: 15px 15px 10px 15px;
  display: inline-block;
  float: left; }

#wrapper-page-cta .hs-form label {
  color: #fff;
  font-weight: 300;
  display: none; }

#wrapper-page-cta .hs-form input,
#wrapper-page-cta .hs-form select {
  border: 0;
  width: auto;
  max-width: 500px;
  padding: 0 20px;
  height: 44px;
  line-height: 40px;
  width: calc(100% - 40px);
  margin: 0; }

#wrapper-page-cta .hs-form select {
  width: 100%;
  max-width: 540px; }

#wrapper-page-cta .hs-error-msgs {
  background-color: #2c80a8;
  padding: 20px 20px 10px 20px;
  margin: 10px 0 0 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

#wrapper-page-cta .hs-error-msgs label {
  display: block; }

#wrapper-page-cta .hs-form .hs_submit {
  clear: both;
  display: block; }

#wrapper-page-cta .hs-form .hs_submit .actions {
  margin: 0;
  padding: 20px 0 0 0; }

#wrapper-page-cta .hs-form input.hs-button {
  width: 210px;
  padding: 0 20px;
  height: 50px;
  line-height: 50px;
  border: 0;
  box-shadow: none;
  background-color: #6c469c;
  background-image: none;
  font-size: 14px;
  text-transform: uppercase; }

@media (max-width: 768px) {
  #wrapper-page-cta .hs-form-field {
    width: 100%;
    display: block; } }

/* Page Templates
------------------------------------------------------------------------------*/
#wrapper-page-content, #wrapper-download-page-content {
  background-color: #f7fafc; }

/* Push the container up by 210px */
.container-page-content.push-up {
  position: relative;
  top: -210px; }

.content p,
.content li {
  font-size: 14px;
  color: #545d62;
  line-height: 1.7em;
  margin: 0 0 20px 0; }

/* Page Templates Banner
------------------------------------------------------------------------------*/
#wrapper-page-banner {
  height: 568px;
  background-color: #202833;
  position: relative; }

.banner-overlay-l1-image,
.banner-overlay-l2-gradient,
.banner-overlay-l3-gradient,
.banner-overlay-l4-triangles {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }

.banner-overlay-l1-image {
  z-index: 105;
  background-size: auto 120%;
  background-repeat: no-repeat;
  background-position: right center;
  opacity: 0.85; }

.banner-overlay-l2-gradient {
  z-index: 110;
  background: -moz-linear-gradient(left, #7b9cb2 42%, rgba(123, 156, 178, 0.56) 53%, rgba(123, 156, 178, 0) 67%, rgba(123, 156, 178, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #7b9cb2 42%, rgba(123, 156, 178, 0.56) 53%, rgba(123, 156, 178, 0) 67%, rgba(123, 156, 178, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #7b9cb2 42%, rgba(123, 156, 178, 0.56) 53%, rgba(123, 156, 178, 0) 67%, rgba(123, 156, 178, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7b9cb2', endColorstr='#007b9cb2',GradientType=1 );
  /* IE6-9 */ }

.banner-overlay-l3-gradient {
  z-index: 115;
  background-image: url("../img/banner-overlay-gradient.png");
  background-size: auto 100%;
  right: 70%; }

.banner-overlay-l4-triangles {
  z-index: 120;
  background-image: url("../img/banner-overlay-triangles.png");
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center; }

.page-banner-content {
  position: relative;
  z-index: 150;
  margin: 120px 0 0 0;
  color: #fff;
  text-shadow: 1px 1px 3px #516581; }

.page-banner-title {
  font-size: 48px;
  padding: 0 0 25px 0;
  margin: 0;
  border-bottom: 1px solid #ddd;
  display: inline-block;
  font-weight: 300; }

.page-banner-description {
  margin: 25px 0 0 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.7em; }

@media (max-width: 991px) {
  #wrapper-page-banner {
    height: 468px; }
  .banner-overlay-l1-image {
    background-size: auto 120%; }
  .page-banner-title {
    font-size: 36px; }
  .page-banner-description {
    font-size: 16px;
    line-height: 1.7em; } }

@media (max-width: 768px) {
  .banner-overlay-l1-image {
    background-size: auto 120%; }
  .banner-overlay-l2-gradient,
  .banner-overlay-l3-gradient {
    display: none; }
  .page-banner-content {
    margin: 70px 0 0 0; } }

/* Download Page
------------------------------------------------------------------------------*/
#wrapper-download-page-content {
  padding: 85px 0; }

.download-page-banner-type {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: lighter;
  padding: 0 0 25px 0;
  margin: 0 0 25px 0;
  border-bottom: 1px solid #fff;
  display: inline-block;
  clear: both; }

.download-page-banner-title {
  font-size: 43px;
  font-weight: lighter;
  line-height: 55px;
  margin: 0; }

.download-page-content p,
.download-page-content li {
  font-size: 14px;
  color: #545d61;
  line-height: 1.7em;
  margin: 0 0 20px 0; }

.download-page-title {
  color: #3b9dcc;
  font-size: 30px;
  line-height: 40px;
  font-weight: lighter;
  margin: 0 0 30px 0; }

.download-page-image {
  text-align: center; }

.download-page-image img {
  width: 100%;
  max-width: 450px; }

#download-icon {
  position: relative;
  top: -110px;
  margin: 0 0 -80px 0; }

@media (max-width: 768px) {
  .download-page-banner-type {
    font-size: 18px; }
  .download-page-banner-title {
    font-size: 36px;
    line-height: 50px; }
  .download-page-image {
    margin: 50px 0 0 0; } }

/* Insights Featured Posts
------------------------------------------------------------------------------*/
.insight-post-thumbnail {
  height: 210px; }

.insight-post-thumbnail,
.insight-datasheet-thumbnail {
  background-color: #ebebeb;
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
  padding: 20px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 12px;
  color: #fff;
  text-shadow: 1px 1px 10px #202833; }

.insight-post-title {
  background-color: #fff;
  height: 120px;
  padding: 20px; }

.insight-post-title h3 {
  color: #3b9dcc;
  font-weight: 300;
  font-size: 18px;
  padding: 0;
  margin: 0;
  max-width: 300px; }

.insight-datasheet-thumbnail {
  height: 165px; }

.insight-datasheet-meta {
  background-color: #202833;
  color: #fff;
  height: 165px;
  padding: 20px; }

.insight-datasheet-meta-title {
  border-bottom: 1px solid #3b9dcc;
  margin: 0 0 15px 0; }

.insight-datasheet-meta-title h3 {
  font-size: 16px;
  text-transform: uppercase;
  margin: 0;
  padding: 0; }

.insight-datasheet-meta-excerpt {
  font-weight: 300;
  font-size: 13px; }

.insight-datasheet-see-all {
  position: absolute;
  bottom: 20px;
  right: 20px;
  font-size: 12px;
  color: #3b9dcc;
  font-weight: 600; }

.blog-entry {
  height: 350px; }

ul.tag-list {
  list-style-type: none;
  margin-left: 0px;
  padding-bottom: 0px;
  margin-bottom: 15px; }
  ul.tag-list li {
    margin-bottom: 0px;
    display: inline-block;
    margin-right: 10px; }
    ul.tag-list li a {
      font-size: 12px;
      color: #6c469c;
      margin-bottom: 5px; }

.blog-entry-title ul.post-categories {
  padding-bottom: 0px;
  list-style-type: none;
  margin-left: 0px; }
  .blog-entry-title ul.post-categories li {
    margin-bottom: 0px; }
    .blog-entry-title ul.post-categories li a {
      font-size: 12px; }

.featured-blog-entry-title {
  max-width: 380px; }

.featured-blog-entry a {
  color: #FFF; }
  .featured-blog-entry a:hover {
    text-decoration: none; }

.page-template-archive-blog #wrapper-page-banner {
  height: 284px; }

.archive.tag .page-banner-title {
  text-transform: capitalize; }

.page-template-archive-blog .banner-overlay-l4-triangles {
  background-size: auto auto; }

#search-articles {
  padding: 0px !important; }
  #search-articles h2 {
    margin: 0 0 15px 0 !important; }

.search-pad {
  padding: 10px 20px; }

.browse-topic {
  margin-top: 10px;
  padding: 10px 20px;
  background: #FFF;
  height: 100%; }
  .browse-topic p {
    color: #000; }

ul#tag-list-archive {
  list-style-type: none;
  margin: 0px;
  padding: 0px; }
  ul#tag-list-archive li {
    margin-bottom: 2px;
    display: inline-block; }
    ul#tag-list-archive li a {
      color: #6c469c;
      font-size: 12px; }

/* Products Page
------------------------------------------------------------------------------*/
/* Products Page
 * (The section with the buildings and three icons with text boxes)
------------------------------------------------------------------------------*/
#wrapper-benefits {
  background-color: #dfecf2;
  background-image: url("../img/product-page-buildings.png");
  background-position: center top;
  background-repeat: no-repeat;
  height: auto;
  padding: 430px 0 60px 0; }

.benefits-strikethrough {
  border-top: 2px solid #b4daec;
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  position: relative;
  top: 56px; }

.benefit-block {
  text-align: center; }

.benefit-block img {
  display: inline-block; }

.benefit-title {
  color: #3b9dcc;
  font-size: 20px;
  font-weight: 500;
  margin: 5px 0 50px 0; }

.benefit-content {
  text-align: left;
  padding: 40px 25px;
  background-color: #fff;
  border-radius: 5px;
  min-height: 350px;
  width: auto; }

.benefit-content ul {
  margin: 0 0 0 20px;
  padding: 0; }

.benefit-content p,
.benefit-content li {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5em;
  padding: 0;
  margin: 0 0 10px 0; }

@media (max-width: 991px) {
  #wrapper-benefits {
    background-size: auto 650px;
    padding: 300px 0 60px 0; }
  .benefits-strikethrough {
    display: none; }
  .benefit-title {
    margin: 10px 0 20px 0; }
  .benefit-content {
    margin: 0 0 40px 0;
    min-height: auto; } }

@media (max-width: 768px) {
  #wrapper-benefits {
    background-size: auto 500px;
    padding: 240px 0 60px 0; } }

/* Products Page
 * (The section with the four boxes right before the CTA)
------------------------------------------------------------------------------*/
#wrapper-prodblocks {
  padding: 40px 0; }

.prodblocks-section-1 img,
.prodblocks-section-2 img {
  width: 100%;
  height: auto; }

.prodblocks-section-1 {
  height: auto;
  position: relative; }

.prodblocks-section-1 img {
  height: 570px; }

.prodblocks-section-2 {
  height: 570px; }

.prodblock-content {
  -webkit-transition: max-height 0.5s all ease;
  -moz-transition: max-height 0.5s all ease;
  -ms-transition: max-height 0.5s all ease;
  -o-transition: max-height 0.5s all ease;
  transition: max-height 0.5s all ease;
  height: 215px;
  width: auto;
  padding: 40px;
  background-color: #fff;
  width: 100%;
  position: relative; }

.prodblock-content:hover {
  height: auto;
  max-height: 570px;
  min-height: 215px;
  overflow: scroll; }

.prodblock-content:hover .prodblock-content-white-overlay {
  display: none; }

.prodblock-content-title {
  color: #3b9dcc;
  font-size: 22px;
  margin: 0 0 15px 0;
  font-weight: 300; }

.prodblock-content-description {
  font-size: 12px;
  color: #abc2cd;
  line-height: 1.7em; }

.prodblock-content-description p,
.prodblock-content-description li {
  color: #abc2cd;
  font-size: 12px;
  font-weight: 300; }

.prodblock-content-description ul,
.prodblock-content-3-description ul {
  padding: 5px 0;
  margin: 0 0 0 15px; }

.prodblock-content-white-overlay {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 60px;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 52%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 52%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 52%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
  /* IE6-9 */ }

#prodblock-content-1 {
  position: absolute;
  left: 0px;
  bottom: 0px;
  right: 0px; }

#prodblock-content-2 {
  height: 570px; }

#prodblock-content-2 img {
  height: 355px; }

#prodblock-content-2-inner {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0; }

#prodblock-content-3 {
  height: 570px;
  width: 100%;
  background-color: #202833;
  color: #fff;
  padding: 40px; }

.prodblock-content-3-title {
  font-size: 24px;
  font-weight: 300;
  border-bottom: 1px solid #3b9dcc;
  display: inline-block;
  margin: 0 0 15px 0;
  padding: 0 0 5px 0; }

.prodblock-content-3-description {
  color: #708492;
  font-size: 12px;
  line-height: 1.7em; }

.prodblock-content-3-description p,
.prodblock-content-3-description li {
  color: #708492;
  font-size: 12px;
  font-weight: 300; }

@media (max-width: 991px) {
  #wrapper-prodblocks {
    background-color: #f5f5f5; }
  .container-prodblocks {
    box-shadow: none !important;
    padding: 0 30px !important; }
  .prodblocks-section-1 img,
  .prodblocks-section-2 {
    height: auto; }
  .prodblock-content {
    margin: 0 0 40px 0;
    height: auto; }
  .prodblock-content:hover {
    height: auto; }
  .prodblock-content-white-overlay {
    display: none; }
  #prodblock-content-1,
  #prodblock-content-2 {
    position: static; }
  #prodblock-content-2,
  #prodblock-content-2 img {
    height: auto; }
  #prodblock-content-2-inner {
    position: static; } }

#wrapper-internal-section-1 {
  padding: 65px 0 55px 0;
  background: #ffffff;
  /* Old browsers */
  background: -moz-radial-gradient(center, ellipse cover, #ffffff 54%, #e6f0f5 100%);
  /* FF3.6-15 */
  background: -webkit-radial-gradient(center, ellipse cover, #ffffff 54%, #e6f0f5 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(ellipse at center, #ffffff 54%, #e6f0f5 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e6f0f5',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */ }
