/*----------------- NAV ADJUSTMENTS -----------------*/
/* search text field alignment*/
.navbar .form-inline .form-control {
    display: inline;
    width: 70%;
}

/* search button alignment */
.navbar .form-inline .btn {
    position: relative;
}
/*--------------- ALL COLUMNS LAYOUTS ---------------*/
/* content font size defaults */
.landing, .rightColumn {
    font-size: 1.2em;
}

#columnWrapper		 {
	clear: both;
	margin-bottom: 25px;
}

.twoColWideSmall	{
	background-repeat: repeat-y;
	margin-top: 12px;
}

.twoColSmallWide	{
	background-repeat: repeat-y;
	padding-top: 0;
	margin-bottom: 0 !important;
	padding-bottom: 50px;
}

.landing { margin-top: 0; }

.headwrap	 {
	width: 100%;
	background-repeat: repeat-x;
	background-position: bottom left;
}

.headwrap .left	 { float: left; }

.fullLine			{
	width: 100%;
	clear: both;
	background-repeat: repeat-x;
	margin: 0;
	/*****thin/thick line*****/
	height: 8px;
}

.twoColWideSmall h1,.twoColSmallWide h1, .landing h1	 {
	font-size: 2em;
	font-family: "Times New Roman", Times, serif;
	line-height: 1.1em;
	padding-bottom: 18px;
	padding-top: 6px;
	padding-left: 3px;
}

.twoColSmallWide h2, .landing h2 {
	border-width: 1px;
	border-style: solid;
	font-weight: bold;
	border-width: 1px 0;
	padding: 9px 0;
	text-transform: uppercase;
	font-family: "Times New Roman", Times, serif;
	letter-spacing: 0.05em;
	margin-bottom: 5px;
	clear: both;
}

/*2 Column Layout :::: Wide Left Column & Small Right Column*/
.wideLeft	 {
	float: left;
	width: 693px;
	line-height: 16px;
}

.landing .wideLeft	 {
	text-indent: 1px;
}

.smallRight	 {
	float: left;
	width: 225px;
	padding-left: 17px;
}

/*2 Column Layout :::: Small Left Column and Wide Right Column*/
.leftColumn {
    padding: 18px 0 0;
}

.rightColumn {
    padding: 13px 0 0 0px;
    /*! line-height: 16px; */
}
/* Extra small devices (portrait phones, less than 576px)
@media (max-width: 575px) { ... } */
/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767px) {
    .rightColumn {
        padding: 13px 20px 0 !important;
    }
}
/* Medium devices (tablets, less than 992px) */
@media (max-width: 991px) {
    .rightColumn {
        padding: 13px 0 0 42px;
    }
}
/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199px) {
    .rightColumn {
        padding: 13px 0 0 42px;
    }
}
/* Extra large devices (large desktops) */
/* No media query since the extra-large breakpoint has no upper bound on its width */

/*Inner Column Layouts :::: Center Column Content*/
.innerCenterColumn	 {
	float: left;
	width: 426px;
	margin: 0 17px 0 0;
}

.innerRightColumn	 {
	float: left;
	width: 225px;
}

/* added code to force h2 fields that are targets to not be underlined */
.rightColumn h2 a {
	color: #073873;
	text-decoration: none;
}

.rightColumn h3	 {
	margin-bottom: 5px;
}

.rightColumn h3, .innerCenterColumn h3	 {
	font-size: 1.167em;
	color: #555;
	font-weight: bold;
	margin-top: 5px;
}

.rightColumn h4, .innerCenterColumn h4 {
	font-weight: bold;
	font-size: 1em;
	margin: 0;
	padding: 0;
	line-height: 14px;
}

.rightColumn p {}

/*Inner Columns within 'innerCenterColumn'*/

/* FLOATING RIGHT CALLOUT FOR TWO-COLUMN PAGES */
.twoColFloatingCallout {
	float: right;
	width: 225px;
	margin: 0 0 1em 0;
}

.twoColFloatingCallout a {
	text-decoration: none;
}

#intro-content {
	float: left;
	width: 426px;
}