/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Oct 2, 2016, 10:18:39 AM
    Author     : newuser
*/


/* 
    BLOCKQUOTES 
*/

blockquote {
    /* font-style: italic; */
    padding: 35px 35px 25px 35px;
    text-shadow: 5px 5px 10px rgba(0,0,0,0.1);
    background-color: rgba(98,184,168,0.8);
    color: #FFFFFF  ;
    border-radius: 3px;
    border-left: 10px double #5FBBAA;
    font-size: 1.3em;
   font-weight: bold !important;
}

blockquote, blockquote span, blockquote p, blockquote li {
   color: #FFFFFF !important;
}

blockquote.lead-in {
    font-size: 1.4em;
}



blockquote:not(.unc-home-quote) {
    font-size: 1.4em !important;
    line-height: 1.3em !important;
    color: #FFF !important;
    font-size: 1.4em;
    line-height: 1.3em;
}

blockquote.unc-home-quote {
    font-size: 1.8em !important;
    line-height: 1.2em !important;
    color: #FFF !important;

}


/* Quote Attribution */

.attribution {
    font-size: 1.2em !important;
    line-height: 1em !important;
    color: #FFF !important;
    font-style: italic;
    font-weight: bold;
    clear: left;
    display: block;
    text-align: right;
    max-width: 50%;
    margin: 1em 0 2em auto;
}







/* TWITTER FEED HOME MODULE STYLES */

@media all and (min-width: 960px) {

    .twitter-home-feed {
	width: 100%;
	height: 400px !important;
	max-height: 400px !important;
	overflow: scroll;
    }
    
    .twitter-home-column {
	height: 400px !important;
	max-height: 400px !important;
    }


}


@media all and (max-width: 959px) {

    .twitter-home-feed {
	width: 100%;
	height: 600px !important;
	max-height: 600px !important;
	overflow: scroll;
    }
    
    .twitter-home-column {
	height: 600px !important;
	max-height: 600px !important;
    }


}

@media all and (max-width: 499px) {

    .twitter-home-feed {
	width: 100%;
	height: auto;
    }


}


#elegance-modal {
    z-index: 99999;
}






/*
    HOME PAGE REVOLVING QUOTE ELEMENT 

*/




.home-white h1,
.home-white h2,
.home-white h3,
.home-white h4,
.home-white h5,
.home-white h6 {
    color: #FFF !important;
    margin: 5px;
   
}

.home-white .btn-primary {
    color: #FFF !important;
    font-size: 1.4em;
    line-height: 1.3em;
}

.home-white figure {
    margin: 15px !important;
}

#left-logo h2 a,
#left-logo h1 a {
    font-size: 1em !important;
    line-height: 0.8em !important;	
}



/* MAP HACK */

.tableau-map {
    margin-top: 0;
    margin-bottom: auto;
    left: 0;
    right: 0;
    width: 100%;
}

.tableau-map > * {
    position: absolute;
    top: 0;
    margin: 0 0 0 auto;
}

.tableau-map * {
    max-width: 700px;
}



.service-box_body h2,
.service-box_body .btn-align {
    text-align: center !important;
}
.service-box_body a {
    margin-left: auto !important;
    margin-right: auto !important;
    display: block !important;
    text-align: center !important;
}


#elegance-modal, .elegance-modal {
    margin: auto !important;
}