/* Admissions 
   Web Tech Group - August 15, 2014
   Style overrides default BC theme
*/


#maincontent h1, #content h1, #columnwrapper h1 {
    background: inherit;
    color: #333;
    font: 3.5em Georgia,Times,serif;
    letter-spacing: 0.01em;
} 

 #maincontent .newsinfo.cq-element-newsinfo  h1{ /* Top margin fix during edit */  
     top: -8px;
 }
 
/*#columnwrapper h1 {
    margin-top: 20px;
    margin: 0 0 20px;
    padding: 0 0 5px;
    top: 0px;  
}
#columnwrapper h1.underline {
    border-bottom: 1px solid #baa77c;

}

#columnwrapper h2 {
    background: inherit;
    color: #333;
    font: 2.3em Georgia,Times,serif;
    letter-spacing: 0.01em;
    margin-bottom: 25px;
    margin-top: 0;
}

#columnwrapper h2.underline{
    border-bottom: 1px solid #d6c6a7;
}*/

#maincontent h3, #content h3 {
    font: 1.8em Georgia,Times,serif;
    letter-spacing: 0.02em;
    margin-bottom: 9px;
    margin-top: 20px;
    padding-bottom: 7px;
} 
#maincontent h1.underline, #content h1.underline,
#maincontent h2.underline, #content h2.underline,
#maincontent h3.underline, #content h3.underline,
#maincontent h4.underline, #content h4.underline,
#maincontent h5.underline, #content h5.underline {
    border-bottom: 1px solid #d6c6a7;
}

/*#columnwrapper .newslisting h3 {
    font: 1.8em Georgia,Times,serif;
    letter-spacing: 0.02em;
    margin-bottom: 0px;
    margin-top: 0px;
    padding-bottom: 7px;
} 

#columnwrapper  #row-middle .newslisting h3 {
   font: 1.6em Georgia,Times,serif;
}

#columnwrapper h3 {
    font: 2.2em Georgia,Times,serif;
    letter-spacing: 0.02em;
    margin-bottom: 20px;
    margin-top: 14px;
    padding-bottom: 7px;
} 
#columnwrapper h3.underline {
    border-bottom: 1px solid #baa77c;
}
#maincontent h4, #content h4{
    background: inherit;
    color: #990000;
    font: normal 1.7em/1.3em Georgia,times,sans-serif;
    letter-spacing: 0.01em;
    text-transform: none;
}
#columnwrapper h4{
    background: inherit;
    color: #990000;
    font: normal 1.5em/1.3em Georgia,times,sans-serif !important;
}
#columnwrapper h4 a , #columnwrapper h4 a:link, h4 a:visited, h4  a:active {
    text-decoration: none;
}
#columnwrapper h4.more {
    display: inline-table;
    float: right;
    margin: -50px 0 0;
    position: relative;
}*/

#maincontent p.intro {
    border-radius: 5px;
    font-family: Georgia;
    font-size: 14px;
    padding: 22px 15px;
    background: #faf8ef; /* Old browsers */
    background-image: -ms-linear-gradient(top, #faf8ef 0%, #efebe1 100%); /* IE 11*/
    background: -moz-linear-gradient(top,  #faf8ef 0%, #efebe1 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#faf8ef), color-stop(100%,#efebe1)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #faf8ef 0%,#efebe1 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #faf8ef 0%,#efebe1 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #faf8ef 0%,#efebe1 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #faf8ef 0%,#efebe1 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#faf8ef', endColorstr='#efebe1',GradientType=0 ); /* IE6-9 */

}
#maincontent hr {
    background-color: #d6c6a7;
    border: 0 none;
    color: #d6c6a7;
    height: 1px;
}

#maincontent a, #maincontent a:link, #maincontent a:visited, #maincontent a:active {
    text-decoration: none;
}
/* Button */
.button.red {
    font-family: Georgia, Times, serif;;
    font-size: 13px;
    color: #ffffff;
    display: block; 
    width: 70%;
    text-align: center;
    background: -moz-linear-gradient(
        top,
        #a82228 0%,
        #700a08);
    background: -webkit-gradient(
        linear, left top, left bottom,
        from(#a82228),
        to(#700a08));
        background-image: -ms-linear-gradient(top, #a82228 0%, #700a08 100%); /* IE 11*/
    filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#a82228', endColorstr='#700a08'); /* For Internet Explorer 5.5 - 7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#a82228', endColorstr='#700a08')"; /* For Internet Explorer 8 */
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    border: 1px solid #631563;
    -moz-box-shadow:
        0px 0px 0px rgba(255,255,255,0.5),
        inset 0px 2px 0px rgba(214,141,141,0.5);
    -webkit-box-shadow:
        0px 0px 0px rgba(255,255,255,0.5),
        inset 0px 2px 0px rgba(214,141,141,0.5);
    box-shadow:
        0px 0px 0px rgba(255,255,255,0.5),
        inset 0px 2px 0px rgba(214,141,141,0.5);
    text-shadow:
        0px -1px 0px rgba(33,33,33,0.2),
        0px 1px 0px rgba(33,33,33,0.2);
}
 .button.red a{  
    display: block; 
    padding: 13px 18px;
    color: #fff;
    text-decoration: none;
}
.button.red a:hover {
    color: #dfd4bc;
}
.button.red:hover a, .button.gold:hover a{
    background: -moz-linear-gradient(
        top,
        #999999 0%,
        #555555);
    background: -webkit-gradient(
        linear, left top, left bottom,
        from(#999999),
        to(#555555));
        -moz-border-radius: 8px;
        -webkit-border-radius: 8px;
        border-radius: 8px;
        }
        
.button.gold {
    font-family: Georgia, Times, serif;
    font-size: 15px;
    color: #ffffff;
    display: block; 
    width: 50%;
    text-align: center;
    background: -moz-linear-gradient(
        top,
        #b9a67a 0%,
        #9c824b);
    background: -webkit-gradient(
        linear, left top, left bottom,
        from(#b9a67a),
        to(#9c824b));
         background-image: -ms-linear-gradient(top, #b9a67a 0%, #9c824b 100%); /* IE 11*/       
    filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#b9a67a', endColorstr='#9c824b'); /* For Internet Explorer 5.5 - 7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#b9a67a', endColorstr='#9c824b')"; /* For Internet Explorer 8 */
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    border: 1px solid #a89160;
    -moz-box-shadow:
        0px 0px 0px rgba(255,255,255,0.5),
        inset 0px 1px 0px rgba(193,179,145,0.6);
    -webkit-box-shadow:
        0px 0px 0px rgba(255,255,255,0.5),
        inset 0px 1px 0px rgba(193,179,145,0.6);
    box-shadow:
        0px 0px 0px rgba(255,255,255,0.5),
        inset 0px 1px 0px rgba(193,179,145,0.6);
    text-shadow:
        0px -1px 0px rgba(33,33,33,0.2),
        0px 1px 0px rgba(33,33,33,0.2);
}

 .button.gold a {
    display: block; 
    padding: 13px 18px;
    color: #fff;
    text-decoration: none;
}

.button.red.small{width: 17%; float:left; margin-right:14px}
.button.red.medium{width: 70%}
.button.red.large {width: 99%}
.button.gold.small{width: 21%; float:left; margin-right:14px}
.button.gold.medium{width: 30%}
.button.gold.large {width: 70%}

.button-row {
    display: block; height: 60px; width: 100%;
}


/** BC Widgets custom adjustment **/

/*.tab-content span.callout {
    background-color: rgba(180, 163, 115, 0.96);
    bottom: 113px;
    color: #fff;
    float: left;
    font-family: Georgia,Times,serif;
    font-size: 13px;
    font-style: italic;
    height: auto;
    left: 16px;
    line-height: 20px;
    min-width: 285px;
    padding: 8px 15px;
    position: relative;
    -ms-filter: "alpha(opacity=96)"; /* IE8 */
   /* filter: alpha(opacity=96); /* Old IE */
   /* -khtml-opacity: 0.96; /* Old Safari */
    /*-moz-opacity: 0.96; /* Old Firefox, Netscape */
   /* opacity: 0.96; /* Standard */
    /**filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7FFFFFFF,endColorstr=#7FFFFFFF); /*Old IE*/
/*}
    
.tab-content .textimage .text {
    margin-top: 0;
    position: absolute;
    z-index: 2;
}  
    
.tab-content .textimage  img {
    border: 0 none;
    margin: 0;
    padding: 0;
}
.neutral.tabs > .nav-tabs  {
    border: none;
    left: -11px;
    position: relative;
    top: -7px;
    z-index: 5555;
}  
.neutral.tabs-below > .nav-tabs {
    border: medium none;
    left: -1px;
    position: relative;
    top: -7px;
    z-index: 5555;
}
     
.neutral > .nav-tabs > .active > a, .neutral > .nav-tabs > .active > a:hover, 
.neutral.tabs-below > .nav-tabs > .active > a,.neutral.tabs-below > .nav-tabs > .active > a:hover { 
    border: medium none;
    border-radius: 0;
    display:table-cell;
    vertical-align : middle;
    height: 46px;
    text-align: center;
    vertical-align: middle;
    width: 170px; 
}    
.neutral .tab-content {
     background: none repeat scroll 0 0 transparent !important;
    display: inline-table;
    overflow: auto;
    padding: 0 0 0 0 !important;
    position: relative;
    top: -10px;
    
} 

.neutral.tabs-below .tab-content {
    background: none repeat scroll 0 0 transparent;
    display: inline-table;
    overflow: auto;
    padding: 0 !important;
    position: relative;
    top: 0;
}
    
.neutral > .nav-tabs, .neutral.tabs-below > .nav-tabs {
    border: none !important;
}
.nav-tabs > li {
    margin-bottom: 0 !important;
    font-family: georgia;
    font-size: 1.2em !important;
}
.neutral > .nav-tabs > li{
    margin-bottom: 0;
    margin-top: 0px;
    margin-left: 1px;
}
.tabs-below > .nav-tabs > li {
    margin-bottom: 0;
    margin-top: 4px;
    margin-left: 1px;
}
.nav-tabs > li > a {
    border: 0 !important;
    border-radius: 4px 4px 0 0;
    line-height: 13px;
    padding: 13px 0 0;
    text-decoration: none;
}
.neutral > .nav-tabs > li > a,.tabs-below > .nav-tabs > li > a {
    border-radius: 0 !important;
    display: table-cell;
    vertical-align : middle;
    text-align: center;
    line-height: normal;
    padding: 0px 10px !important;
    height: 46px;
    width: 169px;
    background: #e6e0ce; /* Old browsers */
    /* background: -moz-linear-gradient(top,  #e6e0ce 1%, #c9bb9e 100%); /* FF3.6+ */
    /* background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#e6e0ce), color-stop(100%,#c9bb9e)); /* Chrome,Safari4+ */
    /* background: -webkit-linear-gradient(top,  #e6e0ce 1%,#c9bb9e 100%); /* Chrome10+,Safari5.1+ */
    /* background: -o-linear-gradient(top,  #e6e0ce 1%,#c9bb9e 100%); /* Opera 11.10+ */
    /* background: -ms-linear-gradient(top,  #e6e0ce 1%,#c9bb9e 100%); /* IE10+ */
    /* background: linear-gradient(to bottom,  #e6e0ce 1%,#c9bb9e 100%); /* W3C */
    /* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e0ce', endColorstr='#c9bb9e',GradientType=0); /* IE6-9 */
    /* filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#e6e0ce', endColorstr='#63a62f'); /* For Internet Explorer 5.5 - 7 */
    /* -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#e6e0ce', endColorstr='#c9bb9e')"; /* For Internet Explorer 8 */
    
/* }

.neutral > .nav-tabs > .active > a, .neutral > .nav-tabs > .active > a:hover ,
 .neutral.tabs-below > .nav-tabs > .active > a, .neutral.tabs-below > .nav-tabs > .active > a:hover {
    background: none repeat scroll 0 0 #fff;
    padding: 0ppx;
}
.neutral > .nav-tabs > li.active {
background: url("/past/etc/designs/bc/schools/lsoe/images/tab_active_arrow.png") no-repeat scroll 62% 20px rgba(0, 0, 0, 0);
    display: inline-block;
    margin-bottom: -7px;
    margin-top: 0;
    padding: 0 0 10px;
    position: relative;
    z-index: 2;
}
.tabs-below > .nav-tabs > li.active {
    background: url("/past/etc/designs/bc/schools/lsoe/images/tab_active_arrow.png") no-repeat scroll 62% 10px rgba(0, 0, 0, 0);
    margin-bottom: 0;
    margin-top: -14px;
    padding: 19px 0 0;
}
 .nav-tabs > li > a, .nav-pills > li > a {
   border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    line-height: 20px;
    padding: 0 1px !important;
    text-decoration: none;
}
 .tabbable.neutral  ul, .tabbable.neutral  ol {
    padding: 0 0 0 0 !important;
}

 .top-right .tabbable ul, .top-right .tabble ol {
    margin: 0;
    padding: 0 0 0 10px;
}

.cq-wcm-edit #top-right {
height:502px !important; /* make bottom tabs visible on edit*/
/* }

/*  Carousel */
/*#bcbootstrapcarousel {
    background: transparent !important;
    box-shadow: none !important;
    border: none !important;
}
.carousel-caption {
     background: transparent;
    /*left: auto !important;
    margin-left: 366px;
    position: absolute;
    color: #990000;
    right: -15px;
    top: 0;
    width: 250px;
}

.carousel-inner > .item {
    margin: 0 80px;
}
.carousel-caption h3, .carousel-caption h4, .carousel-caption h5 {
     font-family: Georgia, serif;
     color: #990000 !important; 
     text-shadow: none !important; 
}

.carousel-caption h4 {
    padding-bottom: 5px;
    border-bottom: 1px solid #baa77c;
}

.carousel-caption p {
     color: #333333 !important; 
     text-shadow: none !important; 
     line-height: 1.4em !important;
}
a.more {
    white-space: nowrap;
    font-style: normal;
    color: #fff;
    font-family: arial, ser;
    font-size: 12px;
    letter-spacing: .05em;
}   

a.carousel-control, a.carousel-control:link, a.carousel-control:visited, a.carousel-control:active {
    background: none repeat scroll 0 0 #a7905a !important;
    color: #ffffff !important;
    text-decoration: none;
}  

.carousel-control {
    opacity: .75
}     */
    

