@import "bootstrap.css";
@import "font-awesome.css";
/*@import "pushy.css";
@import "responsiveslides.css";*/
/*****************************************/
/***************JANUARY 2018**************/
/*****************************************/
@font-face {
    font-family: 'FontAwesome';
    src: url(../fonts/fontawesome-webfont.eot);
    src: url(../fonts/fontawesome-webfont.eot?#iefix) format('embedded-opentype'), url(../fonts/fontawesome-webfont.woff) format('woff'), url(../fonts/fontawesome-webfont.ttf) format('truetype'), url(../fonts/fontawesome-webfont.svg#fontawesomeregular) format('svg');
    font-weight: 400;
    font-style: normal
}
@font-face {
    font-family: 'Raleway';
    src: url(../fonts/raleway-regular.eot);
    src: url(../fonts/raleway-regular.eot?#iefix) format('embedded-opentype'),  url(../fonts/Raleway-Regular.ttf) format('truetype');
    font-style: normal;
    font-weight: 400;
    text-rendering: optimizeLegibility
}
@font-face {
    font-family: 'Raleway-Bold';
    src: url(../fonts/raleway-bold.eot);
    src: url(../fonts/raleway-bold.eot?#iefix) format('embedded-opentype'), url(../fonts/raleway-bold.woff) format('woff'), url(../fonts/Raleway-Bold.ttf) format('truetype');
    font-style: normal;
    font-weight: 400;
    text-rendering: optimizeLegibility
}
@font-face {
    font-family: 'Raleway-Thin';
    src: url(../fonts/raleway-thin.eot);
    src: url(../fonts/raleway-thin.eot?#iefix) format('embedded-opentype'), url(../fonts/raleway-thin.woff) format('woff'), url(../fonts/Raleway-Thin.ttf) format('truetype');
    font-style: normal;
    font-weight: 400;
    text-rendering: optimizeLegibility
}
@font-face {
    font-family: 'Raleway-Light';
    src: url(../fonts/raleway-light.eot);
    src: url(../fonts/raleway-light.eot?#iefix) format('embedded-opentype'),  url(../fonts/Raleway-Light.ttf) format('truetype');
    font-style: normal;
    font-weight: 400;
    text-rendering: optimizeLegibility
}
@font-face {
    font-family: 'Raleway-Medium';
    src: url(../fonts/raleway-medium.eot);
    src: url(../fonts/raleway-medium.eot?#iefix) format('embedded-opentype'), url(../fonts/Raleway-Medium.ttf) format('truetype');
    font-style: normal;
    font-weight: 400;
    text-rendering: optimizeLegibility
}
html, body {
  /*overflow-x: hidden;*/
  background-color: #000000;
  font-family: Raleway;
}
/* Lists */
/*ul {
  margin: 0;
  padding: 0;
}*/
.blank_space{
  padding-bottom: 50px;
}
/*****************************************/
/***************HEADER********************/
/*****************************************/
.site-header {
  position: fixed;
  background: #000000;
  color: #ffffff;
  width: 100%;
  z-index: 9998;
  border-bottom: 2px #fff solid;
  padding-top: 10px;
  padding-bottom: 10px;
}
.site-header:after{
  clear: both;
}
/*****************************************/
/***************SLIDESHOW*****************/
/*****************************************/
/*.site-slideshow{

  position: relative;

}*/

.slideshow img{
  margin-top: 50px;
  width: 100%;
  height: 400px;
}
.site-slideshow-over{
  position: absolute;
  top: 5px;
  left: 20px;
  z-index: 2;
}
@media only screen and (min-width: 1000px) {
  .site-slideshow-over{
    position: absolute;
    top: 5px;
    left: 20px;
    z-index: 2;
  }
  .site-slideshow-over-title{
    position: absolute;
    padding-top: 10%;
    top: 100px;
    width: 100%;
    /*height: 80%;*/
    z-index: 3  ;
    color: #fff;
    text-shadow: 2px 1px #000;
    font-family: Raleway;
    font-size: 3.5em;
    line-height: 40px;
    text-align: center;
  }
}
@media only screen and (max-width: 1000px) {
  .site-slideshow-over{
    text-align: center;

    z-index: 2;
  }
  .site-slideshow-over-title{
    position: absolute;
    padding-top: 10%;
    top: 100px;
    width: 100%;
    /*height: 80%;*/
    z-index: 3  ;
    color: #fff;
    text-shadow: 2px 1px #000;
    font-family: Raleway;
    font-size: 3.5em;
    line-height: 40px;
    text-align: center;
    visibility: hidden;
  }
}
/*****************************************/
/**************SECTION********************/
/*****************************************/
.section:nth-child(odd),
.section-reverse:nth-child(even) {
  background-color: #F1F1F2;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  height: auto;
}
.section:nth-child(even),
.section-reverse:nth-child(odd) {
  background-color: #FFFFFF;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  height: auto;
}
.section-title, h1{
  padding-bottom: 50px;
  font-size: 40px;
  font-family: Raleway;
  text-align: center;
  color: #333333;
}
.section-body-no-columns{
  color: #333333;
  font-size: 17px;
  font-family: Raleway;
  line-height: 25px;
  text-align: justify;

}
.section-body-no-columns img, 
.section-body-no-columns iframe{
    margin: auto;
    width: 100%;
}
.section-body-no-columns a:link,
.section-body-no-columns a:active,
.section-body-no-columns a:visited{
  text-decoration: none;
  color: #00ACEC;
}
.section-body-no-columns a:hover{
  text-decoration: none;
  color: #00ACEC;
  text-shadow: 0.2px 0.2px #00ACEC;
}

@media only screen and (min-width: 1000px) {
  .section-container {
    max-width: 1000px;
    margin: 0 auto;
  }
  .section-body{
    color: #333333;
    font-size: 17px;
    font-family: Raleway;
    column-count: 2;
    column-gap: 50px;
    line-height: 25px;
    text-align: justify;
  }
}
/*
@media all and (-webkit-min-device-pixel-ratio:0) and (min-resolution: .001dpcm) { 
  .selector:not(*:root), .section-body {
    
    display:inline-block;
  width:100%;
    

  }
}*/



@media only screen and (max-width: 1000px) {
  .section-container {
    max-width: 1000px;
    margin: 0 10%;
  }
  .section-body{
    color: #333333;
    font-size: 17px;
    font-family: Raleway;
    line-height: 25px;
    text-align: justify;
  }
}
.section-body a:link,
.section-body a:active,
.section-body a:visited{
  text-decoration: none;
  color: #00ACEC;
}
.section-body a:hover{
  text-decoration: none;
  color: #00ACEC;
  text-shadow: 0.2px 0.2px #00ACEC;
}
.section-line{
  margin-bottom: 50px;
}
/*****************************************/
/**************MENU HEADER****************/
/*****************************************/
.menu-frame {
  vertical-align: middle;
  padding: 5px 0;
  width: 100%
}
.menu-frame a{
  color: #FFFFFF;
}
.menu-frame i{
  margin-left:10px;
  margin-right: 10px;

}
.menu-frame i:hover{
  margin-left:10px;
  margin-right: 10px;
  color: #00ACEC;
}
.vertical-line{
  border-right: 1px #ffffff dotted;
  margin-right: 10px;
  margin-left: 10px;
  width: 2px;
  display: inline;
}
@media only screen and (min-width: 765px) {
  .menu-breadcrumbs{
    font-size: 17px;
    margin-left: 10px;
    display: inline;
  }
  .vertical-line{
    border-right: 1px #ffffff dotted;
    margin-right: 10px;
    margin-left: 10px;
    width: 2px;
    display: inline;
  }
}
@media only screen and (max-width: 765px) {
  .menu-breadcrumbs{
    font-size: 0px;
    visibility: hidden;
  }
  .vertical-line{
    border-right: 1px #ffffff dotted;
    margin-right: 10px;
    margin-left: 10px;
    width: 2px;
    display: inline;
  }
}
.menu-btn {
  padding-left: 20px;
  padding-right: 10px;
  background: #000;
  color: #FFF;
  cursor: pointer;
  border: 0px;
}
.menu-btn:hover {
  color: #00ACEC;
}
#menu-title{
  border-bottom: 2px #fff solid;
}
#menu-title a{
  padding: 5px 0 12px 15px;
  color: #ffffff;
  font-size: 27px;
}
/*****************************************/
/**************SECTION IMAGE**************/
/*****************************************/
.section-image{
  margin-top: 50px;
}
.section-image img{
  width: 100%;
}
.section-image-caption{
  min-height: 50px;
  background-color: #FFFFFF;
  width: 100%;
}
.section-image-caption-reverse{
  height: 50px;
  background-color: #F1F1F2;
  width: 100%;
}
/*****************************************/
/**************SECTION TEAM***************/
/*****************************************/
.section-team-coordinator{
  border-bottom: 1px #333333 solid;
  margin-bottom: 50px;
}
.section-team{
  text-align: center;
}
.section-team-member{
  margin-bottom: 20px;
}
.section-team-image:hover{
  opacity: 0.7;
  filter: alpha(opacity=70);
  color: #00ACEC;
}
.section-team-image{
  width:100px;
  height:100px;
  margin-bottom: 10px;
}
.section-team-name{
  font-family: Raleway-Bold;
  font-size: 15px;
}
.section-team-subcategory {
  font-family: Raleway-Thin;
  font-size: 14px;
  /*text-transform: uppercase;*/
}
.section-team-subcategory a,
.section-team-name a{
  text-decoration: none;
  color: #333333;
}
.section-team-subcategory a:hover,
.section-team-name a:hover{
  color: #00ACEC;
}
/*****************************************/
/**************SECTION BOX***************/
/*****************************************/
.box-shadow:hover{ 
  opacity: 0.7;
  filter: alpha(opacity=70);

}
.box-shadow:hover .box-caption-text a{ 
  color: #00ACEC;

}
.box-image img{ 
  height: 200px;
}
.box-caption{
  background-color: #F1F1F2;
  font-family: Raleway;
  height: 85px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}
.box-caption-reverse{
  background-color: #FFFFFF;
  font-family: Raleway;
  height: 85px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}
.box-caption-text{
  font-family: Raleway;
  text-align: left;
  vertical-align: middle;
}
.box-caption-text a:link,
.box-caption-text a:active,
.box-caption-text a:visited{
  text-decoration: none;
  color: #333333;
}
/*.box-caption-text a:hover{
  text-decoration: none;
  color: #00ACEC;
}*/
.box-caption-text i{
  float: right;
}
@media only screen and (max-width: 765px) {
  .box-two-column{
    margin-bottom: 50px;
  }
}
/*****************************************/
/*********SECTION LARGE BOX***************/
/*****************************************/
.box-large-caption{
  background-color: #F1F1F2;
  font-family: Raleway;
  min-height: 165px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}
.box-large-caption-reverse{
  background-color: #FFFFFF;
  font-family: Raleway;
  height: 165px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}
.box-large-caption-date {
    font-family: 'Raleway-Bold';
    font-size: 12px;
    line-height: 14px;
    text-align: left;
    padding-bottom: 5px;
}
.box-large-caption-title {
  padding-bottom: 10px;
  font-family: 'Raleway';
  font-size: 17px;
  line-height: 19px;
  text-align: left;
}
.box-large-caption-text{
  padding-top: 10px;
  border-top: 1px solid #ffffff;
  font-family: Raleway;
  font-size: 11px;
  line-height: 13px;
  text-align: left;
}
.box-large-caption-title a:link,  
.box-large-caption-title a:visited, 
.box-large-caption-title a:active {
  text-decoration: none;
  color: #00ACEC;
}
.box-large-caption-title a:hover{
  text-shadow: 0.2px 0.2px #00ACEC;
}
.box-large-caption-text a:link,  
.box-large-caption-text a:visited, 
.box-large-caption-text a:active {
  text-decoration: none;
  color: #333333;
}
.box-large-caption-text a:hover{
  text-shadow: 0.1px 0.1px #333333;
}
/*****************************************/
/*********SECTION SMALL BOX***************/
/*****************************************/
.box-small-caption{
  background-color: #F1F1F2;
  font-family: Raleway;
  height: 50px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}
.archiveButton {
  background-color: #F1F1F2;
}
.archiveButton-text {
  text-align: left;
  font-family: 'Raleway-Bold';
  font-size: 17px;
  line-height: 14px;
  color: #333333;
}
.archiveButton-text a:link, 
.archiveButton-text a:hover, 
.archiveButton-text a:visited, 
.archiveButton-text a:active {
  text-decoration: none;
  color: black;
}
/*****************************************/
/***************NEWS BOX SECTION**********/
/*****************************************/
#small-news-large{
  display: inline;
  margin-bottom: 25px;

}
#small-news-small{
  display: none;
  margin-bottom: 25px;
}
.box-small-news-config{
  background-color: #FFFFFF;
  /*margin-bottom: 1%;*/
  /*border-bottom: solid #F1F1F2 1px;*/
  margin-right: 0px; 
  margin-left: 0px;
  margin-bottom: 5px;
      background-clip: border-box;
    border: 1px solid rgba(0,0,0,0.125);
    border-radius: 0.25rem;
}
.box-small-news-config-end{
  background-color: #FFFFFF;
  margin-right: 0px; 
  margin-left: 0px;
}
.box-small-news-image img{
  width: 100%;
 
}
.box-small-news-img-config{
  padding: 0;
}
.box-news-caption{
  background-color: #FFFFFF;
  font-family: Raleway;
  height: auto;
  position: relative;
  text-align: left;
  vertical-align: middle;
}
.box-caption-resume-large{

  font-size: 11px;
}
.box-caption-resume-large a{
  text-decoration: none;
  color: #333333;
}
.box-caption-resume{
  /*margin-left: 1rem;*/
  margin-right: 1rem;
  font-size: 11px;
  padding: 0.5rem;
}
.box-caption-resume a{
  text-decoration: none;
  color: #333333;
}

@media only screen and (max-width: 1000px) {
  .box-news-config{
    margin-bottom: 20px;
  }
  #small-news-large{
    display: none;
  }
  #small-news-small{
    display: inline;
  }
  .box-caption-resume{
    margin-left: 1rem;
    margin-right: 1rem;
    font-size: 11px;
    padding: 0.5rem;
  }
}
.box-small-news-caption{
  background-color: #FFFFFF;
  font-family: Raleway;
  height: auto;
  position: relative;
  text-align: left;
  vertical-align: middle;
  width: 100%;
}
.box-news-text{
  font-family: Raleway;
  text-align: left;
  vertical-align: middle;
}
.box-news-text i{
  float: right;
}


/*****************************************/
/***************6 BOX SECTION*************/
/*****************************************/
@media only screen and (min-width: 1000px) {
  .box6_section{
    height: 120px;
    background-color:#F1F1F2;
    padding-top: 20%;
  }
}
@media only screen and (max-width: 1000px) {
  .box6_section{
    height: 120px;
    background-color:#F1F1F2;
    padding-top: 16%;
  }
}
.box6_section:hover{
  background-color: #00ACEC;
}
.box6_section a{
  text-decoration: none;
  color: #333333;
  text-align: center;
}
.box6_section a:hover{
  color: #FFFFFF;

}
.box6_section_text{
  text-align: center;
  margin-bottom: 20px;
}
/*****************************************/
/*****************SUBMENU*****************/
/*****************************************/
.section-submenu {
  background-color: #FFFFFF;
  width: 100%;
  height: auto;
}

  .anchorsWrapper {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .anchorsWrapper-slot {
    font-family: Raleway-Medium;
    font-size: 15px;
    color: #333333;
    text-align: center;
    /*display: inline-block;*/
    /*border-right: 1px black solid;*/
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .anchorsWrapper-slot:hover {
    background-color: #00ACEC;
    text-decoration: none;
  }
  .anchorsWrapper-slot a:link,
  .anchorsWrapper-slot a:visited {
    color: #333333;
    text-decoration: none
  }
  .anchorsWrapper-slot a:hover {
    color: #FFFFFF;
    text-decoration: none
  }
  .anchorsWrapper-slot a:active {
    color: #59595B;
    text-decoration: none
  }


/*****************************************/
/***************SEMINARS******************/
/*****************************************/
.seminar-box{
  background-color: #F1F1F2; 
  padding: 30px 30px;
}
.seminar-box-date {
  font-family: 'Raleway-Bold';
  font-size: 12px;
  line-height: 14px;
  text-align: left; 
  padding-bottom: 10px; 
}
.seminar-box-type{
  font-family: 'Raleway-Light';
  border-bottom: 1px dotted #333;
  padding-bottom: 10px;
  font-size: 22px;
  line-height: 28px;
  text-align: left; 
}
.seminar-box-speaker{
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: 'Raleway-Bold';
  font-size: 24px;
  line-height: 28px;
  text-align: left; 
}
.seminar-box-group{
  font-family: 'Raleway-Light';
  font-size: 24px;
  line-height: 28px;
  text-align: left; 
  padding-bottom: 10px;
}
.seminar-box-title{
  font-family: 'Raleway-Medium';
  border-top: 1px dotted #333;
  font-size: 24px;
  line-height: 28px;
  text-align: left;
  padding-bottom: 10px;
  padding-top: 10px;
}
.seminar-box-footer {
  font-family: 'Raleway-Bold';
  font-size: 12px;
  line-height: 14px;
  text-align: left;
  border-top: 1px dotted #333;
  padding-top: 10px;
}
.seminar-box-border{
  border-bottom: 1px dotted #333;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.seminar-button{
  margin-top: 100px;
}
/*****************************************/
/**********GROUP LEADERS******************/
/*****************************************/
.group-leader-margin{
  margin-bottom: 50px;
}
.group-leader-box {
  min-height: 300px;
  padding: 25px 20px;
  background-color: #f1f1f2;
}
@media only screen and (min-width: 1000px) {
  .group-leader-box-photo{
    float: left;
    width: 30%;
    margin-bottom: 20px;
  }
  .group-leader-box-name{
    float: right;
    width: 70%;
    clear: right;
    font-size: 30px;
    font-weight: bold;
  }
}
@media only screen and (max-width: 1000px) {
  .group-leader-box-photo{
    float: left;
    width: 45%;
    margin-bottom: 20px;
  }
  .group-leader-box-name{
    float: right;
    width: 55%;
    clear: right;
    font-size: 30px;
    font-weight: bold;
  }
}
.group-leader-box-photo img {
  border-radius: 100px;
  display: block;
  height: 100px;
  width: 100px;
  background-color: red;
}
.group-leader-box-label{
  font-size: 18px;
}
.group-leader-box-group{
  margin-bottom: 20px;
  padding: 10px;
  clear: both;
  font-size: 25px;
  border-top: 1px dotted #333;
}
.result-box__email {
  padding-bottom: 5px;
  border-top: 1px dotted #333333;
  border-bottom: 1px dotted #333333;
  padding: 5px 0;
  font-size: 17px;
  font-family: 'Raleway';
}
.group-leader-box-link:link,
.group-leader-box-link:visited,
.group-leader-box-link:active{
  text-decoration: none;
  color: #333333;
}
.group-leader-box-link:hover
 {
  text-decoration: none;
  color: #00ACEC;
}
/*****************************************/
/************PERSONAL INFO****************/
/*****************************************/
.person-menu {
  background-color: #F1F1F2;
  min-height: 550px;
}
@media only screen and (min-width: 1000px) {
  .person-menu > img {
    border-radius: 100%;
    height: 150px;
    width: 150px;
    display: block;
    margin: 50px auto
  }
}
@media only screen and (max-width: 1000px) {
  .person-menu > img {
    border-radius: 100%;
    height: 100px;
    width: 100px;
    display: block;
    margin: 50px auto
  }
}
.person-menu li img {
  height: 20px;
  width: 20px;
  vertical-align: middle;
}
.person-menu ul {
  list-style-type: none;
  text-transform: uppercase;
  font-family: Raleway-Medium;
  font-size: 11px;
  width: 70%;
  margin: auto
}
.person-menu li {
  border-bottom: 1px dotted #C6C8CA;
  height: 30px;
  width: 100%;
  line-height: 33px
}
.person-menu li img {
  margin-right: 7px
}
.person-menu li i {
  margin-right: 15px
}
.person-menu a:link,
.person-menu a:visited {
  color: #333;
  text-decoration: none
}
.person-menu a:active,
.person-menu a:hover {
  color: #00ACEC;
  text-decoration: none
}
@media only screen and (min-width: 765px) {
  .person-info {
    margin-left: 50px;
    overflow: hidden;
    padding-top: 6px;
    min-height: 500px;
  }
}
@media only screen and (max-width: 765px) {
  .person-info {
    overflow: hidden;
    padding-top: 6px;
    min-height: 500px;
  }
}
.person-info-name {
  font-family: Raleway-Bold;
  font-size: 30px;
  color: #333333;
}
.person-info-group,
.person-info-subcategory {
  font-family: Raleway-Thin;
  font-size: 25px;
  color: #333333;
  line-height: 36px
}
.person-group-link,
.person-group-link a,
.person-group-link a:active,
.person-group-link a:hover,
.person-group-link a:link,
.person-group-link a:visited {
  text-decoration: none;
  font-family: Raleway-Thin;
  font-size: 25px;
  color: #333333;
  line-height: 36px
}
.person-info-subcategory {
  margin-bottom: 50px
}
.person-info-shortbio {
  font-family: Raleway;
  color: #333333;
  text-align: left;
  margin-top: 30px;
  font-size: 17px;
  line-height: 25px;
}
.person-info-publications-title {
  font-family: Raleway-Bold;
  font-size: 30px;
  color: #333333;
  padding-top: 20px;
  margin-left: 15%;
  margin-right: 15%;
  padding-left: 300px;
}
.person-info-publications-body{
  font-family: Raleway;
  font-size: 17px;
  color: #333333;
  padding-top: 20px;
  margin-left: 15%;
  margin-right: 15%;
  padding-left: 300px;
}
.person-biography{
  border: 0px;
  background-color: #FFFFFF; 
}
.person-selected-publications{
  border: 0px;
  background-color: #F1F1F2;
}

/*****************************************/
/************SEARCH PEOPLE****************/
/*****************************************/

.search-people-margin{
  margin-bottom: 50px;
}
.search-people-border{
  border: 0;  
}
.search-people-form input, select {
    border: 0;
    height: 23px;
    background-color: #f1f1f2;
    font-size: 12px;
    font-style: italic;
}
.field__title {
    padding-top: 20px;
    padding-bottom: 5px;
    font-family: 'Raleway-Bold';
    font-size: 17px;
}
.form__button {
    padding: 5px 10px;
    margin-top: 30px;
    background-color: #333333;
    width: 110px;
}
.form__button input {
    background-color: #333333;
    border: none;
    color: #ffffff;
    font-size: 17px;
}
.form__button i {
    border: none;
    color: #ffffff;
}
.search__result-box {
    width: 975px;
    margin: 0 auto;
}

.result-box__title {
    font-size: 40px;
    font-family: Raleway;
    text-align: left;
    padding-top: 50px;
    padding-bottom: 50px;
    color: #333333;
}

.result-box {
    height: 200px;
    padding: 25px 30px;
    background-color: #ffffff;
}
.result-box-publications{

    padding: 25px 30px;
    background-color: #ffffff;
}

.result-box__left {
    float: left;
    width: 15%;
}

.result-box__right {
    float: right;
    width: 85%;
}

.result-box__photo img {
    border-radius: 100px;
    display: block;
    height: 100px;
    width: 100px;
}

.result-box__name {
    padding-bottom: 5px;
    font-size: 25px;
    font-family: 'Raleway-Bold';
}

.result-box__name-link:link,
.result-box__name-link:hover,
.result-box__name-link:visited,
.result-box__name-link:active {
    text-decoration: none;
    color: #333333;
}

.result-box__role {
    padding-bottom: 5px;
    font-size: 20px;
    font-family: 'Raleway';
}

.result-box__group {
    padding-bottom: 5px;
    font-size: 20px;
    font-family: 'Raleway-Medium';
}

.result-box__below {
    clear: both;
}

.result-box__below {
    padding-top: 10px;
}

.result-box__email {
    padding-bottom: 5px;
    border-top: 1px dotted #333333;
    border-bottom: 1px dotted #333333;
    padding: 5px 0;
    font-size: 17px;
    font-family: 'Raleway';
}

.result-box__email i {
    padding: 5px;
}
@media only screen and (max-width: 1000px) {
  .result-box {
    min-height: 350px;
  }
  .result-box__left {
    float: left;
    width: 100%;
  }

  .result-box__right {
    float: left;
    width: 100%;
  }
}
/*****************************************/
/*******************SEMINARS**************/
/*****************************************/
.result-box__room {
  padding-bottom: 5px;
  border-top: 1px dotted #333333;
  padding: 5px 0;
  font-size: 17px;
  font-family: 'Raleway';
}

.result-box__room i {
  padding: 5px;
}
/*****************************************/
/*********NAVIGATION BUTTONS**************/
/*****************************************/
.boxButton {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 0px;
}
/*.boxArchiveButton__nopadding {
    padding: 0 0;
}*/
.button__grey {
    /*width: 291px;*/
    background-color: #f1f1f2;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;

}
.button__white {
    /*width: 291px;*/
    background-color: #ffffff;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}
.button__grey i,
.button__white i{
  float: right;
}
.go__back{
  text-align: right;
}
.go__back i{
  float: left;
}
.button__text {
    padding: 15px 10px 15px 15px;
    /*width: 291px;*/
    font-family: 'Raleway-Bold';
    font-size: 17px;
    line-height: 19px;
    display: inline-block;
    border-radius: 3px;
}
.button__text:hover{
  background-color: #00ACEC;

}
.button__text a{
    text-decoration: none;
    color: #333333;
}
.button__text a:hover{
    text-decoration: none;
    color: #FFFFFF;
}
/*****************************************/
/*****************FOOTER******************/
/*****************************************/
@media only screen and (min-width: 765px) {
  footer {
    padding-top: 50px;
    padding-bottom: 100px;
    clear: both;
    background-color: #000000;
    margin-bottom: 0px;
    float: left;
    width: 100%;
    font-family: Raleway;
    color: #ffffff;
  }
  .footer-left {
    text-align: left;
  }
  .footer-center{
    text-align: center;
  }
  .footer-right {
    text-align: right;
  }
  .rodape-info {
    padding: 20px 0 20px 0;
    font-size: 12px;
    line-height: 15px;
    text-align: right;
  }
}
@media only screen and (max-width: 765px) {
  footer {
    padding-top: 50px;
    padding-bottom: 50px;
    clear: both;
    background-color: #000000;
    margin-bottom: 0px;
    float: left;
    width: 100%;
    font-family: Raleway;
    color: #ffffff;
  }
  .footer-left {
    text-align: center;
  }
  .footer-center{
    text-align: center;
  }
  .footer-right {
    text-align: center;
  }
  .rodape-info {
    padding: 20px 0 20px 0;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
  }
}
.footer-social-icons {
  color: #ffffff;
  margin-top: 10px;
  margin-right: 5px;
}
.footer-social-icons:hover {
  color: #00ACEC;
}
@media only screen and (min-width: 1000px) {
  .footer-container { 
    max-width: 1000px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 1000px) {
  .footer-container { 
    max-width: 1000px;
    margin: 0 10%;
  }
  .footer-center img{
    width: 300px;
  }
}


.project_box{
  background-color: #F1F1F2;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 25px 10px;
}



/*****************************************************/
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 5;
  top: 0;
  left: 0;
  background-color: #333333;
  overflow-x: hidden;
  transition: 0.5s;
}

/*.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}*/

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

#main {
  transition: margin-left .5s;
  /*padding: 16px;*/
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

#closeNav{
  display:none;
}
#openNav{
  display: inline;
}

.sidenav li {
  clear: both;
  list-style: none outside none;
  margin: 0;
  overflow: hidden;
}
.sidenav ul li label{
  float: left;
  margin: 0;
  width: 100%;
  cursor: pointer;
  text-decoration: none;
  color: #ffffff;
  border-left: 5px solid #000000;
  border-bottom: 2px solid #ffffff;
  font-family:'Raleway-Medium';
  font-size: 17px;
  padding-top: 15px;
  padding-bottom:15px;
  padding-left: 15px;
  padding-right: 10px;
}
.sidenav ul li label:hover {
  border-left: 5px solid #0082CA;
}

/*First Level Menu*/
.sidenav li a {
  float: left;
  margin: 0;
  width: 100%;
  cursor: pointer;
  text-decoration: none;
  color: #ffffff;
  border-left: 5px solid #000000;
  font-family:'Raleway-Medium';
  font-size: 17px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 10px;
  /*border-bottom: 0.5px solid #ffffff;*/
}
.sidenav li ul li:hover {
  border-left: 5px solid #0082CA;
}
/*Second Level Menu*/
.sidenav li ul {
  clear: both;
  overflow: hidden;
  margin: 0;
  padding: 0;
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
  cursor: pointer;
  text-decoration: none;
}
/*.sidenav li{
  float: left;
  margin: 0;
  width: 100%;
  cursor: pointer;
  text-decoration: none;
  padding-left: 15px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-left: 5px solid #000000;

}*/
.sidenav li ul li:last-child {
  border-bottom: 1px solid #ffffff;
}
.sidenav li ul li a {
  width: 100%;
  text-decoration: none;
  font-family:'Raleway-Light';
  color: #ffffff;
  font-size: 14px;
}
.sidenav li ul li:hover{
  background-color: #000000;
}
.sidenav li ul li a:before {
  content: '\f105';
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration:none;
  padding-right: 5px;
  font-size: 15px;
}


/**********************/
.cd-accordion-menu input[type=checkbox] {
  /* hide native checkbox */
  position: absolute;
  opacity: 0;
}
.cd-accordion-menu label, .cd-accordion-menu a {
  position: relative;
  display: block;
  /*padding: 18px 18px 18px 64px;*/
  /*background: #4d5158;*/
  /*box-shadow: inset 0 -1px #555960;*/
  color: #ffffff;
}
.cd-accordion-menu{
	padding:0;
  margin: 0;
}
.cd-accordion-menu ul {
  /* by default hide all sub menus */
  display: none;

}

.cd-accordion-menu input[type=checkbox]:checked + label + ul,
.cd-accordion-menu input[type=checkbox]:checked + label:nth-of-type(n) + ul {
  /* use label:nth-of-type(n) to fix a bug on safari (<= 8.0.8) with multiple adjacent-sibling selectors*/
  /* show children when item is checked */
  display: block;
}
