/* Paul Cobb New Youth Theatre 2016 for responsite HQ site */

#fader_container {
    display: inline;
    float: right;
    height: 250px;
    width: 250px;
}
#scroller_container {
    display: inline;
    float: right;
    height: 250px;
    width: 250px;
}

#footer_container {
    clear: both;
    
    position: relative;
}

#bottom_bar_white {
    background-color: #ffffff;
    height: 5px;
    width: auto;
}

.foot_container {
    background-color: #dbf1f6;
    clear: both;
    margin-top: 1em;
    padding-left: 2%;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
}
.privacy_container {
    clear: both;
    margin-top: 1em;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
}

#col_1_foot {
    display: inline;
    float: left;
    height: 35px;
    position: relative;
    text-align: center;
    width: 14%;
}

#col_2_foot {
    display: inline;
    float: left;
    height: 35px;
    position: relative;
    text-align: center;
    width: 43%;
}

#col_3_foot {
    display: inline;
    float: left;
    height: 35px;
    position: relative;
    text-align: center;
    width: 43%;
}

#col_wide_foot {
    display: inline;
    float: left;
    height: 35px;
    position: relative;
    text-align: left;
    width: 100%;
}
#privacy {
    display: inline;
    float: left;
    position: relative;
    text-align: left;
    width: 100%;
}

.footer_text {
    color: #0b256f;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    letter-spacing: 1px;
    line-height: normal;
    padding-top: 10px;
    text-align: left;
    text-decoration-color: -moz-use-text-color;
    text-decoration-line: none;
    text-decoration-style: solid;
}

.privacy_text {
    color: #0b256f;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    letter-spacing: 1px;
    line-height: normal;
    padding-top: 10px;
    text-align: center;
    text-decoration: none;
    text-decoration-color: -moz-use-text-color;
    text-decoration-line: none;
    text-decoration-style: solid;
}

.footer_link {
    color: #949494;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    letter-spacing: 1px;
    line-height: normal;
    padding-top: 10px;
    text-align: left;
}

a[x-apple-data-detectors=true] {
 color: inherit !important;
 text-decoration: none !important;
}
  

.small_footer_link {
    color: #949494;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 8px;
    font-style: normal;
    font-weight: normal;
    letter-spacing: 1px;
    line-height: normal;
    padding-top: 10px;
    text-align: center;
    text-decoration-color: -moz-use-text-color;
    text-decoration-line: none;
    text-decoration-style: solid;
}

.hide {
  display: none;
}