/**
 * Last Mod: 2020-05-24 11:36:05
*/
body {
	color: #000;
	font-family: 'Roboto';
	font-weight: normal;
	font-size: 16px;
	margin: 0;
	padding: 0;
	line-height: 1.4em;
	background-color: #b7afa3;
}
h1, h2, h3, h4, h5 {
	line-height: 1.25em;
}
h1 {
	font-size: 27px;
	font-weight: 500;
	color: #6d929b;
	margin: 0 0 10px 0;
	padding: 0;
}
h1 em {
	font-size: 20px;
	font-weight: normal;
}
h2 {
	font-size: 23px;
	font-weight: 500;
	color: #6d929b;
}
p {
	line-height: 1.6rem;
}
b {
	font-weight: 500;
}
div, fieldset {
	position: relative;
	box-sizing: border-box;
}
fieldset {
	padding: 5px;
	margin: 5px;
	border: solid 1px #c0c0c0;
	border-radius: 5pt;
}
input[type='text'], input[type='password'], input[type='email'] {
	padding: 5px;
	font-size: 13px;
	border: solid 1px #c0c0c0;
	border-bottom: solid 1px #a0a0a0;
	outline: none;
}
input[type='radio'], input[type='checkbox'] {
	margin: 0;
	padding: 0;
	vertical-align: middle;
}
select {
	padding: 5px 5px 5px 5px;
	font-size: 13px;
	border: solid 1px #c0c0c0;
	border-bottom: solid 1px #a0a0a0;
	outline: none;
}
button {
	padding: 5px 8px 5px 8px;
	border: solid 1px #c0c0c0;
	border-bottom: solid 1px #a0a0a0;
	outline: none;
}
button:hover {
	cursor: pointer;
}
textarea {
	padding: 5px;
	border: solid 1px #c0c0c0;
	border-bottom: solid 1px #a0a0a0;
	outline: none;
}
input.inputError,
select.inputError,
textarea.inputError {
	border: solid 1px #f33;
	background-color: #fcc;
}
label.error {
	border: solid 1px #f33;
	color: #f00;
	padding: 4px;
}
a {
	text-decoration: none;
}
a:hover {
	cursor: pointer;
	text-decoration: underline;
}
a, img, input, select, textarea {
	outline: none;
}
a > img {
	border: none; /* IE10 bug */
}
form {
	margin: 0;
	padding: 0;
}
li {
	padding-bottom: 5px;
}

div.button,
a.button {
	display: inline-block;
	padding: 4px 10px 4px 10px;
	background-color: #e0e0e0;
	border: solid 1px #c0c0c0;
	border-bottom: solid 1px #a0a0a0;
	border-radius: 3pt;
	text-decoration: none;
	color: inherit;
}
div.button:hover,
a.button:hover {
	cursor: pointer;
	border: solid 1px #a0a0a0;
	border-bottom: solid 1px #707070;
	box-shadow: 0pt 0pt 2pt rgba(0, 0, 0, 0.3);
}
.footnote {
	font-size: 10px;
	font-weight: normal;
}
.clearAll {
	position: relative;
	height: 0;
	clear: both;
}

/**
* Framework
*/
#header {
	position: sticky;
	top: -80px;
	width: 100%;
	min-height: 180px;
	z-index: 3;
	/*background-color: #979ba7;*/
	background: url('../images/header_bg.jpg') center no-repeat #2b2b2b;
	border-bottom: solid 1px #888;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
}
#header .wrapperHamburgerIcon {
	position: absolute;
	display: none;
	width: 30px;
	height: 99%;
	top: 65px;
	left: 14px;
	font-size: 11px;
	line-height: 1.25em;
	color: #fff;
	z-index: 99;
}
.wrapperHamburgerIcon .fa-bars {
	font-size: 30px;
}
p.headerWelcome {
	font-size: 32px;
	font-weight: 600;
	margin: 65px 0 0 8%;
	padding: 0;
	color: #fff;
	text-shadow: 0 2px 1px rgba(0, 0, 0, 0.85);
}
p.headerWelcome > a {
	color: inherit;
}
p.headerWelcome > a:hover {
	text-decoration: none;
}
p.headerCatchphrase {
	float: right;
	margin: 5px 3% 0 0;
	padding: 0;
	color: #fff;
	font-size: 24px;
	text-shadow: 0 2px 1px rgba(0, 0, 0, 0.85);
}
nav.headerDef {
	border-bottom: solid 1px #999;
	background-color: #efefef;
}
.headerInner {
	width: 100%;
	min-width: 770px;
	min-height: 60px;
	margin: 0 auto;
}

.headerInner .serviceBadgeSet {
	width: auto;
	height: 40px;
	text-align: center;
	color: #fff;
	background-color: rgba(255, 255, 255, 0.75);
}
.headerInner .serviceBadgeSet .serviceBadgeIcon {
	width: 60px;
	height: auto;
	margin: 5px 10px 0;
	outline: none;
	vertical-align: middle;
}

.mainMenuMobile {
	position: fixed;
	display: none;
	width: 200px;
	height: auto;
	top: 0;
	left: -201px;
	bottom: 0;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.90);
	z-index: 999;
}
.mainMenuMobile > .mobileMenuTitle {
	text-transform: uppercase;
	padding: 15px 10px 0 10px;
	font-size: 20px;
}
.mainMenuMobile ul {
	list-style: none;
	margin: 0;
	padding: 10px;
	font-weight: normal;
	font-size: 15px;
}
.mainMenuMobile ul li {
	border-bottom: solid 1px #404040;
}
.mainMenuMobile ul li a {
	display: block;
	text-decoration: none;
	width: auto;
	padding: 6px 3px 6px 3px;
	color: #fff;
}
#mobileMenuCover {
	position: fixed;
	display: none;
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 998;
	background: rgba(255, 255, 255, 0.5);
}

.mainMenu {
	float: right;
	min-height: 60px;
}
.mainMenu > .tab {
	position: relative;
	display: inline-block;
	vertical-align: top;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	margin-top: 30px;
	padding: 0;
}
.mainMenu > .tab:hover {
	cursor: pointer;
	background-color: #f9f9f9;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}
.mainMenu > .tab > a {
	position: relative;
	display: block;
	height: 100%;
	text-decoration: none;
	color: inherit;
	padding: 10px 8px 8px 8px;
}
.mainMenu kbd {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 0;
	height: 15px;
	margin-top: 43px;
	border-left: solid 1px #a0a0a0;
}
.mainMenu .tabActive {
	background-color: #f9f9f9;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}

#subheader {
	width: 100%;
	max-width: 100%;
	overflow: hidden;
}
.subheaderInner {
	margin: 0 auto;
	width: 100%;
}
.subheaderInner > h1 {
	color: #666;
	padding-top: 20px;
}

#main {
	height: auto;
	padding: 0 0 15px;
}
.mainInner {
	max-width: 1100px;
	min-height: 500px;
	margin: 0 auto;
}

.leftMenuSet {
	display: inline-block;
	vertical-align: top;
	width: 224px;
	min-height: 950px;
	height: 100%;
	margin-top: 24px;
	padding: 15px;
	color: #fff;
	background-color: rgb(109, 146, 155, 0.95);
	
}
.leftMenuSet h3 {
	margin: 0;
	padding: 0;
	font-size: 1.3em;
	font-weight: normal;
}
.leftMenuSet ul {
	list-style: none;
	margin: 10px 0 0 11px;
	padding: 0;
}
.leftMenuSet ul li.mainMenuLink + li.mainMenuLink {
	margin-top: 2px;
}
.leftMenuSet ul li.mainMenuLink > a {
	color: inherit;
}
.leftMenuSet ul li.mainMenuLink::before {
	content: '\f0da';
	font-family: 'FontAwesome';
	margin: 0 5px 0 -11px;
}

/* Content Wrappers */
.wrapperContent {
	width: 100%;
	min-height: 800px;
	background-color: rgba(255, 255, 255, 0.97);
}
.wrapperContentInner {
	min-width: 850px;
	width: auto;
	max-width: 100%;
	margin: 0 10px;
	padding-top: 20px;
}
.contentBodyWrapper {
	display: inline-block;
	vertical-align: top;
	width: 77%;
	padding: 24px 0 50px 30px;
}
.contentBodyWrapper h1 {
	margin-bottom: 20px;
}

.wrapperFooter {
	box-sizing: border-box;
	left: 0;
	bottom: 0;
	width: 100%;
	min-height: 60px;
	color: #222;
	text-align: center;
	background-color: #fff;
}
.footerMenu {
	position: relative;
	display: block;
	box-sizing: border-box;
	width: auto;
	max-width: 1100px;
	margin: 0 auto;
	padding-top: 10px;
	color: #222;
}
.footerMenu a {
	font-size: 14px;
	color: #222;
	text-decoration: none;
}
.footerMenu a:hover {
	text-decoration: underline;
}
.footerMenu kbd {
	padding: 0 2px 0 2px;
	vertical-align: top;
}
.disclaimFoot {
	width: auto;
	max-width: 1100px;
	margin: 0 auto;
	font-size: 11px;
}

/* scrollToTop */
.scrollToTop{
   width:40px;
   height: 40px;
   background-image: url('../images/arrow.png');
   position:fixed;
   right:30px;
   bottom:50px;
   display:none;
   z-index: 999;
}

/**
* --------------------------
* Mobile View
* NOTE: iphone5 = 320; iphone6 = 375; iphone6+ = 414; galaxy s5 = 360
*/
@media (max-width: 1040px) {
	.contentBodyWrapper {
		width: 75%;
	}
}
@media (max-width: 950px) {
	.contentBodyWrapper {
		width: 72%;
	}
}

/**
* Below here, start of switching to mobile view
* ---------------------------------------------
*/

/* some tablets (i.e. ipad), in portrait view */
@media (max-width: 768px) {
	#header {
		/*position: relative;*/
		position: fixed;
		left: 0;
		top: 0;
		height: 140px;
		min-height: initial;
		background: url('../images/header_bg.jpg') center -40px no-repeat #2b2b2b;
	}
	.headerInner {
		min-width: initial;
		height: 140px;
		overflow: auto;
	}
	.headerInner .serviceBadgeSet {
		height: 30px;
	}
	.headerInner .serviceBadgeSet .serviceBadgeIcon {
		width: 40px;
	}
	.headerInner .headerWelcome {
		margin-top: 45px;
		margin-left: 12%;
	}
	.headerInner .headerCatchphrase {
		font-size: 20px;
		margin-top: 13px;
	}
	#header .wrapperHamburgerIcon {
		display: block;
	}
	#main {
		padding: 140px 10px 15px;
	}
	.wrapperContentInner {
		min-width: initial;
	}
	.leftMenuSet {
		display: none;
	}
	.contentBodyWrapper {
		width: auto;
		padding-left: 10px;
		padding-right: 10px;
	}
}

@media (max-width: 414px) {
	h2 {
		font-size: 22px;
	}
	ul, ol {
		margin-left: 25px;
		padding-left: 0;
	}
	#header {
		height: 126px;
		background: url('../images/header_bg_mobile.jpg') center no-repeat rgb(43, 43, 43);
	}
	#header .wrapperHamburgerIcon {
		bottom: 25px;
		left: 10px;
	}
	.mainMenuMobile ul {
		font-size: 14px;
	}
	.mainMenuMobile ul li a {
		padding: 4px 3px 4px 3px;
	}
	.headerInner .serviceBadgeSet {
		height: 25px;
	}
	.headerInner .serviceBadgeSet .serviceBadgeIcon {
		width: 35px;
	}
	.headerInner .headerWelcome {
		font-size: 28px;
		margin-top: 35px;
		margin-left: 0;
		text-align: center;
	}
	.headerInner .headerCatchphrase {
		font-size: 18px;
	}
	#main {
		padding-left: 5px;
		padding-right: 5px;
	}
	.mainInner {
		width: 100%;
		padding: 0;
	}
	.contentBodyWrapper {
		padding: 0 0 15px;
	}
	.contentBodyWrapper h1 {
		font-size: 24px;
	}
	.wrapperContent {
		min-height: 600px;
	}
	.wrapperFooter {
		padding-left: 10px;
		padding-right: 10px;
	}
	.footerMenu {
		padding-top: 0;
	}
	.footerMenu kbd {
		font-size: 12px;
		padding: 0 2px 0 2px
	}
	.footerMenu a {
		font-size: 12px;
	}
	.disclaimFoot {
		margin-top: 4px;
		font-size: 10px;
		line-height: 1.2em;
	}
}
@media (max-width: 375px) {
	h2 {
		font-size: 20px;
	}
	.contentBodyWrapper h1 {
		font-size: 22px;
	}
	.mainMenuMobile ul li {
		padding-bottom: 2px;
	}
}
@media (max-width: 320px) {
	#header .wrapperHamburgerIcon  {
		font-size: 9px;
	}
	#header .wrapperHamburgerIcon .fa-bars {
		font-size: 24px;
	}
	.headerInner .headerWelcome {
		font-size: 24px;
	}
	.headerInner .headerCatchphrase {
		font-size: 16px;
	}
	.mainMenuMobile > .mobileMenuTitle {
		font-size: 16px;
	}
	.mainMenuMobile ul li a {
		padding: 3px 1px 3px 1px;
	}
	#main {
		padding-left: 0;
		padding-right: 0;
	}
	.contentBodyWrapper {
		padding-left: 0;
		padding-right: 0;
	}
}
