/**********************************************************************************************/
/** GLOBAL STYLES *****************************************************************************/
/**********************************************************************************************/

/******** Required for Windows 8 Phone and IE 10 responsiveness ********/

@-webkit-viewport   { width: device-width; }
@-moz-viewport      { width: device-width; }
@-ms-viewport       { width: device-width; }
@-o-viewport        { width: device-width; }
@viewport           { width: device-width; }

/******** Fix crazy default alignment on contact information ********/

.site-footer .contact_information > ul {
    padding-top: 20px;
    margin-bottom: 0px;
}

/******** Responsive YouTube embed container styles ********/

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;p
    height: auto;
    margin-bottom: 14px;
    }
    
.embed-container iframe, .embed-container object, .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    }

/******** Responsive footer social links ********/

ul.social-list {
    list-style: none;
	float: left;
	padding: 0;
	margin: 0;
}

ul.social-list li {
	float: left;
	padding: 0;
	margin: 0 5px 5px 0;
}

ul.social-list img {
	max-width: 48px;
    height: auto;
}

@media screen and (max-width:1199px) {
	ul.social-list img {
		width: 40px;
		height: auto;
	}
}

/******** Button styles for adding buttons in text editor ********/
/******** Add button-wrap and color classes to the div ********/

div.button-wrap h3 {
    color: #ffffff;
	padding: 0;
	margin: 0;
	text-align: center;
	font-size: 1.25em;
	font-weight: 600;
}

@media screen and (max-width:1199px) {
    .span4 div.button-wrap h3 {
	    line-height: 135%;
	}
}

@media screen and (max-width:767px) {
    .span4 div.button-wrap h3 {
        line-height: 100%;
	}
}

div.button-wrap a {
	display: block;
    color: #ffffff;
	text-decoration: none;
	padding: 20px;
	margin-bottom: 22.5px;
	border-radius: 8px;
}

div.button-wrap.maroon a, a.small-button.maroon {
	background-color: #5E001D;
	border-bottom: 4px solid #3F0014;
}

div.button-wrap.red a, a.small-button.red {
	background-color: #780025;
	border-bottom: 4px solid #4F0019;
}

div.button-wrap.green a, a.small-button.green {
	background-color: #7A7E36;
	border-bottom: 4px solid #5C5F29;
}

div.button-wrap.blue a, a.small-button.blue {
    background-color: #004F77;
    border-bottom: 4px solid #00354F;
}

div.button-wrap.purple a, a.small-button.purple {
	background-color: #583254;
	border-bottom: 4px solid #3F233C;
}

div.button-wrap.orange a, a.small-button.orange {
    background-color: #D7822D;
	border-bottom: 4px solid #AF6720;
}

div.button-wrap.teal a, a.small-button.teal {
    background-color: #006666;
	border-bottom: 4px solid #003F3F;
}

/******** Float right button box for in-content buttons ********/

@media screen and (min-width:768px) {
    .button-box-float {
        float: right;
        padding-left: 30px;
        background-color: #ffffff;
    }
}

/******** Small inline button styles for adding buttons in text editor ********/
/******** Add small-button and color class (color classes above) to the a tag ********/
/******** Link should be inside a paragraph for proper margin ********/

a.small-button {
    color: #FFFFFF;
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 6px;
    font-weight: bold;
    display: inline-block;
}

/******** Feature float right box for in page content ********/

div.featBoxRight {
    float: right;
    margin: 0 10px 10px 20px;
    border-radius: 0 0 3px 3px;
    border: 1px solid #dddddd;
    box-shadow: 1px 1px 10px 2px rgba(0,0,0,0.1);
    max-width: 300px;
    background-color: #ffffff;
}

div.topFeatColor {
    height: 6px;
}

div.topFeatColor.maroon {
    background-color: #5E001D;
}

div.topFeatColor.red {
    background-color: #780025;
}

div.topFeatColor.green {
    background-color: #7A7E36;
}

div.topFeatColor.blue {
    background-color: #004F77;
}

div.topFeatColor.purple {
    background-color: #583254;
}

div.topFeatColor.orange {
    background-color: #D7822D;
}

div.topFeatColor.teal {
    background-color: #006666;
}

div.featContentWrapper {
    padding: 15px;
}

@media screen and (max-width:767px) {
        div.featBoxRight {
        float:none;
        margin: 0 0 20px 0;
        max-width:100%;
    }
}

/******** Remove top margin from kimbia donation forms ********/

.groupLabel.section.k_askArrayMain.k_donation {
    margin-top: 0;
}

/******** Hide items from view. Mostly used with fancybox popups. ********/

.hideThis {
    display:none;
}

/**********************************************************************************************/
/** ADMISSIONS SPECIFIC STYLES ****************************************************************/
/**********************************************************************************************/

/******** Open house registration form ********/



/**********************************************************************************************/
/** LIBRARY SPECIFIC STYLES *******************************************************************/
/**********************************************************************************************/

/******** Center horizontal contact information ********/

.span12.contact_information ul.inline {
    text-align: center;
}

/******** Mansfield Search Form in Sidebar ********/

form#search-resource-selection input#library-search-terms {
    width: 100%;
    max-width: 400px;
    display: block;
    box-sizing: border-box;
    padding: 16px 10px 15px 10px;
}

form#search-resource-selection select#library-search-target {
    width: 100%;
    max-width: 400px;
    display: block;
}

form#search-resource-selection input[type="submit"] {
    display: block;
}

/**********************************************************************************************/
/** RSS FEED SPECIFIC STYLES ******************************************************************/
/**********************************************************************************************/

.rss-box {
     margin: 0.5em;
	 width: 300px;
	 background-color: #FFFFFF;
         border: 2px solid #5e001d;
	 
}
.rss-items {
	margin-top:0px;
	padding:0.5em; 0.5em;
	margin-left:0px;
	color: #FFFFFF;
}
p.rss-title {padding:0.5em;}
.rss-title {
	text-decoration: none;
	font-family: small tahoma, "Bitstream Vera Sans", "Trebuchet MS", "Lucida Grande", lucida, helvetica, sans-serif;
	font-size: 15px;
	background-color:#5e001d;
	color:white;
	font-weight:bold;
	margin: 0px;
	padding:0em;
	text-align: left;
}

.rss-item  {
  font-family: small tahoma, "Bitstream Vera Sans", "Trebuchet MS", "Lucida Grande", lucida, helvetica, sans-serif;
  font-size: 12px;
  font-weight : bold;
  list-style:none;
  padding-bottom:1em;
}

.rss-item a {
	text-decoration : none;
	color: #3300FF;
	font-size: 12px;
	font-weight:light;
	font-family:small tahoma, "Bitstream Vera Sans", "Trebuchet MS", "Lucida Grande", lucida, helvetica, sans-serif;
	}
	
.rss-item a:visited {
	color: #330066;
}

.rss-date {
	font-size: 85%;
	font-weight : normal;
	color: #fff;
	} 
/* buttons modeled from http://www.wellstyled.com/css-inline-buttons.html */

.pod-play {
   _width:12em;
   margin: 0 0.2em; padding: 0.1em 0; _padding:0;
   
   white-space:nowrap;
   text-decoration: none;
   vertical-align:middle;
   background: #fb6;
   color: black;
   }
.pod-play em {
   _width:1em; _cursor:hand;
   font-style: normal;
   margin:0; padding: 0.1em 0.5em;
   background: white;
   color: #222;
   }
.pod-play span {
   _width:1em; _cursor:hand;
   margin:0; padding: 0.1em 0.5em 0.1em 0.3em;
   }
.pod-play:hover {
   background: #666;
   color: white;
   }
.pod-play:hover em {
   background: black;
   color: white
   }
   
   /***** Rounded Boxes with Odd Edges *****/
.maroonboxodd {
    /* set border styling */
    background: #5e001d;
    border-bottom: 4x solid #3F0014;
    padding: 12px;
    

    /* set border roundness */
    border-radius: 5px 20px 5px;
    -moz-border-radius: 5px 20px 5px;
    -webkit-border-radius: 5px 20px 5px;
}

.grayboxodd {
    /* set border styling */
    background: #8c8e90;
    padding: 12px;

    /* set border roundness */
    border-radius: 5px 20px 5px;
    -moz-border-radius: 5px 20px 5px;
    -webkit-border-radius: 5px 20px 5px;
}

.greenboxodd {
    /* set border styling */
    background: #7A7E36;
    padding: 12px;
    border-bottom: 4px solid #5C5F29;

    /* set border roundness */
    border-radius: 5px 20px 5px;
    -moz-border-radius: 5px 20px 5px;
    -webkit-border-radius: 5px 20px 5px;
}

.orangeboxodd {
    /* set border styling */
    background: #d7822d;
    padding: 12px;

    /* set border roundness */
    border-radius: 5px 20px 5px;
    -moz-border-radius: 5px 20px 5px;
    -webkit-border-radius: 5px 20px 5px;
}

.tealboxodd {
    /* set border styling */
    background: #006666;
    padding: 12px;

    /* set border roundness */
    border-radius: 5px 20px 5px;
    -moz-border-radius: 5px 20px 5px;
    -webkit-border-radius: 5px 20px 5px;
}

.brownboxodd {
    /* set border styling */
    background: #311c0f;
    padding: 12px;

    /* set border roundness */
    border-radius: 5px 20px 5px;
    -moz-border-radius: 5px 20px 5px;
    -webkit-border-radius: 5px 20px 5px;
}

.maroonborderodd {
    /* set border styling */
    border: #5e001d;
    border-style: solid;
    border-width: 5px;
    border-bottom: 4x solid #3F0014;
    padding: 12px;
    

    /* set border roundness */
    border-radius: 5px 20px 5px;
    -moz-border-radius: 5px 20px 5px;
    -webkit-border-radius: 5px 20px 5px;
}

.grayborderodd {
    /* set border styling */
    border: #8c8e90;
    border-style: solid;
    border-width: 5px;
    padding: 12px;

    /* set border roundness */
    border-radius: 5px 20px 5px;
    -moz-border-radius: 5px 20px 5px;
    -webkit-border-radius: 5px 20px 5px;
}

.greenborderodd {
    /* set border styling */
    border: #7A7E36;
    border-style: solid;
    border-width: 5px;
    border-bottom: 4px solid #5C5F29;
    padding: 12px;

    /* set border roundness */
    border-radius: 5px 20px 5px;
    -moz-border-radius: 5px 20px 5px;
    -webkit-border-radius: 5px 20px 5px;
}

.orangeborderodd {
    /* set border styling */
    border: #d7822d;
    border-style: solid;
    border-width: 5px;
    padding: 12px;

    /* set border roundness */
    border-radius: 5px 20px 5px;
    -moz-border-radius: 5px 20px 5px;
    -webkit-border-radius: 5px 20px 5px;
}

.tealborderodd {
    /* set border styling */
    border: #006666;
    border-style: solid;
    border-width: 5px;
    padding: 12px;

    /* set border roundness */
    border-radius: 5px 20px 5px;
    -moz-border-radius: 5px 20px 5px;
    -webkit-border-radius: 5px 20px 5px;
}

.brownborderodd {
    /* set border styling */
    border: #311c0f;
    border-style: solid;
    border-width: 5px;
    padding: 12px;

    /* set border roundness */
    border-radius: 5px 20px 5px;
    -moz-border-radius: 5px 20px 5px;
    -webkit-border-radius: 5px 20px 5px;
}

/**** Menu List Grey to Maroon ****/
.maroon ul {
    list-style-type: none;
	margin: 5px;
	padding: 5px;
}

.maroon li {
	display:inline;
	float: center;
	margin: 0;
}

.maroon li a {
	display:block;
	min-width: 215px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	background: #8c8e90;
	text-decoration: none;
}

.maroon li:hover a {
	background: #5e001d;
}

/**** Right Sidebar for Contact Info ****/
.rtsidebarmaroon {
    float: right;
    width: 30%;
    background: #5e001d;
    padding: 12px;
    font-style: white;
    margin-left: 5px;
    margin-bottom: 5px;
    color: white;

    /* set border roundness */
    border-radius: 5px 20px 5px;
    -moz-border-radius: 5px 20px 5px;
    -webkit-border-radius: 5px 20px 5px;
}

/**** Wordpress Blog Styling ****/

img.alignleft {
    float: left;
    margin: 0 15px 15px 0 !important;
    display: inline;
}

#wpthumbnail {
    float: left;
    margin-top: 8px;
    margin-right: 20px;
    margin-bottom: 10px;    
}

#wpthumbnail img{
    max-width:300px;
    height:auto;
}

#clearleft {
    clear: left;
}

.clearall {
    clear:both;
}

#ambassadortitle {
    font-size: 24px;
    font-style: bold;
}

#ambassadorblock {
    display: inline-block;
    margin-bottom: 20px;
}

.pagination {
  height: auto;
  margin: 18px 0;
  padding-left: 0 !important;
}
.pagination ul {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  margin-left: 0;
  margin-bottom: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.pagination li {
  display: inline;
}
.pagination a {
  padding: 0 14px;
  line-height: 34px;
  text-decoration: none;
  border: 1px solid #5e001d;
}
.pagination a:hover,
.pagination .active a {
  background-color: #8c8e90;
}
.pagination .active a {
  color: #5e001d;
  cursor: default;
}
.pagination .disabled span,
.pagination .disabled a,
.pagination .disabled a:hover {
  color: #999999;
  background-color: transparent;
  cursor: default;
}
.pagination li:first-child a {
  border-left-width: 1px;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.pagination li:last-child a {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.pagination-centered {
  text-align: center;
}
.pagination-right {
  text-align: right;
}
.pager {
  margin-left: 0;
  margin-bottom: 18px;
  list-style: none;
  text-align: center;
  *zoom: 1;
}
.pager:before,
.pager:after {
  display: table;
  content: "";
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager a {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.pager a:hover {
  text-decoration: none;
  background-color: #8c8e90;
}
.pager .next a {
  float: right;
}
.pager .previous a {
  float: left;
}
.pager .disabled a,
.pager .disabled a:hover {
  color: #999999;
  background-color: #fff;
  cursor: default;
}