/* ####################################### */
/* # MAIN ADJUSTMENTS FOR THE WHOLE PAGE # */
/* ####################################### */

	body {
		/*font-family: Source Sans Pro, sans-serif;*/
		font-family: 'Lato', sans-serif;
		background-color: #18bc9c;
		background: url('http://services.minecraftedu.com/wiki/skins/strapping/images/mcedu_cube_bg.png');
		text-rendering: optimizeLegibility;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}

	body, input, button {
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}

	a {
		/*color: #7bb162; Old green*/
		/*color: #9B854E; Brown*/
		color: #40A84F;
	}

	a:focus {
		color: #40A84F;
		text-decoration: none;
	}

	::selection {
		background-color: rgb(161, 215, 149);
		color: rgb(48, 73, 83);
	}

	::-moz-selection {
		background-color: rgb(161, 215, 149);
		color: rgb(48, 73, 83);
	}

/* ########## */
/* # RANDOM # */
/* ########## */

	div#toplogo {
		padding-left: 0px;
		margin-left: 0px;
		width: 42px;
		padding-left: 14px;
	}

    div#toplogo > a > img {
        padding: 5px;
        -webkit-transition: all ease 0.3s;
        -moz-transition: all ease 0.3s;
        -o-transition: all ease 0.3s;
        -ms-transition: all ease 0.3s;
        transition: all ease 0.3s;
    }

    div#toplogo > a > img:hover {
    	-webkit-transform: scale(1.1);
        color: #37698C;
        /*
		border-radius: 60%;
        box-shadow: 0px 0px 3px 1px #585F57;
        background: #37698C;*/
    }

	/** Breadcrumb that will be moved below the page title with javascript */
	#breadcrumb {
		top: 0px !important;
		height: 17px;
		min-height: 17px;
		line-height: 17px;
	}

	#breadcrumbTop {
		font-size: 11px;
		margin-left: 28px;
	}

	div#toc ul {
		padding-left: 3px;
		list-style-type: none;
	}

	div.oo-ui-dialog {
		z-index: 100;
	}

	h1#firstHeading2 {
		margin-bottom: 0px;
		border-bottom: 15px;
		padding-top: 6px;
		padding-bottom: 8px;
		background-color: #263a55;
		color: white;
		border-radius: 10px 4px 0px 10px;
		font-size: 28px;
		margin-left: -8px;
	}

	h1#firstHeading2 span {
		padding-left: 27px;
	}

	.noContentBackground {
		background-color: transparent !important;
		border: 0px !important;
		box-shadow: inset 0 0 0 0 !important;
		-webkit-box-shadow: 0 0 0 0 !important;
	}

	.noContentBackground .well,
	.noContentBackground .mainPageSectionBox {
		-webkit-box-shadow: 0px 2px 3px rgba(111, 115, 113, 0.5) !important;
		box-shadow: 0px 2px 3px rgba(111, 115, 113, 0.5) !important;
	}

	.front-page-title {
	margin-top: 10px;
	text-align: center;
	margin-top: 0px;
	/* padding-top: 0px; */
	/* border-radius: 0% 0% 50% 50%; */
	padding: 20px;
	background-color: #263a55;
	color: white;
	/* width: 50%; */
	margin: 0 auto;
	padding-bottom: 1px;
	padding-top: 16px;
	padding-top: 30px;
	padding-bottom: 30px;
	border-radius: 8px 8px 0px 0px;
	border: 1px solid rgb(49, 60, 74);
	border-bottom: 0px;
	}

	.front-page-title .front-page-header-text {
		margin-top: 0px;
		margin-bottom: 0px;
		/* text-transform: uppercase; */
		font-size: 28px;
	}

	#site-navigation-navbar.navbar-frontpage {
		padding-bottom: 11px;
		padding-top: 2px;
	}

	/* Tree class for creating collapsible folder structures */
	.tree {
	}
	.tree li {
	    list-style-type:none;
	    margin:0;
	    padding:10px 5px 0 5px;
	    position:relative
	}
	.tree li > span {
		margin-right: 7px;
	}
	.tree li::before, .tree li::after {
	    content:'';
	    left:-20px;
	    position:absolute;
	    right:auto
	}
	.tree li::before {
	    border-left:1px solid #999;
	    bottom:50px;
	    height:100%;
	    top:0;
	    width:1px
	}
	.tree li::after {
	    border-top:1px solid #999;
	    height:20px;
	    top:25px;
	    width:25px
	}
	.tree li span {
	    -moz-border-radius:5px;
	    -webkit-border-radius:5px;
	    border:1px solid #999;
	    border-radius:5px;
	    display:inline-block;
	    padding:3px 8px;
	    text-decoration:none
	}
	.tree li.parent_li>span {
	    cursor:pointer
	}
	.tree>ul>li::before, .tree>ul>li::after {
	    border:0
	}
	.tree li:last-child::before {
	    height:30px
	}
	.tree li.parent_li>span:hover, .tree li.parent_li>span:hover+ul li span {
	    background:#eee;
	    border:1px solid #94a0b4;
	    color:#000
	}
	/* Tree styling ends */

/* ################### */
/* # SITE CONTENT AREA */
/* ################### */

	div#content {
		/** Copied from Boostrap "well" class */
		margin-top: 0px !important;
		min-height: 20px;
		padding: 26px;
		margin-bottom: 20px;
		background-color: #f5f5f5;
		/** Custom theming for the content area */
		/*border: 1px solid #2F4B67;*/
		background-color: white;
		margin-bottom: 0px;
		border-bottom: 0px;
		border-radius: 0px;
		padding-top: 27px;
		padding-bottom: 18px;
		-webkit-box-shadow: 0px 3px 4px rgba(0, 0, 0, .5);
		box-shadow: 0px 3px 4px rgba(0, 0, 0, .5);
	}

	div#content .mainPageSectionImage a:hover {
		border-bottom: 0px solid;
	}

	div#content .thumb .thumbinner a:hover {
		border-bottom: 0px solid;
	}

	@media (max-width: 979px) and (min-width: 768px) {
		#toc_rightsidebar {
			width: 124px;
		}
	}

	#innerbodycontent {
		margin-top: 24px;
	}

	#content p, ul, li {
		font-size: 16px;
		color: rgb(46, 59, 76);
		line-height: 22px;
	}

	#content ul, li {
		line-height: 22px;
	}

	div#content ul > li > ul {
		margin-top: 6px;
	}

	div#content h2 {
		/*border-bottom: 1px solid #eeeeee;*/
		margin-top: 50px;
		/* padding-top: 15px; */
		padding-bottom: 0px;
		/*font-size: 27.5px;*/
		font-size: 33px;
		color: #243A62;
	}

	div#content h3 {
		/*color: #243A62;*/
		/*font-size: 20px;*/
		font-size: 22px;
		color: #384B6E;
		margin-top: 35px;
		line-height: 20px;
		margin-bottom: 13px;
	}

	div#content h4 {
		font-size: 15.5px;
		margin-top: 35px;
		line-height: 20px;
		color: #384B6E;
		margin-bottom: 4px;
	}

	div#content embed {
		max-width: 370px;
		max-height: 310px;
	}

	@media all and (max-width: 390px) {
		div#content ul li {
			white-space: normal;
			word-wrap: break-word;
		}
	}

	@media all and (max-width: 390px) {
		div#content embed {
			max-width: 280px;
			width: 280px;
			height: 210px;
		}
	}

	@media all and (max-width: 390px) {
		div#content .table {
			max-width: 380px;
		}

		div#content .table th,
		div#content .table td {
			white-space: normal;
			word-wrap: break-word;
			max-width: 53px;
		}
	}

	div#content code {
		white-space: normal;
		word-wrap: break-word;
	}

	/** When searching for something, searched keyword is being colored with this */
	div#content div.mw-search-result-heading span.searchmatch {
		color: #668955;
	}

	/** Adding icon next to all links that take you outside wiki */
	div#content .external {
		background-position: center right;
		background-repeat: no-repeat;
		background-image: url("http://services.minecraftedu.com/wiki/skins/strapping/icons/open_external_link.png");
		padding-right: 13px;
	}

	div#content embed {
		margin-top: 11px;
	}

	div#content ul {
		margin-top: 3px;
		margin-bottom: 10px;
	}

	div#content .tright {
		padding-left: 40px;
		padding-bottom: 40px;
	}

	div#content ul li {
		line-height: 22px;
	}

	div#content span.toctoggle {
		display: none;
	}

	div#content div#toctitle h2 {
		border-bottom: 0px;
		margin-top: 30px;
	}

	div#content div.thumbcaption div.magnify {
		display: none;
	}

	div#content div.thumbcaption {
		font-size: 12px;
	}

/** ############################# */
/** # SEARCH RESULTS CUSTOM CSS # */
/** ############################# */

	form#search div#mw-search-top-table {
		padding-left: 7px;
	}

	#content .search-types li a {
		color: white;
		margin-top: 0px;
		font-size: 13px;
	}

	#content .search-types li.current a {
		background: rgb(25, 108, 25);
		border-radius: 20px;
		padding-left: 11px;
		padding-right: 11px;
	}

	#content .search-types li a:hover {
		color: #E2FCE5;
		border-bottom: 0px solid white;
	}

	form#search {
		background-color: #263A55;
		border: 1px solid #d6e9c6;
		color: #468847;
		padding: 8px 35px 8px 14px;
		border-radius: 4px;
	}

	form#search .results-info ul li {
		font-size: 13px;
		margin-top: 0px;
		color: white;
	}

	form#search input.mw-ui-button {
		background-color: #51a351;
		height: 36px;
		border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
		color: #ffffff;
		padding-left: 20px;
		padding-right: 20px;
		font-size: 16px;
	}

	/** Removes the article size and last modified date from bottom of the search result item */
	div.mw-search-result-data {
		display: none;
	}

	div.searchresults > p.mw-search-createlink {
		text-align: left;
		margin-bottom: 25px;
		margin-top: 25px;
		margin-left: 0px;
		color: white !important;
		border-radius: 3px;
		padding: 14px;
		padding-left: 30px;
		background: rgb(81, 163, 81);
		border: 1px solid rgb(63, 107, 63);
	}

	div.searchresults > p.mw-search-createlink a {
		color: rgb(42, 255, 42);
	}

	div.searchresults > p.mw-search-createlink a:hover {
		color: rgb(42, 255, 42) !important;
		border-bottom: 1px solid rgb(42, 255, 42) !important;
	}

	form#search > div#mw-search-top-table {
		margin-top: 22px;
		margin-bottom: 8px;
	}

	form#search input#searchText {
		width: 39%;
		height: 26px;
		font-size: 18px;
		padding-left: 11px;
	}

	.mw-search-results {
		margin-left: 28px;
	}

	.mw-search-results li a {
		font-size: 18px;
	}

	.mw-search-results .searchalttitle a {
		font-size: 90%;
	}

	.mw-search-results .searchresult {
		font-size: 90%;
	}

	.mw-search-results li {
		padding-bottom: 1.6em;
	}

	form#searchform ::-webkit-input-placeholder::before { font-family: fontAwesome; content:'\f002  '; color: rgb(48, 49, 65); }
	form#searchform ::-moz-placeholder::before  { font-family: fontAwesome; content:'\f002  '; color: rgb(48, 49, 65); } /* firefox 19+ */
	form#searchform :-ms-input-placeholder::before  { font-family: fontAwesome; content:'\f002  '; color: rgb(48, 49, 65); } /* ie */
	form#searchform input:-moz-placeholder::before  { font-family: fontAwesome; content:'\f002  '; color: rgb(48, 49, 65); }

/** ######################## */
/** # MAIN PAGE CUSTOM CSS # */
/** ######################## */

	.mainPageSection {
		margin-left: 0px;
		margin-top: 0px !important;
	}

	.mainPageSection > .mainPageSectionBox {
		background-color: white;
		border-radius: 4px;
		width: 49%;
		padding: 0px;
		/*height: 250px;*/ height: auto;
		margin-bottom: 20px;
		box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
		-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
		-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
		border: 1px solid #8AA697;
		margin-left: 18px;
		float: left;
		min-width: 279px;
		min-height: 343px;
		height: 343px;
	}

	.mainPageSection > .mainPageSectionBoxLeft {
		margin-left: 0px;
	}

	.mainPageSection > .mainPageSectionBoxRight {
		
	}

	@media all and (min-width: 980px) and (max-width: 1200px) {
		.mainPageSection > .mainPageSectionBoxRight {
			margin-left: 14px;
		}

		.mainPageSection > .mainPageSectionBox {
			min-height: 364px;
			height: 364px;
		}
	}

	@media all and (min-width: 800px) and (max-width: 980px) {
		.mainPageSection > .mainPageSectionBoxRight {
			margin-left: 9px;
		}

		.mainPageSection > .mainPageSectionBox {
			min-height: 424px;
			height: 424px;
		}
	}

	@media all and (max-width: 800px) {
		.mainPageSection > .mainPageSectionBox {
			width: 100%;
			margin-left: 0px;
		}
	}

	@media all and (max-width: 500px) {
		.mainPageSection > .mainPageSectionBox {
			height: 413px;
			min-height: 413px;
		}
	}

	@media all and (max-width: 390px) {
		.mainPageSection > .mainPageSectionBox {
			height: 465px;
			min-height: 465px;
		}
	}

	.mainPageSection > .mainPageSectionBox > div {
		padding-left: 19px;
		padding-top: 19px;
	}

	.mainPageSectionImage {
		width: 90px;
		float: left;
		padding-right: 25px;
	}

	.mainPageSectionContent {
		padding-left: 25px;
		padding-right: 10px;
	}

/** ################### */
/** # SITE TOP NAVBAR # */
/** ################### */

	#site-navigation-navbar {
		background-color: #263a55;
		border-bottom: 2px solid black;
		padding-bottom: 6px;
		padding-top: 6px;
	}
	
	#site-navigation-navbar .row {
		margin-top: 0px;
	}

	#site-navigation-navbar .nav>li>a {
		font-family: "Montserrat", sans-serif;
		text-shadow: none;
		font-size: 14px;
		font-weight: 700;
		color: white;
		padding-left: 0px;
		padding-right: 0px;
		margin-left: 11px;
		margin-right: 15px;
		background: transparent;
		box-shadow: none;
		transition: 0s all ease;
	}

	#site-navigation-navbar .nav>li.active>a {
		border-bottom: 2px solid #516F98;
		border-radius: 0px;
		padding-bottom: 4px;
		color: #34C33D;
	}

	#site-navigation-navbar ul.navigation {
		margin-bottom: 0px;
		margin-top: 14px;/
	}

	#site-navigation-navbar ul.navigation li.dropdown.open a.dropdown-toggle {
		/*border-bottom: 2px solid rgb(205, 167, 20);*/
		color: #E2FCE5;
		border-radius: 0px;
	}

	#site-navigation-navbar ul.navigation li.dropdown.open.active a.dropdown-toggle {
		/*border-bottom: 2px solid rgb(205, 167, 20);*/
		color: #34C33D;
		border-bottom: 0px solid black;
		border-radius: 0px;
	}

	#site-navigation-navbar .dropdown-menu {
		background-color: #3C5980;
		border: 2px solid #2B3137;
		margin: 0px 9px 0;
	}

	#site-navigation-navbar .dropdown-menu::after {
		border-bottom: 6px solid #3C5980;
	}

	#site-navigation-navbar .dropdown-menu>li>a {
		padding: 3px 12px;
	}

	#site-navigation-navbar .dropdown-menu a {
		color: white;
		/*border-left: 3px solid #37698C;*/
		font-size: 14px;
	}

	#site-navigation-navbar .dropdown-menu a:hover {
		background: #1B3552;
		/*border-left: 3px solid #37698C;*/
	}

	div#sitenavigation form.navbar-search {
		top: 0px !important;
		display: block;
	}

	div#sitenavigation form.navbar-search > input {
		width: 60px;
		border: 0px solid rgb(54, 55, 76);
		font-family: "Montserrat";
		font-size: 12px;
		padding-top: 5px;
		padding-bottom: 2px;
	}

	div#sitenavigation form.navbar-search > input::-webkit-input-placeholder { color: black; }
	div#sitenavigation form.navbar-search > input:-moz-placeholder { color: black; opacity: 1; }
	div#sitenavigation form.navbar-search > input::-moz-placeholder { color: black; opacity:  1; }
	div#sitenavigation form.navbar-search > input:-ms-input-placeholder { color: black; }

	div#sitenavigation li.dropdown > a > b.caret {
		display: none;
	}

	div#sitenavigation.affix #toplogo {
		display: none;
	}

	div#sitenavigation.affix {
		padding-left: 9px;
		top: 0px;
		background-color: whitesmoke;
		margin-bottom: 0px;
		line-height: 0px;
		height: 35px;
		margin-top: 0px;
		padding-top: 0px;
		width: 989px;
		margin-left: 101px;
		border-bottom: 1px solid #d4d4d4;
		padding-top: 5px;
		padding-bottom: 5px;
	}

	div#sitenavigation.affix ul.navigation {
		padding-top: 0px;
	}

	div#sitenavigation.affix-top #toplogo {
		display: block;
		border-bottom: 0px solid;
	}

	form#searchform input#searchInput:focus {
		-webkit-transition: 0.5s all ease;
		-o-transition: 0.5s all ease;
		transition: 0.5s all ease;
		width: 100px;
	}

	@media all and (min-width: 400px) {
		div#site-navigation-navbar .nav>li>a {
			margin-left: 7px;
			margin-right: 13px;
			font-size: 13px;
		}

		form#searchform input#searchInput {
			width: 15px;
		}
	}

	@media all and (max-width: 980px) {
		div#site-navigation-navbar .nav-collapse {
			margin-top: 0px;
		}

		div#site-navigation-navbar .dropdown.active a {
			border-bottom: 0px;
		}

		div#site-navigation-navbar .btn-navbar {
			margin-right: 35px;
			margin-top: 22px;
		}

		form#searchform input#searchInput,
		form#searchform input#searchInput:focus {
			width: 200px;
		}

		div#toplogo {
			width: 62px;
		}
	}

	@media all and (min-width: 980px) {
		div#site-navigation-navbar .nav>li>a {
			margin-left: 7px;
			margin-right: 13px;
			font-size: 13px;
		}

		form#searchform input#searchInput {
			width: 15px;
		}
	}

	@media all and (min-width: 1200px) {
		div#site-navigation-navbar .nav>li>a {
			margin-left: 14px;
			margin-right: 18px;
			font-size: 14px;
		}

		form#searchform input#searchInput {
			width: 60px;
		}
	}

	@media all and (min-width: 768px) and (max-width: 980px) {
		div#toplogo img {
			margin-left: 42px;
		}

		form#searchform input#searchInput {
			width: 60px;
		}
	}

/* ################################### */
/* # RIGHT SIDEBAR TABLE OF CONTENTS # */
/* ################################### */

	#toc_rightsidebar {
		margin-left: 0px;
	}

	#toc_rightsidebar #toc ul li {
		line-height: 18px;
		padding-top: 4px;
	}

	div#toc_rightsidebar a {
		color: white;
		font-size: 15px;
		padding-left: 10px;
		font-family: "Lato", sans-serif, "Helvetica Neue",Helvetica,Arial,sans-serif !important;
		text-shadow: none !important;
		font-weight: 400;
		display: block;
	}

	#toc {
		background-color: #263a55;
		padding-top: 10px;
		padding-left: 21px;
		padding-bottom: 10px;
		border-radius: 0px 4px 4px 0px;
		margin-top: 88px;
		border: 1px solid #2F4B67;
		border-left: 0px;
		--webkit-transition: 0.5s background ease;
		-o-transition: 0.5s background ease;
		transition: 0.5s background ease;
	}

	#toc.affix {
		margin-top: 0px !important;
		top: 0px;
		max-width: 210px;
	}

	div#toc_rightsidebar li.active > a {
		/*font-weight: 900;*/
		color: #83C587;
		background-color: transparent;
		border-left: 2px solid #83C587;
		padding-left: 8px;
	}

	div#toc_rightsidebar a:hover {
		background-color: transparent;
		border-left: 2px solid #83C587;
		padding-left: 8px;
		color: #83C587;
		/*font-weight: 900;*/
		text-decoration: none !important;
	}

	div#toc_rightsidebar div#toctitle {
		display: none;
	}

	div#toc_rightsidebar span.tocnumber {
		display: none;
	}

	div#toc_rightsidebar li.active > ul {
		display: block;
		font-weight: 500 !important;
	}

	div#toc_rightsidebar ul > li > ul > li {
		padding-bottom: 5px;
	}

	#toc_rightsidebar ul > li > ul > li > a {
		font-size: 14px;
	}

	div#toc_rightsidebar ul > li > ul {
		display: none;
	}

	div#toc_rightsidebar ul > li > ul > li > ul {
		display: none !important;
	}

	div#toc_rightsidebar .toclevel-3 {
		display: none;
	}

	/** Hide whole right sidebar with mobile resolutions */
	@media screen and (min-width: 0px) and (max-width: 767px) {
  		div#toc_rightsidebar {
  			display: none;
  		}
	}

/* ###################### */
/* # ARTICLE CATEGORIES # */
/* ###################### */

	/* Separate article content and category links with a horizontal line */
	div#catlinks {
		padding-top: 19px;
		margin-top: 17px;
		padding-bottom: 2px;
		border-top: 1px solid #eeeeee;
		font-size: 13px;
		margin-left: 1px;
	}

	div#catlinks > div#mw-normal-catlinks > a {
		color: #1D5236;
		font-size: 15px;
	}

	div#catlinks > div#mw-normal-catlinks > a:hover {
		text-decoration: none;
		border-bottom: 0px solid black;
		color: black;
	}

	div#catlinks li {
		border-radius: 4px;
		background-color: #4EAE5C;
		margin-right: 0px;
		margin-left: 4px;
		border: 1px solid #1D6F28;
		padding-bottom: 1px;
		--webkit-transition: ease 1s all;
		-o-transition: ease 1s all;
		transition: ease 1s all;
	}
	
	div#catlinks i {
		color: black;
	}

	div#catlinks li > a {
		color: white;
		font-size: 13px;
		padding-left: 3px;
	}

	div#catlinks a:hover {
		text-decoration: none;
		border-bottom: 0px solid black;
	}

	div#catlinks li > a:hover {
		text-decoration: none;
		color: white;
		-webkit-transition: 0s all;
		-o-transition: 0s all;
		transition: 0s all;
		border-bottom: 0px solid black;
	}

	div#catlinks li:hover {
		background-color: #2A8637;
	}

/* ################# */
/* # FOOTER TWEAKS # */
/* ################# */

	#footer {
		height: 500px;
	}

	#footer .footerDisclaimerText {
		margin-left: 22px;
	}

	#footer ul {
		margin-left: 22px;
	}

	#footer ul li {
		list-style: none;
	}

	#footer .footerContentSpan {
		background-color: #2F4B67;
		color: white;
		border-radius: 0px 0px 4px 4px;
		font-size: 13px;
		padding: 15px;
		font-size: 13px;
		padding-top: 20px;
		padding-bottom: 14px;
	}

	@media all and (max-width: 420px) {
		#footer .footerContentSpan {
			padding-left: 0px;
			padding-right: 0px;
		}

		.navbar-fixed-top, .navbar-fixed-bottom, .navbar-static-top {
			margin-left: 0px;
			margin-right: 0px;
		}
	}

	#footer .footerContentSpan a {
		color: #A6B6D3;
		font-size: 13px;
	}

/* ################# */
/* # LINK COLORING # */
/* ################# */
	
	/* Content area */
	div#content a:hover {
		text-decoration: none;
		border-bottom: 1px solid #2C7136;
		color: #2C7136;
	}
	
	/* Breadcrumb */
	div#breadcrumb a:hover {
		text-decoration: none;
		border-bottom: 1px solid rgb(38, 161, 49);
		color: rgb(38, 161, 49);
	}

	div#breadcrumb a {
		color: rgb(38, 161, 49);
	}

	/* Footer */
	#footer a:hover {
		text-decoration: none;
		color: rgb(112, 155, 224);
	}

	/* Disable link background color from images in content */
	div#content .thumb a {
		background-color: white;
	}

/* ###################### */
/* CONTENT RESPONSIBILITY */
/* ###################### */

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

		body {
			padding-left: 0px;
			width: 100%;
		}

		#site-navigation-navbar {
			margin-left: 0px;
		}

		h1#firstHeading2 {
			font-size: 22px;
			border-radius: 0px 0px 0px 0px;
			margin-left: 0px;
		}

		h1#firstHeading2 span {
			padding-left: 20px;
		}

		div#content {
			padding: 18px;
		}

			div#content .thumb .thumbinner {
				max-width: 100px;
			}

			div#content .tright {
				padding-left: 30px;
				padding-bottom: 20px;
			}

			div#content p,
			div#content ul li {
				font-size: 15px;
			}

			div#content h2 {
				font-size: 26px;
			}

			div#content h3 {
				font-size: 19px;
			}
	}

/* ######### */
/* # OTHER # */
/* ######### */

	/** Back to top button */
	#top-link-block {
		font-size: 12px;
	}
	#top-link-block .well {
		border: 0px solid;
		-webkit-box-shadow: 0px 0px 0px 0px;
		box-shadow: 0px 0px 0px 0px;
		border-radius: 2px;
		padding-top: 7px;
		padding-bottom: 7px;
		font-size: 11px;
		font-family: "Lato";
		font-weight: 300;
		padding-left: 10px;
		padding-right: 10px;
		background-color: rgb(38, 58, 85);
		color: rgb(131, 197, 135);
	}

	#top-link-block a {
		-webkit-transition: 0.5s all ease;
		-o-transition: 0.5s all ease;
		transition: 0.5s all ease;
	}

	#top-link-block a:hover,
	#top-link-block a:focus {
		text-decoration: none;
		color: rgb(60, 136, 60);
	}
	#top-link-block.affix-top {
		position: absolute;
		bottom: -1000px;
		right: 0px;
	}
	#top-link-block.affix {
		position: fixed;
		bottom: 3px;
		right: 0px;
	}

	#content .alert {
	}

	/* Custom styling for bootstrap alert boxes to match our theme */
	#content .alert-block {
		background-color: #EFE29F;
		border: 1px solid #E0D2B6;
	}

	#content .alert-info {
		border-color: #B0D6DD;
	}

	/* As our stylings overrides the default bootstrap alerts and such styles, we add them back here */
	#content .alert p { color: #98825D; font-size: 14px; }
	#content .alert li { font-size: 14px; }
	#content .alert-success p { color: #3c763d; }
	#content .alert-info p { color: #24536B; }
	#content .alert-warning p { color: #8a6d3b; }
	#content .alert-danger p { color: #a94442; }
	#content .alert-block p { color: #77623F; }

/* LIGHTBOX STYLING */

#lbBottomContainer #lbCaption {
	font-size: 15px;
	font-family: "Lato", sans-serif;
	text-align: center;
	margin-right: 0px;
	font-size: 17px;
}

	#lbBottomContainer #lbCaption a {
		color: white;
		line-height: 20px;
	}

#lbCenter {
	border-radius: 6px 6px 0px 0px;
}

#lbCenter #lbImage {
	border-radius: 6px 6px 0px 0px;
}

#lbBottom {
	background-color: rgb(131, 145, 131);
	padding: 10px;
	color: white;
	border: 10px solid rgb(255, 255, 255);
	border-radius: 0px 0px 4px 4px;
	padding-top: 17px;
	padding-bottom: 17px;
}

#lbBottomContainer {
	border-radius: 0px 0px 6px 6px;
}

#lbBottomContainer #lbBottom {
	border-radius: 0px 0px 6px 6px;
}

#lbCloseLink {
	display: none !important;
}

#lbNumber {
	display: none !important;
}