/* Clean - main.css */
/**********
    Each Theme should have 5 style sheets, with its own set of styles. (Current has **)

 ** main.css   -- Main HTML elements and universal classes
    brand.css  -- Brand color classes to add to the variety of text on a page
    collegeNav.css   -- Styling for the top navigation bar
    secondaryNav.css -- Styling for navigation other than the top College nav bar
    (color).css -- The specific coloring for the theme (also in theme name)


Update notes:
  2/23/15dmh: played with min-heights in banner.

**********/


/******************************************** Basic HTML elements **********************/

html, body, form { height:100%; margin:0; padding:0; }

body {  
        background-color: #252525;
        color: Black;
        font-family: Arial, Verdana, Helvetica, Helve, sans-serif;
        font-size: 0.75em;
        text-align:center;
}

a, a:link, a:visited {  color: #252525; }
    a:active, a:hover { background-color: #ededed; color:#252525;  }
    a.noLine  { text-decoration: none; }
    
    a.whiteLink, a.whiteLink:link, a.whiteLink:visited { color: #ffffff; }  /* found on blue */
    a.whiteLink:active, a.whiteLink:hover { background-color: #252525; color:#ffffff; }
    a.blackLinkBar {    background-color: #252525; 
                        color: White;
                        display: block;  
                        margin-top: 0px; margin-right:-2px; padding: 5px 10px; 
                        text-decoration: none;
                    }  /* found on forest */

h1, h2 { margin-top: 10px; }
h3 { font-size: 1.3333em; font-weight:bold; margin-bottom:6px; }      /* 16pt/12pt */ /*Added specific font sizes and weights for h3,h4,h5 per JF. 031215dmh */
h4 { font-size: 1.25em; font-weight:bold; margin-bottom:5px;} /* 15pt/12pt */
h5 { font-size: 1.1666em; font-weight:bold; margin-bottom:4px; }  /* 14pt/12pt */


    h3.inlineText, h4.inlineText   { 
            float: left;
            margin-bottom: 0;
            margin-right: 5px;
            margin-top: 0;
            }
        p.inlineText { }
        p.inlineText:first-line { line-height: 17px; } /* inline classes found on gray */

image { border: none; }

ul.bareList, div.sideBar ul.bareList { list-style:none; margin-left: 0; padding-left:0; }

ul li { margin-bottom:5px; }




  /*PUBS********************************** PUBLICATION CLASSES **************************************/
            div.magImgRight, div.magImgLeft {
                    border-bottom-width: 3px; border-bottom-style: dotted; border-bottom-color: #007b8b; /*change color*/
                    
                    width: 100%; max-width:480px;  
                }
                .magImgRight p, .magImgLeft p {
                        color: #353535; 
                        font-size: 11px; 
                        padding:10px;
                    }
            
            div.magPullQuoteLeft, div.magPullQuoteRight
            {
                    color:#007b8b; font-size:2em;
                    padding: 10px 20px;                    
                    width:100%; max-width:320px;
            }
            
            div.magImgLeft, div.magPullQuoteLeft 
            {
                    float: left;  
                    margin: 0px 20px 5px 0px; 
                    }
            div.magImgRight, div.magPullQuoteRight 
            {
                    float: right;  
                    margin: 0px 0px 5px 20px; 
                    }
                    
            
/*MEDIA************ MEDIA QUERIES begin ***************/

        @media all and (min-width: 961px) { 
  
            /********************** Mobile hide/show **********************/
                .hideMobile { display: inherit; }
                .onlyMobile { display: none ! important; }
                .midMobile { display: none ! important; }
                .smallMobile { display: none ! important; }
                .transMobileMarginLR { margin-left: 20px; margin-right:20px; }
                .width48FLto100   { width:48%; float:left; }
                .width48FRto100   { width:48%; float:right; }
                .width50to100   { width:50%; }
                .width50FLto100   { width:50%; float:left; }
                .width50FRto100   { width:50%; float:right; }
                
                

                /******************************************** Header & Footer ********************************************/
                    #HeaderBar {    background-size: auto 298px; } /* removed min-height: 140px; 2/23/15dmh */
                        #HeaderBkg {
                            min-height: 136px;  
                            width: 980px;
                            text-align: left;
                            margin-left: auto;
                            margin-right: auto;  }
                
                    #CollegeHeader {    height: 81px; padding-top: 18px; }
                        #CollegeHeaderID {  float: left; width:345px;   }
                        #CollegeHeaderUpper {   float: right; }
                        #CollegeHeaderUpperLeft {   float: left; text-align: left; }
                        #CollegeHeaderUpperRight {  float:right;  }
                        #CollegeHeaderLower {   float: right;  }
                        #CollegeHeader .sfsearchBox {   float:right; }
    
                    #IdContent {    padding: 10px 0 0 0;
                                    width: 980px; }
                        
                    #ContentDiv {   box-shadow: 0 3px 3px #252525;
                                    /*margin-top: -10px;*/
                                    padding: 10px;
                                    width: 960px;  }
                        
                    .FooterDiv {    width: 960px; padding:10px; }

                /*********************************** PUBLICATION CLASSES **************************************/
                    div.magImgRight {
                            float: right; 
                            margin: 0px 0px 5px 20px; 
                            padding: 2px;
                            width: 320px; 
                        }
                    div.magImgLeft {
                            float: left; 
                            margin: 0px 20px 5px 0px; 
                            padding: 2px;
                            width: 320px; 
                        }
                        .magImgRight p, .magImgLeft p {
                                color: #353535; 
                                font-size: 11px; 
                                margin-left: 15px; margin-right: 10px;
                }
    
               
        }

        @media all and (min-width: 481px) and (max-width:960px) { 
  
            /********************** Mobile hide/show **********************/
                .hideMobile { display: none ! important; }
                .onlyMobile { display: inherit; }
                .midMobile { display: inherit; }
                .smallMobile { display: none ! important; }
                .transMobileMarginLR { margin-left: 10px; margin-right:10px; }
                .width48FLto100   { width:48%; float:left; }
                .width48FRto100   { width:48%; float:right; }
                .width50to100   { width:50%; }
                .width50FLto100   { width:50%; float:left; }
                .width50FRto100   { width:50%; float:right; }

            /******************************************** Header & Footer ********************************************/
                #HeaderBar {    background-size: auto 400px; min-height: 130px; width: 100%; }
                #CollegeHeader {    padding-left:10px;}
                    #CollegeHeaderID {  width: 100%; }
                    #CollegeHeaderUpper { }
                    #CollegeHeaderUpperLeft {   text-align: center; }
                    #CollegeHeaderUpperRight {  text-align: center; }
                    #CollegeHeaderLower { }
                    #CollegeHeader .sfsearchBox { }
        
                #IdContent {    padding:0;
                                width: 100%; }   
                #IdContent img {width: 100%; max-width:640px; }   
                              
                                   
                    #IdentityBanner_TA0D9DE7A001_Col00 { margin:0 !important; padding:0 !important; }
        
                #ContentDiv {   width: 95%; padding: 10px; }
                    .FooterDiv  {   width: 95%; max-width:960px; padding:10px; }

            /*********************************** PUBLICATION CLASSES **************************************/
                div.magImgRight {
                        float: right; 
                        margin: 0px auto 5px auto;
                        padding: 0;
                        width: 100%; max-width:320px;
                    }
                div.magImgLeft {
                        float: left; 
                        margin: 0px auto 5px auto; 
                        padding: 0;
                        width: 100%; max-width:320px;
                    }
                .magImgRight p, .magImgLeft p {
                        color: #353535; 
                        font-size: 11px; 
                        margin-left: 15px; margin-right: 10px;
                    }
                div.magImgRight img, div.magImgLeft img {
                        width:98%; max-width:320px; margin: auto;
                    }
        }



        @media all and (max-width: 480px) {
            
                /*********************** Mobile only ***********************/
                .hideMobile { display: none !important; }
                    .hideMobilePadding { padding: 0 ! important; }
                    .hideMobileMargin { margin: 0 ! important; }
                .onlyMobile { display: inherit; }
                .midMobile { display: none ! important; }
                .smallMobile { display: inherit; }
                .transMobileMarginLR { margin-left: 0; margin-right:0; }
                .width48FLto100   { width:100%; }
                .width48FRto100   { width:100%; }
                .width50to100     { width:100%; }
                .width50FLto100   { width:100%; }
                .width50FRto100   { width:100%; }
                
                

                /******************************************** Header & Footer ********************************************/
                    #HeaderBar {    background-size: auto 400px; min-height: 130px; width: 100%; }
                    #CollegeHeader {    padding-left:10px;}
                        #CollegeHeaderID {  width: 100%; }
                        #CollegeHeaderUpper { }
                        #CollegeHeaderUpperLeft {   text-align: center; }
                        #CollegeHeaderUpperRight {  text-align: center; }
                        #CollegeHeaderLower { }
                        #CollegeHeader .sfsearchBox { }
        
                    #IdContent {    padding:0;
                                    width: 100%; }      
                        #IdentityBanner_TA0D9DE7A001_Col00 { margin:0 !important; padding:0 !important; }
        
                    #ContentDiv {   width: 95%; padding: 10px; }
                        .FooterDiv  {   width: 95%; max-width:960px; padding:10px; }

                /*********************************** PUBLICATION CLASSES **************************************/
                    div.magImgRight {
                            float: right; 
                            margin: 0px auto 5px auto;
                            padding: 0;
                            width: 100%; max-width:320px;
                        }
                    div.magImgLeft {
                            float: left; 
                            margin: 0px auto 5px auto; 
                            padding: 0;
                            width: 100%; max-width:320px;
                        }
                    .magImgRight p, .magImgLeft p {
                            color: #353535; 
                            font-size: 11px; 
                            margin-left: 15px; margin-right: 10px;
                        }
                    div.magImgRight img, div.magImgLeft img {
                            width:98%; max-width:320px; margin: auto;
                        }
        }


/***********************End of media queries***********************/


/******************************************** Layout Divs by ID **********************/

/*** Skip Navigation ***/
    a#skip, a.skip {
        height: 1px;
        left: -10000px;
        overflow: hidden;
        position: absolute;
        top: auto;
        width: 1px;
    }
        a#skip:focus, a.skip:focus {
            color:Black;
            height: auto;
            left:0;
            position: absolute;
            width: auto;
            top:0;
        }
/*** end skip navigation ***/


#Wrapper {  min-height: 75%; }

#HeaderBar {
        /* background: url(../../CollegeHome/Images/headerBkg.png) repeat-x #979797;
        min-height: 140px;  removed 2/23/15dmh */
        background-color:#FFCE00; 
        border: 0;
        height: 100% auto;
        margin: 0; padding: 0; 
        vertical-align: top;
        width: 100%;
}
    #PlusBkg { /*background: url(../../CollegeHome/Images/plus-banner.png) no-repeat center top; -- flattening the site*/ }
    #HeaderBkg {    
        margin-right: auto; margin-left: auto;
        text-align: left;
    }


#CollegeHeader { }
  #CollegeHeaderID { }
    #CollegeHeaderUpper { 
        height: 35px;
        width: 100%; max-width: 600px; min-width: 220px;  
    }
        #CollegeHeaderUpperLeft {
            font-family: Georgia, Times New Roman, Serif; font-size: 14px; font-style: italic;
            width: 100%;            
        }
        #CollegeHeaderUpperRight { width: 100%; }

        #CollegeHeaderLower {
            clear:none;
            max-height: 65px;
            margin-top:5px; margin-right:10px;
            vertical-align: text-bottom;
        }
    #CollegeHeader .sfsearchBox { 
            border:none;  
            line-height:25px;
            margin:0; padding:0;
            position: relative; right: 0;
        }
    #CollegeHeader .sfsearchSubmit {
            background-color:#252525; 
            background-image: url(../../CollegeHome/Images/mag-black.gif); background-position: center;
            border: none;
            color:White;
            font-size:0;
            height:22px; width:25px;
            margin:1px 0 0 0; padding:0;
            vertical-align:top;
    }
    
.FooterBar {
    background-image: url(../../CollegeHome/Images/footerBkg.png); background-repeat: repeat-x;
	clear:both;
    height: 25% auto; min-height:200px;
    margin-bottom: 0; 
    padding-bottom: 0;    
    width: 100%;
}
    .FooterDiv  {
        color: #ededed;
        margin-bottom:0; margin-right: auto; margin-left: auto;
        padding-top:10px;
        text-align: left;
    }
        .FooterDiv a,.FooterDiv a:link,.FooterDiv a:visited { color: inherit; }
        .FooterDiv a:active,.FooterDiv a:hover {
            background-color: #252525;
            color:#ededed;
        }



/******************************************** College Banner content **********************/


    #hlApply {
        background-color: #1a8896;
        border-radius: 7px;
        color: White;
        padding: 5px 7px;
	    text-decoration: none;
    }


/*LAYOUT******************************************* LAYOUTS, PADDING, and WIDTH **********************/

    .height100vh    { height:100vh; }
    .height200  { height: 200px; }
    .image100   { margin: 0; padding: 0; width: 100%; }
    .lineheight150 p { line-height: 1.5em; }
    .margin0    { margin: 0; }
    .padding5   { padding: 5px;  }
    .padding10  { padding: 10px; }
    .width200   { width: 200px; }
    .width300   { width: 300px; }
    .width500   { width: 500px; }
    .widthFullMax750    { width: 100%; max-width: 750px; }
    .widthFullMax960    { width: 100%; max-width: 960px; margin-left:auto; margin-right:auto; }
    .widthFullMax1000    { width: 100%; max-width: 1000px; }
    .widthFullMax1500    { width: 100%; max-width: 1500px; margin-left:auto; margin-right:auto; }
    .tbWidthFull {  width: 100%;    }
        
    .sfTxt { width:95%; min-width: 280px; max-width: 600px;  }
    .textCenter { text-align:center; }
    .vertCenter { vertical-align:middle; }
    .verticalText { transform: rotate(-90deg); transform-origin: left top 0; }
    .vertMiddle  { position: relative; top: 50%; }


/*INPUT************* Input classes ******************/
    .height200 input    { height: 200px; }
    .width200 input { width: 200px; }
    .width300 input { width: 300px; }
    .width500 input { width: 500px; }
    .widthFullMax750 textarea  { width: 100%; max-width: 750px; }

/******************************************** COLOR, IMG and font classes **********************/

.textSmall  { font-size: .8em; }
.textBig    { font-size: 1.5em; }


/******************************************** Layout Divs by ID **********************/
/** Styling to be applied to the code below

    <div id="IdBar">
        <div id="IdBkg">
            <div id="IdContent" role="banner">
                <asp:ContentPlaceHolder ID="IdentityBanner" runat="server" />
            </div>
        </div>
    </div>
    <div id="ContentOuterDiv">
    <div id="ContentDiv" role="main">
        <a id="main" name="main"></a>
        <asp:contentplaceholder id="Content" runat="server" />
    </div>
    </div>
**/

    #IdBar {  
            clear:both; 
            margin:0;  
    }
            #IdContent {
                margin-top:0; margin-right: auto; margin-bottom: 0; margin-left: auto;
                text-align: left;
            } 
    #ContentOuterDiv { background-color: #f1f0f0; }  
    #ContentDiv {
            background-color: #FFFFFF;
            color: #252525;
            margin-right: auto; margin-left: auto;
            text-align: left;
    }


/******************************************** All non-home **********************/
/* Styling in this section refers to code similar to the following... 
<telerik:RadListView ID="NewsList" ItemPlaceholderID="ItemsContainer" runat="server" EnableEmbeddedSkins="false" EnableEmbeddedBaseStylesheet="false">
    <LayoutTemplate>
      <div class="NewsListTopDiv">  
      	<h2 class="NewsListHeading">Spotlight</h2>
        	<img class="Image100" src='<%# Eval("SpotlightPic").ToString().Replace(".tmb","") %>' alt="" />
            <h3 class="NewsListStoryTitle"><sf:DetailsViewHyperLink ID="DetailsViewHyperLink2" TextDataField="HomeTitle" ToolTipDataField="Description" runat="server" /></h3>
            <sitefinity:TextField runat="server" DisplayMode="Read" Value='<%# Eval("HomeContent")%>' style="margin-left:10px; margin-right:5px;" />
*/


div.NewsListTopDiv { 
    background-color: #ffffff;
    border: solid 1px #252525;
    margin: 10px 0 0 0;
    padding: 0 0 10px 0;
    width:100%; 
    }

h2.NewsListHeading {
    font-size: 1.2em; font-weight: normal;
    margin:0;
    padding: 10px;
    text-transform: uppercase;
    }
    h3.NewsListStoryTitle {
        margin-right: 5px;
        margin-left: 10px;
        }

a.blackLinkBar {
    background-color: #252525; 
    color: White;
    display: block;  
    margin-top: 0px;
    margin-right:-2px;
    padding: 5px 10px; 
    text-decoration: none;
    }

/* div.sideBar {
    border: solid 1px #252525; 
    margin: 10px 0 0 0;
    padding: 10px 10px 0 10px;
    }
    div.sideBar h2, div.sidebar h3 {
        font-size: 1.2em; font-weight: normal;
        margin: -10px -10px auto;
        padding: 10px;
        text-transform: uppercase;
    } /*changed from outlined box to gray. 12/18/14 dmh */
    
div.sideBar {
    background-color: #e9e9e9;
    border: none; 
    margin: 10px 0 0 0;
    padding: 10px 10px 5px 10px;
    }
    div.sideBar h2, div.sideBar .barTitle, div.sidebar h3, div.sidebar .colorBar  {
        font-size: 1.2em; font-weight: normal;
        margin: -10px -10px auto;
        padding: 10px;
        text-transform: uppercase;
    }
    div.sideBar ul, div.sideBar ol  { padding-left:20px; } /* added 12/31/14 to make lists look better. -dmh */

/* added 12/30/14 to suppliment sideBar to be more useable for videos. -dmh */
div.sideBarVideo {
    background-color: #e9e9e9;
    border: none; 
    margin: 10px 0 0 0;
    padding: 0;
    text-align: center;
    }
    div.sideBarVideo h2, div.sideBarVideo .barTitle {
        font-size: 1.2em; font-weight: normal;
        margin: 0 auto;
        padding: 10px;
        text-align: left; text-transform: uppercase;
    }
    div.sideBarVideo p {
        margin: auto 10px;
        text-align: left;
    }
        

    
h2.arrows, h3.arrows {
    border-top: solid 1px #252525 75%;
    display:inline-block;
    font-size: 1.2em; font-weight: normal;
    line-height:20px;
    margin: 10px 0;
    padding: 0;
    text-transform: uppercase;
    }

ul.arrows {
    list-style: none;
    margin:0;
    padding:0;
    }
    ul.arrows a {
        background-color:inherit;
        display:block;
        line-height:20px;
        text-decoration: none;
        }
    ul.arrows a:hover {
        text-decoration: underline;
        }
    ul.arrows a:before {
        content:"> ";
        }
    a.arrows {          /* Added stand alone a.arrows, corresponding color element in (color).css. 031615 dmh */
        background-color:inherit;
        display:block;
        line-height:20px;
        text-decoration: none;
        }
    a.arrows:hover {
        text-decoration: underline;
        }
    a.arrows:before {
        content:"> ";
        }
        
.sfTxt { width:95%; min-width: 180px; max-width: 600px;  } /* 12/31/14 change min from 280 to 180px. -dmh */


        
/*********************************** FORMS AND OTHER ODDS AND ENDS ****************************/
    .ctaButton input  /* found on orange */
    {
        font-size: 1.5em;
        margin: 10px auto;
        margin-right: auto;
        padding: 5px;
        }
        
        
/*********************************** Embeding YouTube videos (found on SWH site) ****************************/
.embed-container {    
    position: relative;    
    padding-bottom: 56.25%; /* 16/9 ratio */   
    padding-top: 30px; /* IE6 workaround*/   
    height: 0;    
    overflow: hidden;
}
 
.embed-container iframe,
.embed-container object,
.embed-container embed {    
    position: absolute;    
    top: 0;    
    left: 0;    
    width: 100%;    
    height: 100%;
}