/*ul{
	margin: 0;
}

header, main, footer {
    padding-left: 300px;
}*/

@import 'https://fonts.googleapis.com/icon?family=Material+Icons';
@import 'https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.8/css/materialize.min.css';
@import 'https://fonts.googleapis.com/css?family=Open+Sans:300,600,400';

/*
	=======================================================================
	GLOBAL UI OVERRIDES
	=======================================================================
 */

h1{
	font-size: 2.2rem;
}

h2{
	font-size: 1.9rem;
}

h3{
	font-size: 1.7rem;
}

html{
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	height: 100%;
	box-sizing: border-box;
}

body{
	position: relative;
	margin: 0;
	min-height: 100%;
	padding-bottom: 300px;
	background: #eee;
}

body.has-footer{
	padding-bottom: 26rem;
}

.frontpage .navbar-fixed,
.login .navbar-fixed{
    height: 0;
}

*{
	font-family: "Open Sans", sans-serif;
	/*font-size: 18px;*/
	font-weight: 400;
	letter-spacing: -0.10px;
	word-spacing: -0.10px;
	text-transform: none;
}

/*
	=======================================================================
	PRICING TABLE
	=======================================================================
 */

.pricing.style-1 .price {
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
}
.pricing.style-2 .plan-title {
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
}
.pricing.style-3 .plan-title {
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	padding: 10px 0;
}
.pricing.style-3 .price {
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
}
.pricing.style-3 .plan-signup-btn {
	position: absolute;
	bottom: 80px;
	right: 20px;
}

.pricing .price {
	padding: 15px 0;
}
.pricing .price h4,
.pricing .plan-title h5{
	text-align: center;
}
.pricing .price span,
.pricing .plan-title span{
	display: inline-block;
	position: relative;
}
.pricing .plan-title span.plan{
	font-size: 25px;
	font-weight: 200;
}
.pricing .price span.amount {
	font-size: 50px;
	font-weight: 100;
}
.pricing .price span.period {
	margin-left: -10px;
}
.pricing .price span.currency {
	letter-spacing: -6px;
	top: -20px;
}
.pricing .price span.currency, .pricing .price span.period {
	font-size: 16px;
}
.pricing .collection li.collection-item:hover{
	background: #f5f5f5;
}
.dark-grey-text {
	color: #121212;
}

footer.page-footer{
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 30px;
  height: 300px;
  background-color: #444;
  color: white;
  margin: 0;
}




nav{
  background-color: #2d2d2d;
}

/*nav .brand-logo{
  left: 15px;
}*/


nav .brand-logo img{
	max-height: 64px;
}

.card {
	box-shadow: 0 2px 4px rgba(0,0,0,0.1);
	border-radius: 3px;
}

.tabs .indicator{
	background-color: #1976D2;
}


.side-nav .userView{
    padding: 32px 32px 24px 32px;
}

.side-nav .userView > a {
    float: left;
}

.side-nav .userView .circle{
	margin-right: 15px;
}

.side-nav .userView .background{
	opacity: 0.8;
}

.side-nav .userView .name{
	font-weight: 600;
    margin-top: 6px;
}

footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 3rem;
  background-color: #444;
  color: white;
}

footer .f1,
footer .f2,
footer .f3,
footer .f4{
	float: left;
	width: 25%;
}

footer .f5 {
    clear: both;
    padding-top: 40px;
}

footer div.f1 {
    font-size: 24px;
    font-weight: 100;
    padding-top: 22px;
    line-height: 34px;
}

footer div.f1 strong {
    font-weight: 600;
}

footer div p{
	padding: 4px;
	margin: 0;
}

footer div a{
	color: white;
	opacity: 0.6;
}

footer div a:hover{
	opacity: 1;
}

footer div a.contact-btn {
    margin-top: 10px;
    display: inline-block;
    border: solid 1px white;
    height: 34px;
    line-height: 34px;
    padding: 0 30px;
    border-radius: 7px;
}

/*@import 'https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,400i,600,700';

html,body{
	background: #F9F9F9;
}

html,body,td,th,input,textarea,button{
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 15px;
}

html {
  height: 100%;
  box-sizing: border-box;
}

body {
  position: relative;
  margin: 0;
  min-height: 100%;
}

body.has-footer{
	padding-bottom: 24rem;
}

label{
	cursor: pointer;
}

.center{
	text-align: center;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

h1{
	font-size: 40px;
	font-weight: 100;
	margin: 20px 0;
}

h2{
    font-size: 30px;
    font-weight: 300;
    margin-bottom: 20px;
}

h3{
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 20px;
}

p {
    padding: 10px 0;
}

a{
	color: #3672e0;
	text-decoration: none;
}

a i.fa{
	font-size: 18px;
}

a.btn i.fa{
	font-size: inherit;
}

button,
a.btn {
    padding: 0 25px;
    background: #ddd;
    color: white;
    font-weight: normal;
    text-decoration: none;
    display: inline-block;
    border: none;
    margin: 0 3px;
    height: 44px;
    line-height: 44px;
    color: #444;
}

button.primary,
button[type="submit"],
a.btn.primary {
    background: #3672e0;
    color: white;
    font-weight: 400;
}

.content-wrap{
	max-width: 1000px;
	margin: 0 auto;
	position: relative;
}

div.heading-bar{
	background: #333;
	color: white;
	font-size: 12px;
}

div.heading-bar .left{
	padding: 8px 0;
}

div.heading-bar a{
	color: white;
	text-transform: uppercase;
	text-decoration: none;
}

div.heading-bar a:hover{
	text-decoration: underline;
}

div.heading-bar .social{
	margin-top: 6px;
}

div.heading-bar .social a{
	display: inline-block;
	margin-left: 10px;
}

header{
	background: white;
	height: 80px;
}

header .logo{
	font-size: 34px;
    height: 76px;
    line-height: 76px;
    font-weight: 100;
}

header .logo strong{
    font-weight: 600;
}

.left{
	float: left;
}

.right{
	float: right;
}

section{
	margin: 50px 0;
}

nav ul, nav ul li{
	list-style: none;
	padding: 0;
	margin: 0;
	height: 34px;
}

nav ul{
    margin-top: 23px;
}

nav ul > li{
	float: left;
  margin-left: 15px;
}

nav ul > li > a{
	height: 34px;
	line-height: 34px;
	display: block;
	text-decoration: none;
	color: #333;
}

nav ul li.login a, nav ul li.portal a{
	padding: 0 15px;
	background: #3672e0;
	color: white;
	font-weight: 400;
	border-radius: 5px;
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
}

body.sub header{
	border-bottom: solid 4px #3672e0;
	margin-bottom: 20px;
}

.portal_nav{
	background: #3672e0;
	height: 40px;
	margin-bottom: 20px;
}

.portal_nav ul{
	margin: 0;
}

.portal_nav ul li{
	margin-left: 0;
	margin-right: 20px;
	border-bottom: solid 2px transparent;
}

.portal_nav ul li:last-child{
	float: right;
	margin-left: 20px;
	margin-right: 0;
}

.portal_nav ul,
.portal_nav ul li,
.portal_nav ul li a{
	height: 38px;
}

.portal_nav ul li a{
	color: white;
	line-height: 40px;
}

.portal_nav ul li.active{
	border-color: white;
}

.portal_nav ul li.active a{
	font-weight: bold;
}

.panel{
	background: white;
	padding: 20px;
	margin-bottom: 30px;
	box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.17);
}

.panel.nopad,
.panel.table{
	padding: 0;
}

.panel.center{
	text-align: center;
}

.panel-grid .panel{
	font-weight: 600;
	font-size: 18px;
}

.panel-grid .panel .value{
	color: #3672e0;
	font-size: 30px;
	font-weight: 100;
	display: block;
	margin-top: 10px;
}

#cd-timeline {
  position: relative;
  padding: 2em 0;
  margin-top: 2em;
  margin-bottom: 2em;
}
#cd-timeline::before {
  content: '';
  position: absolute;
  top: 0;
  left: 18px;
  height: 100%;
  width: 4px;
  background: #d7e4ed;
}

.cssanimations .cd-timeline-img.is-hidden {
  visibility: hidden;
}
.cssanimations .cd-timeline-img.bounce-in {
  visibility: visible;
  animation: cd-bounce-1 0.6s;
}

@keyframes cd-bounce-1 {
  0% {
	opacity: 0;
	transform: scale(0.5);
  }

  60% {
	opacity: 1;
	transform: scale(1.2);
  }

  100% {
	transform: scale(1);
  }
}

#cd-timeline {
  position: relative;
  padding: 2em 0;
  margin-top: 2em;
  margin-bottom: 2em;
}
#cd-timeline::before {
  content: '';
  position: absolute;
  top: 0;
  left: 18px;
  height: 100%;
  width: 4px;
  background: #d7e4ed;
}
@media only screen and (min-width: 1170px) {
  #cd-timeline {
	margin-top: 3em;
	margin-bottom: 3em;
  }
  #cd-timeline::before {
	left: 50%;
	margin-left: -2px;
  }
}

.cd-timeline-block {
  position: relative;
  margin: 2em 0;
}
.cd-timeline-block:after {
  content: "";
  display: table;
  clear: both;
}
.cd-timeline-block:first-child {
  margin-top: 0;
}
.cd-timeline-block:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 1170px) {
  .cd-timeline-block {
	margin: 4em 0;
  }
  .cd-timeline-block:first-child {
	margin-top: 0;
  }
  .cd-timeline-block:last-child {
	margin-bottom: 0;
  }
}

.cd-timeline-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-shadow: 0 0 0 4px white, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
}
.cd-timeline-img img {
  display: block;
  width: 24px;
  height: 24px;
  position: relative;
  left: 50%;
  top: 50%;
  margin-left: -12px;
  margin-top: -12px;
}
.cd-timeline-img.cd-picture {
  background: #75ce66;
}
.cd-timeline-img.cd-movie {
  background: #c03b44;
}
.cd-timeline-img.cd-location {
  background: #f0ca45;
}
@media only screen and (min-width: 1170px) {
  .cd-timeline-img {
	width: 60px;
	height: 60px;
	left: 50%;
	margin-left: -30px;
	-webkit-transform: translateZ(0);
	-webkit-backface-visibility: hidden;
  }
  .cssanimations .cd-timeline-img.is-hidden {
	visibility: hidden;
  }
  .cssanimations .cd-timeline-img.bounce-in {
	visibility: visible;
	-webkit-animation: cd-bounce-1 0.6s;
	-moz-animation: cd-bounce-1 0.6s;
	animation: cd-bounce-1 0.6s;
  }
}

@-webkit-keyframes cd-bounce-1 {
  0% {
	opacity: 0;
	-webkit-transform: scale(0.5);
  }

  60% {
	opacity: 1;
	-webkit-transform: scale(1.2);
  }

  100% {
	-webkit-transform: scale(1);
  }
}
@-moz-keyframes cd-bounce-1 {
  0% {
	opacity: 0;
	-moz-transform: scale(0.5);
  }

  60% {
	opacity: 1;
	-moz-transform: scale(1.2);
  }

  100% {
	-moz-transform: scale(1);
  }
}
@keyframes cd-bounce-1 {
  0% {
	opacity: 0;
	-webkit-transform: scale(0.5);
	-moz-transform: scale(0.5);
	-ms-transform: scale(0.5);
	-o-transform: scale(0.5);
	transform: scale(0.5);
  }

  60% {
	opacity: 1;
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
  }

  100% {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
  }
}
.cd-timeline-content {
  position: relative;
  margin-left: 60px;
  background: white;
  border-radius: 0.25em;
  padding: 1em;
  box-shadow: 0 3px 0 #d7e4ed;
}
.cd-timeline-content:after {
  content: "";
  display: table;
  clear: both;
}
.cd-timeline-content h2 {
  color: #303e49;
}
.cd-timeline-content p, .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
  font-size: 13px;
  font-size: 0.8125rem;
}
.cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
  display: inline-block;
}
.cd-timeline-content p {
  margin: 1em 0;
  line-height: 1.6;
}
.cd-timeline-content .cd-read-more {
  float: right;
  padding: .8em 1em;
  background: #acb7c0;
  color: white;
  border-radius: 0.25em;
}
.no-touch .cd-timeline-content .cd-read-more:hover {
  background-color: #bac4cb;
}
.cd-timeline-content .cd-date {
  float: left;
  padding: .8em 0;
  opacity: .7;
}
.cd-timeline-content::before {
  content: '';
  position: absolute;
  top: 16px;
  right: 100%;
  height: 0;
  width: 0;
  border: 7px solid transparent;
  border-right: 7px solid white;
}
@media only screen and (min-width: 768px) {
  .cd-timeline-content h2 {
	font-size: 20px;
	font-size: 1.25rem;
  }
  .cd-timeline-content p {
	font-size: 16px;
	font-size: 1rem;
  }
  .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
	font-size: 14px;
	font-size: 0.875rem;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-timeline-content {
	margin-left: 0;
	padding: 1.6em;
	width: 45%;
  }
  .cd-timeline-content::before {
	top: 24px;
	left: 100%;
	border-color: transparent;
	border-left-color: white;
  }
  .cd-timeline-content .cd-read-more {
	float: left;
  }
  .cd-timeline-content .cd-date {
	position: absolute;
	width: 100%;
	left: 122%;
	top: 6px;
	font-size: 16px;
	font-size: 1rem;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content {
	float: right;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content::before {
	top: 24px;
	left: auto;
	right: 100%;
	border-color: transparent;
	border-right-color: white;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-read-more {
	float: right;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
	left: auto;
	right: 122%;
	text-align: right;
  }
  .cssanimations .cd-timeline-content.is-hidden {
	visibility: hidden;
  }
  .cssanimations .cd-timeline-content.bounce-in {
	visibility: visible;
	-webkit-animation: cd-bounce-2 0.6s;
	-moz-animation: cd-bounce-2 0.6s;
	animation: cd-bounce-2 0.6s;
  }
}

@media only screen and (min-width: 1170px) {
  .cssanimations .cd-timeline-block:nth-child(even) .cd-timeline-content.bounce-in {
	-webkit-animation: cd-bounce-2-inverse 0.6s;
	-moz-animation: cd-bounce-2-inverse 0.6s;
	animation: cd-bounce-2-inverse 0.6s;
  }
}
@-webkit-keyframes cd-bounce-2 {
  0% {
	opacity: 0;
	-webkit-transform: translateX(-100px);
  }

  60% {
	opacity: 1;
	-webkit-transform: translateX(20px);
  }

  100% {
	-webkit-transform: translateX(0);
  }
}
@-moz-keyframes cd-bounce-2 {
  0% {
	opacity: 0;
	-moz-transform: translateX(-100px);
  }

  60% {
	opacity: 1;
	-moz-transform: translateX(20px);
  }

  100% {
	-moz-transform: translateX(0);
  }
}
@keyframes cd-bounce-2 {
  0% {
	opacity: 0;
	-webkit-transform: translateX(-100px);
	-moz-transform: translateX(-100px);
	-ms-transform: translateX(-100px);
	-o-transform: translateX(-100px);
	transform: translateX(-100px);
  }

  60% {
	opacity: 1;
	-webkit-transform: translateX(20px);
	-moz-transform: translateX(20px);
	-ms-transform: translateX(20px);
	-o-transform: translateX(20px);
	transform: translateX(20px);
  }

  100% {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
  }
}
@-webkit-keyframes cd-bounce-2-inverse {
  0% {
	opacity: 0;
	-webkit-transform: translateX(100px);
  }

  60% {
	opacity: 1;
	-webkit-transform: translateX(-20px);
  }

  100% {
	-webkit-transform: translateX(0);
  }
}
@-moz-keyframes cd-bounce-2-inverse {
  0% {
	opacity: 0;
	-moz-transform: translateX(100px);
  }

  60% {
	opacity: 1;
	-moz-transform: translateX(-20px);
  }

  100% {
	-moz-transform: translateX(0);
  }
}
@keyframes cd-bounce-2-inverse {
  0% {
	opacity: 0;
	-webkit-transform: translateX(100px);
	-moz-transform: translateX(100px);
	-ms-transform: translateX(100px);
	-o-transform: translateX(100px);
	transform: translateX(100px);
  }

  60% {
	opacity: 1;
	-webkit-transform: translateX(-20px);
	-moz-transform: translateX(-20px);
	-ms-transform: translateX(-20px);
	-o-transform: translateX(-20px);
	transform: translateX(-20px);
  }

  100% {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
  }
}

table{
	width: 100%;
}

table th{
	font-weight: 600;
	text-align: left;
	border-bottom: solid 2px #3672e0;
	padding: 12px 20px;
}

table td{
	padding: 14px 20px;
}

table td{
	border-bottom: solid 1px #eee;
}

table .td-center{
	text-align: center;
}

table .td-right{
	text-align: right;
}

.login-form {
	width: 360px;
	margin: 100px auto 0 auto;
	padding: 20px;
}

.login-form h1 {
	font-size: 28px;
	margin-top: 0;
}

.login-form .alert,
.login-form .remember-me {
	margin-bottom: 20px;
}

.login-form input[type="text"],
.login-form input[type="password"] {
	width: 100%;
	box-sizing: border-box;
	padding: 6px 10px;
	margin-bottom: 20px;
	border: none;
	border-radius: 3px;
	border-bottom: solid 2px #3672e0;
	outline: none;
}

.login-form button {
	width: 100%;
	box-sizing: border-box;
	margin: 0 0 20px 0;
	border: none;
	border-radius: 5px;
	background: #3672e0;
	color: white;
}

.login-form a {
	color: #333;
	text-decoration: none;
}

.form-footer{
	margin-top: 30px;
	text-align: center;
	padding: 10px 0;
}

section.registration{
	border: none;
}

section.registration nav.wizard{
	margin-bottom: 20px;
}

section.registration nav.wizard li{
	padding: 0 20px;
	margin: 0;
}

section.registration nav.wizard li.active{
	font-weight: 400;
    background: orange;
    border-radius: 5px;
    color: white;
}

section.registration nav.wizard li.active a{
	color: white;
}

.control-group {
    padding-left: 150px;
    margin-bottom: 10px;
}

.control-group label {
    margin-left: -150px;
    float: left;
    width: 140px;
    padding-top: 10px;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="date"],
input[type="datetime"],
select{
    border: solid 1px #ccc;
    border-radius: 3px;
    padding: 5px 8px;
    width: 100%;
    box-sizing: border-box;
}

button[type=submit] {
    background: #3672e0;
    color: white;
}

#plan-select{
	margin-top: 20px;
}

#plan-select > div{
	width: 20%;
	float: left;
	background: #eee;
	min-height: 350px;
	text-align: center;
	margin: 20px 0;
	padding: 20px;
	box-sizing: border-box;
	border-radius: 3px;
	position: relative;
	cursor: pointer;
}

#plan-select > div.active{
	background-color: red !important;
}

#plan-select div.price-section{
	margin-top: 20px;
}

#plan-select span.price{
	display: block;
	font-weight: bold;
}

#plan-select button{
	position: absolute;
	bottom: 20px;
	left: 20px;
	right: 20px;
}

#plan-select > #middel h2{
	font-weight: 500;
}

#plan-select > #middel,
#plan-select > #premium{
	background-color: #fff;
	margin: 0 0;
	padding-top: 40px;
	border: solid 1px #ccc;
}

.wizard-summary .section-title{
	font-weight: bold;
	margin: 20px 0;
	background: #eee;
	padding: 6px 10px;
}

.wizard-summary .section-title a{
	float: right;
}

.wizard-summary span.label{
	display: block;
	float: left;
	width: 200px;
}

.wizard-summary span.label:after{
	content: ":";
}

.alert{
    margin-bottom: 20px;
    padding: 15px 20px;
    border-radius: 5px;
    background: #d4d4d4;
    color: #333;
}

.alert.success {
    background: #00d756;
    color: white;
}

.alert.warning {
    background: #fdaf00;
    color: white;
}

.alert.error {
    background: #d70000;
    color: white;
}

dl.accordion dt{
	background: #3672e0;
	margin-bottom: 2px;
	border-radius: 2px;
	transition: opacity 0.2s;
}

dl.accordion.interact dt{
	opacity: 0.6;
}

dl.accordion.interact dt.active{
	opacity: 1.0;
}

dl.accordion dt a{
	color: white;
	font-weight: bold;
	display: block;
	padding: 14px 16px;
}

dl.accordion dd{
	padding: 14px 16px;
}

.grid .block{
	width: 33.3333%;
	float: left;
	box-sizing: border-box;
	padding: 10px;
}

.grid .size-2{
	width: 66.6666%;
}

.grid .block .panel{
	margin: 0;
}

.plugin-forms{
	display: inline-block;
    width: 100%;
}

.plugin-forms .message{
	background: #bee6be;
    padding: 20px;
    text-align: center;
    border-radius: 3px;
}

.plugin-forms .message.error{
	background: #f78181;
}

.form-block{
    float: left;
    width: 50%;
    box-sizing: border-box;
    margin-bottom: 20px;
    padding-right: 10px;
    min-height: 80px;
}

.form-block.type-select{
	width: 100%;
}

.form-block.two-last{
    padding-left: 10px;
    padding-right: 0;
}

.form-block .label{
	margin-bottom: 10px;
}

.form-block .sublabel {
    font-size: 12px;
    color: #999;
    line-height: 20px;
}

.form-block input[type="text"],
.form-block input[type="date"],
.form-block input[type="email"],
.form-block input[type="password"],
.form-block input[type="datetime"],
.form-block select,
.form-block textarea{
    width: calc(100% - 22px);
    background: white;
    border: solid 1px #ccc;
    padding: 6px 10px;
    border-radius: 2px;
}

.form-block select{
    width: 100%;
}

.form-block textarea{
	height: 200px;
}

.form-block.type-textarea{
	padding: 0;
}

.form-block.type-h1,
.form-block.type-h2,
.form-block.type-h3,
.form-block.type-plain,
.form-block.type-textarea{
	float: none;
	width: auto;
	clear: both;
}

.center{
	text-align: center;
}*/
nav ul#desktop-nav li {
    position: relative;
}

nav ul#desktop-nav li > ul {
    position: absolute;
    top: -999px;
    left: 0;
    right: 0;
}

nav ul#desktop-nav li:hover > ul {
    top: 64px;
    background: rgba(72, 144, 216,0.7);
}

nav ul#desktop-nav li > ul li {
    float: none;
}

nav ul#mobile-nav li > ul > li > a {
    padding-left: 40px;
}

.btn, .btn-large {
    background-color: #ddd;
    color: #555;
}

.btn:hover, .btn-large:hover {
    background-color: #ccc;
}

.btn.primary, .btn-large.primary {
    color: white;
    background-color: #4890D8;
}

.btn.primary:hover, .btn-large.primary:hover {
    background-color: #377dc3;
}

.video-container{
	padding: 0;
}

.payment-cards label .card,
.payment-issuers label .card{
	cursor: pointer;
	transition: background-color 0.1s ease;
	padding: 30px;
}

.payment-cards label .card .card-title,
.payment-issuers label .card .card-title{
	padding-bottom: 20px;
}

.payment-cards label.active .card ,
.payment-issuers label.active .card {
    background: #4890d8;
    color: white;
}

.wizard-footer{
	text-align: center;
	padding-top: 20px;
}

.wizard-footer .btn,
.wizard-footer .btn-large{
	margin: 0 10px;
}

.row .col{
	padding: 0 1.25rem;
}

.alert ul {
    margin: 0;
    padding: 0;
}

.alert {
    background: #eee;
    padding: 8px 13px;
    border-radius: 3px;
}

.alert.error {
    background-color: #f2dede;
}

.alert.warning {
    background-color: #fcf8e3;
}

.alert.success {
    background-color: #dff0d8;
}

.top-section{
    overflow: hidden;
    position: relative;
    padding:20px 0 0px 0;
}

.default .top-section h1{
		margin: 0;
		padding: 0;
}

.section.orange.white-text:before {
    background-image: url(http://certusgrp.com/sandbox/wp-content/uploads/2013/12/office-img.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    content: "";
    background-position: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    opacity: 0.25;
}

blockquote{
    border-color: #ff9800;
}

footer div a.social{
	opacity: 1;
	margin-left: 10px;
}