/*
 * This file is intended to overwrite default rules in Bootstrap css files instead of
 * editing the Bootstrap css directly. This should make updating Bootstrap releases
 * easier.
 *
 */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: "Titillium Web", Arial, sans-serif;
  font-weight: 500;
  color: #222222;
}

p, ul, ol, li { font-family:  Arial, Helvetica, sans-serif; font-size: 14px; font-weight: 300; color: #444; }

.nav-stacked  {
	margin-right: 20px;
  border-top: 1px solid #ddd;
}

.nav-stacked li a {
	font-size: 14px;
	text-decoration: none;
}

.nav-stacked li {
	border-bottom: 1px solid #ddd;

}


.container {
	padding-left: 0px;
}

.dropdown-menu {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}


a {
	text-decoration: underline;
	color: #244A68;
}

.children
{ display: none; }

.current_page_item .children,
.current_page_ancestor .children,
.current_page_parent .children

{ display: block; }

[class^="icon-"], [class*=" icon-"] {
	text-decoration: none;
}

.wpcf7-form-control-wrap input, .wpcf7-form-control-wrap textarea {
	width:500px;
}

input[type="radio"], input[type="checkbox"] {
	width:15px;
	margin-top:-3px;
}

.table-noborder, .table-noborder tbody th, .table-noborder tbody tr, .table-noborder tbody td, table-noborder tbody tr:last-child {
  border: 0;
  border-left:0; border-right:0; border-top:0; border-bottom:0 !important;
}

.youtube-player {
	max-width:100%;
}

.section-head label {
font-size: 24px;
}

.columns-2 .column { width: 47.5%; margin-left:0 !important;} /* ( 100 - $margin * ( $num_cols - 1 ) ) / $num_cols */
.columns-3 .column { width: 30%; margin-left:0 !important;}
.columns-4 .column { width: 21.25%; margin-left:0 !important;}

.columns-3 .column-span-2 { width: 65%; margin-left:0 !important;} /* $width * $span + $margin * ( $span - 1 ) */
.columns-4 .column-span-2 { width: 47.5%; margin-left:0 !important;}
.columns-4 .column-span-3 { width: 73.75%; margin-left:0 !important;}