@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Regular.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'RobotoBold';
    src: url('../fonts/Roboto-Bold.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'RobotoBlack';
    src: url('../fonts/Roboto-Black.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'RobotoBoldCond';
    src: url('../fonts/Roboto-BoldCondensed.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'RobotoCondensed';
    src: url('../fonts/Roboto-Condensed.ttf');
    font-weight: normal;
    font-style: normal;
}

body { 
    font-family: 'Roboto';
    background-color: rgb(245,245,245);
    color: rgb(89,88,92);
}

.roboto_bold{
	font-family: 'RobotoBold';
}


/* iPad Air 2 Query */
@media only screen 
    and (min-device-width: 768px) 
    and (max-device-width: 1024px) 
    and (-webkit-min-device-pixel-ratio: 2)  { 

    .hideOnIpad {
        display:none;
    }
        
    .progress_check.modal-dialog > div .close > div {
       font-size: 40px !important;
        margin-top: -12px  !important;;
        margin-left: -11px;
    }
}

/* ----------- iPad Pro ----------- */
/* Portrait and Landscape */
@media only screen 
  and (min-width: 1024px) 
  and (max-height: 1366px) 
  and (-webkit-min-device-pixel-ratio: 1.5) {
      
       .hideOnIpad {
        display:none;
        }
      
       .progress_check.modal-dialog > div .close > div {
       font-size: 40px !important;
        margin-top: -12px  !important;;
        margin-left: -11px;
    }
           
        #OTS_107-04-text {
              bottom:26px !important;
          }
          
         #OTS_107-03-text {
              bottom:112px !important;
          }
   
      
}


/* Topics Menu Page */

.topic_sub-text {
    text-transform: uppercase;    
}


/* Others */

h3.orange {
     font-family: 'RobotoBold';
}
.page_header{
   font-family: 'RobotoBoldCond';
	font-size: 40px;
	padding-top: 7px;
	padding-left: 20px;
}

.link {
    cursor: pointer
}

.pdf-btn {
    margin-top: 24px;
}

.video-thumb-btn {
   width: 150px; 
   height:117px; 
   background-size: 150px 117px;
}

.video-thumb-label {
    position: relative;
    top: 91px;
    left: 30px;
    color: #fff;
    font-size: 0.7rem;
}

.orange{
	color: #EF4E24;
}

.textbox_image > img{
	display: block;
	margin: auto;
}

.header_icons > img{
	padding-top: 10px;
	float: right;
	padding-right: 20px;
}

.box_content, .article_box_content, .textbox_image{
	position: relative;
}

.bottom_nav{
	margin-top: 10px;
}

.bottom_nav > img{
	float: right;
	padding-left: 25px;
}

.box_content > img{
	width: 100%;
}

.article_box_content > img{
	width: 101%;
	margin-left: -6px;
}

.text_box{
	position: absolute;
	color: #fff;
	top: 5px;
	left: 232px;
	width: 474px;
}

.article_text_box{
	position: absolute;
	top: 150px;
	left: 13px;
	width: 337px;
}

.article_text_box > h5{
	color: #EF4E24;
	margin-bottom: 0px;
}

.article_text_box > p{
	font-size: 15px;
}

h1{
	color: #EF4E24;
}

body > .container {
    background: #fff;
    background-image: url("../img/icons/background.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
	background-position: 0 442px;
}

.active_topic_boxes{
	border: 4px solid #fff;
}

.visited_article{
	opacity: 0.5;
}

.divider{
	height: 9px;
	background-color: #EF4E24;
	margin-top: 10px;
	margin-bottom: 10px;
}

.topic_boxes_page{
	padding-left: 15px !important;
	padding-right: 15px !important;
}

.topic_boxes{
	margin-bottom: 15px;
	background-image: url("../img/gray-01.png");
	background-size: cover;
	color: #fff;
	font-size: 12px;
}

.topic_boxes_page:hover{
	outline: 4px solid #fff;
}

.topic_boxes > div > div:nth-child(2){
	padding-top: 10px;
	font-size: 11px;
}

.topic_boxes > div > div:nth-child(2) h4{
	font-size: 1.2rem;
	margin-bottom: 0;
}

.topic_boxes a{
	color: #fff;
	border-bottom: 1px solid #fff;
	padding-bottom: 1px;
}

.topic_boxes_image{
	padding: 0;
	height: 140px;
}

#topic_boxes_image1 > div > .topic_boxes_image{
	background-image: url("../img/1_img1.png");
	background-repeat: no-repeat;
    background-size: 140px 140px;
}

#topic_boxes_image2 > div > .topic_boxes_image{
	background-image: url("../img/1_img2.png");
	background-repeat: no-repeat;
    background-size: 140px 140px;
}

#topic_boxes_image3 > div > .topic_boxes_image{
	background-image: url("../img/1_img3.png");
	background-repeat: no-repeat;
    background-size: 140px 140px;
}

#topic_boxes_image4 > div > .topic_boxes_image{
	background-image: url("../img/1_img4.png");
	background-repeat: no-repeat;
    background-size: 140px 140px;
}

#topic_boxes_image1:hover > div > .topic_boxes_image{
	background-image: url("../img/topic1-11.png");
	background-repeat: no-repeat;
    background-size: 140px 140px;
}

#topic_boxes_image2:hover > div > .topic_boxes_image{
	background-image: url("../img/topic2-11.png");
	background-repeat: no-repeat;
    background-size: 140px 140px;
}

#topic_boxes_image3:hover > div > .topic_boxes_image{
	background-image: url("../img/topic3-11.png");
	background-repeat: no-repeat;
    background-size: 140px 140px;
}

#topic_boxes_image4:hover > div > .topic_boxes_image{
	background-image: url("../img/topic4-11.png");
	background-repeat: no-repeat;
    background-size: 140px 140px;
}

.topic_boxes a:hover{
	text-decoration: none;
}

.topic_number{
	float: right;
	color: #00ABEA;
	font-weight: bold;
	padding-right: 10px;
	padding-top: 10px;
}

.article_page{
	margin: 0;
}

.article_page > div.article_boxes:not(:first-child) > div{
	padding-left: 10px;
}

.article_page > div.article_boxes:first-child > div{
	padding-right: 10px;
}

.container > div:nth-child(n+3){
	width: 95%;
	margin: auto;
}

.article_boxes{
	color: #000;
	margin-bottom: 20px;
}

.article_boxes a{
	color: #000;
	border-bottom: 1px solid #000;
	padding-bottom: 1px;
}

.article_boxes a:hover{
	text-decoration: none;
}

.article_boxes h3, .article_boxes h4{
	color: #215078;
}

.article_boxes > div > div:first-child{
	padding: 0;
}

.article_boxes > div > div:first-child > img{
	width: 100%;
	height: 255px;
}

.article_content_body{
	margin-top: 20px;
	margin-left:30px;
	margin-right:30px;
}

.article_header{
	text-align: right;
	border-bottom: 1px solid;
}

.article_header > p{
	margin-bottom: 5px;
}

.article_title > p{
	text-align:right;
}

.article_title_box, .article_title > p{
	color: gray;
	text-transform: uppercase;
}

.article_title_box{
	font-size:14px;
}

.back_button{
	right: 40px;
}

.box_text{
	padding-top:8px;
}

.content_menu > div{
	background-color: #EDEDEB;
}

.content_menu > div.nav-pills > a{
	opacity: 0.5;
	color: #000;
}

.content_menu > div > h3{
	color: grey;
	text-align: left;
	font-size: 18px;
	padding: 1rem 1rem 0.5rem 1rem;
}

.content_menu > div.nav-pills > a:hover{
	color: #000;
}

.content_menu > .nav-pills .nav-link.active{
	opacity: 1;
	background-color: #EDEDEB;
	color: #000;
	border-left: #00BAEA solid 3px;
	border-radius: 0;
}

.continue{
	background-color: #fff;
	color: #F89400;
	border: none;
	font-weight: bold;
	width: 100px;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}

.modal-title{
	margin-top: 10px;
	margin-left: 10px;
}

.modal-content{
	border-radius: 21px;
	border-color: #EF4E24;
	border-width: 2px;
}

.modal-md > .modal-content{
	border-radius: 0;
	background-color: #F89400;
	border-color: #fff;
	color: #fff;
	text-align: center;
}

.modal-content.question_box{
	border-radius: 0;
}

.modal-dialog > div{
	background-color: #fff;
}
.modal-dialog > div > div.modal-header{
	padding-bottom: 0;
}

.modal-dialog > div.modal-content > div{
	margin-left: 30px;
	margin-right: 30px;
}

.modal-dialog.progress_check > div.modal-content > div{
	margin-left: 15px;
	margin-right: 15px;
}

.modal-dialog.pop-up2 > div{
	background-color: #fff;
	color: #000;
}

.modal-lg{
	max-width: 600px;
	width: 600px;
}

.modal-md{
	margin-top: 100px;
}

.glossary > img{
	height: 72px;
	float: right;
	padding-right: 15px;
	padding-top: 10px;
}

.pop_up_buttons > img{
	height: 100px;
	width: 154.17px;
}

.pop_up_buttons > img:hover, .glossary > img:hover, .close:hover, .label_buttons > div > div:hover, .glossary_term:hover, .Qsubmit, #QList > div > form > div > input[type="radio"], #QList > div > form > span > div > input[type="checkbox"], .option:hover, .quiz-wrapper button[type="submit"]:hover, .continue:hover{
	cursor: pointer;
}

.incorrect_answer, .correct_answer{
	font-size: 1.5rem;
}

.modal-dialog > div .close{
	color: #fff;
	background-color: #EF4E24;
	border-radius: 39px;
	height: 40px;
	width: 40px;
	padding-top: 6px;
	padding-left: 12.8px;
	margin-top: -3px;
	margin-right: -12px;
	opacity: 1;
}

.progress_check.modal-dialog > div .close{
	background-color: #fff;
	color: #EF4E24;
	margin-top: 6px;
}

.progress_check.modal-dialog > div .close > div{
	font-size: 49px;
	margin-top: -20px;
	margin-left: -11px;
}

.progress_check.modal-dialog > div .close:hover{
	background-color: #fff;
	color: #EF4E24;
}

.progress_check > div .close, .pop-up2 > div .close{
	color: #000;
}

.progress_check > div .close:hover, .pop-up2 > div .close:hover{
	color: #000;
}

.pop_title_image{
	height: 50px;
	width: 31px;
}

.pop_title_image2{
	width: 134px;
	height: 51px;
}

.progress_check_icon{
	margin-top: 20px;
}

.modal-body.no-title{
	z-index: 1;
}

.modal-header.no-title{
	z-index: 2;
}

.tab{
	margin-top: -10px;
	margin-left: 21px;
}

.tab_text{
	position: absolute;
	top: 90px;
	left: 47px;
}

.tab_text > p{
	margin-bottom: 0;
}

#search_bar{
    margin-top:20px;
}
.stylish-input-group .input-group-addon{
    background: white !important; 
}
.stylish-input-group .form-control{
	border-right:0; 
	box-shadow:0 0 0; 
	border-color:#ccc;
}
.stylish-input-group button{
    border:0;
    background:transparent;
}

.modal-footer{
	border-top: none;
}

.container{
	width: 768px;
	max-width: 768px;
	min-height:1024px;
	position: relative;
}

.header{
	margin-bottom: 10px;
}

.label_selector{
	overflow: hidden;
	position: relative;
}

.label_buttons{
	padding-bottom: 20px;
}

.label_buttons > div{
	height: 58px;
	margin-left: auto;
	margin-right: auto;
}

.label_buttons > div > div{
	width: 100%;
	height: 100%;
	background-color: #476C8D;
	color: #fff;
	text-align: center;
	font-weight: bold;
	font-size:14px;
	padding-top: 8px;
	border-radius: 11px;
}

.label_selector > div:nth-child(2) > div{
	display: none;
}

.label_selector > div:nth-child(2) > div > video{
	margin-bottom: 0;
}

.glossary_term{
	text-decoration: underline;
}

ul{
	padding-left: 18px;
}

.dash-list{
	list-style: none;
	padding-left: 16px;
}

.dash-list > li{
	text-indent: -16px;
}

.dash-list > li:before{
	content: "\2013";
	padding-right: 8px;
}

.pull_quote{
	border: solid 2px #BEB4AA;
	background-color: #F8F9F7;
	color: #00506F;
	text-align: center;
	padding-bottom: 5px;
	padding-top: 5px;
	margin-bottom: 10px;
}

.orange_table, .orange_table > tbody > tr > td{
	border-collapse: collapse;
	border: #EF4E24 1px solid;
	background-color: rgb(239,78,36, 0.02);
	font-size: 12px;
	line-height: 1.25;
}

.orange_table > tbody > tr > th{
	background-color: #EF4E24;
	color: #fff;
	line-height: 1.25;
}

.orange_table > tbody > tr > th:not(:last-child){
	border-right: #fff 1px solid;
}

.orange_table > tbody > tr > th:not(:first-child), .orange_table > tbody > tr > td:not(:first-child){
	text-align: center;
}

.orange_table > tbody > tr > td:first-child{
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.orange_table > tbody > tr > td:not(:first-child){
	padding-top: 5px;
	padding-bottom: 5px;
}

.table_class{
	border: solid 1px #000;
}

.table_class th, .table_class td{
	border: solid 1px #000;
	padding-left: 20px;
	padding-right: 20px;
	vertical-align: top;
}

.table_class td{
	padding-top: 10px;
}

.table_class th{
	background-color: #215078;
	color: #fff;
}

.dots{
    width: 30px;
    height: 30px;
    background: black;
    border-radius: 15px;
    display: block;
    position: absolute;
    top: -7px;
	margin-left: -14px;
	background-color: #215078;
	border: 3px solid #fff;
	z-index: 2;
}

.ui-slider-handle{
    -webkit-border-radius: 50%;
	border-radius: 50%;
    color: #ecf0f1  !important;
    line-height: 40px  !important;
    top: -15px !important;
    width: 40px !important;
    height: 40px !important;
    background:#215078 !important;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;  
    margin-left: -20px !important;
    border: none !important;
    -webkit-transition:background .25s ease-in;  
   -moz-transition:background .25s ease-in;  
   -o-transition:background .25s ease-in;  
   transition:background .25s ease-in;  
    -webkit-backface-visibility: hidden !important;
    cursor: pointer!important;
	z-index: 3 !important;
	border: 3px solid #fff !important;
}

.ui-slider-handle:active{
   background:#215078 !important;
}

.ui-slider-handle:focus{
   outline: none !important;
}

.ui-slider-range {
    background:#215078 !important;
    border: none !important;
    -webkit-border-radius: 10px !important;
}

.ui-slider{
    -webkit-border-radius: 10px !important;
    border: none !important;
    background:#215078 !important;
}

.range_slider_images{
	position: relative;
	min-height: 470px;
	overflow: hidden;
}

.range_slider_images > img{
	width: 85%;
	left: 12.5%;
	position: absolute;
	top: -242px;
}

.range_slider_images > img:not(:first-child){
	display: none;
}

.progress_check > div{
	background-color: #fff;
	color: #000;
}

.progress_check > div > div.modal-header >  div.row > div.col-6{
	border-bottom: 1px solid #000;
	padding-bottom: 0;
}

.modal-header >  div.row > div.col-9{
	font-size: 23px;
	margin-top: -5px;
	padding-left: 0;
}

.modal-header >  div.row > div.col-9 > div > .divider{
	height: 3px;
	background-color: #EF4E24;
	margin-top: 2px;
	margin-bottom: 10px;
}

.divider.question_divider{
	height: 1px;
	background-color: #EF4E24;
	margin-top: 24px;
	margin-bottom: 10px;
}

.modal-dialog > div.modal-content .modal-header.with_title{
	margin-left: 10px;
	margin-right: -8px;
}

.modal-header >  div.row{
	width: 100%;
}

.modal-header{
	border-bottom: none;
}

.modal-body.no-title{
	margin-top: -25px;
}

.QText { 
    margin-bottom: 22px;
}

#QList{
	display: inline-block;
}
#QList > div{
	min-height: 300px;
}
#QList > div > form > div > input[type="radio"], #QList > div > form > span > div > input[type="checkbox"]{
	opacity: 0;
	position: absolute;
	width: 29px;
	height: 29px;
}
#QList > div > form > textarea{
	margin-top: 15px;
	margin-bottom: 10px;
	width: 100%;
	resize: none;
}
#QList > div > form > span{
	vertical-align: 0.5em;
	float: left;
	display: block;
	width: 90%;
	padding-bottom: 20px;
	padding-top: 3px;
}
#QList > div > form.checkboxes > span{
	vertical-align: 0.5em;
	float: left;
	display: block;
	width: 107%;
	padding-bottom: 10px;
	padding-top: 5px;
}

#QList > div > form > span >div:first-child{
	float: left;
}
#QList > div > form > span >div:nth-child(2){
	float: left;
	width: 90%;
	padding-left: 5px;
}
#QList > div > form.checkboxes > span >div:nth-child(2){
	float: left;
	width: 90%;
	padding-left: 20px;
	padding-top: 6px;
}

#QList > div > form.checkboxes > span > div:nth-child(2) > ol, #QList > div > form.radio_buttons > span > div > ol{
	padding-left: 20px;
	margin-bottom: 0;
}

#QList > div > form.checkboxes > span >div:nth-child(2) > ol > li, #QList > div > form.radio_buttons > span > div > ol > li{
	padding-left: 5px;
}

#QList > div > form > div{
	float: left;
	padding-right: 5px;
}
#QList > div > form > div:after, #QList > div > form > span:after{
	clear: both;
	content: "";
	display: block;
}
#QList > div > form > div > input[type="radio"] + label{
	background-image: url("../img/icons/circleOff.png");
	background-repeat: no-repeat;
	width: 29px;
	height: 29px;
	display:inline-block;
	padding: 0 0 0 0px;
}	
#QList > div > form > div > input[type="radio"]:checked + label{
	background-image: url("../img/icons/circleOn.png");
}
#QList > div > form > span > div  > input[type="checkbox"] + label{
	background-image: url("../img/icons/checkbox.png");
	background-repeat: no-repeat;
	width: 29px;
	height: 29px;
	background-size: 100%;
	display:inline-block;
	padding: 0 0 0 0;
	margin-top: 2px;
}	
#QList > div > form > span > div > input[type="checkbox"]:checked + label{
	background-image: url("../img/icons/checked.png");
}

.Qsubmit{
	background-color: #EF4E24;
	border: none;
	color: #fff;
	font-weight: bold;
	margin-top: 20px;
}

	
.quiz-wrapper {
	position: relative;
	display: block;
}
  	
.quiz-wrapper div.options div.option { 
	/*border: 1px solid #000;
	background-color: #fff;*/
	text-align: center;
	margin-bottom: 20px;
}

.quiz-wrapper div.box_options div.option{
	margin-bottom: 0;
}

.single_entry > div{
	display: inline;
	padding-right: 0 !important;
}

.drag_image_drop{
	position: relative;
}

/*.box_options > div{
	min-height: 80px;
}*/
  
.quiz-wrapper div.options {
	margin-top: 20px;
	margin-bottom: 20px;
}
.answer_titles  > div > div{
	text-align: center;
}
  
.quiz-wrapper button[type="submit"] {
	display:block;
	position: relative;
	margin:10px auto;
	padding: 10px;
	background: #19286C;
	border: none;
	color: white;
	font-size: 16px;
}

.submit_space{
	min-height: 50px;
}

.lightbox-bg {
	display: none;
	position: absolute;
	z-index: 100;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba( 0,0,0,.7 );
}
.status {
	display: none;
	position: absolute;
	z-index: 110;
	text-align:center;
	width: 80%;
	top: 220px;
	left: 47px;
}
.status p {
	background: white;
	padding: 30px;
}


h1,h2,h3,h4,h5{
	font-weight: bold;
}

body.article_select_screen > .container{
	background-image: url("../img/icons/background.png");
	background-repeat: no-repeat;
    background-size: 95% 95%;
	background-position: 0 442px;
}

body.article_screen > .container{
	background-image: url("../img/icons/background.png");
	background-repeat: no-repeat;
    background-size: 95% 95%;
	background-position: 0 442px;
}

::-webkit-scrollbar {
    width: 12px;
}

.modal ::-webkit-scrollbar-track {
	background-color: #fff;
}
 
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.9); 
}
 
::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
	background-color: #EF4E24;
}

footer{
	padding-top: 60px;
}

footer > div {
	padding-bottom: 10px;
	width: 738px;
	position: absolute;
	bottom: 0;
}

footer p{
	margin-bottom: 0;
	font-size: 14px;
}

video{
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
	display: block;
	background-image: url("../img/gray-01.png");
	background-size: cover;
}

#CongratsModal { top: 100px;}

#CongratsModal .close {width:50px; height:50px; border: 0; background: none; position: relative; z-index: 10000; top: 34px; left: 35px}

#CongratsModal .modal-body  {padding: 0px; margin-left:0 !important; margin-right: 0 !important}

#CongratsModal .modal-content {border: 0; background: none;}

#CongratsModal .modal-xl {
    max-width: 500px;
    width: 500px;
}

#CongratsModal img {
    width: 500px !important;
}

