/* David Sharples Blackball Design Modified Styling */

/* ------------ Wagtail Icon ------------ */

.wagtail-userbar-trigger {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 3.5em;
	height: 3.5em;
	margin: 0 !important;
	overflow: hidden;
	background-color: #fff;
	border-radius: 50%;
	color: #000;
	padding: 0 !important;
	cursor: pointer;
	box-shadow: 0 0 1px 0 #a76932,0 1px 10px 0 rgba(167,105,50,.7)!important;
	transition: all .2s ease-in-out;
	font-size: 16px;
	text-decoration: none !important;
	position: relative;
}

.wagtail-userbar.no-touch .wagtail-userbar-trigger:hover, .wagtail-userbar.touch.is-active .wagtail-userbar-trigger {
	box-shadow: 0 0 1px 0 #a76932,0 3px 15px 0 rgba(167,105,50,.95)!important;
}

.wagtail-userbar__item {
	margin: 0;
	background-color: #c79862!important;
	opacity: 0;
	overflow: hidden;
	transition-duration: .125s;
	transition-timing-function: cubic-bezier(.55,0,.1,1);
	font-family: Open Sans,sans-serif;
	font-size: 16px !important;
	text-decoration: none !important;
}

.wagtail-userbar__item a, .wagtail-userbar__item button {
	font-size: 14px !important;
	text-align: left;
	padding: .8em;
	color: #fff !important;
}

.wagtail-userbar__item .wagtail-action:focus, .wagtail-userbar__item .wagtail-action:hover, .wagtail-userbar__item a:focus, .wagtail-userbar__item a:hover {
	outline: none;
	color: #ffe6ce !important;
	background-color: hsla(0,0%,39.2%,.15);
}

/* ------------ Image Sizes ------------ */


.portrait {
	max-width: 450px;
}

.landscape {
	max-width: 800px;
}


/* ------------ Custom Fonts ------------ */

@font-face {
  font-family: 'Special Elite';
  src: url(/static/fonts/SpecialElite-Regular.ttf) format("truetype");
}

@font-face {
  font-family: 'WindsorD';
  src: url(/static/fonts/WindsorD.ttf) format("truetype");
}

@font-face {
  font-family: 'WindsorD';
  src: url(/static/fonts/WindsorD-Bold.ttf) format("truetype");
  font-weight: bold;
}

/* ------------ Body ------------ */

body {
	/*font-family: Georgia,Times,Times New Roman,serif !important;*/
	font-family: Optima, Helvetica, Arial, sans-serif !important;
	font-size: 16px;
	line-height: 1.4285em;
	color: rgba(0,0,0,.87);
}

p {
	/*font-family: Georgia,Times,Times New Roman,serif !important;*/
	/*font-family: Montserrat!important;*/
	/*font-family: Segoe UI;*/
}

div.letter>div>p{
	font-family: pps1;
}

h1 {
	font-size: 46px;
	font-family: Optima, Helvetica, Arial, sans-serif !important;
	color: #472d11 !important;
}

h2 {
	font-size: 25px;
	font-weight: bold;
	font-family: Optima, Helvetica, Arial, sans-serif !important;
	color: #472d11 !important;
}

h3 {
	font-family: Optima, Helvetica, Arial, sans-serif !important;
}

h4 {
	font-family: Optima, Helvetica, Arial, sans-serif !important;
}

a {
	color: #a97232!important;
	transition: 0.2s;
}

a:hover {
	color: #fbcea1!important;
}

#djDebug a{
	color: #fff !important;
}
#djDebug a:hover {
	color: #111 !important;
    background-color: #ffc !important;
}
#djDebug tr {
	display:revert;
}

.hero-fg h1 {
	color: #fff !important;
	text-shadow: 2px 2px 6px rgba(0,0,0,0.55);
}

@media screen and (min-width: 1024px) {
	h1 {
		font-family: Georgia,Times,Times New Roman,serif !important;
	}

	h2 {
		font-family: Georgia,Times,Times New Roman,serif !important;
	}

	h3 {
		font-family: Georgia,Times,Times New Roman,serif !important;
	}

	h4 {
		font-family: Georgia,Times,Times New Roman,serif !important;
	}
}

/* ------------ Header ------------ */

.navbar {
	background-image: url(/media/images/fromelles_header_background.original.jpg);
	background-size: cover;
	background-position: 0% 30%;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.top-navbar-wrapper {
	width: 100%;
	height: 100%;
	padding: 10px;
}

.navbar-brand img, .codered-navbar-center .navbar-brand img {
	object-fit: contain;
	height: 100%;
	width: 100%;
	max-width: 350px;
}

.navbar .navigation {
	background: transparent!important;
	border-bottom: 0px;
	height: unset;
}

.navbar .form-inline {
	background-color: transparent!important;
	margin-bottom: 0rem;	
}

nav.navbar div.main-dash-link-wrapper {
	padding: 5px 17px;
	background: #333333;
	margin-right: 15px;
	color: #fff;
}

nav.navbar div.main-dash-link-wrapper a.main-dash-link {
	padding: 10px;
	color: #fff;
	font-weight: 600;
	text-decoration: none !important;
}

.main-dash-link-wrapper.ml-auto:hover {
	background-color: #05699b;
	transition-duration: 0.15s;
	transition-property: all;
	text-decoration:none !important;
}

#login-link {
	color: #fff !important;
	padding: 3px;
}

#membership-link {
	color: #fff !important;
	padding: 3px;
}

#facebook-link {
	color: #fff !important;
	padding: 3px;
	font-size: 18px;
}

#linkedin-link {
	color: #fff !important;
	padding: 3px;
	font-size: 20px;
}

.login-links-wrapper {
	color: #fff !important;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
}

/* ------------ Menu ------------ */

#navbar {
	padding-top: 10px;
}

.navbar ul li a, .navbar ul li a:visited {
	padding: 0 20px;
	font-size: 14px;
	font-weight: bold;
	font-family: Optima, Helvetica, Arial, sans-serif !important;
  	transition: 0.15s;
	color: #fff !important;
}

.navbar > .bottom-navbar-wrapper {
	background: transparent!important;
}

.navbar ul li a, .navbar ul li a:visited {
	background: transparent!important;
	color: #ffffff;
}

.navbar ul li a:hover {
	background: transparent!important;
	color: #ffe7cf;
	box-shadow: 0 -3px 0 #ffe7cf inset;
}

.navbar .dropdown-menu {
	background-color: #ffe1c4fa;
	/*color: #ffffff!important;
	font-weight: bold!important;
	font-family: Optima, Helvetica, Arial, sans-serif!important;*/
	border: 0px!important;
	margin: 0px!important;
	border-radius: 0px!important;
}

.navbar .dropdown-item, .navbar .dropdown-item:visited {
	color: #000000!important;
	font-weight: bold!important;
	font-family: Optima, Helvetica, Arial, sans-serif!important;
	text-transform: capitalize!important;
}

.navbar .dropdown-item:focus, .navbar .dropdown-item:hover {
	color: #ffffff!important;
	background-color: #d9ac78e8!important;
	box-shadow: 0px 0px 0px !important;
	text-transform: capitalize!important;
}

.login-navbar-wrapper {
	width: 100%;
	background: #a97232;
	-webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.12);
	box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.12);
	margin-bottom: 10px;
	padding: 10px;
}


.extended-navbar-wrapper .navigation {
    justify-content: space-evenly;
    /* Alternative, slightly different spacing:
            justify-content: space-around;
    */
}


.navbar-toggler {
	padding: .25rem .75rem;
	font-size: 2rem;
	line-height: 1;
	background-color: transparent;
	border: 1px solid #fff0;
	border-radius: .25rem;
	color: #fff;
	transition-duration: 0.15s
}

.navbar-toggler:hover {
	color: #ffe6ce;
}


.navbar-expand-lg .navbar-nav .nav-link {
	padding-right: 1.2rem;
	line-height: 16px !important;
	padding-bottom: 16px;
	text-transform: capitalize;
	font-size: 15.2px;
	letter-spacing: -0.1px;
}

.navbar-expand-lg .navbar-nav .nav-link {
	padding-left: 0rem;
}

.navbar-nav .nav-link {
	padding-left: 0;
}

@media only screen and (max-width:991px) {
	.navbar-expand-lg .navbar-nav .nav-link {
	padding-bottom: 0px;
	line-height: 46px !important;
}
.navbar > .bottom-navbar-wrapper {
	max-width: 720px;
}
    .bottom-navbar-wrapper {
        padding-bottom: 20px;
    }
}

@media only screen and (max-width:767px) {
.navbar > .bottom-navbar-wrapper {
	max-width: 540px!important;
}
}

/* ------------ Search Bar ------------ */

#id_s {
	font-size: 14px;
	color: #fff;
	background: rgba(0, 0, 0, 0) !important;
	border: 2px solid #cccccc;
	border-radius: 0px;
	transition: 0.15s;
}

.form-control::placeholder {
	color: #fff;
	opacity: 1;
	/*font-family: Georgia,Times,Times New Roman,serif !important;*/
	font-family: Optima, Helvetica, Arial, sans-serif !important;
	font-weight: bold;
}

#id_s:focus {
	color: #fff !important;
	background-color: rgba(0, 0, 0, 0) !important;
	border: 0px solid;
	outline: 0;
	box-shadow: 0 0 0 0px;
}

#nav-search > div.form-group > input#id_s.form-control:focus {
	background-color: #ffffff;
	border: 2px solid #cccccc;
	outline: 1;
	box-shadow: 0 0 0 0px;
}

.form-group {
	margin-bottom: 0rem;
}

.form-inline {
    line-height: 57px;
}

.navbar .ml-2, .mx-2 {
	margin-left: 0px!important;
}

.navbar > .top-navbar-wrapper button.btn.btn-outline-primary.ml-2 {
	color: #ffe6ce !important;
	background: rgba(0, 0, 0, 0) !important;
	border-radius: 0px;
	margin-left: 0px;
	padding: 0.1em 1em 0.2em 1em;
	height: 35px;
	font-size: 16px;
	border: 0px solid;
	/*font-family: Georgia,Times,Times New Roman,serif !important;*/
	font-family: Optima, Helvetica, Arial, sans-serif !important;
	font-weight: bold;
}

/* ------------ Forms ------------ */

.col-form-label {
	font-family: Optima, Helvetica, Arial, sans-serif !important;
	font-size: 16px!important;
	font-weight: bold;
	color: #472d11;
}

div#content > div.container > form {
	width: 100%;
	margin-left: auto;
  	margin-right: auto;
}

.form-text.text-muted {
	font-family: Optima, Helvetica, Arial, sans-serif !important;
	font-size: 14px !important;
}

div.datetime-help > .form-text.text-muted {
	font-weight: bold !important;
}

/*col-md-9 {
	flex: 0 0 100%;
	max-width: 100%;
}

.col-md-3 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}*/

.form-control {
	font-family: Segoe UI!important;
	font-size: 14px;
	color: #495057;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	border-radius: 0px;
}

.form-control:focus {
	color: #000 !important;
	background-color: #ffffff;
	border-color: #434343;
	border: 2px solid;
	outline: 0;
	box-shadow: 0 0 0 0px;
}

/* ------------ Footer ------------ */

footer {
	flex-shrink: 0;
	padding: 0px;
	color: #fff;
	/*font-family: Georgia,Times,Times New Roman,serif;*/
	font-family: Optima, Helvetica, Arial, sans-serif !important;
    	font-size: 14px;
	font-weight: bold;

}

.footer-box {
	padding: 20px;
	float: right;
	background-image: none!important;
	height: 100%;
	width: 100% !important;
	margin-top: 10px;
	background-color: #292929!important;
	/* margin: 0px; */
}

footer a {
	color: #ffe6ce!important;
}

.footer-cp-text, .footer-faa-link, .footer-rights-text, .footer-dev-link {
	width: auto;
	float: left;
	padding: 5px 2px 5px 2px;
}

.footer-contact-us {
	float: right;
	width: auto;
}

.footer-contact-us-link {
	width: auto;
	float: left;
	padding: 5px 10px 5px 10px;
}

.footer-fb-link {
	width: auto;
	float: right;
	padding: 5px 10px 5px 5px;
}

/* ------------ Button ------------ */

div.col-md-9 > .btn {
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	border-radius: 0px;
	padding: .875rem 1.95rem;
	float: right;
}

.btn-primary {
    	color: #ffffff !important;
	background-color: #a97232;
	border-color: #a97232;
}

.btn-primary:hover {
	color: #ffffff !important;
    	background-color: #7b542a !important;
	border-color: #7b542a;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #ad6716;
    border-color: #8d5a1f;
}

.btn-primary:focus {
	color: #fff !important;
	background-color: #a97232;
	border-color: #a97232;
	box-shadow: 0 0 0 0.2rem #a972329e;
}

.btn-secondary {
	color: #fff !important;
	background-color: #d5a062;
	border-color: #d5a062;
}

.btn-secondary:hover {
	color: #7b542a !important;
	background-color: #ecc597;
	border-color: #ecc597;
}

.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle {
	color: #7b542a !important;
	background-color: #ecc597;
	border-color: #ecc597;
}

.btn-secondary.focus, .btn-secondary:focus {
	color: #fff !important;
	background-color: #d5a062;
	border-color: #d5a062;
	box-shadow: 0 0 0 .2rem #d5a0629e;
}

.btn-success {
	color: #fff !important;
	background-color: #2e3092;
	border-color: #2e3092;
}

.btn-success:hover {
	color: #fff !important;
	background-color: #3187e1;
	border-color: #3187e1;
}

.btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show > .btn-success.dropdown-toggle {
	color: #fff !important;
	background-color: #3187e1;
	border-color: #3187e1;
}

.btn-success.focus, .btn-success:focus {
	color: #fff;
	background-color: #2e3092;
	border-color: #2e3092;
	box-shadow: 0 0 0 .2rem #2e30929e;
}

.btn-danger {
	color: #fff !important;
	background-color: #be1e2d;
	border-color: #be1e2d;
}

.btn-danger:hover {
	color: #fff !important;
	background-color: #ff0018;
	border-color: #ff0018;
}

.btn-danger:not(:disabled):not(.disabled).active, .btn-danger:not(:disabled):not(.disabled):active, .show > .btn-danger.dropdown-toggle {
	color: #fff !important;
	background-color: #ff0018;
	border-color: #ff0018;
}

.btn-danger.focus, .btn-danger:focus {
	color: #fff !important;
	background-color: #be1e2d;
	border-color: #be1e2d;
	box-shadow: 0 0 0 .2rem #be1e2d9e;
}

.btn-warning {
	color: #fff !important;
	background-color: #d7ac04;
	border-color: #d7ac04;
}

.btn-warning:hover {
	color: #000 !important;
	background-color: #e8ce67;
	border-color: #e8ce67;
}

.btn-warning.focus, .btn-warning:focus {
	color: #000 !important;
	background-color: #eabc08;
	border-color: #eabc08;
	box-shadow: 0 0 0 .2rem #eabc089e;
}

.btn-warning:not(:disabled):not(.disabled).active, .btn-warning:not(:disabled):not(.disabled):active, .show > .btn-warning.dropdown-toggle {
	color: #fff !important;
	background-color: #d7ac04;
	border-color: #d7ac04;
}

.btn-info {
	color: #fff !important;
	background-color: #1a174b;
	border-color: #1a174b;
}

.btn-info:hover {
	color: #fff !important;
	background-color: #37328a;
	border-color: #37328a;
}

.btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show > .btn-info.dropdown-toggle {
	color: #fff !important;
	background-color: #37328a;
	border-color: #37328a;
}

.btn-info.focus, .btn-info:focus {
	color: #fff !important;
	background-color: #1a174b;
	border-color: #1a174b;
	box-shadow: 0 0 0 .2rem #1a174b9e;
}

.btn-link {
	font-weight: 400;
	color: #007bff;
	text-decoration: none;
}

.btn-link:hover {
	color: #7b542a !important;
	text-decoration: underline;
}

.btn.focus, .btn:focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem #a972329e;
}

.btn-light {
	background-color: #ffe7cf;
	border-color: #ffe7cf;
}

.btn-light:hover {
	color: #212529;
	background-color: #fff;
	border-color: #fff;
}

.btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show > .btn-light.dropdown-toggle {
	color: #212529;
	background-color: #ffe7cf;
	border-color: #ffe7cf;
}

.btn-light.focus, .btn-light:focus {
	background-color: #ffe7cf;
	border-color: #ffe7cf;
	box-shadow: 0 0 0 .2rem #ffe7cf9e;
}

.btn-dark {
	color: #fff !important;
	background-color: #292929;
	border-color: #292929;
}

.btn-dark:hover {
	color: #fff !important;
	background-color: #5e5d5d;
	border-color: #5e5d5d;
}

.btn-dark:not(:disabled):not(.disabled).active, .btn-dark:not(:disabled):not(.disabled):active, .show > .btn-dark.dropdown-toggle {
	color: #fff !important;
	background-color: #5e5d5d;
	border-color: #5e5d5d;
}

.btn-dark.focus, .btn-dark:focus {
	color: #fff !important;
	background-color: #292929;
	border-color: #292929;
	box-shadow: 0 0 0 .2rem #2929299e;
}

.btn-outline-primary {
	color: #ffffff !important;
	border-color: #8a8a8a;
	background: #8a8a8a !important;
	/*font-family: Segoe UI !important;
	border-radius: 0px;
	height: 35px;*/
}

.btn-outline-primary:hover {
	color: #000 !important;
	background-color: #cacaca !important;
	border-color: #cacaca !important;
}

.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show > .btn-outline-primary.dropdown-toggle {
	color: #fff !important;
	background-color: #8a8a8a !important;
	border-color: #8a8a8a !important;
}

.btn-outline-primary.focus, .btn-outline-primary:focus {
	box-shadow: 0 0 0 .2rem #8a8a8a9e;
}

.btn-outline-secondary {
	border-color: #a97232;
}

.btn-outline-secondary:hover {
	color: #fff !important;
	background-color: #a97232;
	border-color: #a97232;
}

.btn-outline-secondary:not(:disabled):not(.disabled).active, .btn-outline-secondary:not(:disabled):not(.disabled):active, .show > .btn-outline-secondary.dropdown-toggle {
	color: #fff !important;
	background-color: #a97232;
	border-color: #a97232;
}

.btn-outline-secondary.focus, .btn-outline-secondary:focus {
	box-shadow: 0 0 0 .2rem #a972329e;
}

.btn-outline-success {
	color: #28a745;
	border-color: #2e3092;
}

.btn-outline-success:hover {
	color: #fff !important;
	background-color: #2e3092;
	border-color: #2e3092;
}

.btn-outline-success:not(:disabled):not(.disabled).active, .btn-outline-success:not(:disabled):not(.disabled):active, .show > .btn-outline-success.dropdown-toggle {
	color: #fff !important;
	background-color: #2e3092;
	border-color: #2e3092;
}

.btn-outline-success.focus, .btn-outline-success:focus {
	box-shadow: 0 0 0 .2rem #2e30929e;
}

.btn-outline-danger {
	color: #dc3545;
	border-color: #be1e2d;
}

.btn-outline-danger:hover {
	color: #fff !important;
	background-color: #be1e2d;
	border-color: #be1e2d;
}

.btn-outline-danger:not(:disabled):not(.disabled).active, .btn-outline-danger:not(:disabled):not(.disabled):active, .show > .btn-outline-danger.dropdown-toggle {
	color: #fff !important;
	background-color: #be1e2d;
	border-color: #be1e2d;
}

.btn-outline-danger.focus, .btn-outline-danger:focus {
	box-shadow: 0 0 0 .2rem #be1e2d9e;
}

.btn-outline-warning {
	border-color: #d7ac04;
}

.btn-outline-warning:hover {
	color: #fff !important;
	background-color: #d7ac04;
	border-color: #d7ac04;
}

.btn-outline-warning:not(:disabled):not(.disabled).active, .btn-outline-warning:not(:disabled):not(.disabled):active, .show > .btn-outline-warning.dropdown-toggle {
	color: #fff !important;
	background-color: #d7ac04;
	border-color: #d7ac04;
}

.btn-outline-warning.focus, .btn-outline-warning:focus {
	box-shadow: 0 0 0 .2rem #d7ac049e;
}

.btn-outline-info {
	border-color: #1a174b;
}

.btn-outline-info:hover {
	color: #fff !important;
	background-color: #1a174b;
	border-color: #1a174b;
}

.btn-outline-info:not(:disabled):not(.disabled).active, .btn-outline-info:not(:disabled):not(.disabled):active, .show > .btn-outline-info.dropdown-toggle {
	color: #fff !important;
	background-color: #1a174b;
	border-color: #1a174b;
}

.btn-outline-info.focus, .btn-outline-info:focus {
	box-shadow: 0 0 0 .2rem #1a174b9e;
}

.btn-outline-light {
	color: #f8f9fa;
	border-color: #d5a062;
}

.btn-outline-light:hover {
	color: #fff !important;
	background-color: #d5a062;
	border-color: #d5a062;
}

.btn-outline-light:not(:disabled):not(.disabled).active, .btn-outline-light:not(:disabled):not(.disabled):active, .show > .btn-outline-light.dropdown-toggle {
	color: #fff !important;
	background-color: #d5a062;
	border-color: #d5a062;
}

.btn-outline-light.focus, .btn-outline-light:focus {
	box-shadow: 0 0 0 .2rem #d5a0629e;
}

.btn-outline-dark {
	color: #343a40;
	border-color: #292929;
}

.btn-outline-dark:hover {
	color: #fff !important;
	background-color: #292929;
	border-color: #292929;
}

.btn-outline-dark:not(:disabled):not(.disabled).active, .btn-outline-dark:not(:disabled):not(.disabled):active, .show > .btn-outline-dark.dropdown-toggle {
	color: #fff !important;
	background-color: #292929;
	border-color: #292929;
}

.btn-outline-dark.focus, .btn-outline-dark:focus {
	box-shadow: 0 0 0 .2rem #2929299e;
}

.navbar > .top-navbar-wrapper button.btn.btn-outline-primary.ml-2 {
	height: 35px;
	font-size: 16px;
}


/* ------------ Form Recieved ------------ */

.form-submitted-wrapper {
	border-radius: 5px;
	padding: 10px 14px 10px 14px;
	text-align: center;
	color: #ffffff;
	background: #0099cc;
	font-family: Segoe UI !important;
	font-size: 16px !important;
	font-weight: bold;
	background-image: url(https://pcio.com.au/media/images/pcio_intranet_interface_logo_background_ovst5gg.original.png) !important;
	background-position: left center !important;
	background-size: 20% !important;
	background-repeat: no-repeat;
	box-shadow: 0 1px 5px #999;
}

/* ------------ Soldier Stories ------------ */

.story-text {
	font-size: 16px;
	font-family: 'Montserrat', sans-serif;
	line-height: 1.8;
	margin-bottom: 1rem;
}

/*.col-md-12 figure {
	width: 55%;
}*/

.soldier-details {
	display: table!important;
	width: 100%;
}

div.soldier-bio-wrapper, div.unit-profile-wrapper {
	width: 100%!important;
	margin: auto;
}

h2.soldier-bio-heading, h2.unit-profile-heading, div.soldier-image-gallery > h2 {
	color: #fff!important;
	text-align: center;
	line-height: 3rem;
	font-family: Georgia,Times,Times New Roman,serif !important;
}

div.soldier-stories > h2.soldier-bio-heading, div.soldier-image-gallery > h2, div.soldier-family-tree > h2.soldier-bio-heading {
	font-size: 40px;
	text-align: center;
	color: #472d11 !important;
	text-transform: uppercase;
}

div.story-category-heading {
	font-weight: 600;
	color: #472d11!important;
	font-size: 16px;
	text-transform: uppercase;
}

div.story-category-subdata {
	margin-top: 5px;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
}

.story-title {
	color: #472d11 !important;
	text-align: left!important;
	margin: 100px auto 50px auto;
	border-bottom: 4px solid #472d11;
	/*font-family: Georgia,Times,Times New Roman,serif !important;*/
	font-family: Segoe UI!important;
}

div.soldier-bio-picture, div.unit-patch-picture {
	background-image: url(/media/images/fromelles_soldier_stories_picture_background_v4.original.jpg);
	background-size: cover;
}
div.soldier-bio-picture{
	width: 40%;
	margin: auto;
	margin-bottom: 12px;
	display: table-cell!important;
	float: none!important;
}


div.soldier-data, div.unit-profile-data {
	background-image: url(/media/images/fromelles_soldier_stories_information_backgroun.original_G5T0t8V.jpg);
	background-size: cover;
}

div.soldier-data {
	width: 60%;
	display: inline-block;
	padding: 0px 30px 30px 30px;
	display: table-cell!important;
	vertical-align: top;
}

div.soldier-bio-block {
	display: flow-root;
	padding: 0px 10px;
	width: 100%;	
}

div.info-heading {
	width: 24%;
	color: #472d11!important;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	font-size: 14px;
}

div.info-detail {
	padding-left: 0px;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	font-size: 14px;
}

div.info-detail a {
	padding-left: 0px;
	color: #ffe7cf!important;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
}

.soldier-bio-picture figure, .unit-patch-picture img {
	box-shadow: .soldier-bio-picture figure {
	width: 60% !important;
	background-color: white;
	box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.1), 0 3px 6px 0 rgba(0, 0, 0, 0.19);
	margin: 5% 19%;
	float: right;
};
}
.soldier-bio-picture figure {
	width: 60% !important;
	background-color: white;
	box-shadow: .soldier-bio-picture figure {
	width: 60% !important;
	background-color: white;
	box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.1), 0 3px 6px 0 rgba(0, 0, 0, 0.19);
	margin: 5% 19%;
	float: right;
};
	margin: 5% 19%;
	float: right;
}

figcaption.caption {
	padding: 18px 20px;
	line-height: 1.3;
	text-align: center;
	font-size: 16px;
	white-space: pre-wrap;
	font-weight: bold;
}

figcaption.source {
	padding: 10px;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
}

figcaption > div.img-source {
	font-style: italic;
	padding: 0px 10px;
	color: #000 !important;
}

figcaption > div.img-source-url a {
	color: #472d11 !important;
}

div.soldier-data .soldier-links {
	min-width: none;
}

.story-categories {
	margin-left: 12%;
	margin-right: 12%;
}

.story-quote {
	/* padding: 30px 50px 30px 50px; */
	width: 100%;
	margin: 1rem auto;
	/* margin-left: auto; */
	/* margin-right: auto; */
	/*background-image: url(/media/images/fromelles_soldier_stories_quote_background_smal.original_mGyJmQI.jpg)!important;*/
	/*box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;*/
	/* margin-top: 20px; */
	/* margin-bottom: 40px; */
}
/* remove h4 top margin when inside story-quote */
div.story-quote h4 {
	margin-top: 0;
}

div.letter, div.story-telegram, blockquote.blockquote.block-quote {
	border: 1px solid #00000020;
}
.story-quote blockquote.blockquote {
	padding: 1.5rem;
	/* width: 80%;*/
	margin-left: auto;
	margin-right: auto;
	box-shadow: rgba(0, 0, 0, 0.25) 0px 2px 7px;
	font-size: 18px !important;
	line-height: 1.4;
	/* background-image: url(/media/images/fromelles_soldier_stories_quote_background_smal.original_mGyJmQI.jpg)!important; */
	background-image: url(/media/images/fromelles_soldier_stories_picture_background_v4.original.jpg)!important;
	
}

blockquote.blockquote {
	width: 100%;
}

.source-quote {
	text-align: right;
	color: #472d11;
	font-size: 16px;
	padding: 1rem;
}

.story-quote .mb-0 {
    margin: 1rem 1.5rem 0 1.5rem;
}

.blockquote.block-quote {
	font-weight: bold;
	color: #000000;
}

.blockquote.block-quote.qs2 {
	text-align: center;
	font-size: 20px !important;
}

div.quote footer, blockquote footer.blockquote-footer {
	text-align: right;
	padding: 25px;
	color: #472d11;
	background-color: transparent !important;
	padding: 0 1.5rem 1rem 1.5rem;
}

.story-clipping {
	padding: 30px 50px 30px 50px;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	background-image: url(/media/images/fromelles_soldier_stories_clipping_background_v.original.jpg)!important;
	box-shadow: rgba(0, 0, 0, 0.25) 0px 2px 7px;
	margin-top: 20px;
	margin-bottom: 40px;
}

.source-clipping {
	text-align: right;
	color: #472d11;
	font-size: 16px;
	font-weight: bold;
	font-family: 'WindsorD', Times New Roman;
}

.blockquote.block-clipping {
	color: #000;
	font-weight: bold;
	font-family: 'WindsorD', Times New Roman;
	line-height: 1.4;
}

.story-poem {
	margin: 55px auto;
	width: fit-content;
	background-color: #fff !important;
	box-shadow: none !important;
	line-height: 2;
	border-top: 5px solid;
	border-bottom: 5px solid;
	border-color: #cc9933;
	color: #000000 !important;
	font-style: italic;
	padding: 0px;
	text-align: center;
}

.blockquote.block-poem {
	font-weight: bold;
}

.story-telegram {
	padding: 30px 50px 30px 50px;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	background-image: url(/media/images/fromelles_soldier_stories_telegram_background.original.jpg)!important;
	box-shadow: rgba(0, 0, 0, 0.25) 0px 2px 7px;
	margin-top: 20px;
	margin-bottom: 40px;
}

.source-telegram {
	text-align: right;
	color: #472d11;
	font-size: 16px;
	text-decoration: underline;
	font-family: 'Special Elite', Letter Gothic Std, Helvetica, Arial, sans-serif !important;
	font-weight: bold;
}

.blockquote.block-telegram {
	color: #000;
	text-decoration: underline;
	font-family: 'Special Elite', Letter Gothic Std, Helvetica, Arial, sans-serif !important;
	font-weight: bold;
	line-height: 1.4;
	text-decoration-thickness: 1px;
}

.blockquote.poem p {
	/*font-family: Georgia,Times,Times New Roman,serif !important;*/
	font-family: Optima, Helvetica, Arial, sans-serif !important;
}

.story-ul {
	font-size: 16px;
	font-family: 'Montserrat', sans-serif;
}

.story-ul ul {
	list-style-type: none !important;
}

.story-ul li::before {
	color: #cc9933;
	content: "\25A0";
	font-weight: bold;
	display: inline-block;
	width: 1em;
	margin-left: -1em;
}

div.row.letter-wrapper {
	background-image: url(/media/images/fromelles_soldier_stories_letter_background.original.jpg)!important;
	padding: 100px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	margin-bottom: 100px;
}

div.letter, div.letter p {
	font-size: 16px!important;
	font-weight: 600;
	line-height: 2;
	/*font-family: Georgia,Times,Times New Roman,serif !important;*/
	background-image: url(/media/images/fromelles_soldier_stories_letter_background.original.jpg)!important;
	padding: 100px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	margin-bottom: 100px;
	/*background-size: cover;*/
}

.col-md-12.story-text.unordered.list ul {
	list-style-type: none!important;
}

.col-md-12.story-text.unordered.list li::before {
	color: #cc9933;
	content: "\25A0";
	font-weight: bold;
	display: inline-block;
	width: 1em;
	margin-left: -1em;
}

.col-md-12.letter-text.p {
	margin: 10px auto;
}

.col-md-12.letter-text.pre-info {
	text-align: right;
	font-style: italic;
}

.col-md-12.letter-text.signature {
	text-align: center;
	font-style: italic;
}

div.letter.dateloc {
	text-align: right;
	font-style: italic;
}

.col-md-12.letter.center-text {
	font-style: italic;
}

/*.story-markdown {
	margin: 30px auto!important;
	box-shadow: rgba(0, 0, 0, 0.25) 0px 2px 7px;
	font-family: 'Montserrat', sans-serif;
}*/

.md-table {
	margin: 30px auto!important;
	font-family: 'Montserrat', sans-serif;
}

.md-table.md-boxed {
    padding: 2.5em 50px;
	margin: 30px auto!important;
	box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 7px;
	font-family: 'Montserrat', sans-serif;
	border: 1px solid #00000040!important;
	line-height: 1.8;
	width: fit-content;
	width: -moz-fit-content;
}

.md-table.md-boxed>*:first-child {
	margin-top: unset;
	margin-block-start: unset;
}

.md-table.md-boxed > *:last-child {
	margin-bottom: unset;
	margin-block-end: unset;
}


div.md-table p {
    display: inline-block;
}

.md-table.md-boxed h3 {
	color: #472d11;
	border-bottom: 4px solid #472d11;
	padding-bottom: 10px;
}

.md-table ul {
	list-style: none;
}

.md-table li::before {
	color: #cc9933;
	content: "\25A0";
	font-weight: bold;
	display: inline-block;
	width: 1em;
	margin-left: -1em;
}

@media screen and (max-width: 1024px) {
	h2.soldier-bio-heading, h2.unit-profile-heading, div.soldier-image-gallery > h2 {
		font-family: Optima, Helvetica, Arial, sans-serif !important;
	}

	.source-telegram {
		font-family: Letter Gothic Std, Helvetica, Arial, sans-serif !important;
	}

	.blockquote.block-telegram {
		font-family: Letter Gothic Std, Helvetica, Arial, sans-serif !important;
	}

	.source-clipping {
		font-family: Quattrocento Sans, Helvetica, Arial, sans-serif !important;
	}

	.blockquote.block-clipping {
		font-family: Quattrocento Sans, Helvetica, Arial, sans-serif !important;
	}
}

@media screen and (max-width: 1024px) {
	div.info-heading {
		width: 100%;
	}
}

@media screen and (max-width: 768px) {
	/*col-md-12 {
		width: 100%;
	}*/
	blockquote.blockquote {
		width: 100% !important;
		padding: 0px !important;
	}
	blockquote.blockquote.block-poem {
		padding: 1.6rem !important; 
	}
	div.soldier-data, .story-quote, .story-clipping, .story-markdown, .story-poem, .story-telegram {
		padding: unset;
		margin-top: unset;
		margin-bottom: 20px;
		width: 93%;
	}
	div.soldier-data, .story-telegram{
		padding: 1rem;
	}
	.story-clipping {
		padding: 1.8rem 2rem 1rem 2rem;
	}
	/*.story-quote, .story-clipping, .story-markdown, .story-poem, .story-telegram {
		margin: 0.1rem;
	}*/
	
	div.row.letter-wrapper {
		padding: 50px!important;
	}

	.soldier-details {
		display: inline-block!important;
	}

	
	div.soldier-bio-picture {
		display: inline-block!important;
		width: 100%!important;
		margin-bottom: 0px;
		padding: 30px;
	}

	div.soldier-data {
		display: inline-block!important;
		width: 100%!important;
	}

	.soldier-bio-picture figure {
		width: 100%!important;
		margin: auto!important;
		float: none!important;
		
	}
/*
	.story-quote {
		padding: 30px 0px 30px 0px;
		width: 100%;
	}

	.story-quote .mb-0 {
		padding: 1rem 0.5rem 0 0.5rem;
	}

	.story-clipping {
		padding: 30px 30px 30px 30px;
	}

	/*
	div.quote, blockquote.blockquote {
		padding: 30px 0px 0px 0px;
		width: 100%;
	}
	.story-telegram {
		padding: 30px 20px 30px 20px;
	}
	.story-poem {
		margin: 20px auto;
	}
	
	*/
	div.letter, div.letter p {
		padding: 50px 15px 50px 15px;
	}
	
	.blockquote.block-clipping, .blockquote.block-telegram {
		font-size: 14px;
	}
	.story-quote blockquote.blockquote {
		font-size: 14px !important;
		padding: 0px;
	}

	.md-table {
		padding: 10px!important;
	}

	.md-table.md-boxed {
		padding: 20px!important;
	}

	.md-table.md-boxed {
		/*margin: 0px auto!important;*/
		margin: 18px !important;
	}

	div.story-title {
		margin: 50px auto 20px auto;
	}
	.blockquote {
		font-size: 1rem;
	}
	.source-quote {
		/*font-size: 8px;*/
		font-size: 12px;
		padding: 0.1rem;
	}
	.source-clipping, .source-telegram {
		/*font-size: 8px;*/
		font-size: 12px;
		line-height: 1.4;
		margin-bottom: -0.2rem;
		border-top: 1px solid #00000020;
		padding: 5px 0;
	}
	.story-quote .mb-0 {
		margin: 1.2rem;
	}

	div.quote footer, blockquote footer.blockquote-footer {
		padding: 0rem 1.2rem 1.2rem 1.2rem;
	}

	.md-table.md-boxed {
	width: auto;
	width: auto;
}

}

/******* UNITS *******/

.unit-details {
	display: flex;
	flex-direction: row;
}
.unit-profile-block {
	margin: 3rem auto;
	width: 85%;
}
.unit-patch-picture {
	text-align: center;
	padding: 6rem 0;
	flex-basis: 40%;
}
.unit-patch-picture img {
	width: 50%;
	height: auto;
}
.unit-profile-data {
	flex-basis: 60%;
}

h2.unit-main-heading {
	text-align: center;
	margin-top: 25px;
	padding-bottom: 10px;
}

.unit-personnel-info .soldier-info-headers {
	display: inline-block;
	width: 100%;
}

/*.unit-personnel-info .soldier-info-bitlet>a>div:nth-child(n+10) {
	min-width: 600px;
}*/

div.unit-personnel-info > div.info-bitlet {
	margin: auto;
	padding: 20px;
	text-align: center;
}

div.soldier-info-headers>div:nth-child(4), div.soldier-info-bitlet>a>div:nth-child(4) {
    width: unset;
}

div.soldier-info-headers > div:nth-child(4), div.soldier-info-bitlet > a > div:nth-child(4) {
	min-width: 230px;
	max-width: 220px;
	width: 35%;
}

div.soldier-info-headers > div:nth-child(10), div.soldier-info-bitlet > a > div:nth-child(10) {
	min-width: 200px;
	max-width: 200px;
	width: 45%;
}

div.soldier-info-headers > div:nth-child(1), div.soldier-info-bitlet > a > div:nth-child(1) {
	min-width: 70px;
	max-width: 80px;
	width: 12%;
}

div.unit-personnel-info > div.info-bitlet {
	max-width: 100%;
	margin: auto;
	padding: 20px;
}

div.soldier-info-headers > div.non-mobile, div.soldier-info-headers > div.mobile {
	background-image: url(/media/images/fromelles_table_background_RTCwmsp.original.jpg) !important;
	padding: 10px;
	color: #fff !important;
	text-align: center !important;
	text-transform: uppercase;
	font-family: Optima, Helvetica, Arial, sans-serif !important;
}

.soldier-info-detail {
	padding-top: 14px;
	padding-bottom: 14px;	
	vertical-align: middle;
}

div.soldier-info-bitlet > a {
	padding: 30px 0px;
}


div.soldier-info-bitlet > a:hover {
	color: #8b4c05!important;
}

@media screen and (max-width: 1366px) {
	.unit-profile-block {
		margin: 2rem auto;
		width: 85%;
	}
	.unit-patch-picture {
		padding: 5rem 0;
	}
}

@media screen and (max-width: 768px) {
	.unit-details {
		flex-direction: column;
	}
	.unit-patch-picture {
		text-align: center;
		padding: 3rem 0;
	}
	.unit-patch-picture img {
		width: 75%;
	}
	div.soldier-info-bitlet > a {
	padding: 11px 0px;
	}
}


@media screen and (max-width: 414px) {
	.unit-profile-block {
		width: 90%;	
	}
	.unit-patch-picture img {
		width: 50%;
	}
}

/******* UNITS *******/

/* ------------ Battle of Fromelles Page ------------ */

@media screen and (max-width: 414px) {
table.table.fighting-units-table, table.table.additional-units-table {
    font-size: 13px;
}
}

/* ------------ Soldier Database ------------ */

#soldier-index_length, div.unit-personnel-info {
	font-family: Open Sans;
	font-weight: bold;
}

#soldier-index_info {
	font-family: Open Sans;
	font-weight: bold;
}

.ui.stackable.pagination.menu {
	font-family: Open Sans;
	font-weight: bold !important;
}

label {
	font-family: Open Sans;
	font-weight: bold;
}

.ui.table {
	width: 100%;
	background: none!important;
	margin: 1em 0;
	border: 0px solid;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: .28571429rem;
	text-align: left;
	color: rgba(0,0,0,.87);
	border-collapse: separate;
	border-spacing: 0;
}

.ui.table a {
	color: #472d11;
}

.ui.table td {
	padding: .3em .5em;
	text-align: left!important;
	/*text-align: center!important;*/
	vertical-align: middle;
	font-weight: bold;
}

th {
	border: 2px solid #fff;
}

table.dataTable thead .sorting_asc, table.dataTable thead .sorting, table.dataTable thead .sorting_desc {
	background-image: url(/media/images/fromelles_table_background_1000px.original.jpg) !important;
	background-size: 1000px !important;
	color: #fff !important;
	text-align: center !important;
	text-transform: uppercase !important;
	vertical-align: middle;
}

table.dataTable.table thead th.sorting::after, table.dataTable.table thead th.sorting_asc::after, table.dataTable.table thead th.sorting_desc::after, table.dataTable.table thead td.sorting::after, table.dataTable.table thead td.sorting_asc::after, table.dataTable.table thead td.sorting_desc::after {
	position: absolute;
	top: 12px;
	right: 8px;
	display: block;
	font-family: Icons;
	/* background-color: #000; */
	color: #fff!important;
}

.ui.celled.table tr td, .ui.celled.table tr th {
	border-left: 0px solid rgba(34,36,38,.1)!important;
}

#soldier-index_previous, #soldier-index_next {
	background-image: url(/media/images/fromelles_table_background_RTCwmsp.original.jpg) !important;
	background-size: cover !important;
	color: #fff !important;
	font-weight: bold;
}

#soldier-index {
	border-left: 0px !important;
	border-right: 0px !important;
	border-bottom: 3px solid #472d11;
}

.soldier-index-bio-link img {
	padding: 5px 5px 5px 5px !important;
}

.dataTables_wrapper .dataTables_length select {
	font-family: Open Sans;
	font-weight: bold;
}

.dataTables_wrapper .dataTables_filter input {
	font-family: Open Sans;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
	color: #333 !important;
	border: 0px;
	background-color: white;
	background: none;
	font-family: Open Sans;
	font-weight: bold;
}

/* ------------ Unit Database ------------ */

#unit-index_previous, #unit-index_next {
	background-image: url(/media/images/fromelles_table_background_RTCwmsp.original.jpg) !important;
	background-size: cover !important;
	color: #fff !important;
	font-weight: bold;
}

/* ------------ Landing Page ------------ */

.extended-navbar-wrapper {
	padding-bottom: 15px;
}

.extended-navbar-wrapper img {
	margin: 13px;
	width: 250px;
	height: auto;
	filter: grayscale(100%);
	-webkit-box-shadow: 2px 2px 7px 0px rgba(0,0,0,0.52);
	box-shadow: 2px 2px 7px 0px rgba(0,0,0,0.52);
}

.row.main-landing {
	margin-top: 48px;
}

.row.main-landing h2 {
	font-weight: normal;
	color: #000 !important;
	font-family: 'Montserrat', sans-serif!important;
}

/* ------------ Latest News and Events Page ------------ */

.hero-bg {
	background-position: 50% 0%;
}

.hero-fg {
	padding: 240px 0 0 0;
}

@media only screen and (max-width: 1199px) {
	.hero-fg {
		padding: 190px 0 0 0;
	}
}

@media only screen and (max-width: 991px) {
	.hero-fg {
		padding: 140px 0 0 0;
	}
}

@media only screen and (max-width: 767px) {
	.hero-fg {
		padding: 110px 0 0 0;
	}
}