/* Layout
================================= */
html, body {
	height: 100%;
}
body {
	padding-top: 60px;
	background-color: #dcdcdc;
	background-image: url('../images/cream_pixels.png');

}
.container {
	max-width: 1000px;
}

a:hover {
	text-decoration: none;
}

.row-margin {
	margin-bottom: 40px;
}

img {
	height: auto;
	width: 100%;
}

ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}



/* Heading & Paragraph Spacing
================================= */

p {
	margin-bottom: 20px;
}



/* Navbar
================================= */

.navbar-inner {
  background-color: #2c2c2c; 
  background-image: none;
  background-image: none;
  background-image: none;
  background-image: none;
  background-image: none;
  background-image: none;
  background-repeat: no-repeat;
  filter: none;
}

.main-logo {
	width: 250px;
	height: 41px;
	margin-top: 27px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background: url('../images/qbd-logo-subtext.png') no-repeat;
	background-size: 100%;

}


/* WOWSlider
================================= */
 
 .body-margin {
 	margin-top: 40px;
 }


/* Panels
================================= */

.feat-top-bar {
	height: 60px;
	width: 100%;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	background-color: #3F5765;
	margin-bottom: 0;
	z-index: 2;
}

.feat-content {
	background-color: #fff;
	padding: 10px 20px;
	margin-top: -10px;
	z-index: 1;
	min-height: 250px;
	border-right: 2px solid #ababab;
	border-left: 2px solid #ababab;
	border-bottom: 2px solid #ababab;
}


.custom-panel {
	margin-top: -30px;
	padding: 30px 0 40px 0;
	background-color: #547B97;
	color: #e5e5e5; 
	border-top: 10px solid #212B40;
	border-bottom: 10px solid #212B40;
}

.custom-panel a {
	color: #FFF;
}

.custom-panel a:hover {
	color: #BADCDD;
}

.secondary-content {
	padding: 50px 0 60px 0;
}


/* Images & Icons
================================= */


.tlc-logo {
	float: right;
	margin-top: 35px;
}

.tlc-logo img {
	width: 100%;
	max-width: 250px;
	height: auto;
}

.img-center {
	margin-top: 2em;
}

.index-wide-container,
index-wide-img {
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.index-wide-container {
	padding: 0 20px 0 20px;
}
.index-wide-img {
	margin-top: 22px;
	border-radius:10px;
	border: 2px solid #ababab;
}

.img-wide {
	border: 2px solid #ababab;
	border-radius:10px;
	margin-bottom: 20px;
}

.partner-logo {
	max-width: 250px;
	margin-bottom: 20px;
}

.pdf-icon:before {
	content: "";
	display: block;
	background: url("/images/icons/png/16px/file-pdf.png") no-repeat;
	width: 16px;
	height: 16px;
	float: left;
	margin: 3px 5px 0 0;
			
}

/* Buttons
================================= */
 
.btn-success,
.btn-default {
	margin-right: 10px;
	border-width: 2px;
	padding: 12px 22px;
}

.social-media {
	height: 45px;
	width: 45px;
	margin-right: 8px;
	border-radius: 5px;
}



/* Forms
==============================*/

.form-properties {
	background: #9FBCBF;
	border-radius: 10px;
	padding: 20px 30px;
}

input[type="text"],
input[type="tel"],
input[type="email"] {
    width: 250px;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="date"],
select,
textarea {
	width: 98%;
	padding: 5px 10px;
	border-radius: 5px;
	margin: 5px 0;
	border: 2px solid #2F3738;
	color: #2F3738;
	background: #EFFFFE;
}

input[type="email"],
input[type="text"]:first-of-type,
input[type="text"]:nth-of-type(2) {
	background: #ffffeb;
}

label {
	color: #2F3738;
}

input[type="button"],
input[type="submit"],
input[type="reset"],
button {
	cursor: pointer;
	padding: 10px 20px;
	width: 47%;
	border-radius: 10px;
	border: 3px solid #2F3738;
	color: #2F3738;
	background-color: #63E558;
	background-repeat: no-repeat;
	overflow: hidden;
	transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
}

input[type="reset"]{
	background-color: #E57472;
}

input[type="button"]:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
button:hover {
	opacity: .5;
}

input[type="submit"] + input[type="reset"] {
	margin-left: 3%;
}

input:focus,
textarea:focus {
	border-color: #59D8E5;
	background-color: #fff;
}

input:disabled,
textarea:disabled {
	background: #ddd;
}

input:not([type="submit"]):not([type="reset"]),
textarea {
	box-shadow: -2px 2px 4px rgba(0, 0, 0, .3) inset;
}

/* FOOTER
==============================*/

.footer {
	margin-top: 60px;
	background-color: #2B3A42;
	color: #dcdcdc;
	padding: 50px 0 50px 0;
	min-height: 350px;
}

.copy {
	margin: 60px 0 0px 0;
}

.media-icons {
	bottom: 0;
	margin-top: 35px;
}



/* Typography
================================= */

h1 {
	color: #E74C3C
}


/* Tables
================================= */

caption {
	text-align: left;
	margin: 35px 0 15px 0;
	font-size: 1.5em;
	color: #13647F;
	}

table {
	border-collapse: collapse;	
	width: 100%;
	background-color: #fff;
}

table, td, th {
	border: 1px solid black;
}

th, td {
	vertical-align: center;
	padding: 5px;
}

td {
	text-align: center;
}

tr{
	text-align: left;
}

.left-text {
	text-align: left !important;
}

tfoot tr td {
	text-align: right;
}

tr:nth-child(even) {
	background-color: #EFEFEF;
}
.color1 {
	background-color: #2B3A42;
	color: white;
}
.color2 {
	background-color: #BDD4DE;
}
.color3 {
	background-color: #d9e6cd;
}
.color4 {
	background-color: #1A8BB2;
}
.color5 {
	background-color: #127899;
}
.color6 {
	background-color: #13647F;
}
.color7 {
	background-color: #0E5066;
}

.color1, 
.color4,
.color5,
.color6,
.color7 {
	color: #FCFFF5;
}


/* Media Queries
==============================*/

@media screen and (min-width: 1px) {
		.feat-content {
			min-height: 0;
			padding-bottom: 25px;
		}
		.tlc-logo {
			float: left;
			margin-top: 35px;
			max-width: 60%;
		}
		.feat-top-bar {
			margin-top: 25px;
		}
		.main-logo {
			width: 171px;
			height: 24px;
			margin-top: 27px;
			background: url('../images/qbd-logo.png') no-repeat;
		}
}

@media screen and (min-width: 481px) {

	/* whatever */ 

}

@media screen and (min-width: 768px) {
		
		.tlc-logo {
			float: right;
			max-width: 100%;
		}
}

@media screen and (min-width: 993px) {
	.feat-content {
			min-height: 250px;
		}
	.feat-top-bar {
			margin-top: 0;
		}

	.btn {
		margin-bottom: 15px;
		width: 170px;
	}

	.social-media {
		height: 47px;
		width: 47px;
		margin-top: -13px;
	}
	.main-logo {
		width: 250px;
		height: 41px;
		margin-top: 17px;
		background: url('../images/qbd-logo-subtext.png') no-repeat;
		}

		.tlc-logo {
			margin-top: 15px;
			}
}


