
body{
	font-family: 'ProximaReg';
	color: #000;
	line-height: 1.4;
	font-size: 16px;
}

p{
	margin-bottom: 25px;
}

h1,h2,h3,h4,h5,h6{
	font-family: 'ProximaReg';
	font-weight: 500;
	margin: 0px;
	margin-bottom: 15px;
	text-transform: uppercase;
	letter-spacing: 3px;
}

h1{ font-size: 30px; }
h2{ font-size: 26px; }
h3{ font-size: 24px; }
h4{ font-size: 22px; }
h5{ font-size: 20px; }
h6{ font-size: 18px; }

small{
	font-size: 0.75em;
}

a{
	color: inherit;
	text-decoration: underline;
}
blockquote {
    margin: 0 0 20px;
    padding: 9px 20px 0 19px;
    border-left: 2px solid #aaa;
}

blockquote, blockquote p {
    font-size: 17px;
    line-height: 24px;
    color: #777;
    font-style: italic;
}

strong{
	font-family: 'ProximaBold';
	font-weight: 500;
	color: #00bcb4;
}

em{
	font-family: 'ProximaLightItalic';
}

hr{
	border-top: solid 1px #dcc69d;
	border-bottom: solid 1px #dcc69d;
	border-left: none;
	border-right: none;
	margin: 35px 0px;
	height: 3px;
	background: none;
}

.text-danger{
	color: #F90000!important;
	
}

.text-success{
	color: #5FFB00!important;
}

.center, .text-center{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.pull-right{
	float: right;
	text-align: right;
	vertical-align: top;
	margin-left: 15px;
	margin-bottom: 15px;
}

.pull-left{
	float: left;
	text-align: left;
	vertical-align: top;
	margin-right: 15px;
	margin-bottom: 15px;
}

.content a{
	color: #00bcb4;
}

.content ul{
	margin-left: 50px;
	margin-bottom: 20px;
}

.content ul li{
	list-style-type: disc;
	margin-bottom: 5px;
}

.content ol{
	margin-left: 50px;
	margin-bottom: 20px;
}

.content ol li{
	list-style-type: decimal;
}

table{
	table-layout: fixed;
	width: 100%;
	margin: 25px 0px;
}

table td{
	padding: 5px;
	border: solid 1px #B1A1A1;
}

table th{
	font-family: 'ProximaBold';
	font-size: 18px;
	color: #000;
}

table caption{
	font-family: 'ProximaBold';
	font-size: 24px;
	color: #00bcb4;
	
}


/*** styles ported over from old LTB theme ***/
.content .menu-item-list li{
	margin-left: 5px;
}
.menu-item-list ul{
	margin-left: 0px;
	margin-bottom: 0px;
}
.menu-item-list li{
	display: block;
	padding: 10px 10px;
	margin-bottom: 0px;
	border-bottom: solid 1px #EDEDED;
	padding-right: 0px;
	font-size: 18px;
}

.menu-item-list li:last-child, .menu-item-list ul li:last-child{
	border-bottom: none;
}
.menu-item-list .item-actions{
	float: right;
	vertical-align: top;
	text-align: right;
}
.menu-item-list .item-actions a{
	font-weight: 700;
	text-decoration: none;
	display: inline-block;
	margin-left: 25px;
	font-size: 16px;
	
}
.menu-item-list .item-actions a:hover{
	text-decoration: underline;
}


input[type="submit"], .content input[type="button"].Slick_UI_Button{
	display: block;
	margin-top: 25px;
	font-weight: 700;
	font-size: 18px;
	padding: 10px 20px;
}

input[type="text"],input[type="password"]{
	width: 100%;
	padding: 10px;
	font-size: 18px;
	box-sizing: border-box;
	margin-bottom: 15px;
}

form > input[type="checkbox"]{

}
form > .Slick_UI_Checkbox_Label{

}

textarea{
	height: 200px;
	width: 100%;
	padding: 10px;
	font-size: 18px;
	box-sizing: border-box;
	margin-top: 5px;
	margin-bottom: 15px;
}

select{
	width: 100%;
	padding: 10px;
	font-size: 18px;
	box-sizing: border-box;
	margin-top: 5px;
}
option{
	padding: 5px;
}

input[type="file"]{
	margin-bottom: 15px;
}

input[type="checkbox"]{
	margin-bottom: 10px;
}

ul.disc{
	margin: 15px 0px;
	padding-left: 35px;
}
ul.disc li{
	list-style-type: disc;
}

.checkboxList{
	display: block;
	padding: 20px;
	border: solid 1px #ccc;
	position: relative;
	margin-bottom: 20px;
	max-height: 250px;
	overflow-y: scroll;
}
.checkboxList label{
	margin-left: 30px;
	margin-bottom: 10px;
}
.checkboxList input[type="checkbox"]{
	float: left;
}


#html-editor{
	height: 350px;
	
}
.DateTime select{
	display: inline-block;
	width: 100px;
	vertical-align: top;
	margin-right: 5px;
	font-size: 12px;
}

.comment-avatar{
	float: left;
	width: 60px;
	height: 60px;
	margin-right: 20px;
	margin-bottom: 20px;
}
.comment-avatar img{
	max-width: 100%;
}
.comment-list > li{
	display: block;
	clear: both;
	list-style-type: none;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: solid 1px #ccc;
	position: relative;
}
.comment-list{
	display: block;
	margin: 25px 0px;
	padding: 0px;
}
.comment-date{
	margin-top: 15px;
	font-style: italic;
	font-size: 12px;
}

.comment-author{
	margin-bottom: 10px;
}
.comment-content{
	margin-left: 80px;
}
.comment-author a, .comment-author a:visited{
	font-weight: 700;
	text-decoration: none;
	color: #2ba6cb;
}
.comment-author a:hover{
	text-decoration: underline;
}


.content .ltb-stat-tabs{
	display: block;
	margin: 0px;
	padding: 0px;
}

.content .ltb-stat-tabs li{
	display: block;
	list-style-type: none;
	float: left;
	vertical-align: top;
	position: relative;
	margin: 0px;
}

.ltb-stat-tabs li a{
	display: block;
	padding: 15px 25px;
	font-size: 18px;
	text-align: center;
	border-right: solid 1px #efefef;
	text-decoration: none;
}
.ltb-stat-tabs li:last-child a{
	border-right: none;
}
.ltb-stat-tabs li a:hover,.ltb-stat-tabs li .active{
	background: #D2D2D2;
	color: #000;
}


.Category_Checkboxlist label{
	display: inline-block;
	padding-left: 5px;
}
.category-wrapper label, .Category_Checkboxlist .checkbox {
	display: inline-block;
}

.Category_Checkboxlist .checkbox{
	margin-bottom: 0px;
	padding-left: 10px;
	min-height: auto;
}

.category-expander {
	height:10px;
	width:10px;
	display: inline-block;
	margin-right:5px;
	margin-left: 14px;
	cursor: pointer;
}
.category-expander.expand {
	background: transparent url('../img/sprites.png') -85px -1px no-repeat;
}
.category-expander.collapse {
	background: transparent url('../img/sprites.png') -63px -1px no-repeat;
}
.category-expander.expand.hasChecked {
	background: transparent url('../img/sprites.png') -96px -1px no-repeat;
}
.category-expander.collapse.hasChecked {
	background: transparent url('../img/sprites.png') -74px -1px no-repeat;
}
.Category_Checkboxlist .checkbox {
	display: inline-block;
}
.category-label{
	display: inline-block;
	font-weight: 700;
	margin-top: 5px;
	margin-bottom: 5px;
}
.category-children {
	padding-left: 20px;
}
.category-wrapper{
	margin-left: 0px;
}
.Category_Checkboxlist{
	padding: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: solid 2px #efefef;
	padding-left: 10px;

}

.Category_Checkboxlist > .category-wrapper{
	margin-left: 0px;
}

.btn.btn-large{
	font-size: 16px;
}

.btn.btn-small{
	padding: 2px 10px 1px 10px;
	font-size: 11px;
	border-radius: 4px;
}

.btn-blue{
	background: url('../images/sidebar-grad.jpg') top left repeat-x;
	border: solid 1px #3987AD;
}

.btn:hover{
	text-decoration: none;
	opacity: 0.8;
}

.btn.disabled{
	opacity: 0.6;
	cursor: default;
	pointer-events: none;
}

.pull-right{
	float: right;
}

.text-right{
	text-align: right;
}

.blog-submit-actions a{
	display: block;
	margin-bottom: 10px;
	text-align: center;
}

.dataTables_filter{
	margin-bottom: 10px;
}
.table-actions{
	width: 95px;
}
.table-actions a{
	display: block;
	margin-bottom: 5px;
	font-size: 10px;
	font-weighT: 700;
	border: solid 1px #3987AD;
	border-radius: 2px;
	background:  #3987AD;
	color: #fff;
	text-align: center;
	padding: 5px 6px;
	line-height: 1.3;
}
#blog-sidebar #mc_embed_signup input[type="email"]{
  padding: 2px 5px;
  width: 230px;
}

ul.two-col{
    -webkit-column-count:2;
    -moz-column-count:2;
    -ms-column-count:2;
    -o-column-count:2;
    column-count:2;
    -webkit-column-gap:15px;
    -moz-column-gap:15px;
    -ms-column-gap:15px;
    -o-column-gap:15px;
    column-gap:15px;
    columns:2;
}

/**** Media Queries ****/

/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {

}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {

}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {

}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {

}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {

}
