@charset "UTF-8";
/* CSS Document */

/*global*/
body{
	font-family:nokiapure_tlight, arial;
	font-weight:lighter;
	font-size:15px;
	margin:0px;
	color:#001135;
	transition: all 0.5s ease 0s;	
}

.wrapper{
	max-width:1180px;
	margin:0px auto;
	position:relative;
}

/*header*/
header{
	background:#124191;
	color:#ffffff;
	min-height:48px;
}
header li{
	float:left;
	display:inline;
	padding:0 20px 0 20px;
}
.menu-container{
	background-color:#124191;
}
.logo-container{
	display:inline-block;
	float:left;
	height:48px;
	margin-right:50px;
}
#logo{
	padding-top: 13px;
    height: 20px;
	transition: all 0.5s ease 0s;
}
.icon{
	float: right;
	margin-top:4px;
}
.topnav{
	transition: all 0.5s ease 0s;
}
.topnav a:hover{
	font-weight:bold;
	background-image: url(../img/arrow_menu.svg);
  	background-repeat: no-repeat;
	background-position: center 40px;
	transition:none;
}
.topnav a.active{
	font-weight:bold;
  	background-image: url(../img/arrow_menu.svg);
  	background-repeat: no-repeat;
	background-position: center 40px;
}
.icon:hover{
	color:#00c9ff;
}
.topnav a,
.icon{
	transition: all 0.5s ease 0s;
	color:#fff;
	font-family:nokiapure_hlight, arial;
	text-decoration:none;
	font-size:15px;
	float: left;
    padding: 15px 20px 10px 15px;
}
.icon {
	display:none;
}
.lslinks {
	display:none;
}

.navbar {
  overflow: hidden;
  background-color: #333;
}

/* Navigation links */
.navbar a {
  float: left;
  font-size: 16px;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

/* The subnavigation menu */
.subnav {
  float: left;
  overflow: hidden;
}

/* Subnav button */
.subnav .subnavbtn {
  display:block;
  font-size: 15px; 
  border: none;
  outline: none;
  color: white;
  padding:15px 20px 10px 15px;
  background-color: #124191;
  font-family: inherit;
  margin: 0;
}

/* Add a red background color to navigation links on hover */
.navbar a:hover, .subnav:hover .subnavbtn {
  	font-weight:bold;
	background-image: url(../img/arrow_menu.svg);
  	background-repeat: no-repeat;
	background-position: center 40px;
}
 

/* Style the subnav content - positioned absolute */
.subnav-content {
  display: none;
  position: fixed;
  left: 0;
  padding: 0px 70px;
  background-color: white;
  box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.15);
  width: 100%;
  z-index: 1;
}

/* Style the subnav links */
.subnav-content a {
  float: left;
  color: #4d5766;
  text-decoration: none;
}

/* Add a grey background color on hover */
.subnav-content a:hover {
  	font-weight:bold;
	border-bottom: 3px solid #124191;
}  
/* When you move the mouse over the subnav container, open the subnav content */
.subnav:hover .subnav-content {
  display: inline-block;
}

.navbar a:hover {
    font-weight:bold;
	background-image: url(../img/arrow_menu.svg);
  	background-repeat: no-repeat;
	background-position: center 40px;
}


.subnav-content a {
  float: left;
  color: #124191;
  text-decoration: none;
}




/*Banner*/
.Page-Title{
	margin: 20px 0;
	transition: all 0.5s ease 0s;
}
#GCC{
	Font-family:nokiapure_hulight, arial;
	font-size:30px;
	color:#124191;
	text-decoration:none;
}

.backlink:hover{
	color:#00C9FF !important;
}

#banner{
	min-height: 270px;
	max-width: 1200px;
	background-image: url(../img/OI_City_05_HR_RGB.jpg);
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
	color: #FFF;
	margin:10px 0px;
	transition: all 0.5s ease 0s;
}
#banner-text{
	font-size:40px;
	font-family:NokiaPure_hulight, arial;
	margin:0px;
	padding-right:60px;
}
#container1{
	float: left;
	max-width: 490px;
	margin: 20px;
	padding: 20px;
	display:none;
}


.video{
	float: right;
    margin: 22px 22px 0px 0px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
}
.video-text{
	background-color: rgba(255, 255, 255, 0.95);
    padding: 6px 12px;
    color: #124191;
    font-size: 14px;
}
/*Notifications*/
.Notifications{
	margin: 10px 0px;
	display:inline-block;
	transition: all 0.5s ease 0s;

}
#notif-icon{
	height:25px;
}
.notification-content{
	color: #4D5766;
    margin: 0px 0px 0px 60px;
}
.col1{
	float: left;
}

/*Sections*//*
#sections{
	display:flex;
	margin: 10px;
}

.Section-image{
	width:100%;
}
.Common-Questions,
.GCC-Ticket,
.Tips,
.accessLS{
	float:left;
	margin:0px 15px;
	width:30.74%;
	height:370px;
}

.Common-Questions:hover,
.GCC-Ticket:hover,
.Tips:hover{
	background-color:#edf3f5;
	transition: all 0.5s ease 0s;
}

.sec-title{
	color: #124191;
	margin:2px 20px;
	font-family:NokiaPure_hlight;
	text-decoration:none;
	font-size:21px;
}*/

.sec-title{
	color: #124191;
	margin:10px 10px 0px 20px;
	font-family:NokiaPure_hlight, arial;
	text-decoration:none;
	font-size:21px;
	font-weight:lighter;
	float:left;
	width:44%;
	}

.Common-Questions:hover,
.GCC-Ticket:hover,
.Tips:hover,
.accessLS:hover{
	background-color:#edf3f5;
	transition: all 0.5s ease 0s;
}
	.Common-Questions,
	.GCC-Ticket,
	.Tips,
	.accessLS{
	margin-top:10px;
	margin-bottom:10px;
	width:49%;
	float:left;
	}
	.accessLS,
	.Common-Questions{
	margin-right:20px;
	}
	
	.Section-image{
	width:50%;
	float:left;
	}
	
	.Common-Questions p2,
	.GCC-Ticket p2,
	.Tips p2,
	.accessLS p2{
	width: 42%;
	font-family: nokiapure_hlight, arial;
	float: left;
	margin-left: 20px;
	color: #001135;
	transition: all 0.5s ease 0s;
	}

/*QUESTION LIST*/
#Questions-list{
	transition: all 0.5s ease 0s;
	margin-bottom: 20px;
	display:inline-block;
}
	
.question-title{
	font-family:nokiapure_hulight, arial;
	color:#124191;
	font-size:21px;
}
.accordion {
	font-family:nokiapure_hlight, arial;
    background-color: #fff;
    color: #001135;
    cursor: pointer;
    padding: 8px;
    width: 100%;
    border-top: solid 1px #EDF3F5;
    border-bottom: solid 1px #EDF3F5;
    border-right: none;
    border-left: none;
    text-align: left;
    outline: none;
    font-size: 16px;
    transition: 0.4s;
}

.accordion.active, .accordion:hover {
    color:#124191;
	transition: all 0.5s ease 0s;
}

.accordion:after {
    content: '\002B';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.accordion.active:after {
    content: "\2212";
}

.panel {
    padding: 0 30px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
	font-family:nokiapure_tlight, arial;
	font-size:14px;
}


/*Call numbers*/
.numbers-container{
	background-color:#edf3f5;
	width:100%;
	display: inline-block;
	margin-top: 20px;
}

#call-numbers{
	padding:10px;
	background-color:#edf3f5;
	margin:10px 0px;
	display:inline-block;
	min-height: 235px;
}

.Call-Columns{
	float:left;
	width: 22%;
	margin: 0px 15px;
}
.Column0{
	float:left;
	width: 96%;
	margin: 0px 15px;
}

#Column0-title{
	font-family:nokiapure_hlight, arial;
	font-weight: lighter;
	font-size:22px;
	color:#124191;
	margin: 12px 0px 0px 0px;
}

.Column-title{
	font-family:nokiapure_hulight, arial;
	font-size:15px;
	color:#001135;
}

#call-numbers div a{
	color:#124191;
	text-decoration:none;
}

.line1{
	padding-left:20px;
}
footer{
	height:70px;
}
.footer{
    display: table;
	font-size:14px;
    padding: 25px 25px 0px 25px;
	margin: 0px auto;
}
.footer p{
	float:left;
	color:#4d5766;
	text-decoration:none;
	margin: 0px 15px 10px 0px;
}
.footer p a{
	text-decoration:none;
	color:#4d5766;
}
.footer p a:hover{
	color:#124191;
	text-decoration:underline;
}
.Common-Questions,
.GCC-Ticket{
	cursor:pointer;
}
#myBtn,
#myBtn2{
	cursor:pointer;
}

/* The Modal (background) */
.modal,
.modal2,
.modal3 {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
    background-color: #124192;
    margin: 8% auto; /* 15% from the top and centered */
    padding: 20px;
	border-radius: 10px;
	color:#fff;
	font-family:nokiapure_hulight;
    width: 80%; /* Could be more or less, depending on screen size */
	max-width:1000px;
	min-height:400px;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    animation-name: animatetop;
    animation-duration: 0.4s
}

.Tips-col{
    width: 44%;
    float: left;
    margin: 20px;
}

.Tips-col a{
    display:inline-block;
}

.Tips-image{
	width:50%;
}

.tip-title{
	font-family: nokiapure_hulight;
    font-size: 23px;
    margin-top: 20px;
}

.Tips-col p{
    color:#fff;
	font-size:14px;
	font-family:nokiapure_tlight;
}

@keyframes animatetop {
    from {top: -300px; opacity: 0}
    to {top: 0; opacity: 1}
}

.close{
    color: #fff;
    float: right;
    font-size: 28px;
}

.close:hover,
.close:focus{
    color: black;
    text-decoration: none;
    cursor: pointer;
}

/* Modal 2 Content/Box */
.modal2-content {
    background-color: #fff;
    margin: 8% auto; /* 15% from the top and centered */
    padding: 20px;
	border-radius: 10px;
	color:#124192;
	font-family:nokiapure_tlight;
    width: 80%; /* Could be more or less, depending on screen size */
	max-width:700px;
	min-height:400px;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    animation-name: animatetop;
    animation-duration: 0.4s
}
.close2 {
    color: #124191;
    float: right;
    font-size: 28px;
}
.close2:hover,
.close2:focus {
    color: #00c9ff;
    text-decoration: none;
    cursor: pointer;
}
.issue-text{
	font-family:nokiapure_tmedium;
	color:#124191;
}

#Form form {
    margin:25px;
	font-family:nokiapure_tlight;
}
.form-text {
    float: right;
    border: none;
	font-family: nokiapure_tlight;
    border-bottom: solid #124191 1px;
    color: #124191;
	width: 65%;
}
.form-text:focus,
input:focus{
    outline: none;
}

.form-categories {
    float: none;
    width: auto;
    margin: 5px 8px 0px 15px;
}
.ticket-text{
	font-size:13px;
	color:#001135;
}
#subject{
	font-family: nokiapure_hlight;
	width: 94%;
    color: #124191;
    height: 120px;
    background-color: #f1f1f1;
    border: none;
    padding: 15px;
	resize:none;
}
.submit-button{
	color: white;
    background-color: #124191;
    border: none;
    padding: 8px 20px 6px 20px;
    font-family: nokiapure_hlight;
    font-size: 15px;
}

/* Modal Content3/Box */
.modal3-content {
    background-color: #fff;
    margin: 8% auto; /* 15% from the top and centered */
    padding: 20px;
	border-radius: 10px;
	color:#124191;
	font-family:nokiapure_hulight;
    width: 80%; /* Could be more or less, depending on screen size */
	max-width:400px;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    animation-name: animatetop;
    animation-duration: 0.4s
}


.sent-image{
	width:15%;
	float:left;
}

.sent-title{
	font-family: nokiapure_hulight;
    font-size: 23px;
	padding: 17px;
	float: left;
}

.sent-message p{
    color:#001135;
	font-size:14px;
	font-family:nokiapure_tlight;
	display: inline-block;
}

@keyframes animatetop {
    from {top: -300px; opacity: 0}
    to {top: 0; opacity: 1}
}

.close3{
    color: #124191;
    float: right;
    font-size: 28px;
}

.close3:hover,
.close3:focus{
    color: #00c9ff;
    text-decoration: none;
    cursor: pointer;
}

/*PLACEHOLDER FORMAT*/
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #BEC8D2;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #BEC8D2;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #BEC8D2;
}
:-moz-placeholder { /* Firefox 18- */
  color: #BEC8D2;
}

@media (max-width:550px){
	#Form form{
		margin:0px;
	}
	.form-text{
		width:100%;
		margin-bottom: 15px;
	}
	.subject{
		width: 90%;
	}
}

@media (max-width:670px){
	#banner{
		background-size:250;
		transition: all 0.5s ease 0s;
	}
	.video{
		float: right;
		transition: all 0.5s ease 0s;
	}
}
@media (max-width:375px){
	#banner{
		background-image:none;
		min-height:230px;
		transition: all 0.5s ease 0s;
	}
	
	.video video,
	.video{
		box-shadow:none;
		margin: 0px;
   		width: 100%;
		transition: all 0.5s ease 0s;
	}
	.video-text {
    background-color: #edf3f5;
	}
}

@media (max-width:612px){
	#container1 p{
		font-size:12px;
		}
}
@media (max-width:350px){
	#container1 p{
		font-size:9px;
		}
	
}
@media screen and (max-width:1250px){
header{
	padding: 0px 15px;
	}
.Notifications{	
	margin: 15px 20px;
	transition: all 0.5s ease 0s;
}
.Page-Title{	
	margin: 15px 20px;
	transition: all 0.5s ease 0s;
}
#banner{	
	margin: 10px 20px;
	transition: all 0.5s ease 0s;
}
#sections{	
	margin: 0px 20px;
	transition: all 0.5s ease 0s;
}
#Questions-list {
    padding: 0px 20px;
}
.logo-container{	
	margin: 0px 50px;
	transition: all 0.5s ease 0s;
}
}
@media screen and (max-width:1147px){
	
	.sec-title{
		font-size:16px;
		width:40%
	}
	
	.Common-Questions p2,
	.GCC-Ticket p2,
	.Tips p2,
	.accessLS p2{
		font-size:11px;
		
	}
	
	.Common-Questions,
	.GCC-Ticket,
	.Tips,
	.accessLS{
		width:48.7%;
	}
}


@media screen and (max-width: 1060px) {
.Call-Columns{
    width:22%;
	margin: 0px 0px 0px 15px;
  }
}

@media screen and (max-width: 650px) {

.logo-container {
    float: none;
}
  .topnav a, .subnav, subnavbtn {display: none;}
  .icon {
        float: right;
    display: block;
    padding: 10px 0 0 0;
    font-size: 20px;
    margin: 0px;
  }
  .lslinks {
	  display:block;
  }
  	.topnav a.active{
  	background-image:none;
	}
	.topnav a:hover{
  	background-image:none;
	}

	#GCC{
		font-size:25px;
	}
	body{
	padding:0px;
	transition: all 0.5s ease 0s;
	}
	
	.Call-Columns{
    width:97%;
	float:none;
	display:inline-block;
  }
  
  #Column0-title{
    font-size:20px;
  }
  
}

@media screen and (max-width: 930px) {
	
	.Section-image{
    width: 100%;
    float: none;
	transition: all 0.5s ease 0s;
	}
	.sec-title {
    padding: 0px 20px;
	float: none;
    width: auto;
	margin: 10px 0px 0px 0px;
	font-size: 18px;
	}
	.Common-Questions p2,
	.GCC-Ticket p2,
	.Tips p2,
	.accessLS p2{
    width: auto;
    float: left;
    padding: 10px 20px;
    transition: all 0.5s ease 0s;
	margin:0px;
	font-size: 13px;
	}
}

@media screen and (max-width: 780px) {
	
	.notification-content{
	margin: 0px;
	transition: all 0.5s ease 0s;
	}
	#notif-icon{
  	height:20px;
	transition: all 0.5s ease 0s;
	}
	.col1{
  	float:none;
	transition: all 0.5s ease 0s;
	}
}
@media screen and (max-width: 780px) {
	
	.Common-Questions,
	.GCC-Ticket,
	.Tips,
	.accessLS{
	margin:10px 0px;
	width:100%;
	height:100%;
	}
	
	.Section-image{
	width:40%;
	float:left;
	}
	
	.Common-Questions p,
	.GCC-Ticket p,
	.Tips p,
	.accessLS p{
	width: 55%;
    margin: 10px 0px 0px 15px;
    font-family: nokiapure_hlight;
    float: left;
    font-size: 20px;
    transition: all 0.5s ease 0s;
	padding:0px;
	}
	
	.Common-Questions p2,
	.GCC-Ticket p2,
	.Tips p2,
	.accessLS p2{
    font-size: 14px;
    transition: all 0.5s ease 0s;
    width: 54%;
	padding: 10px 15px;
	margin: 0px;
	}
	
	.sec-title{
	margin: 20px 0px 10px 20px;
	padding:0px;
	float:left;
	width:55%;
	}
	.logo-container{	
	margin: 0px 50px 0px 0px;
	transition: all 0.5s ease 0s;
}


}



@media screen and (max-width: 650px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
	margin-top:20px;
	padding: 10px 5px;
	
  }
  .topnav.responsive a {
    float: none;
    display: block;
	padding: 8px 0px;
	text-align:center;

  }
  .topnav.responsive {
	margin: 10px 0px 0px 0px;
	transition: all 0.5s ease 0s;
	padding-bottom: 15px;
  }
}

@media screen and (max-width: 530px) {
	
	.Section-image{
	width:100%;
	margin-bottom:10px;
	transition: all 0.5s ease 0s;
	}
	
	.Common-Questions p,
	.GCC-Ticket p,
	.Tips p,
	.accessLS p{
	float: none;	
	width: auto;
    margin: 0px 15px;
	}
	
	.Common-Questions p2,
	.GCC-Ticket p2,
	.Tips p2,
	.accessLS p2{
	width:auto;
	padding-bottom:10px
	}
	
	.sec-title{
	float: none;	
	margin:0px;
	}
}

@media screen and (max-width: 1000px) {
	.Tips-col{
    float:none !important;
	width:auto !important;
	display:inline-block;
	transition: all 0.5s ease 0s;
 	}
	.Tips-col a{
	float: left;
    width: 25%;
	margin-right:30px;
	transition: all 0.5s ease 0s;
	}
	
	.Tips-col p{
	display: inline-block;
    float: left;
    width: 65%;
	transition: all 0.5s ease 0s;
	}
		
	.Tips-image{
    width: 100%;
	}
	.tip-title{
    margin:0px;
	width: auto !important;
	}
}

@media screen and (max-width: 770px) {
	.Tips-col{
	transition: all 0.5s ease 0s;
 	}
	.Tips-col a{
	float: none;
	transition: all 0.5s ease 0s;
	display: inline-block;
	width: 50%;
	}
	
	.Tips-col p{
	display: inline-block;
    float: none;
    width: 100%;
	transition: all 0.5s ease 0s;
	}
	.tip-title{
    width: 100% !important;
	}

}