
.startQuiz{margin-top:40px}.tryAgain{float:none;margin:20px 0}.quizArea,.quizResults{zoom:1}.quizArea:before,.quizArea:after,.quizResults:before,.quizResults:after{content:"\0020";display:block;height:0;visibility:hidden;font-size:0}.quizArea:after,.quizResults:after{clear:both}.questionCount span{font-weight:bold}ol.questions{margin-top:20px;margin-left:0;padding-left:0;}ol.questions li{margin-left:0}.quizResults h3 span,.quizResults h3 span{font-weight:normal;font-style:italic}.quizResultsCopy{clear:both;margin-top:20px}.answers li label{display:inline-block;margin-left:10px}.answers li{display:flex;align-items:center}.answers li input{margin-bottom:0;}.quizzer-form-container{display:flex;flex-direction:column;min-width:300px;max-width:500px;margin:50px auto;padding:20px;border:1px solid #ccc;border-radius:5px;box-shadow:0 2px 5px rgba(0,0,0,.1);background:white;}.quizzer-form-container input{font-size:14px;padding:6px 10px;background-color:white;border:1px solid #ccc;border-radius:4px;box-shadow:none;box-sizing:border-box;width:100%;}.quizzer-form-container form>div{padding-bottom:10px}.quizzer-wrapper{min-height:400px}.quizUserID{position:absolute;top:0;width:100%}.quizzer-form-container input[type="number"]::-webkit-outer-spin-button,.quizzer-form-container input[type="number"]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.quizzer-form-container input[type="number"]{-moz-appearance:textfield}.quizzer-form-container input[type="number"]{appearance:none}









:root{--light-gray:rgba(245, 245, 245, 1.00);--medium-gray:rgba(223, 223, 223, 1.00);--dark-gray:rgba(40, 40, 40, 1.00);--black:rgba(15, 15, 15, 1.00);--black-color:var(--black);--white:rgba(255, 255, 255, 1.00);--white-color:var(--white);--primary:rgba(225, 50, 51, 1.00);--secondary:rgba(255, 255, 255, 1.00);--success:rgba(130, 226, 172, 1.00);--warning:rgba(252, 116, 47, 1.00);--alert:rgba(199, 56, 42, 1.00);--primary-contrast:rgba(255, 255, 255, 1.00);--secondary-contrast:rgba(225, 50, 51, 1.00);--success-contrast:rgba(254, 254, 254, 1.00);--warning-contrast:rgba(50, 50, 50, 1.00);--alert-contrast:rgba(255, 255, 255, 1.00);--primary-dark:rgba(195, 20, 21, 1.00);--secondary-dark:rgba(225, 225, 225, 1.00);--success-dark:rgba(100, 196, 142, 1.00);--warning-dark:rgba(222, 86, 17, 1.00);--alert-dark:rgba(169, 26, 12, 1.00);--header-color:rgba(34, 34, 34, 1.00);--subheader-color:rgba(138, 138, 138, 1.00);--small-color:rgba(202, 202, 202, 1.00);--text-color:rgba(34, 34, 34, 1.00);--link-color:rgba(225, 50, 51, 1.00);--link-color-hover:rgba(186, 41, 44, 1.00);--selection-background:var(--primary);--selection-text:var(--primary-contrast);--link-decoration:none;--link-decoration-hover:none;--overlay-color:rgba(255, 255, 255, 0.15);--radius:5px;--small-gutter:1.25rem;--medium-gutter:1.5rem;--large-gutter:2rem;--site-width:calc(1200rem/16);}::selection{background:var(--selection-background);color:var(--selection-text)}.alt{--header-color:rgba(255, 255, 255, 1.00);--subheader-color:rgba(230, 230, 230, 1.00);--small-color:rgba(202, 202, 202, 1.00);--text-color:rgba(255, 255, 255, 1.00);--link-color:rgba(255, 255, 255, 1.00);--link-color-hover:rgba(255, 255, 255, 1.00);--link-decoration:none;--link-decoration-hover:none}.grid-container{max-width:var(--site-width)}.radius{border-radius:var(--radius)}body{font-size:calc(18rem/16)}h1,.h1{font-size:calc(36rem/16)}h2,.h2{font-size:calc(36rem/16)}h3,.h3{font-size:calc(26rem/16)}h4,.h4{font-size:calc(22rem/16)}h5,.h5{font-size:calc(19rem/16)}h6,.h6{font-size:calc(17rem/16)}small{font-size:40%}.button{font-size:calc(16rem/16)}.button.tiny{font-size:calc(10rem/16)}.button.small{font-size:calc(12rem/16)}.button.large{font-size:calc(20rem/16)}@media only screen and (min-width:40em){body{font-size:calc(19rem/16)}h1,.h1{font-size:calc(46rem/16)}h2,.h2{font-size:calc(46rem/16)}h3,.h3{font-size:calc(32rem/16)}h4,.h4{font-size:calc(26rem/16)}h5,.h5{font-size:calc(24rem/16)}h6,.h6{font-size:calc(19rem/16)}small{font-size:30%}}@media only screen and (min-width:64em){body{font-size:calc(20rem/16)}h1,.h1{font-size:calc(58rem/16)}h2,.h2{font-size:calc(58rem/16)}h3,.h3{font-size:calc(38rem/16)}h4,.h4{font-size:calc(32rem/16)}h5,.h5{font-size:calc(26rem/16)}h6,.h6{font-size:calc(22rem/16)}small{font-size:30%}}a{color:var(--link-color);-webkit-text-decoration:var(--link-decoration);text-decoration:var(--link-decoration)}a:hover,a:focus{color:var(--link-color-hover);-webkit-text-decoration:var(--link-decoration-hover);text-decoration:var(--link-decoration-hover)}.menu a{color:var(--menu-link-color);background:var(--menu-bg-color)}.menu a:hover{color:var(--menu-link-color-hover)}h1,h2,h3,h4,h5,h6{color:var(--header-color)}small{color:var(--small-color)}.subheader{color:var(--subheader-color)}.text ul,.text ol{list-style-position:outside}.text>ul,.text>ol,.text .mez>div>ul,.text .mez>div>ol{margin-left:1.25rem}.text ul{list-style-type:disc}.text ul ul,.text ol ul{list-style-type:circle}.text ol{list-style-type:decimal}.text ol ol,.text ul ol{list-style-type:lower-alpha}.radius,.radius:before,.radius:after{border-radius:calc(5rem/16)}body{background-color:rgba(201, 223, 211, 1.00);}
/*!* Font Awesome Pro 5.14.0 by @fontawesome - https://fontawesome.com* License - https://fontawesome.com/license (Commercial License)*/@font-face{font-family:'Font Awesome 5 Brands';font-style:normal;font-weight:400;font-display:block;src:url("../../rw_common/plugins/stacks/fa5-fonts/fa-brands-400.eot");src:url("../../rw_common/plugins/stacks/fa5-fonts/fa-brands-400.eot?#iefix") format("embedded-opentype"),url("../../rw_common/plugins/stacks/fa5-fonts/fa-brands-400.woff2") format("woff2"),url("../../rw_common/plugins/stacks/fa5-fonts/fa-brands-400.woff") format("woff"),url("../../rw_common/plugins/stacks/fa5-fonts/fa-brands-400.ttf") format("truetype"),url("../../rw_common/plugins/stacks/fa5-fonts/fa-brands-400.svg#fontawesome") format("svg")}.fab{font-family:'Font Awesome 5 Brands';font-weight:400}@font-face{font-family:'Font Awesome 5 Pro';font-style:normal;font-weight:300;font-display:block;src:url("../../rw_common/plugins/stacks/fa5-fonts/fa-light-300.eot");src:url("../../rw_common/plugins/stacks/fa5-fonts/fa-light-300.eot?#iefix") format("embedded-opentype"),url("../../rw_common/plugins/stacks/fa5-fonts/fa-light-300.woff2") format("woff2"),url("../../rw_common/plugins/stacks/fa5-fonts/fa-light-300.woff") format("woff"),url("../../rw_common/plugins/stacks/fa5-fonts/fa-light-300.ttf") format("truetype"),url("../../rw_common/plugins/stacks/fa5-fonts/fa-light-300.svg#fontawesome") format("svg")}.fal{font-family:'Font Awesome 5 Pro';font-weight:300}@font-face{font-family:'Font Awesome 5 Pro';font-style:normal;font-weight:900;font-display:block;src:url("../../rw_common/plugins/stacks/fa5-fonts/fa-solid-900.eot");src:url("../../rw_common/plugins/stacks/fa5-fonts/fa-solid-900.eot?#iefix") format("embedded-opentype"),url("../../rw_common/plugins/stacks/fa5-fonts/fa-solid-900.woff2") format("woff2"),url("../../rw_common/plugins/stacks/fa5-fonts/fa-solid-900.woff") format("woff"),url("../../rw_common/plugins/stacks/fa5-fonts/fa-solid-900.ttf") format("truetype"),url("../../rw_common/plugins/stacks/fa5-fonts/fa-solid-900.svg#fontawesome") format("svg")}.fa,.fas{font-family:'Font Awesome 5 Pro';font-weight:900}  
.my-menu-colour{color:var(--success) ;}
.site-background{background-color:rgba(201, 223, 211, 1.00) ;background-position:center center ;background-origin:padding-box ;background-blend-mode:normal ;background-attachment:scroll   ;background-clip:border-box ;}@media (hover:none) and (pointer:coarse){.site-background{background-attachment:scroll!important}}
.dark-card-header{background-color:rgba(58, 97, 97, 1.00) ;background-position:center center ;background-origin:padding-box ;background-blend-mode:normal ;background-attachment:scroll   ;background-clip:border-box ;}@media (hover:none) and (pointer:coarse){.dark-card-header{background-attachment:scroll!important}}
.clan-background{background-image:url('../files/bgimage-10-5DA.jpg') ;background-repeat:no-repeat    ;background-position:center center ;background-origin:padding-box ;background-blend-mode:normal ;background-attachment:scroll   ;background-clip:border-box ; background-size:  cover ; }@media (hover:none) and (pointer:coarse){.clan-background{background-attachment:scroll!important}}








.rwml-menu-imported {
	display: none;
}

#stacks_in_265_2 {
	display: none !important;
}


/* Start by hiding all translatable items. This class is applied via jQuery in the scripts-global.js file */
.rwml-translatable {
	display: none;
}


/* If the content with a selector of '.rwml-translatable' is equal to the body class and language attribute, display it */
body.de .rwml-translatable:lang(de) {
	display: inherit;
}



/* If the content with a selector of '.rwml-translatable' is equal to the body class and language attribute, display it */
body.en .rwml-translatable:lang(en) {
	display: inherit;
}


/* If the content with a selector of '.rwml-translatable' is equal to the body class and language attribute, display it */
body.it .rwml-translatable:lang(it) {
	display: inherit;
}














#stacks_in_265_4 {
	display: none;
}

#rwml-menu, .rwml-menu {
	display: none !important;
}






#stacks_in_377 {
	
	
	
	
	
	 text-align: ;
}






#stacks_in_381 {
	
	
	
	
	
	 text-align: ;
}






#stacks_in_385 {
	
	
	
	
	
	 text-align: ;
}






#stacks_in_393 {
	
	
	
	
	
	 text-align: ;
}






#stacks_in_395 {
	
	
	
	
	
	 text-align: ;
}






#stacks_in_397 {
	
	
	
	
	
	 text-align: ;
}






#stacks_in_410 {
	
	
	
	
	
	 text-align: ;
}






#stacks_in_414 {
	
	
	
	
	
	 text-align: ;
}






#stacks_in_418 {
	
	
	
	
	
	 text-align: ;
}






#stacks_in_348 {
	
	
	
	
	
	 text-align: ;
}






#stacks_in_352 {
	
	
	
	
	
	 text-align: ;
}






#stacks_in_358 {
	
	
	
	
	
	 text-align: ;
}






#stacks_in_362 {
	
	
	
	
	
	 text-align: ;
}






#stacks_in_366 {
	
	
	
	
	
	 text-align: ;
}






#stacks_in_284 {
	
	
	
	
	
	 text-align: ;
}






#stacks_in_288 {
	
	
	
	
	
	 text-align: ;
}






#stacks_in_300 {
	
	
	
	
	
	 text-align: ;
}






#stacks_in_308 {
	
	
	
	
	
	 text-align: ;
}






#stacks_in_310 {
	
	
	
	
	
	 text-align: ;
}






#stacks_in_312 {
	
	
	
	
	
	 text-align: ;
}






#stacks_in_325 {
	
	
	
	
	
	 text-align: ;
}






#stacks_in_329 {
	
	
	
	
	
	 text-align: ;
}






#stacks_in_333 {
	
	
	
	
	
	 text-align: ;
}



/* @group Generic Styles */

#ruleStackstacks_in_584_2,
#ruleStackstacks_in_584_2:before,
#ruleStackstacks_in_584_2:after {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

#ruleStackstacks_in_584_2 {
	position: relative;
	overflow: hidden;
	margin: 3.00% 0;
	width: %;
}

/*  */

/*  */

/*  */
#ruleStackstacks_in_584_2 {
	width: 75%;
	margin-left: auto; margin-right: auto;
}
/*  */

#ruleStackstacks_in_584_2 [class^="fa fa-"] {
	position: relative;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	text-align: center;
	color: rgba(58, 97, 97, 1.00);
	background: rgba(0, 0, 0, 0.00);
	border-radius: 50%;
	border: 0px solid rgba(193, 193, 193, 1.00);
	display: inline-block;
}

#ruleStackstacks_in_584_2 a {
	position: absolute;
	top: 0px;
	display: block;
	width: 40px;
	height: 40px;
	border: none;
	background: transparent;
	outline: none;
}

/* @end */

/* @end */

/*  */

/*  */
#ruleStackstacks_in_584_2 {
	text-align: center;
}

#ruleStackstacks_in_584_2:before,
#ruleStackstacks_in_584_2:after {
	content: '';
	position: absolute;
	width: 100%;
	top: 49%;
	right: 40px;
	height: 0px;
	border-top: 10px double rgba(58, 97, 97, 1.00);
}

#ruleStackstacks_in_584_2:before {
	left: -50%;
	margin-left: -20px;
}

#ruleStackstacks_in_584_2:after {
	left: 50%;
	margin-left: 20px;
}

#ruleStackstacks_in_584_2 a {
	left: 50%;
	margin-left: -20px;
}
/*  */

/*  */

/*  */
/*  */
/* ProGallery Grid */

#mygallery {
	display: block;
	width: 100%;
  %[if ]%text-align: left;%[endif]%
  %[if ]%text-align: center;%[endif]%
  %[if ]%text-align: right;%[endif]%
}

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

#mygallery li.proGalleryItem {
	position: relative;
	-webkit-transform: translateZ(0);
}

#mygallery li .proGalleryItemInner {
  border: 0rem none rgba(234, 234, 234, 1.00);
  border-radius: 0rem;
	background-color: rgba(0, 0, 0, 1.00);
	padding: 0rem;
	position: relative;
	margin: 0rem;
	
}

#mygallery li.proGalleryItem a {
	display: block;
  cursor: zoom-in;
  margin: ;
  outline: none;
}


#mygallery li .proGalleryItemInner a:focus {
    outline: 2px dotted #FF0000;
}


#mygallery li.proGalleryItem img {
	max-height: 100%;
	max-width: 100%;
	width: auto;
	height: auto;
  border-radius: 0rem;
  display: block;
  border: 0rem none rgba(234, 234, 234, 1.00);
	padding: 0rem;
	margin: 0rem;
	
}

/* Disable links that don't go anywhere */
#mygallery li .proGalleryItemInner a[href=''],
#mygallery li .proGalleryItemInner a[href='#null'] {
  pointer-events: none !important;
  cursor: default !important;
}


/* Captions */
#mygallery .proGalleryItemTitle {
	display: none;
	transition: opacity 300ms ease-in-out;
	padding: 0rem;
	margin: 0rem;
	font-size: 1rem;
	letter-spacing: 0px;
	border-radius: 0rem;
	color: rgba(102, 102, 102, 1.00);
	line-height: 1.5;
  background: rgba(255, 255, 255, 1.00);
  
  
  
	
	
}

/* Override for caption titles */
#mygallery .proGalleryItemTitle strong {
	
	font-size: 1rem;
	letter-spacing: 0px;
	color: rgba(102, 102, 102, 1.00);
	line-height: 1.5;
  font-weight: normal;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  font-weight: bold;
  
  
  
}

#mygallery .proGalleryItemTitle div {
  
  color: rgba(102, 102, 102, 1.00);
  font-size: 1rem;
}

#mygallery.titlesBelowLeft .proGalleryItemTitle {
	text-align: left;
	opacity: 1.00;
}

#mygallery.titlesBelowCentre .proGalleryItemTitle {
	text-align: center;
	opacity: 1.00;
}

#mygallery.titlesBelowRight .proGalleryItemTitle {
	text-align: right;
	opacity: 1.00;
}

#mygallery.titlesHoverTopLeft .proGalleryItemTitle {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	text-align: left;
}

#mygallery.titlesHoverTopCentre .proGalleryItemTitle {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	opacity: 0;
	text-align: center;
}

#mygallery.titlesTopRight .proGalleryItemTitle {
	position: absolute;
	top: 0;
	right: 0;
	text-align: right;
	opacity: 0;
}

#mygallery.titlesHoverMiddleLeft .proGalleryItemTitle {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	opacity: 0;
	text-align: left;
}

#mygallery.titlesHoverMiddleCentre .proGalleryItemTitle {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	width: 100%;
	text-align: center;
	opacity: 0;
}

#mygallery.titlesHoverMiddleRight .proGalleryItemTitle {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 0;
	opacity: 0;
	text-align: right;
}

#mygallery.titlesHoverBottomLeft .proGalleryItemTitle {
	position: absolute;
	bottom: 0;
	left: 0;
	opacity: 0;
	text-align: left;
}

#mygallery.titlesHoverBottomCentre .proGalleryItemTitle {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	opacity: 0;
}

#mygallery.titlesHoverBottomRight .proGalleryItemTitle {
	position: absolute;
	bottom: 0;
	right: 0;
	opacity: 0;
	text-align: right;
}

#mygallery li:hover .proGalleryItemTitle {
	opacity: 1.00;
}

/* @end */

/* @group Special Effects */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/* @end */





#stacks_in_575 {
	padding: 10px 10px 0px 10px;
}

/* ProGallery Columns Layout */

#mygallery .proGalleryThumbs {
  -moz-column-gap: 1em;
  -webkit-column-gap: 1em;
  column-gap: 1em;
}

#mygallery .proGalleryThumbs li {
  border-bottom: 1em solid rgba(255, 255, 255, 0);
}


/* This CSS aims to fix the issue of images missing in Safari, within CSS columns, with animations applied */
#mygallery .proGalleryThumbs li img {
  will-change: transform;
}


@media screen and (min-width: 0px) {
  #mygallery .proGalleryThumbs {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
  }
}

@media screen and (min-width: 568px) {
	#mygallery .proGalleryThumbs {
		-moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
	}
}

@media screen and (min-width: 992px) {
	#mygallery .proGalleryThumbs {
		-moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
	}
}

@media screen and (min-width: 1200px) {
	#mygallery .proGalleryThumbs {
		-moz-column-count: 4;
    -webkit-column-count: 4;
    column-count: 4;
	}
}

#mygallery .proGalleryThumbs li.proGalleryItem {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}

@supports (grid-template-rows: masonry) {
  #mygallery .proGalleryThumbs {
    display: grid;
    grid-template-rows: masonry;
    grid-gap: 1em;
  }

  #mygallery .proGalleryThumbs li {
    border-bottom: none;
  }

  @media screen and (min-width: 0px) {
    #mygallery .proGalleryThumbs {
      -moz-column-count: 1;
      -webkit-column-count: 1;
      column-count: 1;
      grid-template-columns: repeat(1, 1fr);
    }
  }
  
  @media screen and (min-width: 568px) {
    #mygallery .proGalleryThumbs {
      -moz-column-count: 1;
      -webkit-column-count: 1;
      column-count: 1;
      grid-template-columns: repeat(2, 1fr);
    }
  }
  
  @media screen and (min-width: 992px) {
    #mygallery .proGalleryThumbs {
      -moz-column-count: 1;
      -webkit-column-count: 1;
      column-count: 1;
      grid-template-columns: repeat(3, 1fr);
    }
  }
  
  @media screen and (min-width: 1200px) {
    #mygallery .proGalleryThumbs {
      -moz-column-count: 1;
      -webkit-column-count: 1;
      column-count: 1;
      grid-template-columns: repeat(4, 1fr);
    }
  }
}
/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden; -webkit-transform: translate3d(0,0,0);}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}


#cboxTitle {
  display: none !important;
}



@media screen and (max-width: 568px) {
  #cboxTitle {
    display: none !important;
  }
}



#cboxOverlay{background:url(../files/colorbox-images/colorbox-1/overlay.png) repeat 0 0; opacity: 0.9; filter: alpha(opacity = 90);}
#colorbox{outline:0;}
#cboxTopLeft{width:21px; height:21px; background:url(../files/colorbox-images/colorbox-1/controls.png) no-repeat -101px 0;}
#cboxTopRight{width:21px; height:21px; background:url(../files/colorbox-images/colorbox-1/controls.png) no-repeat -130px 0;}
#cboxBottomLeft{width:21px; height:21px; background:url(../files/colorbox-images/colorbox-1/controls.png) no-repeat -101px -29px;}
#cboxBottomRight{width:21px; height:21px; background:url(../files/colorbox-images/colorbox-1/controls.png) no-repeat -130px -29px;}
#cboxMiddleLeft{width:21px; background:url(../files/colorbox-images/colorbox-1/controls.png) left top repeat-y;}
#cboxMiddleRight{width:21px; background:url(../files/colorbox-images/colorbox-1/controls.png) right top repeat-y;}
#cboxTopCenter{height:21px; background:url(../files/colorbox-images/colorbox-1/border.png) 0 0 repeat-x;}
#cboxBottomCenter{height:21px; background:url(../files/colorbox-images/colorbox-1/border.png) 0 -29px repeat-x;}
#cboxContent{background:#fff; overflow:hidden;}
.cboxIframe{background:#fff;}
#cboxError{padding:50px; border:1px solid #ccc;}
#cboxLoadedContent{margin-bottom:28px;}
#cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#949494;}
#cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}
#cboxLoadingOverlay{background:url(../files/colorbox-images/colorbox-1/loading_background.png) no-repeat center center;}
#cboxLoadingGraphic{background:url(../files/colorbox-images/colorbox-1/loading.gif) no-repeat center center;}
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}
#cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
#cboxPrevious{position:absolute; bottom:0; left:0; background:url(../files/colorbox-images/colorbox-1/controls.png) no-repeat -75px 0; width:25px; height:25px; text-indent:-9999px;}
#cboxPrevious:hover{background-position:-75px -25px;}
#cboxNext{position:absolute; bottom:0; left:27px; background:url(../files/colorbox-images/colorbox-1/controls.png) no-repeat -50px 0; width:25px; height:25px; text-indent:-9999px;}
#cboxNext:hover{background-position:-50px -25px;}
#cboxClose{position:absolute; bottom:0; right:0; background:url(../files/colorbox-images/colorbox-1/controls.png) no-repeat -25px 0; width:25px; height:25px; text-indent:-9999px;}
#cboxClose:hover{background-position:-25px -25px;}









%[endif]%/* @group Generic Styles */

#ruleStackstacks_in_590_2,
#ruleStackstacks_in_590_2:before,
#ruleStackstacks_in_590_2:after {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

#ruleStackstacks_in_590_2 {
	position: relative;
	overflow: hidden;
	margin: 3.00% 0;
	width: %;
}

/*  */

/*  */

/*  */
#ruleStackstacks_in_590_2 {
	width: 75%;
	margin-left: auto; margin-right: auto;
}
/*  */

#ruleStackstacks_in_590_2 [class^="fa fa-"] {
	position: relative;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	text-align: center;
	color: rgba(58, 97, 97, 1.00);
	background: rgba(0, 0, 0, 0.00);
	border-radius: 50%;
	border: 0px solid rgba(193, 193, 193, 1.00);
	display: inline-block;
}

#ruleStackstacks_in_590_2 a {
	position: absolute;
	top: 0px;
	display: block;
	width: 40px;
	height: 40px;
	border: none;
	background: transparent;
	outline: none;
}

/* @end */

/* @end */

/*  */

/*  */
#ruleStackstacks_in_590_2 {
	text-align: center;
}

#ruleStackstacks_in_590_2:before,
#ruleStackstacks_in_590_2:after {
	content: '';
	position: absolute;
	width: 100%;
	top: 49%;
	right: 40px;
	height: 0px;
	border-top: 10px double rgba(58, 97, 97, 1.00);
}

#ruleStackstacks_in_590_2:before {
	left: -50%;
	margin-left: -20px;
}

#ruleStackstacks_in_590_2:after {
	left: 50%;
	margin-left: 20px;
}

#ruleStackstacks_in_590_2 a {
	left: 50%;
	margin-left: -20px;
}
/*  */

/*  */

/*  */
/*  */



#stacks_in_595 {
	
	
	
	
	
	 text-align: ;
}






#stacks_in_604 {
	
	
	
	
	
	 text-align: ;
}



.quizzer-wrapper{--button-bg:#2482BD;--button-bg-hover:#BD3DD2;--button-text:#fff;--button-text-hover:#fff;--correct:#6C9F2E;--incorrect:#B5121B;--tile-select:#007BFF;--tile-hover:#F0F0F0;--tile-select-text:#fff;--tile-hover-text:inherit;}#stacks_in_614 .quizName{font-size:200%;}#stacks_in_614 .quizScore{font-size:120%;}#stacks_in_614 .quizLevel:not(div){font-size:120%;}#stacks_in_614 .qz-button,#stacks_in_614 button{float:left;width:auto;padding:5px 15px;color:var(--button-text);background-color:var(--button-bg);border:1px solid #fff;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;text-decoration:none;font-size:100%;cursor:pointer;}#stacks_in_614 .qz-button:hover,#stacks_in_614 button:hover{background-color:var(--button-bg-hover);color:var(--button-text-hover);text-decoration:none}#stacks_in_614 input[type=checkbox]{}#stacks_in_614 .questions h3{font-size:130%;line-height:1.2}#stacks_in_614 .question h3 img{max-width:100%;margin-top:10px;border-radius:px;}#stacks_in_614 .question .answers img,#stacks_in_614 .question .responses img{width:80px;max-width:100%;border-radius:px;}#stacks_in_614 .questionCount{font-size:90%;font-style:italic}#stacks_in_614 ul.answers{ margin-left:0;margin-bottom:20px;list-style-position:inside;padding-left:0;}#stacks_in_614 ul.answers li{font-size:100%;}#stacks_in_614 p{font-size:100%;}#stacks_in_614 ul.responses li{ margin:10px 20px 20px 0;}#stacks_in_614 ul.responses li p span{display:block;font-weight:bold;font-size:120%;}#stacks_in_614 ul.responses{ list-style-position:inside;padding-left:0;margin-left:0;}#stacks_in_614 .complete ul.answers li.qz856345,ul.responses li.qz856345 p span{color:var(--correct);}#stacks_in_614 ul.responses li.qz864356 p span{color:var(--incorrect)}#stacks_in_614 .quizUserID{display:none;}#stacks_in_614 .quizUserID{background:rgba(255,255,255,.95)} #stacks_in_614 .quizzer-mod ul.answers{list-style:none;padding:10px 0;display:grid;grid-template-columns:repeat(1,1fr);gap:10px}#stacks_in_614 .quizzer-mod .answers li{margin:0;min-height:80px}#stacks_in_614 .quizzer-mod .answers input[type="checkbox"],#stacks_in_614 .quizzer-mod .answers input[type="radio"]{display:none}#stacks_in_614 .quizzer-mod .answers li label{display:flex!important;align-items:center;justify-content:center;padding:10px;border:1px solid #ccc;border-radius:4px;text-align:center;cursor:pointer;transition:background-color .3s,color .3s;width:100%;height:100%;margin-left:0!important}@media (min-width:600px){#stacks_in_614 .quizzer-mod ul.answers{grid-template-columns:repeat(2,1fr)}}@media (min-width:900px){#stacks_in_614 .quizzer-mod ul.answers{grid-template-columns:repeat(3,1fr)}}@media (min-width:1200px){#stacks_in_614 .quizzer-mod ul.answers{grid-template-columns:repeat(4,1fr)}}#stacks_in_614 .quizzer-mod .answers label:hover{background-color:var(--tile-hover);color:var(--tile-hover-text)}#stacks_in_614 .quizzer-mod input[type="checkbox"]:checked+label,#stacks_in_614 .quizzer-mod input[type="radio"]:checked+label{background-color:var(--tile-select);color:var(--tile-select-text)}#stacks_in_614 .quizzer-mod .complete .qz864356 input[type="checkbox"]:checked+label,#stacks_in_614 .quizzer-mod .complete .qz864356 input[type="radio"]:checked+label{background-color:var(--incorrect);color:white;}#stacks_in_614 .quizzer-mod .complete .qz856345 input[type="checkbox"]:checked+label,#stacks_in_614 .quizzer-mod .complete .qz856345 input[type="radio"]:checked+label{background-color:var(--correct);color:white;}#stacks_in_614 .quizzer-mod .complete .qz856345 input[type="checkbox"]+label,#stacks_in_614 .quizzer-mod .complete .qz856345 input[type="radio"]+label{border-color:var(--correct)}#stacks_in_614 .quizzer-mod .complete .qz864356 input[type="checkbox"]+label,#stacks_in_614 .quizzer-mod .complete .qz864356 input[type="radio"]+label{border-color:var(--incorrect);color:var(--incorrect)} /* @group Generic Styles */

#ruleStackstacks_in_603_2,
#ruleStackstacks_in_603_2:before,
#ruleStackstacks_in_603_2:after {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

#ruleStackstacks_in_603_2 {
	position: relative;
	overflow: hidden;
	margin: 3.00% 0;
	width: %;
}

/*  */

/*  */

/*  */
#ruleStackstacks_in_603_2 {
	width: 75%;
	margin-left: auto; margin-right: auto;
}
/*  */

#ruleStackstacks_in_603_2 [class^="fa fa-"] {
	position: relative;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	text-align: center;
	color: rgba(58, 97, 97, 1.00);
	background: rgba(0, 0, 0, 0.00);
	border-radius: 50%;
	border: 0px solid rgba(193, 193, 193, 1.00);
	display: inline-block;
}

#ruleStackstacks_in_603_2 a {
	position: absolute;
	top: 0px;
	display: block;
	width: 40px;
	height: 40px;
	border: none;
	background: transparent;
	outline: none;
}

/* @end */

/* @end */

/*  */

/*  */
#ruleStackstacks_in_603_2 {
	text-align: center;
}

#ruleStackstacks_in_603_2:before,
#ruleStackstacks_in_603_2:after {
	content: '';
	position: absolute;
	width: 100%;
	top: 49%;
	right: 40px;
	height: 0px;
	border-top: 10px double rgba(58, 97, 97, 1.00);
}

#ruleStackstacks_in_603_2:before {
	left: -50%;
	margin-left: -20px;
}

#ruleStackstacks_in_603_2:after {
	left: 50%;
	margin-left: 20px;
}

#ruleStackstacks_in_603_2 a {
	left: 50%;
	margin-left: -20px;
}
/*  */

/*  */

/*  */
/*  */#toTop{--elevator-image:url(../../rw_common/plugins/stacks/elevator-images/top.png);--elevator-size:50px;display:none;text-decoration:none;position:fixed;bottom:10px;right:10px;overflow:hidden;width:var(--elevator-size);height:var(--elevator-size);border:none;text-indent:-9999px;background-image:var(--elevator-image);background-repeat:no-repeat;background-position:left top;z-index:9988}#toTop:active,#toTop:focus{outline:none}
