html {
    height:100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body{
    font-family: "Neo Sans W01", sans-serif;
    font-weight:400;
    font-style: normal;
    font-size: 13.5pt;
    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;
}



h1{
    font-family: "Neo Sans W01 Medium", sans-serif;
    font-size: 1.6em;
    font-weight:normal;
    font-style: normal;
    line-height: 1.3em;
    margin-bottom:1.00em;
}

h2{
    font-size: 1.4em;
    margin-top:0em;
}

h3{
    font-family: "Neo Sans W01 Medium", sans-serif;
    font-style: normal;  
    font-weight:normal;
    text-align: center;
    font-size: 1.5em;
    margin-top:0em;
    margin-bottom: 1.0em;
    line-height:1.2em;
    color:#333;
}

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;
}





.form-group.required .control-label:after {
  content:"*";
  color:red;
}




/* FULL PAGE CONTAINER */
#pagecontainer .container{
  position:relative;
}





#pagecontainer ul.pagination li{
  list-style: initial;
  text-indent: initial;
}
#pagecontainer ul.pagination li::before{
  content:'';
}
/* END FULL PAGE CONTAINER */






/* CONTENT PAGE */
.contentpage{
  padding-top:11em;
  padding-bottom:9em; 
}
.contentpage .section-fullwidth{
  margin-left:-15px;
  margin-right:-15px;
}

.loaded .contentpage{

}

.loaded .slidein{
  -webkit-animation: slide-in-animation 2s 1; /* Safari 4+ */
  -moz-animation:    slide-in-animation 2s 1; /* Fx 5+ */
  -o-animation:      slide-in-animation 2s 1; /* Opera 12+ */
  animation:         slide-in-animation 2s 1; /* IE 10+, Fx 29+ */  

  -webkit-animation-fill-mode:forwards;  /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
  -moz-animation-fill-mode:forwards;
  animation-fill-mode:forwards; 
  
  -webkit-transform: translate3d(0, 100%, 0);  
  transform: translate3d(0, 100%, 0);    
}



@-webkit-keyframes slide-in-animation {
  from   {    -webkit-transform: translate3d(0, 100%, 0);  
            transform: translate3d(0, 100%, 0); }
  to {    -webkit-transform: translate3d(0, 0%, 0);  
            transform: translate3d(0, 0%, 0); }
}
@-moz-keyframes slide-in-animation {
  from   {    -webkit-transform: translate3d(0, 100%, 0);  
            transform: translate3d(0, 100%, 0); }
  to {    -webkit-transform: translate3d(0, 0%, 0);  
            transform: translate3d(0, 0%, 0); }
}
@-o-keyframes slide-in-animation {
  from   {    -webkit-transform: translate3d(0, 100%, 0);  
            transform: translate3d(0, 100%, 0); }
  to {    -webkit-transform: translate3d(0, 0%, 0);  
            transform: translate3d(0, 0%, 0); }
}
@keyframes slide-in-animation {
  from   {    -webkit-transform: translate3d(0, 100%, 0);  
            transform: translate3d(0, 100%, 0); }
  to {    -webkit-transform: translate3d(0, 0%, 0);  
            transform: translate3d(0, 0%, 0); }
}



.cpage-header{
    background-color: rgba(255,255,255,0.93);
    border-radius: 8px 8px 0px 0px;
    text-align: center;
    border-width:0px 0px 0px 0px;
    border-color: #aaa;
    border-style: solid;
    min-height:73px;
}


.cpage-splitter{
    background-color: rgba(255,255,255,0.93);
    border-radius: 0px;
    text-align: center;
    border-width:0px 0px 0px 0px;
    border-color: #aaa;
    border-style: solid;
    min-height:73px;
}

.cpage-content{
    background-color: #ffffff;
}

.cpage-footer{
    background-color: rgba(255,255,255,0.93);
    border-radius: 0px 0px 8px 8px;  
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    min-height:73px;
    font-size: 0.8em;
}


.contentpage-head{
  text-align: center;
  padding-top:1em;
  padding-bottom:1em;
}
.contentpage-head h1{
    font-weight:normal;
    font-style: normal; 
    font-size: 0.8em;
    letter-spacing: 1px;
    color:#000;
    text-transform: uppercase;
}


.page-title{
    text-align: center;
    padding-top:1em;
    padding-bottom:0em;
    font-weight:600 !important;
    font-style: normal;  
    font-size: 1.2em;
    letter-spacing: 1px;
    color:#fff;
    text-transform: uppercase;
}

.page-box{
    padding-top: 3em;
    padding-bottom: 3em;
}

.cpage-header .title{
    line-height: 73px;
    text-transform: uppercase;
}

.cpage-header .title a.title-link:link, .cpage-header .title a.title-link:visited{
    color:#000;
}
.cpage-header .title a.title-link:{
    color:#999;
    text-decoration: none;
}

.cpage-header .title h1{
    font-weight:400 !important;
    font-style: normal;  
    font-size: 0.8em;
    letter-spacing: 1px;
    color:#000;
    text-transform: uppercase;
    padding:0px;
    margin:0px;
    line-height: 73px;
}

.cpage-splitter .title h1{
    font-weight:400 !important;
    font-style: normal;  
    font-size: 0.8em;
    letter-spacing: 1px;
    color:#000;
    text-transform: uppercase;
    padding:0px;
    margin:0px;
    line-height: 73px;
}


.cpage-footer a.footer-link:link, .cpage-footer a.footer-link:visited{
    color:#000;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.cpage-footer a.footer-link:hover{
    color:#999;
    text-decoration: none;
}

/* END CONTENT PAGE */






/* SLIDER */
.mobile .slider-video{
  display:none;
}
.slider-video{
  display:block;
}

.mobile .slider-video-image{
  display:block;
}
.slider-video-image{
  display:none;
}




/* END SLIDER */







/* BUTTONS */

.btn-yellow{
  font-family: "Neo Sans W01 Medium", sans-serif;
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.btn-yellow.focus, .btn-yellow:focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d
}

.btn-yellow:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512
}

.btn-yellow.active, .btn-yellow:active, .open>.dropdown-toggle.btn-yellow {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512
}

.btn-yellow.active.focus, .btn-yellow.active:focus, .btn-yellow.active:hover, .btn-yellow:active.focus, .btn-yellow:active:focus, .btn-yellow:active:hover, .open>.dropdown-toggle.btn-yellow.focus, .open>.dropdown-toggle.btn-yellow:focus, .open>.dropdown-toggle.btn-yellow:hover {
    color: #fff;
    background-color: #d58512;
    border-color: #985f0d
}


.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
    letter-spacing: 1px;
}

.btn-default.focus, .btn-default:focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c
}

.btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}

.btn-default.active, .btn-default:active, .open>.dropdown-toggle.btn-default {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}

.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open>.dropdown-toggle.btn-default.focus, .open>.dropdown-toggle.btn-default:focus, .open>.dropdown-toggle.btn-default:hover {
    color: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c
}

/* END BUTTONS */








/* GOOGLE MAPS */
.gmap_canvas{
  z-index:1; 
  height:500px;
  width:100%;  
}

/* END GOOGLE MAPS */


.newsbgnd{
  background-color: #77bc1f;
  background-color: rgba(119,188,31,0.9); 
}

.positionbgnd{
  background-color: #707070;
  background-color: rgba(112,112,112,0.9); 
}


.videoslide{

}

.videobgnd{
  display: block;
  position: absolute;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;

  overflow: hidden;
}

.videobgnd video {
  /* Make video to at least 100% wide and tall  */
  min-height: 100%;
  min-width: 100%;  
  
  /* Setting width & height to auto prevents the browser from stretching or squishing the video*/
  width: auto;
  height: auto;

  z-index: -100;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
 
  /* Center the video */
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}

.videobgnd video-controls {
  display: none !important;
}


.boxcornerrounded{
  border-radius: 8px;
}


/* HOMEPAGE INTRO */

.homeintrosection{
  background-color: #444;
}

.introbox{
  background-color: #fff;
  padding:50px;
  text-align: center;
  margin-top: 100px;
  margin-bottom: 100px;
}

/* END HOMEPAGE INTRO */





/* HOMEPAGE TWEETS */

.tweets-header{
    background-color: rgba(255,255,255,0.93);
    border-radius: 8px 8px 0px 0px;
    border-width:0px 0px 0px 0px;
    border-color: #aaa;
    border-style: solid;
    min-height:73px;
    line-height: 73px;
    padding-left:30px;
    padding-right:30px;
}

.tweets-content{
    background-color: #eeeeee;
}

.tweets-footer{
    background-color: rgba(255,255,255,0.93);
    border-radius: 0px 0px 8px 8px;  
    min-height:73px;
    line-height: 73px;
    padding-left:30px;
    padding-right:30px; 
}

.tweets-footer a.footer-link:link, .tweets-footer a.footer-link:visited{
    font-size: 0.8em;
    color:#000;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.tweets-footer a.footer-link:hover{
    color:#999;
    text-decoration: none;
}


.tweet-items{
  position: relative;
  margin-top:-73px;
  margin-bottom:-73px;
  z-index: 4000;  
}
.twitter-logo{
  color:#5aaeeb;
  font-size: 1.5em !important;

}
.tweet-follow-box{
  position:absolute;
  right:30px;
  top:0px;
}


.tweet-item{
    border-width:0px 0px 1px 0px;
    border-color: #aaa;
    border-style: solid;
    padding:30px;
    position: relative;
}
[class~='tweet-item']:last-of-type  {
  border-width:0px 0px 0px 0px;
}
.tweet-item .head{
  float:none;
}
.tweet-item .head:after{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}


.tweet-item .head .profile-image{
  float:left;
}
.tweet-item .head .profile-image img{
    border-radius: 6px 6px 6px 6px;
}

.tweet-item .head .profile-info{
  float:left;
  margin-left:15px;
}
.tweet-item .head .profile-info .name{

}
.tweet-item .head .profile-info .at{
  color:#999;
}
.tweet-item .imagebox{
    background-color: #ffffff;
    border-radius: 8px 8px 8px 8px;
    border-width:1px 1px 1px 1px;
    border-color: #aaa;
    border-style: solid;    
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;    
    margin-bottom: 15px;
}
.tweet-item .imagebox img{
  opacity: 0;
}

.tweet-item .quotebox{
    background-color: #ffffff;
    border-radius: 10px 10px 10px 10px;
    border-width:1px 1px 1px 1px;
    border-color: #aaa;
    border-style: solid;
    padding:15px;   
}
.tweet-item .quotebox .quote-img{
    padding-bottom:15px;   
}
.tweet-item .quotebox .quote-text{
}

.tweet-item .textbox{
    color: #000;
    padding-top: 30px;
    padding-bottom: 30px;
}
.tweet-item .textbox .content{
    font-family: "Neo Sans W01 Light734947", sans-serif;
    font-size: 1.3em;
}
.tweet-item .textbox a:link, .tweet-item .textbox a:visited{
  color:#0084b4;
}
.tweet-item .textbox a:hover{
  color:#0084b4;
}

.tweet-item .datebox{
    font-family: "Neo Sans W01 Medium", sans-serif;
    font-size: 0.8em;
    padding-bottom: 15px;
}

.linkbox{
    padding-top:15px;
}
.tweetlink{
    padding:0px 40px 0px 0px;
}
a.tweetlink:link,a.tweetlink:visited{
    color:#999;
    text-decoration: none;
}
a.tweetlink:hover{
    color:#000;
    text-decoration: none;
}

/* END HOMEPAGE TWEETS */





.background-banner{
    position:fixed;
    width:100%;
    height:100%;
    z-index:-1;
    top:0px;
    bottom:0px;
    left:0px;
    right:0px;
}








.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;        
}









/* CIRCULARS */

.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;
}

/* END CIRCULARS */















/* POSITIONLIST */
.positions-background{
  background-blend-mode: multiply;
  background-color: #aaa;
}

.positionslist ul.pagination{

}
.positionslist ul.pagination li.active > span{
  background-color: #7A7A78;  
  border-color: #7A7A78; 
  color:#fff; 
}
.positionslist .pagination>li>a, .positionslist .pagination>li>span{
  color:#000;
}
.positionslist .pagination>li>a:focus, .positionslist .pagination>li>a:hover, .positionslist .pagination>li>span:focus, .positionslist .pagination>li>span:hover{
  color:#000;
}

.positionslist-item{
  border-width:0px 0px 1px 0px;
  border-color: #aaa;
  border-style: solid;
  display:block;
  text-align: center;
  padding: 1.5em 5em 1.5em 5em;
  text-decoration: none;
  -o-transition: background-color .5s;
  -ms-transition: background-color .5s;
  -moz-transition: background-color .5s;
  -webkit-transition: background-color .5s;
  transition: background-color .5s;  
  background-color: #ffffff;
}
[class~='positionslist-item']:last-of-type{
  border-width:0px 0px 0px 0px;
}
a.positionslist-item:hover{
  background-color: #7A7A78;
  text-decoration: none;
}

.positionslist-item .title{
    font-family: "Neo Sans W01 Medium", sans-serif;
    font-weight: normal;
    font-style: normal; 
    color:#333;
    font-size: 1.2em;
}
a.positionslist-item:hover .title{
    color:#fff;
}
.positionslist-item .date{
    font-weight:400 !important;
    font-style: normal; 
    color:#000;
    font-size: 0.8em;
    text-transform: uppercase;
    margin-bottom: 0.5em;
    letter-spacing: 1px;
}

.positionslist-item .subtitle{
    font-weight:600 !important;
    font-style: normal; 
    color:#ccc;
    font-size: 0.8em;
}
a.positionslist-item:hover .subtitle{
    color:#000;
}

/* END POSITIONLIST */






/* NEWS LIST */

.news-background{
  background-color: #61BF1A;
  background-blend-mode: multiply;
}

.newslist ul.pagination{

}
.newslist ul.pagination li.active > span{
  background-color: #61BF1A;  
  border-color: #61BF1A; 
  color:#fff; 
}
.newslist .pagination>li>a, .newslist .pagination>li>span{
  color:#000;
}
.newslist .pagination>li>a:focus, .newslist .pagination>li>a:hover, .newslist .pagination>li>span:focus, .newslist .pagination>li>span:hover{
  color:#000;
}


.newslist-item{
  border-width:0px 0px 1px 0px;
  border-color: #aaa;
  border-style: solid;
  display:block;
  text-align: center;
  padding:1.5em 5em 1.5em 5em;
  text-decoration: none;
  -o-transition: background-color .5s;
  -ms-transition: background-color .5s;
  -moz-transition: background-color .5s;
  -webkit-transition: background-color .5s;
  transition: background-color .5s;
}
[class~='newslist-item']:last-of-type  {
  border-width:0px 0px 0px 0px;
}
a.newslist-item:hover{
  background-color: #61BF1A;
  text-decoration: none;
}

.newslist-item .title{
    font-family: "Neo Sans W01 Medium", sans-serif;
    font-weight:normal !important;
    font-style: normal; 
    color:#333;
    font-size: 1.2em;
    margin-bottom: 0.5em;
}
a.newslist-item:hover .title{
    color:#fff;
}


.newslist-item .date{
    font-weight:400 !important;
    font-style: normal; 
    color:#000;
    font-size: 0.8em;
    text-transform: uppercase;
    margin-bottom: 0.5em;
    letter-spacing: 1px;
}
a.newslist-item:hover .date{
    color:#fff;
}

.newslist-item .shortdescription{
    color:#000;  
}
a.newslist-item:hover .shortdescription{
    color:#fff;
}

/* END NEWS LIST */






/* POSITION PAGE */

.position-page{

}
.position-page .documentlist{
  list-style: none;
  margin:0px;
  padding:0px;
}
.position-page .documentlist li:before{
  content:none;
}
.position-page .content-section{
    padding-top: 2em;
}
.position-page .document-section{
    border-width: 1px 0px 0px 0px;
    border-style: solid;
    border-color: #ddd;
    padding-top: 2em;
    padding-bottom: 2em;
}
.position-date{
    font-weight:400 !important;
    font-style: normal; 
    color:#000;
    font-size: 0.8em;
    text-transform: uppercase;
    margin-bottom: 0.5em;
    letter-spacing: 1px;
    text-align: center;
}
.position-title{
}
.position-title h1{
    text-align: center;
    padding-top:1em;
    padding-bottom:0em;
    font-weight:600 !important;
    font-style: normal;  
    font-size: 1.2em;
    letter-spacing: 1px;
    color:#000;
}
.position-title h2{
    font-family: "Neo Sans W01 Medium", sans-serif;
    font-weight:normal !important;
    font-style: normal; 
    color:#333;
    font-size: 1.2em;
    margin-bottom: 1.5em;
    text-align: center;
}


.position-page .tags{
    font-size: 1em;
    color:#000;
    margin-bottom: 1em;
}

.position-page a.taglink:link,
.position-page a.taglink:visited {
    text-transform: uppercase;
    color:#000;
}
.position-page a.taglink:hover {
    color:#777;
    text-transform: uppercase;
}


a.btn-position-prev-top:link, a.btn-position-prev-top:visited{
  line-height: 73px;
  padding:20px;
  color:#000;
}
a.btn-position-prev-top:hover{
  color:#000;
  background-color: #eeeeee;
}
a.btn-position-next-top:link, a.btn-position-next-top:visited{
  line-height: 73px;
  padding:20px;
  color:#000;
}
a.btn-position-next-top:hover{
  color:#000;
  background-color: #eeeeee;
}
/* END POSITION PAGE */







/* NEWS PAGE */

.news-page{

}
.news-page .documentlist{
  list-style: none;
  margin:0px;
  padding:0px;
}
.news-page .documentlist li:before{
  content:none;
}
.news-page .content-section{
    padding-top: 2em;
}
.news-page .document-section{
    border-width: 1px 0px 0px 0px;
    border-style: solid;
    border-color: #ddd;
    padding-top: 2em;
    padding-bottom: 2em;
}
.news-date{
    font-weight:400 !important;
    font-style: normal; 
    color:#000;
    font-size: 0.8em;
    text-transform: uppercase;
    margin-bottom: 0.5em;
    letter-spacing: 1px;
    text-align: center;
}
.news-title{
}
.news-title h1{
    text-align: center;
    padding-top:1em;
    padding-bottom:0em;
    font-weight:600 !important;
    font-style: normal;  
    font-size: 1.2em;
    letter-spacing: 1px;
    color:#000;
}
.news-title h2{
    font-family: "Neo Sans W01 Medium", sans-serif;
    font-weight:normal !important;
    font-style: normal; 
    color:#333;
    font-size: 1.2em;
    margin-bottom: 1.5em;
    text-align: center;
    line-height:1.5em;
}


.news-page .tags{
    font-size: 1em;
    color:#000;
    margin-bottom: 1em;
}

.news-page a.taglink:link,
.news-page a.taglink:visited {
    text-transform: uppercase;
    color:#000;
}
.news-page a.taglink:hover {
    color:#777;
    text-transform: uppercase;
}


a.btn-news-prev-top:link, a.btn-news-prev-top:visited{
  line-height: 73px;
  padding:20px;
  color:#000;
}
a.btn-news-prev-top:hover{
  color:#000;
  background-color: #eeeeee;
}
a.btn-news-next-top:link, a.btn-news-next-top:visited{
  line-height: 73px;
  padding:20px;
  color:#000;
}
a.btn-news-next-top:hover{
  color:#000;
  background-color: #eeeeee;
}


/* END NEWS PAGE */













.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:#000;
}
.secretariat-item .image{
    margin-bottom: 2em;
}
.secretariat-item .name{
    font-weight:700 !important;
    font-style: normal;  
}
.secretariat-item .function{
  font-style: italic;    
}






.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;
}  



.page-bgnd{
    background-color: #ffffff;
    background-color: rgba(255,255,255,1);  
}




/* COLORS */
.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;
}
.redbgnd{
  background-color: #e8242d;
}
/* END COLORS */


















.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;
}










/* HOME CAROUSEL */
.owl-carousel-home-section .owl-nav{
  position:absolute;
  top:50%;
  width:100%;
}
.owl-carousel-home-section .owl-controls{
  margin-top:0px;
  position: absolute;
  bottom:120px;
  left:0px;
  right:0px;
}
.owl-carousel-home-section .owl-item .captioncontainer{
  padding: 100px 30px 100px 30px;
}
.owl-carousel-home-section .owl-item .captionbox{
  color:#fff;
  padding: 50px;
  text-align: center;
}

.owl-carousel-home-section .owl-item .captioncontainer h2{
  font-size: 2em;
  font-family: "Neo Sans W01 Medium", sans-serif;
  margin-bottom: 1em;
}
.owl-carousel-home-section .owl-item .captioncontainer h3{
  font-size: 1em;
  font-family: "Neo Sans W01", sans-serif;
  font-weight: normal;
  font-style: normal;
  color:#fff;
  line-height:1.5em;
}
.owl-carousel-home-section .captionbox a.btn-square:link,.owl-carousel-home-section .captionbox a.btn-square:visited{
    font-family: "Neo Sans W01 Medium", sans-serif;
    font-size:0.8em;
    padding:15px 20px 15px 20px;
    background-color: #fff;
    color:#000;
    text-transform: uppercase;
    border: 1px solid #999;
    border-radius: 4px;
}
.owl-carousel-home-section .captionbox a.btn-square:hover{
    background-color: #000;
    color:#fff;
    text-decoration: none;
}
.owl-carousel-home-section .prevcontainer{
    position:absolute;
    height:100%;
    padding:15px;
    display:block;
    left:0px;
    top:0px;
    font-size:2.5em;
    z-index: 2000;
}
.owl-carousel-home-section a.prev:link,.owl-carousel-home-section a.prev:visited{
    position:relative;
    top:45%;
    color:#fff;
}
.owl-carousel-home-section a.prev:hover{
    color:#000;
}
.owl-carousel-home-section .nextcontainer{
    position:absolute;
    height:100%;
    padding:15px;
    display:block;
    right:0px;
    top:0px;
    font-size:2.5em;
    z-index: 2000;
}
.owl-carousel-home-section a.next:link,.owl-carousel-home-section a.next:visited{
    position:relative;
    top:45%;
    color:#fff;
}
.owl-carousel-home-section a.next:hover{
    color:#000;
}

.owl-carousel-home-section a.scrolldown:link,.owl-carousel-home-section a.scrolldown:visited{
    font-size:2em;
    color:#fff;
}
.owl-carousel-home-section a.scrolldown:hover{
    color:#000;
    text-decoration: none;
}
.owl-carousel-home-section .scrolldown-container{
  position:absolute;
  bottom:0px;
  left:0px;
  right:0px;
  z-index:1;
  padding:15px;
  text-align: center;
}
/* END HOME CAROUSEL */









#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;
}






.coverfull_img{
    position:relative;
    width:100%;
    min-height:100vh;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat:no-repeat;
}






/* UL'S */
.contentpage p + ul{
  margin-top:-2em;
  margin-bottom:2em;
}
.contentpage ul{
  padding-left:1.3em;
}
.contentpage ul li:before{ 
    content:"–"; 
    position:relative; 
    margin-left:-1.3em;
    width:1.3em;
    display: inline-block;
}
.contentpage ul li{ 
    list-style:none;
}




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;
}




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;
}

/* END UL's */







/* LINKS */

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;   
}

/* END LINKS */






.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                 **/
/**********************************/
.chat-messages {
  padding-right: 15px;
}

.chat-footer {
  height: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 10px;
}
.chat-footer input {
  margin-bottom: 0;
}

.chat-message:before, .chat-message:after {
  content: " ";
  display: table;
}
.chat-message:after {
  clear: both;
}
.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;
}
.chat-message .icon img {
  position: relative;
  top: -2px;
  width: 50px;
  height: 50px;
}
.chat-message .time {
  font-size: 12px;
  line-height: 1.5em;
  text-align: center;
  color: #d2d2d2;
}

.chat-message + .chat-message {
  margin-top: 10px;
}

.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;
}
.chat-message-body.on-left {
  margin-left: 0;
  margin-right: 73px;
  border-left: none;
  border-right: 2px solid white;
}
.chat-message-body.on-left .arrow {
  left: auto;
  right: -7px;
  border-right: none;
  border-left: 5px solid #e3e3e3;
}
.chat-message-body.on-left .sender, .chat-message-body.on-left .text {
  text-align: right;
}
.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;
}





header{
}



/* FOOTER */

footer{
    background-color: #fff;
    font-size: 0.8em;
    color:#000;
}

footer .copyright-box{
    line-height:1em;  
}

footer a.footerlink:link, footer a.footerlink:visited{
    color:#000;
    text-decoration: none;
}
footer a.footerlink:hover, footer a.footerlink:active{
    text-decoration: none;
    border-bottom:1px solid #000;   
}


footer .follow-box{
    margin-top:-0.6em;
    text-align: right;
    line-height:1em;  
}

footer a.social-link:link, footer a.social-link:visited{
    color:#000;
    text-decoration: none;   
    font-size: 1.5em;
}
footer a.social-link:hover{
    color:#444;
    text-decoration: none;
}
footer hr{
  border-top-color:#ddd;
}

/* FOOTER END */





/* FORM */

.form-background{
    background-blend-mode: multiply;
    background-color: #444;
}

.special-field{
  display:none;
}



/* END FORM */








/* MEDIA QUERIES */

@media(max-width:767px){
  body{
      font-size: 12.5pt;
  }
  h1{
    font-size:1.4em;
  }
  h2{
    font-size:1.3em;
  }  
  .owl-carousel-home-section .owl-item .captioncontainer h2{
    font-size:1.3em;
  }
  .newslist-item{
    padding:1.5em 1em 1.5em 1em;
  }

  .positionslist-item{
    padding:1.5em 1em 1.5em 1em;
  }

  .cpage-header, .cpage-content, .cpage-footer{
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media(min-width:768px){


}


@media(min-width:992px){

}

@media(min-width:1200px){


}
/* END MEDIA QUERIES */
