@font-face {
	font-family: 'Conv_Chicago';
	src: url('../fonts/Chicago.eot');
	src: local('☺'), url('../fonts/Chicago.woff') format('woff'), url('../fonts/Chicago.ttf') format('truetype'), url('../fonts/Chicago.svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'HelveticaNeue';
	src: url('../fonts/HelveticaNeue-Medium.eot?#iefix') format('embedded-opentype'),  url('../fonts/HelveticaNeue-Medium.woff') format('woff'), url('../fonts/HelveticaNeue-Medium.ttf')  format('truetype'), url('../fonts/HelveticaNeue-Medium.svg#HelveticaNeue-Medium') format('svg');
	font-weight: normal;
	font-style: normal;
  }
  
@font-face {
	font-family: 'Conv_GaramondBookItalic';
	src: url('../fonts/Garamond Book Italic.eot');
	src: local('☺'), url('../fonts/Garamond Book Italic.woff') format('woff'), url('../fonts/Garamond Book Italic.ttf') format('truetype'), url('../fonts/Garamond Book Italic.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

.control-wrapper,.control-wrapper *{
    padding:0;
    margin:0;
    box-sizing: border-box;
}

.control-wrapper {
	top: 535px;
    width: 10%;
    left: -1px;
    position: absolute;
    z-index: 103;
    -webkit-transform: translate3d(0,0,0);
}

.c-outer-div{
	display: inline-block;
    position: relative;
    height: 78px;
    width: 68px;
    top: -8px;
}

.c-outer-div .c-btn,.c-outer-div .c-btn-active{
	background-image: url(../../images/controls/c-btn.png);
    width: 68px;
    height: 78px;
    display: inline-block;
    position: absolute;
    background-color: #fff;
    z-index: 1;
    background-repeat: no-repeat;
    border-radius: 50%;
    top: 0px;
    background-size: 100% 100%;
}

.c-outer-div:hover .c-btn-active,.c-outer-div.c .c-btn-active{
    background-image: url(../../images/controls/c-btn-hover.png);
}
.c-outer-div:focus .c-btn-active{
    background-image: url(../../images/controls/c-btn-hover.png);
}

.c-outer-div:active .c-btn-active{
    background-image: url(../../images/controls/c-btn-down.png);
}

.c-text{
    line-height: 9px;
    text-align: center;
    user-select: none;
    cursor: pointer;
    font-weight: bold;
    font-size: 26px;
    color:transparent;
}
.c-control-btn{
    display: none;
    width: 188px;
    left: 33px;
    height: 47px;
    line-height: 43px;
    font-size: 22px;
    background-image: url(../../images/handle.svg), url(../../images/controls/c-btn-controls-sidearm.png);
    background-repeat: no-repeat;
    background-position: right 20px center,left 6px center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotateZ(0deg);
    transform-origin: 0% 55%;
}
.c-outer-div:hover .c-control-btn-active,.c-outer-div.c .c-control-btn-active{
    display: inline-block;
    transform: translateY(-50%);
    animation-name: controlShow;
    animation-duration: 0.5s;
}.c-outer-div:focus .c-control-btn-active{
    display: inline-block;
    transform: translateY(-50%);
    animation-name: controlShow;
    animation-duration: 0.5s;
}

@keyframes controlShow {
    0% {transform: translateY(-50%) rotateZ(90deg);}
    80% {transform: translateY(-50%) rotateZ(-10deg);}
    100% {transform: translateY(-50%) rotateZ(0deg);}
}

.c-control-text{
    display: inline-block;
    padding-left: 69px;
    line-height: 26px;
    cursor: pointer;
}

.handle{
    position: absolute;
    left: 40px;
    top: 28px;
}
.wire{
    position: absolute;
    left: 79px;
    bottom: -37px;
}
.contl-scrn{
    padding-left: 99px;
    height: 100%;
    padding-bottom: 23px;
    padding-right: 8px;
    padding-top: 22px;
}

.cntrl-cntns{
    height:100%;
    opacity: 0;
}

.c-cntrl-innr{
    position: absolute;
    left: -745px;
    background: url(../../images/controls/g_global_menu_anim.png) no-repeat top left;
    width: 743px;
    height: 445px;
    top: -384px;
	transform-origin: bottom center;
    transform: scale(1,1.15);
}

.animate50{
    animation: cntrlpopup50 0.4s forwards;
}

.animate100{
    animation: cntrlpopup100 0.4s forwards;
}

.lastframe_animate50{
    position: absolute;
    left: -750px;
    background: url(../../images/controls/g_global_menu_anim.png) no-repeat top left;
    width: 743px;
    height: 445px;
    top: -384px;
    background-position: 0 -2275px;
}

@keyframes cntrlpopup50{
    0%,20% {background-position: 0 0;}
    20.01%,40% {background-position: 0 -455px;}
    40.01%,60% {background-position: 0 -910px;}
    60.01%,80% {background-position: 0 -1365px;}
    80.01%,90% {background-position: 0 -1820px;}
    90.01%,100% {background-position: 0 -2275px;}
}

@keyframes cntrlpopup100{
    0%,20% {background-position: 0 -2275px;}
    20.01%,40% {background-position: 0 -2730px;}
    40.01%,60% {background-position: 0 -3185px;}
    60.01%,80% {background-position: 0 -3640px;}
    80.01%,90% {background-position: 0 -4095px;}
    90.01%,100% {background-position: 0 -4550px;}
}



.contl-scrn img{
    display: block;
}
.cntl_main_scrn{
    background-repeat: repeat-y;
    height: 100%;
    padding-left: 18px;
    padding-right: 14px;
}

.cntrl-cntns{
    background-color: black;
    padding: 10px;
    -webkit-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
}

.cntrl-cntns-active{
    background-color: #0099cc;
    opacity: 1;
}
.tabs{
    border-bottom: 1px solid #000;
    font-family: 'Conv_Chicago';
}

.cntrls-cntnt{
    padding-top: 20px;
}

.cntrs,.glsry{
    display: inline-block;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 4px 10px;
    cursor: pointer;
    background-color: #aad6e8;
    border: 1px solid #000;
	font-size: 17px;
	font-family: Conv_Chicago;
}
.cntrs:hover,.cntrs:focus,.cntrs.active,.glsry:hover,.glsry:focus,.glsry.active{
    background-color: #00e8ff;
}
.links-div button{
	text-decoration: underline;
    color: black;
    font-size: 15px;
}
.cntrl-btn {
	background-size: cover;
	width: 170px;
	height: 40px;
	display: inline-block;
	cursor: pointer;
	background-color: transparent;
    font-size: 15px;
}
/* #00E8FF */
.help{
    background-image:url(../../images/controls/btn_help.svg); text-indent: 28px;
}
.help:hover{
    background-image:url(../../images/controls/btn_help-active.svg);
}
.help:focus{
    background-image:url(../../images/controls/btn_help-active.svg);
}

.keyboard{
    background-image:url(../../images/controls/btn_keyboard.svg); text-indent: 34px;
}
.keyboard:hover{
    background-image:url(../../images/controls/btn_keyboard-active.svg);
}
.keyboard:focus{
    background-image:url(../../images/controls/btn_keyboard-active.svg);
}

.print_glossry{
    background-image:url(../../images/controls/btn_print-glossary.svg); text-indent: 38px;
}
.print_glossry:hover{
    background-image:url(../../images/controls/btn_print-glossary-active.svg);
}
.print_glossry:focus{
    background-image:url(../../images/controls/btn_print-glossary-active.svg);
}
.cntrl-info-txt{
    display: inline-block;
    width: 55%;
    border: 1px solid #000;
    height: 106px;
    margin-top: 26px;
    background-color: #AAD6E8;
    position: absolute;
    bottom: 40px;
    border-radius: 10px;
    padding: 10px;
}

.cntrl-close,.glrsry-close{
display: inline-block;
    background-image: url(../../images/controls/btn_close2.svg);
    width: 118px;
    height: 34px;
    position: absolute;
    text-align: center;
    padding-left: 24px;
    cursor: pointer;
    right: 31px;
    bottom: 40px;
    color: #000;
    font-size: 16px;
}
.cntrl-close:hover,.glrsry-close:hover{
    background-image: url(../../images/controls/btn_close2-active.svg);
}
.cntrl-close:focus,.glrsry-close:focus{
    background-image: url(../../images/controls/btn_close2-active.svg);
}

.glrsry-cntnt{
    display: none;

}

.links-div{
    margin-top: 25px;
    background-color: #AAD6E8;
    height: 220px;
    border-radius: 10px;
    border: 1px solid #000;
    padding: 10px;

}

.links-div a{
text-decoration: underline;
cursor: pointer;
color: #000;
padding: 0 3px 5px 0;
font-weight: 300;
}

.glrsry-info-txt{
    display: inline-block;
    width: 55%;
    border: 1px solid #000;
    height: 80px;
    margin-top: 26px;
    background-color: #AAD6E8;
    position: absolute;
    bottom: 40px;
    padding: 10px;
    border-radius: 10px;
}

.add-shadow{
    -webkit-box-shadow: -4px 4px 2px -1px rgba(0,0,0,0.2);
    -moz-box-shadow: -4px 4px 2px -1px rgba(0,0,0,0.2);
    box-shadow: -4px 4px 2px -1px rgba(0,0,0,0.2);
}

.control-wrapper-2 {
    background-image: url(../../images/controls/g_quiz_monitor_large.png);
    background-position: 0px -6px;
    height: 495px;
    width: 802px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) scale(.95);
    left: -802px;
    background-repeat: no-repeat;
    z-index: 11;
    transform-origin: left center;
}

.wrappr50{
    animation: wrappr50 0.4s forwards;
}

.wrappr100{
    animation: wrappr100 0.4s forwards;
}

@keyframes wrappr50{
    0%,20% {background-position: 0 -6px;}
    20.01%,40% {background-position: 0 -1000px;}
    40.01%,60% {background-position: 0 -2003px;}
    60.01%,80% {background-position: 0 -3006px;}
    80.01%,90% {background-position: 0 -4007px;}
    90.01%,100% {background-position: 0 -5000px;}
}

@keyframes wrappr100{
    0%,20% {background-position: 0 -5000px;}
    20.01%,40% {background-position: 0 -6002px;}
    40.01%,60% {background-position: 0 -7004px;}
    60.01%,80% {background-position: 0 -8005px;}
    80.01%,90% {background-position: 0 -9006px;}
    90.01%,100% {background-position: 0 -10006px;}
}

.wrper-inner{
    display: inline-block;
    position: absolute;
    left: 120px;
    width: calc(100% - 140px);
    top: 50px;
    height:100%;
    display:none;
}

.c-main-body{
    display: inline-block;
    height: 330px;
    width: 100%;
    margin-top: 10px;
    overflow: hidden;
    font-size: 17px;
}

.c-main-cntnt{
    /*width: calc(100% - 50px);*/
    float: left;
    position: relative;
}

.c-main-scroll{
    float:left;
    width:50px;
    height:100%;
    font-size: 0
}

.c-main-body:after,.c-main-body:before{
    content:"";
    clear:both;
    display: table;
}

.c-up{
    width: 37px;
    height: 37px;
    background-image: url(../../images/controls/btn_scrollup.svg);
    background-repeat: no-repeat;
    display: inline-block;
    background-size: cover;
}

.c-up:active{
    background-image: url('../../images/controls/btn_scrollup-active.svg');
}
.c-down{
    width: 37px;
    height: 37px;
    background-image: url(../../images/controls/btn_scrolldown.svg);
    background-position: bottom;
    background-repeat: no-repeat;
    display: inline-block;
    background-size: cover;
}

.c-down:active{
    background-image: url(../../images/controls/btn_scrolldown-active.svg);
}

.c-scroll{
    height: 145px; 
    width: 37px;
}

.c-scroll-innr{
    height: 70px;
    position: relative;
    background-image: url(../../images/controls/scrollbar.svg);
    background-repeat: no-repeat;
    background-size: cover;
}

.c-main-hding{
    font-size: 26px;
    color: #000066;
    font-weight: bold;
}

.c-main-fttr{
display: inline-block;
    background-image: url(../../images/controls/btn_close.svg);
    width: 118px;
    height: 34px;
    position: absolute;
    right: 9px;
    font-size: 16px;
    bottom: 85px;
    cursor: pointer;
    background-size: 100% 100%;
    padding: 0px 0px 0px 22px;
    text-align: center;
    line-height: 35px;
}
.c-main-fttr:hover{
    background-image: url(../../images/controls/btn_close-active.svg);
}.c-main-fttr:focus{    background-image: url(../../images/controls/btn_close-active.svg);}
.print-inner{
width:100%;
  padding: 15px;
}
.print-resize {
    margin-bottom: 20px;
}
.print-sub-heading{
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 5px;
	color:black;
}
.print-info {
    font-size: 20px;
    margin-bottom: 15px;
}
.print-heading{
    font-weight: bold;
    font-size: 22px;
    padding-bottom: 20px;
}
