@charset "utf-8";
/*------------------------------------------------------
--> Home Page <--
------------------------------------------------------*/
#ServiceInfo{
    position: relative;
    width: 96%;
    max-width: 1000px;
    margin: 25px auto;
    z-index: 100;
}
/*------------------------------------------------------
--> Video <--
------------------------------------------------------*/
#videoContent{
    position: relative;
    background: rgba(255,255,255,0.25);
    border-top: thin solid rgba(255,255,255,1.00);
    border-bottom: thin solid rgba(255,255,255,1.00);
    box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.25);
    z-index: 100;
}
#videoNew{
    position: relative;
    width: 100%;
    margin: 0px auto;
    padding: 10px;
    background: linear-gradient(90deg, rgba(188,214,107,0.00) 0%, rgba(188,214,107,1.00) 25%, rgba(188,214,107,1.00) 75%, rgba(188,214,107,0.00) 100%);
    border-top: thin solid rgba(255,255,255,1.00);
    border-bottom: thin solid rgba(255,255,255,1.00);
    box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.25);
    font-size: 20px;
    font-style: italic;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 1px 2px 2px rgba(0,0,0,0.25);
    color: rgba(50,60,30,1.00);
    cursor: pointer;
    user-select: none;
    z-index: 100;
}
#videoBox{
    position: relative;
    width: 90%;
    max-width: 720px;
    margin: 25px auto;
    background: rgba(188,214,107,0.85);
    border-bottom: thin solid rgba(255,255,255,1.00);
    box-shadow: inset 0px 0px 2px 2px rgba(0,0,0,0.25);
    display: none;
    z-index: 100;
}
#videoWrapper {
    position: relative;
    padding-bottom: 56%; /* 16:9 */
    height: 0;
    border: thin solid rgba(255,255,255,1.00);
    box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.25);
    overflow: hidden;
    z-index: 200;
}
#videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#videoPlaceholder{
    position: relative;
    padding: 10px;
    font-size: 20px;
    font-weight: bold;
    font-style: italic;
    text-align: center;
    color: rgba(50,60,30,0.50);
}

.videoFile{
    position: relative;
    padding: 5px;
    font-size: 18px;
    text-align: center;
}
a{
    position: relative;
    display: block;
    color: inherit; /* blue colors for links too */
	text-decoration: inherit; /* no underline */
}
/*------------------------------------------------------
--> Weekly Question <--
------------------------------------------------------*/
.pulseQuestion{
    position: relative;
    background: rgba(255,255,255,0.25);
    border-top: thin solid rgba(255,255,255,1.00);
    border-bottom: thin solid rgba(255,255,255,1.00);
    box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.25);
    z-index: 100;
}
.pulseNew{
    position: relative;
    width: 100%;
    margin: 0px auto;
    padding: 10px;
    background: linear-gradient(90deg, rgba(188,214,107,0.00) 0%, rgba(188,214,107,1.00) 25%, rgba(188,214,107,1.00) 75%, rgba(188,214,107,0.00) 100%);
    border-top: thin solid rgba(255,255,255,1.00);
    border-bottom: thin solid rgba(255,255,255,1.00);
    box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.25);
    font-size: 20px;
    font-style: italic;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 1px 2px 2px rgba(0,0,0,0.25);
    color: rgba(50,60,30,1.00);
    cursor: pointer;
    user-select: none;
    z-index: 100;
}
.pulseBox{
    position: relative;
    width: 90%;
    max-width: 720px;
    margin: 25px auto;
    padding: 1px;
    background: rgba(188,214,107,0.85);
    border-bottom: thin solid rgba(255,255,255,1.00);
    box-shadow: inset 0px 0px 2px 2px rgba(0,0,0,0.25);
    display: none;
    z-index: 100;
}
.pulseText{
    position: relative;
    padding: 25px;
    font-size: 22px;
    text-align: center;
}
#DragDrop{
    position: relative;
}
.DragDrop-Box{
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 46.5%;
    margin-left: 2%;
}
.Question-Text{
    position: relative;
    margin: 10px 0px 0px 0px;
    padding: 10px;
    border-top: thin solid rgba(50,60,30,0.25);
    border-bottom: thin solid rgba(50,60,30,0.25);
    font-size: 24px;
    font-weight: bold;
    font-style: italic;
}
.Box-Title{
    position: relative;
    margin: -15px 0px;
    font-size: 16px;
    text-align: center;
}
.arrowRight{
  border: solid rgba(50,60,30,1.00);
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(-45deg);
}
#sortable1, #sortable2 {
    position: relative;
    width: 100%;
    min-height: 330px;
    background: rgba(255,255,255,0.50);
    border: 2px solid #eee;
    box-shadow: inset 0px 0px 2px 2px rgba(0,0,0,0.25);
    list-style-type: none;
    padding: 5px;
    float: left;
}
#sortable1 li, #sortable2 li {
    position: relative;
    margin: 5px;
    padding: 5px;
    border: 2px solid rgba(255,255,255,1.00);
    border-radius: 5px;
    box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.25);
    font-size: 1.2em;
    text-align: center;
    cursor: pointer;
}
.submitAnswer{
	position: relative;
    background: rgba(50,60,30,1.00);
    width: 90%;
    max-width: 300px;
	margin: 10px auto 0px auto;
    padding: 5px 10px;
	border: 1px solid rgba(255,255,255,0.75);
    border-radius: 10px;
    color: rgba(255,255,255,0.95);
    text-align: center;
    font-size: 20px;
	font-weight: bold;
    cursor: pointer;
    -webkit-box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.30);
    box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.30);
	z-index: 500;
}
.submitLoading{
	position: relative;
    background-color: rgba(255,255,255,0.95);
    width: 90%;
    max-width: 300px;
	margin: 10px auto;
    padding: 5px 10px;
	border: 1px solid rgba(22,56,89,0.75);
    border-radius: 10px;
    color: rgba(22,56,89,0.95);
    text-align: center;
    font-size: 20px;
	font-weight: bold;
    -webkit-box-shadow: inset 0px 1px 1px 1px rgba(0,0,0,0.30);
    box-shadow: inset 0px 1px 1px 1px rgba(0,0,0,0.30);
	display: none;
	z-index: 500;
}
.Answer-Result{
    position: relative;
    margin: 10px;
    padding: 10px;
    background: rgba(255,255,255,1.00);
    border: thin solid rgba(50,60,30,1.00);
    border-radius: 5px;
    box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.30);
    text-align: center;
}
.Result-Text{
    position: relative;
    padding: 5px;
    border-bottom: thin solid rgba(50,60,30,1.00);
    font-size: 24px;
    font-weight: bold;
    color: rgba(50,60,30,1.00);
}
.Result-Score{
    position: relative;
    padding: 5px;
    font-size: 16px;
}
/*------------------------------------------------------
--> Highlight <--
------------------------------------------------------*/
#EventHighlight{
    position: relative;
    width: 90%;
    max-width: 1000px;
    margin: 25px auto;
    border: 3px solid rgba(255,255,255,1.00);
    z-index: 100;
    box-shadow: 0px 0px 3px 3px rgba(0,0,0,0.25);
}
#EventHighlight img{
    display: block;
}
#EventHighlight-Text{
    position: relative;
    width: 100%;
    max-width: 1000px;
    margin: 25px auto;
    padding: 25px 25px 10px 25px;
    background: rgba(255,255,255,0.85);
    border: 2px solid rgba(82,208,249,1.00);
    box-shadow: inset 0px 0px 2px 2px rgba(0,0,0,0.25);
    font-size: 26px;
    text-align: center;
    color: rgba(0,0,55,1.00);
}
.EventHighlight-Link{
    position: relative;
    width: 98%;
    max-width: 600px;
    margin: 25px auto;
    padding: 10px 25px;
    background: rgba(82,208,249,1.00);
    border: thin solid rgba(255,255,255,1.00);
    border-radius: 10px;
    box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.25);
    font-size: 20px;
    font-weight: bold;
    font-style: italic;
    text-align: center;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.15);
    color: rgba(0,0,155,1.00);
    cursor: pointer;
}