@charset "utf-8";
/* CSS Document */
/* NZAC Website */

body, #content {
    font-family: 'Work Sans', sans-serif;
    font-size: 18px;
	transition:all 0.3s ease;
	color:black;
}

.pageWrap {
	padding:20px 0;
}

.pageWrap #content {
	padding-top:30px;
}

a.list-group-item .fa, button.list-group-item .fa {
	color:#c22034; 
	margin-right:15px;
}

h1 {
	font-weight: 600;
	font-size: 36px; 
	color: black;
}

h3 {
	font-weight: 600;
	font-size: 26px; 
	color: black;
}

h2, h4 {font-weight: 600;}

/*a {color:black;}	*/

em {font-weight:300;}

.clientHeader{
    float:left;
    width:100%;
    padding:15px 7.5%; 
}

.clientNav {
	background-color:#333333;
	width: 100%;
}

.clientNav .navbar-collapse {padding:0;}

.clientNav .navbar-brand, 
.clientNav .navbar-nav > li {
    float: none;
    display: inline-block;
    text-align: center;
    margin:0px 0px 0px -8px !important;
	border-left: 1px solid #5a5959;
	border-right: 1px solid #000;
}

.clientNav .navbar-nav {
    float: none;
    text-align: center;
    margin: 0 !important;
}

.clientNav .navbar-brand, 
.clientNav .navbar-nav > li:first-child {border-left: none;}

.clientNav .navbar-brand, 
.clientNav .navbar-nav > li:last-child {border-right: none;}

.clientNav .navbar-brand, 
.clientNav .navbar-nav > li > a {
  	font-size: 18px;
	color:white;
	text-align: center;
	padding: 20px 30px;
}

.clientNav .nav > li > a:focus, 
.clientNav .nav > li > a:hover,
.clientNav .nav .open > a, 
.clientNav .nav .open > a:hover, 
.clientNav .nav .open > a:focus,
.clientNav .navbar-nav > li.active > a {background-color: #c22133;}

.clientNav .navbar-nav > li > a::after {
	content: "\f078";
	font: normal normal normal 14px/1 FontAwesome;
}

.clientNav .dropdown-menu > li > a {
  white-space: normal;
  text-align:center;
}

.clientNav .navbar-nav > li > .dropdown-menu {
  padding: 0 15px;
  box-shadow: none;
}

.clientNav ul.navbar-nav li .dropdown-menu li {
  border-bottom: 1px solid #fff;
}

.clientNav .navbar-nav > li > ul.dropdown-menu > li > a {
  padding: 8px 0;
  padding-right: 0px;
  color: black;
}

/*.clientNav ul.navbar-nav li .dropdown-menu li.currentMenuItem a {
    color:#c22133;
}*/
.header-buttons{margin-top:34px;}

.login-button{
    background-color:#c22133;
    padding:15px 20px;
    color:#fff;
    border-radius:6px;
}

.login-button:hover,.login-button:focus{
    background-color:#dd3346;
    color:#fff;
} 

.search-button{
    background-color:#333333;
    padding:15px 20px;
    color:#fff;
    border-radius:6px;
}

.search-button:hover,.search-button:focus{
    background-color:#4d4c4c;
    color:#fff;    
}

.TopNav{display:inline-block}

.languange-button{display:inline-block}

.clientWrapper{padding:0px 7.5%;}

.contentwithsidebar{padding:0px 6%;}

.clientNav .navbar-brand, .clientNav .navbar-nav > li > a span.caret {display:none;}

.navbar-toggle {
	 background-color: transparent;
	 background-image: none;
	 border: 1px solid #ccc;
}

.icon-bar {background: #ccc;}

.clientNav .navbar-brand, .clientNav .navbar-nav > li:nth-child(6) {border-right: none;}

/* Sidebar*/
.side-navbg > div >ul {padding: 15px 10%;}

div.side-nav > div.side-navbg > div > ul.navigation > li {
  	list-style: none;
  	padding: 10px 0;
}

div.side-nav > div.side-navbg > div > ul.navigation > li {
    list-style: none;
    border-bottom: 1px solid #cccccc;
	padding: 10px 0;
}

div.side-nav > div.side-navbg > div > ul.navigation > li:last-child {border-bottom: none;}

.side-navbg ul.navigation > li.active.dropdown > ul.dropdown-menu {
    position: static;
    float: none;
    background: none;
    border: none;
    box-shadow: none;
    display: block;
    font-size:18px;
}

div.side-nav ul li a {color:black;}


div.side-nav > div.side-navbg > div > ul.navigation > li.currentMenuItem > a,
div.side-navbg ul.navigation > li.active.dropdown > a, div.side-navbg ul.navigation > li > a:hover,
div.side-navbg ul.navigation > li.active.dropdown > a, div.side-navbg ul.navigation > li > a:focus{
  color: #c22133;
}

div.side-nav > div.side-navbg > div > ul.navigation > li.dropdown > ul.dropdown-menu > li > a{
    white-space: normal;
}

div.side-nav > div.side-navbg > div > ul.navigation > li.dropdown > ul.dropdown-menu > li.currentMenuItem a {
  text-decoration:underline;
}

/* Homepage */
#quicklink {
	border:2px solid #d8534a;
	padding:30px 20px;
	margin-bottom: 20px;
}

#quicklink .title {
	font-size:24px;
	font-weight:900;
}

#quicklink .link {
	border-bottom:1px solid #999;
	padding:10px 0px;
}

 #quicklink .last-link {
	padding-top:10px;
}

#quicklink .link a,
#quicklink .last-link a{
	color:#333;
	text-decoration:none;
	display: inline-block;
}

#quicklink .link a:hover::after,
#quicklink .last-link a:hover::after {
  width: 100%;
  //transition: width .3s;
}

#quicklink .link a::after,    
#quicklink .last-link a::after {
  content: '';
  display: block;
  width: 0;
  height: 3px;
  background: #d8534a;
  transition: width .3s;
}

/* Sidebar*/

/* Main Nav Dropdown*/

div#main > div > ul > li.dropdown.open > ul.dropdown-menu{
	width:100%;
	background-color:#f0f0f0;
	border:none;
}

/* Main Nav Dropdown*/

.clientTabs li a {color:black;}

.btn-primary {
   	background: none #c22034;
   	border-color: transparent;
}

.btn-primary:hover {
    background: none #3f3f3f;
    border-color: #333;
}

.panel-heading {
	background:none #f1f1f1;
	font-family: 'Montserrat', sans-serif;
}



 /*bootstrap */
 .table tr {white-space: normal;}

 .table > thead > tr > th {
	border: 1px solid #000;
	padding:5px;
 }
 
 .table > tbody > tr > td {
	border: 1px solid #000;
	padding:5px;
}

.label {white-space: normal;}
  
    /*accordion*/
#client-accordion .row {margin-bottom:15px;}
#client-accordion .row a.accordion-toggle {color:black;}/**/

#client-accordion  .accordion-toggle.collapsed::after {content: "\f0fe";}

#client-accordion .accordion-toggle::after {
	font-family: 'FontAwesome';
	content: "\f146";
	float:left;
	color: #c22133;
	margin-right:20px;
	position: absolute;
	left: 11%;
}

#client-accordion {
	/*background-color:#FAFAFA;*/ 
	padding:20px;
}

#client-accordion .row {
	border: 1px solid #ECECEC; 
	padding: 20px 20px 20px 60px; 
	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;}

/*inside page banner*/
#bgOverlay {
	position: relative;
	min-height: 50%;
	width: 100%;
	margin-bottom:20px;
	/*padding: 40px 60px;*/
}
#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: 10%;
	right: 10%;
	top: 25%;
	font-size: 2.55vw;
}

.page-banner {
	width: 100%;
	border-radius:10px;
}

div#content .fa-envelope-o{color:#c22133;}

/*inside page banner*/

/*portal*/
.customtitle{
	font-weight: 600;
	font-size:30px;
}

.portalNav.nav-pills > li > a {color:black;}

.portalNav.nav-pills > li.active > a,
.portalNav.nav-pills > li.active > a:focus,
.portalNav.nav-pills > li.active > a:hover {
	color: #fff;
	background-color: #008392;
}

form#command.form-horizontal > div.panel.panel-default {border:0;}

form#command.form-horizontal > div.panel.panel-default > div.panel-body {
/**/border:1px solid #b1b1b1!important;
    border-radius:5px!important;
    background:#f0f0f0!important;
}

form#command.form-horizontal > .panel-default > .panel-heading.subscription-wizard-heading {
	font-size:24px; 
	padding:20px 20px 30px 20px; 
	background-color:transparent!important; 
	text-align:center;
}

.panel-body{
    background:10px!important;
    background:#f0f0f0!important;
}

form#command.form-horizontal .panel-heading{
	font-size: inherit;
	font-family: inherit;
	background-image:none;
	background-color:#333333;
	color:white;
	border-radius: 0;
}

form#command.form-horizontal .form-group.aqua  .panel-heading{background-color:#26cad3;}

form#command.form-horizontal label {font-size:18px;}

.panel-default > .panel-heading{
    background-image:none!important;
    background:#f0f0f0!important;
    border-bottom:none!important;
    color:#333333!important;
    font-family: 'Work Sans', sans-serif;
}
        
.hint_0,
.hint_1,
.hint_2,
.hint_3,
.hint_4,
.hint_5,
.hint_6 {
	font-family: inherit;
	font-size:inherit;
}

.hint_0 {color:#333;}

form#command.form-horizontal .btn {
    padding: 15px 20px;
    font-size:18px;
    margin:20px 10px 20px 0;
}

/*homepage banner*/
.banner-holder{position:relative;}

.carouselbg {
    background-position: center center;
    background-repeat: no-repeat;
    height: 326px;
    background-size: cover;
}

.text-holder{
    position: absolute;
    /*background-color: #cccccc;*/
    top: 14%;
    right: 0;
    width: 33.3%;
    color: #fff;
    padding: 2% 4%;
    /*border-radius: 50px 0 0 50px;*/
}

.text-desc{font-size: 24px;}

.text-title{
    font-size:75px;
    color:#fff;
    font-weight:100;
    margin-bottom: 24px;
    display:block;
}

.text-title-holder a{color:#fff;}

/*homepage banner*/

/*homepage news*/
#newsBlock {max-width:467px;}
#newsBlock img {margin-bottom:30px;}
#newsBlock .title {font-size:18px; font-weight:bold;margin-bottom:10px;}
#newsBlock .title a {color:black;}
#newsBlock  .fa {color: #c22133;}

#newsBlockDetails img {margin-bottom:30px;}
#newsBlockDetails .title {
	font-size:18px;
	font-weight:bold;
	margin-bottom:10px;}
#newsBlock  .fa {color: #c22133;}

#newsBlock .grid {
	position: relative;
    margin: 0 auto;
    padding: 1em 0 4em;
    max-width: 1000px;
   	list-style: none;
}
    
#newsBlock .grid figure {
   	position: relative;
    float: left;
    overflow: hidden;
    margin: 10px 1%;
    /*min-width: 467px;
    max-width: 467px;*/
    max-height: 100%;
    width: 100%;
    background: transparent;
    cursor: pointer;
    text-align:left;
}
    
#newsBlock 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);
}
    
#newsBlock figure.effect-lily:hover img,
figure.effect-lily:hover p {opacity: 1;}
    
#newsBlock figure.effect-lily:hover img,
#newsBlock figure.effect-lily:hover h2,
#newsBlock figure.effect-lily:hover p {
      -webkit-transform: translate3d(0,0,0);
      transform: translate3d(0,0,0);
}
/*homepage news*/

/*homepage events*/
#eventsBlock {max-width:467px;}
.panel-nzac-event {border:1px solid #ccc;}
.panel-nzac-event .panel-heading {
     background-image:none;
     background-color:#c22133;
     padding:20px 30px;
     min-height:92px;
}

.panel-nzac-event .panel-heading a {
     color:white;
     font-size:18px;
     font-family: 'Work Sans', sans-serif;
}

.panel-nzac-event .panel-body {
     color:#333;
     font-size:18px;
     padding:20px 30px;
}

.panel-nzac-event .fa {color:#c22133;}
/*homepage events*/

/*homepage publications*/
#publications .grid {
      position: relative;
      margin: 0 auto;
      padding: 1em 0 4em;
      max-width: 1000px;
      list-style: none;
      text-align: center;
}
    
/* Common style */
#publications .grid figure {
      position: relative;
      float: left;
      overflow: hidden;
      margin: 10px 1%;
      min-width: auto!important;
      max-width: auto!important;
      max-height: auto!important;
      width: auto!important;
      background: #000;
      text-align: center;
      cursor: default;
    }

#publications .grid figure:hover {background: #c22133;}
    
#publications .grid figure img {
      position: relative;
      display: block;
      min-height: 100%;
      max-width: 100%;
      opacity: 0.8;
}
    
#publications .grid figure figcaption {
      padding: 2em;
      color: #fff;
      text-transform: uppercase;
      font-size: 1.25em;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
}
    

#publications  .grid figure figcaption,
#publications .grid figure figcaption > a {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      cursor:pointer;
}
    
/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
#publications  .grid figure figcaption > a {
      text-indent: 200%;
      white-space: nowrap;
      font-size: 0;
      opacity: 0;
}
    
#publications figcaption > h2 > a {color: #fff;}
    
#publications  .grid figure h2 {
      word-spacing: -0.15em;
      font-weight: 300;z-index: 1000;
}
    
#publications  .grid figure h2 span {font-weight: 800;}
    
#publications .grid figure h2,
#publications .grid figure p {
		margin: 0;
}
    
#publications .grid figure p {
      letter-spacing: 1px;
      font-size: 68.5%;
    }
    
    
/*---------------*/
/***** Bubba *****/
/*---------------*/
    
#publications figure.effect-bubba {
	background: #000;
}

#publications figure.effect-bubba img {
    opacity: 0.5;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}
    
#publications figure.effect-bubba:hover img {opacity: 0.2;}
    
    
#publications  figure.effect-bubba figcaption::before,
#publications  figure.effect-bubba figcaption::after {
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}
    
#publications  figure.effect-bubba figcaption::before {
      border-top: 1px solid #fff;
      border-bottom: 1px solid #fff;
      -webkit-transform: scale(0,1);
      transform: scale(0,1);
    }
    
    
#publications figure.effect-bubba figcaption::after {
      border-right: 1px solid #fff;
      border-left: 1px solid #fff;
      -webkit-transform: scale(1,0);
      transform: scale(1,0);
}
    
    
#publications figure.effect-bubba h2 {
      padding-top: 10%!important;
      font-size: 20px!important;
      color:#fff;
      font-weight:900;
      margin-bottom:20px;
      -webkit-transition: -webkit-transform 0.35s;
      transition: transform 0.35s;
      -webkit-transform: translate3d(0,-20px,0);
      transform: translate3d(0,-20px,0);
}
    
#publications figure.effect-bubba p {
      padding: 0;
      text-transform:none;
      font-size: 16px;
      opacity: 0;
      -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
      transition: opacity 0.35s, transform 0.35s;
      -webkit-transform: translate3d(0,20px,0);
      transform: translate3d(0,20px,0);
}
    
    
#publications  figure.effect-bubba:hover figcaption::before,
#publications  figure.effect-bubba:hover figcaption::after {
      opacity: 1;
      -webkit-transform: scale(1);
      transform: scale(1);
}
    
#publications  figure.effect-bubba:hover h2,
#publications  figure.effect-bubba:hover p {
      opacity: 1;
      -webkit-transform: translate3d(0,0,0);
      transform: translate3d(0,0,0);
}
 
/*homepage publications*/

/*footer*/
.footerWrap {
	padding: 20px 6%;
	float: left;
	width: 100%;
}

.footLinksbg {background-color: #e7e6e6;}  

.footLinks {font-size: 16px;}

.footLinks h6 {
	color:#c22133;
	font-size: 24px;
}

.footLinks a {color:#000;}

.footLinks img {max-width: 80%;}

.footer-left {text-align: left;}


.footerbg {
	background-color: #333333;
	color:#999999;
	font-size: 13px;
}

.footer-right {text-align: right;}

.footer-left {text-align: left;}

.footer-left a,
.footer-right a {color: #fff !important;}

.footer-left a:hover,
.footer-right a:hover {color: #ca8c33 !important;}

/* Small devices (xs phones, 320px and up)*/
@media (min-width: 320px) {
	/*homepage banner*/
	div#textHolder.text-holder{
		padding: 0% 2%;
		top: 0%;
		width: 66%;
    }
    .text-title {font-size:68px;}
    .text-desc {font-size: 19px;}
	/*homepage banner*/
	
	/*homepage news*/
	#newsBlock 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);
    }
    #newsBlock{margin:0px;}
	
    #newsBlock .grid figure{margin-bottom:10px;}
	
    #newsBlock .grid {padding: 0em 0 0em;}
    
    #newsBlock .grid figure {
		position: relative;
		float: left;
		overflow: hidden;
		margin: 10px 1%;
		min-width: 50%;
		/*max-width: 467px;*/
		max-height: 100%;
		width: 100%;
		background: transparent;
		cursor: pointer;
		text-align:left;
    }
    
    #newsBlock{margin:0px auto;}
    #newsBlock .grid figure{
        margin-bottom:40px;
    }
	/*homepage news*/
	
	/*homepage publications*/
	#publications .grid {padding: 0px;}
	
    #publications .grid figure {
      float: none;
      margin: 10px auto;
    }
	
    #publications figure.effect-bubba img {min-width:100%;}
	
    #publications figure.effect-bubba figcaption::before,
    #publications figure.effect-bubba figcaption::after {
    	top: 15px;
        right: 15px;
        bottom: 15px;
        left: 15px;
    }  
	
    #publications .grid figure figcaption {padding: 1em;}
	
    #publications figure.effect-bubba h2 {font-size:18px;}
	
	/*homepage publications*/
	
	/*footer*/
	.footer-left {text-align: center;}
	/*footer*/
}

/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
	/*homepage events*/
	#eventsBlock {max-width: 100%;}
	/*homepage events*/
	
	/*homepage publications*/
	#publications figure.effect-bubba figcaption::before,
    #publications figure.effect-bubba figcaption::after {
    	top: 30px;
        right: 30px;
        bottom: 30px;
        left: 30px;
    } 
	
    #publications .grid figure figcaption {padding: 2em;}
	
    #publications figure.effect-bubba h2 {font-size:20px;}
	/*homepage publications*/
	
}

/* Medium devices (tablets, 768px and up)*/
@media screen and (min-width: 768px) {
	/*homepage banner*/
	div#textHolder.text-holder{width: 51.3%;}
    .text-title {font-size: 75px;}
    .text-desc{font-size: 24px;}
	/*homepage banner*/
}


/* Large devices (desktops, 992px and up)*/
@media screen and (min-width:992px) {
	.clientNav .navbar-brand, .navbar-nav > li {padding: 0 0px;}
	
    .clientNav .navbar-brand, .clientNav .navbar-nav > li > a {
    	font-size: 14px;
        padding: 20px 3px;
    }
	
	/*homepage banner*/
	div#textHolder.text-holder{
    	padding: 0% 4% ;
        width: 36.3% ;
    }
    /*homepage banner*/  
	
	/*quicklink*/
	#quicklink .title {height: 66px;}
	
    #quicklink .link {height: 103px;}
	
    #quicklink .last-link {height: 103px;}
	/*quicklink*/
	
	/*homepage news*/
	 #newsBlock 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);
    }
    #newsBlock{margin:0px;}
    
    #newsBlock .grid {padding: 1em 0 4em;}
    
    #newsBlock .grid figure {
		position: relative;
		float: left;
		overflow: hidden;
		margin: 10px 1%;
		min-width: 50%;
		/*max-width: 467px;*/
		max-height: 100%;
		width: 100%;
		background: transparent;
		cursor: pointer;
		text-align:left;
    }
	/*homepage news*/  
	
	/*homepage events*/
	 .panel-nzac-event .panel-heading {min-height:117px;}
	
     #eventsBlock {max-width:467px;}
	/*homepage events*/
	
	/*homepage publications*/
	#publications .grid {padding: 1em 0 4em;}
    
    #publications .grid figure {
          float: left;
          margin: 10px 1%;
    }
    
    #publications figure.effect-bubba img {min-width:auto;} 
    
    #publications .grid figure figcaption {padding: 1em;}
    
    #publications figure.effect-bubba figcaption::before,
    #publications figure.effect-bubba figcaption::after {
        top: 15px;
        right: 15px;
        bottom: 15px;
        left: 15px;
    }    
	/*homepage publications*/
	
	/*footer*/
	 .footer-left { text-align: left;}
	/*footer*/
}

/* Extra large devices (large desktops, 1200px and up)*/
@media screen and (min-width:1200px) {
	.clientNav .navbar-brand, .navbar-nav > li {
     	padding: 0 0px;
    }
    .clientNav .navbar-brand, .clientNav .navbar-nav > li > a {
        font-size: 16px;
        padding: 20px 10px;
    }
	
	/*homepage banner*/ 
	div#textHolder.text-holder{
        top: 1%;
        width: 33.3%;
        padding: 0% 4%;
    }
	/*homepage banner*/
	
	/* quicklink*/
	#quicklink .link {height: 75px;}
	
    #quicklink .last-link {height: 75px;}
	/* quicklink*/
	
	/*homepage events*/
	.panel-nzac-event .panel-heading {min-height:92px;}
	/*homepage events*/
	
	/*homepage publications*/
	#publications .grid figure figcaption {padding: .8em;}
    
    #publications figure.effect-bubba h2 {
        font-size: 18px !important;
        margin-bottom: 15px;
    }
    
    #publications figure.effect-bubba p {font-size: 11px;}
  
	/*homepage publications*/
}

@media screen and (min-width:1400px) {
    .clientNav .navbar-brand, .navbar-nav > li {
            padding: 0 0px;
        }
    .clientNav .navbar-brand, .clientNav .navbar-nav > li > a {
    	font-size: 18px;
        padding: 20px 17px;
	}
	/*homepage banner*/ 
	div#textHolder.text-holder{
        top: 14%;
        width: 33.3%;
        padding: 2% 4%;
        /*border-radius: 50px 0 0 50px;*/
    }
    /*homepage banner*/ 
	
	/*homepage publications*/
	#publications .grid figure figcaption {padding: 1.5em;}
	
    #publications figure.effect-bubba figcaption::before,
    #publications figure.effect-bubba figcaption::after {
        top: 30px;
        right: 30px;
        bottom: 30px;
        left: 30px;
    }
    #publications figure.effect-bubba h2 {
        font-size: 20px !important;
        margin-bottom: 20px;
    }
	
	/*homepage publications*/
}
@media screen and (min-width:1600px) {
    .clientNav .navbar-brand, .navbar-nav > li {
    	padding: 0 0px;
    }
    .clientNav .navbar-brand, .clientNav .navbar-nav > li > a {
        font-size: 18px;
        padding: 20px 30px;
    }
	/*quicklink*/
	#quicklink .link {height: auto;}
	
    #quicklink .last-link {height: auto;}
	/*quicklink*/
	
	/*homepage publications*/
	 #publications .grid figure figcaption {padding: 2em;}
	#publications figure.effect-bubba p {
  		font-size: 14px;
	}
	/*homepage publications*/
	

}
@media screen and (min-width:1800px) {
	/*homepage publications*/
	 #publications .grid figure figcaption {padding: 2em;}
	#publications figure.effect-bubba p {
  		font-size: 16px;
	}
	/*homepage publications*/
}

@media screen and (min-width:600px) {
	.landing-page-banner {min-height: 170px;}

}

@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 */
	 
}

@media (max-width: 991px) {
  	.navbar-header {float: none;}
  	.navbar-toggle {display: block;}
  	.navbar-collapse {
      	border-top: 1px solid transparent;
      	box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  	}
  	.navbar-fixed-top {
      	top: 0;
      	border-width: 0 0 1px;
  	}
	.navbar-collapse.collapse {display: none!important;}
	.navbar-nav {
		float: none!important;
		margin: 7.5px -22px;
	}
	.navbar-nav>li {float: none;}
	.navbar-nav>li>a {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.collapse.in{display:block !important}
	.navbar-nav .open .dropdown-menu {
		position: static;
		float: none;
		width: auto;
		margin-top: 0;
	}
	.navbar-collapse.in {overflow-y: inherit;}
	.clientNav .navbar-brand, .clientNav .navbar-nav > li{display:block;}
	.clientNav .navbar-nav > li:nth-child(8) > a:after{
		content: "\f002";
		font: normal normal normal 14px/1 FontAwesome;
	}
	.clientNav .navbar-nav > li:nth-child(7) > a:after{
		content: "\f090";
		font: normal normal normal 14px/1 FontAwesome;
	}
}


@media only screen and (min-width: 996px) and (max-width:1600px) {
	.clientNav .navbar-brand, .navbar-nav > li {padding: 0px;}
}

@media screen and (max-width: 996px) {
	.footLinks {text-align: center;}
	.footer-right {text-align: center;}
}



 