/* style.css
 * This file provides css styles.
 */

 /*Import Components stylesheets */

 @import url("components/menu.css");
 @import url("components/hero_banner.css");
 @import url("components/threeservices.css");
 @import url("components/general_overview.css");
 @import url("components/features.css");
 @import url("components/pricing.css");
 @import url("components/addons.css");
 @import url("components/contactus.css");
 @import url("components/costsavings.css");
 @import url("components/packages.css");
 @import url("components/about.css");
 @import url("components/communications.css");
@import url("components/references.css");
 @import url('https://fonts.googleapis.com/css?family=Karla|Montserrat&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100&display=swap');
/* STACKED CAPTCHA */

.capbox {
	width: 100%;
	max-width: 220px;
	background-color: #1371B6;
	background-image: linear-gradient(#1371B6, #9E9E9E);
	border: #1371B6 0px solid;
	border-width: 2px 2px 2px 20px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	display: inline-block;
	padding: 5px 15px 5px 15px;
	border-radius: 4px 4px 4px 4px;
	}

.capbox-inner {
	font: bold 12px arial, sans-serif;
	color: #000000;
	background-color: #E3E3E3;
	margin: 8px auto 0px auto;
	padding: 5px 10px 5px 10px;
	border-radius: 4px;
	}

#CaptchaDiv {
	font: normal 25px Impact, Charcoal, arial, sans-serif;
	font-style: italic;
	color: #000000;
	background-color: #FFFFFF;
	user-select: none;
	padding: 4px;
	border-radius: 4px;
	}

#CaptchaInput { border: #1371B6 2px solid; margin: 3px 0px 1px 0px; width: 98%; }


body,html {
	background-color: #FFFFFF; width : 100%;
	height: 100%;
	margin: 0px 0px;
	color: gray;
  font-family: 'Montserrat', sans-serif;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
  color:#29327E
  font-family: 'Karla', sans-serif;
}

h4, h5 {
  color: #26343F;
}

.toppadding40 {
  padding-top: 40px;
}

.blue {
  color: #29327E;
}

.white {
  color: #D4D4D4;
}

.light_gray {
  color: #babababa;
}

.size14 {
  font-size: 14px;
}

.margin50 {
  margin-bottom: 50px;
}

.centered {
  text-align: center;
  vertical-align: center;
}

.center {
  display: block;
  margin:auto;
  margin-top: 10px;
  background: #1371B6;
  border-radius: 4px;
  color: white;
  padding: 10px;
  text-align: center;
  border: none;
  max-width: 60%;
}

.center:hover {
  background: rgba(19, 113, 182, .6);
  color:white;
  text-decoration: none;
  }

  .fontweight900 {
    font-weight: 900;
    color:#6AC9EC;
  }

  .fontweight900B {
    font-weight: 900;
    color:#0F9DE8;
  }

  .alert {
    color:#DC5D5D;
  }

.card-deck{
	margin-right : 0px !important;
	margin-left : 0px !important;
}


@media screen and (min-width: 860px) {

  .title {
    margin-left: 40px;
    padding-top: 45px;
    margin-bottom: 40px;
    font-size: 30px;
  }

  .indent {
  padding-left: 40px;
  }

  .paddingrt40 {
    padding-right: 40px;
  }

}

@media screen and (max-width: 859px) {
  .title {
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 40px;
    margin-bottom: 15px;
  }
  .indent {
    margin-left: 15px;
  }
}

