@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,700,400italic);
body,
.avenir-book {
    font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
  	-webkit-font-smoothing:antialiased;
  	-moz-font-smoothing:antialiased;
  	-o-font-smoothing:antialiased;
  	font-smoothing:antialiased; }

.navigation ul > li > a, #feedback .author span, #apply p, input {

}

.profile-title, .profile-detail, #feedback quote, .big {

}

body {
	color: #6d6d6d;
	font-size: 16px;
	line-height: 24px;
	background: #ffffff;
	margin: 0;
	font-weight: normal;
}

h1 { font-size: 52px; line-height: 28px; font-weight: 700; text-transform: uppercase;  }
h2 { font-size: 36px; line-height: 28px; }
h3 { font-size: 28px; line-height: 34px; }
h4 { font-size: 22px; line-height: 24px; }

h1,h2,h3,h4 { display: block; }
h1, .h1, h2, .h2, h3, .h3, h4, .h4 { margin-top: 20px; margin-bottom: 10px; }

a { color: #36a6ff; text-decoration: none; }
a:hover, a:active, a:focus { color: #36a6ff; text-decoration: none; outline: none; }
::selection { background-color: #36a6ff; color: #fff; }

hr { width: 100px; border-top:1px solid #fe4918; }

.centered-img {
  margin: auto;
  display: block;
}

.light { color: #fff; background: #eaeaea; }
.dark { color: #6d6d6d; background: #fff; }
.light h1, .light h2, .light h3, .light h4 { color: #fff; }
.dark h1, .dark h2, .dark h3, .dark h4 { color: #2d2d2d; }
.light a { color: #36a6ff; }
.dark a { color: #6d6d6d; }

.img-responsive-full { max-width: 100%; width: 100%; }
.section { min-height: 400px; padding-bottom: 60px; padding-top: 60px; overflow: hidden; position: relative; text-align: center; }
.container { z-index: 1; position: relative; }

.hiding { opacity: 0; }
.visible { opacity: 1; }

.sticky { position: fixed; top:0; display: block; width: 100%; z-index: 9; }

.navigation { background: #fafafa; }
.navigation-brand { float: left; }
.navigation-brand:after { content: ''; display: table; }
.navigation-brand .brand-logo { padding: 15px; }
.navigation-navbar { display: block; }
.navigation-bar { margin: 0 auto; padding: 0; list-style: none; }
.navigation-bar-left { float: left; }
.navigation-bar-right { float: right; }
.navigation-bar > li { display: inline-block; }
.navigation-bar > li a { display: inline-block; padding:15px; }
.navigation-bar > li a:Hover,
.navigation-bar > li.active a { text-decoration: none; }
.navigation-bar-right > li { border: 1px solid #DBDBDB; margin-left: 10px; margin-right: 10px; }
.navigation-toggle { position: relative; float: right; padding: 5px 10px; margin: 0px 5px; outline: none; cursor: pointer; color: #fff; font-size: 30px; }
.navigation-toggle:after { content: ''; clear: both; height: 1%; }
.navigation-toggle .icon-bar { display: block; width: 22px; height: 2px; border-radius: 1px; background: #333; }
.navigation-toggle .icon-bar+.icon-bar { margin-top: 4px; }

.navigation-brand .page-switch {
    position: relative;
    float: right;
    padding: 5px 10px 10px 5px;
}

/* Back to top */
.back-to-top {
	border-radius: 5px;
	text-align: center;
	background: #000;
	color: #fff;
	display: none;
	width: 40px;
	height: 40px;
	line-height: 45px;
	font-size: 26px;
	position: fixed;
	right: 20px;
	bottom: 20px;
	opacity: 0.4;
	filter: alpha(opacity=40);
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	cursor: pointer;
	z-index: 9999;
}
.back-to-top:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}

/* Jquery appear */
.hiding {
	opacity: 0;
}

.visible {
	opacity: 1;
}

/* Preloader */
#mask {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #F6F6F6;
	z-index: 10000;
	height: 100%;
}


.btn, .btn:Hover { border: 1px solid transparent; }
.btn.btn-small { color: #fff; font-size: 15px; line-height: 32px; padding: 2px 18px 0; background: #BA251B; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px;  }
.btn.btn-small:Hover { color: #fff !important; background: #a22017 !important; }

.btn.btn-default { font-size: 18px; line-height: 32px; color: #fff; background: #3B9A00; min-width: 300px; text-align: center; padding: 8px 30px; }
.btn.btn-default:Hover { background: #338500; }

.btn.btn-primary { font-size: 14px; line-height: 32px; background: #FFD70C; padding: 8px 30px 6px; }
.btn.btn-primary:hover { background: #f27800; }

input.form-control { font-size: 18px; height: 48px; padding: 6px 12px; -webkit-box-shadow: 0 0 0 transparent; -moz-box-shadow:0 0 0 transparent; box-shadow: 0 0 0 transparent; border-color: transparent; }


/* Header */
#header { position: fixed; z-index: 2; width: 100%; top: 0px; }
.navigation-header { background: #FFFFFF; padding-top: 20px; padding-bottom: 20px; }
.navigation-header .brand-logo { padding: 0; }
.navigation-header .navigation-bar-left > li { padding: 6px 0 0; }
.navigation-header .navigation-bar > li a { color: #606162; font-size: 15px; line-height: 32px; padding: 12px 18px; position: relative; z-index: 999; }
.navigation-header .navigation-bar > li a:Hover { color: #aaa9a9; }

.content {
  margin-top: 80px;
}


#hero {
  margin-top: 80px;
}

/* Hero */
#hero { /*position: relative;*/ z-index: 0; background-size: cover; height: 600px;/* text-align: center;*/ padding: 237px 0px; padding-top: 100px; }
#hero h1 { margin-bottom: 50px; }
#hero h2 { line-height: 40px;}
#hero .emph { color:#259cc4; }
#hero .content { padding-top: 10px; }

#hero .hero-action-call {
  color: #2b3b4d;
  font-weight: bold;
  width: 263px;
  height: 55px;
  line-height: 38px;
  font-size: 17px;
}

.hero-action-call {
  margin-top: 25px;
  padding: 14px 35px 12px;
  text-transform: uppercase;
  color: #2b3b4d;
  font-weight: bold;
}

/* Email optin */
#apply { background: #2E70AE; min-height: 190px; padding: 40px 0; /*position: absolute;*/ bottom: 0; left: 0; right: 0; width: 100%; z-index: 2; text-align: center; }
#apply p { font-size: 20px; line-height: 32px; margin-bottom: 25px; }
#apply .form-inline .form-group,
#apply .form-inline .btn { margin-left: 10px; margin-right: 10px; }
#apply .form-inline .form-control { width: 380px; }

.blue-bg {
  background-color: #259cc4;
  color: white;
  padding-top: 40px;
  padding-bottom: 40px;
}

/* How it works */
#how { padding-top: 70px; margin-top: -70px; } /* Offset fixed header anchor */
#how .white-bg { background: #fff;  padding-bottom: 60px; padding-top:55px; }
#how .number-wrapper { -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius:50%; background: #36a6ff; font-size: 18px; display: inline-block; width: 35px; height: 35px; text-align: center; color: #fff; line-height: 38px; float: left; margin-right: 25px; }
#how .img-wrapper { text-align: center; max-width: 400px; }
#how .img-wrapper img { margin: 0 auto; }
#how .detail-wrapper { max-width: 325px; }
#how h4 { margin-top: 7px; }

#how .grey-bg { background: #F4F4F4; padding-top: 50px; }
#how .grey-bg .row > div > .text-center { padding-top: 35px; }
#how .press { padding: 130px 0 0; }
#how .grey-bg .big { font-size: 48px; line-height: 50px; color: #2d2d2d; }
#how #get-hired { padding-bottom: 50px; }


#how h2 {
  text-align: center;
  margin-bottom: 50px;
}

#team h3 { font-weight: bold; font-size: 25px; }
#team h4 { font-size: 15px; }

#team .team-descrips {
  margin-top: 50px;
}


#team .col-md-4 .well { max-width: 350px; margin-left: auto; margin-right: auto; }
#team .col-md-4 .well img { border-radius: 2px; display: block; margin-left: auto; margin-right: auto; }
#team .col-md-4 .well h3 { text-align: center; }

#how .team-title { margin-top: -30px; }
#how .h2img-wrapper.tertiary { margin-top: 22px; border-radius: 4px; margin-bottom: -40px; }
.team-img {
  border-radius: 3px;
}

#how .title h2 { margin-bottom: 5px; font-weight: bold; }
.title { margin-bottom: 10px; text-align: center; }
.title .btn { margin-bottom: 30px; color: #fff; }
.title .fa { margin-left: 5px; font-size: 20px; }
#how .image-detail-text.secondary a { color: #FAFF39; }
#how .h2img-wrapper.secondary { margin-top: 11px; }
#extension .extension-text.text-center h4 { font-weight: bold; margin-top: 0px; }

#how .h2img-wrapper { text-align: center; /*padding-left: 155px;*/ padding-top: 50px; padding-bottom: 50px; color:#36a6ff; max-width: 400px; }
#how .col-md-5.col-md-offset-2.col-sm-6 { margin-bottom: 5%; }

#how .lister { font-size: 30px; }
#how .btn.btn-default { margin-top: 5%; }
#how .super-wrapper { padding-left: 200px; margin-top: -30px; margin-bottom: -30px; }
#how .plans { font-size: 25px; }
#how .planslink { text-deocration:underline; color:BLUE; }

#how .image-detail {
  margin-bottom: 10px;
}
#how .image-detail .image-detail-text {
  margin-top: 25px;
}
#how .image-detail img {
  margin: auto;
  display: block;
}

@media (max-width: 992px) {
  #how .image-detail .image-detail-text {
    margin-top: 0px;
    margin-bottom: 10px;
  }
}

#extension { padding: 70px 0; }
.extension-sites-desktop {
  display: inline;
}

#extension h3 { font-weight: bold; }
.extension-sites { opacity: .7; }

#extension .btn {
  text-transform: uppercase;
  color: white;
  padding-bottom: 14px;
}

/* Step by Step */
#steps { background: #3E9B30; text-align: center; padding: 130px 0 150px; }
#steps h2 { margin-bottom: 40px; }
#steps ul.list-inline { display: table; margin: 0 auto; }
#steps ul.list-inline li { display: table-cell; vertical-align: middle; text-align: center; padding-left: 15px; padding-right: 15px; }
#steps ul.list-inline li.text { max-width: 240px; font-size: 20px; }
#steps .fa-caret-right { color: #35852A; font-size: 60px; }

/* Testimonial */
#feedback { padding: 70px 0 20px; }
#feedback .feedback-wrap { border: 2px solid #f1f1f1; -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; padding: 30px 20px; margin-bottom: 5%; }
#feedback .feedback-wrap .media-list { margin-bottom: 0px; }
#feedback .media > img { margin-top: 10px; }
#feedback .media-body { padding: 10px 25px; }
#feedback quote { color: #6d6d6d; font-size: 20px; line-height: 24px; padding: 0; position: relative; z-index: 1; }
#feedback quote span { position: relative; z-index: 2; }
/*#feedback quote:before { content: ''; position: absolute; left: -10px; top:-10px; display: inline-block; width: 34px; height: 27px; background: url('../img/open-quote.png') no-repeat; z-index: 0 }*/
/*#feedback quote:after { content: ''; position: absolute; right: -10px; bottom: -10px; display: inline-block; width: 34px; height: 27px; background: url('../img/close-quote.png') no-repeat; z-index: 0 }*/
#feedback .author { color: #6d6d6d; font-size: 20px; line-height: 24px; margin-top: 15px; }
#feedback .author span { color: #2d2d2d; }
#feedback h2 { color: #000000; margin-bottom:30px; }

#details .super-wrapper { padding-top:20px; padding-bottom:20px; }
#details { color:#000000; }
#details h3 {color:#000000; margin-bottom:40px; font-weight:bold; }
#details .detail-wrapper { padding-top:30px; }
#details .second { margin-left:7px; }
#details .dollars .label { padding-top: 0.3em; }

.texter { font-size:20px; margin-bottom:15px; margin-top:60px; }
.dollars { text-align:center; margin-bottom:50px; margin-top:15px; }
.whater { font-style: italic; }
.money { font-weight:bolder; }

.press { margin: 0 -15px; text-align: center; }
.press .list-inline { margin: 30px auto 15px; }
.press .list-inline > li { padding-left: 15px; padding-right: 15px; padding-bottom: 15px; }
.press .in-press { margin-top: 30px; font-size: 14px; line-height: 24px; color: #b9b9b9; text-transform: uppercase; text-align: center; letter-spacing: 1px; }

/* About */
#about { background: #2E70AE; padding: 40px 0 30px; }
#about .row > div { text-align: center; padding: 45px 0; padding-left: 20px; padding-right: 20px; }
#about .img-circle { border: 6px solid #00628c; margin-bottom: 15px; width: 218px; }
#about .profile-name { font-size: 20px; line-height: 24px; margin-bottom: 6px; }
#about .profile-title { font-size: 20px; line-height: 24px; margin-bottom: 35px; }
#about .profile-detail { font-size: 16px; line-height: 24px; text-align: justify;}

#end {
  padding: 70px 0px 100px;
  background-color: #21434e;
}

#end .hero-action-call {
  background-color: #ecb30a;
}
#end .hero-action-call:hover {
  background-color: #DB7C1F;
}

/* Footer */
#footer { background: #ebf1f7; padding-bottom: 25px; padding-top: 80px; text-align: center; }
#footer h2 { text-align: left; }
#footer address { font-size: 18px; line-height: 48px; margin-bottom: 0; }
#footer nav { display: inline-block; }
#footer nav li a { font-size: 14px; line-height: 24px; }
#footer nav li a:Hover { color:#aaa9a9; }
#footer nav li+li { margin-left: 10px; }
#footer nav .list-inline { margin-bottom: 25px; }
#footer .social .list-inline { margin-bottom: 0px; }
#footer .social li+li { margin-left: 5px; }
/*#footer nav.social { margin-bottom: 65px; }*/
/*#footer nav.social li a { font-size: 24px; line-height: 24px; }*/
/*#footer nav.social li+li { margin-left: 5px; }*/
#footer .copyright { font-size: 13px; line-height: 24px; color: #5a5a5a; margin-left: 8px; margin-right: 8px; }
#footer .candidate { font-size: 24px; line-height: 48px; text-align: center; }
#footer .btn.btn-default { margin: 0 auto; }

#info { background: #21434E; }
#info .content { font-size: 18px; line-height: 48px; text-transform: uppercase; text-align: center; padding: 14px 0; }
#info .btn.btn-small { padding-top: 4px; position: relative; top: -2px; margin-left: 15px; }


/* Mobile device */
@media (max-width: 767px) {
	.navigation-brand { float: none; margin-right: 0 !important; }
	.navigation-brand .brand-logo {
		float: left;
		margin-left: -20px;
		-webkit-transform : scale(0.85);
		-moz-transform    : scale(0.85);
		-ms-transform     : scale(0.85);
		transform         : scale(0.85);
	}
	.navigation-bar > li,
	.navigation-bar > li a { display: block; }
	.navigation-navbar { overflow: hidden; height: 0; display: block; /*background: rgba(19, 19, 19, 0.85);*/ text-align: center; }
	.navigation-navbar.open { height: auto; margin-left: -15px; margin-right: -15px; padding: 10px 0; border-top: 1px solid #E8E8E8; margin-top: 20px; }
	.navigation-brand:after { content: ''; clear: both; }
	.navigation-bar-left, .navigation-bar-right { float: none; }
	.navigation-header .navigation-bar > li a.btn.btn-small { display: inline-block; }

  #hero {
    height: auto;
    text-align: center;
    padding: 70px 0 100px 0;
    background: #2b3b4d;
    background-position: center top;
    background-size: cover;
  }

	#hero h1 { line-height: 52px; font-size: 48px; margin-bottom: 20px; }
	#hero h3 { line-height: 32px; font-size: 24px; }
	#hero h3 br { display: none; }
	#apply .form-inline .form-control { margin: 0 auto; width: 100%; max-width: 380px; }
	.btn.btn-primary { padding-right: 14px; padding-left: 14px; }
	.btn.btn-default { min-width: 200px; padding-right: 25px; padding-left: 25px; }

	#how .white-bg, #how .grey-bg { padding-left: 15px; padding-right: 15px; }
	#how .col-md-5,
	#how .col-md-6 { max-width: 390px; width: 100%; margin: 0 auto; }
	#how .grey-bg .row > div+div { /*margin-top: 30px;*/ }
	#how .detail-wrapper { margin-top: 0 !important; }
	#how .press { padding: 40px 0 0; }

	#steps { padding: 50px 0 50px; }
	#steps ul.list-inline,
	#steps ul.list-inline li,
	#steps ul.list-inline li.text { display: block; max-width: 100%; width: 100%; padding: 7px 15px; }
	#steps .fa-caret-down { color: #35852A; font-size: 60px; }

	#feedback .feedback-wrap { margin-bottom: 30px; }

	#footer,
	#footer h2 { text-align: center; }
	#footer { padding-top: 60px; padding-bottom: 60px; }
	#footer .candidate { padding-top: 50px; }

	#info .btn.btn-small { display: block; width: 200px; margin: 20px auto; }
	#info .content { line-height: 36px; margin-top: 5px; }

  #how .image-detail .image-detail-text {
    text-align: center;
    margin-top: 10px;
  }

}

/* Custom mobile */
@media (max-width: 480px) {
	#how .detail-wrapper { max-width: 75%; }
	#feedback .media > .pull-left { float: none !important; text-align: center; margin-right: 0; }
	#feedback .media > img.pull-left { margin: 0 auto 30px; }
	#feedback .feedback-wrap { padding-left: 0px; padding-right: 0; }
  #hero {
    padding-top: 0px;
  }
  #hero .content {
    margin-top: 0px;
  }
}

@media (max-width: 430px) {
    .page-switch { clear: right; margin-top: 20px; }
    #sidekick-page .btn { margin-top: 15px; }
}

/* Tablet device */
@media (min-width: 768px) {
	.navigation-header .navigation-bar > li a { padding: 2px 10px 0; }


	#hero { background: #2b3b4d url('/assets/images/lp/heroes.svg') no-repeat; background-position: center center; background-size:cover; }
	#hero h1 { font-size: 36px; line-height: 28px; margin-bottom: 20px; }
	#hero h3 { font-size: 24px; line-height: 28px; }

	#apply .form-inline .form-control { width: 360px; }

	#how .detail-wrapper { max-width: 310px; }
	#steps ul.list-inline li.text { font-size: 16px; }
	#steps ul.list-inline li { padding-left: 10px; padding-right: 10px; }

	#feedback .media > .pull-left { float: none !important; text-align: center; margin-right: 0; }
	#feedback .media > img.pull-left { margin: 0 auto 30px; }
}

@media (min-width: 768px) and (max-width: 992px) {
	/*#apply .form-inline .form-group { margin-bottom: 15px; }*/
}

/* Desktop small screen */
@media (min-width: 992px) {
	.navigation-header .navigation-bar > li a { padding: 2px 18px 0; }
	#hero h1 { font-size: 52px; line-height: 5px; margin-bottom: 50px; text-align:left; }
	#hero h3 { font-size: 22px; line-height: 22px; text-align:left; }

  header .navigation-bar-left {
    margin-left: 100px;
  }

	#apply .form-inline .form-control { width: 380px; }

	#how .detail-wrapper { max-width: 350px; }
	#steps ul.list-inline li.text { font-size: 20px; }
	#steps ul.list-inline li { padding-left: 15px; padding-right: 15px; }

	#feedback .media > .pull-left { float: left !important; margin-right: 10px; margin-bottom: 0; }
	#feedback .media > .pull-left img { padding-top:20px; margin: 0; }
}

/* Desktop large screen */
@media (min-width: 1200px) {
	.container { width: 1170px; }
}

@media (min-width: 1350px) {
  #hero {
    background-size: 1350px;
  }
}

@media (min-width: 1500px) {
	.container { width: 1210px; }
}

.hide-me {
    display: none;
}

/* Swap Accordion */
.swap-accordion .swap-accordion-bottom {
    display: none;
}
.swap-accordion[sa-triggered] .swap-accordion-bottom {
    display:block;
}

#how .detail-wrapper2 { max-width: 500px; /*margin-top: 70px;*/ }
#how span { font-size: 23px; }
#but { font-weight: bold; color: #000000; }
.grey-bg { background: #F4F4F4; padding-top: 30px; }
.superman { margin-left: 70px; margin-bottom: 15px; }
#how .white-bg { padding-bottom: 0px; }
#how h2 {
  margin-bottom: 40px;
}
#how .h2img-wrapper {
  max-width: none;
  padding-top: 5px;
}

h2 {
  line-height: 1.1;
}

.navigation-toggle {
  color: grey;
}

#how.how2 h2{
  margin-bottom: 30px;
}

#how.how2 h4 {
  text-align: left;
}

#how.how2 a { color: #fff; }
#how.how2 a:hover { color: #000; }

#how .testi { color: #000; }
#how .testii h2 { margin-bottom: 30px; }
#how .testi img { width: 70px; }

#extension.answers section { padding-bottom: 50px; }

#extension.answers img { position: center; width: 400px; padding: 2px; border: 1px solid #000; }
#extension.answers h5 { padding: 5px; border: 1px solid #000; }

/* Offset Fixed header */
#faq-page #extension section[id]:before {
  display: block;
  content: " ";
  margin-top: -75px;
  height: 75px;
  visibility: hidden;
}

.modal-xlg {
  width: 95%;
  max-width: 1500px;
}
.modal-xlg .item img {
  margin-left: auto;
  margin-right: auto;
}

.modal-xlg .carousel-control {
  width: 10%;
  background: none;
}
.carousel-control .glyphicon-chevron-right {
  right: 25%;
  color: black;
}
.carousel-control .glyphicon-chevron-left {
  left: 25%;
  color: black;
}
.modal-xlg .close {
  position: absolute;
  z-index: 9;
  color: white;
  right: 24px;
  font-size: 42px;
  opacity: 0.6;
}
.modal-xlg .close:hover,
.modal-xlg .close:focus {
  opacity: 1;
}

.section-band {
  padding-top: 30px;
  padding-bottom: 30px;
}


/* Logged in Nav */
header .navigation-bar-right > li.dash-link {
  display: none;
}
body.jhloggedin header .navigation-bar-right > li {
  display: none;
}
body.jhloggedin header .navigation-bar-right > li.dash-link {
  display: inline-block !important;
}

/* Sidekick page */
.sidekick-bookmarklet-section {
  font-size: 18px;
}
.sidekick-bookmarklet-section p {
  margin-bottom: 0px;
}

.sidekick-bookmarklet-section .hero-action-call {
  margin-top: 0px;
  color: #fff;
}

.sidekick-platforms > li {
  margin: 15px 18px 18px;
  border: 1px solid white;
  padding: 13px;
  margin-left: 10px;
  margin-right: 10px;
  text-align: center;
}

.sidekick-platforms > li img {
  margin: auto;
}

.sidekick-platforms > li:hover {
  background-color: #fff;
}

.sidekick-platforms > li:hover span.icon-text {
  color: #9C9C9C;
}

.sidekick-platforms > li img, .sidekick-platforms > li span {
  display: block;
}

.sidekick-platforms > li span {
  color: #fff;
  font-weight: bold;
}

#sidekick-page .image-detail-text {
  text-align: center;
  margin-bottom: 10px;
}

#sidekick-page .image-detail-text a {
  text-decoration: underline;
}

#sidekick-page .h2img-wrapper.secondary {
  padding-bottom: 0px;
}

@media (max-width: 1300px) {
  .sidekick-bookmarklet-section p { text-align: center; }
  .sidekick-bookmarklet-section .btn { margin-top: 10px; }
}

.sidekick-platforms > li:hover span.icon-text {
  color: #9C9C9C;
}

#aus-page #hero {
  background: #2b3b4d url('/') no-repeat; background-position: center center; background-size:cover;
}

#aus-page #hero h1 {
  line-height: 46px;
}

#aus-page #hero h3 {
  font-size: 20px;
}

.installext {
  border-radius: 1px;
  background-color: #62C52B;
  font-size: 25px;
  font-weight: bold;
}

.fineprint {
  font-size: 12px;
  margin-top: 0px;
  text-align: right;
  color: #E1E1E1;
}

#aus-page #hero h1 {
  margin-bottom: 40px;
  margin-top: -5px;
}

.installext-platforms > li a {
  color: #E1E1E1;
}
.installext-platforms > li a:hover {
  color: #92CDF2;
}

#sidekick-page .installext {
  margin: 25px auto 0px auto;
  max-width: 700px;
}

#sidekick-page .installext-platforms {
  display: inline-block;
  font-size: 15px;
}

#welcome-page #how .img-responsive {
  margin: auto;
}

#welcome-page #extension {
  font-size: 56px;
  font-weight: bold;
  width: 100%;
}

#welcome-page #extension .centered-image {
  width: 100%;
}

#welcome-page #extension .image-detail-text {
  margin-top: 80px;
  line-height: 55px;
}

#welcome-page #extension .listed {
  margin-top: 0px;
  font-size: 50px;
  line-height: 50px;
  vertical-align: center;
  text-align: right;
  padding-right: 130px;
}

.blued {
  color: #259CC4;
}

.second {
  width: 90%;
  margin: auto;
}

.dos {
  margin-top: 150px;
}

.greend {
  color: #00AD0F;
}

.boldd {
  font-weight: bold;
}

#hero .fa {
  margin-left: 3px;
}

#sidekick-carousel {
  max-width: 800px;
  margin: auto;
}

#sidekick-carousel .carousel-control {
  background: none;
}
#sidekick-carousel .carousel-control:hover {
  opacity: 1;
}

#sidekick-carousel .carousel-control span {
  font-size: 40px;
  font-weight: bold;
}

#uk-page #hero {
  background: #2b3b4d url('/') no-repeat; background-position: center center; background-size:cover;
}

#uk-page #hero h1 {
  line-height: 46px;
  margin-top: -5px;
}

#uk-page #hero h3 {
  font-size: 20px;
}
