* {
  box-sizing: border-box;
}

*:before,
*:after {
 box-sizing: border-box;
}

html, body {
    font-family: 'Martel', serif;
    color: #111111;
    font-size: 100%;
    line-height: 2rem;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    /* position: relative; */
}

h1 {
    font-family: 'Oxygen', sans-serif;
    font-size: 1.55em;
    line-height: 1.5em;
    text-align: left;
    color: #000000; /*#4f97a3;  003152 */
}
h1:lastchild {
    line-height: 1em;
}

h2 {
    font-family: 'Oxygen', sans-serif;
    font-size: 1.55em;
    margin: .5em 0;
}
h3 {
  font-family: 'Oxygen', sans-serif;
  font-size: 1.1em;
  text-transform: uppercase;
  margin-bottom: 1em;
}

h4 {
  font-family: 'Oxygen', sans-serif;
  font-size: 1em;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

h5 {
  font-family: 'Oxygen', sans-serif;
  font-size: .93em;
  text-transform: uppercase;
  margin-bottom: .5rem;
}

header {
      margin: 15px 0;
      padding: 0 60px 50px 60px;
      border-bottom: 1px solid #D8D8D8;
}

main {
  /* border: 2px solid pink; */
}

nav {
  /* padding: 0 60px; */
  width: 70%;
  float: left;
  /* border: 2px solid pink; */
}

nav ul, #nav_socialmedia ul {
    list-style:none;
    margin: 0;
    padding: 0;
}
nav li {
    padding: 0 .5em;
    display: inline-block;
    font-family: 'Oxygen', sans-serif;
}

nav a:link, nav a:visited {
    text-decoration: none;
    color: #000000;
}
nav a:hover, nav a:active, .nav_active {
    text-decoration: none;
    color: #003152;
    font-weight: 800;
}

footer {
    font-family: 'Oxygen', sans-serif;
    margin: 150px 0 0 0;
    width: 100%;
    border-top: 1px solid #D8D8D8;
    /* position: absolute;
    bottom: 0; */

}

article {
 /**/
}


ol li {
  line-height: 1.5em;
  list-style: decimal !important;
  display: list-item !important;
  margin: 0 10% 2% 0 !important;
}


figure {
  /* width: 100%; */
  /* margin: 3em 0; */
}
figcaption {
  text-align: center;
  font-size: .8em;
}

legend {
	display: none;
}
fieldset {
	border: none;
  margin: 0;
  padding: 0;
}

label {

}

input[type=text], textarea {
    border: none;
    border: 1px dotted #D8D8D8;
    background: none;
    font-size: 1em;
    width: 100%;
    -webkit-transition: width .35s ease-in-out;
    transition: width .35s ease-in-out;
    padding-left: .7em;
}
input[type=text] {
      height: 2em;
}

input {
    font-family: 'Oxygen', sans-serif;
    font-weight: normal;
}

input[type=text]:focus, textarea:focus {
    background-color: none;
    border: 2px dotted #4f97a3;
    outline: none;
    width: 100%;
}

.error_text {
  color: #ca3433;
  font-size: .8em;
  line-height: .8em;
}

.form_space {
   margin-bottom: 1em;
}

.frmButton {
  margin: 0;
  padding: .85em .85em;
  display: inline-block;
  background: #FFF;
  color: #111111;
  cursor: pointer;
  border: none;
  border: 1px dotted #4f97a3;
  font-size: 1em;
  font-weight: normal;
  transition-duration: 0.4s;
}

.frmButton:hover {
  color: #FFF;
  background: #4f97a3;
}

.socialmedia {
  float: right;
}


/* General positioning classes */

.floatleft {
  float: left;
}
.floatright {
  float: right;
}

.hideElement {
   display: none;
}

.clearfix {
    clear: both;
}

.nocss {
    position: absolute;
    left: -5000px;
}

.textcenter {
  text-align: center;
}

.textitalics {
   font-style: italic;
}

.boldtext {
  font-weight: bold;
}

.citations {
  vertical-align: super;
  font-size: smaller;
}

.content-seperator {
  margin: 4.5em 0;
  border-top: 1px dotted #111111;
}

.stickywicky {
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 100px;
}

.helplink {
  cursor: help;
}

/*********************/

#nav_menu_icon {
  display: none;
}

.header_block--scrolled {
    background: #FFF;
    margin: 0;
    padding-bottom: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    box-shadow: 2px 2px 3px #DDDCDC;
    opacity: 0.8;
    transition: all 0.3s ease;
}

.header_block--scrolled h1 {
  color: black;
}


#body_wrapper {
/*   min-height: 100vh;
  display: block;
  position: relative;
  padding-bottom: 100px; /* height of your footer */
}

#logo_holder {
   display: none;
}

#nav_socialmedia {
   float: right;
   width: 30%;
   /* border: 1px solid blue; */
}
#nav_socialmedia li {
   margin: 0 5px;
   display: inline-block;
}

#nav_socialmedia a {
    display: block;
}

#menu_logo_holder {
  /* Not used unless we need a logo */
}

#main_section {
    margin: 65px 0;
    padding: 0 65px;
}

#main_section_holder {
  /* container to apply classes to */
  /* border: 1px solid yellow; */
}

#main_section_holder_header {
  width: 100%;

}




#main_section_holder_body {
      width: 100%;

}


#main_section_holder_body ul  {
    list-style:none;
    margin: 0;
    padding: 0;
}
#main_section_holder_body li {
    margin: 0 2% 2% 0;
    display: inline-block;
}

#main_section_holder_body a:link, #main_section_holder_body a:visited {
    color: #4f97a3;  /* 003152 */
    text-decoration: none;
    border-bottom: 1px dotted #4f97a3;
    line-height: .6em;
}

#main_section_holder_body a:hover, #main_section_holder_body a:active {
    color: #111111;  /* 003152 */
    text-decoration: none;
    border-bottom: 1px dotted #111111;
    line-height: .6em;
}



#footer_content {
    padding: 1em 0;
    margin: 0 65px;
}



.icon {
  width: 20px;
  height: 20px;
  padding: 0;
  background: transparent;
  fill: #111111;
  transition: all 0.15s ease;
  pointer-events: none;
  vertical-align: middle;
}

.sub_content {
    margin: 0 auto;
    padding: 1.6em 0;
    width: 90%;
}

.textblock1_text {
    margin: 0 auto;
    width: 50%;
    display: block;
}

.textblock2_text {
    /* margin: 0 auto; */
    width: 100%;
    display: block;
}


.about_text {
    padding-right: 17px;
    float: left;
    width: 50%;
    display: block;

}

.about_photo {
   width: 50%;
   float: left;
}

.about_photo img {
  padding-top: 1.5em;
  width: 80%;
  height: auto;
}

.citations a:link, .citations a:visited, .citations a:hover, .citations a:active {
  border: none !important;
}



.speaking_section {
    width: 100%;
    margin-top: 6em;
    float: left;
}
.speaking_section li {
   display: block !important;
}

.speakerimage_masthead {
  width: 100%;
  height: 400px;
  position: relative;
}

.speakerimage {
  background: url(../img/eyecandy.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 400px;
}

.absolute_text_div {
  position: absolute;
  left: 0;
  bottom: 20px;
  color: white;
  font-family: 'Oxygen', sans-serif;
}

.absolute_text_div h1 {
  color: white;
}


/**********************************************************************/
/**************            MEDIA QUERIES                   ************/
/**********************************************************************/

@media (min-width: 1400px) {

}

@media only screen and (min-width : 480px) and (max-width: 1260px) {

}

@media (min-width: 480px) and (max-width: 1050px) {
  header {
    margin: 20px 0;
    padding: 0 20px 50px 20px;
  }

  #main_section_holder {
    /* margin: 70px 0 40px 2%; */
  }
  #main_section_holder_header {
    margin: 0;
    float: none;
  }

  #menu_logo_holder, #nav_main {
    background: none;
    padding-right: 0;
  }

  #main_section_portfolio_body article, #main_section_portfolio_subnav {
    float: none;
    width: 100%;
    font-size: 1.2em;
  }
  .main_section_portfolio_section {
    padding-bottom: 1.6em;
    margin-bottom: 0;
  }
  .header_block--scrolled {
    padding: .4em 1em;

  }
  .header_block--scrolled > #logo_holder {
    display: none;
  }

  .textblock1_text {
      margin: 0 auto;
      width: 75%;
      display: block;
      margin-bottom: 3em;
  }



  #main_section_portfolio_body {
    margin-bottom: 4em;
  }
  #nav_main li:first-child {
    padding-left: 0;
  }
}

@media only screen and (max-device-width : 480px), (max-width:600px) {

h1 {
    font-size: 1.4em;
}
h2 {
      font-size: 1.7em;
      margin: .5em 0;
}

header {
  margin: 20px 0;
  padding: 0 20px;
  float: none;
}

main {
   font-size: 1.3em;
}

footer {
    width: 100%;
    padding: 0;
    text-align: center;
}

nav li {
    margin: 0;
    padding: .5em 0;
    display: block;
}



input[type=text], textarea {
    width: 95%;
}


input[type=text]:focus, textarea:focus {
    width: 95%;
}

.alles_nav {
  display: none;
}


#nav_menu_icon {
  float: right;
  display: block;
}

#nav_menu_icon {
    position: absolute;
    right: 20px;
    top: 0;
}

.header_block_alles_nav {
  display: none;
}
.header_block_alles_nav.responsive {
  display: block;
}

.header_block--scrolled {
  padding: 5px 20px;
  box-shadow: 2px 2px 3px #DDDCDC;
  opacity: 1;
}

.nav_main--scrolled {
    margin: 10px 25px 0 0 !important;
}

.nav_main--scrolled li:first-child  {
    padding-left: 0;
}

.projecttypetext {
    font-size: 1em;
}

.aboutme_photo {
   width: 95%;
   margin: 0 0 2em 0;
}


.aboutme_text {
    margin-left: 0;
    float: none;
    width: 95%;
}

.socialmedia {
  float: none;
  margin: 0 auto;

}

#logo_holder {
   display: none;
}

#menu_logo_holder {
  float: none;
  background-size: 50px;
  padding-right: 9px;
}

#nav_main {
    margin: 20px 0;
    float: none;
    min-width: 360px;
}

#nav_socialmedia {
   float: none;
   margin: 0 auto;
   padding: 20px 0;
   width: 100%;

}

#nav_socialmedia li {
  margin: 0 30px;
}


#main_section_holder {
    margin: 40px 0;
}

#main_section_holder_header, #main_section_holder_body {
  padding: 10px 0;
}
#main_section_holder_body {
    margin: 15px 0;
    /* border: 1px solid pink; */
}

#main_section_portfolio_body article, #main_section_portfolio_subnav {
    float: none;
    width: 98%;
    font-size: 1em;
}
#main_section_portfolio_subnav {
      margin-top: 40px;
}

#main_section_holder_body li {
   margin: 1.2em 0 0 0;
}

#main_section_holder_footer {
  margin: 15px auto;
}

#main_section_holder_footer_inner h3 {
    margin-bottom: 0em;
}

#main_section_holder_sc {
  padding: 20px 20.966667%;
}


#holder_footer_typeofproject, #holder_footer_teams, #holder_footer_tools, #holder_footer_links {
    float: none;
    width: 100%;
    margin: 0;
    font-size: .8em;
    display: block;
    line-height: 2em;
}

#footer_content {
  margin: 0 5px;
  width: 95%;
}
#footer_content span {
  line-height: 1.1em;
}


.process_col {
    float: none;
    width: 95%;
    margin-right: 1.5%;
}

}



@media (max-width: 920px) {

  #menu_logo_holder {
    float: none;
  }
  #main_section {
    padding: 0 20px;
  }
  .about_text {
      float: none;
      width: 100%;
      margin-bottom: 40px;
      padding-right: 0;
  }

  .about_photo {
     float: none;
     width: 100%;
  }
  .about_photo img {
     float: none;
     width: 100%;
  }
}

@media screen and (max-width:400px) {
    @-ms-viewport{
        width:320px;
    }
}
