@-webkit-keyframes scale {
    0% {
        -webkit-transform: scale(1)
    }
    45% {
        webkit-transform: scale(.1)
    }
    80% {
        webkit-transform: scale(1)
    }
}

@keyframes scale {
    0%,
    80% {
        transform: scale(1);
        opacity: 1
    }
    45% {
        transform: scale(.1);
        opacity: .7
    }
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0)
    }
    50% {
        -webkit-transform: rotate(180deg)
    }
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0)
    }
    50% {
        transform: rotate(180deg)
    }
    100% {
        transform: rotate(360deg)
    }
}

.swsLdng>div:first-child {
    margin: 0 auto;
    background: rgba(0, 0, 0, .5);
    position: relative;
    height: 16px;
    width: 16px;
    top: 25px;
    -webkit-animation: scale 1s 0s cubic-bezier(.09, .57, .49, .9) infinite;
    animation: scale 1s 0s cubic-bezier(.09, .57, .49, .9) infinite
}

.swsLdng>div {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    border-radius: 100%
}

.swsLdng>div:last-child {
    width: 30px;
    height: 30px;
    background: 0 0;
    margin: 0 auto 16px;
    border: 2px solid;
    border-color: rgba(0, 0, 0, .5) transparent;
    -webkit-animation: rotate 1s 0s cubic-bezier(.09, .57, .49, .9) infinite;
    animation: rotate 1s 0s cubic-bezier(.09, .57, .49, .9) infinite;
    -webkit-animation-duration: 1s;
    animation-duration: 1s
}
.sMsg	{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}

html {
    overflow-y:scroll;
}
body	{
	font-family: "Segoe UI", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: white;
	padding: 0px;
	margin: 0px;
	background-color: #F2F2F2;
/*	background-color: #01BAF2;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: top right;
	background-image: url(img/azure.jpg);*/
	background-color: #dfdfdf;
	background: -moz-linear-gradient(top, #696969 20%, #dfdfdf  100%);
	background: -webkit-linear-gradient(top, #696969 20%,#dfdfdf 100%);
	background: linear-gradient(to bottom, #696969 20%, #dfdfdf 100%);
	color: rgb(100, 100, 100);
}
body > div	{
	width: 50%;
	max-width: 600px;
	margin: 2vw auto 0px auto;
}
body > div:nth-of-type(2)	{
	background-color: white;
	background: linear-gradient(to bottom, rgba(255,255,255,0.75) 0%,rgba(255,255,255,1) 33%);
	box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
	margin-bottom: 2vw;
}
body > div:nth-of-type(1)	{
	text-align: center;
	margin-bottom: 2vw;
	color: white;
}
body > div > div	{
	padding: 0px 0px 0px 0px;
}
body > div > div img	{
	margin-bottom: 20px;
	width: 100%
}
b, strong	{
	font-weight: 600;
	color: black;	
}
div.sClear	{
	height: 0px;
	overflow: hidden;
	clear: both;
}
h1 {
	background-image: url(img/sws_logo_color.svg);
	background-repeat: no-repeat;
	background-position: 100% 50%;
	background-size: 80px;
	margin-right: 5px;
	margin: 0 10px 20px 20px;
	padding-bottom: 0px;
	padding-right: 100px;
}
h1, h2	{
	font-weight: 600;
}
h3 {
	font-weight:lighter;
	color: #0195C3;
}
.azure h1, .azure h2, .azure h3 {
	color: #0195C3;
}
.office h1, .office h2, .office h3 {
	color: #D83605;
}
body > div > div > h2, h3, p	{
	padding: 0px 20px 10px 20px;
	margin: 0
}
body > div > div > p	{
	padding-bottom: 20px;
	line-height: 26px;
}
body > div > div > p:last-of-type	{
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #f5f5f5;
}
.sRight h3	{
	padding-left: 0px;
}
p, li	{
	color: #666666;
}
li {
	padding: 5px 20px 0px 0px
}
.azure a	{
	color: #106BB2;
}
.office a	{
	color: #D83605;
}

div.sInfo {
	background-color: #fee080;
	color: white;
}
.sInfo p {
	margin: 0;
	padding: 20px 20px 20px 20px;
	text-align: center;
	color: black
}
p.sLg {
	font-size: 120%;
	padding-top: 40px;
	color: black;
}

/* gfx */
div.sGfx	{
	clear: both;
	height: 15vw;
	max-height: 80px;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: auto 60%;
	background-image: url(img/wao.png);
}
.sGfx ~ .sGfx ) {
	border: 1px solid red
}

/* program */
table	{
	border-collapse: collapse;
}
.sProgram td	{
	padding: 0px 0px 10px 0px;
	vertical-align: top;
	font-size: 85%
}
.sProgram tr td:nth-of-type(1)	{
	text-align: right;
	padding-right: 10px;
	color: black;
}

div.sLeft	{
	width: calc(50% - 40px);
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	float: left;
}
.sLeft p	{
	padding-left: 0;
	padding-right: 0
}
div.sRight	{
	width: calc(50% - 40px);
	float: left;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	float: right;
}
.sLeft h2, .sRight h2 {
	padding-left: 0px;
	padding-right: 0px;
}

/* form */
div#sForm	{
	min-height: 250px;
	position: relative;
	padding: 20px 20px 0 20px;
}
/*#sForm h6:first-child	{
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}*/
#aForm{
	padding: 0px;
}
#aForm label	{
	display: block;
	padding: 5px 0px 5px 0px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 5px;
	font-size: 100%;
}
#aForm input[type=text]::-ms-clear {
    display: none !important;
}
#aForm input[type="text"]	{
	color: black;
	font-family: "Segoe UI", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: 600;
	font-size: 100%;
	width: 100%;
	border-top: 1px solid white;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 1px solid #cecece;
	margin: 0px;
	padding: 3px 0px 3px 0px;
}
#aForm input.sActive	{
	color: rgba(0, 0, 0, 0.38);
	font-weight: normal;
}
#aForm input.error{
	border-bottom: 1px solid #e77776;
}
#aForm span{
	display: block;
	color: #e46c6e;
	font-size: 75%;
	font-style: italic;
	font-weight: normal;
/*	line-height: 100%;*/
	margin-bottom: 10px;
	
}
input#sendThis,
#sForm button	{
/*	margin-top: 10px;*/
	padding: 7px 10px 7px 10px;
	font-family: "Segoe UI", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 125%;
	font-weight: 600;
	border: 1px solid #fcb21f;
	background-color: #fee080;
	-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
/*	transition: 300ms linear;*/
}
#sForm button:not(.sNormal)	{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
@media (max-width: 1150px) {
	body	{
		font-size: 14px;
	}
}
@media (max-width: 700px) {
	body > div	{
		width: auto;
		min-width: auto;
	}
	div.sLeft, div.sRight	{
		width: auto;
		float: none;
	}
	#aForm input[type="text"]	{
		width: 99%
	}
}

@media (max-width: 360px) {
	h1 {
		background: none;
	}
}
