html {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    background-color: #EEEEEE;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

h1 {
    font-family: 'Source Sans Pro', sans-serif !important;
    font-weight: 600;
}

h2 {
    font-family: 'Source Sans Pro', sans-serif !important;
    font-weight: 400;
}

h6 {
    font-family: 'Source Sans Pro', sans-serif !important;
    font-weight: 400;
}

p {
    font-family: 'Source Sans Pro', sans-serif !important;
    font-weight: 400;
}

button,
button:focus {
    outline: none;
}

.clear {
    clear: both;
    height: 0;
    overflow: hidden;
}

.background {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
}

/**********************************

     L A N D I N G    P A G E

**********************************/

#landing-page .background {
    background-image: url(../jpg/landing_background-2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    opacity: 0.54;
}

#landing-page .content-wrapper {
    width: 20%;
    display: block;
    margin: 0 auto;
    position: relative;
    padding: 0 5%;
    margin-top: 75px;
}

#landing-page a {
    text-decoration: none;
}

#landing-page .header-nav {
    background-color: transparent;
}

#landing-page .header-nav p {
    font-size: 18px;
	color: #15559A;
    margin-right: 30px;
    margin-top: 117px;
}

#landing-page .content-wrapper  #sos-logo-big {
    width: 100%;
    margin-bottom: 50px;
}

#landing-page .content-wrapper p {
    text-align: center;
	color: #333333;
    font-size: 18px;
    font-family: 'Source Sans Pro', sans-serif;
    
}

#landing-page .content-wrapper #landing-begin {
    width: 100%;
    margin: 0 auto;
    position: relative;
    display: block;
    border: 0;
    background: none;
    cursor: pointer;
    margin-top: 50px;
}

/*
#landing-page .content-wrapper #landing-begin img {
    width: 45px;
    margin-left: 1px;
    transform-origin: center;
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -ms-transform-origin: center;
    -o-transform-origin: center;
    
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -ms-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
*/

#landing-page .content-wrapper #landing-begin p {
    text-align: center;
	color: #15559A;
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -ms-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#landing-page .content-wrapper #landing-begin p:before{
    background-image: url('../png/back_icon-2.png');
    background-size: 45px 45px;
    display: inline-block;
    width: 45px; 
    height: 45px;
    content:"";
    position: absolute;
    margin-top: -50px;
    margin-left: 18px;
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -ms-transform-origin: center;
    -o-transform-origin: center;
    
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -ms-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#landing-page .content-wrapper #landing-begin p:hover {
	color: #D2E18C;
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -ms-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#landing-page .content-wrapper #landing-begin p:hover:before {
    background-image: url('../png/back_icon_hover-2.png');
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -ms-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}





/**********************************

             I N T R O

**********************************/

#intro .content-wrapper {
    width: 50%;
    display: block;
    margin: 0 auto;
    position: relative;
    margin-top: 95px;
}

#intro a {
    text-decoration: none;
}

#intro .content-wrapper p {
    text-align: center;
	color: #333333;
    font-size: 18px;
    font-family: 'Source Sans Pro', sans-serif;
    
}

#intro #reminder {
    border: 2px solid #15559A;
    padding: 25px;
    width: 100%;
    display: block;
    margin: 0 auto;
    margin-top: 25px;
}

#intro .content-wrapper #landing-begin {
    width: 100%;
    margin: 0 auto;
    position: relative;
    display: block;
    border: 0;
    background: none;
    cursor: pointer;
    margin-top: 50px;
}

#intro .content-wrapper #landing-begin img {
    width: 45px;
    margin-left: 1px;
    transform-origin: center;
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -ms-transform-origin: center;
    -o-transform-origin: center;
    
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -ms-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#intro .header-nav p {
    font-size: 18px;
	color: #15559A;
    margin-right: 30px;
    margin-top: 117px;
}

#intro .content-wrapper #landing-begin p {
    text-align: center;
	color: #15559A;
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -ms-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#intro .content-wrapper #landing-begin p:before{
    background-image: url('../png/back_icon-2.png');
    background-size: 45px 45px;
    display: inline-block;
    width: 45px; 
    height: 45px;
    content:"";
    position: absolute;
    margin-top: -50px;
    margin-left: 15px;
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -ms-transform-origin: center;
    -o-transform-origin: center;
    
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -ms-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#intro .content-wrapper #landing-begin p:hover {
	color: #D2E18C;
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -ms-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#intro .content-wrapper #landing-begin p:hover:before {
    background-image: url('../png/back_icon_hover-2.png');
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -ms-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#intro #landing-begin-mobile {
    display: none;
    cursor: pointer;
}






/**********************************

          S O S    P H P

**********************************/


.set2 .background  {
    background-image: url(../jpg/pill_background-2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    opacity: 0.45;
}

.set3 .background  {
    background-image: url(../jpg/mini_pill_background-2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    opacity: 0.35;
}

.set49 .background  {
    background-image: url(../jpg/patch_background-2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    opacity: 0.35;
}

.set50 .background  {
    background-image: url(../jpg/ring_background-2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    opacity: 0.35;
}

.set6 .background  {
    background-image: url(../jpg/shot_background-2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    opacity: 0.25;
}


.header-nav {
    height: 160px;
    width: 100%;
    margin: 0 auto;
    background-color: #FFFFFF;
}

.header-nav .navigation-wrapper {
    height: 100%;
    width: 65%;
    margin: 0 auto;
    max-width: 1100px;
}

.header-nav a {
    text-decoration: none;
}


#sosLogoLine {
    display: block;
    width: 357px;
    margin: 0 auto;
    margin-top: 65px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
}

.sogcLogo {
    width: 115px;
    height: 160px;
    background-color: #15559A;
    top: 0;
    bottom: 0;
    left: auto;
    right: 0;
    float: right;
    position: relative;
}

.sogcLogo img {
    width: 60px;
    margin: 0 auto;
    display: block;
    margin-top: 42px;
}

#sos_gamecontent ul {
	list-style:none;
    margin: 0;
    padding: 0;
}

#sos_gamecontent li {
	height:130px;
	width:44.3%;
/*	border:thick;*/
	margin-bottom:15px;
	padding:10px 2.5%;
	background-color: #15559A;
	cursor:pointer;
	text-align:center;
	display:table;
    border-radius: 10px;
    float: left;
    -webkit-transition: background-color .25s ease-in-out;
    -moz-transition: background-color .25s ease-in-out;
    -ms-transition: background-color .25s ease-in-out;
    -o-transition: background-color .25s ease-in-out;
    transition: background-color .25s ease-in-out;
}
div#sos_gamecontent .slynd ul {
    list-style: disc;
    padding: 0 0 0 40px;
}
div#sos_gamecontent .slynd li {
    width: 100%;
    background: none;
    text-align: left;
    list-style: disc;
    margin: 0px 0 30px !important;
    padding: 0;
    height: auto;
    border-radius: 0;
    transition: none;
    cursor: default;
    display: list-item;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 18px;
}
div#sos_gamecontent .slynd li:hover {
    background: none;
}
#sos_gamecontent ul .set1:nth-of-type(4) span:after {
    background-image: url(../png/slynd-2.png);
    width: 100px;
    height: 100px;
    background-size: cover;
    display: inline-block;
    content: '';
    position: relative;
    margin-top: -120px;
    margin-right: -439px;
}


#sos_gamecontent li:nth-child(odd) {
    margin-right: 15px;
}

#sos_gamecontent li:hover {
    background-color: #D2E18C;
    -webkit-transition: background-color .25s ease-in-out;
    -moz-transition: background-color .25s ease-in-out;
    -ms-transition: background-color .25s ease-in-out;
    -o-transition: background-color .25s ease-in-out;
    transition: background-color .25s ease-in-out;
}

#sos_gamecontent li h1 {
    color: #ffffff;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1.35rem !important;
    line-height: 1.65rem;
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -ms-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#sos_gamecontent li h2 {
    color: #ffffff;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14px !important;
    font-weight: normal;
    margin-top: -10px;
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -ms-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#sos_gamecontent li:hover h1 {
    color: #15559A;
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -ms-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#sos_gamecontent li:hover h2 {
    color: #15559A;
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -ms-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#sos_gamecontent li:last-child {
    float: none;
    margin: 15px auto !important;
}

#sos_gamecontent li.set1 {
    border: thick;
    cursor: pointer;
    text-align: center;
    display: table;
    overflow: hidden;
    min-width: 360px;
}

li.set1 h1, #sos_gamecontent li.set1 h2 {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
}

#sos_gamecontent li.set2 {
	border:thick;
	cursor:pointer;
	text-align:center;
	display:table;
}

#sos_gamecontent h1 {
    color: #15559A;
	font-size: 1.7rem;
    line-height: 1.25em;
}

#sos_gamecontent li span {
	vertical-align:middle;
	display:table-cell;
}

#sos_gamecontent h2 {
    color: #15559A;
	margin:0px;
}

#sos_gamecontent ul .set1:nth-of-type(1) span:after {
    background-image: url('../png/pills_icon-2.png');
    background-size: 105px 105px;
    display: inline-block;
    width: 105px; 
    height: 105px;
    content:"";
    position: relative;
    margin-top: -80px;
    margin-right: -80%;
}

a.btn-learn-more{
    min-height:60px;
	width:auto;
    margin:30px auto;
    font-family: sans-serif;
    font-size:20px;
    line-height:40px;
	margin-bottom:15px;
	padding:10px 2.5%;
	background-color: #15559A;
	cursor:pointer;
    color:#FFF;
	text-align:center;
	display:table;
    border-radius: 10px;
    -webkit-transition: background-color .25s ease-in-out;
    -moz-transition: background-color .25s ease-in-out;
    -ms-transition: background-color .25s ease-in-out;
    -o-transition: background-color .25s ease-in-out;
    transition: background-color .25s ease-in-out;
}

a.btn-learn-more:hover{
    background-color: #0d3d70;
}
#sos_finalResult ul.simple_ul li {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 18px;
    line-height: 26px;
    color: #333333;
}

#sos_gamecontent .simple_ul {
    list-style: disc !important;
    margin-bottom: 50px;
    border-bottom: 1px solid #15559A;
    padding-bottom: 30px;
}
#sos_gamecontent .simple_ul li {
    background: none !important;
    width: 100% !important;
    margin: 0 0 0 30px !important;
    padding: 10px 0px 0px 0px !important;
    height: auto !important;
    text-align: left !important;
    list-style: disc !important;
    display: list-item;
}
#sos_finalResult ul.simple_ul li:last-child {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

#sos_gamecontent .simple_ul li {
    min-height: auto;
}

#sos_gamecontent ul .set1:nth-of-type(2) span:after {
    background-image: url('../png/mini_pills_icon-2.png');
    background-size: 125px 105px;
    display: inline-block;
    width: 125px; 
    height: 105px;
    content:"";
    position: relative;
    margin-top: -125px;
    margin-right: -80%;
}

#sos_gamecontent ul .set1:nth-of-type(3) span:after {
    background-image: url('../png/patch_icon-2.png');
    background-size: 120px 125px;
    display: inline-block;
    width: 120px;
    height: 125px;
    content: "";
    right: 0;
    position: relative;
    margin-top: -80px;
    margin-right: -80%;
}

#sos_gamecontent ul .set1:nth-of-type(6) span:after {
    background-image: url('../png/ring_icon-2.png');
    background-size: 150px 125px;
    display: inline-block;
    width: 150px; 
    height: 125px;
    content:"";
    position: relative;
    margin-top: -80px;
    margin-right: -90%;
}

#sos_gamecontent ul .set1:nth-of-type(5) span:after {
    background-image: url('../png/shot_icon-2.png');
    background-size: 125px 125px;
    display: inline-block;
    width: 125px; 
    height: 125px;
    content:"";
    position: relative;
    margin-top: -80px;
    margin-right: -85%;
}

#sos_gamewrapper{
	background-color:transparent;
}

#sos_gamecontent{
	background-color: transparent;
    width: 76%;
    margin: 0 auto;
    padding-bottom: 50px;
    max-width: 1100px;
    margin-top: 50px;
}

.firstpage .sos_back_button {
    cursor: default;
    opacity: 0;
    pointer-events: none;
}

.sos_back_button {
	cursor:pointer;
    font-family: 'Source Sans Pro', sans-serif !important;
    font-weight: 400;
    text-transform: lowercase;
	color: #15559A;
    margin-left: 55px;
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -ms-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.sos_back_button:before {
    background-image: url('../png/back_icon-2.png');
    background-size: 45px 45px;
    display: inline-block;
    width: 45px; 
    height: 45px;
    content:"";
    margin-right: 15px;
    position: absolute;
    margin-top: -15px;
    margin-left: -55px;
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -ms-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.sos_back_button:hover {
	color: #D2E18C;
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -ms-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.sos_back_button:hover:before {
    background-image: url('../png/back_icon_hover-2.png');
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -ms-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.results_button_wrapper {
    width: 36%;
    display: block;
    margin: 25px auto;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 30px;
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -ms-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.sos_print_button {
	cursor:pointer;
    font-family: 'Source Sans Pro', sans-serif !important;
    font-weight: 400;
    text-transform: lowercase;
	color: #15559A;
    clear: both;
    margin: 0 auto;
    position: relative;
    width: 35px;
    display: block;
    float: left;
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -ms-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.sos_print_button:before {
    background-image: url('../png/back_icon-2.png');
    background-size: 45px 45px;
    display: inline-block;
    width: 45px; 
    height: 45px;
    content:"";
    position: absolute;
    margin-top: -50px;
    margin-left: 10px;
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -ms-transform-origin: center;
    -o-transform-origin: center;
    
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -ms-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.sos_print_button:hover {
	color: #D2E18C;
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -ms-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.sos_print_button:hover:before {
    background-image: url('../png/back_icon_hover-2.png');
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -ms-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.sos_restart_button {
	cursor:pointer;
    font-family: 'Source Sans Pro', sans-serif !important;
    font-weight: 400;
    text-transform: lowercase;
	color: #15559A;
    clear: both;
    margin: 0 auto;
    position: relative;
    width: 80px;
    display: block;
    margin-top: -22px;
    float: right;
    left: -10px;
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -ms-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.sos_restart_button:before {
    background-image: url('../png/start_over_icon-2.png');
    background-size: 45px 45px;
    display: inline-block;
    width: 45px; 
    height: 45px;
    content:"";
    position: absolute;
    margin-top: -50px;
    margin-left: 24.5px;
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -ms-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.sos_restart_button:hover {
	color: #D2E18C;
}

.sos_restart_button:hover:before {
    background-image: url('../png/start_over_icon_hover-2.png');
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -ms-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
    
/*
.firstpage #sos_gamecontent {
    margin-top: 96px;
}
*/

.sos_into {
    margin: 0 auto;
    width: 65%;
    margin-top: 25px;
}

.sos_into p {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 18px;
    line-height: 26px;
    color: #333333;
}

.sos_into h1 {
    font-family: 'Source Sans Pro', sans-serif;
	color: #15559A;
    text-align: center;
    margin-bottom: 50px;
}

#sos_finalResult {
    width: 65%;
    margin: 0 auto;
    margin-top: 25px;
}

#sos_finalResult h1 {
    font-family: 'Source Sans Pro', sans-serif;
	color: #15559A;
    text-align: center;
    font-size: 18px;
    line-height: 20px;
    margin-top: 25px;
}

#sos_finalResult .results_title {
	font-size: 1.7rem !important;
    line-height: 1.25em !important;
}

#sos_finalResult a {
    text-decoration: none;
}

#sos_finalResult p {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 18px;
    line-height: 26px;
    color: #333333;
}

#sos_finalResult .results_icon {
    width: 100px;
    display: block;
    margin: 0 auto;
    margin-bottom: 50px;
}

#sos_finalResult .helpfulhint {
    border: 0 solid #15559A;
    padding: 0;
    width: 100%;
    display: block;
    margin: 0 auto;
    margin-top: 25px;
}

#sos_finalResult .helpfulhint h6 {
    color: #15559A;
    text-transform: uppercase;
    margin: 0;
    font-family: 'Source Sans Pro', sans-serif;
    text-align: left;
    font-size: 18px;
    line-height: 20px;
    margin-top: 50px;
    font-weight: 600;
    font-style: italic;
}

#sos_finalResult .helpfulhint p {
    text-align: left;
    font-size: 16px !important;
}

#sos_finalResult .helpfulhint #hintText {
    font-size: 16px !important;
}

#sos_finalResult .sos_learn_more {
	height:auto;
	width: 60%;
    margin: 0 auto;
	border:thick;
	margin-bottom:15px;
	padding: 25px 2.5%;
	background-color: #15559A;
	cursor:pointer;
	text-align:center;
	display:table;
    border-radius: 10px;
    color: #ffffff;
    font-size: 18px;
    -webkit-transition: background-color .25s ease-in-out, color .25s ease-in-out;
    -moz-transition: background-color .25s ease-in-out, color .25s ease-in-out;
    -ms-transition: background-color .25s ease-in-out, color .25s ease-in-out;
    -o-transition: background-color .25s ease-in-out, color .25s ease-in-out;
    transition: background-color .25s ease-in-out, color .25s ease-in-out;
}

#sos_finalResult .sos_learn_more:hover {
    background-color: #D2E18C;
    color: #15559A;
    -webkit-transition: background-color .25s ease-in-out, color .25s ease-in-out;
    -moz-transition: background-color .25s ease-in-out, color .25s ease-in-out;
    -ms-transition: background-color .25s ease-in-out, color .25s ease-in-out;
    -o-transition: background-color .25s ease-in-out, color .25s ease-in-out;
    transition: background-color .25s ease-in-out, color .25s ease-in-out;
}

#sos_finalResult .note {
    font-size: 16px !important;
}

#sos_finalResult .sos_back_button {
/*    display: none;*/
    margin-bottom: 45px;
}

#sos_finalResult .share-button-wrapper {
    width: 220px;
    display: block;
    margin: 0 auto;
}

#sos_finalResult .sos_facebook_share,
#sos_finalResult .sos_twitter_share,
#sos_finalResult .sos_email_share {
    border: 0;
    background: none;
    cursor: pointer;
    margin: 0 15px;
    margin-top: 15px;
    margin-bottom: 15px;
}

#sos_finalResult .sos_facebook_share:hover:before,
#sos_finalResult .sos_twitter_share:hover:before,
#sos_finalResult .sos_email_share:hover:before {
    color: #D2E18C;
    -webkit-transition: color .25s ease-in-out;
    -moz-transition: color .25s ease-in-out;
    -ms-transition: color .25s ease-in-out;
    -o-transition: color .25s ease-in-out;
    transition: color .25s ease-in-out;
}

#sos_finalResult .sos_facebook_share:before {
    font-family: FontAwesome;
    content: "\f09a";
    color: #15559A;
    font-size: 36px;
    -webkit-transition: color .25s ease-in-out;
    -moz-transition: color .25s ease-in-out;
    -ms-transition: color .25s ease-in-out;
    -o-transition: color .25s ease-in-out;
    transition: color .25s ease-in-out;
}

#sos_finalResult .sos_twitter_share:before {
    font-family: FontAwesome;
    content: "\f099";
    color: #15559A;
    font-size: 36px;
    -webkit-transition: color .25s ease-in-out;
    -moz-transition: color .25s ease-in-out;
    -ms-transition: color .25s ease-in-out;
    -o-transition: color .25s ease-in-out;
    transition: color .25s ease-in-out;
}

#sos_finalResult .sos_email_share:before {
    font-family: FontAwesome;
    content: "\f0e0";
    color: #15559A;
    font-size: 36px;
    -webkit-transition: color .25s ease-in-out;
    -moz-transition: color .25s ease-in-out;
    -ms-transition: color .25s ease-in-out;
    -o-transition: color .25s ease-in-out;
    transition: color .25s ease-in-out;
}



@media (max-width: 1650px) {
    #sos_gamecontent li {
        width: 43.9%;
    }
}


@media (max-width: 1350px) {
    
    #sos_gamecontent li.set1 h1 {
        margin-top: 10px;
    }

    #sos_gamecontent ul .set1:nth-of-type(1) span:after {
        background-size: 70px 70px;
        width: 70px; 
        height: 70px;
        margin-top: -70px;
        margin-right: -80%;
    }

    #sos_gamecontent ul .set1:nth-of-type(2) span:after {
        background-size: 90px 70px;
        width: 90px; 
        height: 70px;
        margin-top: -105px;
        margin-right: -90%;
    }

    #sos_gamecontent ul .set1:nth-of-type(3) span:after {
        background-size: 95px 100px;
        width: 95px; 
        height: 100px;
        margin-top: -80px;
        margin-right: -80%;
    }

    #sos_gamecontent ul .set1:nth-of-type(4) span:after {
        background-size: cover;
        width: 105px;
        height: 100px;
        margin-top: -130px;
        margin-right: -94%;
    }
    #sos_gamecontent li:nth-child(2) span h1, #sos_gamecontent li:nth-child(2) span h2 {
        max-width: 70%;
        margin-left: auto;
        margin-right: auto;
    }

    #sos_gamecontent ul .set1:nth-of-type(5) span:after {
        background-size: 100px 100px;
        width: 100px; 
        height: 100px;
        margin-top: -80px;
        margin-right: -85%;
    }
}



@media (max-width: 1100px) {

    #landing-page .content-wrapper {
        width: 55%;
        display: block;
        margin: 0 auto;
        position: relative;
        padding: 0 5%;
    }

    #landing-page .content-wrapper  #sos-logo-big {
        margin-bottom: 15px;
        width: 80%;
        display: block;
        margin: 0 auto;
    }

    #landing-page #landing-begin {
/*        margin-top: -50px;*/
    }
    
    #intro #landing-begin-mobile {
        display: block;
        margin-top: 25px;
        right: 0;
        float: right;
        margin-right: 70px;
        border: 0;
        cursor: pointer;
        background: none;
    }

    #intro #landing-begin-mobile p {
        text-align: center;
        color: #15559A;
        font-size: 18px;
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -ms-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }

    #intro #landing-begin-mobile p:after{
        background-image: url('../png/back_icon-2.png');
        background-size: 45px 45px;
        display: inline-block;
        width: 45px; 
        height: 45px;
        content:"";
        position: absolute;
        margin-top: -10px;
        margin-left: 10px;
        -webkit-transform-origin: center;
        -moz-transform-origin: center;
        -ms-transform-origin: center;
        -o-transform-origin: center;

        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);

        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -ms-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }
    
    #sos_gamecontent{
        width: 90%;   
    }

    #sos_gamecontent li:last-child {
        float: none;
        margin: 0;
    }

    #sos_gamecontent li {
        height:60px;
        width:95%;
        border:thick;
        margin-bottom:15px;
        margin-right:0;
        padding:10px 2.5%;
        background-color: #15559A;
        cursor:pointer;
        text-align:center;
        display:table;
        border-radius: 10px;
        float: none;
    }

    #sos_gamecontent li:hover {
        background-color: #15559A;
    }

    #sos_gamecontent li:hover h1 {
        color: #ffffff;
    }

    #sos_gamecontent li:hover h2 {
        color: #ffffff;
    }

    #sos_finalResult {
        width: 100%;
        margin: 0 auto;
    }

    .header-nav  {
        height: 100px;
        width: 100%;
    }

    #sosLogoLine {
        width: 335px;
        margin: 0 auto;
        margin-top: 20px;
    }

    .sogcLogo {
        display: none;
        width: 81px;
        height: 120px;
    }

    .sogcLogo img {
        width: 43px;
        margin-top: 36px;
    }
    
    #landing-page .header-nav {
        height: 155px;
    }
    
    #landing-page .header-nav .sogcLogo {
        display: block;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        float: none;
        margin: 0 auto;
    }
    
    #landing-page .header-nav .sogcLogo img {
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        position: absolute;
    }

    #landing-page .header-nav p {
        margin-right: 15px;
        margin-top: 15px;
        position: absolute;
        right: 0;
        top: 0;
    }
    
/*
    .firstpage .sos_into {
        margin-top: 0;
    }
*/

    .sos_into {
        width: 100%;
    }

    #sos_gamecontent ul .set1:nth-of-type(1) span:after {
        background-size: 60px 60px;
        width: 60px; 
        height: 60px;
        margin-top: -60px;
        margin-right: -90%;
    }

    #sos_gamecontent ul .set1:nth-of-type(2) span:after {
        background-size: 80px 60px;
        width: 80px; 
        height: 60px;
        margin-top: -60px;
        margin-right: -90%;
    }

    #sos_gamecontent ul .set1:nth-of-type(3) span:after {
        background-size: 65px 70px;
        width: 65px; 
        height: 70px;
        margin-top: -60px;
        margin-right: -90%;
    }

    #sos_gamecontent ul .set1:nth-of-type(4) span:after {
        background-size: 75px 70px;
        width: 75px; 
        height: 70px;
        margin-top: -60px;
        margin-right: -98%;
    }

    #sos_gamecontent ul .set1:nth-of-type(5) span:after {
        background-size: 70px 70px;
        width: 70px; 
        height: 70px;
        margin-top: -60px;
        margin-right: -98%;
    }

    #intro .content-wrapper {
        width: 90%;
        margin-top: -14px;
    }
    
    .sos_print_button {
        display: none;
    }
    
    .sos_restart_button {
        float: none;
        left: 0;
    }
    
    #sos_finalResult .sos_facebook_share:hover:before,
    #sos_finalResult .sos_twitter_share:hover:before,
    #sos_finalResult .sos_email_share:hover:before {
        color: #15559A;
    }

    .results_button_wrapper {
        margin-bottom: 10px;
        padding-left: 0;
    }
    
    #sos_finalResult .sos_learn_more {
	   width: 100%;
    }

    #sos_finalResult .share-button-wrapper {
        width: 250px;
    }

    #sos_finalResult .helpfulhint {
        padding: 5%;
        width: 90%;
    }

    #intro #reminder {
        border: 2px solid #15559A;
        padding: 5%;
        width: 90%;
        display: block;
        margin: 0 auto;
        margin-top: 25px;
    }

    #landing-page .content-wrapper #landing-begin p:hover {
        color: #15559A;
    }

    #landing-page .content-wrapper #landing-begin p:hover:before {
        background-image: url('../png/back_icon-2.png');
    }

    #intro .content-wrapper #landing-begin p:hover {
        color: #15559A;
    }

    #intro .content-wrapper #landing-begin p:hover:before {
        background-image: url('../png/back_icon-2.png');
    }

    .sos_back_button:hover {
        color: #15559A;
    }

    .sos_back_button:hover:before {
        background-image: url('../png/back_icon-2.png');
    }

    .sos_print_button:hover {
        color: #15559A;
    }

    .sos_print_button:hover:before {
        background-image: url('../png/back_icon-2.png');
    }

    .sos_restart_button:hover {
        color: #15559A;
    }

    .sos_restart_button:hover:before {
        background-image: url('../png/start_over_icon-2.png');
    }
}

@media (max-width: 700px) {
    

    #sos_gamecontent ul .set1:nth-of-type(1) span:after {
        background-size: 50px 50px;
        width: 50px; 
        height: 50px;
        margin-top: -60px;
        margin-right: -85%;
    }

    #sos_gamecontent ul .set1:nth-of-type(2) span:after {
        background-size: 70px 50px;
        width: 70px; 
        height: 50px;
        margin-top: -60px;
        margin-right: -85%;
    }

    #sos_gamecontent ul .set1:nth-of-type(3) span:after {
        background-size: 55px 60px;
        width: 55px; 
        height: 60px;
        margin-top: -60px;
        margin-right: -85%;
    }

    #sos_gamecontent ul .set1:nth-of-type(4) span:after {
        background-size: 65px 60px;
        width: 65px; 
        height: 60px;
        margin-top: -60px;
        margin-right: -92%;
    }

    #sos_gamecontent ul .set1:nth-of-type(5) span:after {
        background-size: 60px 60px;
        width: 60px; 
        height: 60px;
        margin-top: -60px;
        margin-right: -92%;
    }
    
}

@media (max-width: 500px) {
    

    #sos_gamecontent ul .set1:nth-of-type(1) span:after {
        background-size: 50px 50px;
        width: 50px; 
        height: 50px;
        margin-top: -60px;
        margin-right: -80%;
    }

    #sos_gamecontent ul .set1:nth-of-type(2) span:after {
        background-size: 70px 50px;
        width: 70px; 
        height: 50px;
        margin-top: -60px;
        margin-right: -80%;
    }

    #sos_gamecontent ul .set1:nth-of-type(3) span:after {
        background-size: 55px 60px;
        width: 55px; 
        height: 60px;
        margin-top: -60px;
        margin-right: -80%;
    }

    #sos_gamecontent ul .set1:nth-of-type(4) span:after {
        background-size: 65px 60px;
        width: 65px; 
        height: 60px;
        margin-top: -60px;
        margin-right: -88%;
    }

    #sos_gamecontent ul .set1:nth-of-type(5) span:after {
        background-size: 60px 60px;
        width: 60px; 
        height: 60px;
        margin-top: -60px;
        margin-right: -85%;
    }
    
}

@media (max-width: 375px) {
    
    #sosLogoLine {
        width: 85%;
    }

    #sos_gamecontent ul .set1:nth-of-type(1) span:after {
        background-size: 50px 50px;
        width: 50px; 
        height: 50px;
        margin-top: -60px;
        margin-right: -80%;
    }

    #sos_gamecontent ul .set1:nth-of-type(2) span:after {
        background-size: 70px 50px;
        width: 70px; 
        height: 50px;
        margin-top: -60px;
        margin-right: -80%;
    }

    #sos_gamecontent ul .set1:nth-of-type(3) span:after {
        background-size: 55px 60px;
        width: 55px; 
        height: 60px;
        margin-top: -60px;
        margin-right: -80%;
    }

    #sos_gamecontent ul .set1:nth-of-type(4) span:after {
        background-size: 65px 60px;
        width: 65px; 
        height: 60px;
        margin-top: -60px;
        margin-right: -90%;
    }

    #sos_gamecontent ul .set1:nth-of-type(5) span:after {
        background-size: 60px 60px;
        width: 60px; 
        height: 60px;
        margin-top: -60px;
        margin-right: -85%;
    }
}




@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .sos_back_button:before {
        margin-left: -110px !important;
    }
    
    #sos_finalResult .sos_back_button:before {
        left: 0;
    }
    
    #sos_finalResult .share-button-wrapper {
    width: 235px;
    }

    .firstpage .sos_back_button {
        cursor: default;
        opacity: 0;
        pointer-events: none;
    }
    
    .firstpage .sos_back_button:before {
        background-image: none;
    }

    #landing-page .content-wrapper #landing-begin p {
        line-height: 42px;
    }

    #landing-page .content-wrapper #landing-begin p:before{
        margin: 0 auto;
        margin-top: -15px;
        position: relative;
        display: block;
    }

    #intro .content-wrapper #landing-begin p {
        line-height: 42px;
    }

    #intro .content-wrapper #landing-begin p:before{
        margin: 0 auto;
        margin-top: -15px;
        position: relative;
        display: block;
    }
}

@media print {
    
    a[href]:after {
    content: none !important;
    }
    
    #sos_gamecontent {
        padding-bottom: 0;
        margin-top: 75px;
        width: 80%;
    }
    
    .header-nav {
        width: 100%;
        background-color: transparent;
    }
    
    #sosLogoLine {
        width: 35%;
        margin: 0 auto;
        margin-top: 50px;
/*        margin-left: 20%;*/
/*        left: 0;*/
    }

    .sogcLogo {
        display: block;
        width: 80px;
        height: 115px;
        background-color: #15559A;
        right: 0;
        margin-right: 10%;
        float: right;
        position: relative;
        -webkit-print-color-adjust: exact;
        color-adjust: exact;
    }

    .sogcLogo img {
        width: 35px;
        margin: 0 auto;
        display: block;
        margin-top: 32px;
/*        content: url(../images/SOGC_logo.png);*/
    }
    
    #sos_finalResult {
        page-break-inside: auto;
        width: 100%;
    }
    
    #sos_finalResult .helpfulhint {
/*        page-break-inside: avoid;*/
    }
    
    .header-nav .navigation-wrapper {
        width: 100%;
    }
    
    #sos_finalResult {
        width: 100%;
    }
    
    #sos_finalResult h1:nth-of-type(1) {
        margin-top: -65px;
    }
    
    #sos_finalResult .sos_learn_more {
/*        display: none;*/
        font-family: 'Source Sans Pro', sans-serif !important;
        height: auto;
        width: 100%;
        margin: 0 auto;
        border: thick;
        margin-bottom: 0;
        padding: 0;
        background-color: transparent;
        cursor: pointer;
        text-align: center;
        display: table;
        border-radius: 0;
        color: #333333;
        font-size: 18px;
    }
    
    .sos_back_button {
        display: none;
    }
    
    #sos_finalResult .results_button_wrapper {
        display: none;
    }
    
    #sos_finalResult #shareh1 {
        display: none;
    }
    
    #sos_finalResult .share-button-wrapper {
        display: none;
    }
    
}