﻿body {
    /*padding-top: 5px;
    padding-bottom: 20px;*/
    font-family: Arial, Helvetica, sans-serif;
    margin: 0px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

.header-content {
    font-family: proxima-nova;
    font-size: 25px;
    font-weight: 600;
    padding-left: 15px;
}

.size-div-to-content {
    display: inline-block;
}

.field-label {
    font-weight: bold;
}

.field-padding {
    padding: 5px 5px 5px 5px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
/*.dl-horizontal dt {
    white-space: normal;
}*/

/* Set width on the form input elements since they're 100% wide by default */
/*input,
select,
textarea {
    max-width: 280px;
}*/

.hr-with-text {
    /*width: 100%;*/
    text-align: center;
    border-bottom: 1px solid lightgray;
    line-height: 0.1em;
    margin: 10px 0 20px;
}

.hr-with-text span {
    background: #fff;
    padding: 0 10px;
    /*color: lightgray;*/
}

/* CSS for Responsive IFRAME
-----------------------------------------------------------*/
.intrinsic-container {
    position: relative;
    height: 0;
    overflow: hidden;
}

/* 16x9 Aspect Ratio */
.intrinsic-container-16x9 {
    padding-bottom: 56.25%;
}

/* 4x3 Aspect Ratio */
.intrinsic-container-4x3 {
    padding-bottom: 75%;
}

.intrinsic-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #ff0000;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors {
    /*font-weight: bold;*/
    color: #ff0000;
}

.validation-summary-valid {
    display: none;
}
