body {
	background-color:#fff;
	color:#6d6d6d;
}

body, p, div {
	font-size:15px;
	line-height:24px;
}

a, td a, p a {
	color:#0093AD;
}

h1, h2, h3 {
	color:#253243;
	font-family: 'Lato', sans-serif!important;
}

h1 {
	font-size:46px;
	font-weight:900;
}

h2 {
	font-size:30px;
	line-height:36px;
	font-weight:900;
}

h3 {
	font-size:19px;
	font-weight:900;
	text-transform:uppercase;
	line-height:24px;
	color:#0093AD;
}

h4 {
	font-size:14px;
}

small {
	font-size:12px;
}

.header {
	background-color:#253243;
	padding:19px 20px 23px 20px;
}

.sidebar-wrapper {
	padding-left:0;
}

#side-nav-wrapper {
	position:relative;
	padding:0;
	background-color:#e8ecf0;
}

.top-bar, .top-bar ul {
	background:none;
	padding:0;
}

#side-nav-wrapper ul {
	background:#f4f6f8;
}

#side-nav-wrapper ul a {
	border-bottom:solid 1px #dddddd;
	color:#253243;
}

#side-nav-wrapper ul .active {
	background-color:#80a3bd;
	color:#fff;
}

.container {
	display:block;
	width:100%;
	clear:both;
}

.content  {
}

.section {
	border:solid 1px #dee0e1;
	padding:0 0 20px 0;
	margin-bottom:40px;
}

.section-heading h6 {
	width:100%;
	line-height:34px;
	font-size:13px;
	text-transform:uppercase;
	color:#585757;
	background:#f3f5f7;
	display:block;
	padding:0 15px;
	marign-bottom:20px;
}

.general-fonts .tabs-panel p {
	font-size:15px;
	line-height:24px;
	text-align:justify;
}

.font-light {
	font-weight:300;
}

.font-light h1, .font-light h2, .font-light h3, .font-light h4  {
	font-weight:300!important;
}

.font-regular {
	font-weight:400;
}

.font-regular h1, .font-regular h2, .font-regular h3, .font-regular h4  {
	font-weight:400;
}

.font-bold {
	font-weight:700;
}

.font-bold h1, .font-bold h2, .font-bold h3, .font-bold h4  {
	font-weight:700;
}

.menu-font {
	font-size:16px;
	line-height:20px;
	text-transform:uppercase;
}

.copy-wrapper {
	display:block;
	position:relative;
}

.tabs-panel .copy-wrapper {
	padding-right:70px!important;
}

.copy-wrapper button {
	width:50px;
	text-align:center;
	color:#fff;
	font-size:12px;
	line-height:20px;
	display:block;
	position:absolute;
	background:#0093AD;
	top:0;
	right:0;
}

.color-wrapper {
	border:solid 1px #dadada;
	padding:8px;
	margin-bottom:20px;
}

.color-wrapper .color-block {
	display:block;
	width:100%;
	line-height:80px;
}

#section-color-palettes .copy-wrapper button {
	position:relative;
	margin:0px auto;
}

.svg-icons .columns {
	padding-bottom:20px;
}

.svg-icons .columns img {
	padding-bottom:20px;
	margin:0px auto;
}

/* NAV RIGHT */
.nav-right h4 {
	color:#0193ad;
	font-weight:500;
	display:block;
	padding-bottom:2px;
	text-transform:uppercase;
}
.nav-right ul {
	list-style:none;
	margin:0;
	padding:0 0 20px 0;
}

.nav-right li {
	padding-bottom:10px;
}

.nav-right li a {
	line-height:26px;
	text-transform:uppercase;
	font-size:13px;
	color:#fff;
	display:block;
	background:#0193ad;
	text-align:center;
}

/* BUTTONS */
.main-button {
	font-size:14px;
	color:#fff;
	background:#ff950c;
	display:block;
	line-height:30px;
	width:100%;
}

/* LOGOS */
.svg-logos .columns {
	padding:20px 20px!important;
	height:auto!important;
}

.svg-logos .columns svg {
	width:100%;
	margin:0px auto;
}

.section-logos .logo-wrapper {
	padding:20px 10px;
	height:auto;
}

/* SCREENSHOTS */
.screenshot {
	text-align:center;
}

.screenshot img {
	margin:0px auto;
}

/* TABLES */
.section table {
	width:100%;
}


/* FORMS */
.sample-form .submit {
	font-size:14px;
	color:#fff;
	background:#ff950c;
	display:block;
	line-height:30px;
	border:0;
	width:100%;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}



/* EXTRAS */
.padding-top {
	padding-top:50px;
}

.padding-wrapper {
	padding:20px!important;
}

.alt-bg {
	background:#253143;
}