@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700');
/*********************************************************************************/
/* Style Secure                                                                  */
/*********************************************************************************/
/*********************************************************************************/
/* Reset                                                                         */
/*********************************************************************************/
* {
	margin:0; padding:0;
	/*-webkit-overflow-scrolling: touch; disabled as obscured header on ios pull down*/
}
html {
	margin: 0;
	/* height: 100%; Disabled to fix the CKEditor jump (scroll) on paste issue */
}
html, body {
	width: 100%;
	overflow-x: hidden; /* Fix wider background */
}
body {
	font-family: 'Open Sans', sans-serif;
	line-height: 1;
	font-size: .875rem;
	font-weight: normal;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: subpixel-antialiased;
	color: #333333;
	background: #E0DAD1;
}
img {
	display:block;
} /* Resets images to avoid gap beneath when using Strict doctype */
h1, h2, h3, h4, p, li {
	font-weight: 400;
	font-size: 1em;
}
h1, h2, h3, h4 {
	letter-spacing: .05em;
	font-weight: 300;
}
a {
	text-decoration: none;
	color: #6A5833;
}
strong {
	font-weight: 700;
}
/*********************************************************************************/
/* Wrappers                                                                      */
/*********************************************************************************/
#container {
	float: left;
	width: 100%;
	padding-bottom: 200px;
	background: #F5F3F0;
	z-index: 990;
}
.wrapper {
	margin: 0 auto;
	max-width: 1200px;
	width: 100%;
}
#main {
	margin-top: 130px;
}
.borderwrap {
	float: left;
	border: solid 1px #E0DAD1;
	width: 90%;
	padding: 2em 5%;
	margin: 1em 0;
}
.borderwrapfoot {
	margin-bottom: 3em;
}
.nobordertop {
	margin-top: 0;
}
/*********************************************************************************/
/* Common                                                                        */
/*********************************************************************************/
.button {
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	padding: 6px 20px;
	min-width: 50px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	display: inline-block;
	-moz-transition: background-color ease-out .5s;
	-o-transition: background-color ease-out .5s;
	-webkit-transition: background-color ease-out .5s;
	transition: background-color ease-out .5s;
	background: #A69E8F;
	color: #FFFFFF;
	line-height: 145%;
	margin: 0 .25rem;
	font-size: 14px;
}
.buttonsml {
	padding: 0 10px;
	line-height: 25px;
}
.button:hover {
	background: #C2B8A7;
}
.promote {
	background: #3EAD4D;
}
.promote:hover {
	background: #44BD54;
}
.buttonred {
	background: #CC0000;
	color: #FFFFFF;
}
.buttonred:hover {
	background: #FF0000;
}
.buttongreen {
	background: #2DB300;
	color: #FFFFFF;
}
.buttongreen:hover {
	background: #33CC00;
}
.buttonwrap {
	float: left;
	width: 100%;
}
.buttonwrap .button {
	margin: 0 .25rem 1rem 0;
}
/*********************************************************************************/
/* Sign In                                                                       */
/*********************************************************************************/
#signinhead {
	width: 400px;
	margin: 0 auto;
}
#signinhead {
	margin-top: 50px;
}
#signinhead p {
	margin-top: 10px;
	text-align: center;
	line-height: 150%;
	font-size: 115%;
}
#signinform {
	width: 50%;
	max-width: 380px;
	padding: 1em 2%;
	margin: 25px auto;
	border: solid 1px #EAE9E1;
	background: #FFFFFF;
}
#signinform h1 {
	font-size: 180%;
	margin-bottom: 20px;
}
#signinform .errormsg {
	margin-bottom: 2em;
}
#signinform .errormsg p {
	font-size: 90%;
	color: #CC0000;
}
.formlayout li {
	list-style-type: none;
	margin-bottom: 1em;
}
.formlayout li {
	list-style-type: none;
	margin: 0 0 20px 0;
}
.formlayout .formobject {
	padding: .5em 1%;
	margin: 0;
	border: solid 1px #CCCCCC;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	font-size: 115%;
	width: 98%;
	color: #666666;
}
/*input[type=text], textarea {
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  outline: none;
}*/
input[type=text]:focus, input[type=password]:focus, textarea:focus {
	box-shadow: 0 0 5px rgba(0, 159, 147, 1);
	border: 1px solid rgba(0, 159, 147, 1);
	outline: none;
}
.formlayout .button {
	border: 0;
	font-size: 100%;
	cursor: pointer;
	-webkit-appearance: none;
}

/*********************************************************************************/
/* Header                                                                        */
/*********************************************************************************/
#topheader {
	box-shadow: 0 0 2px rgba(136,136,136,.9);
	position: fixed; /* Set the navbar to fixed position */
	top: 0; /* Position the navbar at the top of the page */
	width: 100%; /* Full width */
	height: 70px;
	z-index: 999;
	background: #FFFFFF;
}
#toplogo {
	float: left;
	width: 300px;
	height: 50px;
	margin: 10px;
	margin-right: 20px;
	background-image: url('../_gfxlib/logo300x75.png');
	background-size: 100%;
}
#toplogo a {
	display: block;
	width: 100%;
	height: 100%;
}
#topmenuwrap {
	float: left;
}
#topmenu {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#topmenu li {
	display: inline-block;
	font-size: .875rem;
	font-weight: bold;
}
#topmenu li a {
	display: block;
	padding: 0 1.5em;
	text-decoration: none;
	height: 70px;
	line-height: 70px;
	-moz-transition: background-color ease-out .5s;
	-o-transition: background-color ease-out .5s;
	-webkit-transition: background-color ease-out .5s;
	transition: background-color ease-out .5s;
	color: #333333;
}
#topmenu li .selected {
	background: #71ACC1;
	color: #FFFFFF;
}
#topmenu li a:hover {
	background: #D4D9DF;
	color: #005C80;
}
/*style the sub menu*/
#topmenu li ul {
	position: absolute;
	visibility: hidden;
	margin:0;
	padding: 0;
	z-index: 900;
}
#topmenu li ul li {
	display: inline;
	float: none;
}
#topmenu li ul li a {
	margin: 0;
	text-align: left;
	padding: .5em 1.5em;
	height: auto;
	line-height: normal;
	color: #666666;
	background: #D4D9DF;
}
#topmenu li ul li a:hover {
	border: 0;
	padding-top: solid .3125em #CCCCCC;
	background: #71ACC1;
	color: #FFFFFF;
}
.slicknav_menu {
	display:none;
}
#topauth {
	float: right;
	margin: 15px 0 0 0;
}
#topauth .button {
	margin: 0 15px 0 0;
	padding: 0 15px;
	line-height: 35px;
}
#topauth .signedin {
	display: inline-block;
	font-weight: 700;
	margin-right: 20px;
}
.navbutton {
	display:none;
}
/*********************************************************************************/
/* Left                                                                          */
/*********************************************************************************/
#left {
	float: left;
	width: 68%;
	margin: 0 0 0 2%;
}
#left h1 {
	font-size: 2em;
	margin: 0 0 2em 0;
	color: #4688A0;
}
#left.fullwidth {
	width: 100%;
	margin: 0;
}
#left .pagetitlewrap {
	float: left;
	width: 100%;
	margin: 0 0 1rem 0;
}
#left .pagetitlewrap p {
	font-weight: strong;
	margin: 0 0 1rem 0;
	line-height: 150%;
}
#left .pagetitlewrap h1 {
	font-weight: 700;
	font-size: 1.25rem;
	line-height: 1.25rem;
	margin: 0;
	color: #000000;
}
/*********************************************************************************/
/* Dashboard                                                                     */
/*********************************************************************************/
.dashboard {
	float: left;
	width: 100%;
	border: solid 1px #ECECEC;
	margin-bottom: 1.5rem;
}
.dashboard h2 {
	float: left;
	width: 98%;
	padding: .5rem 1%;
	font-size: 120%;
	font-weight: 500;
	color: #FFFFFF;
	background: #AD9D85;
}
.dashboard .tablelist {
	float: left;
	width: 100%;
	border-collapse: collapse;
	background: #FFFFFF;
}
.dashboard .tablelist th,
.dashboard .tablelist td {
	text-align: left;
	font-size: 90%;
	padding: 10px 5px;
	border-bottom: 3px solid #F5F4F0;
}
.dashboard .tablelist .rowshade {
	background: #F9F9F9;
}
.dashboard .tablelist .rowactive,
.dashboard .tablelist .rowactive a {
	font-weight: bold;
	color: #A19A90;
}
.dashboard .tablelist td a {
	display: block;
}
.dashboard .tablelist td.actionicon i,
.tablelist td.actionicon i {
	font-size: 1rem;
}
.dashboard .tablelist td.actionicon sup,
.tablelist td.actionicon sup {
	font-weight: 700;
	margin-left: 2px;
}
/*********************************************************************************/
/* Table.                                                                        */
/*********************************************************************************/
#amscontent .tablelist {
	float: left;
	width: 100%;
	border-collapse: collapse;
	background: #FFFFFF;
}
#amscontent .tablelist th,
#amscontent .tablelist td {
	text-align: left;
	font-size: .875rem;
	padding: 10px 5px;
	border-bottom: 3px solid #F5F4F0;
	display: table-cell;
}
#amscontent .tablelist th {
	background: #AD9D85;
	color: #FFFFFF;
}
#amscontent .tablelist .rowshade {
	background: #F9F9F9;
}
#amscontent .tablelist tr:hover {
	background: #F2F2F2;
}
#amscontent .tablelist .rowactive,
#amscontent .tablelist .rowactive a {
	font-weight: bold;
	color: #A19A90;
}
.tablelist td a {
	display: block;
}
.tablelist td.tdbtn {
	border-left: solid 3px #FFFFFF;
	text-align: center;
}
.tablelist td.btnblue {
	background: #4688A0;
}
.tablelist td.btnblue:hover {
	background: #5FA1B9;
}
.tablelist td.btngrey {
	background: #e0e0d1;
}
.tablelist td.btngrey:hover {
	background: #ebebe0;
}
.tablelist td.btngreen {
	background: #2DB300;
}
.tablelist td.btngreen:hover {
	background: #33CC00;
}
.tablelist td.btnred {
	background: #CC0000;
	color: #FFFFFF;
}
.tablelist td.btnred:hover {
	background: #FF0000;
}
.tablelist td.btngreen a,
.tablelist td.btnred a,
.tablelist td.btnblue a {
	color: #FFFFFF;
}
#amscontent .tablelist.tablesmall th,
#amscontent .tablelist.tablesmall td {
	font-size: 75%;
}
/*********************************************************************************/
/* Filterbox                                                                     */
/*********************************************************************************/
.filterbox {
	float: right;
	width: 100%;
	margin: 0 0 2rem 0;
	padding: 1rem 0;
}
.filterbox i {
	color: #4688A0;
	margin-right: .5rem;
}
.filterbox p.fullwidth {
	float: left;
	width: 100%;
	font-size: 1em;
	margin: .5rem 0;
	line-height: 150%;
}
.filterbox p {
	font-weight: 500;
	margin-bottom: 1rem;
	font-size: 120%;
	color: #4688A0;
}
.filterbox input {
	float: left;
	padding: .5em 1%;
	margin: 0;
	border: solid 1px #CCCCCC;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	font-size: 115%;
	width: 98%;
	color: #666666;
}
.filterbox .btn {
	padding: .5rem 1rem;
	margin: .5rem 0 0 0;
	font-size: 1rem;
	background: #A69E8F;
	color: #FFFFFF;
	width: auto;
	text-align: center;
}
/*********************************************************************************/
/* Right                                                                          */
/*********************************************************************************/
#right {
	float: left;
	width: 27%;
	margin-left: 3%;
}
#right .item {
	float: left;
	width: 100%;
	border: solid 1px #ECECEC;
	margin-bottom: 1.5rem;
	background: #FFFFFF;
}
#right .item h2 {
	width: 90%;
	padding: .5rem 5%;
	background: #D6CEC2;
	color: #FFFFFF;
}
#right .item .content {
	float: left;
	width: 90%;
	padding: 1rem 5%;
}
#right .item li {
	list-style-type: none;
	margin-bottom: 1rem;
}
#right .item a {
	font-weight: bold;
}
#right .item .content h3 {
	font-size: 130%;
	font-weight: 500;
	margin-bottom: 1em;
}
#right .item .content p {
	font-size: 100%;
	margin-bottom: 1em;
	line-height: 145%;
	color: #666666;
}
#right .item a,
#right .item .content h3 {
	color: #A19A90;
}
/*********************************************************************************/
/* Form                                                                        */
/*********************************************************************************/
.formwrap {
	display: block;
	font-size: 14px;
}
.formwrap h2 {
	float: left;
	width: 100%;
	font-size: 1.5em;
	font-weight: 400;
	margin: 2em 0 1em 0;
	color: #4688A0;
}
.formwrap .row {
	display: block;
	box-sizing: border-box;
	margin-right: -15px;
	margin-left: -15px;
}
.formwrap .row.fullwidth {
	width: 100%;
	float: left;
	clear: left;
}
.formwrap .row .spacer2 {
	margin-top: 2em;
	margin-bottom: 2em;
}
.formwrap .rowsection {
	float: left;
	width: 100%;
	margin: 2em -15px 1em -15px;
}
.formwrap .row .quarterwidth,
.formwrap .row .halfwidth,
.formwrap .row .fullwidth {
	float: left;
	width: 50%;
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	box-sizing: border-box;
}
.formwrap .row .fullwidth {
	width: 100%;
}
.formwrap .row .quarterwidth {
	width: 25%;
}
.formwrap .row .halfhalfwidth {
	/* Use half of a half width  as class = "halfwidth halfhalfwidth" */
	width: 25%;
	margin-right: 25%;
}
.formwrap .row .quarterwidth.floatright,
.formwrap .row .halfwidth.floatright,
.formwrap .row .fullwidth.floatright {
	float: right;
	text-align: right;
}
.form-group {
	display: block;
	margin-bottom: 15px;
}
.form-group label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: 700;
}
.form-group .form-control {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
}
.form-group .form-control.form-checkbox {
	height: auto;
	width: auto;
}
.form-group .form-control-file {
	display: block;
	width: 90%;
	height: 34px;
	margin: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-image: none;
}
.form-group .file-upload-error {
	font-size: 12px;
	color: #FF0000;
	font-weight: bold;
	margin: 0;
}
.formwrap .row .btn,
.formwrap .row .form_btn {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 145%;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-moz-transition: background-color ease-out .5s;
	-o-transition: background-color ease-out .5s;
	-webkit-transition: background-color ease-out .5s;
	transition: background-color ease-out .5s;
	background-image: none;
	border: 0;
	border-radius: 4px;
	background: #4688A0;
	color: #FFFFFF;
	margin: 0 .25rem;
}
.formwrap .row .btn:hover,
.formwrap .row .form_btn:hover {
	background: #5FA1B9;
}
.formwrap .row .btn_small {
	font-size: 11px;
}
.formwrap .row .btn_delete {
	color: #FFFFFF;
	background: #CC0000;
}
.formwrap .row .btn_delete a {
	color: #FFFFFF;
}
.formwrap .row .btn_submit {
	background: #2DB300;
	color: #FFFFFF;
}
.formwrap .row .btn_submit a {
	color: #FFFFFF;
}
.formwrap .row .btn_submit:hover {
	background: #33CC00;
}

.formwrap p {
	display: block;
	-webkit-margin-before: 1em;
	-webkit-margin-after: 1em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
}
#ajaxform .successmsg,
#ajaxform .bodysuccessmsg {
	float: left;
	width: 96%;
	margin: 0 0 2em 0;
	padding: .5em 2%;
	background: #33CC33;
	display: none;
}
#ajaxform .successmsg p,
#ajaxform .bodysuccessmsg p {
	font-size: .875em;
	font-weight: 400;
	color: #FFFFFF;
	text-align: center;
}
#ajaxform .errormsg {
	float: left;
	width: 96%;
	padding: 1em 2%;
	background: #ffe6e6;
	margin: 0 0 2em 0;
	display: none;
}
#ajaxform .errormsg p {
	font-size: .875em;
	line-height: 150%;
}
.file-upload-thumb {
	display: block;
	width: 50%;
	max-width: 200px;
	height: auto;
	margin: 1em 0;
}
#uploaded_image p {
	font-size: .875em;
	margin-bottom: 2em;
}
.formwrap .row .imagethumbwrap {
	float: left;
	width: 100%;
	max-height: 600px;
	overflow: scroll;
	background: #FFFFFF;
	border: solid 1px #CCCCCC;
	border-radius: 4px;
	display: flex;
	flex-wrap: wrap;
	list-style-type: none;
}
.formwrap .row .imagethumbwrap li {
	width: 15%;
	margin: .5em .5%;
}
.formwrap .row .imagethumbwrap li img {
	max-width: 100%;
	border: solid 1px #CCCCCC;
	height: auto;
}
.formwrap .row .imagethumbwrap li p.delete {
	color: #CC0000;
	font-weight: 400;
	font-size: .875em;
}
.formwrap .row .imagethumbwrap li p.edit {
	content:"\f0c9";
	font-family: "FontAwesome";
}
/*********************************************************************************/
/* Image Edit Overlay                                                            */
/*********************************************************************************/
.imgoverlay {
	display:none;
	position:fixed;
	top:0;
	height:100%;
	width:100%;
	background: rgb(0,0,0);
	background: rgba(0,0,0,.7);
	overflow:auto;
	z-index: 99;
}
.imgoverlay .navwrap {
	color:#e9e9e9;
	text-align:center;
	max-width:90%;
	margin:0 auto;
	padding: 80px 0 0 0;
}
#imgoverlay .popup {
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;
	margin: auto;
	background: #FFFFFF;
	width: 50%;
	height: 25%;
	padding: 1em 5%;
}

.popup h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
}
.popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.popup .close:hover {
  color: #06D85F;
}
.popup .content {
  max-height: 30%;
  overflow: auto;
}
/*********************************************************************************/
/* Footer                                                                        */
/*********************************************************************************/
#footer {
	float: left;
	width: 100%;
	position: relative;
	z-index: 99;
	margin: 1em 0;
}
#footer .credit {
	float: right;
	height: 40px;
	background: url('_gfxlib/ams205.png') no-repeat;
	padding-left: 215px;
}
#footer .credit p {
	margin-top: 15px;
	font-size: .875em;
	color: #AD9D85;
}
#footerlinks {
	list-style-type: none;
	margin: 0;
	padding: 20px 0 0;
	text-align: center;
}
#footerlinks li {
	display: inline-block;
	font-size: .75rem;
	padding: 0 1.5em;
}

#footerlinks li a {
	text-decoration: none;
	color: #AD9D85;
}
#footerlinks li a:hover,
#footerlinks li .selected {
	text-decoration: underline;
}
.footersocial {
	text-align: center;
	padding: 30px 0;
}
.footersocial a {
	background-size: auto 50px;
	display: inline-block;
	width: 50px;
	height: 50px;
	margin: 0 8px;
}
.footersocial-fb {
	background: url(../_assets/_social/fb50.png) no-repeat;
}
.footersocial-tw {
	background: url(../_assets/_social/twit50.png) no-repeat;
}
.footersocial-inst {
	background: url(../_assets/_social/inst50.png) no-repeat;
}
.footersocial-pin {
	background: url(../_assets/_social/pin50.png) no-repeat;
}