/**********************************************************************************************/
/** 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;
}

.col-md-3.contact_information {
    padding-left: 0;
}

/******** Add back border-bottom for tile links ********/

.featured_tiles .tile_row .site_tile a {
    border-bottom: 1px solid #ccc;
}

.featured_tiles .tile_row .site_tile a:hover {
    border-bottom: 1px solid #91000e;
}

/******** Responsive YouTube embed container styles ********/

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    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 10px 10px 0;
}

ul.social-list li:last-of-type {
    margin: 0 0 10px;
}

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 !important;
	padding: 20px;
	margin-bottom: 22.5px;
	border-radius: 8px;
}

div.button-wrap.maroon a, a.small-button.maroon {
	background-color: #70002e;
	border-bottom: 4px solid #3F0014 !important;
}

div.button-wrap.red a, a.small-button.red {
	background-color: #780025;
	border-bottom: 4px solid #4F0019 !important;
}

div.button-wrap.green a, a.small-button.green {
	background-color: #79782C;
	border-bottom: 4px solid #5F5E23 !important;
}

div.button-wrap.green-2 a, a.small-button.green-2 {
    background-color: #7A7E36;
	border-bottom: 4px solid #5C5F29 !important;
}

div.button-wrap.blue a, a.small-button.blue {
    background-color: #004F77;
    border-bottom: 4px solid #00354F !important;
}

div.button-wrap.purple a, a.small-button.purple {
	background-color: #583254;
	border-bottom: 4px solid #3F233C !important;
}

div.button-wrap.orange a, a.small-button.orange {
    background-color: #D7822D;
	border-bottom: 4px solid #AF6720 !important;
}

div.button-wrap.teal a, a.small-button.teal {
    background-color: #006666;
	border-bottom: 4px solid #003F3F !important;
}

/******** 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 !important;
    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: #ABA30A;
}

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;
}

/**********************************************************************************************/
/** HOMEPAGE STYLES ****************************************************************/
/**********************************************************************************************/

.tile_content p:last-of-type {
    margin-bottom: 0;
}

#upcoming-events-title {
    margin-top: 0;
    margin-right: -15px;
	margin-bottom: 15px;
	margin-left: -15px;
    padding: 15px;
    color: #fff;
    background-color: #262626;
}

#upcoming-events p {
	margin-bottom: 15px;
}

#upcoming-events p:last-of-type {
	margin-bottom: 0;
	text-align: center;
}

#upcoming-events span.title {
	font-weight: bold;
}

/**********************************************************************************************/
/** NEWS AND EVENTS STYLES ****************************************************************/
/**********************************************************************************************/

.newsevents-hover {
    position: relative;
    float: left;
    max-width: 100%;
}

@media screen and (max-width:991px) {
    .newsevents-hover {
        margin-bottom: 22.5px;
    }
}

.titleBox {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 20px;
    transition: padding .5s;
}

.titleBox.green {
	background-color: #ABA30A;
}

.titleBox.blue {
	background-color: #004F77;
}

.titleBox h2 {
	color: #FFFFFF;
	padding: 0;
	margin: 0;
	border-bottom: none;
}

.newsevents-hover:hover .titleBox {
    padding: 40px 20px;
}

/********** Landing Page Media Link styles **********/

.ml-link-wrapper,
.ml-link-wrapper:active,
.ml-link-wrapper:hover,
.ml-link-wrapper:focus {
  display: block;
  border: none;
  text-decoration: none;
  color: #fff;
}

.ml {
  align-items: center;
  color: #fff;
  display: flex;
  flex-direction: column;
  font-size: 1.75em;
  height: 250px;
  justify-content: center;
  margin-bottom: 30px;
  padding: 15px;
  text-align: center;
  transition: all .3s;
}

.ml-calendar {
  background: background: rgb(171,163,10);
  background: -moz-linear-gradient(top, rgba(171,163,10,.9) 0%, rgba(171,163,10,.9) 100%), url("//www.umt.edu/law/imx/events.jpg");
  background: -webkit-linear-gradient(top, rgba(171,163,10,.9) 0%,rgba(171,163,10,.9) 100%), url("//www.umt.edu/law/imx/events.jpg");
  background: linear-gradient(to bottom, rgba(171,163,10,.9) 0%,rgba(171,163,10,.9) 100%), url("//www.umt.edu/law/imx/events.jpg");
}

.ml-cle {
  background: rgb(88,50,84);
  background: -moz-linear-gradient(top, rgba(88,50,84,.9) 0%, rgba(88,50,84,.9) 100%), url("//www.umt.edu/law/imx/cle.jpg");
  background: -webkit-linear-gradient(top, rgba(88,50,84,.9) 0%,rgba(88,50,84,.9) 100%), url("//www.umt.edu/law/imx/cle.jpg");
  background: linear-gradient(to bottom, rgba(88,50,84,.9) 0%,rgba(88,50,84,.9) 100%), url("//www.umt.edu/law/imx/cle.jpg");
}

.ml-news {
  background: rgb(0,79,119);
  background: -moz-linear-gradient(top, rgba(0,79,119,.9) 0%, rgba(0,79,119,.9) 100%), url("//www.umt.edu/law/imx/recent-news.jpg");
  background: -webkit-linear-gradient(top, rgba(0,79,119,.9) 0%,rgba(0,79,119,.9) 100%), url("//www.umt.edu/law/imx/recent-news.jpg");
  background: linear-gradient(to bottom, rgba(0,79,119,.9) 0%,rgba(0,79,119,.9) 100%), url("//www.umt.edu/law/imx/recent-news.jpg");
}

.ml-video {
  background: rgb(224,47,47);
  background: -moz-linear-gradient(top, rgba(224,47,47,.9) 0%, rgba(224,47,47,.9) 100%), url("//www.umt.edu/law/imx/videos.jpg");
  background: -webkit-linear-gradient(top, rgba(224,47,47,.9) 0%,rgba(224,47,47,.9) 100%), url("//www.umt.edu/law/imx/videos.jpg");
  background: linear-gradient(to bottom, rgba(224,47,47,.9) 0%,rgba(224,47,47,.9) 100%), url("//www.umt.edu/law/imx/videos.jpg");
}

.ml-calendar,
.ml-cle,
.ml-news,
.ml-video {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
}

.ml img {
  width: 100%;
  height: auto;
}

.ml-img-container {
  border-radius: 50%;
  max-height: 78px;
  max-width: 78px;
  padding: 15px;
  width: 100%;
  transition: all .3s;
}

.ml-img-container-calendar {
  background-color: #8f8708;
}

.ml-img-container-cle {
  background-color: #3F233C;
}

.ml-img-container-news {
  background-color: #00354F;
}

.ml-img-container-video {
  background-color: #BF2323;
}

.ml-link-wrapper:hover .ml-img-container {
  margin-bottom: 10px;
  transform: scale(1.15) rotate(360deg);
}

.ml-link-wrapper:hover .ml {
  font-size: 1.9em;
}

/********** Recent News pagination styles **********/

.news-pagination {
  display: block;
  margin: 30px auto;
  text-align: center;
}

.news-pagination:after {
  content: '';
  clear: both;
}

.news-pagination-button {
  display: inline-block;
  padding: 5px 10px;
  border: 1px solid #e0e0e0;
  background-color: #eee;
  color: #666;
  cursor: pointer;
  transition: background 0.1s, color 0.1s;
}

.news-pagination-button:hover {
  background-color: #ddd;
  color: #333;
}

.news-pagination-button.active {
  background-color: #ddd;
  border-color: #ddd;
  color: #333;
}

.news-pagination-button:first-of-type {
  border-radius: 6px 0 0 6px;
}

.news-pagination-button:last-of-type {
  border-radius: 0 6px 6px 0;
}

.newsfeed-date {
    color: #888;
    margin-left: 5px;
}

/*********** News article styles **********/

.addthis_sharing_toolbox {
    margin-bottom: 10px;
}

.article-date {
	font-size: 130%;
	color: #888;
	margin-bottom: 10px;
}

@media (max-width: 991px) {

	.article-date {
		font-size: 110%;
	}

}

@media (min-width: 992px) {

	.addthis_sharing_toolbox {
		text-align: right;
	}

}

/**********************************************************************************************/
/** ADMISSIONS SPECIFIC STYLES ****************************************************************/
/**********************************************************************************************/

/******** Landing Page ********/

.banner-box {
    position: relative;
    overflow: hidden;
}

.banner-box .title-container {
    position: absolute;
	top: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -moz-box-pack: center;
    justify-content: center;
    -moz-box-direction: column;
    -webkit-box-direction: column;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flexbox-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

.banner-box .title-container .title-box {
	color: #FFFFFF;
    width: 100%;
    text-align: center;
    font-size: 44px;
    text-transform: uppercase;
    text-shadow: 2px 2px 4px #000, 0 0 10px #000;
    line-height: 1;
    padding: 0 10px;
}

.banner-box .button-box {
	position: absolute;
    bottom: 0;
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;      
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -moz-box-pack: center;
    justify-content: center;
}

.banner-box .button-box .button {
	margin: 0 10px;
	text-align: center;
}

.banner-box .button-box .button a {
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	display: inline-block;
	padding: .75em 3em;
	font-size: 1.3em;
	font-weight: 300;
	text-shadow: 1px 1px 2px rgba(0,0,0,.85);
	transition: padding .25s;
}

.banner-box .button-box .button.maroon a {
    background-color: #5E001D;
	border-bottom: 4px solid #3F0014;
}

.banner-box .button-box .button.orange a {
	background-color: #B35500;
	border-bottom: 4px solid #8F4300;
}

.banner-box .button-box .button.blue a {
	background-color: #004F77;
	border-bottom: 4px solid #00354F;
}

.banner-box .button-box .button a:hover {
	padding-right: 5em;
	padding-left: 5em;
}

div.adm-feat-box h2 {
    margin: 0;
    color: white;
    text-align: center;
    padding: 10px 10px 7px 10px;
    border-radius: 8px 8px 0 0;
    font-size: 1.3em;
    font-weight: 300;
    text-transform: uppercase;
    text-shadow: 1px 1px 2px rgba(0,0,0,.85);
}

div.adm-feat-box.maroon h2 {
    background-color: #5E001D;
}

div.adm-feat-box.green h2 {
    background-color: #79782C;
}

div.adm-feat-box.gray h2 {
    background-color: #63666A;
}

div.adm-feat-box.blue h2 {
    background-color: #004F77;
}

div.adm-feat-box p {
    padding: 10px;
    border: 1px solid #efefef;
    border-top: none;
    box-shadow: 0px 5px 5px -4px rgba(122,122,122,0.5);
    font-size: 13px;
}

.featured_image_wrap {
    position: relative;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.featured_image_wrap .tag-box {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #FFFFFF;
    width: 100%;
    text-align: center;
    font-size: 44px;
    text-transform: uppercase;
    text-shadow: 2px 2px 4px #000, 0 0 10px #000;
    line-height: 1;
    padding: 0 10px;
}

@media screen and (max-width:615px) {
    .featured_image_wrap .tag-box {
        font-size: 20px;
    }
}

@media screen and (max-width:991px) {
    .banner-box .button-box .button a {
			padding: .5em 2.5em;
			font-size: 1em;
			transition: initial;
    }

    .banner-box .button-box .button a:hover {
			padding: .5em 2.5em;
    }
}

@media screen and (max-width:615px) {
	.banner-box .title-container {
		position: initial;
		top: initial;
	}

    .banner-box .title-container .title-box {
    	font-size: 20px;
    	text-shadow: none;
    	font-size: 20px;
		text-transform: uppercase;
		background-color: #262626;
		color: #FFFFFF;
		text-align: center;
		padding: 10px;
    }

    .banner-box .button-box {
		position: initial;
		display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .banner-box .button-box .button {
        -webkit-flex: 1;
        -ms-flex: 1;
		flex: 1;
		margin: 0;
	}

	.banner-box .button-box .button a {
		display: block;
		border-bottom: none !important;
		color: #FFFFFF;
		text-align: center;
		padding: 10px;
		transition: initial;
	}

	.banner-box .button-box .button a:hover {
		padding: 10px;
	}
}

/******** Why UM Page ********/

div.why-button p {
    color: #ffffff;
    padding: 0;
    margin: 0;
}

div.why-button.teal a, h2.why-heading.teal {
    background-color: #006666;
    border-left: 10px solid #003F3F;
}

div.why-button.green a, h2.why-heading.green {
    background-color: #79782C;
    border-left: 10px solid #5F5E23;
}

div.why-button.orange a, h2.why-heading.orange {
    background-color: #B35500;
    border-left: 10px solid #8F4300;
}

div.why-button.blue a, h2.why-heading.blue {
    background-color: #004F77;
    border-left: 10px solid #00354F;
}

div.why-button.purple a, h2.why-heading.purple {
    background-color: #583254;
    border-left: 10px solid #3F233C;
}

div.why-button.gray a, h2.why-heading.gray {
    background-color: #63666A;
    border-left: 10px solid #45494F;
}

div.why-button a {
    display: block;
    padding: 10px;
    margin-bottom: 20px;
    color: #fff;
    border-bottom: none;
    transition: border-left .25s;
    text-transform: uppercase;
    font-weight: 200;
}

div.why-button a:active, div.why-button a:focus {
    border-bottom: none;
    text-decoration: none;
}

div.why-button.teal a:hover {
    border-left: 20px solid #003F3F;
}

div.why-button.green a:hover {
    border-left: 20px solid #5F5E23;
}

div.why-button.orange a:hover {
    border-left: 20px solid #8F4300;
}

div.why-button.blue a:hover {
    border-left: 20px solid #00354F;
}

div.why-button.purple a:hover {
    border-left: 20px solid #3F233C;
}

div.why-button.gray a:hover {
    border-left: 20px solid #45494F;
}

h2.why-heading {
    padding: 15px;
    border-bottom: 0;
    color: #fff;
    font-weight: 200;
    text-transform: uppercase;
    line-height: 1;
}

p.why-pad {
    padding: 0 25px;
    text-align: justify;
}

/**********************************************************************************************/
/** 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;
}

/******** Responsive YouTube embed container styles ********/

.embed-container-feat {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    height: 70%;
    margin-bottom: 0px;
    }
    
.embed-container-feat iframe, .embed-container-feat object, .embed-container-feat embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    }
    
/* Add "new window" icon to main navigation */
.site-nav ul.nav li.external:before {
font-family: 'Glyphicons Halflings';
content: "\e164";
position: absolute;
top: 2px;
right: 4px;
font-size: 1rem;
color: #767676;
z-index: 1;
pointer-events: none;
}

.grow a:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.top {
  position: absolute;
}
.red {
  background: red;
  z-index: 1;
}
