/* Brave Otter Mobile */

@media only screen and (min-width: 0px) and (max-width: 799px) {

/* Color Values

Black: #000
Blue: #42889b (66,136,155)
Green: #7ca378 (124,163,120)
White: #fff

*/

/* Fonts */

@font-face {
	font-family: "Arkhip Regular";
	src: url('fonts/arkhip_regular.otf') format('opentype');
}

@font-face {
	font-family: "Gotham Book";
	src: url('fonts/gotham_book.ttf') format('truetype');
}

@font-face {
	font-family: "Gotham Book Italic";
	src: url('fonts/gotham_book_italic.ttf') format('truetype');
}

@font-face {
	font-family: "Gotham Medium";
	src: url('fonts/gotham_medium.ttf') format('truetype');
}

@font-face {
	font-family: "Gotham Medium Italic";
	src: url('fonts/gotham_medium_italic.ttf') format('truetype');
}

/* Basic Elements */

a:link, a:visited {
	font: normal 1em "Gotham Medium", arial, sans-serif;
	text-decoration: none;
	color: #000;
}

a, a:active, a:focus, a:link, a:visited, :focus, :visited {
	outline: none;
}

html, body {
    overflow-x: hidden;
}

body { 
	font: normal 18px "Gotham Book", arial, sans-serif;
	line-height: 1.5em;
    color: #000;
	margin: 0 auto;
	padding: 0;
    background-color: #7ca378;
}

br {
	margin: 0;
	padding: 0;
}

em {
	font: normal 1em "Gotham Book Italic", arial, sans-serif;
	line-height: 1.5em;
    color: #000;
	margin: 0;
	padding: 0;
}

h1 {
	font: normal 2.25em "Arkhip Regular", arial, sans-serif;
    text-transform: uppercase;
	line-height: 1em;
    color: #000;
	margin: 0 0 5% 0;
	padding: 0;
}

h2 {
	font: normal 1.5em "Arkhip Regular", arial, sans-serif;
    text-transform: uppercase;
	line-height: 1em;
    color: #000;
	margin: 0 0 5% 0;
	padding: 0;
}

hr {
	border: none 0; 
	border-top: 2px solid #000;
	height: 2px;
	margin: 10% 0;
	padding: 0;
}

img {
	border: none;
	display: block;
	outline: none;
}

li {
	margin: 0 0 5% 5%;
	padding: 0 0 0 5%;
}

li:last-child {
	margin: 0 0 0 5%;
	padding: 0 0 0 5%;
}

ol {
	margin: 0 0 5% 5%;
	padding: 0;
}

ol:last-child {
	margin: 0 0 0 5%;
	padding: 0;
}

p {
	margin: 0 0 5% 0;
	padding: 0;
}

p:last-child {
    margin: 0;
    padding: 0;
}

strong {
	font: normal 1em "Gotham Medium", arial, sans-serif;
	line-height: 1.5em;
    color: #000;
	margin: 0;
	padding: 0;
}
	
ul {
	list-style-type: disc;
	margin: 0 0 5% 5%;
	padding: 0;
}

ul:last-child {
	list-style-type: disc;
	margin: 0 0 0 5%;
	padding: 0;
}
	
/* Specific Elements */

#about_brady {
	width: 100%;
	max-width: 400px;
	margin: 0 0 7.5% 0;
	padding: 10px;
	border: 2px solid #000;
	box-sizing: border-box;
}

#about_brady img {
	width: 100%;
	height: auto;
	max-width: 400px;
	margin: 0;
	padding: 0;
}

#body_container {
	width: 100%;
    margin: 0 auto;
	padding: 0;
	text-align: left;
    position: relative;
	right: 0;
	transition: right .375s ease-in-out;
	box-shadow: 5px 0px 10px rgba(0,0,0,.5);
}

#bottom_image {
	width: 90%;
	height: 100px;
	margin: 0;
	padding: 0 5%;
	background-position: center center;
	background-size: cover;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	position: relative;
}

#curlyred {
	font: normal .75em "Arkhip Regular", arial, sans-serif;
    text-transform: uppercase;
	color: #000;
    margin: 5px 0 0 0;
	padding: 0;
	position: relative;
}

#curlyred a:link, #curlyred a:visited {
	font: normal 1em "Arkhip Regular", arial, sans-serif;
    color: #000;
}

#f_center {
    margin: 0 auto;
    padding: 0;
	text-align: center;
}

#f_left {
	margin: 0 auto 5% auto;
    padding: 0;
	text-align: center;
}

#f_logo {
    height: 100%;
    max-height: 75px;
    margin: 0 auto;
    padding: 0;
}

#f_logo img {
    width: auto;
    height: 100%;
    max-height: 75px;
    margin: 0 auto;
    padding: 0;
}

#f_right {
	height: 75px;
    margin: 0 auto 5% auto;
	padding: 0;
    text-align: center;
}

#footer {
	width: 90%;
	font: normal .75em "Arkhip Regular", arial, sans-serif;
    text-transform: uppercase;
	color: #000;
    margin: 0;
	padding: 10% 5%;
	position: relative;
}

#footer a:link, #footer a:visited {
	font: normal 1em "Arkhip Regular", arial, sans-serif;
    color: #000;
}

#footer_inner {
    width: 100%;
    height: inherit;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
    position: relative;
}

#h_logo {
    height: 100%;
    max-height: 150px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
}

#h_logo img {
    width: auto;
    height: 100%;
    max-height: 150px;
    margin: 0;
    padding: 0;
}

#h_right {
	position: absolute;
	top: 0;
	right: 0;
	text-align: right;
}

#header {
    width: 90%;
    height: 150px;
    margin: 0 auto;
    padding: 25px 5%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

#header_inner {
    width: 100%;
    max-width: 1200px;
    height: inherit;
    margin: 0 auto;
    padding: 0;
    position: relative;
}

#main {
    width: 90%;
    margin: 0 auto;
    padding: 10% 5%;
    position: relative;
}

#main_inner {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
    position: relative;
}

#main_inner p:last-child {
    margin: 0;
    padding: 0;
}

#main_top {
    width: 90%;
    height: calc(100vh - 50px);
    overflow: hidden;
    margin: 0;
    padding: 0 5%;
    background-position: center center;
	background-size: cover;
	border-bottom: 5px solid #000;
	position: relative;
}

#main_top:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: linear-gradient(180deg, rgba(124,163,120,.75) 0, rgba(124,163,120,0) 25%);
}

#menu_container {
	display: none;
}

#mobile_bottom {
	width: 80%;
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 25px;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
}

#mobile_indicator {
    margin: 0;
    padding: 0;
    position: absolute;
	bottom: 25px;
	left: 50%;
	transform: translateX(-50%);
	transition: all .25s ease-in-out;
	animation: fadingArrow 1.25s infinite;
}

#mobile_indicator img {
	width: 100%;
	height: auto;
	max-width: 10px;
	margin: 0;
	padding: 0;
}

#mobile_logo {
	width: 125px;
	margin: 25px auto;
	padding: 0;
	position: relative;
	z-index: 1;
}

#mobile_logo img {
	width: 100%;
	height: auto;
	max-width: 125px;
	margin: 0 auto;
	padding: 0;
}

#mobile_menu {
	width: 80%;
    margin: 0;
    padding: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

#mobile_menu ul {
	margin: 0;
	padding: 0;
	text-align: center;
}

#mobile_menu ul li {
	list-style: none;
	margin: 0 0 15% 0;
	padding: 0;
	position: relative;
}

#mobile_menu ul li:last-child {
    margin: 0;
}

#mobile_menu ul li a {
	font: normal 1em "Arkhip Regular", arial, sans-serif;
    text-transform: uppercase;
	text-decoration: none;
    color: #000;
	margin: 0;
	padding: 0;
	display: block;
}

#mobile_menu_container {
	width: 300px;
	height: 100%;
	position: fixed;
	z-index: 0;
	top: 0;
	right: -300px;
	margin: 0;
	padding: 0;
	background-color: #7ca378;
	overflow-x: hidden;
    transition: right .375s ease-in-out;
}

/* Classes */

.clear::after {
    content: "";
    display: table;
    clear: both;
}

.fab {
	font-size: 24px;
	margin: 0 5px;
	padding: 0;
}

.ghost {
	font: normal .75em "Arkhip Regular", arial, sans-serif;
	text-transform: uppercase;
    color: #000;
	margin: 0;
	padding: 10px 15px;
	background-color: transparent;
	border: 2px solid #000;
    box-sizing: border-box;
    display: inline-block;
}

.ghost_instagram {
	font: normal .75em "Arkhip Regular", arial, sans-serif;
	text-transform: uppercase;
    color: #000;
	margin: 0;
	padding: 10px 15px;
	background-color: transparent;
	border: 2px solid #000;
    box-sizing: border-box;
    display: inline-block;
}

.otgs-development-site-front-end {
	display: none !important;
}

.pdf {
    font-size: .875em;
    margin: 0 0 5px 0;
    padding: 0;
}

.pdf::before {
	width: 28px;
	height: 18px;
	content: "";
    display: inline-block;
    background: url(images/braveotter_pdf_icon.svg) no-repeat left center;
    background-size: 18px 18px;
	vertical-align: middle;
}

/* Instagram Feed */

.sbi_load_btn {
	font: normal .75em "Arkhip Regular", arial, sans-serif !important;
	text-transform: uppercase !important;
    color: #000 !important;
	margin: 10px 0 0 0 !important;
	padding: 10px 15px !important;
	background-color: #42889b !important;
	border: 2px solid #42889b !important;
    box-sizing: border-box !important;
    display: inline-block !important;
	border-radius: 0px !important;
}

/* Animated Hamburger */

.hamburger {
	margin: 0;
	padding: 0;
	display: inline-block;
	transition-property: opacity, filter;
	transition-duration: 0.15s;
	transition-timing-function: linear;
	font: inherit;
	color: inherit;
	text-transform: none;
	background-color: transparent;
	border: 0;
	overflow: visible;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 10;
}

.hamburger-box {
	width: 24px;
	height: 16px;
	display: inline-block;
}

.hamburger-inner {
	display: block;
	top: 50%;
	margin-top: -2px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
	width: 24px;
	height: 2px;
	background-color: #000;
	position: absolute;
	transition-property: transform;
	transition-duration: 0.15s;
	transition-timing-function: ease;
}

.hamburger-inner::before, .hamburger-inner::after {
	content: "";
	display: block;
}

.hamburger-inner::before {
	top: -7px;
}

.hamburger-inner::after {
	bottom: -7px;
}

/* Squeeze */

.hamburger--squeeze .hamburger-inner {
	transition-duration: 0.075s;
	transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze .hamburger-inner::before {
	transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}

.hamburger--squeeze .hamburger-inner::after {
	transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze.is-active .hamburger-inner {
	transform: rotate(45deg);
	transition-delay: 0.12s;
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--squeeze.is-active .hamburger-inner::before {
	top: 0;
	opacity: 0;
	transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}

.hamburger--squeeze.is-active .hamburger-inner::after {
	bottom: 0;
	transform: rotate(-90deg);
	transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

}

@keyframes fadingArrow {
	0% {opacity: 1;}
	25% {opacity: .75;}
	50% {opacity: .5;}
	75% {opacity: .75;}
	100% {opacity: 1;}
}

/* End */