﻿/* ==========================================================================
   Bootstrap Override Styles
   ========================================================================== */
@media screen and (max-width: 767px) {
	.hidden-xs {
		display: none;
		visibility: hidden;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.container {
		width: auto;
		max-width: 750px;
	}
	.hidden-sm {
		display: none;
		visibility: hidden;
	}
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
	.container {
		width: auto;
		max-width: 970px;
	}
	.hidden-md {
		display: none;
		visibility: hidden;
	}
}
@media screen and (min-width: 992px) and (min-width: 1200px) {
	.hidden-lg {
		display: none;
		visibility: hidden;
	}
}
/* ==========================================================================
   General Styles
   ========================================================================== */
@charset "UTF-8";

@font-face {
  font-family: "trb";
  src:url("../fonts/trb.eot");
  src:url("../fonts/trb.eot?#iefix") format("embedded-opentype"),
    url("../fonts/trb.woff") format("woff"),
    url("../fonts/trb.ttf") format("truetype"),
    url("../fonts/trb.svg#trb") format("svg");
  font-weight: normal;
  font-style: normal;

}

[data-icon]:before {
  font-family: "trb" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="ico-"]:before,
[class*=" ico-"]:before {
  font-family: "trb" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ico-history:before {
  content: "\61";
}
.ico-filter:before {
  content: "\62";
}
.ico-rss:before {
  content: "\64";
}
.ico-share:before {
  content: "\65";
}
.ico-expand:before {
  content: "\66";
}
.ico-contract:before {
  content: "\67";
}
.ico-help:before {
  content: "\63";
}
.ico-twitter-square:before {
  content: "\68";
}
.ico-envelope-square:before {
  content: "\69";
}
.ico-facebook-square:before {
  content: "\6a";
}
.ico-calendar-1:before {
  content: "\6c";
}
.ico-dollar:before {
  content: "\6e";
}
.ico-talk-chat:before {
  content: "\6f";
}
.ico-window-list:before {
  content: "\6b";
}
.ico-book:before {
  content: "\6d";
}
.ico-box:before {
  content: "\70";
}
.ico-user-add:before {
  content: "\71";
}
.ico-users:before {
  content: "\72";
}
.ico-search:before {
  content: "\73";
}
* {
	font-family: 'Open Sans', 'Arial', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	color: #0069ad;
	font-weight: bold;
}
a {
	color: #0069ad;
}


 
@font-face {    font-family: "ddin";    src: url("../fonts/d-din-condensed.ttf") format("truetype");    font-weight: normal;    font-style: normal;} 
/* ==========================================================================
   Header Styles
   ========================================================================== */
.navbar-mobile,
.navbar-logos {
	background-color: #5e0c02;
}
.navbar-mobile .container {
	height: 70px;
}
.navbar-mobile .container .navbar-toggle {
	float: left;		
	border: 0;
	padding: 0;		
	margin: 18px 0;
}	
.navbar-mobile .container .navbar-toggle:hover,
.navbar-mobile .container .navbar-toggle:focus	{
	background-color: transparent;		
}

.navbar-mobile .container .navbar-toggle .icon-bar {
	width: 30px;
	height: 3px;
	border-radius: 2px;
	background-color: #fff;
	display: block;
	margin: 6px 0;
}
.navbar-mobile .container .navbar-toggle:hover .icon-bar {
	background-color: #d2b48c;
}
.navbar-mobile .container .navbar-brand {
	float: right;
	padding: 0;
	height: 70px;
	padding: 19px 0;
}
.navbar-mobile .container .navbar-brand img {
	height: 32px;
}
.navbar,
.navbar-collapse,
.navbar-bottom {
	background-image: none;
	background-color: transparent;
	border: 0;
	border-color: transparent;
}
.navbar-top,
.navbar-logos,
.navbar-bottom {
	display: block;
}
.navbar-top {
	background-color: #000;
	height: 30px;
	overflow: hidden;
}
.navbar-default .navbar-top .navbar-nav li,
.navbar-default .navbar-top .navbar-nav a {
	color: #fff;
	line-height: 1;
	font-size: 15px;
}
.navbar-default .navbar-top .navbar-nav a {
	padding: 7px 0;
	margin: 0 25px 0 0;
}
.navbar-default .navbar-top .navbar-nav li:last-of-type a {
	margin-right: 15px;
}
.navbar-default .navbar-top .navbar-nav a:hover {
	color: #d2b48c;
}

.navbar-logos {
	height: 60px;
	overflow: hidden;
}
.navbar-logos .container::before,
.navbar-logos .container::after {
	display: none;
}
.navbar-logos .container {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row nowrap;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	height: 60px;
}
.nasem-logo-holder {
	overflow: hidden;
	max-width: 371px;
	max-height: 46px;
}
.navbar-logos img {
	max-height: 100%;	
}
.navbar-bottom > .container,
.navbar-bottom > .container > .navbar-nav .dropdown-menu {
	/*overflow-y: auto;*/
}
.navbar-bottom > .container {
	background-color: #fff;		
	border: 3px solid #e7e7e2;
	padding: 0;
}
.navbar-bottom ul {
	margin: 0;	
	border-radius: 0;
}
.navbar-default .navbar-nav .open .dropdown-menu .dropdown-header {
	font-size: 14px;
	color: #929089;
	font-weight: bold;
}
.navbar-default .navbar-nav>.open>a, 
.navbar-default .navbar-nav>.open>a:hover, 
.navbar-default .navbar-nav>.open>a:focus {
	background-color: inherit;
	background-image: inherit;
	border-color: #e7e7e2;
}
.navbar-bottom .navbar-nav li a {
	color: #000;
	padding: 7px 15px;
	font-size: 14px;
	line-height: 1;
	height: 30px;
	border-bottom: 1px solid #e7e7e2;
}
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav .open .dropdown-menu>li>a {
	color: #000;
	font-size: 14px;
}
.navbar-bottom .navbar-nav li a:hover {
	color: #0069ad;
}
.navbar-default .navbar-nav .open .dropdown-menu > li.dropdown-sublink {
	padding-left: 15px;
}
.navbar-default .navbar-nav .open .dropdown-menu > li.dropdown-sublink>a {
	border-bottom: 0;
}
.navbar-default .navbar-nav .open .dropdown-menu > li.dropdown-sublink + li:not(.dropdown-sublink) {
	border-top: 1px solid #c2c2bc;
}
.navbar-bottom .navbar-nav.navbar-right {
	height: 30px;
	padding-right: 15px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row nowrap;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
}
.navbar-nav .open .dropdown-menu {
	background-color: #e7e7e2;
}
.navbar-bottom .navbar-nav li.open a {
	border-bottom: 1px solid #c2c2bc;
}
.navbar-bottom .navbar-nav li.open li:last-child > a {
	border-bottom: 0;
}
@media screen and (max-width: 1199px){
	.addthis_toolbox a {
		width: 100% !important;
		padding-left: 25px !important;	
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-flow: row nowrap;
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		-webkit-justify-content: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-align-content: center;
		-ms-flex-line-pack: center;
		align-content: center;	
	}
	.addthis_toolbox a::after {
		display: inline-block;
		font-size: 14px;
	}
	.addthis_toolbox a > span {
		margin-right: 10px;
	}
	.addthis_toolbox a[class*="facebook"]::after {
		content: 'Facebook';
	}
	.addthis_toolbox a[class*="linkedin"]::after {
		content: 'LinkedIn';
	}
	.addthis_toolbox a[class*="twitter"]::after {
		content: 'Twitter';
	}
	.addthis_toolbox a[class*="addthis"]:not([title])::after {
		content: 'AddThis';
	}
	.addthis_toolbox a[class*="email"]::after {
		content: 'Email';
	}
	.addthis_toolbox a[class*="print"]::after {
		content: 'Print';
	}
}
/* ==========================================================================
   Desktop-Specific Header Styles
   ========================================================================== */
@media screen and (min-width: 1200px){
	.navbar-mobile .container {
		height: auto;
	}	
	.navbar-bottom {
		height: 30px;
		background: -moz-linear-gradient(top,#edeee9 0%,#bab5af 100%);
		background: -webkit-linear-gradient(top,#edeee9 0%,#bab5af 100%);
		background: linear-gradient(to bottom,#edeee9 0%,#bab5af 100%);
	}
	.navbar-bottom > .container {
		background-color: transparent;		
		border: 0;
		padding: 0 15px;
		width: 1170px;		
	}
	.navbar-bottom ul {
		margin-left: 0;	
	}
	.navbar-nav .open .dropdown-menu	{
		background-color: #fff;
	}
	.navbar-bottom .navbar-nav > li > a {
		padding: 7px 12px 7px 0;
		border-bottom: 0;
	}
	.navbar-default .navbar-bottom .navbar-nav > .open > a.dropdown-toggle {
		background-image: none;
		box-shadow: none;
	}
	.navbar-bottom .navbar-nav > li.open > a {
		border-bottom: 0;
	}
	.navbar-default .navbar-nav .open .dropdown-menu .dropdown-header {
		padding-left: 15px;
	}
	.addthis_toolbox {
		height: 20px;
		overflow-y: hidden;
	}
}
/* ==========================================================================
   Homepage Content Styles
   ========================================================================== */
/* Carousel & Buttons */
.trb-top-content {
	margin-top: 15px;
	margin-bottom: 30px;
}
#trbCarousel,
#trbCarousel .carousel-inner,
#trbCarousel .item {
	height: 250px;
}
@media screen and (min-width: 1200px){
	#trbCarousel,
	#trbCarousel .carousel-inner,
	#trbCarousel .item {
		height: auto;
	}
	#trbCarousel {		
		margin-right: -15px;
	}
}
#trbCarousel .item {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;	
}
#trbCarousel .item .trb-caption {
	background-color: rgba(0,0,0,.7);
	width: 84%;
	margin: auto;
	padding: 15px;
	position: absolute;
	bottom: 45px;
	left: 8%;
	color: #fff;
}
#trbCarousel .item .trb-caption p {
	margin-bottom: 0;
	position: relative;
	font-size: 16px;
	line-height: 1.5em;
	height: 3em;
	overflow: hidden;
}
#trbCarousel .item .trb-caption p.original {
	overflow: visible;
	height: auto;
}
#trbCarousel .item .trb-caption p.truncated {
	overflow-y: hidden;	
	padding-right: 1em;
}
#trbCarousel .item .trb-caption p.truncated::after {
	content: '...';
	color: #fff;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 2;
}

#trbCarousel .item p a {
	color: #d2b48c;
}
#trbCarousel .carousel-indicators {
	bottom: -5px;
}
#trbCarousel .carousel-control {
	width: 8%;
}
.trb-homepage-btns > div {
	margin-bottom: 15px;
}
@media screen and (min-width: 1200px){
	.trb-homepage-btns > div:last-of-type {
		margin-bottom: 0;
	}
}
.trb-homepage-btns a {	
	background-color: #0069ad;
	border: 3px solid #6d84bf;
	font-size: 12px;
	display: inline-block;
	padding: 8px;
	width: 100%;
	min-height: 100%;
	text-align: center;
}
@media screen and (min-width: 1200px){
	.trb-homepage-btns a {
		text-align: left;
		display: block;
		margin-right: 0;		
	}
	
}

@media screen and (min-width: 1200px){
	.trb-homepage-btns a:last-child {
		margin-bottom: 0;
	}
}
.trb-homepage-btns a span {
	color: #fff;
	display: block;
}
.trb-homepage-btns a span:not(:first-child){	
    overflow: hidden;
    display: block;
    position: relative;
    line-height: 1.5em;
    max-height: 3em;
    text-align: justify;
    padding-right: .8em;
}
.trb-homepage-btns a span:not(:first-child)::before {
    content: '...';
    position: absolute;
    right: 0;
    bottom: 0;
}
.trb-homepage-btns a span:not(:first-child)::after {
    content: '';
    position: absolute;
    right: 0;
    width: 1em;
    height: 1em;
    margin-top: 0.2em;
    background: #0069ad;
}

.trb-homepage-btns a span:first-child {
	color: #d2b48c;
	font-weight: bold;
	font-size: 14px;
}
.trb-homepage-btns a:hover span:first-child {
	text-decoration: underline;
}
/* Search Bar */
.trb-searchbar {
	width: 100%;
	padding: 15px;
	text-align: center;
	border: 3px solid #d2b48c;
	background-color: #f5edda;
	margin-bottom: 30px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: column nowrap;
	-ms-flex-flow: column nowrap;
	flex-flow: column nowrap;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
}
.trb-searchbar > div:first-child {
	width: 100%;
	max-width: 740px;
	margin: 0 auto 15px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row nowrap;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
}
.trb-searchbar > div:first-child input[type="text"] {
	border: 1px solid #ccc;
	padding: 7px 5px;
	width: 85%;
}
.trb-searchbar > div:first-child a {
	background-color: #5e0c02;
	color: #fff;
	padding: 8px;
	width: 15%;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
.trb-searchbar > div:first-child a:hover {
	text-decoration: none;
}
.trb-searchbar > div:last-child label {
	color: #337ab7;
	margin-left: 8px;
}
.trb-searchbar > div:last-child > label:nth-last-of-type(2) {
	margin-right: 8px;
}
	
@media screen and (max-width: 499px){
	.trb-searchbar > div:last-child > *:nth-child(3) {
		margin-top: 10px;
	}
	.trb-searchbar > div:last-child > span:first-of-type,
	.trb-searchbar > div:last-child > span:last-of-type{
		display: inline-block;
		width: 20%;
		text-align: right;
	}
	.trb-searchbar > div:last-child > label:first-of-type,
	.trb-searchbar > div:last-child > label:last-of-type {
		display: inline-block;
		width: calc(78% - 8px);		
		text-align: left;
		margin-right: 0;
	}
}
/* Tabbed Content */
@media screen and (min-width: 768px){
	.trb-tabbed-content {
		border: 3px solid #c2beb8;
	}
}
.trb-tabbed-content  .nav-tabs {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
}
@media screen and (min-width: 768px){
	.trb-tabbed-content  .nav-tabs {
		-webkit-flex-flow: row nowrap;
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		margin: -3px;
	}
}
.trb-tabbed-content .nav-tabs > li {
	width: auto;	
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	text-align: center;
	background-color: #7f7f7f;
	border: 3px solid #e7e7e2;
}
@media screen and (min-width: 768px){
	.trb-tabbed-content .nav-tabs > li {
		width: 100%;
		border-bottom: 3px solid #c2beb8;
		border-right: 3px solid #7f7f7f;
	}
	.trb-tabbed-content .nav-tabs > li:last-child:not(.active){
		border-right: 3px solid #e7e7e2;
	}
}
.trb-tabbed-content .nav-tabs > li.active {
	background-color: #fff;
	border: 3px solid #c2beb8;
}
@media screen and (min-width: 768px){
	.trb-tabbed-content .nav-tabs > li.active {
		border-bottom: 3px solid transparent;
		background-color: transparent;
	}
	.trb-tabbed-content .nav-tabs > li.active + li {
		border-left: 3px solid #7f7f7f;
	}
}
.trb-tabbed-content .nav-tabs > li.active > a {
	color: #797978;
}

.trb-tabbed-content .nav-tabs > li > a,
.trb-tabbed-content .nav-tabs >li.active>a, 
.trb-tabbed-content .nav-tabs >li.active>a:hover, 
.trb-tabbed-content .nav-tabs >li.active>a:focus {
	border: 0 solid transparent;
	border-radius: 0;
	background-color: transparent;
	font-weight: bold;
}
.trb-tabbed-content .nav-tabs > li > a {
	color: #fff;
}
.trb-tabbed-content .nav-tabs > li > a span {
	font-size: 1.4em;
	margin-right: .5em;
	position: relative;
	top: 4px;
}

.trb-tabbed-content .tab-content {
	background-color: #fff;
	border: 3px solid #c2beb8;
	padding: 30px;
}
@media screen and (min-width: 768px){
	.trb-tabbed-content .tab-content {
		border-top: 0;
		margin: -3px;
	}
}
.trb-tabbed-content .tab-content p {
	font-size: 16px;
}
.trb-tabbed-content .tab-content ul {
	margin: 0;
	padding: 0 0 0 25px;
}
@media screen and (min-width: 768px){
	.trb-tabbed-content .tab-content ul {
		padding: 0;
	}
}
.trb-tabbed-content .tab-content li {
	font-size: 22px;	
	vertical-align: top;	
}

@media screen and (min-width: 768px){
	.trb-tabbed-content .tab-content li {
		display: inline-block;		
		width: 45%;
		margin-right: 4%;
		padding-left: calc(.5em + 5px);
	}
	.trb-tabbed-content .tab-content li::before {
		content: '•';
		font-size: 1em;
		margin-right: 5px;	
		display: inline-block;
		width: .5em;	
		margin-left: calc(-.5em - 5px);
	}
}
.trb-tabbed-content .tab-content li a {
	text-decoration: underline;
}
.trb-tabbed-content .tab-content li a:hover {
	text-decoration: none;
}
/* Publications */
@media screen and (min-width: 768px){
	
	.trb-publication-grid {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-flow: row wrap;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-align-items: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		-webkit-align-content: stretch;
		-ms-flex-line-pack: stretch;
		align-content: stretch;
		max-width: 100%;
	}
	.trb-publication-grid {
		-webkit-flex-flow: row nowrap;
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
	}
}

.trb-publication {
	max-width: 100%;
}
@media screen and (min-width: 768px){
	.trb-publication {
		-webkit-flex: 1 1 auto;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-flow: column nowrap;
		-ms-flex-flow: column nowrap;
		flex-flow: column nowrap;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-align-items: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		-webkit-align-content: stretch;
		-ms-flex-line-pack: stretch;
		align-content: stretch;		
		padding-bottom: 30px;

		-webkit-flex: 0 1 auto;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto;
	}
}
@media screen and (min-width: 1200px){
	.trb-publication {
		padding-bottom: 0;
	}
}
.trb-publication:last-of-type {
	margin-right: 0;
}
.trb-publication > a,
.trb-publication > a img {
	max-width: 100%;
}
.trb-publication > a {
	border: 3px solid #0069ad;
	display: block;
	background-color: #e3e4e8;
	margin-bottom: 15px;
	min-height: 100%;
	height: auto;
}
.trb-publication > div {
	-webkit-flex: none;
		-ms-flex: none;
		flex: none;
	display: block;
	text-align: center;
	height: 60px;
}
.trb-publication > div a {
	text-decoration: underline;
}
.trb-publication > div a:hover {
	text-decoration: none;
}

@media screen and (min-width: 768px){
	.trb-publication > div {
		text-align: left;
	}
}
@media screen and (min-width: 768px){
	.trb-publication > div a {
		max-width: 99%;
		max-height: 59px;
	}
	
}
.trb-publication > a img {
	width: 100%;
	max-width: 100%;
}
.trb-bookstore-btn {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: column nowrap;
	-ms-flex-flow: column nowrap;
	flex-flow: column nowrap;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	margin-bottom: 30px;
}
.trb-bookstore-btn a {
	display: block;
	width: 100%;
	border: 3px solid #5e0c02;
	background-color: #5e0c02;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	padding: 15px;
	text-align: center;
}

@media screen and (min-width: 1200px){
	.trb-bookstore-btn a {
		border: 3px solid #d2b48c;
		background-color: #f5edda;
		background: -moz-linear-gradient(top,  #f8f5e3 0%, #ead6bb 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top,  #f8f5e3 0%,#ead6bb 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom,  #f8f5e3 0%,#ead6bb 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		color: #5e0c02;
		font-size: 24px;
		min-height: 100%;
		height: auto;
	}
}
.trb-bookstore-btn a:hover {
	text-decoration: none;
}
.trb-bookstore-btn a div {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: column nowrap;
	-ms-flex-flow: column nowrap;
	flex-flow: column nowrap;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	height: 100%;
}
.trb-bookstore-btn a div span:not(:first-child){
	max-width: 100%;
}
.trb-bookstore-btn a:hover div span:not(:first-child){
	text-decoration: underline;
}
.ico-book {
	font-size: 40px;
	line-height: 35px;
}
@media screen and (min-width: 1200px){
	.ico-book {
		font-size: 90px;
		line-height: 80px;
	}
}
/* ==========================================================================
   Footer Styles
   ========================================================================== */
footer {
	border-top: 4px solid #000;
	background-color: #5e0c02;
	padding: 15px 0;
	text-align: center;
}
footer .nasem-logo-holder {
	margin: 0 auto 8px auto;
}
footer img {
	margin: auto;
	margin-bottom: 15px;
}
@media screen and (min-width: 1200px){
	footer img {
		display: none;
	}
}
footer p,
footer a,
footer span {
	color: #fff;
	font-size: 11px;
	text-align: center;
}
footer span {
	display: block;
}
@media screen and (min-width: 768px){
	footer span span {
		display: inline;
	}
}
footer a {
	text-decoration: underline;
}
footer a:hover {
	text-decoration: none;
	color: #fff;
}


