html{
    height:100%;
}

html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body{
    font-family: "proxima-nova", sans-serif;
    font-weight:400;
    font-style: normal;
    font-size: 14pt;
    height:100%;
    color:#000000;
}
.light{
    font-weight:300 !important;
    font-style: normal;   
}
.regular{
    font-weight:400 !important;
    font-style: normal;  
}
.semistrong, .semibold{
    font-weight:600 !important;
    font-style: normal;  
}
b, strong, .strong, .bold{
    font-weight:700 !important;
    font-style: normal;  
}
i{
    font-style: italic;    
}


p{
  margin-bottom: 2em;
}




header{
  display:none;
}
footer{
  display:none;
}







h1{
    font-weight:300 !important;
    font-size: 3.0em;
    font-style: normal;
    margin-bottom:0.40em;
}

h2{
    font-weight:400 !important;
    font-size: 1.4em;
    margin-top:0em;
}

h3{
    font-weight:700 !important;
    font-style: normal;  
    font-size: 1.7em;
    margin-top:0em;
    margin-bottom: 1.0em;
    line-height:1.2em;
    color:#000;
    text-transform: uppercase;
    letter-spacing:2px; 
}

h4{
    font-weight:700 !important;
    font-style: normal;  
    font-size: 1.2em;
    line-height:1.2em;
    color:#000 !important;
    margin-bottom:0.2em;
}

h5{
    font-weight:700 !important;
    font-style: normal;  
    font-size: 1.2em;
    line-height:1.2em;
    color:#000 !important;
    margin-bottom:0em;
}
h6{
    font-weight:700 !important;
    font-style: normal;  
    font-size: 1.0em;
    line-height:1.0em;
    color:#000 !important;
    margin-bottom:0em;
}


p{
}


hr{
    border-top-color:#888888;
}

hr.dotted{
    border-top-color:#888888;
    border-style:dotted;
}


.hyphenate{

  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;

  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;

  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}



#pagecontainer ul.pagination li{
  list-style: initial;
  text-indent: initial;
}
#pagecontainer ul.pagination li::before{
  content:'';
}



.homepage-item{
    min-height:400px;
    background-color: #eeeeee;
    border-width: 5px;
    border-style: solid;
    border-color: white;
    text-decoration: none;
    color:#000;
    display: table;
    padding:25px;
}

.homepage-item .content{
    display: table-cell;
    vertical-align: bottom;
}


a.homepage-item:link, a.homepage-item:visited{
    -webkit-transform: scale(1.0 , 1.0);
    -moz-transform: scale(1.0 , 1.0);
    -o-transform: scale(1.0 , 1.0);
    transform: scale(1.0 , 1.0);  
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s; 
}
a.homepage-item:hover{
    text-decoration: none;  
    -webkit-transform: scale(1.1 , 1.1);
    -moz-transform: scale(1.1 , 1.1);
    -o-transform: scale(1.1 , 1.1);
    transform: scale(1.1 , 1.1);
    z-index:1000;
}

.homepage-item.yellow-item{
    background-color: #f3d40f;
}
.homepage-item.green-item{
    background-color: #1ca376;
}
.homepage-item.blue-item{
    background-color: #14a4dd;
}
.homepage-item.picture-item{
    color:white;
}


.homepage-item .icon{
    font-size: 2.5em;   
}


.homepage-item .title{
    font-weight:700 !important; 
    font-size: 1.3em;   
    line-height:1.3em;
}
.homepage-item .link{
    font-weight:600 !important; 
    font-size: 1.0em;   
}
.homepage-item .bottomline{
    font-size: 1.0em;   
    line-height:1.2em;
    color:white; 
}
.homepage-item .type{
    font-weight:600 !important; 
    font-size: 1.0em;   
}
.homepage-item .date{
    font-weight:600 !important; 
    font-size: 1.0em;   
}
.homepage-item.tweet-item a{
  color:#000;
  text-decoration: none;
  border-bottom:1px solid #000; 
}

.homepage-item.tweet-item a:hover{
  color:#fff;
}










.group-item{
    min-height:250px;
    border-width: 5px;
    border-style: solid;
    border-color: white;
    text-decoration: none;
    color:#000;
    display: table;
    padding:25px;
    color:#fff;
}
.group-item .content{
    display: table-cell;
    vertical-align: bottom;
}
a.group-item:link, a.group-item:visited{
    -webkit-transform: scale(1.0 , 1.0);
    -moz-transform: scale(1.0 , 1.0);
    -o-transform: scale(1.0 , 1.0);
    transform: scale(1.0 , 1.0);  
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s; 
}
a.group-item:hover{
    text-decoration: none;  
    background-color: #f3d40f;
    color:#000;
    -webkit-transform: scale(1.1 , 1.1);
    -moz-transform: scale(1.1 , 1.1);
    -o-transform: scale(1.1 , 1.1);
    transform: scale(1.1 , 1.1);
    z-index:1000;
}

.group-item.darkblue-item{
    background-color: #0154a1;
}
.group-item.blue-item{
    background-color: #14a4dd;
}
.group-item.gray-item{
    background-color: #aaaaaa;
}


.group-item .icon{
    font-size: 2.5em;   
}
.group-item .title{
    font-weight:700 !important; 
    font-size: 1.0em;   
}
.group-item .bottomline{
    color:white; 
    font-size: 0.6em; 
    font-weight:600 !important;
    font-style: normal;        
}











.circular-item{
  

}

.circular-item .title{
  

}
.circular-item .shortdescription{
  

}
.circular-item .details{
  color:#14a4dd;
  font-size: 0.8em;
}






.circular{
  
}
.circular hr{
    margin-top:4px;
    margin-bottom:1em;
    border-color:#ccc;  
}
.circular .header{
  font-size: 1em;
}
.circular .heading{
  letter-spacing:1px;
  text-transform: uppercase;
}

.circular .header .item{

}
.circular .header hr{
    margin-top:4px;
    margin-bottom:4px;
    border-color:#ccc;
}
.circular .header .item .label{
    color:#ccc;
    padding:0px;
    font-size: 1em;
    font-weight:300 !important;
    font-style: normal;   
}

.circular .documentlist{
  padding-left: 20px;
  margin:0px;
}
.circular .documentlist li a:link, .circular .documentlist li a:visited{
  color: #000;
  text-decoration: none;
  border-width: 0px 0px 1px 0px;
  border-style: dotted;
  border-color: #000;
}
.circular .documentlist li a:hover{
  text-decoration: none;
  border-width: 0px 0px 1px 0px;
  border-style: dotted;
  border-color: #000;
}








.page-head{
  text-align: center;
  padding-top:7em;
  padding-bottom:4em;
}
.page-head h1{
    font-weight:600 !important;
    font-style: normal;  
    font-size: 4em;
    letter-spacing: 2px;
    color:#fff;
    text-transform: uppercase;
}
.page-head .sub-head{
    font-weight:600 !important;
    font-style: normal;  
    font-size: 1.2em;
    letter-spacing: 0px;
    color:#fff;
}
.page-head .sub-head a:link,.page-head .sub-head a:visited{
    font-size: 1.0em;
    color:#fff;
    margin-left:0.5em;
    margin-right:0.5em;    
}
.page-head .sub-head a.active{
    color: #f3d40f;
}




.detail-page-head{
    text-align: left;
    padding-top:15em;
    padding-bottom:2em;
}
.detail-page-head h1{
    font-weight:700 !important;
    font-style: normal;  
    font-size: 1.7em;
    letter-spacing: 0px;
    color:#fff;
    margin-top:0em;
}
.detail-page-head .sub-head{
    font-weight:700 !important;
    font-style: normal;  
    font-size: 1.2em;
    letter-spacing: 1px;
    color:#fff;
    text-transform: uppercase;
}




.tags{
    font-size: 0.7em;
}

a.taglink:link,
a.taglink:visited {
  color:#000;
  text-transform: uppercase;
}





.viewslist-item{
  border-width:0px 0px 1px 0px;
  border-color: #aaa;
  border-style: solid;
  display:block;
  text-align: center;
  padding:1em;
}
a.viewslist-item:hover{
  background-color: #f3d40f;
}

.viewslist-item .title{
    font-weight:600 !important;
    font-style: normal; 
    color:#000;
    font-size: 1.2em;
}
a.viewslist-item:hover .title{
    color:#fff;
}


.viewslist-item .subtitle{
    font-weight:600 !important;
    font-style: normal; 
    color:#ccc;
    font-size: 0.8em;
}
a.viewslist-item:hover .subtitle{
    color:#000;
}







.publicationslist-item{
  border-width:0px 0px 1px 0px;
  border-color: #aaa;
  border-style: solid;
  display:block;
  text-align: center;
  padding:1em;
}
a.publicationslist-item:hover{
  background-color: #1ca376;
}

.publicationslist-item .title{
    font-weight:600 !important;
    font-style: normal; 
    color:#000;
    font-size: 1.2em;
}
a.publicationslist-item:hover .title{
    color:#fff;
}


.publicationslist-item .subtitle{
    font-weight:600 !important;
    font-style: normal; 
    color:#ccc;
    font-size: 0.8em;
}
a.publicationslist-item:hover .subtitle{
    color:#000;
}







.newslist-item{
  border-width:0px 0px 1px 0px;
  border-color: #aaa;
  border-style: solid;
  display:block;
  text-align: center;
  padding:1em;
}
a.newslist-item:hover{
  background-color: #d12229;
}

.newslist-item .title{
    font-weight:600 !important;
    font-style: normal; 
    color:#000;
    font-size: 1.2em;
}
a.newslist-item:hover .title{
    color:#fff;
}


.newslist-item .subtitle{
    font-weight:600 !important;
    font-style: normal; 
    color:#ccc;
    font-size: 0.8em;
}
a.newslist-item:hover .subtitle{
    color:#000;
}






.newsletter-form{

}

.newsletter-form .head{
    font-weight:700 !important;
    font-style: normal;  
    color:#000;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom:0.5em;
    font-size: 0.8em;
}

.newsletter-form .btn-submit{
    color: #000;
    background-color: #f3d40f;
    border-color: #f3c50f;
    font-weight:700 !important;
    font-style: normal;
    letter-spacing: 1px;
}

.newsletter-form .btn-submit:hover{
    color: #fff;
    background-color: #f3c50f;
    border-color: #f3c50f;
}







.followus-box{
  border-width: 0px 0px 0px 1px;
  border-color: #000;
  border-style: solid;
}
.followus-box .head{
    font-weight:700 !important;
    font-style: normal;  
    color:#000;
    letter-spacing: 1px;
    font-size: 0.8em;
    display:inline-block;
    vertical-align: middle;
    padding-left:1em;
    padding-right:1em;    
}
.followus-box .icons{
    display:inline-block;
    vertical-align: middle;
}







.addressbar{
  background-color: #000;
  padding:1.5em;
  color:#fff;
}

.addressbar .name{
    font-weight:700 !important;
    font-style: normal;  
}
.addressbar .address{
    color: #aaa;
}






.secretariat-item{
  margin-bottom: 5em;
  padding-bottom: 0.5em;
  color:#999;
  border-width:0px 0px 1px 0px;
  border-color: #999;
  border-style: solid;
}
.secretariat-item .image{
    margin-bottom: 2em;
}
.secretariat-item .function{
  font-style: italic;    

}





.loadmore-btn{
    font-weight:700 !important;
    font-style: normal; 
    text-transform: uppercase;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 0.9em;
    letter-spacing: 1.0px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 0px solid transparent;
    border-radius:50%;
    width:140px;
    height:140px;
    background-color: #000;
    color:#fff;
}

.loadmore-btn:hover{
    background-color: #f3d40f;
    color:#000;
}





.capitalize p:first-child {  
    padding: 0px;  
    position: relative;  
}  
.capitalize p:first-child:first-letter {  
    font-size: 5em;  
    float: left;  
    padding: 0.0em 0px 0px 0px;  
    font-weight:300;
    font-style: normal;
    margin-right: 0.2em;  
    line-height: 0.8em;
}  



.white{
    color:#fff !important;
}
.black{
    color:#000 !important;
}
.blue{
    color:#08C;
}
.linkblue{
    color:#428BCA;
}
.gray{
    color:#999999 !important;
}
.whitebgnd{
    background-color: #ffffff;
    background-color: rgba(255,255,255,1);  
}
.greenbgnd{
  background-color: #1ca376;
}
.yellowbgnd{
  background-color: #fedd32;
}
.redbgnd{
  background-color: #e8242d;
}









.btn-darkgray {
    padding:8px 12px;
    color: #fff;
    background-color: #444;
    border-color: #CCC;
    margin-top:5px;
    font-size:1em;
}

.btn-darkgray +.btn-darkgray{
      margin-top:10px;
}

.btn.btn-darkgray:hover, .btn.btn-darkgray:focus, .btn.btn-darkgray.focus {
    color: #fff;
    background-color: #999;
    text-decoration: none;
}



.btn-yellow{
    color: #000;
    background-color: #f3d40f;
    border-color: #f3c50f;
    font-weight:700 !important;
    font-style: normal;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.btn-yellow:hover{
    color: #fff;
    background-color: #f3c50f;
    border-color: #f3c50f;
}


.btn-green{
    color: #000;
    background-color: #7fab8d;
    border-color: #84ab7f;
    font-weight:700 !important;
    font-style: normal;
    letter-spacing: 1px;
}

.btn-yellow:hover{
    color: #fff;
    background-color: #84ab7f;
    border-color: #84ab7f;
}












#owl-carousel-section .owl-nav{
  position:absolute;
  top:50%;
  width:100%;
}
#owl-carousel-section .owl-nav .owl-prev{
  float:left;
  background-color: transparent;
  font-size:1.8em;
}
#owl-carousel-section .owl-nav .owl-prev:hover{
  color:#000;
}
#owl-carousel-section .owl-nav .owl-next{
  float:right;
  background-color: transparent;
  font-size:1.8em;
}
#owl-carousel-section .owl-nav .owl-next:hover{
  color:#000;
}

#owl-carousel-section .owl-item .owl-caption{
  z-index: 100;
  position:absolute;
  bottom:0px;
  left:0px;
  right:0px;
  background-color: rgba(0,0,0,0.6);
  color:#fff;
  padding: 20px;
}
#owl-carousel-section .owl-controls{
  margin-top:0px;
}







.owl-carousel-home-section .owl-nav{
  position:absolute;
  top:50%;
  width:100%;
}
.owl-carousel-home-section .owl-nav .owl-prev{
  float:left;
  background-color: transparent;
  font-size:1.8em;
}
.owl-carousel-home-section .owl-nav .owl-prev:hover{
  color:#000;
}
.owl-carousel-home-section .owl-nav .owl-next{
  float:right;
  background-color: transparent;
  font-size:1.8em;
}
.owl-carousel-home-section .owl-nav .owl-next:hover{
  color:#000;
}

.owl-carousel-home-section .owl-controls{
  margin-top:0px;
  position: absolute;
  bottom:120px;
  left:0px;
  right:0px;
}

.owl-carousel-home-section .owl-item .owl-caption{
  z-index: 100;
  position:relative;
  background-color: transparent;
  color:#fff;
  padding: 100px 20px 0px 20px;
  text-align: center;
}








#content_wrapper{
    margin-top:50px;
}


.link-chevron{
    display:inline-block;
    font-size:1.3em;
    top:5px;
    position:relative;
}

.btn-link-chevron{
    display:inline-block;
    font-size:1.3em;
    position:relative;
}

.dropdown-icon{
    display:inline-block;
    font-size:1.3em;
    top:5px;
    position:relative;
}






fieldset{
    border-width: 0px;
}


.coverfull_img{
    position:relative;
    width:100%;
    height:100vh;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat:no-repeat;
}








ul.checklist{
    margin-left:0px;
    padding-left:0px;
    margin-bottom:20px;
}

ul.checklist li{
    margin-left:0em;
    padding-left:0em;
    list-style:none;
}

ul.checklist li:before{
    content:'\e116';
    font-family:eleA_icons;
    display:inline-block;
    margin-left:0em;
    padding-left:0em;
    margin-right: 0.5em;
    width:1.2em;
}







#pagecontainer ul{
    margin-top:0px;
    padding-top:0px;
    margin-left:16px;
    padding-left:0px;
}
#pagecontainer ul li:before{ 
    content:"–"; 
    position:relative; 
    left:-0.2em;
}
#pagecontainer ul li{ 
    list-style:none;
    text-indent:-0.7em; 
}





ul.folder-list{
    margin-left:0px;
    padding-left:0px;
    margin-bottom:20px;
}
ul.folder-list > li{
    margin-left:0em;
    padding-left:0em;
    list-style:none;
}

ul.folder-list > li:before{
    content:'\e118';
    font-family:Glyphicons Halflings;
    display:inline-block;
    margin-left:0em;
    padding-left:0em;
    margin-right: 0.5em;
    width:1.2em;
}


ul.chat-list{
    margin-left:0px;
    padding-left:0px;
    margin-bottom:20px;
}
ul.chat-list > li{
    margin-left:0em;
    padding-left:0em;
    list-style:none;
}

ul.chat-list > li:before{
    content:'\e111';
    font-family:Glyphicons Halflings;
    display:inline-block;
    margin-left:0em;
    padding-left:0em;
    margin-right: 0.5em;
    width:1.2em;
}



a.yellowlink:link, a.yellowlink:visited{
    color:#fff200;
    text-decoration: none;    
}
a.yellowlink:hover{
    text-decoration: none;
    border-bottom:1px solid #fff200;    
}

a.bluelink:link, a.bluelink:visited{
    color:#08C;
    text-decoration: none;    
}
a.bluelink:hover{
    text-decoration: none;
    border-bottom:1px solid #08C;    
}


a.whiteyellowlink:link, a.whiteyellowlink:visited{
    color:#ffffff;
}
a.whiteyellowlink:hover{
    color:#fff200;
}



a.whitelink:link, a.whitelink:visited{
    color:#ffffff;
}
a.whitelink:hover{
    color:#000000;
}

a.blacklink:link, a.blacklink:visited{
    color:#000000;
    text-decoration: none;    
}
a.blacklink:hover{
    text-decoration: none;
    border-bottom:1px solid #000;   
}


a.iconlink:link, a.iconlink:visited{
    color:#000000;
    text-decoration: none;    
}
a.iconlink:hover{
    color:#444444;
    text-decoration: none;
}


a.circularlink:link, a.circularlink:visited{
    color:#000000;
    text-decoration: none;    
}
a.circularlink:hover{
    color:#08C;
    text-decoration: none;
    border-bottom:1px solid #000;   
}





.well{
    border-width:5px;
}





.underline-dotted{
    text-decoration: none; 
    border-bottom:1px dotted;
}


.collapsed .collapse-content{
    display:inline;
}
.collapsed .not-collapse-content{
    display:none;
}

.collapse-content{
    display:none;
}
.not-collapse-content{
    display:inline;
}




.modal-content{
    border-radius: 0px;
    border:none;
}












.chat-message .chat-message-body{
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
  border-left: 2px solid #d2d2d2;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}




/***********************************/
/**          CHAT                 **/
/**********************************/
/* line 1105, ../../src/sass/_widgets.scss */
.chat-messages {
  padding-right: 15px;
}

/* line 1109, ../../src/sass/_widgets.scss */
.chat-footer {
  height: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 10px;
}
/* line 1113, ../../src/sass/_widgets.scss */
.chat-footer input {
  margin-bottom: 0;
}

/* line 14, ../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.chat-message:before, .chat-message:after {
  content: " ";
  display: table;
}
/* line 19, ../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.chat-message:after {
  clear: both;
}
/* line 1120, ../../src/sass/_widgets.scss */
.chat-message .icon {
  position: relative;
  z-index: 1;
  text-align: center;
  width: 53px;
  height: 53px;
  line-height: 53px;
  vertical-align: middle;
  -moz-border-radius: 53px;
  -webkit-border-radius: 53px;
  border-radius: 53px;
}
/* line 1130, ../../src/sass/_widgets.scss */
.chat-message .icon img {
  position: relative;
  top: -2px;
  width: 50px;
  height: 50px;
}
/* line 1138, ../../src/sass/_widgets.scss */
.chat-message .time {
  font-size: 12px;
  line-height: 1.5em;
  text-align: center;
  color: #d2d2d2;
}

/* line 1146, ../../src/sass/_widgets.scss */
.chat-message + .chat-message {
  margin-top: 10px;
}

/* line 1150, ../../src/sass/_widgets.scss */
.chat-message-body {
  margin-left: 73px;
  padding: 8px 10px;
  background: rgba(51, 51, 51, 0.25);
  position: relative;
  border-left: 2px solid #d2d2d2;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
/* line 1159, ../../src/sass/_widgets.scss */
.chat-message-body.on-left {
  margin-left: 0;
  margin-right: 73px;
  border-left: none;
  border-right: 2px solid white;
}
/* line 1165, ../../src/sass/_widgets.scss */
.chat-message-body.on-left .arrow {
  left: auto;
  right: -7px;
  border-right: none;
  border-left: 5px solid #e3e3e3;
}
/* line 1173, ../../src/sass/_widgets.scss */
.chat-message-body.on-left .sender, .chat-message-body.on-left .text {
  text-align: right;
}
/* line 1178, ../../src/sass/_widgets.scss */
.chat-message-body .arrow {
  display: block;
  position: absolute;
  top: 21px;
  left: -7px;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid #e3e3e3;
}






@media(max-width:767px){
  .homepage-item{
    width:100%;
  }
  .page-head{
    padding-top:0px;
  }

  .page-head h1{
      font-weight:600 !important;
      font-style: normal;  
      font-size: 1.7em;
      letter-spacing: 2px;
      color:#fff;
      text-transform: uppercase;
  }

  .owl-carousel-home-section .owl-item .owl-caption{
    z-index: 100;
    position:relative;
    background-color: transparent;
    color:#fff;
    padding: 0px 20px 0px 20px;
    text-align: center;
  }

}
@media(min-width:768px){


}


@media(min-width:992px){

}

@media(min-width:1200px){


}


