
html, button, input, textarea, select {
	font-family: "Open Sans", Arial, sans-serif;
}

html, body {
	margin: 0;
}

.green-button {
	background-color: #9C3;
	color: white;
	height: 45px;
	min-width: 160px;
	font-size: 20px;
	margin-top: 12px;
	margin-bottom: 12px;
	display: inline-block;
	border: none;
	cursor: pointer;
}

.green-button:disabled {
	background-color: grey;
}

h1 {
	font-size: 3.75em;
	font-style: normal;
	font-weight: 100;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 30px;
	text-align: center;
}

@media only screen and (max-width: 480px) {
	h1 {
		font-size: 3.0em;
	}	
}

h2 {
	font-size: 1.875em;
	color: black;
	font-style: normal;
	font-weight: 100;
	margin-top: 15px;
}

h3 {
	font-size: 1.575em; 
	font-style: normal;
	font-weight: 100;
	margin-top: 0px;
}

h4 {
	font-size: 1.323em; 
	font-style: normal;
	font-weight: 100;
	margin-top: 0px;
	margin-bottom: 20px;
}

a {
	color: #3399CC;
	text-decoration: none;
	cursor: pointer;
}


a:link {
	color: #3399CC;
	text-decoration: none;
}


a:hover {
	color: #3366CC;
	text-decoration: none;
}

#wrapper {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	background-color: #FFF;
}

#header {
	top: 0;
	width: 100%;
	height: 66px;
	background-color: #EFEFEF;
	padding-left: 0px;
	padding-top: 0px;
}

#header-logo {
	margin-left: 1%;
	margin-top: 6px;
}

.account-menu-item {
	margin-top: 12px;
	color: #39C;
	font-weight: 400;
	text-decoration: none;
}

#menu-bar {
	float: right;
	font-size: 1em;
	margin-left: 0px;
	margin-top: 6px;
	margin-right: 5px;
	text-align: right;
}

.menu-item {
	margin: 12px 15px 0 10px;
	color: #39C;
	font-weight: 400;
	text-decoration: none;
}

.menu-item-current {
	font-weight: 600;	
}

.top-menu {
	background-color: #EFEFEF;
	overflow: hidden;
	z-index: 90;
}

.top-menu .expandMenuIcon {
	display: none;
	font-size: 1.75em;
}

@media screen and (max-width: 940px) {
	#menu-bar { width: auto; }
	
  .top-menu a {display: none;}
  .top-menu a.expandMenuIcon {
	float: right;
	display: block;
  }

  .top-menu.responsive {position: relative;}
  .top-menu.responsive a.expandMenuIcon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .top-menu.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}


.open-popup {
	color: #3399CC;
}

.accountwrapper {
	background: #EFEFEF;
	padding-left: 25px;
	max-width: 700px;
}


@media only screen and (max-width: 768px) {
	.accountwrapper {
		padding-left: 0px;
		width: 450px;
	}
}

@media only screen and (max-width: 640px) {
	.accountwrapper {
		padding-left: 0px;
		width: 300px;
	}
}

@media only screen and (max-width: 375px) {
	.accountwrapper {
		padding-left: 0px;
		width: 240px;
	}
}

.account-form-field {
	padding: 4px;
	font-size: 1em;
	margin-top: 12px;
	width: 500px;
	height: 31px;
	box-sizing: border-box;
}

.account-form-field-text {
	height: 120px;
	min-height: 32px;
	resize: vertical;
}

@media only screen and (max-width: 768px) {
	.account-form-field {
		width: 400px;
	}
}
                 
@media only screen and (max-width: 640px) {
	.account-form-field {
		width: 310px;
	}
}

@media only screen and (max-width: 480px) {
	.account-form-field {
		width: 256px;
	}
}

@media only screen and (max-width: 320px) {
	.account-form-field {
		width: 140px;
	}
}

@media only screen and (max-width: 260px) {
	.account-form-field {
		width: 100px;
	}
}

.form-field {
	font-size: 1em;
	margin-top: 12px;
	width: 500px;
	height: 31px;
	box-sizing: border-box;
}

.form-field-sizeselect {
	font-size: 1em;
	width: 70px;
	background-color: white;
}

.block-sizeselect {
	margin-top: 12px;
}

.block-sizeselect > span {
	background-color: white !important;
}


@media only screen and (max-width: 640px) {
	.form-field {
		width: 400px;
	}
}

@media only screen and (max-width: 480px) {
	.form-field {
		width: 260px;
	}
}

.error-text {
	color: #CC291F;
	font-weight: bold;
}

.success-text {
	color: #9C3;
	font-weight: bold;
}

.block-info {
    background-color: white;
    width: 100%;
    padding-bottom: 6px;
    padding-left: 16px;
    padding-right: 16px;
    text-align: left;
    box-sizing: border-box;
}

#user-display-name {
  font-weight: bold;
}

#user-plan-name {
	font-weight: bold;
}

.ui-dialog,.ui-widget, .ui-corner-all, .foo, /*.ui-draggable,*/ .ui-resizable {
	background: #EFEFEF !important;
}

.ui-widget-overlay {
   opacity: .75;
}

.ui-widget-content {
/*	background: white !important;*/
}

.ui-widget-content a {
	color: #3399CC;
}

.ui-widget-header {
	border: none;
}


article {
	background-color: white;
	padding: 40px;
}

footer {
    min-height: 50px;
    background-color: #242729;
    color: #E6E6E6;
    padding: 10px 20px 0 20px;
    font-size: 14px;
    line-height: 18px;
    display: flex;
}

.footer-block {
    flex: 1;
}

.footer-block-right {
    flex: 0 0 180px;
    text-align: right;
}

footer a:link {
    color: #39C;
}

footer a:visited {
    color: #39C;
}

.section-content-centered {
	text-align: center;
}

.disabled-text {
	color: #C4C4C4 !important;
}

fieldset {
	border: none;
}