@charset "utf-8";
/* CSS Document */
/* AIIC */


body, #content{
	overflow-x:hidden;
	font-family: 'Raleway', sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #333!important;
	background-color: white!important;
}
/*------------------------------------------ roster height ------------------------------------------- */

.h-1{
	height: auto;
}

.h-2{
	height:auto;
}

/*------------------------------------------ heading start ------------------------------------------- */

h1 {font-family: 'EB Garamond', serif;}

h2{
   	font-family: 'Raleway', sans-serif;
    /*font-size:40px;*/
	font-size:3vw;
    font-weight:bold;
    color:#0f3a5d;web
    }

h3{
   	font-family: 'Raleway', sans-serif;
   	font-size:32px;
   	font-weight:bold;
   	color:#097fcd;
}

h4{
   	font-family: 'Raleway', sans-serif;
    font-size:24px;
    font-weight:bold;
    color:#6699cc;
}
/* heading end*/

a {
	color:#097fcd;
}
#content ul {
	margin-top: 2px;
	padding-left: 1rem;
}
#content li {
	margin-bottom:20px;
}

.clientWrapper{
	/* float:left;*/
	padding: 20px 5%;
	width:100%
}


/*-------------------------------------------  Topnav start------------------------------------------- */
/**/
.navbar {
	--bs-navbar-nav-link-padding-x: 1.3rem;
}
.top-nav .nav > li > a{margin-right: 20px;}
.top-nav ul.nav li a {
	color: #fff;
	font-size: 16px;
	border-radius: 3px;
	padding: 14px 20px !important;
}


.btn-lightblue 	{background-color:#3c96d2;}
.btn-orange 	{background-color:#f38a00;}
.btn-darkblue 	{background-color:#0f3a5d;}


#topnav .nav > li > a.btn-lightblue:focus,
#topnav .nav > li > a.btn-lightblue:hover,
a.btn-lightblue:focus,
a.btn-lightblue:hover {
  background-color: #57aee8;
}

#topnav .nav > li > a.btn-orange:focus,
#topnav .nav > li > a.btn-orange:hover,
a.btn-orange:focus,
a.btn-orange:hover {
  background-color: #faa22e;
}


#topnav .nav > li > a.btn-darkblue:focus,
#topnav .nav > li > a.btn-darkblue:hover,
a.btn-darkblue:focus,
a.btn-darkblue:hover {
  background-color: #1b4c74;
}

a.btn-indigo:focus,
a.btn-indigo:hover {
  background-color: #8aabd5;
}


.btn-indigo {
	background-color:#7b9fcc;
	color: #fff;
}
.web-btn{
	font-size: 16px;
	border-radius: 3px;
	padding: 14px 20px !important;
	display: inline-block;
}
a.web-btn{
  color:#fff;
  text-decoration: none;
}




/* Topnav end*/

/*------------------------------------------- Main nav start------------------------------------------- */
.clientNav {
	float: right;
}

.clientNav ul.nav li a {
	color:#333333;
	font-size:18px;
	margin-right:25px;
	font-weight:500;
}
#main span.hidden-xs.fa.fa-home{display:inline-block!important;}
div.navbar-header > .navbar-toggle {
	background-color: transparent;
	background-image: none;
	border: 1px solid #333;
}
div.navbar-header > button.navbar-toggle > .icon-bar {
	background: #3c96d2;
}
div#main.clientNav > nav > .navbar-collapse {padding:0px;}
#main .nav>li>a:focus,
#main .nav>li>a:hover {
    text-decoration: underline;
    text-decoration-color: #333;
    text-decoration-thickness: 3px;
    text-underline-position: under;
    background-color:transparent;
}


#main .nav>li> a:hover::after {
  width: 100%;
  //transition: width .3s;
}

#main .nav>li> a::after {
  content: '';
  display: block;
  width: 0;
  height: 3px;
  background: #0f3a5d;
  transition: width .3s;
}


#main li.active, #main li.active.currentMenuItem {
    text-decoration: underline;
    text-decoration-color: #0f3a5d;
    text-decoration-thickness: 3px;
    text-underline-position: under;
}






/*Main nav start

.pagetitlebannerWrap {
	background-color:#0f3a5d;
	padding:40px 0;
	padding: 20px 5%;
	margin-bottom: 50px;
}

.pagetitlebannerWrap h1 {
	color:white;
	font-size:36px;
	font-weight:900;
	font-family: 'EB Garamond', serif;
	font-style:italic;
}*/

.navbar-toggler {
	margin-top:25px;
}

/**------------------------------------------- sidenav start------------------------------------------- **/
.sidebar {
    padding-right: 65px;
    min-height: 300px;
    margin-bottom: 80px;
}
.sidebar ul.navigation {padding: 15px 20px;}
.sidebar ul.navigation > li {
    background: none;
    border: none;
    padding: 20px 60px 20px 0;
    display: block;
    width: 100%;
    border-right: 4px solid #cccccc;
    text-align: right;
	font-size: 20px;
}
.sidebar ul.navigation > li > a {
	color: #272829;
	font-weight: 900;
}
.sidebar ul.navigation > li.active.dropdown.open,
.sidebar ul.navigation > li.currentMenuItem {
    border-right: 4px solid #0f3a5d;
	font-weight: 900;
	background-color:#7b9fcc;
}
.sidebar ul.navigation > li.currentMenuItem > a{
	color:#fff;
}


.sidebar ul.navigation > li.active.dropdown > ul.dropdown-menu {
	margin-top:30px;
  display: block;
  position: static !important;
  top: 0;
  background: none;
  border: none;
  box-shadow: none;
  float: none;
  font-size: 18px;
  font-weight:normal;
  width: 100%;
  text-align: right;
}
.sidebar ul.navigation > li.active.dropdown > ul.dropdown-menu > li > a {
	padding:0!important;
	white-space: normal;
}
.sidebar ul.navigation > li.active.dropdown > ul.dropdown-menu > li > a:hover,
.sidebar ul.navigation > li.active.dropdown > ul.dropdown-menu > li > a:focus {
text-decoration: underline;
	background-image:none;
	background-color: transparent;
}
.sidebar ul.navigation > li.active.dropdown > ul.dropdown-menu > li.currentMenuItem > a {
	font-weight: 900;
	color:#3c96d2;
}
/**sidenav end**/

/*------------------------------------------- cheatcode start------------------------------------------- */



/*accordion start*/
client-accordion .row {
	margin-bottom:15px;
}

#client-accordion a {
	font-weight:bold;
	color:#0f3a5d;
}
#client-accordion  .accordion-toggle.collapsed::before {
	content: "";
}
#client-accordion  .accordion-toggle.collapsed::after {
	content: "\f0fe";
}

#client-accordion .accordion-toggle::after {
	font-family: 'FontAwesome';
	content: "\f146";
	float:left;
	color: #3c96d2;
	margin-right:20px;
}

#client-accordion {
	/*background-color:#FAFAFA;*/
	padding:20px;
}

#client-accordion .row {
	border: 1px solid #ECECEC;
	padding: 20px;
	background-color: white;
}

#client-accordion .accordionBox {
	box-shadow: 0 0 5px 0 rgba(0,0,0,.27);
}

#client-accordion .content {
	padding-left: 35px;
	padding-top: 15px;
}

#client-accordion .box {
	padding:10px;
}

/*accordion end*/

/*colorblock start*/
.clientColorBlock {width: 140px;float:left; margin-right: 20px;}
.clientColorValues {font-size: 12px; padding: 4px;}
.clientColorBg {width: 130px; height: 130px;}

.pantone-lightblue {background-color: #2699d5;}
.pantone-blue {background-color: #0f599a;}
.pantone-grey {background-color: #e6e6e6;}
/*colorblock end*/

/*group-item start*/
a.list-group-item > em.fa.fa-file-pdf-o,
.fa-file-pdf {
   	color: #e40402;
    margin-right: 10px;
    font-size: 20px;
}
a.list-group-item{
   	color:#333333;
    padding:13px 15px;
	border: 1px solid #eaeaea;
}
.list-group-item:hover {
	background-color:#eaeaea;
}
.text{display:inline;}
/*group-item end*/

/*button starts*/

.btn {
  border: 1px solid transparent;
  padding: 14px 20px;
  font-size: 16px;
  border-radius:3px;
}

.btn-primary {
  background-image: none;
  border-color: #0f3a5d;
  background-color: #0f3a5d;
}
.btn-primary:hover {
	background-color: #1b4c74;
	border-color: #0f3a5d;
}

.btn-info {
  background-image: none;
  border-color: #3c96d2;
  background-color: #3c96d2;
	color:white;
}
.btn-info:hover {
	background-color: #57aee8;
	border-color: #3c96d2;
	color:white;
}
.btn-warning {
  background-image: none;
  border-color: #f38a00;
  background-color: #f38a00;
	color:white;
}
.btn-warning:hover {
	background-color: #faa22e;
	border-color: #f38a00;
	color:white;
}
.btn-default {
  background-image: none;
  border-color: #7b9fcc;
  background-color: #7b9fcc;
  color:white;
  text-shadow:none;
}
.btn-default:hover {
	background-color: #8aabd5;
	border-color: #7b9fcc;
	color:white;
}


.btn-secondary{
   	color: #fff;
   	padding: 13px 25px;
   	background-color: #01395e;
   	border-radius: 26px;
   	display: inline-block;
   	font-size: 16px;
   	background-image: none;
   	border:none;
   	border-color: transparent;
   	box-shadow:none;
   	text-shadow: none;
}
.btn-secondary:hover,.btn-secondary:focus{
   	background-color: #0d4c76 !important;
   	text-decoration: none !important;
   	color: #fff;
}
/*button end*/

/*table */
#clientTable.table {
    border-top:0;
}
#clientTable.table th {
    text-align:center;
    vertical-align:middle;
    background-color:#0f3a5d;
    color:white;
}
#clientTable.table td {
    white-space: normal;
    vertical-align:middle;
}


/*cheatcode end*/


/*------------------------------------------- portal start------------------------------------------- */
.client-wrapper .panel-heading {
	padding: 20px;
	font-size: 22px;
	font-family: 'Raleway', sans-serif;
}
.client-wrapper .panel-body {
	padding: 20px;
}
/*portal end*/



/*------------------------------------------- homepage start------------------------------------------- */
#clientHomeBanner .carousel-inner {
margin-bottom:0;
}

#clientHomeBanner .carousel-caption {
	top:27%;
	left:10%;
	text-align:left;
	width:40%;
}

#clientHomeBanner .carousel-caption h4 {
	color:white;
	font-size:39px;
}

#clientHomeBanner .carousel-item {
	background-image: url('/uploaded/web/admin/theme/2023/img/banner/banner1.jpg');
	background-position: 75% 25%;
	/*background-position: center right;*/
	background-repeat: no-repeat;
	background-size: cover;
	height: 513px;
}



/*find an interpreter section*/
div#section-find-interpreter.clientWrapper{
   background-color: #0f3a5d;
   padding: 50px 0px;
}
.interpreter-text{
	text-align:right;
}
.interpreter-button{
	text-align:left;
}
#section-find-interpreter .heading {
	font-family: 'EB Garamond', serif;
	font-size:48px; color:white;
	font-style:italic;
	font-weight:normal;
	margin-bottom:10px;
}

#section-find-interpreter .description {
	font-size:18px;
	color:white;
}
.btn-xl {
	font-size:28px;
	text-transform:uppercase;
	font-family: 'EB Garamond', serif;
	padding:20px 40px;
}

/*aiic in numbers section*/
div#section-stat.clientWrapper{
	background-image: url('/uploaded/web/admin/theme/2023/img/home/stat-bg.png');
	padding-top: 70px;
	background-repeat: no-repeat;
	background-size: cover;
}
#section-stat {height:642px; color:white;}
#section-stat .title {
	font-size:18px;
	font-weight:bold;
	text-transform:uppercase;
	padding:0 0 20px;
	border-bottom:1px solid white;
	width:25%;
	margin:0 auto 70px;
}
#section-stat .stats .digit{
   font-size:60px;
   font-weight:bold;
}
#section-stat p {
	font-size:24px;
	font-style:italic;
	font-family: 'EB Garamond', serif;
	max-width:250px;
	text-align:left;
}

/*aiic in action section*/
#section-aiic-action {
	padding-top: 70px;
}


#section-aiic-action .title {
	font-size:48px;
	font-weight:bold;
}
#section-aiic-action a.learn {
	text-transform: uppercase;
	font-size:14px;
	color:#333;
	text-decoration:none;
	font-weight:600;
	letter-spacing:2px;
}

#section-aiic-action p {
	font-size:28px;
}
#section-aiic-action > div > div > div.col-lg-12 {padding:0;}

/* grid effect*/
.grid {
	position: relative;
	margin: 0 auto;
	padding: 1em 0 4em;
	max-width: 1000px;
	list-style: none;
	text-align: center;
}

.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 10px 1%;
	/*min-width: 320px;
	max-width: 480px;
	max-height: 360px;
	width: 48%;*/
	width:100%;
	background: #000;
	text-align: center;
	cursor: pointer;
}

.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

figure.effect-lily img {
  max-width: none;
  width: -webkit-calc(100% + 50px);
  width: calc(100% + 50px);
  opacity: 0.7;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-40px,0, 0);
  transform: translate3d(-40px,0,0);
}

figure.effect-lily figcaption {
  text-align: left;
}

figure.effect-lily figcaption > div {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px;
  width: 100%;
  height: 50%;
}
figure.effect-lily h2 {
  font-size: 1.2vw;
  /*font-size: 22px;*/
  text-transform: none;
  color:white;
  margin-bottom: 10px;
}

figure.effect-lily h2,
figure.effect-lily p {
  -webkit-transform: translate3d(0,40px,0);
  transform: translate3d(0,40px,0);
}

figure.effect-lily h2 {
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
}

figure.effect-lily p {
  color: rgba(255,255,255,0.8);
  opacity: 0;
  -webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
  transition: opacity 0.2s, transform 0.35s;
}

figure.effect-lily:hover img,
figure.effect-lily:hover p {
  opacity: 1;
}

figure.effect-lily:hover img,
figure.effect-lily:hover h2,
figure.effect-lily:hover p {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

figure.effect-lily:hover p {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
}

.type {
  position: absolute;
  left: 0;
  top: 5%;
  width: auto;
  z-index: 2;
  font-size: 22px;
  color: white;
  padding: 5px 8px;
  font-weight: bold;
}


.tab-green  {background-color: #8bc72b;}
.tab-red    {background-color: #f64938;}
.tab-purple {background-color: #6829c2;}
.tab-orange {background-color: #ee7d00;}
.tab-blue   {background-color: #2aabd2;}
.tab-teal   {background-color: #009688;}
/* grid effect*/



/*homepage end*/


/*------------------------------------------- inside page banner------------------------------------------- */
#bgOverlay {
  position: relative;
  min-height: 50%;
  width: 100%;
  margin-bottom: 20px;
}

#bgOverlay::before {
  content: "";
  /*! background-color: #000; */
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  opacity: 0.50;
  /*border-radius: 10px;*/
}
#bgOverlay h1 {
  position: absolute;
  color: white;
  left: 5%;
  right: 5%;
}

.page-banner {
  width: 100%;
	height: auto;
  /*border-radius: 10px;*/
}

/*inside page banner*/



/*-------------------------------------------Training Page-------------------------------------------*/
#boxWrapper{
	display:block;
	width:100%;
	background-color:#7b9fcc;
	padding:30px;
	margin-bottom:30px;
	color:#fff;
}
#boxWrapper .title{
	font-size:24px;
	font-weight:bold;
	color:#0f3a5d;
}
#boxWrapper .icon-holder{
	text-align: center;
}
#boxWrapper h4{
	color:#c2defb;
}
.leftWrapper-text{
	width:94%;
}
/*Training Page Ends*/


/* ------------------------------------------- Scrolling back to top button------------------------------------------- */
.scroll-top-wrapper {
	background-color: #191919;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    bottom: 60px;
    color: #FFF;
    height: 48px;
    line-height: 38px;
    opacity: 0;
    overflow: hidden;
    padding-top: 2px;
    position: fixed;
    right: 0;
    text-align: center;
    visibility: hidden;
    width: 50px;
    z-index: 99999999;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}
.scroll-top-wrapper:hover{background-color: #01395e;}
.scroll-top-wrapper.show{cursor:pointer; opacity: 1.0; visibility:visible;}
.scroll-top-wrapper i.fa{line-height: inherit;}
/* Scrolling back to top button*/


/*------------------------------------------- form------------------------------------------- */
.form-signin h2.welcome {
  font-family: 'EB Garamond', serif;
}

/*------------------------------------------- footer------------------------------------------- */

 #footerWrapper {
	background-color:#0f3a5d;
	color:white;
	font-family: 'Raleway', sans-serif;
	padding-top:40px;
	padding-bottom:40px;
}
.footer-left {
	font-size: 14px;
	text-align:center;
}
.footer-center {
	color:#8db6d7;
	font-size: 18px;
}
.footer-center h6 {
	color:#FFF;
	font-size: 30px;
	font-weight:700;
}
.footer-right {
	font-size: 16px;
	text-align:right;
}

.icon-holder a {
	text-decoration:none;
	outline:none;
}
.icon-holder a.icon-fb {
  color: #395597;
}

.icon-holder a.icon-twitter {
  color: #00a9e8;
}

.icon-holder a.icon-weibo {
  color: #f37d35;
}

.icon-holder a.icon-yt {
  color: #f70000;
}
 #footerLink {
	background-color:#042845;
	color:#1c4a70;
	font-family: 'Raleway', sans-serif;
	font-size:14px;
}
#footerLink a {
	color:#5688b0;
}

.footer-in1touch{
	text-align:right;
}




/** for https://preprod2.aiic.org/client/calendar.html **/

div#page-content > div.clientWrapper > div.row > div.col-sm-12 > div#customHeader > div#page-content > div#bgOverlay,
div#page-content > div.clientWrapper > div.row > div.col-sm-12 > div#customFooter > div#page-content > div#bgOverlay{
	display: none;
}

/** for https://preprod2.aiic.org/site/world/contact/secretariat **/
div#page-content > div.clientWrapper > div#content > div.row > div.row{
	margin-right: 2px;
	margin-left: 2px;
}

/** Directory **/
#dir.nav-tabs > li {
	margin-bottom: 0;
}

#dir.nav-tabs .nav-link {
	margin-bottom: -2px;
}

#dir.nav-tabs > li > a {
	color:#555;
}

#dir.nav-tabs > li > a.active{
	border: 2px solid #3c96d2;
	border-bottom-color:transparent;
}
#dir.nav-tabs > li > a.active:hover{
	background-color:#FFF;
}

#dir.nav-tabs .nav-link:focus,
#dir.nav-tabs .nav-link:hover {
	background-color:#E6E6E6;
}


 #dir.nav-tabs > li.active {
	 border-bottom-color:transparent;
	 margin-bottom: -2px;
 }
/**/#dir.nav-tabs {
  border-bottom: 2px solid #3c96d2;
}


/**-----------------------------------------------------------media-query-----------------------------------------------------------**/



/* X-Small devices (extra small phones, 320px and up) */
@media (min-width: 320px) {
h2{
    font-size:28px;
 }
	span.pagebanner {
  float: none;
}
	/** homepage banner**/
	#clientHomeBanner .carousel-caption {
		top:60%;
		bottom:0;
		width:70%;
	}
	
	#clientHomeBanner .carousel-caption h4 {
	font-size:24px;
	/*font-size:35px;*/
	}

	/*find an interpreter section*/
	div#section-find-interpreter.clientWrapper{
	   padding:50px 9%;
   }
	
   .interpreter-text{
		text-align:center;
	}
	
	.interpreter-button{
		text-align:center;
	}
	
   #section-find-interpreter .heading{
	   font-size:36px;
   }

	#section-find-interpreter .description{
	   margin-left:0px;
   }

	/*aiic in numbers*/
	div#section-stat.clientWrapper{
		padding-bottom:40px;
	}
	
	#section-stat {
		height:auto;
	}
	
	#section-stat .title {
		margin: 0 auto 25px;
	}

	#section-stat .stats .digit {
		margin-top:20px;
	}
	
	#section-stat p {
		font-size: 24px;
	}

	/*aiic in action*/
	figure.effect-lily figcaption > div {
		height: 60%;
		padding: 0px 10px;
	}

	figure.effect-lily h2 {
		font-size: 4.3vw;
	}

	.action-text-left{
		margin-bottom:20px;
	}
	
	/* inside page*/
	.page-banner {
		height:50px;
	}
	
	
	/*footer*/
	div#footerWrapper.clientWrapper{
	   text-align:center;
   }
   .footer-right {
		text-align: center;
	}
   .footer-center {
	   margin-top:30px;
	   margin-bottom:30px;
   }

   #footerLink {
	   text-align:center;
   }

   .footer-in1touch{
	text-align:center;
	}

}


/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
h2{
    font-size:32px;
 }
span.pagebanner {
  float: none;
}
	/** homepage banner**/
	#clientHomeBanner .carousel-caption {
		top:10%;
		width:80%;
	}
	
	#clientHomeBanner .carousel-caption h4 {
	font-size:39px;
	}


	/** aiic in action**/
	figure.effect-lily figcaption > div {
	  height: 44%;
	  padding: 10px;
	}
	
	figure.effect-lily h2 {
		font-size: 3.2vw;}
	}

	/* inside page*/
	.page-banner {
		height:150px;
	}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
h2{
    font-size:3vw;
 }
span.pagebanner {
  float: left;
}
	.h-1{
	height: 200px;
	line-height: 1.3em;
}

	.h-2{
		height:50px;
		line-height: 1.3em;
	}

	/** homepage banner**/
	#clientHomeBanner .carousel-caption {
		top:27%;
	}

	/** inside page

	#bgOverlay h1 {
	  top: 5%;
	  font-size: 4.55vw;
	}**/
	
	/* inside page*/
	.page-banner {
		height:150px;
	}
	
	/** aiic in action**/
	figure.effect-lily figcaption > div {
		height: 35%;
	}

	#section-aiic-action div.grid > figure.effect-lily > figcaption > div > p{
		font-size:20px!important;
	}
}


/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {

	/** homepage banner**/
	#clientHomeBanner .carousel-caption {
		top:27%;
	}

	/** inside page
	#bgOverlay h1 {
	  top: 10%;
	  font-size: 3.55vw;
	}**/

	/** find an interpreter section**/
	.interpreter-text{
		text-align:right;
	}
	
	.interpreter-button{
	text-align:left;
	}
	
	#section-find-interpreter .heading{
	   font-size:48px;
   }

  #section-find-interpreter .description{
	   margin-left: 7%;
   }

	/* aiic in numbers */
	#section-stat {
		height:642px;
	}

	#section-stat .title {
		margin: 0 auto 70px;
	}

   div#section-stat.clientWrapper{
		padding-bottom:20px;
	}

	/* aiic in action */
	figure.effect-lily figcaption > div {
		height: 76%;
	}
	figure.effect-lily h2 {
	  font-size: 1.5vw;
	}
	.action-text-left{
		margin-bottom:0px;
	}
	#section-aiic-action div.grid > figure.effect-lily > figcaption > div > p{
		font-size:14px!important;
	}
	/* inside page*/
	.page-banner {
		height:200px;
	}
	
	/*footer*/
	div#footerWrapper.clientWrapper {
	  text-align: left;
	}
   .footer-right {
		text-align: center;
	}
   .footer-center {
	   margin-top:0px;
	   margin-bottom:0px;
   }
   .footer-right {
		text-align: right;
	}
	#footerLink {
	   text-align:left;
   }
   .footer-in1touch{
	text-align:right;
   }
}



/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

	/** homepage banner**/
	#clientHomeBanner .carousel-caption {
		top:27%;
		width:40%;
	}

	/** inside page
	#bgOverlay h1 {
	  top: 25%;
	  font-size: 2.55vw;
	}**/

	/** find an interpreter section**/
   div#section-find-interpreter.clientWrapper{
   	padding:50px 5%;
   }

	/** aiic in numbers **/
	#section-stat {
		height:642px;
	}

	/** aiic in action **/
	figure.effect-lily figcaption > div {
		height: 69%;
	}
}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
	#clientHomeBanner .carousel-caption {
		top:27 %;
		width:40%;
	}

	/** aiic in numbers **/
	#section-stat {
		height:642px;
	}

	/** aiic in action **/
	figure.effect-lily figcaption > div {
	  height: 55%;
	}
	figure.effect-lily h2 {
	  font-size: 1.2vw;
	}
}


/* XX-Large devices (larger desktops, 1600px and up) */
@media (min-width: 1600px) {

	/** find an interpreter section**/
   div#section-find-interpreter.clientWrapper{
	   padding:50px 0px;
   }

	#section-find-interpreter .description{
	   margin-left: 22%;
   }

	/** aiic in action **/
	figure.effect-lily figcaption > div {
	  height: 50%;
	}

}

@media screen and (max-width: 767px) {

	/* Offcanvas Start */
	.col-xs-6
	.col-sm-3
	.col-xs-12
	.col-sm-9
	{
		position: relative;
	    min-height: 1px;
	    padding-right: 10px;
	    padding-left: 10px;
	}
	.row-offcanvas {
	    position: relative;
		-webkit-transition: all .25s ease-out;
	    -o-transition: all .25s ease-out;
	    transition: all .25s ease-out;
	}
	.row-offcanvas-right {right: 0;}
	.row-offcanvas-left {left: 0;}
	.row-offcanvas-right
	.sidebar-offcanvas {right: -50%; /* 6 columns */}
	.row-offcanvas-left
	.sidebar-offcanvas {
	    left: -105%; /* 6 columns */
	    min-width:200px;
	}
	.row-offcanvas-right.active {
	    right: 50%; /* 6 columns */
	    width:50%;
	}
	.row-offcanvas-left.active {
	    left: 70%; /* 6 columns */
	    width:70%;
	}
	.sidebar-offcanvas {
	    position: absolute;
	    top: 40px;
	    z-index: 9;
	    width: 100%; /* 6 columns */
	}
	/* Offcanvas End */
}

