html {
	font-size: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	box-sizing: border-box;
}

*, 
*:before,
*:after {
	box-sizing: inherit;
}

body {
	padding: 0;
	margin: 0;
	font-weight: normal;
	line-height: 1.5;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

a,
a:hover,
input,
input:hover,
span,
span:hover {
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

form {
	font-family: 'PT Serif', serif;
}

a:active,
a:hover {
	outline: 0;
}

small {
	font-size: 80%;
}

.hidden {
	display: none;
}

button,
select { 
	text-transform: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

img {
	border: 0; 
	max-width: 100%;
	height: auto;
	-ms-interpolation-mode: bicubic;
	display: inline-block;
	vertical-align: middle;
}

p, ul, ol, li {
	font-size: inherit;
	line-height: 1.6;
	margin-bottom: 1rem;
	text-rendering: optimizeLegibility;
	color: #444;
}

small {
	font-size: 80%;
	line-height: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	font-style: normal;
	color: inherit;
	text-rendering: optimizeLegibility;
	margin-top: 0;
	margin-bottom: 0.5rem;
	line-height: 1.4;
}

h1 {
	font-size: 1.5rem;
}

h2 {
	font-size: 1.25rem;
}

h3 {
	font-size: 1.1875rem;
}

h4 {
	font-size: 1.125rem;
}

h5 {
	font-size: 1.0625rem;
}

h6 {
	font-size: 1rem;
}

/* Mobile Menu */

.mobmenu {
	display: block;
	float: right;
	position: relative;
	overflow: hidden;
	margin: 0;
	padding: 0;
	width: 20px;
	height: 20px;
	margin: 2px 0;
	font-size: 0;
	text-indent: -9999px;
	appearance: none;
	box-shadow: none;
	background: none;
	border-radius: none;
	border: none;
	cursor: pointer;
	transition: background 0.3s;
}

.mobmenu:focus {
	outline: none;
}

.mobmenu span {
	display: block;
	position: absolute;
	top: 9px;
	left: 0px;
	right: 0px;
	height: 3px;
	background: #333;
}

.mobmenu span::before,
.mobmenu span::after {
	position: absolute;
	display: block;
	left: 0;
	width: 100%;
	height: 3px;
	background-color: #333;
	content: "";
}

.mobmenu span::before {
	top: -7px;
}

.mobmenu span::after {
	bottom: -7px;
}

.mobmenu span::before,
.mobmenu span::after {
	transition-duration: 0.3s, 0.3s;
	transition-delay: 0.3s, 0s;
}

.mobmenu span::before {
	transition-property: top, transform;
}

.mobmenu span::after {
	transition-property: bottom, transform;
}

/* active state, i.e. menu open */

.mobmenu.is-active span {
  background: none;
}

.mobmenu.is-active span::before {
	top: 0;
	transform: rotate(45deg);
}

.mobmenu.is-active span::after {
	bottom: 0;
	transform: rotate(-45deg);
}

.mobmenu.is-active span::before,
.mobmenu.is-active span::after {
	transition-delay: 0s, 0.3s;
}

/* Accordion Arrows */

.arrow {
	display: block;
	float: right;
	position: relative;
	overflow: hidden;
	margin: 0;
	padding: 0;
	width: 16px;
	height: 16px;
	margin: 0;
	font-size: 0;
	text-indent: -9999px;
	appearance: none;
	box-shadow: none;
	background: none;
	border-radius: none;
	border: none;
	cursor: pointer;
}

.arrow span {
	display: block;
	position: absolute;
	top: 9px;
	right: 0px;
	width: 16px;
	height: 0px;
	background: #fff;
}

.arrow span::before,
.arrow span::after {
	position: absolute;
	display: block;
	width: 60%;
	height: 2px;
	background-color: #fff;
	content: "";
}

.arrow span::before {
	transform: rotate(45deg);
	left: 0;
}

.arrow span::after {
	transform: rotate(-45deg);
	right: 0;
}

/* active state, i.e. menu open */

.is-active .arrow span::before {
	left: 0;
	transform: rotate(-45deg);
}

.is-active .arrow span::after {
	right: 0;
	transform: rotate(45deg);
}

.arrow:focus {
	outline: none;
}

.acc-row {
	width: 100%;
	float: left;
}

/* Selectric */

.selectric-wrapper {
	position: relative;
	cursor: pointer;
}

.selectric-responsive {
	width: 100%;
}

.selectric {
	position: relative;
	font-family: helvetica, arial, sans-serif;
}

.selectric .label {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 0 38px 0 15px;
	line-height: 55px;
	color: #999;
	height: 55px;
	-webkit-user-select: none;
	 -moz-user-select: none;
	  -ms-user-select: none;
	      user-select: none;
	width: calc(100% - 15px);
	border: 0;
}

.selectric .button {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 55px;
	height: 55px;
	color: #BBB;
	text-align: center;
	font: 0/0 a;
	*font: 20px / 55px Lucida Sans Unicode, Arial Unicode MS, Arial;
}

.selectric .button:after {
	content: " ";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 0;
	height: 0;
	border: 4px solid transparent;
	border-top-color: #BBB;
	border-bottom: none;
}

.selectric-hover .selectric {
	border-color: #C4C4C4;
}

.selectric-hover .selectric .button {
	color: #A2A2A2;
}

.selectric-hover .selectric .button:after {
	border-top-color: #A2A2A2;
}

.selectric-open {
	z-index: 9999;
}

.selectric-open .selectric {
	border-color: #C4C4C4;
}

.selectric-open .selectric-items {
	display: block;
}

.selectric-disabled {
	filter: alpha(opacity=50);
	opacity: 0.5;
	cursor: default;
	-webkit-user-select: none;
	 -moz-user-select: none;
	  -ms-user-select: none;
	      user-select: none;
}

.selectric-hide-select {
	position: relative;
	overflow: hidden;
	width: 0;
	height: 0;
}

.selectric-hide-select select {
	position: absolute;
	left: -100%;
	display: none;
}

.selectric-input {
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	margin: 0 !important;
	padding: 0 !important;
	width: 1px !important;
	height: 1px !important;
	outline: none !important;
	border: none !important;
	*font: 0/0 a !important;
	background: none !important;
}

.selectric-temp-show {
	position: absolute !important;
	visibility: hidden !important;
	display: block !important;
}

/* Items box */

.selectric-items {
	display: none;
	position: absolute;
	top: 100%;
	left: -1px;
	width: calc(100% + 2px) !important;
	background: #FFF;
	border: 1px solid #ccc;
	z-index: -1;
}

.selectric-items .selectric-scroll {
	height: 100%;
	overflow: auto;
}

.selectric-above .selectric-items {
	top: auto;
	bottom: 100%;
}

.selectric-items ul, .selectric-items li {
	list-style: none;
	font-family: helvetica, arial, sans-serif;
	padding: 0;
	margin: 0;
	min-height: 20px;
}

.selectric-items li {
	display: block;
	padding: 15px;
	color: #666;
	cursor: pointer;
}

.selectric-items li.selected {
	background: #EFEFEF;
	color: #444;
}

.selectric-items li:hover {
	background: #F0F0F0;
	color: #444;
}

.selectric-items .disabled {
	filter: alpha(opacity=50);
	opacity: 0.5;
	cursor: default !important;
	background: none !important;
	color: #666 !important;
	-webkit-user-select: none;
	 -moz-user-select: none;
	  -ms-user-select: none;
	      user-select: none;
}

.selectric-items .selectric-group .selectric-group-label {
	font-weight: bold;
	padding-left: 10px;
	cursor: default;
	-webkit-user-select: none;
	 -moz-user-select: none;
	  -ms-user-select: none;
	      user-select: none;
	background: none;
	color: #444;
}

.selectric-items .selectric-group.disabled li {
	filter: alpha(opacity=100);
	opacity: 1;
}

.selectric-items .selectric-group li {
	padding-left: 25px;
}



@media screen and (max-width: 720px) {

	

}