/*!
 * Start Bootstrap - Landing Page Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body,
html {
    width: 100%;
    height: 100%;
    font-family: Arial, sans-serif;
}
p {
	line-height: 1.8em;
}
.mtnav {
	position: absolute;
	font-size: 16px;
	margin-left: 8px;
	margin-top: 12px;
	letter-spacing: 0.3px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
}
.new-page{
	page-break-before: always;
}
h1 {
	letter-spacing: 0.5px;
}
h3 {
    letter-spacing: 0.5px;
}
.h5{
	color: rgb(46,116,177);
}
small{
	color: rgb(202,204,206);
}
.whitebg {
	background-color: white;
}
.navbar {
	background-color: rgb(237,238,239);
	height: 70px;
	font-size: 1.1em;
}
.lead {
    font-size: 18px;
    font-weight: 300;
}

.network-name {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2px;
}
.content-section-a {
	background-color: rgb(237,238,239); /* #f8f8f8; */
}
.content-section-b {
}

@media screen {
	.content-section-a {
	    padding: 40px 0;
	}
	.content-section-b {
	    padding: 40px 0;
	}	
}
.section-heading-spacer {
	margin-top: 0px;
    float: left;
    width: 100%;
    border-top: 2px solid rgb(46,116,177); /*e7e7e7*/
}

p.copyright {
    margin: 15px 0 0;
}

nav ul li {
    background: rgb(237,238,239);
}
#cookie-law { 
	z-index: 100;
	width: 100%;
    background: rgb(202,204,206); 
    margin: 10px auto 0; 
    position:fixed;
    bottom: 0;
}
 
#cookie-law p { 
    padding:5px;
    text-align:center; 
    color: rgb(50,48,44); 
    margin:0;
}
.anchor{
  display: block;
  height: 70px; /*same height as header*/
  margin-top: -70px; /*same height as header*/
  visibility: hidden;
}
.image-float-left{
	float: left;
	margin-right: 10px;
}

.image-float-right{
	float: right;
	margin-left: 10px;
}

footer {
    padding: 30px 0;
    color: rgb(227,228,229);
    background-color: rgb(46,116,177); /* rgb(237,238,239)#f8f8f8; */
}

footer a, footer a:visited {
	color: white;
}

footer a:hover, footer a:active {
    color: rgb(227,228,229);
}

ul.nav li a, ul.nav li a:visited {
    letter-spacing: 1px;
    font-weight: 500;
    color: black !important;
}

ul.nav li a:hover, ul.nav li a:active {
    color: rgb(46,116,177) !important;
}

ul.nav li.active a {
    color: white !important;
}


.circle-tile {
    margin-bottom: 15px;
    text-align: center;
}
.circle-tile-heading {
    border: 3px solid rgba(255, 255, 255, 0.3);
    border-radius: 100%;
    color: #FFFFFF;
    height: 80px;
    margin: 0 auto -40px;
    position: relative;
    transition: all 0.3s ease-in-out 0s;
    width: 80px;
}
.circle-tile-heading .fa {
    line-height: 80px;
}
.circle-tile-content {
    padding-top: 50px;
}
.circle-tile-big {
    margin-bottom: 30px;
    text-align: center;
}
.circle-tile-big-heading {
    border: 6px solid rgba(46,116,177,0.5);
    font-size: 2em;
    border-radius: 100%;
    color: white;
    height: 120px;
    margin: 0 auto -60px;
    position: relative;
    transition: all 0.3s ease-in-out 0s;
    width: 120px;
    background-color:  rgb(46,116,177);
    line-height: 1.2em;
}
.circle-tile-big-content {
    padding-top: 50px;
}


/* Screen only setings */
@media screen {
	.vert-offset-top-8{
	    margin-top: 80px;
	}
	.vert-offset-top-6{
	    margin-top: 60px;
	}
	.vert-offset-top-4{
		margin-top: 40px;
	}
	.wide-image {
		padding-left: 8%;
		padding-right: 8%;
	}
	.tall-image {
		padding-left: 25%;
		padding-right: 25%;
		margin-left: auto;
		margin-right: auto;
	}


}
@media print {
	.page-break {
		page-break-before: always;
	}
	.print-image-small {
		width: 50%;
		height: 50%;
	    margin-left: 25%;
	    margin-right: 25%;
	}
	.print-image-med {
		width: 70%;
		height: 70%;
	    margin-left: 15%;
	    margin-right: 15%;
	}
	.logo-print {
		height: 55px;
	}
	a[href]:after {
	    content: none !important;
	}
	h1 {
		font-size: 1.8em !important;
	}
	h3 {
		font-size: 1.4em !important;
	}
	h4 {
		font-size: 1.1em !important;
	}
	lead{
		font-size: 1.2em !important;
	}
	p {
		font-size: 1em !important;
	}
}

.btn {
    padding: 13px 19px;
    border: 0 none;
    font-weight: 500;
    letter-spacing: 0px;
	border-radius:2;
	text-transform:  capitalize;
}
 
.btn:focus, .btn:active:focus, .btn.active:focus {
    outline: 0 none;
}

.btn.raised {
	box-shadow: 0 3px 0 0 rgb(46,116,177);
}
.btn-blue {
    background: rgb(46,116,177);
    color: white;
}
.btn-blue:hover, .btn-blue:focus, .btn-blue:active, .btn-blue.active, .open > .dropdown-toggle.btn-blue {
    background: rgb(76,146,202);
    color: white;
}
.btn-blue:active, .btn-blue.active {
    background: rgb(46,116,177);
    box-shadow: none;
}

.btn-grey {
    background: rgb(227,228,229);
    color: black;
}
.btn-grey:hover, .btn-grey:focus, .btn-grey:active, .btn-grey.active, .open > .dropdown-toggle.btn-grey {
    background: rgb(247,249,250);
    color: black;
}
.btn-grey:active, .btn-grey.active {
    background: #007299;
    box-shadow: none;
}

.img-devices {
	padding: 0 7% 7%;
}

.intro-heading {
	float: left;
	width: 140px;
}

.intro-message {
	margin-top: 1em;
}

.active {
    color: rgb(46,116,177);
}

.image-container {
     position: relative;
     width: 100%;
     padding-bottom: 100%;
  margin-bottom:20px;
}

.image {
    position:absolute;
    width:100%;
    height:100%;
}
.image img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

