/***
*
* GENERAL
*
***/
body {
	color: #265893;
	background: white;

	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    font-family: 'Source Sans Pro', 'Helvetica', sans-serif;
   /* font-family: "Myriad Set Pro","Lucida Grande","Helvetica Neue","Helvetica","Arial","Verdana","sans-serif" !important */
}

#bg-blue {
background: rgba(38, 88, 147, 1);
position: absolute;
height: 100%;
width:100%;
z-index: -150;
}

#bg-image {
    background-attachment:fixed;
    background-size: cover;
    position: absolute;

    height: 100%;
    width: 100%;
    z-index: -100;
}

#bg-image-business {
    background-attachment:fixed;
    position: absolute;
		background-position: center top;
		background-repeat: no-repeat;
    background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	-moz-background-size: cover;

	height: 100%;
	width: 100%;
    z-index: -100;
}

#bg-image-about {
    background-attachment:fixed;
    position: absolute;
    background-position-x:center;
    background-repeat: no-repeat;
    background-size:contain;

	height: 100%;
	width: 100%;

    z-index: -100;
}

#bg-image-betalanding {
    background-attachment:fixed;
    position: absolute;
    background-position-x:center;
    background-repeat: no-repeat;
    background-size:contain;

	height: 100%;
	width: 100%;

    z-index: -100;
}

#bg-image-donate {
    background-attachment:fixed;
    position: absolute;
    background-position-x:center;
    background-repeat: no-repeat;
    background-size:contain;

	height: 100%;
	width: 100%;
    z-index: -100;
}


/* large screens */
@media only screen and (min-width: 64.064em) {
    #bg-image {background-image: url("/img/holdingiPad_L.jpg");}
    #bg-image-business {background-image: url("/img/officeBG_L.JPG");}
		#bg-image-business {background-image: url("/img/startup-photos.jpg");}
    #bg-image-about {background-image: url("/img/Mynigma_Team_L.jpg");}
    #bg-image-donate {background-image: url("/img/donate_bg_L.jpg");}
		#bg-image-betalanding {background-image: url("/img/keys.jpg");}
}
/* medium screens */
@media only screen and (max-width: 64.063em) and (min-width:640px) {
    #bg-image {background-image: url("/img/holdingiPad_M2.jpg");}
    #bg-image-business {background-image: url("/img/officeBG_M.JPG");}
    #bg-image-about {background-image: url("/img/Mynigma_Team_M.jpg");}
    #bg-image-donate {background-image: url("/img/donate_bg_M.jpg");}
		#bg-image-betalanding {background-image: url("/img/keys_M.jpg");}
}
/* small screens */
@media only screen and (max-width: 640px) {
    #bg-image {background-image: url("/img/holdingiPad_S2.jpg");}
    #bg-image-business {background-image: url("/img/officeBG_S.JPG");}
    #bg-image-about {background-image: url("/img/Mynigma_Team_S.jpg");}
    #bg-image-donate {background-image: url("/img/donate_bg_S.jpg");}
		#bg-image-betalanding {background-image: url("/img/keys_S.jpg");}
}


.white-background {
	background: white;
}

hr {
margin: 5rem 0 5rem 0;
border: none;
color: #eeeeee;
background-color: #eeeeee;
height: 1px;
}

hr.divider-without-top-margin {
margin: 0 0 5rem 0;
border: none;
color: #eeeeee;
background-color: #eeeeee;
height: 1px;
}


hr.divider-without-bottom-margin {
margin: 5rem 0 0 0;
border: none;
color: #eeeeee;
background-color: #eeeeee;
height: 1px;
}

hr.divider-without-margin {
margin: 0;
border: none;
color: #eeeeee;
background-color: #eeeeee;
height: 1px;
}

/* Typo */
h1, h2, h3, h4, h5, h6, h7 {  font-family: 'Source Sans Pro', 'Helvetica', sans-serif; color:#265893;}
h3 { font-size: 1.5rem; }
h4 { font-size: 1.2rem; }

a {
	-webkit-transition-property:all;
	-moz-transition-property:all;
	-o-transition-property:all;
	transition-property:all;
	-webkit-transition-duration:.1s;
	-moz-transition-duration:0.1s;
	-o-transition-duration:0.1s;
	transition-duration:0.1s;
	-webkit-transition-timing-function:ease-in-out;
	-moz-transition-timing-function:ease-in-out;
	-o-transition-timing-function:ease-in-out;
	transition-timing-function:ease-in-out;
	outline:none;
	color: #EE7600;
}

a:hover{
	color:#EE7600;
}

p {
    margin:0;
}

.text-grey {
  margin-top:5px;
	color: rgb(150, 150, 150);
	font-size: 11px !important;

}

.orange-link, .orange {
	color:#EE7600;
}

.orange:hover {
/*     color:#43ac6a; */
}

.center {
	text-align:center;
}

.right {
    text-align:right;
}


/* small screens */
@media only screen and (max-width: 640px) {
.small-top-margin {
    margin-top: 2rem;
}
 .small-center {
	text-align:center;
}

.small-margin-bottom-2 {

    margin-bottom: 2rem;
}
}


.numbered {
    list-style: decimal;
    color:black;
}

.numbered li{
    margin-bottom: 1rem;
}


/***
*
* HEADER
*
***/

.headerContactImg {
	width:40px;
	height:40px;
	margin-left:5px;
	margin-top:35px;
	float: left;
}

.headerLink {
	font-size:1.2rem;
    border:dashed 1px;
    padding:1rem;
    color:#265893;
}

.headerLink a{
    color:#265893;
}

.headerContactTitle {
	float: left;
	margin-top: 30px;
}

.headerContactTitle a {
    font-weight:bold;
}

/* LARGE screens */
@media only screen and (min-width: 64.064em) {

.logo {
    margin: 20px 0;
    max-width: 327px;
}

.headerLink {
	margin-top:2rem;
}

.headerContactTitle {
    margin-left: 10px;
}

#header_image_eit {
		margin-top:28px;
}

#header_image_cebit {
		height:80px;
		margin-top:18px;
}

}

/* SMALL and MEDIUM screens */
@media only screen and (max-width: 64.063em) {

.logo {
margin: 20px 0px 20px 30px;
max-width: 280px;
}

.logo_small {
    margin: 20px 0px;
    max-width: 280px;
}

.headerLink {
	margin-top:25px;
}

.headerContactTitle {
	margin-top: 30px;
	margin-left:10px;
}

.header_small {
    text-align:center;
}


#header_image_eit {
		height:44px;
		margin-top:33px;
}

#header_image_cebit {
		height:56px;
		margin-top:22px;
}

}


/***
*
* NEWS BANEER
*
***/


#news-banner {
height: 100px;
display:block;
}

#news-banner img {
height: 64px;
margin: 18px;
}

.news-banner-text {
margin-top: 34px;
font-weight: 100;
}


/***
*
* FOOTER
*
***/


/* Nav Bar */
#footerBar {
    clear:both;
    width: 100%;
	background:#265893;
    margin-top:2rem;
}

#footerBar h3{
    color:white;
	font-weight:bold;
	margin-left:1rem;
	margin-top: 20px;
}

.footerLinks {
    margin: 1rem 0 1rem 1rem;
    padding: .5rem 0 .5rem 1rem;
	border-left: 1px solid rgba(200,200,200,9);
}

.footerLinks ul {
    margin:0;
	line-height:1.8rem;
	font-size:1.1rem;
	text-align: left;
	list-style-type:none;
}

.footerLinks ul a {
    color:white;
}

.footerLinks ul a:hover{
	color:#EE7600;
}


/* Press logos */
.footerLogo {
	background:white;
	padding:1rem 0 1rem 0;
/* 	margin:2rem 0 0 0; */
	text-align:center;
}

.fixed-height {
height: 100px;
display: table-cell;
vertical-align: middle;
text-align: center;
}

.fixed-height img {
position: relative;
top: 50%;
height: 48px;
margin-top: -24px;
}

.footerLogo img {
	width:200px;
	margin:2rem;
}

.featured_logo {
	padding:1rem 0 1rem 0;
	text-align:center;
}

.featured_logo img {
	height:80px;
	margin:.5rem 5rem 0 5rem;
}

/* Copyright bar */
#cfooter {
    text-align:center;
	padding-bottom:10px;
    background:white;
}

#cfooter p {
	font-size: 0.75em;
	color: rgb(120,120,120);
	font-weight: normal;
}

/* CISPA bar */

/* medium and large */
@media only screen and (min-width: 640px) {
#cispafooter {
	background: white;
	height: 160px;
	line-height: 160px;
}
}

#cispafooter p {
	line-height: 20px;
	margin-top: 50px;
	    font-family: 'Source Sans Pro', 'Helvetica', sans-serif;
	font-weight: 300;
}

#cispafooter img{
    width:200px;
}

/***
*
* BUSINESS FOOTER CTA
*
***/
#businessFooter {
    padding-top:3rem;
    padding-bottom:3rem;
    background:rgb(220, 220, 220);
}

#businessFooter h3 {
    color:white;
}

#businessFooter p {
    color:white;
    margin:0;
	padding:0;
}


/***
*
* CTA
*
***/


/* Main */
#CTARow {
	background: rgba(38, 88, 147, .6);
	color: white;
}

#CTARow h1 {
	color:white;
	font-size: 3rem;
	font-weight: bold;
}

#CTAInfo p {
	font-size:1.4rem;
	margin-bottom: 15px;
}

/*
#CTAInfo p {
	padding-top: 15px;
}
 */

.CTAForm {
	text-align:center;
	text-shadow:none;
	font-size:1.2rem;
}

#ribbon {
	background-image: url("/img/CeBITRibbon.png");
	background-size: cover;
	margin-top: 0px;
	margin-left: 0px;
	height: 133px;
	width: 159px;
	position: absolute;
}

.socialLink {
    margin-top:1rem;
}

.socialLink img {
width: 16px;
height: 16px;
}


#CTARow_Business h1 {
	font-size: 3rem;
	font-weight: bold;
	color: white;
}
#CTARow_Business p {
    color:white;
}

.bluebg {
    background: rgba(38, 88, 147, .4);
}

.whiteBG {
    background: rgba(38, 88, 147, .9);
}

.noPadding {
    padding: 0;
}


.CTAForm_business {
	text-align:center;
	text-shadow:none;
	font-size:1.2rem;
	padding: 1rem 1rem 1rem 1rem;
	margin-bottom: 0px;
    margin: 0 auto;
    max-width:350px;
}

.iOSButtonDE input{
	background:url(/img/LoadAppStoreBadge_de.png) no-repeat;
	background-size: 135px 40px;
	cursor:pointer;
	height:40px;
	width:135px;
	border: none;
}

.iOSButtonEN input{
	background:url(/img/LoadAppStoreBadge_en.png) no-repeat;
	background-size: 135px 40px;
	cursor:pointer;
	height:40px;
	width:135px;
	border: none;
}

.MacButtonDE input{
	background:url(/img/LoadMacAppStoreBadge_de.png) no-repeat;
	background-size: 165px 40px;
	cursor:pointer;
	height:40px;
	width:165px;
	border: none;
}

.MacButtonEN input{
	background:url(/img/LoadMacAppStoreBadge_en.png) no-repeat;
	background-size: 165px 40px;
	cursor:pointer;
	height:40px;
	width:165px;
	border: none;
}

/* LARGE screens */
@media only screen and (min-width: 64.064em) {

#CTAInfo {
	margin: 90px 0 90px 0;
	height: 200px;
	padding-left: 20px;
	color: white;
}

.CTABlock {
/* 	background: rgba(255, 255, 255, .1); */
	font-style:normal;
	padding:8.5em 2em 0 2em;
	height: 380px;
}

.CTABlock_business {
/* 	background: rgba(38, 88, 147, .7); */
	font-style:normal;
	padding:6.5em 1em 1em 1em;
	height: 380px;
}

}

/* medium screens */
@media only screen and (max-width: 64.063em) and (min-width:640px)  {

#CTARow {
    text-align: center;
}

#CTARow_Business {
    text-align: center;
}

#CTAInfo {
	margin: 30px 0 0 0;
	padding: 20px 20px 20px 30px;
}

}

/* small screens */
@media only screen and (max-width: 640px) {

#CTARow {
    text-align: center;
}

#CTARow_Business {
    text-align: center;
}

#CTARow h1 {
    font-size:3rem;
}

#CTAInfo {
	margin: 3.5rem 0 0 0;
	padding: 20px 0;
}

#CTAInfo h1 {
    font-size: 3rem;
}

#CTAInfo p {
    font-size: 1.3rem;
}

}

/* small and medium screens */
@media only screen and (max-width: 1024px) {

.CTABlock {
/* 	background: rgba(255, 255, 255, .1); */
	font-style:normal;
	padding:3rem 3rem 1rem 3rem;
	/*margin:0 -15px;*/
}

.CTAForm {
    max-width:350px;
    margin: 0 auto;
}

.CTABlock_business {
	font-style:normal;
	padding:2.5em 0 1em 0;
	margin:0;
}

.CTABlock_business form{
	margin:0;
}

}


/***
*
* TEASER
*
***/

#download {
    padding-top:3rem;
}

/* SMALL */
@media only screen and (max-width: 740px) {

    #teaserHead {
	   margin:2rem 0 1rem 0;
	   text-align:center;
    }

    #download {
        padding-top:0;
    }
}


/* MEDIUM and LARGE */
@media only screen and (min-width: 740px) {
    #teaserHead {
	   margin:4rem 0 1rem 0;
	   text-align:center;
    }
}

#teaserHead  h2{
	font-size:2.5rem;
	margin:0;
}

#teaserHead  p{
	margin:0;
	padding:0;
	font-size:1.1rem;
	font-weight:normal;
}

.teaserHead_business {
    padding-top:2rem;
    padding-bottom:5rem;
    background:rgb(120, 120, 120);
    text-align:center;
	color:white;
}

.teaserHead_business  p{
	font-size:1.1rem;
}

.teaserHead_business  h2{
	font-size:2.5rem;
	margin:0;
    color:white;
}

.margin25 {
	margin-bottom:2.5rem;
    margin-top:2.5rem;
}

.MacAppStoreBadge {
	width:165px;
	height:40px;
}

.AppStoreBadge {
	width:270px;
	height:80px;
}

.AppStoreBadge_M {
    height:40px;
    width:auto;
}

.os-versions {
	width:64px;
	margin:1em;
}

.padded {
	padding-top: 3rem;
	padding-bottom: 3rem;
}

.margin {
    margin-top:3rem;
    margin-bottom:3rem;
}

.nomargin {
	margin: 0;
}

.nopadding {
	padding: 0;
}


.download-banner
{
    margin-top: 50px;
	text-align: center;
}

.download-button-wrapper {
    margin-top: 2rem;
}

.download-button-wrapper a
{
	margin-bottom: 5px;
}

.black-centered {
    font-size:1.1rem;
    text-align:center;
    margin-top:-1rem;
    color:black;
}


/***
*
* "HOW IT WORKS" TABS
*
***/

.inlineML {
    display:inline!important;
}

@media only screen and (max-width: 640px) {
.inlineS {
    display:inline!important;
}
.inlineML {
    display:none!important;
}
}

#tab-header {
/* background-repeat:no-repeat; */
/* background-size:cover; */
/* background-position: center center; */
/* background-image:URL("/img/TeaserL.jpg"); */
background: rgba(38, 88, 147, .9);
height: 250px;
position: relative;
color: white;
}

.tabs-container {
position: absolute;
bottom: 0;
width: 100%;
/* background: rgba(240, 240, 240, .25); */
}

.howitworks img {
    max-width: 220px;
    max-height: 160px;
}

.howitworks-tabs dd {
width: 25%;
text-align: center;
}

.howitworks-tabs dd {
width: 25%;
text-align: center;
}

.howitworks-tabs dd a {
background: rgba(253, 253, 253, .25);
/* background: rgba(240, 240, 240, 0); */
color: white;
}


/* small screens */
@media only screen and (max-width: 640px) {
    .howitworks-tabs dd a {padding:1rem 1rem;}
}



.howitworks-tabs dd img {
height: 32px;
margin-bottom: 10px;
}

.howitworks-tabs dd a:hover {
background: rgba(253, 253, 253, .7);
color: rgb(38, 88, 147);
}

.howitworks-tabs dd.active a {
background: rgba(253, 253, 253, 1);
color: rgb(38, 88, 147);
}



#tab-head h2 {
	   margin:4rem 0 1rem 0;
	   text-align:center;
	   color: white;
}


/***
*
* "HOW IT WORKS" CONTENT
*
***/

/* LARGE */
@media only screen and (min-width: 64.063em) {
.tabs-content img {
    max-height:128px;
    margin-top: 1rem;
}
}

/* MEDIUM */
@media only screen and (min-width: 640px) and (max-width: 64em) {
.tabs-content img {
    max-height:128px;
    margin-top: 3rem;
}
}

/* SMALL */
@media only screen and (max-width: 640px) {
.tabs-content img {
    max-height:128px;
    margin-top: 1rem;
}
}


.tabs-content .content {
padding: 20px;
}

#tabs-bg {
    padding: 20px;
    background: rgba(253, 253, 253, 1);
    font-weight: 300;
}


/***
*
* PLATFORMS SLICK SLIDESHOW
*
***/

.platform {
margin: 25px;
text-align: center;
}

.slideshow {
    text-align: center;
}

.slideshow h1 {
color: white;
text-align: center;
padding: 25px;
margin: 0;
}

.slideshow h2 {
color: rgba(255,255,255,.75);
text-align: center;
font-weight: 300;
font-size: 1.8rem;
margin-top: 8px;
}

.slideshow p {
color: white;
text-align: center;
}

.slideshow img {
height: 110px;
margin-left: auto;
margin-right: auto;
}

.slideshow-window {
	background: rgba(38, 88, 147, .9);
	padding: 25px 0;
}


/***
*
* CALL TO ACTION
*
***/

.call-to-action .p-box {
    font-size: 1.1rem;
    text-align: center;
    color:#5b5b5b;
    line-height: 2rem;
    margin-bottom: 1rem;
}

/***
*
* DOWNLOAD MODAL
*
***/

#downloadModalMobile {
    min-height:0vH;
    text-align: center;
}

#downloadModalMobile dd{
    width:25%;
    text-align: center;
}

#downloadModalMobile dd a {
    background: none;
}

#downloadModalMobile dd.active {
    border: solid 1px rgb(150, 150, 150);
    border-radius: 10px;
}


@media only screen and (max-width: 640px) {
#downloadModalMobile dd{
    width:50%;
    text-align: center;
}
    .tab-floater {
    height:1px;
    width:100%;
    float:left;
}
}


.tab-os-logo {
    max-height:80px;
}

.lead {
    font-size: 1.2rem;
    color: rgb(120, 120, 120);
    line-height: 1.2rem;
    margin-bottom:1rem;
}

.tos {
    overflow:scroll;
    height:350px;
    border:1px dashed;
    margin-bottom:2rem;
    color:black;
}

.tos h2 {
    color:black;
    font-size:25px;
}

.tos h3 {
    color:black;
    font-size:1.275em;
        margin-bottom:0;
}

.tos p {
    margin-bottom:1rem;
}

.tos-on-site p{
    font-size: 1.1rem;
    text-align: justify;
    color:black;
    line-height: 2rem;
    margin-bottom: 1rem;
}

.ac-exp {
    position:relative;
    height: 100%;
    padding: 30px 30px 20px 30px;
    z-index: 10;
}

#justifiedText{
	text-align:justify;
}

/***
*
* FEATURES
*
***/

.business_feature_img {
    height: 150px;
    margin: 1rem;
}

.business_version_img {
    height: 11rem;
    margin: 2rem 1rem 1rem 1rem;
}

.business_version_img_small {
    height: 7rem;
    margin: 4rem 1rem 3rem 1rem;
}

.padding-lr-2 {
    padding-left:2rem;
    padding-right: 2rem;
}

.p-box {
    font-size: 1.1rem;
    text-align: justify;
    color:#5b5b5b;
    line-height: 2rem;
    margin-bottom: 1rem;
}

.p-box-center {
    font-size: 1.1rem;
    text-align: center;
    color:#5b5b5b;
    line-height: 2rem;
}

.feature-columns {

}

.feature-columns .columns {
    padding-left: 2rem;
    padding-right: 2rem;
}

.feature-columns .p-box {
    font-size: 16px;
    line-height: 1.6rem;
}

@media only screen and (max-width: 64.063em) {

.p-box {
    font-size: 1.1rem;
    text-align: justify;
    color:#5b5b5b;
    line-height: 2rem;
    margin-bottom: 2rem;
}

.marginAuto {
    margin-left: auto;
    margin-right: auto;
}

}

.p-box:last-child {
    margin-bottom:0;
}


@media only screen and (max-width: 640px) {

.feature-left {
    border-bottom: 1px solid #eee;
}
}

.feature-left {
border-right: 1px solid #eee;
}

.feature-top {
border-bottom: 1px solid #eee;
}

.feature-image
{
margin-top:40px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 50px;
}

.feature-header {
padding: 20px 20px 0px 20px;
text-align: center;
font-weight: 600;


margin: 0 0 9px;
font-size: 1.3rem;
font-weight: normal;
line-height: 1.1;
}

.feature-detail {
padding: 5px 20px 40px 20px;
text-align: center;
/*font-weight: 100;*/
line-height: 1.5;
color:#5b5b5b;
}

/***
*
* TESTIMONIAL
*
***/

.testimonial {
	margin:2rem 0 2rem 0;
    text-align: center;
}
.testimonial p{
		font-style:normal;
		font-size:1.3rem;
		text-shadow:none;
		color:#265893;
}

.testimonial img{
    width: 120px;
    display: inline;
}

blockquote {
	font-style:normal;
	font-size:1.3rem;
	text-shadow:none;
	color:#265893;
	border:none;
}

blockquote p{
	text-align:center;
}

blockquote p:before {
content: ' „ ' ' ';
font-size: 2rem;
font-family: Georgia, serif;
}

blockquote p:after {
content: ' ' ' “ ';
font-size: 2rem;
font-family: Georgia, serif;
}

blockquote cite {
	display: block;
	font-size: 1rem;
	color: #265893;
	text-align:center;
}

.display_none {
    display: none;
}

.marginBot5 {
    margin-bottom: 5rem;
}

.margin-bottom-2 {
    margin-bottom: 2rem !important;
}

.margin-top-1 {
    margin-top: 1rem;
}

.padding-top-2 {
    padding-top: 2rem;
}

.faqIcon {
    width:70px;
    height:70px
}

.faqHeading {
    line-height:70px;
    margin-left:1rem;
    float:right;
    font-size:36px;
}

/* LARGE */
@media only screen and (min-width: 64.063em) {

    #howitworks {
        margin-top:2rem;
    }

}

/* MEDIUM */
@media only screen and (min-width: 640px) and (max-width: 64.063em) {
    #howitworks {
        margin-top:2rem;
    }
}

/* MEDIUM and SMALL */
@media only screen and (max-width: 64.063em) {

    .howitworks img {
        max-width: 220px;
        max-height: 160px;
        margin-top: 2rem;
    }
}


/* SMALL */
@media only screen and (max-width: 640px) {

    .faqHeading {
        margin-left:0px;
        float:none;
    }

    .howitworks img {
        max-width: 220px;
        max-height: 160px;
        margin-bottom: 1rem;
    }

    .small-text-img {
        margin-bottom: 1rem;
    }

    #howitworks {
        margin-top:2rem;
    }

}

/***
*
* PRICE LIST
*
***/


.pricing-table {
    border: none;
    /*border-color: rgba(120, 120, 120, .1);*/
}
.pricing-table li.price {
    background-color: white; /*rgba(38, 88, 147, .05);*/
    color:  rgba(38, 88, 147, 1);
    border-color: rgba(120, 120, 120, .4);
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

.light-blue .pricing-table li {
    background-color: rgba(38, 88, 147, .05);
    /*padding: 10px;*/
}

.light-blue .pricing-table li.price {
    /*background-color: rgba(38, 88, 147, .81);*/
    /*color:  white; rgba(38, 88, 147, 1);*/
}

.light-blue .pricing-table li.title {
    background-color: rgba(38, 88, 147, .8);
     color: white;
}

.pricing-table li.bullet-item {
    color:  rgba(120, 120, 120, 1);
}

.pricing-table li.description {
       border-color: rgba(120, 120, 120, .4);
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

.pricing-table li.last-element {
    color:  rgba(120, 120, 120, 1);
    border: none;
}

.pricing-table li.large {
    font-size: 1.2em;
    color: rgba(120, 120, 120, .7);
}

.plus {
    font-size: 30px;
    font-weight: 200;
    color: rgba(120, 120, 120, .7);
}

.pricing-table li.description {
    color:  rgba(0, 0, 0, .4);
}

.light-blue-box {
    padding: 50px;
    background-color: rgba(38, 88, 147, .05);
}

.get-a-quote {
    margin: 50px;
}


/***
*
* ABOUT
*
***/

.padding15 {
    padding:15px;
}
.padding15 li {
    padding:15px;
}


.band {
    padding: 1rem 0 1rem 0;
    background: #265893;
    margin: 0 0 3rem 0;
    color: white;
	text-align:center;
}

.band_new {
    padding: 1rem 0 1rem 0;
    background: #265893;
    margin: 0 0 0 0;
    color: white;
	text-align:center;
}

.band_with_bluebg {
    padding: 8rem 0 8rem 0;
    background: rgba(38, 88, 147, .8);
    margin: 0 ;
    color: white;
	text-align:center;
}
.band_with_bluebg_s {
    padding: 4rem 0 4rem 0;
    background: rgba(38, 88, 147, .9);
    margin: 0 ;
    color: white;
		text-align:center;
}

	.band_with_bluebg_s p {font-size:1.5rem;}
@media only screen and (max-width: 640px) {
	.band_with_bluebg_s p {font-size:1rem;padding:5px}
}

.band_with_bluebg h1, .band_with_bluebg_s h1{ color:white; }

.band h1 {
    color: white;
}

.imgband {
    margin-top: -3rem;
    margin-bottom: 0.5rem;
}

.margin-top-2 {
    margin-top:2rem;
}

/* LARGE and MEDIUM */
@media only screen and (min-width: 640px) {

#team {
    text-align:center;
    margin-top:1rem;
}

#team img {
    width:400px;
}

#profund {
    text-align:center;
    margin-top:2.5rem;
}

#profund img {
    width:300px;
}

#berlin {
    text-align:center;
    margin-top:2.5rem;
}

#berlin img {
    width:400px;
}

}

/* MEDIUM */
@media only screen and (min-width: 640px) and (max-width: 64em) {
    .band_with_bluebg {
    padding: 6rem 0 6rem 0;
    background: rgba(38, 88, 147, .8);
    margin: 0 ;
    color: white;
	text-align:center;
    }
}


/* SMALL */
@media only screen and (max-width: 640px) {
    #berlin img {
        margin-bottom: .5rem
    }
    #profund img {
        margin-bottom: .5rem
    }
    #team img {
        margin-bottom: .5rem
    }

    .band_with_bluebg {
    padding: 4rem 0 4rem 0;
    background: rgba(38, 88, 147, .8);
    margin: 0 ;
    color: white;
	text-align:center;
}
}
/***
*
* FAQ
*
***/

.sub-nav dd.active a {
    color:white;
    background-color: #EE7600;
}

.sub-nav dt a, .sub-nav dd a, .sub-nav li a {
/*     color:#43ac6a; */
}

.sub-nav dt a:hover, .sub-nav dd a:hover, .sub-nav li a:hover{
    color:#EE7600;
}

.sub-nav dt.active a:hover, .sub-nav dd.active a:hover, .sub-nav li.active a:hover {
    color:white;
    background-color: #EE7600;
}

@media only screen and (max-width: 640px) {

.sub-nav dd, [data-magellan-expedition] .sub-nav dd, [data-magellan-expedition-clone] .sub-nav dd {
    margin-bottom: .2rem;
    margin-left: 0;
}

}

.ac-container label:hover:after,
.ac-container input:checked + label:hover:after{
	content: '';
	position: absolute;
	width: 24px;
	height: 24px;
	right: 13px;
	top: 7px;
}

.ac-container input{
	display: none;
}


.ac-container article{
	margin: 8px 0px 20px 8px;
	overflow: hidden;
	height: 0px;
	position: relative;
	z-index: 10;

}


.ac-container article p{
	line-height: 30px;
	font-size: 17px;
	padding: 20px 30px;
	text-align: justify;
    border: 1px dashed #265893;
    color:black;
}

/* the transformations*/
.ac-container input:checked ~ article{

}
.ac-container input:checked ~ article.ac-small{
	height: 100%;
}

.ac-container input:checked ~ article.ac-200{
	height: 100%;
}
.ac-container input:checked ~ article.ac-250{
	height: 100%;
}
.ac-container input:checked ~ article.ac-300{
	height: 100%;
}
.ac-container input:checked ~ article.ac-350{
	height: 100%;
}
.ac-container input:checked ~ article.ac-500{
	height: 100%;
}

.ac-container input:checked ~ article.ac-medium{
	height: 100%;
}
.ac-container input:checked ~ article.ac-large{
	height: 100%;
}



/***
*
* PRESS
*
***/

.inthepress {
	margin:1rem 0 1rem 0;
}

#presscontact {
	 height:1.1rem;
}

.pressrelease ul{
    margin-left: 0;
    list-style-type:none;
}

.pcs {
    text-align: center;
    border: 1px dashed #43ac6a;
    padding: 1rem;
}

.pcs:hover {
    border: 1px dashed #EE7600;
}

.pcs:first-child {
    margin-bottom: 1rem;
}

.pcs:last-child {
    margin-top: 1rem;
}

/***
*
* DATA ABIDE NEWSLETTER FIELD
*
***/
[data-abide] .success small.success, [data-abide] span.success, [data-abide] small.success {
  display: block;
  padding: 0.375rem 0.5625rem 0.5625rem;
  margin-top: -1px;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: normal;
  font-style: italic;
  background: green;
  color: white;
}
[data-abide] span.success, [data-abide] small.success {
  display: none; }

[data-abide] .error1 small.error1, [data-abide] span.error1, [data-abide] small.error1 {
  display: block;
  padding: 0.375rem 0.5625rem 0.5625rem;
  margin-top: -1px;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: normal;
  font-style: italic;
  background: #f04124;
  color: white;
}
[data-abide] span.error1, [data-abide] small.error1 {
  display: none; }

/***
*
* MISC
*
***/

/* Spam protection */
/* spam_trap: This input is hidden. This is here to trick the spam bots*/
#NewsletterSignUp .spmhidip
{
   display:none;
   width:10px;
   height:3px;
}

.button {
	background-color: #265893;
	border-color: #204C7E;
    margin:0;
}

a.button_green {
	font-size:1.1rem;
	background-color:green;
	border-color: white;
	margin: 0;
	color: white;
}

@media only screen and (max-width: 640px) {
	a.button_green {
		margin: 0 2rem;
	}
}

a.button_green:hover, a.button_green:focus {
	background-color:#007100;
}
.citation_needed {
    font-family: sans-serif;
}

.switch input:checked+label {
  background: #265893;
}

ul.checkmark li {
    background:url("/img/checkmark.png") no-repeat 0 50%;
    padding-left: 30px;
		font-size: 1.3rem;
}

ul.checkmark {
    list-style-type: none;
		text-align: left;
}


/***
*
* DONATE
*
***/

.donate-tabs {
    display: inline-block;
}

.donate-tabs dd>a, .donate-tabs tab-title>a{
    background:none !important;
}

.donate-tabs div {
    width: 200px;
    height:200px;
    background-repeat:no-repeat;
    background-size:contain;
    background-position: center center;
}

#social {
    background-image: url("/img/social.png");
}

#social:hover {
    background-image: url("/img/social_active.png");
}

dd.active #social{
    background-image: url("/img/social_active.png");
}

#coffee {
    background-image: url("/img/coffee.png");
}

#coffee:hover {
    background-image: url("/img/coffee_active.png");
}

dd.active #coffee{
    background-image: url("/img/coffee_active.png");
}

#handson {
    background-image: url("/img/handson.png");
}

#handson:hover {
    background-image: url("/img/handson_active.png");
}

dd.active #handson{
    background-image: url("/img/handson_active.png");
}

/* Medium */
@media only screen and (min-width: 640px) and (max-width: 64em) {

.donate-tabs div {
    width: 100px;
    height:100px;
}

.donate-tabs h3 {
    font-size: 1.2rem;
}

}

/* Small */
@media only screen and (max-width: 640px) {

.donate-tabs div {
    width: 64px;
    height:64px;
}

.donate-tabs dd>a, .donate-tabs tab-title>a{
    padding: 5px 10px !important;
}

.donate-tabs h3 {
    font-size: .8rem;
}

}

.no-wrap {
		white-space: nowrap;
}

.screenshot_w_video {
	position: relative;
	display: block;
}

.screenshot_w_video_placeholder {
	position: relative;
	left: 0;
	top:0;
}

.play_video_button {
    position: absolute;
    top: -25%;
    left: 0;
    bottom: 0;
    right: 0;
    width: 20%;
    margin: auto;
}

.play_video_button:hover {
    width: 21.5%;
}

#playVideoModal {
	padding:0;
	border:0;
	box-shadow:0;
	background-color:none;
}
