body {
    background-color: #FCE1F6;
    margin: 0;
    padding: 0;
}


.sqroptologo {
    background-color: #ffffff;
    padding: 30px 0;
}

.sqroptologo img {
    display: block;
    border: none;
    margin: 0 auto;
}

.sqrmainarea {
    max-width: 1180px;
    margin: 0 auto;
    position: relative;
    padding: 0 30px;
    margin-top: -5%;
}

.sqroptobowtop {
    width: 100%;
    position: relative;
    background-size: 100%;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-image: url(fade.svg);
}


.sqroptobowtop>div {
    width: 100%;
    height: 0;
    padding-bottom: 4%;
    background: url(bowbottom.svg) no-repeat center bottom;
    margin-top: 6%;
}

.sqrnav {
    width: 100%;
    z-index: 1000;
    -webkit-user-select: none;
    user-select: none;
    background-color: rgba(0,0,0,0.5);
}

.sqrnav a {
    display: block;
    margin: 0;
    padding: 10px 22px;
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-tap-highlight-color: transparent;
    line-height: 22px;
    font-size: 13px;
    letter-spacing: 1px;
    -webkit-text-size-adjust:none;
    transition: background-color 0.2s;
}

.sqrnav>ul li {
    display: block;
    margin: 0;
    padding: 0;
    position: relative;
}

@media screen and (max-width: 1023px) {

    .sqrnav a.sqrnavshow, .sqrnav a.sqrnavhide {
        background: url(menu.svg) right center no-repeat;
    }
    .sqrnav li.sqrnavmore>a {
        background: url(moreright.svg) right center no-repeat;
    }
    .sqrnav li.sqrnavopen>a {
        background: url(moredown.svg) right center no-repeat;
    }
    .sqrnav .sqrnavshow {
        display: block;
    }
    .sqrnav .sqrnavhide {
        display: none;
    }
    .sqrnavopen>a.sqrnavshow {
        display: none;
    }
    .sqrnavopen>a.sqrnavhide {
        display: block;
    }
    .sqrnav li.sqrnavopen>ul {
        display: block;
    }
    .sqrnav ul {
        display: none;
        margin: 0 auto;
        padding: 0;
        list-style: none;
    }
    .sqrnav ul ul {
        display: none;
    }
    .sqrnav ul li li>a {
        padding-left: 44px;
    }
    .sqrnav ul li li li>a {
        padding-left: 66px;
    }
    .sqrnavopen>ul {
        display: block;
    }

    .sqrmainarea {
        padding: 0;
        margin-top: 0;
    }

    .sqroptobowcontenttop {
        display: none;
    }

    .sqroptobowtop>div {
        background-image: url(bowbottomw.svg);
    }

    .sqrnavopen {
        background-color: #AB4C84;
    }


}

@media screen and (min-width: 1024px) {

    .sqrnav {
        height: 42px;
    }

    .sqrnav>a {
        display: none;
    }
    .sqrnav>ul {
        box-sizing: border-box;
        display: block;
        margin: 0 auto;
        padding: 0;
        list-style: none;
        width: 100%;
        max-width: 1180px;
    }
    .sqrnav>ul:after {
        visibility: hidden;
        display: block;
        font-size: 0;
        content: " ";
        clear: both;
        height: 0;
    }

    .sqrnav>ul>li {
        float: left;
    }

    .sqrnav>ul>li.sqrnavactive {
        background-image: url(marker.svg);
        background-repeat: no-repeat;
        background-position: center top;
    }

    .sqrnav>ul li>ul {
        position: absolute;
        background-color: #AB4C84;
        width: 30vw;
        max-width: 320px;
        display: block;
        left: -9999px;
        margin: 0;
        padding: 0;
        list-style: none;
        z-index: 1000;
        transform: translateY(-5px);
        opacity: 0;
        transition: transform 0.2s, opacity 0.2s;
    }
    .sqrnav>ul>li li.sqrnavmore>a {
        background: url(moreright.svg) right center no-repeat;
        padding-right: 44px;
    }
    .sqrnav>ul>li.sqrnavopen>ul {
        left: 0;
        transform: translate(0);
        opacity: 1;
    }
    .sqrnav>ul>li ul li.sqrnavopen>ul {
        left: 100%;
        top: 0;
        transform: none;
        opacity: 1;
    }
    .sqrnav>ul>li.sqrnavopen {
        background-color: #AB4C84;
    }
    .sqrnav>ul>li.sqrnavopen a {
        color: #ffffff;
    }
    .sqrnav>ul>li.sqrnavopen li a:hover {
        background-color: #AB4C84;
    }
    .sqrnav>ul>li.sqrnavhome>a>span {
        display: none;
    }
    .sqrnav>ul>li.sqrnavhome>a {
        background: url(home.svg) no-repeat center center;
        width: 16px;
        height: 22px;
        padding: 10px;
    }
    
        
    .sqrnav>ul li li {
        border-bottom: 1px solid rgba(0,0,0,0.1);
    }

    .sqrnav>ul li li:last-child {
        border-bottom: 0;
    }


    .sqrnav>ul li li a {
        padding: 16px 22px;
    }

}


.sqroptobowcontenttop {
    width: 100%;
    height: 0;
    padding-bottom: 2.5%;
    background: url(bowbottomw.svg) no-repeat center top;
}


.sqrmaincontainer {
    width: 100%;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.sqrbreadcrumbs {
    margin: 0 30px 30px 30px;
    padding: 0;
    color: #6e6e6e;
    font-size: 13px;
    -webkit-text-size-adjust:none;
    text-align: center;
}

.sqrbreadcrumbs a {
    color: #AB4C84;
    font-weight: normal;
    text-decoration: none;
}

.sqrbreadcrumbs a:hover {
    color: #AB4C84;
    font-weight: normal;
    text-decoration: none;
}


header {
    margin: 0 30px 30px 30px;
    padding: 0;
    position: relative;
}

header>img {
    width: 100%;
    height: auto;
}

.sqroptoheaderbow {
    width: 100%;
    height: 0;
    padding-bottom: 2.5%;
    background: url(bowtop.svg) no-repeat center top;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
}

@media (max-width: 1800px) {
    .sqroptobowtop>div, .sqroptobowcontenttop, .sqroptoheaderbow { background-size: 1800px 45px; }
}

@media (max-width: 1600px) {
    .sqroptobowtop>div, .sqroptobowcontenttop, .sqroptoheaderbow { background-size: 1600px 40px; }
}

@media (max-width: 1400px) {
    .sqroptobowtop>div, .sqroptobowcontenttop, .sqroptoheaderbow { background-size: 1400px 35px; }
}

@media (max-width: 1200px) {
    .sqroptobowtop>div, .sqroptobowcontenttop, .sqroptoheaderbow { background-size: 1200px 30px; }
}

@media (max-width: 1000px) {
    .sqroptobowtop>div, .sqroptobowcontenttop, .sqroptoheaderbow { background-size: 1000px 25px; }
}

@media (max-width: 800px) {
    .sqroptobowtop>div, .sqroptobowcontenttop, .sqroptoheaderbow { background-size: 800px 20px; }
}

@media (max-width: 600px) {
    .sqroptobowtop>div, .sqroptobowcontenttop, .sqroptoheaderbow { background-size: 600px 15px; }
}

@media (max-width: 400px) {
    .sqroptobowtop>div, .sqroptobowcontenttop, .sqroptoheaderbow { background-size: 400px 10px; }
}

@media (max-width: 320px) {
    .sqroptobowtop>div, .sqroptobowcontenttop, .sqroptoheaderbow { background-size: 320px 8px; }
}

@media (max-width: 240px) {
    .sqroptobowtop>div, .sqroptobowcontenttop, .sqroptoheaderbow { background-size: 240px 6px; }
}

@media (min-width: 2000px) {
    .sqroptobowtop>div, .sqroptobowcontenttop, .sqroptoheaderbow { background-size: 2400px 60px; }
}

@media (min-width: 2400px) {
    .sqroptobowtop>div, .sqroptobowcontenttop, .sqroptoheaderbow { background-size: 2600px 65px; }
}





#sqrheader {
	position: relative;
	padding: 0;
}
#sqrheader #headercontainer img, #sqrheader #headercontainer video {
	width: 100%;
	height: 100%;
	display: block;
	border: 0;
	position: absolute;
}
#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 1s linear, transform 1s;
	opacity: 1;
}

#headercontainer {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    position: relative;
}

#headersliderbullets {
	box-sizing: border-box;
	bottom: 0;
	right: 0;
	text-align:center;
	padding: 10px 0;
}

#headersliderbullets a {
	width: 20px;
	height: 20px;
	background: url(navdefault.svg) no-repeat left top;
	display: inline-block;
}
#headersliderbullets a.active {
	background-position: left bottom;
}

footer {
    max-width: 1240px;
    color: #AB4C84;
    margin: 0 auto;
    padding: 15px 0;
    position: relative;
    box-sizing: border-box;
    font-size: 14px;
    -webkit-text-size-adjust:none;
}

footer>div>div {
    padding: 15px 30px;
    box-sizing: border-box;
}


footer form {
    box-sizing: border-box;
    background-color: #ffffff;
    width: 100%;
    border: 0;
    padding: 0;
    margin: 0 0 20px 0;
    outline: none;
    border-radius: 0;
    -webkit-appearance: none;
}

footer form input[type=text] {
    border: none;
    font: 15px 'Noto Sans',Tahoma,Helvetica,sans-serif;
    width: 75%;
    float: left;
    box-sizing: border-box;
    padding: 10px;
    color: #AB4C84;
}

footer form input[type=submit] {
    border: none;
    font: 15px 'Noto Sans',Tahoma,Helvetica,sans-serif;
    width: 25%;
    float: left;
    box-sizing: border-box;
    padding: 10px;
    cursor: pointer;
    outline: none;
    border-radius: 0;
    -webkit-appearance: none;
    background-color: #AB4C84;
    color: #ffffff;
}

footer form input[type=submit]:hover {
    background-color: #AB4C84;
}


footer form:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}


.sqrcommonnavhierarchical a,
.sqrcommonnav a,
.sqrcommon>div a {
  	text-decoration: none;
  	color: #AB4C84;
  	transition: color 0.3s;
  	text-decoration: none;
  	font-weight: normal;
}

.sqrcommonnavhierarchical a:hover,
.sqrcommonnav a:hover,
.sqrcommon>div a:hover {
  	color: #AB4C84;
}

.sqrcommonnavhierarchical
{
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}

.sqrcommonnav
{
	display: block;
	list-style: none;
	margin: 0;
	padding: 15px 30px;
	text-align: center;
}

.sqrcommonnav>li
{
	display: inline-block;
	padding: 5px;
}

.sqrcommonnavhierarchical>li
 {
	display: block;
	box-sizing: border-box;
	list-style: none;
	padding: 0 0 5px 0;
}
.sqrcommonnavhierarchical>li>em {
	font-style: normal;
	font-weight: bold;
	display: block;
	padding-bottom: 4px;
}
.sqrcommonnavhierarchical>li>ul {
	display: block;
	margin: 0;
	padding: 5px 0 20px 0;
	list-style: none;
}
.sqrcommonnavhierarchical>li>ul>li {
	margin: 0;
	padding: 0 0 2px 0;
}
.sqrcommonnavhierarchical:after
{
  	visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}


@media screen and (min-width: 1024px) {

	.sqrfooter2col>div {
        width: 50%;
        float: left;
        padding: 15px 30px;
        box-sizing: border-box;
    }

    .sqrfooter2col:after {
        visibility: hidden;
        display: block;
        font-size: 0;
        content: " ";
        clear: both;
        height: 0;
    }

}

@media screen and (min-width: 768px) {
    .sqrcommonnavhierarchical2col>li {
        width: 50%;
        float: left;
        padding-right: 20px;
    }

    .sqrcommonnavhierarchical2col > li:nth-child(2n+1) {
        clear: both;
    }

    .sqrcommonnavhierarchical2col:after {
        visibility: hidden;
        display: block;
        font-size: 0;
        content: " ";
        clear: both;
        height: 0;
    }

}

#contact {
    background-color: #ffffff;
}

#contact>div {
    max-width: 1180px;
    padding: 10px 15px;
    font-size: 14px;
    -webkit-text-size-adjust:none;
    color: #AB4C84;
    box-sizing: border-box;
    margin: 0 auto;
}

#contact a, #contact span {
    text-decoration: none;
    -webkit-text-size-adjust:none;
    text-transform: uppercase;
    display: inline-block;
    margin: 5px 3px;
}

#contact a {
    color: #AB4C84;
}

#contact svg {
    width: 1.2em;
    height: 1.2em;
    display: inline-block;
    vertical-align: -0.2em;
    margin-right: 0.1em;
    margin-left: 0.1em;
    border: 0;
    padding: 0;
}

#contact a:hover {
    color: #AB4C84;
    text-decoration: none;
}

#maincontainer {
    background-color: #ffffff;
    padding: 0.1px 0;
}
