

body {
    text-align: left;
    background-color: #ffffff;
    position: relative;
}

body p, body div, body a, body ol, body ul, body li, body hr, body h1, body h2, body h3, body .spacing-reset {
    margin: 0;
    padding: 0;
}

.logged_in_user_info ul {
    margin-top: 10px;
}

#body-holder {
    width: 100%;
    min-height: 550px;
}

#body-section {
    min-height: 100%;
    padding: 10px 0;
    overflow: auto;
    width: 1130px;
    margin: auto;
}

#body-section #main-section {
    height: auto;
    min-height: 400px;
    margin-top: 1em;
    overflow: hidden;
    box-sizing: initial;
}

#body-section #main-section #page-title h1 {
    color: #444444;
}

#body-section #main-section #content-holder {
    float: left;
    min-height: 300px;
    padding: 0 1%;
    border: 0;
    margin: 0;

}

#body-section #main-section #content-holder.sections-1 {
    width: 95%;
}

#body-section #main-section #content-holder.sections-2 {
    width: 62%;
    overflow: hidden;
    margin-right: 1%;
}

#body-section #main-section #content-holder.sections-3 {
    width: 35%;
}

/************************************************
 * Footer
 *************************************************/
#footer-holder {
    background-color: #FFFFFF;
    position: relative;
}

/************************************************
 * Right Column
 *************************************************/
#right-column-holder {
    background: none;
    border: 0;
    margin: 0;
    padding: 1.5em 0;
    float: left;
    width: 35%;
}

#right-column-holder aside .sidebar-section-title {
    font-size: 1.25rem;
}

/************************************************
 * Left Column
 *************************************************/
#left-column-holder {
    background: none;
    border: 0;
    margin: 0;
    padding: 0;
    float: left;
    width: 30%;
}

/************************************************
 * Top Row
 *************************************************/
#top-row-holder {
    background: none;
    border: 0;
    margin: 0;
    padding: 0 0 10px;
}

/************************************************
 * Bottom Row
 *************************************************/
#bottom-row-holder {
    background: none;
    border: 0;
    margin: 0;
    padding: 15px 30px;
}

/************************************************
 * Helpers
 *************************************************/
.required-indicator, label.required abbr[title] {
    color: #000000;
    font-weight: bold;
    text-decoration: none;
    border: none;
}

/************************************************
 * HTML5
 *************************************************/
figure {
    margin: 0;
}

address {
    font-style: normal;
}

/************************************************
 * General styling
 *************************************************/

a {
    color: #006699;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.validationErrorMessage {
    display: block;
}

@media screen and (min-width: 40em) {
  .title-box .titles-divisionleft h2 {
    font-size: 1.25rem;
  }
}

/************************************************
 * General form styling
 *************************************************/

textarea, input[type="text"], input[type="password"], input[type="email"], input[type="date"], input[type="date_input"], input[type="datetime_input"],
input[type="tel"], input[type="number"], input[type="url"], input[type="search"], input[type="range"], select {
    border: 1px solid #6f6f6f;
    border-color: #6f6f6f #ccc #ccc #6f6f6f;
    outline: 1px solid white;
    padding: 3px;
}

textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="date"]:focus, input[type="date_input"]:focus, input[type="datetime_input"]:focus,
input[type="tel"]:focus, input[type="number"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="range"]:focus, select:focus {
    outline-color: #3299e9;
    border-color: #3299e9;
}

input[required], textarea[required] {
    box-shadow: none;
}
/**********************************
* IE related
**********************************/

input[type=text]::-ms-clear { display: none; }
