  /************************************************/
 /*--- Topmail Secure Email, Theme April 2017 ---*/
/************************************************/

body {
  padding-top: 50px;
  font-family:"Open Sans", sans-serif;
}

.clearfix:after
{
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}

/*-------------------------------*/
/* Img styles
/*-------------------------------*/

img.responsive-img
{
	width:100%;
	height:auto;
	display:block;
	border:0;
}


/*-------------------------------*/
/*  Button styles
/*-------------------------------*/

.btn {
  display: inline-block;
  padding: 0.35em 3em;
  margin-bottom: 0;
  font-size: 0.6em;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 2px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: .65;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: /*#7fcdb0;*/#ff8000;
  border-color: /*#7fcdb0;*/#ff8000;
  text-transform:uppercase;
  font-weight:bold;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #fff;
  background-color: #072f65;
  border-color: #072f65;
}

.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}

/*-------------------------------*/
/*  Navbar
/*-------------------------------*/

.navbar-brand {
  padding: 0px;
}
.navbar-brand>img {
  height: 100%;
  width: auto;
}

@media (min-width: 768px) {
.navbar-nav > li > a {
  padding-top: 4px;
  padding-bottom: 4px;
  margin-top:16px;
  margin-left:0.5em;
  line-height: 1;
}
}

.navbar-default {
  background-color: #fff;
  border-color: #e7e7e7;
  webkit-box-shadow: 0 4px 4px -2px rgba(0,0,0,0.1);
     -moz-box-shadow: 0 4px 4px -2px rgba(0,0,0,0.1);
          box-shadow: 0 4px 4px -2px rgba(0,0,0,0.1);
}
.navbar-default .navbar-nav > li > a {
  color: #063c6a;
  font-family:"Open Sans", sans-serif;
  font-weight:700;
  font-size:0.9em;
  text-transform:uppercase;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}


/**--Login button--**/

.navbar-default .navbar-nav > li > a#login
{
	border:1px solid #063c6a;
}

.navbar-default .navbar-nav > li > a#login:hover
{
	background:#7fcaad;
	color:#fff;
	border:1px solid #7fcaad;
}

/**--Signup button--**/

.navbar-default .navbar-nav > li > a#signup
{
	border:1px solid #063c6a;
	background:#063c6a;
	color:#fff;
	margin-left:0.75em;
}
.navbar-default .navbar-nav > li > a#signup:hover
{
	background:#7fcaad;
	color:#fff;
	border:1px solid #7fcaad;
}


.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #7fcaad;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #7fcaad;
  background-color: transparent;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}

/**--Mobile menu toggle button--**/

.navbar-default .navbar-toggle {
  border-color:  #063c6a;
   background-color: #063c6a;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #7fcaad;
  border-color:  #7fcaad;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #e7e7e7;
}



@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #063c6a;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .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: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
  
  /**--Login button--**/

  .navbar-default .navbar-nav > li > a#login
  {
  	border-style:none;
	background:transparent;
	color:#063c6a;
  }

  .navbar-default .navbar-nav > li > a#login:hover
  {
    	background:#b9b9b9;
    	border-style:none;
		
  }

  /**--Signup button--**/
  .navbar-default .navbar-nav > li
  {
	  clear:both;
  }
  
      .navbar-default .navbar-nav
	  {
		  padding-top:0;
		  margin-top:0;
		  margin-bottom:0;
		  padding-bottom:0;
		  border-bottom-style:none;
	  }
  
    .navbar-default .navbar-nav > li > a
	{
		display:block;
	}
	    .navbar-default .navbar-nav > li > a:hover
		{
			background:#b9b9b9;
			color:#fff;
		}

  .navbar-default .navbar-nav > li > a#signup
  {
  	margin-left:0;
  	border-style:none;
	background:transparent;
	color:#063c6a;
  }
  .navbar-default .navbar-nav > li > a#signup:hover
  {
  	background:#b9b9b9;
		border-style:none;
  }
  
}


/*-------------------------------*/
/*  Jumbotron
/*-------------------------------*/

.jumbotron
{
	background:#797979 url(/img/iceberg.jpg) no-repeat;
	background-size:cover;
	background-position:center center;
	padding:8em 0;
}

.jumbotron h1
{
	font-family:"Roboto",sans-serif;
	font-size:3.6em;
	font-weight:700;
	color:#fff;
	text-shadow: 1px 1px rgba(0,0,0,0.2);
	margin-bottom:0;
	margin-top:0;
}

.jumbotron h2
{
	font-family:"Roboto", sans-serif;
	font-size:2.5em;
	letter-spacing:1px;
	font-weight:700;
	color:#fff;
	text-shadow: 1px 1px rgba(0,0,0,0.2);
	margin:0.4em 0 0 0;
}

.jumbotron p#start-btn
{
	margin:1em 0 0 0;
}

@media only screen and (min-width:1280px) {	
  
  .jumbotron
  {
	background:#797979 url(../img/topmail-header-widescreen.jpg) no-repeat;
	background-size:cover;
	background-position:top center;
	padding:8em 0;
  }

}

/**--Inner page variation--**/

.jumbotron.innerpage
{
	padding:2em 0;
}


.jumbotron.innerpage h1
{
	font-size:1.75em;
	margin-bottom:0.35em;
	color:#fff;
}

.jumbotron.innerpage h2
{
	font-size:1.2em;
	color:#fff;
}


/**--Jumbotron background images for inner pages--**/

.jumbotron.innerpage
{
	background:#797979 url(/img/inner-jumbotron.jpg) no-repeat;
	background-size:cover;
	background-position:left center;
}

/*-------------------------------*/
/* Sections, general style
/*-------------------------------*/

section
{
	padding:3em 0;
}

section.post_summary 
{
	padding:0.5em 0;
}

/*-------------------------------*/
/* Marketing Row
/*-------------------------------*/

#marketing-row1
{
	padding-bottom:3em;
}

.text-col
{
	padding-top:3em;
}

.text-col h2
{
	font-family:"Open Sans", sans-serif;
	color:#063c6a;
	font-weight:500;
	font-size:1.5em;
	margin:0 0 1em 0;
	padding:0 0 0 0;
	text-align:left;
}

.text-col p
{
	font-size:1em;
	margin:0 0 1.5em 0;
	padding:0 0 0 0;
	line-height:1.65;
	color:#2b3843;
	text-align:justify;
}

.text-col p a
{
	text-decoration:none;
	font-weight:bold;
	font-family:inherit;
	font-size:100%;
	color:#063c6a;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.text-col p a:hover
{
	background:#063c6a;
	color:#fff;
}

#marketing-row1 .text-col article
{
	padding-right:3em;
	padding-left:1em;
}

#marketing-row2 .text-col article
{
	padding-left:2em;
		padding-right:2em;
}


/*-------------------------------*/
/*  Setup
/*-------------------------------*/

#setup
{
	background:url(/img/setup-bg.jpg) no-repeat;
	background-position:center right;
	background-size:cover;
	padding:0 0;
}

#setup-blurb
{
	
	color:#fff;
	text-shadow: 1px 1px rgba(0,0,0,0.2);
}

#setup-blurb h3
{
	font-size:1.7em;
	margin-bottom:1em;
}

#setup-blurb p
{
	text-align:justify;
	margin-right:2.5em;
	line-height:1.65;
}

.setup-body
{
	display:table;
	width:100%;
	table-layout:fixed;
	border-collapse:collapse;
	margin: 2em 0 0 0;
}

#setup-blurb
{
	width:50%;
	display:table-cell;
	vertical-align:top;
	padding:5em 0;
}

#setup-form
{
	width:50%;
	display:table-cell;
	vertical-align:bottom;
	padding:0 0 0 0;
}

.form-control:focus{
    border-color: #063c6a;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#setup-form
{
	background:#fff;
}

#setup-form .form-wrap
{
	padding:2em;
}

#setup-form .form-wrap header
{
	width:40%;
	margin:0 60% 1em 0;
}

#setup-form-submit
{
	margin-bottom:1.5em;
}

#setup-form-submit #setup-submit-help
{
	text-align:right;
	font-size:0.8em;
	line-height:1.5;
}

#setup-submit-btn
{
	padding-top:0.5em;
}

#setup-submit-btn .btn-primary
{
	font-size:1em;
	text-align:center;
	padding-left:0;
	padding-right:0;
	text-transform:none;
}

.help-block a
{
	color:#7fcdb0;
	text-decoration:underline;
	font-family:inherit;
	font-size:100%;
}

.help-block a:hover
{
	color:#063c6a;
}




/*-------------------------------*/
/*  Sign up Page
/*-------------------------------*/

#signup-page #setup
{
	background:#fff;
	padding:0 0;
}

#signup-page #setup-blurb
{
	color:#212121;
	text-shadow:none;
}

#signup-page #setup-blurb h3
{
	font-size:1.7em;
	margin-bottom:1em;
}

#signup-page #setup-blurb p
{
	text-align:justify;
	margin-right:2.5em;
	line-height:1.65;
}

#signup-page .setup-body
{
	display:table;
	width:100%;
	table-layout:fixed;
	border-collapse:collapse;
	margin: 2em 0 4em 0;
}

/**--Blurb area--**/

#signup-page #setup-blurb
{
	width:50%;
	display:table-cell;
	vertical-align:top;
	padding:5em 0;
}

#signup-page #setup-blurb article
{
	padding:0 2em 0 0;
}

#signup-page #setup-blurb h4
{
	text-transform:uppercase;
	letter-spacing:0.1em;
	font-size:1.1em;
	color:#a3b0c3;
	text-align:left;
	margin:0 auto 1em auto;
	font-weight:bold;
}

#signup-page #setup-blurb .setup-tips
{
	list-style-type:none;
	margin:0 1em 0 0;
	padding:0 0 0 0;
	line-height:1.75;
	font-size:1.1em;
	text-align:justify;
}

#signup-page #setup-blurb .setup-tips li
{
	margin-bottom:0.5em;
}

#signup-page #setup-blurb .setup-tips li i
{
	margin-right:3px;
	color:#a3b0c3;
	font-weight:bold;
}


/**--Form area--**/

#signup-page #setup-form
{
	width:50%;
	display:table-cell;
	vertical-align:middle;
	padding:0 0 0 0;
	border:2px solid #a3b0c3;
}

#signup-page #setup-form.shadowbox
{
	border:1px solid #dcdcdc;
-moz-box-shadow: 0 0 5px rgba(0,0,0,0.2);
-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.2);
box-shadow: 0 0 5px rgba(0,0,0,0.2);
}


#signup-page #setup-form h3
{

	text-align:center;
	margin:0 auto 1.75em auto;
	font-size:1.7em;
}

#signup-page #setup-form h3
{

	text-align:center;
	margin:0 auto 1.75em auto;
	font-size:1.7em;
}

#signup-page #setup-form .form-wrap
{
	padding:2em;
}


#signup-page #setup-form-submit
{
	margin-bottom:0;
}

#signup-page #setup-submit-help
{
	text-align:right;
	font-size:0.8em;
	line-height:1.5;
}

#signup-page #setup-submit-btn
{
	padding-top:0.5em;
}

#signup-page .btn-primary
{
	font-size:1em;
	text-align:center;
	padding-left:0;
	padding-right:0;
	text-transform:none;
}

#signup-page .help-block a
{
	color:#7fcdb0;
	text-decoration:underline;
	font-family:inherit;
	font-size:100%;
}

#signup-page .help-block a:hover
{
	color:#063c6a;
}

/*----Responsive-design----*/
@media only screen and (max-width:1280px) and (min-width:1024px){
	#signup-page .signup-body
	{
		margin-left:0;
		margin-right:0;
		width:100%;
	}
}
@media only screen and (max-width:1024px) and (min-width:768px){
	#signup-page #setup
	{
		width:100%;
	}
	#signup-page #setup .container
	{
		width:100%;
	}
	#signup-page .signup-body
	{
		margin-left:1em;
		margin-right:1em;
	}
	#signup-page .setup-body
	{
		display:block;
		width:100%;
		margin: 1em 0 4em 0;
	}

	#signup-page #setup-blurb
	{
		width:100%;
		display:block;
		padding:0 0 2em 0;
	}

	#signup-page #setup-form
	{
		width:100%;
		display:block;
		padding:0 0 0 0;
		border:2px solid #a3b0c3;
	}
	#signup-page #setup-submit-help
	{
		text-align:center;
		font-size:1em;
		margin-bottom:1em;
		line-height:1.5;
	}
	#signup-page .btn-primary
	{
		font-size:1.1em;
		text-align:center;
		padding-top:0.65em;
		padding-bottom:0.65em;
		padding-left:0;
		padding-right:0;
		text-transform:none;
	}
	#signup-page #setup-blurb article
	{
		padding:0 0;
	}

	#signup-page #setup-blurb h4
	{
		letter-spacing:0.1em;
		font-size:1.2em;
		color:#a3b0c3;
		text-align:center;
		margin:1.25em auto 1.75em auto;
	}

	#signup-page #setup-blurb .setup-tips
	{
		margin:0 2em;
		line-height:1.75;
		font-size:1.15em;
		text-align:justify;
	}
}
@media only screen and (max-width:768px) and (min-width:640px){
	#signup-page #setup .container
	{
		width:100%;
	}
	#signup-page .signup-body
	{
		margin-left:1em;
		margin-right:1em;
	}
	#signup-page .setup-body
	{
		display:block;
		width:100%;
		margin: 1em 0 4em 0;
	}

	#signup-page #setup-blurb
	{
		width:100%;
		display:block;
		padding:0 0 2em 0;
	}

	#signup-page #setup-form
	{
		display:block;
		padding:0 0 0 0;
		margin:0 0 0 0;
		width:100%;
		border:2px solid #a3b0c3;
	}
	#signup-page #setup-submit-help
	{
		text-align:center;
		font-size:1em;
		margin-bottom:1em;
		line-height:1.5;
	}
	#signup-page .btn-primary
	{
		font-size:1.1em;
		text-align:center;
		padding-top:0.65em;
		padding-bottom:0.65em;
		padding-left:0;
		padding-right:0;
		text-transform:none;
	}
	#signup-page #setup-blurb article
	{
		padding:0 0;
	}

	#signup-page #setup-blurb h4
	{
		letter-spacing:0.1em;
		font-size:1.2em;
		color:#a3b0c3;
		text-align:center;
		margin:1.25em auto 1.75em auto;
	}

	#signup-page #setup-blurb .setup-tips
	{
		margin:0 0.5em;
		line-height:1.75;
		font-size:1.1em;
		text-align:justify;
	}
}
@media only screen and (max-width:640px) and (min-width:480px){
	#signup-page #setup .container
	{
		width:100%;
	}
	#signup-page .signup-body
	{
		margin-left:1em;
		margin-right:1em;
	}
	#signup-page .setup-body
	{
		display:block;
		width:100%;
		margin: 1em 0 4em 0;
	}

	#signup-page #setup-blurb
	{
		width:100%;
		display:block;
		padding:0 0 2em 0;
	}

	#signup-page #setup-form
	{
		display:block;
		padding:0 0 0 0;
		margin:0 0 0 0;
		width:100%;
		border:2px solid #a3b0c3;
	}
	#signup-page #setup-submit-help
	{
		text-align:center;
		font-size:1em;
		margin-bottom:1em;
		line-height:1.5;
	}
	#signup-page .btn-primary
	{
		font-size:1.1em;
		text-align:center;
		padding-top:0.65em;
		padding-bottom:0.65em;
		padding-left:0;
		padding-right:0;
		text-transform:none;
	}
	#signup-page #setup-blurb article
	{
		padding:0 0;
	}

	#signup-page #setup-blurb h4
	{
		letter-spacing:0.1em;
		font-size:1.2em;
		color:#a3b0c3;
		text-align:center;
		margin:1.25em auto 1.75em auto;
	}

	#signup-page #setup-blurb .setup-tips
	{
		margin:0 0;
		line-height:1.75;
		font-size:1.1em;
		text-align:justify;
	}
}
@media only screen and (max-width:480px) and (min-width:320px){
	#signup-page #setup .container
	{
		width:100%;
	}
	#signup-page .signup-body
	{
		margin-left:1em;
		margin-right:1em;
	}
	#signup-page .setup-body
	{
		display:block;
		width:100%;
		margin: 1em 0 4em 0;
	}

	#signup-page #setup-blurb
	{
		width:100%;
		display:block;
		padding:0 0 2em 0;
	}

	#signup-page #setup-form
	{
		display:block;
		padding:0 0 0 0;
		margin:0 0 0 0;
		width:100%;
		border:2px solid #a3b0c3;
	}
	#signup-page #setup-submit-help
	{
		text-align:center;
		font-size:1em;
		margin-bottom:1em;
		line-height:1.5;
	}
	#signup-page .btn-primary
	{
		font-size:1.1em;
		text-align:center;
		padding-top:0.65em;
		padding-bottom:0.65em;
		padding-left:0;
		padding-right:0;
		text-transform:none;
	}
	#signup-page #setup-blurb article
	{
		padding:0 0;
	}

	#signup-page #setup-blurb h4
	{
		letter-spacing:0.1em;
		font-size:1.2em;
		color:#a3b0c3;
		text-align:center;
		margin:1.25em auto 1.75em auto;
		line-height:1.75;
	}

	#signup-page #setup-blurb .setup-tips
	{
		margin:0 0;
		line-height:1.75;
		font-size:1.1em;
		text-align:justify;
	}
}
@media only screen and (max-width:320px) and (min-width:240px){
	#signup-page #setup .container
	{
		width:100%;
	}
	#signup-page .signup-body
	{
		margin-left:1em;
		margin-right:1em;
	}
	#signup-page .setup-body
	{
		display:block;
		width:100%;
		margin: 1em 0 4em 0;
	}

	#signup-page #setup-blurb
	{
		width:100%;
		display:block;
		padding:0 0 2em 0;
	}

	#signup-page #setup-form
	{
		display:block;
		padding:0 0 0 0;
		margin:0 0 0 0;
		width:100%;
		border:2px solid #a3b0c3;
	}
	#signup-page #setup-submit-help
	{
		text-align:center;
		font-size:1em;
		margin-bottom:1em;
		line-height:1.5;
	}
	#signup-page .btn-primary
	{
		font-size:1.1em;
		text-align:center;
		padding-top:0.65em;
		padding-bottom:0.65em;
		padding-left:0;
		padding-right:0;
		text-transform:none;
	}
	#signup-page #setup-blurb article
	{
		padding:0 0;
	}

	#signup-page #setup-blurb h4
	{
		letter-spacing:0.1em;
		font-size:1.2em;
		color:#a3b0c3;
		text-align:center;
		margin:1.25em auto 1.75em auto;
	}

	#signup-page #setup-blurb .setup-tips
	{
		margin:0 0;
		line-height:1.75;
		font-size:1.1em;
		text-align:justify;
	}
}


/*-------------------------------*/
/*  Verification Page
/*-------------------------------*/

#verification
{
	padding-top:1em;
	padding-bottom:4em;
}

#verification .setup-stagebox
{
	border:2px solid #a3b0c3;
	padding-top:3em;
	padding-bottom:3em;
	margin-top:0;
}
#verification .setup-stagebox.shadowbox
{
	border:1px solid #dcdcdc;
	padding-top:3em;
	padding-bottom:3em;
	margin-top:0;
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.2);
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
}

#verification .setup-stagebox header h2
{
	text-align:center;
	font-size:1.65em;
	margin:0 0 1.5em 0;
}

#verification .setup-stagebox header h2 span
{
	color:#a3b0c3;
	font-weight:bold;
	margin-left:2px;
}

#verification .setup-stagebox header p
{
	line-height:1.65;
	margin:0 0.5em 1.5em 0.5em;
	font-size:1.15em;
}

#verification-section #setup-submit-btn
{
		margin-bottom:0;
}

#verification-section #setup-submit-btn .btn-primary
{
	margin-bottom:0;
}

/*----start-responsive-design----*/

@media only screen and (max-width:1280px) and (min-width:1024px){
	#verification-section #setup-submit-help
	{
		width:100%;
		clear:both;
		display:block;
		text-align:center;
	}
	
	#verification-section #setup-submit-btn
	{
		width:100%;
		clear:both;
		display:block;
	}
}
@media only screen and (max-width:768px) and (min-width:640px){
	#verification
	{
		padding-right:1em;
		padding-left:1em;
		padding-top:0;
		padding-bottom:0;
	}
}
@media only screen and (max-width:640px) and (min-width:480px){
	#verification
	{
		padding-right:1em;
		padding-left:1em;
		padding-top:0;
		padding-bottom:0;
	}
	#verification .setup-stagebox header p
	{
		line-height:1.65;
		margin:0 0.5em 1.5em 0.5em;
		font-size:1.1em;
		text-align:justify;
	}
}
@media only screen and (max-width:480px) and (min-width:320px){
	#verification
	{
		padding-right:0.5em;
		padding-left:0.5em;
		padding-top:0;
		padding-bottom:0;
	}
	#verification .setup-stagebox header h2
	{
		text-align:center;
		font-size:1.5em;
		margin:0 0 1.5em 0;
	}

	#verification .setup-stagebox header p
	{
		line-height:1.65;
		margin:0 0.5em 1.5em 0.5em;
		font-size:1.1em;
		text-align:justify;
	}
}
@media only screen and (max-width:320px) and (min-width:240px){
	#verification
	{
		padding-right:0.5em;
		padding-left:0.5em;
		padding-top:0;
		padding-bottom:0;
	}
	#verification .setup-stagebox header h2
	{
		text-align:center;
		font-size:1.5em;
		margin:0 0 1.5em 0;
	}

	#verification .setup-stagebox header p
	{
		line-height:1.65;
		margin:0 0.5em 1.5em 0.5em;
		font-size:1.1em;
		text-align:justify;
	}
}


/*-------------------------------*/
/*  Confirmation
/*-------------------------------*/

#confirmation
{
	padding-top:1em;
	padding-bottom:4em;
}

#confirmation .setup-stagebox
{
	border:2px solid #a3b0c3;
	padding-top:2.5em;
	padding-bottom:2.5em;
	margin-top:0;
}
#confirmation .setup-stagebox.shadowbox
{
	border:1px solid #dcdcdc;
	padding-top:2.5em;
	padding-bottom:2.5em;
	margin-top:0;
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.2);
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
}

#confirmation .setup-stagebox h2
{
	font-size:1.7em;
	margin:0 auto 1em 0;
	text-align:center;
	color:#212121;
}

#confirmation .setup-stagebox h3
{
	color:#212121;
	font-size:1.1em;
	line-height:1.65;
	margin:0 0 1em 0;
	text-align:center;
}

#confirm-login
{
	padding-top:0.5em;
	margin-right:1em;
	margin-left:1em;
}

#confirm-login .btn-primary
{
		font-size:1.1em;
}



/*-------------------------------*/
/*  Testimonials Carousel w/ Fade Transition   */
/*-------------------------------*/

#fade-quote-carousel.carousel {
  padding-bottom: 80px;
}
#fade-quote-carousel.carousel .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
      -ms-transition-property: opacity;
          transition-property: opacity;
}
#fade-quote-carousel.carousel .carousel-inner .active {
  opacity: 1;
  -webkit-transition-property: opacity;
      -ms-transition-property: opacity;
          transition-property: opacity;
}
#fade-quote-carousel.carousel .carousel-indicators {
  bottom: 0px;
}
#fade-quote-carousel.carousel .carousel-indicators > li {
  background-color: #072f65;
  border: none;
}
#fade-quote-carousel .carousel-control {
    background: none;
    color: #CACACA;
    font-size: 2.3em;
    text-shadow: none;
    margin-top: 30px;
}
#fade-quote-carousel .carousel-control.left {
    left: -120px;
}
#fade-quote-carousel .carousel-control.right {
    right: -120px;
}
#fade-quote-carousel blockquote {
    border: none;
}

#testimonials #testi-body
{
	padding-top:5em;
	padding-bottom:2.5em;
}

.testimonial-slide .testi-wrap
{
	display:table;
	width:100%;
	table-layout:fixed;
}

.testimonial-slide .testi-wrap .quote-icon
{
	display:table-cell;
	width:20%;
	vertical-align:top;
	text-align:center;
	font-size:2.5em;
	color:#072f65;
}

.testimonial-slide .testi-wrap .quote-text
{
	display:table-cell;
	width:80%;
	vertical-align:middle;
	text-align:justify;
}

.testimonial-slide .testi-wrap .quote-text p.testi-text
{
	color:#212121;
	line-height:1.6;
	margin:0 0 0 0;
	padding:0 1em 0 0;
	font-size:1.05em;
}

.testimonial-slide .testi-wrap .quote-text p.testi-author
{
	margin:1em 0 0 0;
	padding:0 1em 0 0;
	color:#072f65;
	line-height:1.6;
	font-style:italic;
	font-weight:bold;
	text-align:right;
	font-size:1.05em;
}

#who-wrap
{
	display:table;
	border-collapse:collapse;
	table-layout:fixed;
	width:100%;
}

#who-text
{
	display:table-cell;
	vertical-align:middle;
	width:65%;
	color:#fff;
	text-shadow: 1px 1px rgba(0,0,0,0.2);
}


#who-text p
{
	text-align:justify;
	line-height:1.65;
}

#who-text p a
{
	font-weight:bold;
	color:#fff;
	text-decoration:none;
}

#who-text p a:hover
{
	text-decoration:underline;
}

#who-text h2
{
	font-size:1.7em;
	margin-bottom:1em;
	margin-top:0;
}

#who-btn
{
	display:table-cell;
	vertical-align:middle;
	width:35%;
		text-align:center;
}

#who-btn p
{
	margin:0 auto;
	padding: 0 0 0 0;
	text-align:center;
	font-size:1.5em;
}


/*-------------------------------*/
/*  Support page
/*-------------------------------*/

.support-header-icon-img
{
	width:8%;
	margin:0 92% 1em 0;
	padding:0 0 0 0;
}

.support-header-icon-img img
{
	width:100%;
	height:auto;
	display:block;
	margin:0 0 0 0;
	padding:0 0 0 0;
	border:0;
}




/*----start-responsive-design----*/

@media only screen and (max-width:640px) and (min-width:480px){
	.support-header-icon-img
	{
	width:10%;
	margin:0 45% 1em 45%;
	padding:0 0 0 0;
	text-align:center;
	}

}
@media only screen and (max-width:480px) and (min-width:320px){
	.support-header-icon-img
	{
	width:12%;
	margin:0 44% 1em 44%;
	padding:0 0 0 0;
	text-align:center;
	}
}
@media only screen and (max-width:320px) and (min-width:240px){
	.support-header-icon-img
	{
	width:14%;
	margin:0 43% 1em 43%;
	padding:0 0 0 0;
	text-align:center;
	}
}



/*-------------------------------*/
/*  Footer
/*-------------------------------*/

footer
{
	padding-top:3em;
	padding-bottom:3em;
	background:#f4f4f4;
	
}

#support-links-row
{
	padding-bottom:3em;
}

#support-links-row h4
{
	font-size:1.2em;
	margin-bottom:0.65em;
	text-shadow: 1px 1px rgba(255,255,255,1.0);
}

.support-links
{
}

.support-links ul
{
	list-style-type:none;
	margin:0 0 0 0;
	padding:0 0 0 0;
	line-height:1.8;
		text-shadow: 1px 1px rgba(255,255,255,1.0);
}

.support-links ul li
{
	margin-bottom:0.2em;
}

.support-links ul li a
{
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
  color: #696969;
}
.support-links ul li a:hover
{
	  color: #7fcaad;
	  text-decoration:underline;
}

/**--Social media button--**/

.social-media-links ul
{
	list-style-type:none;
	margin:0 0 0 0;
	padding:0 0 0 0;
}

.social-media-links li
{
	margin:0.5em 0.5em 0 0;
	padding:0 0 0 0;
	float:left;
	font-size:1.3em;
}

.social-media-links li a
{
	background:#063c6a;
	color:#fff;
	padding:0.35em;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.social-media-links li a:hover
{
	 background: #7fcaad;
}

/**-Colophon--**/

#support-links-row
{
	border-bottom:1px solid #dcdcdc;
}

#colophon
{
	padding:1em 0;
	display:table;
	width:100%;
}

#footer-logo
{
	width:10%;
	display:table-cell;
	vertical-align:middle;
}

#footer-legal
{
	width:60%;
	display:table-cell;
	vertical-align:middle;
	text-align:left;
}

#footer-legal p
{
	margin:0 1.5em;
	padding:0 0 0 0;
	 color: #696969;
	 text-shadow: 1px 1px rgba(255,255,255,1.0);
}

#back-to-top
{
	width:30%;
	display:table-cell;
	vertical-align:middle;
	text-align:right;
	
}

#back-to-top p
{
	font-size:2em;
	margin:0 0 0 0;
	padding:0 0 0 0;
}
#back-to-top p a
{
	color:#999;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
#back-to-top p a:hover
{
	 color: #7fcaad;
}


/*-------------------------------*/
/*  About Topmail
/*-------------------------------*/

#about-topmail
{
	background:url(/img/about-bg.jpg) no-repeat;
	background-position:center center;
	background-size:cover;
	padding-top:4em;
	padding-bottom:4em;
}


#about-main article, .about-main article
{
	padding-bottom:2em;
	padding-top:0;
}

#about-main article:last-child, .about-main article:last-child
{
	padding-bottom:0;
}

#about-main h2, .about-main h2
{
	font-size:1.2em;
	margin:0 0 0.5em 0;
	padding:1.25em 0 0 0;
	text-align:left;
	line-height:1.65;
    color: #063c6a;
    font-family:"Open Sans", sans-serif;
    font-weight:700;
}

#about-main article#emmet h2#top-header
{
	padding-top:0;
}

#about-main p, .about-main p
{
	font-size:1em;
	line-height:1.65;
}

#about-main ul.bullet-list, .about-main ul.bullet-list
{
	font-size:1em;
	line-height:1.65;
}

#about-main article#emmet .img-wrap img
{
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.4);
	box-shadow: 0 0 10px rgba(0,0,0,0.4);
}


/**--Image wraps--**/

.img-wrap
{
	position:relative;
}

.img-wrap img
{
	width:100%;
	height:auto;
	display:block;
	border:0;
}

.iw-50
{
	width:50%;
}
.iw-45
{
	width:45%;
}
.iw-40
{
	width:40%;
}
.iw-35
{
	width:35%;
}
.iw-30
{
	width:30%;
}
.iw-25
{
	width:25%;
}

.iw-right
{
	float:right;
	margin:0 0 0 2em;
}

.iw-left
{
	float:left;
	margin:0 1em 0 0;
}


/**--Meet the team--**/

#our-team
{
	background:#073b6a;
}

#team-header
{
	font-size:1.35em;
	color:#fff;
	margin:0 0 1.65em 0;
	padding:0 0 0 0;
	text-align:center;
}

.team-table
{
	display:table;
	table-layout:fixed;
	border-collapse:collapse;
	width:100%;
}

.team-table#row2 .team-profile
{
	border-top:0;
}

.team-profile
{
	display:table-cell;
	width:25%;
	background:#fff;
	vertical-align:top;
	border:0.5em solid #073b6a;
}

.team-profile article
{
	margin:0 0;
}

.profile-img img
{
	width:100%;
	height:auto;
	display:block;
	border:0;
}

.profile-img img a, .profile-img a img
{
	border:0;
}

.profile-img img:hover
{
opacity: 0.6;
    filter: alpha(opacity=60); /* For IE8 and earlier */
}

.profile-img.avatar img:hover
{
	opacity: 1.0;
	    filter: alpha(opacity=100); /* For IE8 and earlier */
}

.profile-txt
{
	padding:0.75em;
	text-align:left;
}

.profile-txt h3
{
	color:#253242;
	font-size:1.2em;
	margin:0 0 0.5em 0;
	padding:0 0 0 0;
	line-height:1.65;
}

.profile-txt h4
{
color:#253242; 	
font-size:1em;
font-style:italic;
margin:0 0 1em 0;
padding:0 0 0 0;
line-height:1.5;
}

.profile-txt p
{
	font-size:0.9em;
	line-height:1.65;
	margin:0 0 1em 0;
	padding:0 0 0 0;
}

.profile-txt p a
{
	text-decoration:none;
	font-weight:bold;
	font-family:inherit;
	font-size:100%;
	color:#063c6a;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.profile-txt p a:hover
{
	background:#063c6a;
	color:#fff;
}
	


/**--Temporary paragraph style--**/

#temp-prop
{
	margin:20em 0;
}


@media only screen and (max-width:1024px){
	#fade-quote-carousel .carousel-control.left {
	    left: -60px;
	}
	#fade-quote-carousel .carousel-control.right {
	    right: -60px;
	}
	#testi-body
	{
		width:90%;
		margin:0 5%;
	}
}


/**--Contact page--**/

#contact-main .contact-txt h2
{
	font-size:1.65em;
	color:#0e3c5e;
	margin:0 0 1.65em 0;
	padding:0 0 0 0;
	text-align:left;
}

.contact-txt-row
{
	display:table;
	width:100%;
	table-layout:fixed;
	border-collapse:collapse;
	margin-bottom:2.5em;
}

.contact-txt-col
{
	display:table-cell;
	width:50%;
	vertical-align:top;
}

.contact-txt-col h3
{
	font-size:1.25em;
	color:#0e3c5e;
	margin:0 0 0.65em 0;
	padding:0 0 0 0;
	text-align:left;
}

.contact-txt-col p
{
	margin:0 1em 0 0;
	line-height:1.65;
}

.contact-txt-col p a
{
	text-decoration:none;
	font-weight:bold;
	font-family:inherit;
	font-size:100%;
	color:#063c6a;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.contact-txt-col p a:hover
{
	background:#063c6a;
	color:#fff;
}

.contact-form .form-group 
{
	margin-bottom:1.35em;
}

#contact-main .contact-form h2
{
	font-size:1.65em;
	margin:0 0 1.65em 0;
	color:#0e3c5e;
	text-align:left;
}


/**--Secure Inner page--**/

.columns-wrap
{
	width:100%;
}

.col50
{
	width:50%;
	float:left;
	margin:0 0 0 0;
	padding:0 0 0 0;
}

.col33
{
	width:33.333333333333%;
	float:left;
	margin:0 0 0 0;
	padding:0 0 0 0;
}

.columns-wrap h3
{
font-size:1.1em;
margin:0 0 0.5em 0;
padding:1.25em 0 0 0;
text-align:left;
line-height:1.65;
color: #063c6a;
font-family:"Open Sans", sans-serif;
font-weight:700;
}

.columns-wrap p
{
	margin-right:2.5em;
	text-align:justify;
}

#anti-spam
{
	background:#f2f2f2;
}

#about-main.secure-email
{
	padding-top:0.75em;
}

#about-main.secure-email h2
{
	margin-bottom:1.5em;
}

/**--Pricing page--**/

.pricing-table
{
background:#54647d;
border-radius:0.5em;
padding-bottom:2px;
margin-bottom:2em;
}

.pricing-table header
{
	display:table;
	width:100%;
	border-collapse:collapse;
	table-layout:fixed;
	margin:0 0 0 0;
	padding:0 0 0 0;
}
.pricing-table header #price-summary
{
	display:table-cell;
	width:60%;
	vertical-align:middle;
	padding:0 0 0 0;
	margin:0 0 0 0;
}
.pricing-table header #start-btn-wrap
{
	display:table-cell;
	width:40%;
	vertical-align:middle;
	text-align:right;
	padding:0 0 0 0;
	margin:0 0 0 0;
}

.pricing-table header #price-summary div
{
	padding:2em;
}

.pricing-table header #price-summary h2
{
	color:#fff;
	font-family:"Open Sans", sans-serif;
	font-size:1.6em;
	margin:0 0 0.3em 0;
	padding:0 0 0 0;
	text-align:left;
	font-weight:500;
}

.pricing-table header #price-summary h3
{
	color:#a3b0c3;
	font-family:"Open Sans", sans-serif;
	font-size:1.1em;
	margin:0 0 0 0;
	padding:0 0 0 0;
	text-align:left;
	font-weight:600;
}

#start-btn-wrap .btn-primary
{
	font-size:1.25em;
	margin-right:1em;
}

.pricing-table main
{
	background:#eeeeee;
	margin-bottom:1em;
}

.pricing-table main div
{
	padding:3em 2em;
}

.pricing-table main div h4
{
	color:#a3aec0;
	font-size:1.2em;
	margin:0 0 1em 0;
	text-align:left;
	font-weight:bold;
	clear:both;
}

.feature-list
{
	float:left;
	width:50%;
	margin:0 0 0 0;
	padding:0 0 0 0;
	list-style-type:none;
	line-height:1.85;
	color:#28323b;
	font-size:1.15em;
	font-weight:500;
}

.feature-list li
{
	margin-bottom:0.4em;
}

.feature-list li:last-child
{
	margin-bottom:0;
}

.feature-list li i
{
	color:#54647d;
	margin-right:3px;
}




/*---FAQ ACCORDION--**/

/*******************************
* Does not work properly if "in" is added after "collapse".
*******************************/
  .support-col .panel-group .panel {
        border-radius: 0;
        box-shadow: none;
        border-color: #EEEEEE;
    }

   .support-col .panel-default > .panel-heading {
        padding: 0;
        border-radius: 0;
        color: #212121;
        background-color: #FAFAFA;
        border-color: #EEEEEE;
    }

  	.support-col .panel-title {
        font-size: 13px;
    }

    .support-col .panel-title > a {
        display: block;
        padding: 15px;
        text-decoration: none;
    }

   .support-col .more-less {
        float: right;
        color: #212121;
    }

   .support-col .panel-default > .panel-heading + .panel-collapse > .panel-body {
        border-top-color: #EEEEEE;
    }
	
	.support-col .panel-default .panel-body p
	{
		font-size:1em;
		font-family:"Open Sans", sans-serif;
		color:#212121;
		line-height:1.65;
		margin:0 0 1.5em 0;
		padding:0 0 0 0;
	}
	
		.support-col .panel-default .panel-body p:last-child
		{
			margin-bottom:0;
		}
		
		.panel-default .panel-heading[aria-expanded="true"], 
		.panel-default .panel-heading a:hover, 
		.panel-default .panel-heading a:focus, 
		.panel-default a.panel-heading:hover, 
		.panel-default a.panel-heading:focus {
			background-color: #1f63a4;
			border-color:#1f63a4;
			color:#fff;
		    -webkit-transition: all 0.5s ease-in-out;
		    -moz-transition: all 0.5s ease-in-out;
		    -o-transition: all 0.5s ease-in-out;
		    transition: all 0.5s ease-in-out;
		}
		
		.panel-default .panel-heading[aria-expanded="true"] .more-less,
		.panel-default .panel-heading a:hover .more-less, 
		.panel-default .panel-heading a:focus .more-less, 
		.panel-default a.panel-heading:hover .more-less, 
		.panel-default a.panel-heading:focus .more-less
		{
			color:#fff;
		    -webkit-transition: all 0.5s ease-in-out;
		    -moz-transition: all 0.5s ease-in-out;
		    -o-transition: all 0.5s ease-in-out;
		    transition: all 0.5s ease-in-out;
		}
		
		.support-col .support-header-icon
		{
			font-size:2.25em;
			margin:0 0 0 0;
			padding:0 0 0 0;
			text-align:left;
			color:rgba(0,0,0,0.5);
		}
		
		.support-col-wrap
		{
			padding:0 1em;
		}
		
		.support-col article
		{
			padding-bottom:3.5em;
		}
		
		.support-col h2
		{
			font-family:"Open Sans", sans-serif;
			color:#212121;
			font-size:1.5em;
			margin:0.35em 0 1em 0;
		}
		
		.support-col article p
		{
			line-height:1.65;
			margin-bottom:1.5em;
		}
		
		.support-col article p a
		{
			text-decoration:none;
			font-weight:bold;
			font-family:inherit;
			font-size:100%;
			color:#063c6a;
		    -webkit-transition: all 0.5s ease-in-out;
		    -moz-transition: all 0.5s ease-in-out;
		    -o-transition: all 0.5s ease-in-out;
		    transition: all 0.5s ease-in-out;
		}

		.support-col article p a:hover
		{
			background:#063c6a;
			color:#fff;
		}
		
		
		.support-col article .support-contact-options
		{
			list-style-type:none;
			line-height:1.65;
			margin:0 0 0 0;
			padding:0 0 0 0;
		}
		
		.support-col article .support-contact-options a
		{
			text-decoration:none;
			font-weight:bold;
			font-family:inherit;
			font-size:100%;
			color:#063c6a;
		    -webkit-transition: all 0.5s ease-in-out;
		    -moz-transition: all 0.5s ease-in-out;
		    -o-transition: all 0.5s ease-in-out;
		    transition: all 0.5s ease-in-out;
		}
		.support-col article .support-contact-options a:hover
		{
			background:#063c6a;
			color:#fff;
		}
	








											/*----Responsive Design, Media Queries----*/
											
@media only screen and (max-width:1440px) and (min-width:1366px){	
}
@media only screen and (max-width:1366px) and (min-width:1280px){	
}
@media only screen and (max-width:1280px) and (min-width:1024px){
}

@media only screen and (max-width:1024px){
#contact-main .contact-form h2
{
	display:block;
}
}



@media only screen and (max-width:1024px) and (min-width:768px){
	body {
		/*background:red;*/
	}
	#marketing-row1
	{
		padding-bottom:0;
	}
	#marketing-row1 .text-col article
	{
		padding-right:2em;
		padding-left:2em;
	}

	#marketing-row2 .text-col article
	{
		padding-left:2em;
			padding-right:2em;
	}
	#marketing-row2 .text-col
	{
		padding-top:1em;
	}
	#who-wrap
	{
		display:block;
		width:100%;
	}
	#who-text
	{
		display:block;
		width:100%;
	}
	#who-text h2
	{
		text-align:center;
		margin-bottom:1.25em;
	}
		#who-text p
		{
			margin:0 1em 1em 1em;
		}
	#who-btn
	{
		display:block;
		width:100%;
		padding-top:1.5em;
	}
	
	#who-btn .btn-primary
	{
		font-size:0.8em;
	}
    #start-btn .btn-primary
   	{
   		font-size:0.8em;
   	}
	.social-media-links
	{
		padding-top:2em;
		clear:both;
		width:100%;
	}
	#colophon
	{
		padding:1em 0;
		display:table;
		width:100%;
	}

	#footer-logo
	{
		width:15%;
		display:table-cell;
		vertical-align:middle;
	}

	#footer-legal
	{
		width:77%;
		display:table-cell;
		vertical-align:middle;
		text-align:left;
	}
	#back-to-top
	{
		width:8%;
		display:table-cell;
		vertical-align:middle;
		text-align:right;
	}
	.navbar-default {
	  background-color: #fff;
	  border-color: #e7e7e7;
	  webkit-box-shadow: 0 4px 4px -2px rgba(0,0,0,0.1);
	     -moz-box-shadow: 0 4px 4px -2px rgba(0,0,0,0.1);
	          box-shadow: 0 4px 4px -2px rgba(0,0,0,0.1);
			  padding-bottom:1em;
	}
	
	.team-table
	{
		display:table;
		table-layout:fixed;
		border-collapse:collapse;
		width:100%;
	}

	.team-profile
	{
		display:block;
		float:left;
		width:50%;
		background:#fff;
		vertical-align:top;
		height:42em;
		border:5px solid #073b6a;
		border-bottom:10px solid #073b6a;
	}
	#about-main.secure-email .iw-40
	{
		width:50%;
	}
	#about-main.secure-email h2
	{
		margin-bottom:1.5em;
	}
	.jumbotron.innerpage
	{
		margin-top:50px;
	}
}



@media only screen and (max-width:768px) and (min-width:640px){
	body {
		/*background:blue;*/
	}
	#marketing-row1
	{
		padding-bottom:0;
	}
	#marketing-row1 .text-col article
	{
		padding-right:2em;
		padding-left:2em;
	}

	#marketing-row2 .text-col article
	{
		padding-left:2em;
			padding-right:2em;
	}
	#marketing-row2 .text-col
	{
		padding-top:1em;
	}
	#who-wrap
	{
		display:block;
		width:100%;
	}

	#who-text
	{
		display:block;
		width:100%;
	}
	#who-btn
	{
		display:block;
		width:100%;
		padding-top:1.5em;
	}
	#who-text h2
	{
		text-align:center;
		margin-bottom:1.25em;
	}
		#who-text p
		{
			margin:0 1em 1em 1em;
		}
	.setup-body
	{
		display:block;
		width:100%;
		table-layout:fixed;
		border-collapse:collapse;
		margin: 0 0 4em 0;
	}

	#setup-blurb
	{
		width:100%;
		display:block;
		vertical-align:top;
		padding:4em 0 2em 0;
		text-align:center;
	}
	
	#setup-blurb h3
	{
		margin-top:0;
	}
	
	
	#setup-blurb p
	{
		text-align:center;
		margin-left: auto;
		margin-right: auto;
		padding-left:0;
		padding-right:0;
	}

	#setup-form
	{
		width:80%;
		display:block;
		vertical-align:bottom;
		padding:0 0 0 0;
		margin:0 10%;
	}
	#setup-form-submit #setup-submit-help
	{
		text-align:center;
		font-size:0.9em;
		line-height:1.5;
	}

	#setup-submit-btn
	{
		padding-top:0.5em;
	}

	#setup-submit-btn .btn-primary
	{
		font-size:1.25em;
	}
	#setup-form-submit
	{
		margin-bottom:0;
	}
	#who-btn .btn-primary
	{
		font-size:0.8em;
	}
    #start-btn .btn-primary
   	{
   		font-size:0.8em;
   	}
	.support-links, .social-media-links
	{
		width:50%;
		float:left;
		margin-bottom:2em;
	}
	#support-links-row
	{
		padding-bottom:1em;
		padding-left:1em;
			padding-right:1em;
	}
	#colophon
	{
		padding:1em 0;
		display:table;
		width:100%;
	}

	#footer-logo
	{
		width:15%;
		display:table-cell;
		vertical-align:middle;
	}

	#footer-legal
	{
		width:79%;
		display:table-cell;
		vertical-align:middle;
		text-align:left;
	}
	#footer-legal p
	{
		font-size:0.9em;
	}
	#back-to-top
	{
		width:6%;
		display:table-cell;
		vertical-align:middle;
		text-align:right;
	}
	.team-table
	{
		display:block;
		width:100%;
	}

	.team-profile
	{
		display:block;
		float:left;
		width:50%;
		background:#fff;
		vertical-align:top;
		height:42em;
		border:5px solid #073b6a;
		border-bottom:10px solid #073b6a;
	}
	#about-main.secure-email, .pricing-main
	{
		padding-top:0;
	}
	#about-main.secure-email .iw-40
	{
		width:50%;
	}
	#about-main.secure-email h2
	{
		margin-bottom:1.5em;
	}
	.col33, #spam-intro
	{
		width:80%;
		margin:0 10% 2em 10%;
		float:none;
	}
	.columns-wrap .col33 p
	{
		margin-right:0;
	}
	.pricing-table header
	{
		display:block;
		width:100%;
		margin:0 0 0 0;
		padding:0 0 0 0;
	}
	.pricing-table header #price-summary
	{
		display:block;
		width:80%;
		vertical-align:middle;
		padding:0 0 0 0;
		margin:0 10%;
		text-align:center;
	}
	.pricing-table header #price-summary h2, .pricing-table header #price-summary h3
	{
		text-align:center;
	}
	.pricing-table header #start-btn-wrap
	{
		display:block;
		width:40%;
		vertical-align:middle;
		text-align:right;
		padding:0 0 0 0;
		margin:0 30% 1.5em 30%;
	}
	#start-btn-wrap .btn-primary
	{
		font-size:1.25em;
		margin-right:0;
	}
	.feature-list
	{
		float:none;
		width:80%;
		margin:0 10%;
		padding:0 0 0 0;
		list-style-type:none;
		line-height:1.75;
		color:#28323b;
		font-size:1.1em;
		font-weight:500;
	}
	
	.pricing-table h4#offer-list
	{
		text-align:center;
		font-size:1.2em;
	}
}
@media only screen and (max-width:640px) and (min-width:480px){
	body {
		/*background:green;*/
	}
	#fade-quote-carousel .carousel-control.left {
	    left: -65px;
	}
	#fade-quote-carousel .carousel-control.right {
	    right: -65px;
	}
	#testi-body
	{
		width:80%;
		margin:0 10%;
	}
	.testimonial-slide .testi-wrap .quote-icon
	{
		display:none;
	}
	.testimonial-slide .testi-wrap .quote-text p.testi-text
	{
		color:#212121;
		line-height:1.6;
		margin:0 0 0 0;
		padding:0 1em;
		font-size:1.05em;
	}
	#who-wrap
	{
		display:block;
		width:100%;
	}

	#who-text
	{
		display:block;
		width:100%;
	}
	#who-btn
	{
		display:block;
		width:100%;
	}
	#who-text h2
	{
		text-align:center;
		margin-bottom:1.25em;
	}
		#who-text p
		{
			margin:0 1em 1em 1em;
		}
		#who-btn .btn-primary
		{
			font-size:0.8em;
		}
	    #start-btn .btn-primary
	   	{
	   		font-size:0.8em;
	   	}
	
	#marketing-row1
	{
		padding-bottom:0;
	}
	#marketing-row1 .text-col article
	{
		padding-right:2em;
		padding-left:2em;
	}

	#marketing-row2 .text-col article
	{
		padding-left:2em;
			padding-right:2em;
	}
	#marketing-row2 .text-col
	{
		padding-top:1em;
	}
	.setup-body
	{
		display:block;
		width:100%;
		table-layout:fixed;
		border-collapse:collapse;
		margin: 0 0 3em 0;
	}

	#setup-blurb
	{
		width:100%;
		display:block;
		vertical-align:top;
		padding:3em 0 2em 0;
		text-align:center;
	}
	
	#setup-blurb h3
	{
		margin-top:0;
		margin-bottom:1.5em;
	}
	
	#setup-blurb p
	{
		text-align:center;
		margin-left: auto;
		margin-right: auto;
		padding-left:0;
		padding-right:0;
	}

	#setup-form
	{
		width:90%;
		display:block;
		vertical-align:bottom;
		padding:0 0 0 0;
		margin:0 5%;
	}
	#setup-form-submit #setup-submit-help
	{
		text-align:center;
		font-size:0.9em;
		line-height:1.5;
	}

	#setup-submit-btn
	{
		padding-top:0.5em;
	}

	#setup-submit-btn .btn-primary
	{
		font-size:1.25em;
	}
	#setup-form-submit
	{
		margin-bottom:0;
	}
	.jumbotron h1
	{
		font-size:3em;
	}
	.jumbotron h2
	{
		font-size:2em;
		margin:0.5em 0 0 0;
	}
	.support-links, .social-media-links
	{
		width:50%;
		float:left;
		margin-bottom:2em;
	}
	#support-links-row
	{
		padding-bottom:1em;
	}
	#colophon
	{
		padding:1em 0;
		display:table;
		width:100%;
	}
	
	footer
	{
		padding-bottom:0.5em;
	}

	#footer-logo
	{
		width:25%;
		display:table-cell;
		vertical-align:middle;
	}

	#footer-legal
	{
		width:75%;
		display:table-cell;
		vertical-align:middle;
		text-align:left;
	}

	#back-to-top
	{
		width:100%;
		display:block;
		vertical-align:middle;
		text-align:right;
	}
	.team-table
	{
		display:block;
		width:80%;
		margin:0 10%;
	}

	.team-profile
	{
		display:block;
		width:100%;
		background:#fff;
		vertical-align:top;
		border-style:none;
		margin-bottom:2em;
		-moz-box-shadow: 0 0 10px rgba(0,0,0,0.4);
		-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.4);
		box-shadow: 0 0 10px rgba(0,0,0,0.4);
	}
	.iw-35
	{
		width:40%;
	}
	#about-main.secure-email
	{
		padding-top:0;
	}
	#about-main.secure-email .iw-40
	{
		width:100%;
		float:none;
		margin:0 0 2em 0;
	}
	#about-main.secure-email h2
	{
		margin-bottom:1.5em;
	}
	.col33, #spam-intro
	{
		width:80%;
		margin:0 10% 2em 10%;
		float:none;
	}
	.col50
	{
		width:100%;
		margin:0 0 2em 0;
		float:none;
	}
	.columns-wrap p
	{
		margin-right:0;
	}
	.pricing-table header
	{
		display:block;
		width:100%;
		margin:0 0 0 0;
		padding:0 0 0 0;
	}
	.pricing-table header #price-summary
	{
		display:block;
		width:80%;
		vertical-align:middle;
		padding:0 0 0 0;
		margin:0 10%;
		text-align:center;
	}
	.pricing-table header #price-summary h2, .pricing-table header #price-summary h3
	{
		text-align:center;
	}
	.pricing-table header #start-btn-wrap
	{
		display:block;
		width:70%;
		vertical-align:middle;
		text-align:center;
		padding:0 0 0 0;
		margin:0 15% 1.5em 15%;
	}
	#start-btn-wrap .btn-primary
	{
		font-size:1.25em;
		margin-right:0;
	}
	.feature-list
	{
		float:none;
		width:90%;
		margin:0 5%;
		padding:0 0 0 0;
		list-style-type:none;
		line-height:1.75;
		color:#28323b;
		font-size:1.1em;
		font-weight:500;
	}
	
	.pricing-table h4#offer-list
	{
		text-align:center;
		font-size:1.2em;
	}
	.support-col-wrap
	{
		padding:0 0;
	}
	.support-col .panel-default > .panel-heading .panel-title
	{
		line-height:1.5;
	}
	#support-main
	{
		padding-top:0;
	}
	.support-col .support-header-icon, .support-col h2
	{
		text-align:center;
	}
}
@media only screen and (max-width:480px) and (min-width:320px){
	body {
		/*background:brown;*/
	}
	#fade-quote-carousel .carousel-control.left {
	    left: -65px;
	}
	#fade-quote-carousel .carousel-control.right {
	    right: -65px;
	}
	#testi-body
	{
		width:80%;
		margin:0 10%;
	}
	.testimonial-slide .testi-wrap .quote-icon
	{
		display:none;
	}
	.testimonial-slide .testi-wrap .quote-text p.testi-text
	{
		color:#212121;
		line-height:1.6;
		margin:0 0 0 0;
		padding:0 0.5em;
		font-size:1.05em;
	}
	#who-wrap
	{
		display:block;
		width:100%;
	}

	#who-text
	{
		display:block;
		width:100%;
	}
	#who-btn
	{
		display:block;
		width:100%;
		padding-top:1.5em;
	}
	#who-text h2
	{
		text-align:center;
		margin-bottom:1.25em;
	}
		#who-text p
		{
			margin:0 1em 1em 1em;
		}
		#who-btn .btn-primary
		{
			font-size:0.75em;
		}
	    #start-btn .btn-primary
	   	{
	   		font-size:0.75em;
	   	}
	.testimonial-slide .testi-wrap .quote-text p.testi-author
	{
		text-align:center;
	}
	#marketing-row1
	{
		padding-bottom:0;
	}
	#marketing-row1 .text-col article
	{
		padding-right:1em;
		padding-left:1em;
	}

	#marketing-row2 .text-col article
	{
		padding-left:1em;
			padding-right:1em;
	}
	#marketing-row2 .text-col
	{
		padding-top:1em;
		padding-bottom:1em;
	}
	.setup-body
	{
		display:block;
		width:100%;
		table-layout:fixed;
		border-collapse:collapse;
		margin: 0 0 3em 0;
	}

	#setup-blurb
	{
		width:100%;
		display:block;
		vertical-align:top;
		padding:3em 0 2em 0;
		text-align:center;
	}
	
	#setup-blurb h3
	{
		margin-top:0;
		margin-bottom:1.5em;
	}
	
	#setup-blurb p
	{
		text-align:center;
		margin-left: auto;
		margin-right: auto;
		padding-left:0;
		padding-right:0;
	}

	#setup-form
	{
		width:100%;
		display:block;
		vertical-align:bottom;
		padding:0 0 0 0;
		margin:0 0;
	}
	#setup-form-submit #setup-submit-help
	{
		text-align:center;
		font-size:0.9em;
		line-height:1.5;
	}

	#setup-submit-btn
	{
		padding-top:0.5em;
	}

	#setup-submit-btn .btn-primary
	{
		font-size:1.25em;
	}
	#setup-form-submit
	{
		margin-bottom:0;
	}
	.jumbotron h1
	{
		font-size:3em;
	}
	.jumbotron h2
	{
		font-size:2em;
		margin:0.5em 0 0 0;
	}
	.support-links, #support-links-row .social-media-links
	{
		width:80%;
		margin-bottom:2em;
		margin-left:10%;
		margin-right:10%;
	}
	#support-links-row
	{
		padding-bottom:2em;
	}
	footer
	{
		padding-bottom:0.5em;
	}

	#colophon
	{
		padding:1em 0;
		display:block;
		width:100%;
	}
	
	#footer-logo
	{
		width:30%;
		margin:0 35% 1em 35%;
		display:block;
		vertical-align:middle;
	}

	#footer-legal
	{
		width:90%;
		margin:0 5%;
		display:block;
		vertical-align:middle;
		text-align:center;
	}

	#back-to-top
	{
		width:100%;
		display:block;
		vertical-align:middle;
		text-align:right;
	}
	.team-table
	{
		display:block;
		width:80%;
		margin:0 10%;
	}

	.team-profile
	{
		display:block;
		width:100%;
		background:#fff;
		vertical-align:top;
		border-style:none;
		margin-bottom:3em;
		-moz-box-shadow: 0 0 10px rgba(0,0,0,0.4);
		-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.4);
		box-shadow: 0 0 10px rgba(0,0,0,0.4);
	}
	.iw-35
	{
		width:45%;
	}
	.contact-txt-row
	{
		display:block;
		width:100%;
		margin-bottom:0;
	}

	.contact-txt-col, .contact-txt-col.social-media-links
	{
		display:block;
		width:auto;
		vertical-align:top;
		margin-bottom:2.5em;
	}
	#about-main.secure-email
	{
		padding-top:0;
	}
	#about-main.secure-email .iw-40
	{
		width:100%;
		float:none;
		margin:0 0 2em 0;
	}
	#about-main.secure-email h2
	{
		margin-bottom:1.5em;
	}
	.col33, #spam-intro
	{
		width:100%;
		margin:0 0 2em 0;
		float:none;
	}
	.col50
	{
		width:100%;
		margin:0 0 2em 0;
		float:none;
	}
	.columns-wrap p
	{
		margin-right:0;
	}
	#setup-blurb h3
	{
		line-height:1.5;
	}
	.pricing-table header
	{
		display:block;
		width:100%;
		margin:0 0 0 0;
		padding:0 0 0 0;
	}
	.pricing-table header #price-summary
	{
		display:block;
		width:100%;
		vertical-align:middle;
		padding:0 0 0 0;
		margin:0 0;
		text-align:center;
	}
	.pricing-table header #price-summary h2, .pricing-table header #price-summary h3
	{
		text-align:center;
		line-height:1.5;
	}
	.pricing-table header #start-btn-wrap
	{
		display:block;
		width:70%;
		vertical-align:middle;
		text-align:center;
		padding:0 0 0 0;
		margin:0 15% 1.5em 15%;
	}
	#start-btn-wrap .btn-primary
	{
		font-size:1.25em;
		margin-right:0;
	}
	.feature-list
	{
		float:none;
		width:90%;
		margin:0 5%;
		padding:0 0 0 0;
		list-style-type:none;
		line-height:1.75;
		color:#28323b;
		font-size:1.1em;
		font-weight:500;
	}
	
	.feature-list li
	{
		margin-bottom:0.65em;
	}
	
	.pricing-table h4#offer-list
	{
		text-align:center;
		font-size:1.2em;
	}
	.support-col-wrap
	{
		padding:0 0;
	}
	.support-col .panel-default > .panel-heading .panel-title
	{
		line-height:1.5;
	}
	#support-main
	{
		padding-top:0;
	}
	.support-col .support-header-icon, .support-col h2
	{
		text-align:center;
	}
}
@media only screen and (max-width:320px) and (min-width:240px){
	#fade-quote-carousel .carousel-control.left {
	    left: -60px;
	}
	#fade-quote-carousel .carousel-control.right {
	    right: -60px;
	}
	#testi-body
	{
		width:90%;
		margin:0 5%;
	}
	.testimonial-slide .testi-wrap .quote-icon
	{
		display:none;
	}
	.testimonial-slide .testi-wrap .quote-text p.testi-text
	{
		color:#212121;
		line-height:1.6;
		margin:0 0 0 0;
		padding:0 0.25em;
		font-size:1.05em;
	}
	#who-wrap
	{
		display:block;
		width:100%;
	}

	#who-text
	{
		display:block;
		width:100%;
	}
	#who-btn
	{
		display:block;
		width:100%;
		padding-top:1.5em;
	}
	#who-text h2
	{
		text-align:center;
		margin-bottom:1.25em;
	}
		#who-text p
		{
			margin:0 1em 1em 1em;
		}
		#who-btn .btn-primary
		{
			font-size:0.75em;
		}
	    #start-btn .btn-primary
	   	{
	   		font-size:0.75em;
	   	}
	.testimonial-slide .testi-wrap .quote-text p.testi-author
	{
		text-align:center;
	}
	#marketing-row1
	{
		padding-bottom:0;
	}
	#marketing-row1 .text-col article
	{
		padding-right:0.5em;
		padding-left:0.5em;
	}

	#marketing-row2 .text-col article
	{
		padding-left:0.5em;
			padding-right:0.5em;
	}
	#marketing-row2 .text-col
	{
		padding-top:1em;
		padding-bottom:1em;
	}
	.setup-body
	{
		display:block;
		width:100%;
		table-layout:fixed;
		border-collapse:collapse;
		margin: 0 0 3em 0;
	}

	#setup-blurb
	{
		width:100%;
		display:block;
		vertical-align:top;
		padding:3em 0 2em 0;
		text-align:center;
	}
	
	#setup-blurb h3
	{
		margin-top:0;
		margin-bottom:1.5em;
	}
	
	#setup-blurb p
	{
		text-align:center;
		margin-left: auto;
		margin-right: auto;
		padding-left:0;
		padding-right:0;
	}

	#setup-form
	{
		width:100%;
		display:block;
		vertical-align:bottom;
		padding:0 0 0 0;
		margin:0 0;
	}
	#setup-form-submit #setup-submit-help
	{
		text-align:center;
		font-size:0.9em;
		line-height:1.5;
	}

	#setup-submit-btn
	{
		padding-top:0.5em;
	}

	#setup-submit-btn .btn-primary
	{
		font-size:1.25em;
	}
	#setup-form-submit
	{
		margin-bottom:0;
	}
	.jumbotron h1
	{
		font-size:3em;
	}
	.jumbotron h2
	{
		font-size:2em;
		margin:0.5em 0 0 0;
	}
	.support-links, #support-links-row .social-media-links
	{
		width:90%;
		margin-bottom:2em;
		margin-left:5%;
		margin-right:5%;
	}
	#support-links-row
	{
		padding-bottom:2em;
	}
	#colophon
	{
		padding:1em 0;
		display:block;
		width:100%;
	}
	
	#footer-logo
	{
		width:40%;
		margin:0 30% 1em 30%;
		display:block;
		vertical-align:middle;
	}

	#footer-legal
	{
		width:100%;
		margin:0 0;
		display:block;
		vertical-align:middle;
		text-align:center;
	}

	#back-to-top
	{
		width:100%;
		display:block;
		vertical-align:middle;
		text-align:right;
	}
	.team-table
	{
		display:block;
		width:80%;
		margin:0 10%;
	}

	.team-profile
	{
		display:block;
		width:100%;
		background:#fff;
		vertical-align:top;
		border-style:none;
		margin-bottom:3em;
	}
	.iw-35
	{
		width:50%;
	}
	.contact-txt-row
	{
		display:block;
		width:100%;
		margin-bottom:0;
	}

	.contact-txt-col, .contact-txt-col.social-media-links
	{
		display:block;
		width:auto;
		vertical-align:top;
		margin-bottom:2.5em;
	}
	#about-main.secure-email
	{
		padding-top:0;
	}
	#about-main.secure-email .iw-40
	{
		width:100%;
		float:none;
		margin:0 0 2em 0;
	}
	#about-main.secure-email h2
	{
		margin-bottom:1.5em;
	}
	.col33, #spam-intro
	{
		width:100%;
		margin:0 0 2em 0;
		float:none;
	}
	.col50
	{
		width:100%;
		margin:0 0 2em 0;
		float:none;
	}
	.columns-wrap p
	{
		margin-right:0;
	}
	#setup-blurb h3
	{
		line-height:1.5;
	}
	.pricing-table header
	{
		display:block;
		width:100%;
		margin:0 0 0 0;
		padding:0 0 0 0;
	}
	.pricing-table header #price-summary
	{
		display:block;
		width:100%;
		vertical-align:middle;
		padding:0 0 0 0;
		margin:0 0;
		text-align:center;
	}
	.pricing-table header #price-summary h2, .pricing-table header #price-summary h3
	{
		text-align:center;
		line-height:1.5;
	}
	.pricing-table header #start-btn-wrap
	{
		display:block;
		width:70%;
		vertical-align:middle;
		text-align:center;
		padding:0 0 0 0;
		margin:0 15% 1.5em 15%;
	}
	#start-btn-wrap .btn-primary
	{
		font-size:1.25em;
		margin-right:0;
	}
	.feature-list
	{
		float:none;
		width:90%;
		margin:0 5%;
		padding:0 0 0 0;
		list-style-type:none;
		line-height:1.75;
		color:#28323b;
		font-size:1.1em;
		font-weight:500;
	}
	
	.feature-list li
	{
		margin-bottom:0.65em;
	}
	
	.pricing-table h4#offer-list
	{
		text-align:center;
		font-size:1.2em;
	}
	.support-col-wrap
	{
		padding:0 0;
	}
	.support-col .panel-default > .panel-heading .panel-title
	{
		line-height:1.5;
	}
	#support-main
	{
		padding-top:0;
	}
	.support-col .support-header-icon, .support-col h2
	{
		text-align:center;
	}
}




/*-------------------------------*/
/*  Landing pages (2 variations) @ May 2 2017
/*-------------------------------*/

.landing-masthead-icon
{
	width:14%;
	margin:0 43%;
}

.landing-masthead-icon img
{
	width:100%;
	height:auto;
	display:block;
	border:0;
}

.grn-jumbo
{
	background:#85d2a8;
}

#landing-jumbotron
{
	padding-top:0;
	padding-bottom:0;
}

#landing-jumbotron .row
{
	padding-top:1em;
	padding-bottom:1em;
	padding-right:2.5em;
	padding-left:2.5em;
}

.landing-jumbo-grid
{
	display:table;
	width:100%;
	table-layout:fixed;
	border-collapse:collapse;
}

.ljg-img
{
	display:table-cell;
	width:50%;
	vertical-align:middle;
}

.ljg-img img
{
	width:100%;
	height:auto;
	display:block;
	border:0;
}

.jumbotext-col
{
	display:table-cell;
	width:50%;
	vertical-align:middle;
}

.jumbotext-col article
{
	padding:0 2em;
	text-align:center;
	color:#fff;
}

.jumbotext-col article h2
{
	margin-top:0;
	font-size:3em;
	font-weight:700;
	margin-bottom:0;
	font-family:"Roboto",sans-serif;
	text-shadow: 1px 1px rgba(0,0,0,0.2);
}

.jumbotext-col article h3
{
	font-family:"Roboto",sans-serif;
	text-shadow: 1px 1px rgba(0,0,0,0.2);
	font-size:2.5em;
	font-weight:700;
	margin-top:0.5em;
	margin-bottom:0.5em;
}

.jumbotext-col article p
{
		text-shadow: 1px 1px rgba(0,0,0,0.1);
		font-weight:500;
		margin-bottom:0;
		font-size:1.1em;
}

.jumbotext-col #start-btn-wrap
{
	margin:1.5em 0 0 0;
}

.jumbotext-col #start-btn-wrap .btn-primary {
  color: #fff;
  background-color: #072f65;
  border-color: #072f65;
  text-transform:uppercase;
  font-weight:bold;
}
.jumbotext-col #start-btn-wrap .btn-primary:focus,
.jumbotext-col #start-btn-wrap .btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.jumbotext-col #start-btn-wrap .btn-primary:hover {
  color: #fff;
  background-color: #0a448f;
  border-color: #0a448f;
}

#overview.landingpage
{
	padding-top:1.5em;
}


#landing-row1 .text-col article
{
	padding:0 2em 2em 2em;
}

#landing-row1 .text-col h2, #landing-row1 .text-col p
{
	text-align:center;
}


#landing-colophon
{
	padding:1em 0;
	width:100%;
}

#landing-colophon #footer-logo
{
	width:10%;
	display:block;
	margin:0 45%;
}

#landing-colophon #footer-logo img
{
	width:100%;
	height:auto;
	display:block;
	border:0;
}

#landing-colophon #footer-legal
{
	width:100%;
	display:block;
	text-align:center;
}

#landing-colophon #footer-legal p
{
	margin:1em auto 0 auto;
	padding:0 0 0 0;
	 color: #696969;
	 text-shadow: 1px 1px rgba(255,255,255,1.0);
}

.landing-setup #setup-form
{
	vertical-align:middle;
}

.landing-setup .setup-body
{
	margin-bottom:2em;
}

.blu-jumbo
{
	background:#00a2d9;
}

.landing2-jumbo-grid
{
	text-align:center;
}

.landing2-jumbo-grid article
{
	width:60%;
	margin:0 20%;
	color:#fff;
}

.landing2-jumbo-grid article .ljg-img
{
	width:100%;
	height:auto;
	display:block;
	border:0;
}

.landing2-jumbo-grid article h2
{
	margin-top:0;
	font-size:2.5em;
	font-weight:700;
	margin-bottom:0;
	font-family:"Roboto",sans-serif;
	text-shadow: 1px 1px rgba(0,0,0,0.2);
}

.landing2-jumbo-grid article h3
{
	font-family:"Roboto",sans-serif;
	text-shadow: 1px 1px rgba(0,0,0,0.2);
	font-size:2em;
	font-weight:700;
	margin-top:0.5em;
	margin-bottom:0.5em;
}

#landing-jumbotron.blu-jumbo .row
{
	padding-top:2.5em;
	padding-bottom:2.5em;
	padding-right:2.5em;
	padding-left:2.5em;
}

#landing-jumbotron.blu-jumbo #start-btn-wrap
{
	width:100%;
	margin:1em 0 0 0;
	padding:0 0 0 0;
}

#landing-jumbotron.blu-jumbo #start-btn-wrap .btn-primary {
  color: #fff;
  background-color: #ff7f00;
  border-color: #ff7f00;
  text-transform:uppercase;
  font-weight:bold;
  display:block;
  margin:0 0 0 0;
  padding-top:0.5em;
  padding-bottom:0.5em;
}

#landing-jumbotron.blu-jumbo #start-btn-wrap .btn-primary:focus,
#landing-jumbotron.blu-jumbo #start-btn-wrap .btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
#landing-jumbotron.blu-jumbo #start-btn-wrap .btn-primary:hover {
  color: #fff;
  background-color: #cc6600;
  border-color: #cc6600;
}


/*----Responsive-design----*/

@media only screen and (max-width:1280px) and (min-width:1024px){
	#landing-jumbotron.grn-jumbo .row
	{
		padding-top:1.5em;
		padding-bottom:1em;
		padding-right:2.5em;
		padding-left:2.5em;
	}
	
	.landing-masthead-icon
	{
		width:18%;
		margin:0 41%;
	}
	#landing-colophon #footer-logo
	{
		width:12%;
		display:block;
		margin:0 44%;
	}
	.landing2-jumbo-grid
	{
		text-align:center;
	}

	.landing2-jumbo-grid article
	{
		width:50%;
		margin:0 25%;
	}
}
@media only screen and (max-width:1024px) and (min-width:768px){
	#landing-jumbotron.grn-jumbo .row
	{
		padding-top:3em;
		padding-bottom:1em;
		padding-right:2.5em;
		padding-left:2.5em;
	}
	.landing-masthead-icon
	{
		width:24%;
		margin:12px 38% 0 38%;
	}
	#landing-colophon #footer-logo
	{
		width:12%;
		display:block;
		margin:0 44%;
	}
	#landing-colophon
	{
		padding:0 0;
		width:100%;
	}
	.landing-jumbo-grid
	{
		display:block;
		padding-bottom:1em;
		
	}
	.ljg-img
	{
		display:block;
		width:70%;
		margin:0 15%;
	}
	.jumbotext-col
	{
		display:block;
		width:100%;
	}
	.jumbotext-col article h2
	{
		margin-top:0.5em;
		font-size:2.75em;
		font-weight:700;
		margin-bottom:0;
		font-family:"Roboto",sans-serif;
		text-shadow: 1px 1px rgba(0,0,0,0.2);
	}

	.jumbotext-col article h3
	{
		font-family:"Roboto",sans-serif;
		text-shadow: 1px 1px rgba(0,0,0,0.2);
		font-size:2.1em;
		font-weight:700;
		margin-top:0.5em;
		margin-bottom:0.5em;
	}

	.jumbotext-col article p
	{
			text-shadow: 1px 1px rgba(0,0,0,0.1);
			font-weight:500;
			margin-bottom:0;
			font-size:1.1em;
	}
	
	#landing-row1 .text-col h2
	{
		text-align:left;
		font-size:1.55em;
		font-weight:normal;
	}
	
	#landing-row1 .text-col p
	{
		text-align:justify;
	}
	.landing2-jumbo-grid article
	{
		width:60%;
		margin:1.5em 20% 0 20%;
	}
	.landing2-jumbo-grid article .ljg-img
	{
		width:100%;
		margin:0 0 0 0;
	}
	
}
@media only screen and (max-width:768px) and (min-width:640px){
	.landing-masthead-icon
	{
		width:22%;
		margin:0 39%;
	}
	#landing-colophon #footer-logo
	{
		width:18%;
		display:block;
		margin:0 41%;
	}
	#landing-colophon #footer-legal p
	{
		font-size:1.05em;
	}
	
	#landing-colophon
	{
		padding:0 0;
		width:100%;
	}
	
	.landing-jumbo-grid
	{
		display:block;
		padding-bottom:1em;
		
	}
	.ljg-img
	{
		display:block;
		width:80%;
		margin:0 10%;
	}
	.jumbotext-col
	{
		display:block;
		width:100%;
	}
	.jumbotext-col article h2
	{
		margin-top:0.5em;
		font-size:2.75em;
		font-weight:700;
		margin-bottom:0;
		font-family:"Roboto",sans-serif;
		text-shadow: 1px 1px rgba(0,0,0,0.2);
	}

	.jumbotext-col article h3
	{
		font-family:"Roboto",sans-serif;
		text-shadow: 1px 1px rgba(0,0,0,0.2);
		font-size:2.1em;
		font-weight:700;
		margin-top:0.5em;
		margin-bottom:0.5em;
	}

	.jumbotext-col article p
	{
			text-shadow: 1px 1px rgba(0,0,0,0.1);
			font-weight:500;
			margin-bottom:0;
			font-size:1.1em;
	}
	
	#landing-row1 .text-col h2
	{
		text-align:left;
		font-size:1.55em;
		font-weight:normal;
	}
	
	#landing-row1 .text-col p
	{
		text-align:justify;
	}
	.landing2-jumbo-grid article
	{
		width:60%;
		margin:0 20% 0 20%;
	}
	.landing2-jumbo-grid article .ljg-img
	{
		width:100%;
		margin:0 0 0 0;
	}
}
@media only screen and (max-width:640px) and (min-width:480px){
	.landing-masthead-icon
	{
		width:30%;
		margin:0 35%;
	}
	#landing-colophon #footer-logo
	{
		width:20%;
		display:block;
		margin:0 40%;
	}
	#landing-colophon #footer-legal p
	{
		font-size:1em;
	}
	
	footer.landingfooter
	{
		padding-top:1em;
		padding-bottom:1em;
	}
	
	#landing-colophon
	{
		padding:0 0;
		width:100%;
		margin-top:0;
	}
	.landing-jumbo-grid
	{
		display:block;
		padding-bottom:1em;
		
	}
	.ljg-img
	{
		display:block;
		width:90%;
		margin:0 5%;
	}
	.jumbotext-col
	{
		display:block;
		width:100%;
	}
	.jumbotext-col article h2
	{
		margin-top:0.5em;
		font-size:2.75em;
		font-weight:700;
		margin-bottom:0;
		font-family:"Roboto",sans-serif;
		text-shadow: 1px 1px rgba(0,0,0,0.2);
	}

	.jumbotext-col article h3
	{
		font-family:"Roboto",sans-serif;
		text-shadow: 1px 1px rgba(0,0,0,0.2);
		font-size:2.1em;
		font-weight:700;
		margin-top:0.5em;
		margin-bottom:0.5em;
	}

	.jumbotext-col article p
	{
			text-shadow: 1px 1px rgba(0,0,0,0.1);
			font-weight:500;
			margin-bottom:0;
			font-size:1.1em;
	}
	
	#landing-row1 .text-col h2
	{
		text-align:left;
		font-size:1.55em;
		font-weight:normal;
	}
	
	#landing-row1 .text-col p
	{
		text-align:justify;
	}
	.landing2-jumbo-grid article
	{
		width:90%;
		margin:0 5%;
	}
	.landing2-jumbo-grid article .ljg-img
	{
		width:100%;
		margin:0 0 0 0;
	}
	.landing2-jumbo-grid article h2
	{
		font-size:2.35em;
	}

	.landing2-jumbo-grid article h3
	{
		font-size:1.85em;
		margin-bottom:0.65em;
	}
}
@media only screen and (max-width:480px) and (min-width:320px){
	.landing-masthead-icon
	{
		width:36%;
		margin:4px 32% 0 32%;
	}
	.navbar, .navbar-default, .navbar-fixed-top
	{
		padding-bottom:0;
	}
	.navbar .container
	{
		padding-bottom:0;
	}
	#landing-colophon #footer-logo
	{
		width:30%;
		display:block;
		margin:0 35%;
	}
	
	#landing-colophon #footer-legal
	{
		width:100%;
		margin:0 0 0 0;
	}
	#landing-colophon #footer-legal p
	{
		font-size:0.9em;
		white-space:normal;
		line-height:1.65;
	}
	
	footer.landingfooter
	{
		padding-top:1em;
		padding-bottom:1em;
	}
	
	#landing-colophon
	{
		padding:0 0;
		width:100%;
		margin-top:0;
	}
	.landing-jumbo-grid
	{
		display:block;
		padding-bottom:1em;
		
	}
	.ljg-img
	{
		display:block;
		width:100%;
		margin:0 0;
	}
	.jumbotext-col
	{
		display:block;
		width:100%;
	}
	.jumbotext-col article h2
	{
		margin-top:0.5em;
		font-size:2.35em;
		font-weight:700;
		margin-bottom:0;
		font-family:"Roboto",sans-serif;
		text-shadow: 1px 1px rgba(0,0,0,0.2);
	}

	.jumbotext-col article h3
	{
		font-family:"Roboto",sans-serif;
		text-shadow: 1px 1px rgba(0,0,0,0.2);
		font-size:1.75em;
		font-weight:700;
		margin-top:0.35em;
		margin-bottom:0.5em;
	}

	.jumbotext-col article p
	{
			text-shadow: 1px 1px rgba(0,0,0,0.1);
			font-weight:500;
			margin-bottom:0;
			font-size:1.1em;
	}
	
	#landing-row1 .text-col article
	{
		padding-left:1em;
		padding-right:1em;
	}
	
	#landing-row1 .text-col h2
	{
		text-align:left;
		font-size:1.55em;
		font-weight:normal;
	}
	
	#landing-row1 .text-col p
	{
		text-align:justify;
		padding-left:0;
	}
	.landing2-jumbo-grid article
	{
		width:100%;
		margin:0 0%;
	}
	.landing2-jumbo-grid article .ljg-img
	{
		width:100%;
		margin:0 0 0 0;
	}
	.landing2-jumbo-grid article h2
	{
		font-size:2.35em;
	}

	.landing2-jumbo-grid article h3
	{
		font-size:1.85em;
		margin-bottom:0.65em;
	}
}
@media only screen and (max-width:320px) and (min-width:240px){
	.landing-jumbo-grid
	{
		display:block;
		padding-bottom:1em;	
	}
	.landing-masthead-icon
	{
		width:38%;
		margin:4px 31% 0 31%;
	}
	#landing-colophon #footer-logo
	{
		width:32%;
		display:block;
		margin:0 34%;
	}
	
	#landing-colophon #footer-legal
	{
		width:100%;
		margin:0 0 0 0;
	}
	#landing-colophon #footer-legal p
	{
		font-size:0.9em;
		white-space:normal;
		line-height:1.65;
	}
	
	footer.landingfooter
	{
		padding-top:1em;
		padding-bottom:1em;
	}
	
	#landing-colophon
	{
		padding:0 0;
		width:100%;
		margin-top:0;
	}
	.ljg-img
	{
		display:block;
		width:100%;
		margin:0 0;
	}
	.jumbotext-col
	{
		display:block;
		width:100%;
	}
	.jumbotext-col article h2
	{
		margin-top:0.5em;
		font-size:2.5em;
		font-weight:700;
		margin-bottom:0;
		font-family:"Roboto",sans-serif;
		text-shadow: 1px 1px rgba(0,0,0,0.2);
	}

	.jumbotext-col article h3
	{
		font-family:"Roboto",sans-serif;
		text-shadow: 1px 1px rgba(0,0,0,0.2);
		font-size:1.75em;
		font-weight:700;
		margin-top:0.35em;
		margin-bottom:0.5em;
	}

	#landing-row1 .text-col article
	{
		padding-left:1em;
		padding-right:1em;
	}
	
	#landing-row1 .text-col h2
	{
		text-align:left;
		font-size:1.55em;
		font-weight:normal;
	}
	
	#landing-row1 .text-col p
	{
		text-align:justify;
		padding-left:0;
	}
	.landing2-jumbo-grid article
	{
		width:100%;
		margin:0 0%;
	}
	.landing2-jumbo-grid article .ljg-img
	{
		width:100%;
		margin:0 0 0 0;
	}
	.landing2-jumbo-grid article h2
	{
		font-size:2.25em;
	}

	.landing2-jumbo-grid article h3
	{
		font-size:1.75em;
		margin-bottom:0.65em;
	}
}

/* Code for support setup guides */
ol.big-help {
  font-size: 20px;
}

ol.big-help img {
  margin-top:20px;
  margin-bottom: 20px;
}

/*-------------------------------*/
/*  upgrade Page
/*-------------------------------*/

#upgrade-page #setup
{
	background:#fff;
	padding:0 0;
}

#upgrade-page #setup-blurb
{
	color:#212121;
	text-shadow:none;
}

#upgrade-page #setup-blurb h3
{
	font-size:1.7em;
	margin-bottom:1em;
}

#upgrade-page #setup-blurb p
{
	text-align:justify;
	margin-right:2.5em;
	line-height:1.65;
}

#upgrade-page .setup-body
{
	display:table;
	width:100%;
	table-layout:fixed;
	border-collapse:collapse;
	margin: 2em 0 4em 0;
}

/**--Blurb area--**/

#upgrade-page #setup-blurb
{
	width:50%;
	display:table-cell;
	vertical-align:top;
	padding:5em 0;
}

#upgrade-page #setup-blurb article
{
	padding:0 2em 0 0;
}

#upgrade-page #setup-blurb h4
{
	text-transform:uppercase;
	letter-spacing:0.1em;
	font-size:1.1em;
	color:#a3b0c3;
	text-align:left;
	margin:0 auto 1em auto;
	font-weight:bold;
}

#upgrade-page #setup-blurb .setup-tips
{
	list-style-type:none;
	margin:0 1em 0 0;
	padding:0 0 0 0;
	line-height:1.75;
	font-size:1.1em;
	text-align:justify;
}

#upgrade-page #setup-blurb .setup-tips li
{
	margin-bottom:0.5em;
}

#upgrade-page #setup-blurb .setup-tips li i
{
	margin-right:3px;
	color:#a3b0c3;
	font-weight:bold;
}


/**--Form area--**/

#upgrade-page #upgrade-form
{
	width:50%;
	display:table-cell;
	vertical-align:middle;
	padding:0 0 0 0;
	border:2px solid #a3b0c3;
}

#upgrade-page #upgrade-form.shadowbox
{
	border:1px solid #dcdcdc;
-moz-box-shadow: 0 0 5px rgba(0,0,0,0.2);
-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.2);
box-shadow: 0 0 5px rgba(0,0,0,0.2);
}


#upgrade-page #upgrade-form h3
{

	text-align:center;
	font-size:1.7em;
}

#upgrade-page #upgrade-form .form-wrap
{
	padding:2em;
}


#upgrade-page #upgrade-form-submit
{
	margin-bottom:0;
}

#upgrade-page #setup-submit-help
{
	text-align:right;
	font-size:0.8em;
	line-height:1.5;
}

#upgrade-page #setup-submit-btn
{
	padding-top:0.5em;
}

#upgrade-page .btn-primary
{
	font-size:1em;
	text-align:center;
	padding-left:0;
	padding-right:0;
	text-transform:none;
}

#upgrade-page .help-block a
{
	color:#7fcdb0;
	text-decoration:underline;
	font-family:inherit;
	font-size:100%;
}

#upgrade-page .help-block a:hover
{
	color:#063c6a;
}

/*----Responsive-design----*/
@media only screen and (max-width:1280px) and (min-width:1024px){
	#upgrade-page .signup-body
	{
		margin-left:0;
		margin-right:0;
		width:100%;
	}
}
@media only screen and (max-width:1024px) and (min-width:768px){
	#upgrade-page #setup
	{
		width:100%;
	}
	#upgrade-page #setup .container
	{
		width:100%;
	}
	#upgrade-page .signup-body
	{
		margin-left:1em;
		margin-right:1em;
	}
	#upgrade-page .setup-body
	{
		display:block;
		width:100%;
		margin: 1em 0 4em 0;
	}

	#upgrade-page #setup-blurb
	{
		width:100%;
		display:block;
		padding:0 0 2em 0;
	}

	#upgrade-page #upgrade-form
	{
		width:100%;
		display:block;
		padding:0 0 0 0;
		border:2px solid #a3b0c3;
	}
	#upgrade-page #setup-submit-help
	{
		text-align:center;
		font-size:1em;
		margin-bottom:1em;
		line-height:1.5;
	}
	#upgrade-page .btn-primary
	{
		font-size:1.1em;
		text-align:center;
		padding-top:0.65em;
		padding-bottom:0.65em;
		padding-left:0;
		padding-right:0;
		text-transform:none;
	}
	#upgrade-page #setup-blurb article
	{
		padding:0 0;
	}

	#upgrade-page #setup-blurb h4
	{
		letter-spacing:0.1em;
		font-size:1.2em;
		color:#a3b0c3;
		text-align:center;
		margin:1.25em auto 1.75em auto;
	}

	#upgrade-page #setup-blurb .setup-tips
	{
		margin:0 2em;
		line-height:1.75;
		font-size:1.15em;
		text-align:justify;
	}
}
@media only screen and (max-width:768px) and (min-width:640px){
	#upgrade-page #setup .container
	{
		width:100%;
	}
	#upgrade-page .signup-body
	{
		margin-left:1em;
		margin-right:1em;
	}
	#upgrade-page .setup-body
	{
		display:block;
		width:100%;
		margin: 1em 0 4em 0;
	}

	#upgrade-page #setup-blurb
	{
		width:100%;
		display:block;
		padding:0 0 2em 0;
	}

	#upgrade-page #upgrade-form
	{
		display:block;
		padding:0 0 0 0;
		margin:0 0 0 0;
		width:100%;
		border:2px solid #a3b0c3;
	}
	#upgrade-page #setup-submit-help
	{
		text-align:center;
		font-size:1em;
		margin-bottom:1em;
		line-height:1.5;
	}
	#upgrade-page .btn-primary
	{
		font-size:1.1em;
		text-align:center;
		padding-top:0.65em;
		padding-bottom:0.65em;
		padding-left:0;
		padding-right:0;
		text-transform:none;
	}
	#upgrade-page #setup-blurb article
	{
		padding:0 0;
	}

	#upgrade-page #setup-blurb h4
	{
		letter-spacing:0.1em;
		font-size:1.2em;
		color:#a3b0c3;
		text-align:center;
		margin:1.25em auto 1.75em auto;
	}

	#upgrade-page #setup-blurb .setup-tips
	{
		margin:0 0.5em;
		line-height:1.75;
		font-size:1.1em;
		text-align:justify;
	}
}
@media only screen and (max-width:640px) and (min-width:480px){
	#upgrade-page #setup .container
	{
		width:100%;
	}
	#upgrade-page .signup-body
	{
		margin-left:1em;
		margin-right:1em;
	}
	#upgrade-page .setup-body
	{
		display:block;
		width:100%;
		margin: 1em 0 4em 0;
	}

	#upgrade-page #setup-blurb
	{
		width:100%;
		display:block;
		padding:0 0 2em 0;
	}

	#upgrade-page #upgrade-form
	{
		display:block;
		padding:0 0 0 0;
		margin:0 0 0 0;
		width:100%;
		border:2px solid #a3b0c3;
	}
	#upgrade-page #setup-submit-help
	{
		text-align:center;
		font-size:1em;
		margin-bottom:1em;
		line-height:1.5;
	}
	#upgrade-page .btn-primary
	{
		font-size:1.1em;
		text-align:center;
		padding-top:0.65em;
		padding-bottom:0.65em;
		padding-left:0;
		padding-right:0;
		text-transform:none;
	}
	#upgrade-page #setup-blurb article
	{
		padding:0 0;
	}

	#upgrade-page #setup-blurb h4
	{
		letter-spacing:0.1em;
		font-size:1.2em;
		color:#a3b0c3;
		text-align:center;
		margin:1.25em auto 1.75em auto;
	}

	#upgrade-page #setup-blurb .setup-tips
	{
		margin:0 0;
		line-height:1.75;
		font-size:1.1em;
		text-align:justify;
	}
}
@media only screen and (max-width:480px) and (min-width:320px){
	#upgrade-page #setup .container
	{
		width:100%;
	}
	#upgrade-page .signup-body
	{
		margin-left:1em;
		margin-right:1em;
	}
	#upgrade-page .setup-body
	{
		display:block;
		width:100%;
		margin: 1em 0 4em 0;
	}

	#upgrade-page #setup-blurb
	{
		width:100%;
		display:block;
		padding:0 0 2em 0;
	}

	#upgrade-page #upgrade-form
	{
		display:block;
		padding:0 0 0 0;
		margin:0 0 0 0;
		width:100%;
		border:2px solid #a3b0c3;
	}
	#upgrade-page #setup-submit-help
	{
		text-align:center;
		font-size:1em;
		margin-bottom:1em;
		line-height:1.5;
	}
	#upgrade-page .btn-primary
	{
		font-size:1.1em;
		text-align:center;
		padding-top:0.65em;
		padding-bottom:0.65em;
		padding-left:0;
		padding-right:0;
		text-transform:none;
	}
	#upgrade-page #setup-blurb article
	{
		padding:0 0;
	}

	#upgrade-page #setup-blurb h4
	{
		letter-spacing:0.1em;
		font-size:1.2em;
		color:#a3b0c3;
		text-align:center;
		margin:1.25em auto 1.75em auto;
		line-height:1.75;
	}

	#upgrade-page #setup-blurb .setup-tips
	{
		margin:0 0;
		line-height:1.75;
		font-size:1.1em;
		text-align:justify;
	}
}
@media only screen and (max-width:320px) and (min-width:240px){
	#upgrade-page #setup .container
	{
		width:100%;
	}
	#upgrade-page .signup-body
	{
		margin-left:1em;
		margin-right:1em;
	}
	#upgrade-page .setup-body
	{
		display:block;
		width:100%;
		margin: 1em 0 4em 0;
	}

	#upgrade-page #setup-blurb
	{
		width:100%;
		display:block;
		padding:0 0 2em 0;
	}

	#upgrade-page #upgrade-form
	{
		display:block;
		padding:0 0 0 0;
		margin:0 0 0 0;
		width:100%;
		border:2px solid #a3b0c3;
	}
	#upgrade-page #setup-submit-help
	{
		text-align:center;
		font-size:1em;
		margin-bottom:1em;
		line-height:1.5;
	}
	#upgrade-page .btn-primary
	{
		font-size:1.1em;
		text-align:center;
		padding-top:0.65em;
		padding-bottom:0.65em;
		padding-left:0;
		padding-right:0;
		text-transform:none;
	}
	#upgrade-page #setup-blurb article
	{
		padding:0 0;
	}

	#upgrade-page #setup-blurb h4
	{
		letter-spacing:0.1em;
		font-size:1.2em;
		color:#a3b0c3;
		text-align:center;
		margin:1.25em auto 1.75em auto;
	}

	#upgrade-page #setup-blurb .setup-tips
	{
		margin:0 0;
		line-height:1.75;
		font-size:1.1em;
		text-align:justify;
	}
}



/*** Payment Screen stylings for Braintree CC fields etc **/
/* Payment Form Styling 
  
   Styling specifically designed to handle the Hosted Fields from Braintree */

#card-number {
  -webkit-transition: border-color 160ms;
  transition: border-color 160ms;
}

#card-number.braintree-hosted-fields-focused {
  border-color: #777;
}

#card-number.braintree-hosted-fields-invalid {
  border-color: tomato;
}

#card-number.braintree-hosted-fields-valid {
  border-color: limegreen;
}

#cvv {
  -webkit-transition: border-color 160ms;
  transition: border-color 160ms;
}

#cvv.braintree-hosted-fields-focused {
  border-color: #777;
}

#cvv.braintree-hosted-fields-invalid {
  border-color: tomato;
}

#cvv.braintree-hosted-fields-valid {
  border-color: limegreen;
}

#expiration-date {
  -webkit-transition: border-color 160ms;
  transition: border-color 160ms;
}

#expiration-date.braintree-hosted-fields-focused {
  border-color: #777;
}

#expiration-date.braintree-hosted-fields-invalid {
  border-color: tomato;
}

#expiration-date.braintree-hosted-fields-valid {
  border-color: limegreen;
}

/* Other payment screen styling */
/**--Credit Card Form Styles, Added by Zoe at May 14 2017--**/
#cc-payment-form .input-group
{
	width:100%;
}

#cc-payment-form .form-group .form-control
{
	width:100%;
	border-radius:3px;
}

.upgrade-btn
{
	padding-top:0;
}

.upgrade-btn .btn-primary
{
	padding-top:0.75em;
	padding-bottom:0.75em;
	padding-left:0.75em;
	padding-right: 0.75em;
	margin-top:0;
}

.subscription-questions h3 a
{
	font-size:0.8em;
}

div.credit-card-type {
  text-align: center;
  margin-bottom: 1.75em;
}

div.credit-card-type img {
    display: inline-block;
    width: 35px;
    margin-left: 5px;
}

/*** Hide Recaptcha Badge ***/
.grecaptcha-badge {display: none;}

/************ BLOG *********************/
section.blog-entry p {
  font-size: 14px;
}
