p, figcaption, ul.sqrlist {
  line-height: 1.8;
  margin: 10px 0 20px 0;
}
	
.sqrtable td, .sqrtable th {
  line-height: 1.8;		
}
	
.sqrcontent p a, a.link {
	color: #000000;
	font-weight: none;
	text-decoration: none;
}

.sqrcontent p a:hover, a.link:hover {
	color: #f0081d;
}

.sqrpara {
  box-sizing: border-box;
  max-width: 1100px;
  padding: 0 30px;
  margin: 0 auto 40px auto;
  font-weight: none;
 
}

.sqrparabox {
  box-sizing: border-box;
  padding: 30px 30px;
  border: 0px solid #544B31;
  background-color: #eed996;
}
.sqrparabox h2 {
  margin-top: 0;
}
.sqrbox {
  padding: 15px 30px;
  border: 0px solid #544B31;
  background-color: #eed996;
}
.sqrpara:after, .sqrparabox:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.sqrparafw {
  padding: 0;
  max-width: none;
}
.sqrparafw h2 {
  box-sizing: border-box;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
.sqrparafw>h2 {
  padding: 0 30px;
}
.sqrfwalt {
  border-bottom: 1px solid #544B31;
  border-top: 0px solid #544B31;
  background-color: #eeeff1;
  padding: 10px 0;
  margin-bottom: 30px;
}
.sqrcf:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

p.sqrpaginate {
	text-align: ;
	margin: 8px 0;
}

p.sqrpaginate a, p.sqrpaginate b {
	padding: 0 4px;
}

.sqrnextpage {
  float: right;
  margin: 10px 0;
}
.sqrnextpage span {
  background: url(nextpage.svg) right center no-repeat;
  padding-right: 30px;
  margin-right: -10px;
  display: block;
  text-align: left;
}
.sqrprevpage {
  float: left;
  margin: 10px 0;
}
.sqrprevpage span {
  background: url(prevpage.svg) left center no-repeat;
  padding-left: 30px;
  margin-left: -10px;
  display: block;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .sqronlymobile {
  	display: none;
  }	
}

.sqrform {
  margin: 20px 0;
  padding: 0;
  display: block;
  width: 100%;
}
.sqrform div:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.sqrform div {
  margin: 12px 0;
}
.sqrform input[type="text"], .sqrform input[type="password"], .sqrform input[type="file"], .sqrform input[type="email"], .sqrform textarea, .sqrform select {
  border: 1px solid #333333;
  background: #fcf4de;
  padding: 8px 12px;
  display: block;
  border-radius: 0;
  box-sizing: border-box;
  -webkit-appearance: none;
  -ms-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.sqrform input.sqrformerr, .sqrform textarea.sqrformerr {
  border: 1px solid #B73332;
}
.sqrform label.sqrformerr, .sqrform p.sqrformerr {
  color: #B73332;
}
.sqrform a {
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
  padding: 0 8px;
  transition: color 0.3s;
}
.sqrform a:hover {
  color: #74b8b9;
}
.sqrform p a, a.link {
	color: #444444;
	font-weight: bold;
	text-decoration: none;
}
.sqrform select {
  background: #ffffff url(select.svg) no-repeat right center;
  padding: 8px 32px 8px 12px;
}
.sqrform select::-ms-expand {
  display: none;
}
.sqrform input[type="file"] {
  line-height: 1;
}
.sqrform textarea {
  height: 140px;
}
.sqrform input[type="submit"], .sqrbutton, .sqrshopbutton {
  background-color: #fcedc6;
  border: none;
  color: #252c41;
  padding: 12px 30px;
  text-decoration: none;
  text-transform: none;
  cursor: pointer;
  transition: background-color 0.5s;
  -webkit-appearance: none;
  border-radius: 0;
  display: block;
  letter-spacing: 1px;
}
.sqrform input[type="submit"] {
  margin: 24px 0 0 0;
  float: right;
}
.sqrform input[type="submit"]:hover, .sqrbutton:hover, .sqrshopbutton:hover {
  background-color: #74b8b9;
  color: #ffffff;
}
.sqrform .sqrforml {
  box-sizing: border-box;
  width: 28%;
  float: left;
  display: block;
}
.sqrform label.sqrforml {
  padding: 9px 0;
  display: block;
}
.sqrform .sqrformr {
  box-sizing: border-box;
  width: 70%;
  float: right;
  display: block;
  margin: 0;
}

.sqrform img {
  display: block;
  border: 1px solid #c9c7c3;
  padding: 8px;
  background: #fcf4de;
}

.sqrform p {
  font-style: italic;
}
.sqrform .sqrformsplite input:first-child {
  width: 49%;
  float: left;
}
.sqrform .sqrformsplite input:last-child {
  width: 49%;
  float: right;
}
.sqrform .sqrformsplitr input:first-child {
  width: 19%;
  float: left;
}
.sqrform .sqrformsplitr input:last-child {
  width: 79%;
  float: right;
}
.sqrform .sqrformsplitl input:first-child {
  width: 79%;
  float: left;
}
.sqrform .sqrformsplitl input:last-child {
  width: 19%;
  float: right;
}
.sqrformsplite:after, .sqrformsplitl:after, .sqrformsplitr:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
@media screen and (max-width: 767px) {
  .sqrform input[type="text"], .sqrform input[type="file"], .sqrform textarea {
    width: 100%;
    float: none;
  }
  .sqrform .sqrforml {
    width: 100%;
    float: none;
  }
  .sqrform .sqrformr {
    width: 100%;
    float: none;
  }
}

@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
.sqrlbbackdrop img {
  display: block;
  position: absolute;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.4);
  z-index: 2002;
}
.sqrlbbackdrop .sqrlbcaption {
  display: block;
  position: absolute;
  color: #ffffff;
  text-shadow: 0 0 4px #000000;
  font-size: 90%;
  font-style: italic;
  padding: 14px 0;
  z-index: 2008;
  text-align: left;
  left:0;
  right:0;
  bottom:0;
}
@media screen and (max-width: 767px) {
  .sqrfigl, .sqrfigr {
    width: 80%;
    float: none;
    margin: 20px auto;
  }
  .sqrparamobilefw>.sqrfig {
    border-left: none;
    border-right: none;
    border-top: 1px solid #544B31;
    border-bottom: 1px solid #544B31;
  }
  .sqrparamobilefw>.sqrfig>figcaption {
    padding: 20px 30px;
    margin: 0;
  }
}
@media screen and (min-width: 1024px) {
  .sqrfigfwl>figcaption, .sqrfigfwr>figcaption {
    position: absolute;
    max-width: 30%;
    padding: 30px;
    margin: 0 auto 0 auto;
    color: #ffffff;
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.8);
  }
  .sqrfigfwl>figcaption {
    bottom: 0;
    left: 0;
  }
  .sqrfigfwr>figcaption {
    bottom: 0;
    right: 0;
  }
}

.sqrtabs .sqrtabshead ul {
  box-sizing: border-box;
  padding: 0 30px;
  display: block;
  list-style: none;
  max-width: 1100px;
  margin: 0 auto;
  -webkit-user-select: none;
  user-select: none;
}
.sqrpara .sqrtabs .sqrtabshead ul {
  padding: 0;
}
.sqrtabs .sqrtabshead ul li {
  display: block;
  padding: 11px 21px 10px 21px;
  float: left;
  margin: 0 3px -1px 0;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.sqrtabs .sqrtabshead ul li.sqrtabactive {
  padding: 10px 20px 10px 20px;
  background-color: #ffffff;
  border-top: 0px solid #544B31;
  border-left: 0px solid #544B31;
  border-right: 0px solid #544B31;
  cursor: default;
}
.sqrtabs .sqrtabshead ul:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.sqrtabs .sqrtabscontainer>div {
  display: none;
  margin: 0;
  padding: 0;
}
.sqrtabs .sqrtabscontainer>div.sqrtabactive {
  display: block;
}

.sqracc {
  box-sizing: border-box;
  margin: 0 auto 30px auto;
  max-width: 1100px;
}
.sqracc .sqracchead {
  box-sizing: border-box;
  margin: 0 30px;
  padding: 0;
  border-bottom: 1px solid #544B31;
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
}
.sqracc .sqracchead:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.sqracc .sqracchead div {
  padding: 10px 20px 10px 32px;
  border-top: 1px solid #544B31;
  border-left: 1px solid #544B31;
  border-right: 1px solid #544B31;
  cursor: inherit;
  float: left;
  background: #ffffff url(accclosed.svg) 10px 50% no-repeat;
  min-width: 30%;
  -webkit-user-select: none;
  user-select: none;
}
.sqracc .sqracccontainer {
  display: none;
}
.sqracc.sqraccopen .sqracccontainer {
  display: block;
}
.sqracc.sqraccopen .sqracchead div {
  background-image: url(accopen.svg);
}
@media screen and (max-width: 767px) {
  .sqracc .sqracchead {
    margin: 0;
    padding: 0 30px;
  }
}

@media screen and (min-width: 768px) {
  .sqr2col>div {
    box-sizing: border-box;
    width: 48%;
    float: left;
    margin-right: 4%;
  }
  .sqr2col>div:last-child {
    margin-right: 0;
  }
  .sqr3col>div {
    box-sizing: border-box;
    width: 30.6666666666%;
    float: left;
    margin-right: 4%;
  }
  .sqr3col>div:last-child {
    margin-right: 0;
  }
}

.sqrlist {
  list-style: none;
  margin: 10px 0;
  padding: 0;
}
.sqrlist>li {
  padding: 0 0 0 24px;
  margin: 0 0 16px 0;
  background-position: 0 8px;
  background-repeat: no-repeat;
}

.sqrtable {
  overflow: auto;
  width: 100%;
}
.sqrtable table {
  box-sizing: border-box;
  min-width: 100%;
  background-color: #ffffff;
  border: 0px solid #544B31;
  border-collapse: collapse;
}
.sqrtable th {
  box-sizing: border-box;
  border: 0px solid #010000;
  background-color: #010000;
  color: #F4F4EF;
  padding: 12px 18px;
  font-weight: normal;
  text-align: left;
  vertical-align: top;
}
.sqrtable th a.link {
	color: #F4F4EF;
}

.sqrtable td {
  box-sizing: border-box;
  border: 0px solid #544B31;
  padding: 12px 18px;
  font-weight: normal;
  text-align: left;
  vertical-align: top;
}

.sqrtable img {
	width: 100%;
	height: auto;
	border: 0;
	display: block;
}

@media screen and (min-width: 768px) {
  .sqrtable tr:nth-child(odd) {
    background-color: #ffffff;
  }
  .sqrtable td.sqrtablepic {
    padding: 0;
  }
  .sqrtable .sqrtableheader {
  font-style: italic;
  }
}
@media screen and (max-width: 767px) {
  .sqrtablescroll tr:nth-child(odd) {
    background-color: #ffffff;
  }
  .sqrtablereflow thead {
    display: none;
  }
  .sqrtablereflow td {
    display: block;
    width: 100% !important;
    border: none;
    text-align: left !important;
    border-top: 1px solid #544B31;
  }
  .sqrtablereflow td:before {
    content: attr(data-header) ": ";
    font-style: italic;
  }
  .sqrtablereflow td.sqrtablepic:before {
    content: attr(data-header) ": ";
    font-style: italic;
    display: block;
    padding-bottom: 6px;
  }
  .sqrtablereflow tr {
    display: block;
    border: none;
  }
  .sqrtablereflow td:first-child {
    background-color: #010000;
    color: #F4F4EF;
    border-top: none;
  }
  .sqrtablereflow td:first-child:before {
    content: '';
  }
  .sqrtablereflow td:nth-child(even) {
    background-color: #ffffff;
  }
  .sqrtable td.sqrtablepic {
    padding: 12px 18px 18px 18px;
  }  
}

.srqteaserelement ul {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}
.srqteaserelement li {
  display: block;
  margin: 0 0 20px 0;
  padding: 0;
}
.srqteaserelement li:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.sqrteaserpicture {
  display: block;
  margin: 0;
  padding: 0;
  border: 0px solid #544B31;
}
.srqteaserelement img {
  display: block;
  border: 0;
  width: 100%;
  height: auto;
}
.sqrteasercaption {
  text-decoration: none;
  display: block;
  margin-bottom: 10px;
  font-weight: bold;
  color: #DDDDDD;
}
.srqteaserelement li.sqrteaserlink {
  display: block;
  margin: 0 0 16px 0;
  padding: 0 0 0 24px;
  background-position: 0 6px;
  background-repeat: no-repeat;
}

.srqteaserelement li.sqrteaserlink a {
  color: #DDDDDD;
  font-weight: normal;
  text-decoration: none;
}

.srqteaserelement li.sqrteaserlink a:hover, .sqrteasercaption:hover {
  text-decoration: none;
}


p.sqrteaserlookup {
	text-align:left;
	margin: 8px 0 18px;
	border-bottom: 0px solid #544B31;
	padding: 0 0 4px 0;
}

@media screen and (min-width: 768px) {
  .sqr1col .sqrteaserpicture {
    width: 40%;
    float: right;
    margin: 4px 0 30px 30px;
  }
  .sqr1col li:nth-child(odd) .sqrteaserpicture {
    float: left;
    margin: 4px 30px 30px 0;
  }
}
@media screen and (max-width: 767px) {
  .sqr1col .sqrteaserpicture {
    float: none;
    margin: 10px 0;
    width: 100%;
  }
}

#sqrheader {
    position: relative;
    overflow: hidden;
    padding: 0 0;
    background-color: #ffffff;
    margin: 0 30px 30px 30px;
}

#sqrheader #headercontainer img, #sqrheader #headercontainer video {
    width: 100%;
    display: block;
    border: 0;
    position: absolute;
    height: 100%;
}

#sqrheader #headercontainer img.headersliderpri {
    z-index: 1;
    transition: none;
    -webkit-transition: none;
    opacity: 1;
}

#sqrheader #headercontainer img.headerslidersec {
    z-index: 2;
    transition: none;
    opacity: 0;
}

#sqrheader #headercontainer img.headerslidersecout {
    transition: opacity 0.5s;
    opacity: 1;
}

#headercontainer {
    position: absolute;
}

#headersliderbullets {
    box-sizing: border-box;
    padding: 20px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 3;
}

#headersliderbullets:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

#headersliderbullets a {
    width: 24px;
    height: 24px;
    background: url(bullet.svg) no-repeat left top;
    float: left;
}

#headersliderbullets a.active {
    background-position: left bottom;
}

#eyecatcherwait {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 48px;
    height: 48px;
    margin:-24px 0 0 -24px;
    z-index: 3;
    background: url(./wait.svg) no-repeat center center;
    opacity: 0;
}

@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

header.loading #eyecatcherwait {
    -webkit-animation:spin 1s linear infinite;
    -moz-animation:spin 1s linear infinite;
    animation:spin 1s linear infinite;
    display: block;
    opacity: 1;
	transition: opacity 1s;
	-webkit-transition: opacity 1s;    
}

#headersliderbullets {
	z-index: 3;
	position: absolute;
	bottom: 10px;
	right: 10px;
}


#headersliderbullets::after {
	content: '';
	clear: both;
	display: block;
}


#headersliderbullets a {
	width: 20px;
	height: 20px;
	background: url(./bullet.svg) no-repeat left top;
	float: left;
}

#headersliderbullets a.active {
	background-position: left bottom;
}

