body {
	font-family: 'Open Sans', sans-serif;
	min-height: 0px;
}
.custom-header {
	padding-top: 25px;
	background-color: rgba(34, 34, 34, .9);
}
.navbar {
	min-height: 108px;
}
.navbar-brand {
	height: 50px;
	padding: 0;
    }

@media (max-width: 767px) {
	.navbar-brand {
		height: 50px;
		padding-left: 10px;
    	}
}

.navbar-default {
    	/* background-color: #f8f8f8; */
    	border-color: rgba(34, 34, 34, 1);
}
.navbar-collapse {
	max-height: 600px!important;
}

.container {
    	max-width: 950px !important;
    }
.navbar-default .navbar-nav>li>a {
	color: #fff;
	font-weight: 600;
	padding: 20px 20px 20px 20px;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
	color: #47b64a;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
	color: #47b64a;
	background-color: rgba(34, 34, 34, 1);
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
	color: #47b64a;
	background-color: rgba(34, 34, 34, 1);
}
.dropdown-menu {
	background-color: rgba(34, 34, 34, 1);
	border: 1px solid rgba(34, 34, 34, 1);
	border: 1px solid rgba(34, 34, 34, 1);
}
.dropdown-menu>li>a {
	color: #fff;
	font-weight: 600;
	padding: 10px 20px;
}
.navbar-default .navbar-nav .open .dropdown-menu > .active > a,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
	color: #555;
	background-color: rgba(34, 34, 34, 1);
}
.dropdown-menu>li>a:hover {
	color: #47b64a;
	background-color: rgba(34, 34, 34, 1);
}
@media (min-width: 768px) {
	.navbar-nav>li>a {
		padding: 20px 20px 20px 20px;
	}
	/*
	.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
		 margin-left: 0; 
	}
	*/
}

.navbar-default .navbar-toggle {
	border-color: transparent;
}

.navbar-toggle {
	background-color: rgba(34, 34, 34, 1);
	border: 0px solid transparent;
}

@media (max-width: 767px) {
	.navbar-default .navbar-nav .open .dropdown-menu>li>a {
		color: #fff;
		text-align: center;
		font-weight: 300;
		padding: 15px 15px 15px 15px;
	}
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
		color: #47b64a;
		text-align: center;
	}
	.navbar-default .navbar-nav .open .dropdown-menu > .active > a,
	.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
	.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
		color: #47b64a;
		text-align: center;
	}
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	background-color: transparent;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #fff;
}

.navbar-toggle .icon-bar {
	height: 3px;
}

.container>.navbar-collapse {
	text-align: center;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border: 0px solid transparent;
}

/* Carousel base class */
.carousel {
	height: 700px;
}

.carousel-control {
	width: 5%;
	top: -40%;
	text-shadow: 0 0px 2px rgba(0,0,0,0);
}

.carousel-control.left {
	background-image: -webkit-linear-gradient(left,rgba(0,0,0,0) 0,rgba(0,0,0,0) 0%);
	background-image: -o-linear-gradient(left,rgba(0,0,0,0) 0,rgba(0,0,0,0) 0%);
	background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,0)),to(rgba(0,0,0,0)));
	background-image: linear-gradient(to right,rgba(0,0,0,0) 0,rgba(0,0,0,0) 0%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#00000000', GradientType=0);
}

.carousel-control.right {
	background-image: -webkit-linear-gradient(left,rgba(0,0,0,0) 0,rgba(0,0,0,0) 0%);
	background-image: -o-linear-gradient(left,rgba(0,0,0,0) 0,rgba(0,0,0,0) 0%);
	background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,0)),to(rgba(0,0,0,0)));
	background-image: linear-gradient(to right,rgba(0,0,0,0) 0,rgba(0,0,0,0) 0%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#00000000', GradientType=0);
}

.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
	top: 63%;
}

/* Since positioning the image, we need to help out the caption */
.carousel-caption {
	z-index: 10;
}
/* Declare heights because of positioning of img element */
.carousel .item {
	height: 700px;
	background-color: #777;
	
}

.carousel-caption {
	position: relative;
	text-shadow: 0 0 0 rgba(0,0,0,.6);
	text-align: left;
	right: 0%;
    	left: 0%;
}

.carousel-indicators li {
	display: inline-block;
	width: 25px;
	height: 25px;
	margin: 1px;
	background-color: #fff !important;
	border: 0px solid #fff;
	border-radius: 10px;
	opacity: 0.4;
}

.carousel-indicators .active {
	width: 15px;
	height: 15px;
	background-color: #fff !important;
	opacity: 1.0;
	margin: 1px;
}

.slides {
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: scroll;
}

.slide1 {
	background-image: url('../images/home_slide.jpg'); /* url("../images/construction_worker_tablet.jpg"); */
}


.slide2 {
  background-color: #4e5d98;
	/* background-image: url("/images/pendragon_software_mobile_flipped.jpg"); */
}

.w-slide {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 100%;
  white-space: normal;
  text-align: left;
}
..w-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 940px;
}
.w-container:before,
.w-container:after {
  content: " ";
  display: table;
}
.w-container:after {
  clear: both;
}
.w-container .w-row {
  margin-left: -10px;
  margin-right: -10px;
}
.w-row:before,
.w-row:after {
  content: " ";
  display: table;
}
.w-row:after {
  clear: both;
}
.w-row .w-row {
  margin-left: 0;
  margin-right: 0;
}
.w-col {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.w-col .w-col {
  padding-left: 0;
  padding-right: 0;
}
.w-col-1 {
  width: 8.33333333%;
}
.w-col-2 {
  width: 16.66666667%;
}
.w-col-3 {
  width: 25%;
}
.w-col-4 {
  width: 33.33333333%;
}
.w-col-5 {
  width: 41.66666667%;
}
.w-col-6 {
  width: 50%;
}
.w-col-7 {
  width: 58.33333333%;
}
.w-col-8 {
  width: 66.66666667%;
}
.w-col-9 {
  width: 75%;
}
.w-col-10 {
  width: 83.33333333%;
}
.w-col-11 {
  width: 91.66666667%;
}
.w-col-12 {
  width: 100%;
}
.w-hidden-main {
  display: none !important;
}
  
.slide2columns {
  margin-top: 0px;
  background-color: #0098ff;
}

.herobuttondiv {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 1000;
  height: auto;
  margin-top: 500px;
  margin-bottom: 480px;
  background-color: transparent;
  text-align: center;
}

.s2c1 {
  height: 700px;
  padding-top: 220px;
  padding-bottom: 220px;
  background-color: #4e5d98;
  background-image: url('../images/designer.jpg');
  background-position: 50% 50%;
  background-size: 700px;
  background-repeat: no-repeat;
}

.s2div {
  padding-top: 0px;
  padding-right: 48px;
  padding-left: 48px;
  text-align: center;
}

.s2c2 {
  height: 700px;
  padding-top: 220px;
  padding-bottom: 220px;
  background-color: #4e5d98;
  background-image: url('../images/publish_2.jpg'), url('../images/publish4.jpg');
  background-position: 50% 50%, 50% 50%;
  background-size: cover, cover;
  background-repeat: no-repeat, no-repeat;
}

.s2c3 {
  height: 700px;
  padding-top: 220px;
  padding-bottom: 220px;
  background-color: #4e5d98;
  background-image: url('../images/capture.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.s2c4 {
  height: 700px;
  padding-top: 220px;
  padding-bottom: 220px;
  background-color: #4e5d98;
  background-image: url('../images/manage2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slidesubtitle {
  margin-top: 0px;
  margin-bottom: 12px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
}

.slideparagraph {
  margin-bottom: 12px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  line-height: 24px;
  font-weight: 400;
}

.slideicon {
  margin-bottom: 12px;
}

.secondslide {
  background-color: #4e5d98;
}



.stepnumber {
  margin: 0px 0px 12px;
  padding-bottom: 0px;
  border-bottom: 1px none hsla(0, 0%, 100%, .5);
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 6px;
  text-transform: uppercase;
}

.slidebutton {
  margin-top: 6px;
  padding: 12px 24px;
  background-color: #47b64a;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  font-weight: 600;
}

.thirdslide {
  padding-top: 0px;
  background-image: url('/images/custom_templates_7.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.s3div {
  padding-right: 0px;
  padding-left: 0px;
  text-align: left;
}

.slide3container {
  margin-top: 108px;
  padding-top: 110px;
  padding-bottom: 110px;
  text-align: left;
}


.industries {
  margin-top: 0px;
}

.i1 {
  height: 700px;
  padding-top: 280px;
  padding-bottom: 280px;
  background-image: url('/images/education.jpg');
  background-position: 50% 50%;
  background-size: 700px;
  background-repeat: no-repeat;
}

.i2 {
  height: 700px;
  padding-top: 280px;
  padding-bottom: 280px;
  background-image: url('/images/manufacturing.jpg');
  background-position: 50% 50%;
  background-size: 700px;
  background-repeat: no-repeat;
}

.i3 {
  height: 700px;
  padding-top: 280px;
  padding-bottom: 280px;
  background-image: url('/images/healthcare.jpg');
  background-position: 50% 50%;
  background-size: 700px;
  background-repeat: no-repeat;
  text-align: center;
}

.i4 {
  height: 700px;
  padding-top: 280px;
  padding-bottom: 280px;
  background-image: url('/images/services.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.i5 {
  height: 700px;
  background-image: url('/images/services.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.industryslidediv {
  padding: 0px 30px;
  text-align: center;
}

.fourthslidetwo {
  background-image: url('/images/industries_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.industries2container {
  margin-top: 108px;
  padding-top: 178px;
  padding-bottom: 178px;
}

.industries2hero {
  text-align: center;
}



.slider-container {
	margin-left: auto;
	margin-right: auto;
	max-width: 940px;
}

.herocontainer {
	padding: 250px 30px 120px 30px;
	text-align: left;
}

/*
@media (min-width: 768px) {
	.herocontainer {
		padding: 250px 80px 120px 50px;
	}
}
*/

@media (min-width: 1024px) {
	.herocontainer {
		padding: 250px 250px 140px 3px;
	}
}

.herotitle {
	margin-top: 0px;
	margin-bottom: 24px;
	color: white;
	font-size: 36px;
	line-height: 42px;
	font-weight: 300 !important;
}

.herobold {
	font-weight: 600;
}

.herocopy {
	margin: 24px 0;
	color: white;
	font-size: 18px;
	line-height: 30px;
	font-weight: 300;
}

.no-radius {
	padding: 16px 32px;
	font-size: 14px;
	font-weight: 600;
	border-radius: 0;
}

.right-space {
	margin-right: 20px;
}

.ongreen {
	margin-bottom: 0px;
	color: white;
	font-size: 24px;
	font-weight: 300;
	text-align: center;
}

.sectiontitle {
	margin-top: 0px;
	margin-bottom: 60px;
	color: #5e5e5e;
	font-size: 36px;
	line-height: 42px;
	font-weight: 300;
	text-align: center;
}

.white {
	margin-bottom: 24px;
	color: white;
	line-height: 42px;
	font-weight: 300;
}

.corecapability {
	margin-top: 12px;
	margin-bottom: 12px;
	padding-left: 76px;
	color: #5e5e5e;
	font-weight: 600;
}

.coresleft {
	margin-bottom: 0px;
	padding-right: 3px;
	padding-left: 76px;
	float: none;
	color: #5e5e5e;
	font-size: 14px !important;
	font-weight: 400 !important;
}

a {
	color: #47b64a;
}

a:hover,
a:focus,
a:active {
	color: #47924c;
	text-decoration: none;
}

.center950 {
	max-width: 950px;
	margin: 0 auto 25px;
}

.center1150 {
	max-width: 1150px;
	margin: 0 auto 25px;
}

.max65 {
	max-width: 65px;
}

.max600 {
	max-width: 600px;
	margin: 0 auto;
}

.max620 {
	max-width: 620px;
	margin: 0 auto;
}
 
.max130 {
	max-height: 130px;
	display: inline;
}
 
.max80 {
	max-height: 80px;
	display: inline;
	margin-bottom: 10px;
}
 
.featuretitle {
	margin: 12px 0px 24px;
	padding-right: 0px;
	padding-left: 0px;
	color: #5e5e5e;
	font-size: 24px;
	line-height: 30px;
	font-weight: 600;
}

.featuredescription {
	margin-bottom: 30px;
	color: #5e5e5e;
	font-size: 18px !important;
	line-height: 30px;
	font-weight: 300;
}

.greenbullet {
	color: #47b64a;
	font-weight: 700;
}

.sectiontitlebold {
	font-weight: 600;
}

.calltoactionparagraph {
	margin-bottom: 36px;
	padding-right: 200px;
	padding-left: 200px;
	color: white;
	font-size: 18px !important;
	line-height: 30px;
	font-weight: 300;
}

@media (max-width: 767px) {
	.calltoactionparagraph {
padding-right: 25px;
padding-left: 25px;
	}
}

.pendragoninfo {
	margin-top: 24px;
	color: #979797;
	line-height: 24px;
	font-size: 14px !important;
}

.footeritem {
	color: gray;
	line-height: 18px;
	text-decoration: none;
}

.footerlink {
	padding-top: 14px;
	padding-bottom: 14px;
	line-height: 20px;
}

.copyrightsection {
	padding-top: 119px;
	padding-bottom: 119px;
	background-color: whitesmoke;
}

.copyright {
	font-size: 14px !important;
	color: silver;
	line-height: 14px;
	font-weight: 300;
}

.featureblocklink {
	color: #999;
	font-size: 17px;
	font-weight: 400;
	text-align: center;
	text-decoration: none;
}

featureblocklink.active {
	color: #47b64a;
}
    
.suppagetitle {
	margin-top: 0px;
	margin-bottom: 24px;
	color: #5e5e5e;
	font-size: 36px !important;
	line-height: 42px;
	font-weight: 300;
}

.suppageparagraph {
	margin-bottom: 30px;
	padding-right: 0px;
	color: #5e5e5e;
	font-size: 18px !important;
	line-height: 30px;
	font-weight: 300;
	list-style-type: square;
}

@media (max-width: 767px) {
	.suppageparagraph {
padding-right: 25px;
padding-left: 25px;
	}
}

.bulletlist {
	margin-bottom: 30px;
	color: #5e5e5e;
	font-size: 18px !important;
	line-height: 30px;
	font-weight: 300;
}

.phonenumber {
	color: #47b64a;
	font-weight: 600;
	text-decoration: none;
}

.emailaddress {
	color: #47b64a;
	font-weight: 600;
	text-decoration: none;
}

.pendragonformfield {
	margin-bottom: 18px;
	padding-top: 32px;
	padding-bottom: 30px;
	border: 1px none #47b64a;
	color: #5e5e5e;
	line-height: 14px;
	font-weight: 300;
}
.pd-input {
    display: block;
    width: 100%;
    height: 38px;
    padding: 8px 12px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #333333;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc;
}

.form-control {
    height: 60px;
    border: 0px solid #ccc;
    border-radius: 0;
}

.form-control:focus {
	border: 1px solid #47b64a;
	outline: 0;
	-webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,0), 0 0 0px rgba(102, 175, 233, 0);
		box-shadow: inset 0 0px 0px rgba(0,0,0,0), 0 0 0px rgba(102, 175, 233, 0);
}

.userstotal {
	margin-bottom: 18px;
	color: #47b647;
	font-size: 18px;
	font-weight: 700;
}

.userstotal_checkout {
	padding-left: 15px;
	margin-bottom: 11px;
	color: #47b647;
	font-size: 14px;
	font-weight: 700;
}

.grand_total {
	color: #47b647;
	font-size: 14px;
	font-weight: 700;
}

.planname.essentials {
	background-color: transparent;
	color: #47b647;
}

.planname {
	margin-top: 0px;
	/* margin-bottom: 24px; */
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.startsat {
	margin-top: 0px;
	margin-bottom: 6px;
	color: #5e5e5e;
	font-size: 12px;
}

.price {
	margin-bottom: 0px;
	color: #5e5e5e;
	font-size: 30px;
	font-weight: 300;
}

.permonth {
	font-size: 12px;
}

.startsatamountofusers {
	margin-bottom: 14px;
	color: #5e5e5e;
	font-size: 12px;
	font-weight: 300;
}

.planfeature {
	margin-top: 0px;
	margin-bottom: 2px;
	padding-bottom: 0px;
	border-style: none;
	border-width: 1px;
	border-color: black black #e6e6e6;
	color: #5e5e5e;
	font-size: 14px !important;
	font-weight: bold;
}

.planfeaturedetail {
	/* margin-bottom: 32px !important; */
	color: #5e5e5e !important;
	font-size: 14px !important;
}

.pricing-cells {
	background-color: #fff;
	padding: 35px 10px;
	margin-bottom: 20px;
}

.planname.standard {
	color: #465f99;
}

.planname.professional {
	color: #e45959;
}

.planname.enterprise {
	color: #358989;
}

.btn-standard {
	color: #fff;
	background-color: #465f99;
}

.btn-standard:focus,
.btn-standard.focus {
	color: #fff;
	background-color: #294a97;
	border-color: #255625;
}

.btn-standard:hover {
	color: #fff;
	background-color: #294a97;
	border-color: #255625;
}

.btn-professional {
	color: #fff;
	background-color: #e45959;
}

.btn-professional:focus,
.btn-professional.focus {
	color: #fff;
	background-color: #dd4646;
	border-color: #255625;
}

.btn-professional:hover {
	color: #fff;
	background-color: #dd4646;
	border-color: #255625;
}

.btn-enterprise {
	color: #fff;
	background-color: #358989;
}

.btn-enterprise:focus,
.btn-enterprise.focus {
	color: #fff;
	background-color: #177f7b;
	border-color: #255625;
}

.btn-enterprise:hover {
	color: #fff;
	background-color: #177f7b;
	border-color: #255625;
}

.plan-selected {
	margin: -10px -5px 10px;
	padding-bottom: 22px;
	box-shadow: rgba(70, 95, 153, 0.8) 0px 14px 25px -5px;
}

.indicator {
	margin-top: -60px;
}

.ui-state-default {
	border: 1px solid #d3d3d3;
	background: #f5f5f5;
}

.ui-slider-horizontal .ui-slider-handle {
	top: -.6em;
}

.ui-slider .ui-slider-handle {
	width: 1.0em;
	height: 2.4em;
}

.ui-widget-content {
    border: 1px solid #ccc;
    background: #ffffff;
}

.ui-slider-horizontal {
	height: 1.2em;
}

.cart-labels {
	padding-top: 18px;
}

hr {
	margin-top: 10px;
	margin-bottom: 10px;
}


@media (max-width: 991px) {
  .navbar-default .navbar-brand {
	margin-left: 35px!important;
  }

  .navbar {
		/* max-height: 96px; */
		min-height: 96px;
	}
  .corecapabilitiessection {
    padding-top: 120px;
    padding-bottom: 84px;
  }
  .pendragonmainnav {
	background-color: rgba(34, 34, 34, 1);
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .pendragonslider {
    height: 700px;
    margin-top: 96px;
  }
  .firstslide {
    background-position: 50% 23%;
    background-repeat: no-repeat;
  }
  .features {
    padding-top: 120px;
    padding-bottom: 60px;
  }
  .calltoactionsection {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .copyrightsection {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .heromessage1 {
    text-align: left;
  }
/*
  .herocontainer {
    padding: 150px 197px 150px 20px;
    text-align: left;
  }
*/
    /* margin-top: 40px; */
  .herocontainer {
   /* margin-top: 40px; */
    padding: 141px 150px 141px 60px;
  }
  .navitem {
    text-align: center;
  }
  .herotitle {
    font-size: 30px;
    line-height: 36px;
  }
  .navigationcontainer {
    background-color: rgba(34, 34, 34, .9);
  }
  .herocopy.integration {
    margin-right: -20px;
    margin-left: -20px;
  }
  .button1.essentials {
    padding-right: 24px;
    padding-left: 24px;
  }
  .button1.standard {
    padding-right: 24px;
    padding-left: 24px;
  }
  .button1.professional {
    padding-right: 24px;
    padding-left: 24px;
  }
  .button1.enterprise {
    padding-right: 24px;
    padding-left: 24px;
  }
  .sectiontitle {
    padding-right: 104px;
    padding-left: 104px;
  }
  .sectiontitle.ongreen {
    padding-right: 40px;
    padding-left: 40px;
  }
  .featurediv {
    margin-bottom: 60px;
  }
  .mobileburger {
    color: #fff;
    font-size: 36px;
  }
  .mobileburger.w--open {
    background-color: rgba(71, 182, 74, 0);
  }
  .leftarrow {
    margin-left: -10px;
  }
  .rightarrow {
    margin-right: -10px;
  }
  .herosection {
    background-position: 50% 50%;
  }
  .herosection.designer {
    background-position: 50% 50%;
    background-size: cover;
  }
  .herosection.cs {
    background-position: 50% 0px;
  }
  .herosection.data {
    background-position: 50% 0px;
    background-repeat: repeat-y;
  }
  .herosection.integration {
    background-position: 50% 0px;
    background-repeat: repeat-y;
  }
  .herosection.servicesbanner {
    background-position: 76% 80%;
  }
  .herocontainer2 {
    padding-right: 60px;
    padding-left: 60px;
  }
  .herocontainer2.services {
    padding-right: 60px;
    padding-left: 60px;
  }
  .fieldtypes {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .scripting {
    padding-top: 120px;
    padding-bottom: 0px;
  }
  .customforms {
    padding-top: 120px;
  }
  .screenshot1 {
    width: 360px;
  }
  .scriptingscreenshot {
    margin-top: -160px;
    margin-left: 0px;
    text-align: left;
  }
  .fieldtypesscreenshot {
    margin-top: 0px;
    margin-right: 0px;
    text-align: center;
  }
  .screenshotcolumn2 {
    text-align: left;
  }
  .custombrandeddiv {
    padding-right: 60px;
    padding-left: 60px;
  }
  .desktoptomobile {
    padding-bottom: 120px;
  }
  .iconandparagraphdiv {
    padding-top: 120px;
  }
  .iconandparagraphcolumns {
    margin-bottom: 80px;
    padding-bottom: 40px;
  }
  .iconandparagraphcolumns.last {
    padding-right: 10px;
    padding-left: 10px;
  }
  .pricingsection {
    margin-top: 96px;
    padding-top: 120px;
  }
  .pricingheadline {
    margin-right: 120px;
    margin-left: 120px;
  }
  .pickyourprice {
    margin-bottom: 42px;
    line-height: 48px;
  }
  .slider {
    margin-right: 91px;
    margin-left: 91px;
  }
  .formdesignandpreview {
    padding-top: 120px;
    padding-bottom: 0px;
  }
  .synchronizationrules {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .usersandgroups {
    padding-top: 90px;
    padding-bottom: 120px;
  }
  .dataaccessibility {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .export {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .removeodbc {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .removeodbcscreenshot {
    margin-left: 19px;
  }
  .othertoolsdiv {
    padding-right: 60px;
    padding-left: 60px;
  }
  .contactusdiv {
    margin-top: 96px;
  }
  .contactuscontainer {
    padding-right: 61px;
    padding-left: 61px;
  }
  .dropdown {
    text-align: center;
  }
  .dropdownonmainmenu {
    padding-right: 97px;
    padding-left: 97px;
    text-align: center;
  }
  .dropdownonmainmenu.w--open {
    padding-right: 0px;
    padding-left: 0px;
  }
  .dropdownlist.w--open {
    margin-top: 0px;
    margin-bottom: 10px;
    background-color: transparent;
    color: #fff;
    font-weight: 300;
    text-align: center;
  }
  .droplistitem {
    text-align: center;
  }
  .dropdowntitle {
    text-align: center;
  }
  .dropdownarrow {
    padding-right: 300px;
  }
  .featuressubmenu {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .scriptingtext {
    padding-right: 120px;
    padding-left: 120px;
  }
  .formdesigntext {
    padding-right: 120px;
    padding-left: 120px;
  }
  .slide2columns {
    height: 700px;
  }
  .s2c1 {
    height: 350px;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .s2div {
    padding-right: 20px;
    padding-left: 20px;
  }
  .s2c2 {
    height: 350px;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .s2c3 {
    height: 350px;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .s2c4 {
    height: 350px;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .slidesubtitle {
    margin-bottom: 12px;
  }
  .slideparagraph {
    margin-bottom: 6px;
  }
  .secondslide {
    margin-top: 0px;
  }
  .s3div {
    text-align: left;
  }
  .slide3container {
    margin-top: 0px;
    padding: 170px 0px;
    text-align: center;
  }
  .slidebutton {
    margin-top: 12px;
  }
  .templateitems {
    font-size: 14px;
  }
  .bodybackground {
    background-color: #4e5d98;
  }
  .iconstemplate {
    margin-top: 0px;
  }
  .iconsmobile {
    float: none;
    text-align: left;
  }
  .i1 {
    height: 350px;
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .i2 {
    height: 350px;
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .i3 {
    height: 350px;
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .i4 {
    height: 350px;
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .industryslidediv {
    padding-right: 20px;
    padding-left: 20px;
  }
  .industries2container {
    margin-top: 0px;
    padding-top: 236px;
    padding-bottom: 236px;
  }
  .herobuttondiv {
    margin-top: 320px;
  }
  .pendragonslider {
    margin-top: 96px;
  }
}

@media (max-width: 767px) {

  .navbar-default .navbar-brand {
	margin-left: 50px!important;
  }
  .corecapabilitiessection {
    padding-bottom: 84px;
  }
  .pendragonslider {
    height: 700px;
  }
  .firstslide {
    background-image: url('images/home_slide.jpg');
    background-position: 58% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .features {
    padding-bottom: 60px;
  }
  .calltoactionsection {
    padding-right: 20px;
    padding-left: 20px;
  }
  .footercontainer {
    padding-right: 10px;
    padding-left: 10px;
    text-align: center;
  }
  .herocontainer {
   /* margin-top: 40px; */
    padding: 141px 150px 141px 60px;
  }
  .herotitle {
    font-size: 30px;
    line-height: 36px;
  }
  .herocopy {
    font-size: 18px;
    line-height: 30px;
  }
  .herocopy.integration {
    margin-right: 0px;
    margin-left: 0px;
  }
  .sectiontitle {
    padding-right: 103px;
    padding-left: 103px;
  }
  .sectiontitle.white {
    padding-right: 20px;
    padding-left: 20px;
  }
  .sectiontitle.ongreen {
    padding-right: 61px;
    padding-left: 61px;
    line-height: 36px;
  }
/*  .left {
    padding-right: 20px;
    padding-left: 20px;
  }
  */
  .featurediv {
    margin-bottom: 60px;
  }
  .calltoactionparagraph {
    padding-right: 20px;
    padding-left: 20px;
  }
  .copyright {
    line-height: 24px;
  }
  /*
  .right {
    padding-right: 20px;
    padding-left: 20px;
  }*/
  .featuresrow2 {
    margin-top: 0px;
  }
  .footercolumn1 {
    margin-bottom: 40px;
  }
  .footercolumn2 {
    margin-bottom: 40px;
  }
  .footercolumn3 {
    margin-bottom: 40px;
  }
  .footercolumn4 {
    margin-bottom: 40px;
  }
  .herosection {
    height: auto;
  }
  .herosection.cs {
    background-position: 50% 0px;
  }
  .herocontainer2 {
    padding: 200px 20px 163px;
  }
  .fieldtypes {
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
  }
  .suppageparagraph {
    padding-right: 20px;
    padding-left: 20px;
  }
  .scripting {
    padding-right: 20px;
    padding-bottom: 120px;
    padding-left: 20px;
    text-align: center;
  }
  .customforms {
    padding-right: 20px;
    padding-bottom: 120px;
    padding-left: 20px;
  }
  .screenshotcolumn2 {
    text-align: center;
  }
  .bulletlist {
    padding-right: 90px;
    padding-left: 90px;
    text-align: left;
  }
  .bulletlist.leftaligned {
    padding-right: 0px;
    padding-left: 20px;
  }
  .iconandparagraphcolumns {
    text-align: center;
  }
  .serviceicon {
    margin-bottom: 18px;
  }
  .pricingsection {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .plans {
    padding-right: 90px;
    padding-left: 90px;
  }
  .pickyourprice {
    margin-bottom: 36px;
  }
  .slider {
    margin-right: 20px;
    margin-left: 20px;
  }
  .plandiv {
    margin-bottom: 60px;
  }
  .plandiv.selected.standard {
    margin-bottom: 60px;
  }
  .centeredheadline {
    font-size: 30px;
  }
  .formdesignandpreview {
    padding-bottom: 120px;
  }
  .formdesigncontainer {
    text-align: center;
  }
  .synchronizationrulescontainer {
    text-align: center;
  }
  .usersandgroups {
    padding-right: 0px;
    padding-left: 0px;
  }
  .dataaccessibility {
    padding-right: 20px;
    padding-left: 20px;
  }
  .export {
    padding-right: 20px;
    padding-left: 20px;
  }
  .removeodbc {
    padding-right: 20px;
    padding-left: 20px;
  }
  .othertools {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .othertoolsdiv {
    padding-right: 20px;
    padding-left: 20px;
  }
  .contactusdiv {
    padding-top: 60px;
    padding-bottom: 120px;
  }
  .contactuscontainer {
    padding-right: 20px;
    padding-left: 20px;
  }
  .contactusmessage {
    font-size: 14px;
    line-height: 24px;
  }
  .submit {
    padding-right: 200px;
    padding-left: 200px;
  }
  .contacticondiv {
    margin-top: 24px;
  }
  .usersandgroupsdiv {
    padding-right: 20px;
    padding-left: 20px;
  }
  .dropdownarrow {
    padding-right: 200px;
  }
  .da {
    margin-top: 40px;
  }
  .io {
    margin-top: 40px;
  }
  .scriptingtext {
    margin-bottom: 0px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .formdesigntext {
    margin-bottom: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .s2c1 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .s2div {
    padding-right: 0px;
    padding-left: 0px;
  }
  .s2c2 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .s2c3 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .s2c4 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .slidesubtitle {
    font-size: 18px;
    line-height: 24px;
  }
  .slide3container {
    padding: 110px 50px;
  }
  .i1 {
    padding-top: 160px;
    padding-bottom: 160px;
  }
  .i2 {
    padding: 150px 14px;
  }
  .i3 {
    padding-top: 160px;
    padding-bottom: 160px;
  }
  .i4 {
    padding-top: 160px;
    padding-bottom: 160px;
  }
  .industryslidediv {
    padding-right: 0px;
    padding-left: 0px;
  }
  .fourthslidetwo {
    background-image: url('../images/industries_1.jpg');
    background-position: 50% 0px;
    background-size: cover;
    background-repeat: no-repeat;
  }
}

@media (max-width: 479px) {
  .navbar-default .navbar-brand {
	margin-left: 15px!important;
  }
  .corecapabilitiessection {
    padding-bottom: 90px;
  }
  .pendragonmainnav {
	background-color: rgba(34, 34, 34, 1);
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .pendragonslider {
    height: 700px;
    margin-top: 72px;
  }
  .firstslide {
    background-position: 63% 50%;
  }
  .heromessage1 {
    text-align: left;
  }
  .herocontainer {
   /* margin: 40px; */
    padding: 180px 58px 180px 20px;
  }
  .herotitle {
    margin-bottom: 18px;
    font-size: 24px;
    line-height: 30px;
  }
  .herocopy {
    margin-bottom: 24px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 14px;
    line-height: 24px;
  }
  .button1 {
    padding-top: 18px;
    padding-bottom: 18px;
  }
  .button1.blue {
    margin-top: 18px;
    margin-left: 0px;
  }
  .sectiontitle {
    margin-bottom: 30px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 30px;
    line-height: 30px;
  }
  .sectiontitle.white {
    margin-bottom: 18px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .sectiontitle.ongreen {
    padding-right: 25px;
    padding-left: 25px;
  }
  .coresleft {
    padding-left: 70px;
  }
  .core {
    margin-bottom: 30px;
  }
  .featuretitle {
    font-size: 18px;
  }
  .featuredescription {
    font-size: 14px;
    line-height: 24px;
  }
  .calltoactionparagraph {
    margin-bottom: 24px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 14px;
    line-height: 24px;
  }
  .footerlink {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .right {
    padding-right: 20px;
    padding-left: 20px;
  }
  .devicemockups {
    margin-bottom: 30px;
  }
  .corecapability {
    padding-left: 70px;
  }
  .leftarrow {
    margin-left: -20px;
  }
  .rightarrow {
    margin-right: -20px;
  }
  .footercolumn1 {
    margin-bottom: 30px;
  }
  .footercolumn2 {
    margin-bottom: 30px;
  }
  .footercolumn3 {
    margin-bottom: 30px;
  }
  .footercolumn4 {
    margin-bottom: 30px;
  }
  .logo {
    padding-right: 40px;
  }
  .herosection.servicesbanner {
    background-position: 72% 0px;
    background-repeat: repeat-y;
  }
  .herocontainer2 {
    padding: 190px 10px 216px;
  }
  .herocontainer2.services {
    padding-right: 10px;
    padding-left: 10px;
  }
  .fieldtypes {
    padding-right: 10px;
    padding-left: 10px;
  }
  .suppagetitle {
    font-size: 30px;
    line-height: 36px;
  }
  .suppageparagraph {
    font-size: 14px;
    line-height: 24px;
  }
  .scripting {
    padding-right: 10px;
    padding-left: 10px;
  }
  .customforms {
    padding-right: 10px;
    padding-left: 10px;
  }
  .custombrandeddiv {
    padding-right: 10px;
    padding-left: 10px;
  }
  .bulletlist {
    padding-right: 60px;
    padding-left: 60px;
    font-size: 14px;
    line-height: 24px;
  }
  .pricingsection {
    margin-top: 72px;
  }
  .pricingheadline {
    margin-right: 20px;
    margin-left: 20px;
  }
  .plans {
    padding-right: 10px;
    padding-left: 10px;
  }
  .pickyourprice {
    margin-bottom: 36px;
    font-size: 36px;
  }
  ._20amonth {
    font-size: 60px;
  }
  .howmanyusers {
    font-size: 30px;
  }
  .slider {
    margin-right: 0px;
    margin-left: 0px;
  }
  .synchronizationrulesscreenshot {
    max-width: 50%;
  }
  .dataaccessibility {
    padding-right: 10px;
    padding-left: 10px;
  }
  .export {
    padding-right: 10px;
    padding-left: 10px;
  }
  .removeodbc {
    padding-right: 10px;
    padding-left: 10px;
  }
  .othertools {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .othertoolsdiv {
    padding-right: 10px;
    padding-left: 10px;
  }
  .contactusdiv {
    margin-top: 70px;
  }
  .submit {
    padding-right: 80px;
    padding-left: 80px;
  }
  .usersandgroupsicon {
    max-width: 50%;
  }
  .dropdownarrow {
    padding-right: 100px;
  }
  .slidesubtitle {
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 18px;
  }
  .slide3container {
    padding: 101px 10px;
  }
  .i1 {
    padding-top: 130px;
    padding-bottom: 130px;
  }
  .i2 {
    padding-top: 130px;
    padding-bottom: 130px;
  }
  .i3 {
    padding-top: 130px;
    padding-bottom: 130px;
  }
  .i4 {
    padding-top: 130px;
    padding-bottom: 130px;
  }
  .industryslidediv {
    padding-right: 0px;
    padding-left: 0px;
  }
}


@media screen and (max-width: 991px) {
	.carousel {
		margin-top: 96px;	
	}
  .w-container {
    max-width: 728px;
  }
  .w-hidden-main {
    display: inherit !important;
  }
  .w-hidden-medium {
    display: none !important;
  }
  .w-col-medium-1 {
    width: 8.33333333%;
  }
  .w-col-medium-2 {
    width: 16.66666667%;
  }
  .w-col-medium-3 {
    width: 25%;
  }
  .w-col-medium-4 {
    width: 33.33333333%;
  }
  .w-col-medium-5 {
    width: 41.66666667%;
  }
  .w-col-medium-6 {
    width: 50%;
  }
  .w-col-medium-7 {
    width: 58.33333333%;
  }
  .w-col-medium-8 {
    width: 66.66666667%;
  }
  .w-col-medium-9 {
    width: 75%;
  }
  .w-col-medium-10 {
    width: 83.33333333%;
  }
  .w-col-medium-11 {
    width: 91.66666667%;
  }
  .w-col-medium-12 {
    width: 100%;
  }
  .w-col-stack {
    width: 100%;
    left: auto;
    right: auto;
  }
}
@media screen and (max-width: 767px) {
  .navbar-header {		
	height: 60px;
	}
	.carousel {
		margin-top: 60px;	
	}

 .custom-header {
	padding-top: 6px;
	margin-top: 0px;
    min-height: 60px;
  }   
 .w-hidden-main {
    display: inherit !important;
  }
  .w-hidden-medium {
    display: inherit !important;
  }
  .w-hidden-small {
    display: none !important;
  }
  .w-row,
  .w-container .w-row {
    margin-left: 0;
    margin-right: 0;
  }
  .w-col {
    width: 100%;
    left: auto;
    right: auto;
  }
  .w-col-small-1 {
    width: 8.33333333%;
  }
  .w-col-small-2 {
    width: 16.66666667%;
  }
  .w-col-small-3 {
    width: 25%;
  }
  .w-col-small-4 {
    width: 33.33333333%;
  }
  .w-col-small-5 {
    width: 41.66666667%;
  }
  .w-col-small-6 {
    width: 50%;
  }
  .w-col-small-7 {
    width: 58.33333333%;
  }
  .w-col-small-8 {
    width: 66.66666667%;
  }
  .w-col-small-9 {
    width: 75%;
  }
  .w-col-small-10 {
    width: 83.33333333%;
  }
  .w-col-small-11 {
    width: 91.66666667%;
  }
  .w-col-small-12 {
    width: 100%;
  }
}
@media screen and (max-width: 479px) {
  .w-container {
    max-width: none;
  }
  .w-hidden-main {
    display: inherit !important;
  }
  .w-hidden-medium {
    display: inherit !important;
  }
  .w-hidden-small {
    display: inherit !important;
  }
  .w-hidden-tiny {
    display: none !important;
  }
  .w-col {
    width: 100%;
  }
  .w-col-tiny-1 {
    width: 8.33333333%;
  }
  .w-col-tiny-2 {
    width: 16.66666667%;
  }
  .w-col-tiny-3 {
    width: 25%;
  }
  .w-col-tiny-4 {
    width: 33.33333333%;
  }
  .w-col-tiny-5 {
    width: 41.66666667%;
  }
  .w-col-tiny-6 {
    width: 50%;
  }
  .w-col-tiny-7 {
    width: 58.33333333%;
  }
  .w-col-tiny-8 {
    width: 66.66666667%;
  }
  .w-col-tiny-9 {
    width: 75%;
  }
  .w-col-tiny-10 {
    width: 83.33333333%;
  }
  .w-col-tiny-11 {
    width: 91.66666667%;
  }
  .w-col-tiny-12 {
    width: 100%;
  }
}


@media (max-width: 479px) {
	.slide1 {
		background-position: 63% 50%;
	}

  .navbar-header {		
	height: 55px;
	}
  .logo {
    padding-right: 40px;
  }
  .pendragonmainnav {
    padding-top: 0px;
    padding-bottom: 0px;
	background-color: rgba(34, 34, 34, 1);
  }
 .custom-header {
	padding-top: 6px;
	margin-top: 0px;
    min-height: 60px;
  }  
  .carousel-control {
	display: none;
  }
}

.featureandrequirementcheck {
    margin-right: 12px;
    float: left;
}

.featureandrequirementtext {
    margin-top: 10px;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
    float: left;
}

.clear-float {
	clear: both;
	margin-bottom: 14px;
}

.examplepagefeaturestitle {
    margin-top: 0px;
    margin-bottom: 30px;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    font-size: 36px;
    line-height: 42px;
    font-weight: 300;
    text-align: left;
}
/*
.carousel {
    height: 400px;
}

.carousel .item {
    height: 400px;
    background-color: #fff;
}
*/
.tutorialsteptitle {
    margin-top: 0px;
    margin-bottom: 12px;
    padding-top: 0px;
    padding-bottom: 0px;
    border-bottom: 1px none #ccc;
    font-family: 'Open Sans', sans-serif;
    color: #455d9b;
    font-size: 24px;
    line-height: 30px;
    font-weight: 400;
}

.tutorialstep {
    margin-top: 0px;
    margin-bottom: 12px;
    font-family: 'Open Sans', sans-serif;
    color: #5e5e5e;
    font-size: 18px;
    line-height: 30px;
    font-weight: 300;
}

.slidenavontabs {
    color: #45b549;
    font-size: 15px;
    line-height: 12px;
}

.optionaltutorialtitle {
    margin-top: 0px;
    margin-bottom: 12px;
    padding-bottom: 0px;
    border-bottom: 1px none #e0e0e0;
    color: #5e5e5e;
    font-size: 30px;
    line-height: 30px;
    font-weight: 400;
    text-align: left;
}

.optionaltutorialsteps {
    margin-top: 0px;
    margin-bottom: 18px;
    color: #5e5e5e;
    font-size: 18px;
    line-height: 30px;
    font-weight: 300;
}

.optionalstepssubheading {
    margin-top: 0px;
    margin-bottom: 12px;
    color: #455d9b;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
}

.tutorialtime {
    padding: 14px 24px 14px 42px;
    float: right;
    border-radius: 3px;
    background-color: #fff;
    background-image: url('../images/tutorial_time.png');
    background-position: 3px 50%;
    background-size: 32px;
    background-repeat: no-repeat;
}

.tutorialheadline {
    display: block;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
    float: right;
    background-color: transparent;
    color: #5e5e5e;
    font-size: 14px;
    line-height: 14px;
    font-weight: 600;
    text-align: left;
    text-transform: none;
}

.tutorialtimetotal {
    font-weight: 300;
}

.tutorialsectiontitle {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-left: 0px;
    float: left;
    color: #5e5e5e;
    font-size: 42px;
    line-height: 42px;
    font-weight: 600;
    text-align: left;
    text-transform: none;
}

.examplepagetitle2 {
    margin-top: 0px;
    margin-bottom: 42px;
    font-family: 'Open Sans', sans-serif;
    color: #5e5e5e;
    font-size: 36px;
    font-weight: 300;
    text-align: center;
}

.examplepagesubsubheadline {
    margin-top: 12px;
    margin-bottom: 18px;
    font-family: 'Open Sans', sans-serif;
    color: #5e5e5e;
    font-size: 24px;
    font-weight: 600;
}

.examplepageparagraph {
    margin-bottom: 30px;
    padding-right: 0px;
    font-family: 'Open Sans', sans-serif;
    color: #5e5e5e;
    font-size: 18px;
    line-height: 30px;
    font-weight: 300;
}

.fieldstextlist {
    margin-bottom: 0px;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 18px;
    border-radius: 4px;
    background-color: rgba(69, 181, 73, .1);
    font-family: 'Open Sans', sans-serif;
    color: #455d9b;
    font-size: 14px;
    line-height: 36px;
    font-style: normal;
    font-weight: 400;
}

.subheadlinesexamplepage {
    margin-top: 0px;
    margin-bottom: 12px;
    font-family: 'Open Sans', sans-serif;
    color: #5e5e5e;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
}

.alarmpagetitlewhite {
    margin-top: 0px;
    margin-bottom: 42px;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    font-size: 36px;
    line-height: 42px;
    font-weight: 300;
    text-align: center;
}

.subheadlinesexamplepage.white {
    margin-bottom: 18px;
    color: #fff;
}

.filename {
    padding-top: 6px;
}

a.white-links {
    display: block;
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    font-size: 14px;
    line-height: 30px;
    text-decoration: none;
    font-weight: 500;
}

a.white-links:visited, a.white-links:hover, a.white-links:active {
	color: #fff;
	font-weight: 700;
}