/*------- General -------*/
html p, body p{
  font-size:16px;
  }
.columns .columns{
  padding-right: 1.25rem;
    padding-left: 0;
  }
.clearfix{
  clear:both;
  float:none;
  }

/*------- Fonts -------*/
h1, h2, h3, h4, h5, h6{
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
  font-weight:600;
  color:#004A8F;
  }
h1{
  font-size:38px;
  line-height:1.3;
  position:inherit;
  }
h2{
  font-size:32px;
  line-height:1.3;
  }
h3{
  font-size:24px;
  line-height:1.3;
  }
h4{
  font-size:18px;
  line-height:1.3;
  }
h5{
  font-weight:700;
    font-size: 20px;
    line-height: 1.6;
    text-transform: uppercase;
    letter-spacing: 3px;
    text-align: center;
    margin: 0 0 20px 0;
  }
h6{
  font-weight:700;
    font-size: 10px;
    line-height: 1.4;
    text-transform: uppercase;
    letter-spacing: 1.8px;
    color: #7A7F83;
  }
p, ul li, table td, table th{
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
  font-weight:400;
  color:#7A7F83;
  font-size:16px;
  line-height:1.5;
  vertical-align: top;
  }
p, ol li, table td, table th{
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
  font-weight:400;
  color:#7A7F83;
  font-size:16px;
  line-height:1.5;
  vertical-align: top;
  }
p a, td a{
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
  font-weight:600;
  color:#F3C845;
  text-decoration:underline;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  }
p a:hover, td a:hover{
  color:#004A8F;
  }
strong, b{
  font-weight:600;
  }
.main_content ul li{
  padding-left: 3px;
    margin-left: 10px;
  }
.main_content ul li.accordion-item{
  padding-left:0;
  margin-left:0;
  }
table tbody th{
  padding: 0.5rem 1rem 0.5rem;  
  }
table tbody td{
  padding: 0.8rem 1rem 0.8rem;  
  }
table th{
  color:#004A8F;
  font-weight:700;
  text-align:left;
  line-height:1.2;
  }
[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'], textarea,
[type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus, textarea:focus{
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif !important;
    float: left;
    background: #F0F0F0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: #00529C;
    background: #EFEFEF;
    font-size: 18px;
    padding: 8px 15px;
    border: 0;
    box-shadow: none;
    height: auto;
    line-height: 1.4;
  }

/*------- Placeholder -------*/
::-webkit-input-placeholder {
    color: #B4BBC2;
  opacity: 1;
}
:-moz-placeholder { 
   color: #B4BBC2;
   opacity: 1;
}
::-moz-placeholder { 
   color: #B4BBC2;
   opacity: 1;
}
:-ms-input-placeholder {
   color: #B4BBC2;
}

/*------- Buttons -------*/  
.button, [type='submit']{
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
  font-weight:600;
    font-size: 18px;
    line-height: 1.4;
    padding: 8px 45px;
  border:0;
  cursor:pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  }
.button_primary, [type='submit']{
  background:#F3C845;
  color:#ffffff;
  }
.button_primary:hover,
.button_primary:focus,
[type='submit']:hover{
  background:#004A8F;
  }
.button_secondary{
  background:none;
  color:#F3C845;
  border:2px solid #F3C845;
  width:220px;
  }
.button_secondary:hover,
.button_secondary:focus{
  border:2px solid #004A8F;
  color:#004A8F;
  background:none;
  }
.button_tertiary{
  background:none;
  color:#F3C845;
  border:2px solid #F3C845;
  max-width:220px;
  }
/*------- Header -------*/
header .header_logo{
  float:left;
  width:130px;
  height:105px;
  margin:8px 20px 8px 0;
  }
header h1{
  font-weight:400;
    font-size: 24px;
    line-height: 1.2;
    margin: 33px;
  }
header h1 span{
  font-weight:700;
  }
header ul.headertop_menu{
  float:right;
  margin: 28px 0 6px 0;
  }
header ul.headertop_menu li{
  list-style-type:none;
  float:left;
  margin:0 15px 0 0;
  }
header ul.headertop_menu li:last-child{
  margin-right:0;
  }
header ul.headertop_menu li a{
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
  color:#B4BBC2;
  font-size:14px;
  line-height:1.3;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  }
header ul.headertop_menu li a:hover{
  color:#004A8F;
  }
header ul.headertop_menu input.search{
  color:#00529C;
  background:url(../img/style/icon-search.svg) no-repeat left center;
  border:0;
  border-bottom:1px solid transparent;
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
  font-size:14px;
  line-height:1.9;
  height:inherit;
  margin:0;
  width: 75px;
  padding:0 0 0 24px;
  box-shadow:none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  }
header ul.headertop_menu input.search:focus{
  border-bottom:1px solid #B4BBC2;
  width: 200px;
  }
header ul.headertop_menu li a.social_fb,
header ul.headertop_menu li a.social_youtube,
header ul.headertop_menu li a.social_twitter,
header ul.headertop_menu li a.social_podcast{
  text-indent:-10000px;
  overflow:hidden;
  height:18px;
  display:inline-block;
  margin: 4px 0;
  }
header ul.headertop_menu li a.social_fb{
  background:url(../img/style/social-fb.svg) no-repeat center center;
  width:18px;
  }
header ul.headertop_menu li a.social_youtube{
  background:url(../img/style/social-youtube.svg) no-repeat center center;
  width:34px;
  }

header ul.headertop_menu li a.social_twitter{
  background:url(../img/style/social-twitter.svg) no-repeat center center;
  width:18px;
  }  
header ul.headertop_menu li a.social_podcast{
  background:url(../img/style/social-podcast.svg) no-repeat center center;
  width:18px;
  }  
header .headertop_login{
  float:right;
  }
header .headertop_login input,
header .headertop_login input:focus{
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
  float: left;
    margin: 0 5px 0 0;
    background: #F0F0F0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: #9FA3A7;
    font-size: 14px;
    max-width: 130px;
    height: 26px;
    padding: 0 10px;
  border:0;
  box-shadow:none;
  }
header .headertop_login input:last-child{
  margin-right:0;
  }
header .headertop_login input[type="submit"]{
  background:#F3C845;
  color:#ffffff;
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
  font-weight:700;
  text-align:center;
  padding: 0 25px;
  cursor:pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  }
header .headertop_login input[type="submit"]:hover{
  background:#004A8A;
  }

/*------- Footer -------*/
footer{
  width:100%;
  background:url(../img/style/bg_blue.jpg);
  padding:50px 0 5px;
  margin-top:40px;
  }
footer h4{
  font-weight:400;
    font-size: 24px;
    line-height: 1.3;
    color: #ffffff;
    margin: 0 0 26px 0;
  }
footer h6{
  color:#5C93C5;
  margin-bottom: 4px;
  }
footer p{
  font-weight:600;
  color:#ffffff;
  line-height: 1.25;
  }
footer p a{
  color:#ffffff;
  text-decoration:none;
  }
footer p a:hover{
  color:#ffffff;
  text-decoration:underline;
  }
footer .footer_column{
  float:left;
  margin: 0 90px 20px 0;
  }
footer p.copyright{
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
  text-align:center;
  font-size:14px;
  color:#5C93C5;
  }
footer .footer_social {
  float:right;
  }
footer .footer_social li{
  float:left;
  list-style-type:none;
  }
footer .footer_social .social_fb,
footer .footer_social .social_youtube,
footer .footer_social .social_twitter,
footer .footer_social .social_podcast {
  text-indent:-10000px;
  overflow:hidden;
  height:26px;
  display:inline-block;
  margin: 16px 12px;
  }
footer .footer_social .social_fb{
  background:url(../img/style/footer_social-fb.svg) no-repeat center center;
  width:26px;
  }
footer .footer_social .social_youtube{
  background:url(../img/style/footer_social-youtube.svg) no-repeat center center;
  width:50px;
  }
footer .footer_social .social_twitter{
  background:url(../img/style/footer_social-twitter.svg) no-repeat center center;
  width:26px;
  } 
footer .footer_social .social_podcast{
  background:url(../img/style/footer_social-podcast.svg) no-repeat center center;
  width:26px;
  } 

/*------- Title Bar -------*/
.titlebar{
  width:100%;
  background:url(../img/style/bg_blue.jpg);
  }
.top-bar, .top-bar ul, .title-bar{
  background:none;
  }
.titlebar ul.menu li a{
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
  font-weight:600;
  font-size:16px;
  line-height: 1.3;
    text-align: center;
  color:#638FB6;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  }
.titlebar ul.menu li a:hover,
.titlebar ul.menu li a.active{
  color:#ffffff;
  }
.titlebar ul.menu .vertical{
  background:#ffffff;
  border:0;
  }
.titlebar ul.menu .vertical li{
  background:#ffffff;
  border-bottom:1px solid #d8e3ef;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  }
.titlebar ul.menu .vertical li a{
  padding:0.7rem 0.8rem;
  text-align:left;
  }
.titlebar ul.menu .vertical li:hover,
.titlebar ul.menu .vertical li a.active{
  background:#d8e3ef;
  color:#004A8F;
  }
.titlebar ul.menu .vertical li:hover a{
  color:#004A8F;
  }
.titlebar h1{
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
  font-weight:300;
  color:#ffffff;
  text-align:center;
  max-width:68%;
  margin:32px auto 65px;
  }
.home .titlebar h1{
  margin:30px auto 150px;
  }
.dropdown.menu > li.is-dropdown-submenu-parent > a{
  padding-right:28px;
  }
.dropdown.menu > li.is-dropdown-submenu-parent > a::after{
  border:0;
  }
.menu > li > a{
  padding: 0.7rem 28px;
  }

/*------- Teaserboxes -------*/  
.teaserboxes{
  background:#ffffff;
  -webkit-box-shadow: 0px 12px 42px 12px rgba(0,0,0,0.06);
  -moz-box-shadow: 0px 12px 42px 12px rgba(0,0,0,0.06);
  box-shadow: 0px 12px 42px 12px rgba(0,0,0,0.06);
  }
.home .teaserboxes{
  margin-top:-100px;
  }
.teaserboxes .columns{
  padding: 50px 25px 30px 25px;
    border: 1px solid #f1f1f1;
  border-bottom:0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  }
.home .teaserboxes .columns{
  border-bottom: 1px solid #f1f1f1;
  }
.teaserboxes .columns:hover h3{
  color:#F3C845;
  }
.teaserboxes .columns:hover img{
  margin:-8px auto 40px;
  }
.teaserboxes .columns img{
  margin: 0 auto 32px;
    display: block;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  }
.teaserboxes .columns h3{
  text-align:center;
  margin-bottom: 14px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  }
.teaserboxes .columns p{
  text-align:center;
  font-size:14px;
  }
  
/*------- Introtext -------*/  
.introtext{
  padding: 90px 0;
  }
.introtext h3{
  font-weight:400;
  font-style:italic;
  text-align: center;
    max-width: 62%;
    margin: 0 auto 35px;
    line-height: 1.5;
  }
.introtext .button{
  margin: 0 auto;
    display: block;
    max-width: 220px;
  }
  
/*------- News -------*/  
.news{
  border-top: 2px solid #f1f1f1;
  padding:80px 0 16px;
  }
.news .columns{
  padding-bottom:65px;
  }
.news p{
  font-size:16px;
  line-height: 1.65;
  }
.news h3{
  margin:0 0 18px 0;
  }
.news p a{
  font-size:16px;
  }
.news .button{
  margin: 0 auto;
    display: block;
    max-width: 220px;
  }
  
/*------- Main Content -------*/  
.main_content{
  padding:30px 0;
  }
.main_content .button{
  margin: 5px 0.9rem 10px 0;
  }
.main_content h2,
.main_content h3{
  margin: 50px 0 25px;
  }
.main_content h4{
  margin: 50px 0 15px;
  }
.main_content h6{
  color: #d8d8d8;
  }
.main_content .tabs,
.main_content .accordion{
  margin-top:30px;
  }
  
/*------- Table -------*/  
.main_content table{
  margin-left: -1rem;
  }
  
/*------- Table Light -------*/  
.table_light img{
  width:100%;
  height:auto;
  margin:0 0 15px 0;
  }
.table_light .columns{
  border-bottom:1px solid #E9E9E9;
  padding-top:25px;
  padding-bottom:25px;
  }
.table_light .columns p{
  margin:0;
  }
.table_light .columns h4{
  margin:20px 0 0 0;
  }

/*------- Sidebar -------*/  
.sidebar h6{
  color:#004A8F;
  margin:50px 0 0 0;
  }
.sidebar ul{
  margin-left:0;
  }
.sidebar ul li{
  list-style:none;
  margin-left:0;
  padding-left:0;
  }
.sidebar ul li ul li{
  padding-left:20px;
  }
.sidebar ul li a{
  font-weight:600;
  color:#7A7F83;
  font-size:16px;
  line-height:1.5;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  }
.sidebar ul li ul li a{
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
  font-weight:400;
  }
.sidebar ul li a:hover{
  color:#F3C845;
  }

/*------- Divider -------*/  
hr{
  border-bottom: 2px solid #E9E9E9;
     padding-top: 90px;
    margin-bottom: 90px;
  }
  
/*------- Form -------*/
.application_form [type='submit']{
  padding: 8px 70px;
  margin:0 0 10px 0;
  }  
.application_form p.small a{
  font-size:14px;
  color:#7A7F83 !important;
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif !important;
  }
.application_form p.small a:hover{
  color:#F3C845 !important;
  }

/*------- Downloads -------*/
.downloads a{
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
  font-weight:600;
  background: url(../img/style/icon-download.svg) no-repeat top center;
    padding: 90px 0 0 0;
    display: inline-block;
    text-align: center;
    color: #7A7F83;
  margin: 25px 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  }
.downloads a span{
  font-weight:400;
  }
.downloads a:hover{
  padding: 80px 0 0 0;
  margin-top:35px;
  color:#F3C845;
  }
  
/*------- Calendar -------*/
.page_calendar h4{
  margin: 0 0 8px 0;
  }
.page_calendar .large-4{
  min-height: 190px;
    margin-bottom: 20px;
  }
  
/*------- Tab Navigation -------*/  
.tabs,
.accordion-title:hover, .accordion-title:focus{
  border:none;
  background:none;
  }
.tabs-panel{
  padding:0;
  }
.tabs-content{
  border:none;
  background:none;
  padding-top: 30px;
  }
li.tabs-title{
  margin-left:0 !important;
  padding-left:0 !important;
  }
.tabs-title > a:focus, .tabs-title > a{
  font-weight:600;
  padding: 1rem;
  color:#7A7F83;
  font-size:16px;
  line-height:1.5;
  background:none;
  border-bottom:2px solid #E9E9E9;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  }
.tabs-title > a:focus, .tabs-title > a[aria-selected='true'],
.tabs-title > a:focus, .tabs-title > a:hover{
  background:none;
  color:#004A8F;
  border-bottom:2px solid #004A8F;
  }
.tabs-title > a:focus, .tabs-title > a[aria-selected='true']{
  cursor:default;
  }
  
/*------- Accordion Navigation -------*/  
.accordion-title{
  font-weight:600;
  padding: 1rem 0;
  color:#7A7F83;
  font-size:16px;
  line-height:1.5;
  border:0;
  border-bottom:2px solid #E9E9E9 !important;
  }
.accordion-title:hover,
.is-active .accordion-title{
  color:#004A8F;
  border-bottom:2px solid #004A8F !important;
  }
.accordion-content{
  border:0;
  padding:2rem 0 3rem;
  }
.accordion-content h6{
  letter-spacing: 0.6px;
    margin-bottom: 3px;
  }
.accordion-content p{
  margin-bottom:1.5rem;
  }

/*------- Videos -------*/  
.video{
  margin: 0 0 30px 0;
  }
.video iframe{
  width: 100%;
    height: auto;
    min-height: 380px;
  padding: 10px 0;
  }
  
/*------- News Article -------*/  
.main_content .news_article{
  border-bottom:2px solid #f1f1f1;
  padding:60px 0 40px;
  }
.main_content .news_article:first-child{
  padding-top:30px;
  }
.main_content .news_article:last-child{
  border-bottom:none;
  }
.main_content .news_article h3{
  margin-top:0;
  }
/*------- Mobile Navigation -------*/
.button_container {
  position: fixed;
  top: 20px;
  right: 20px;
  height: 20px;
  width: 27px;
  cursor: pointer;
  z-index: 1000;
  -webkit-transition: opacity .25s ease;
  transition: opacity .25s ease;
}
.button_container:hover {
  opacity: .7;
}
.button_container.active .top {
  -webkit-transform: translateY(8px) translateX(0) rotate(45deg);
          transform: translateY(8px) translateX(0) rotate(45deg);
  background: #FFF;
}
.button_container.active .middle {
  opacity: 0;
  background: #FFF;
}
.button_container.active .bottom {
  -webkit-transform: translateY(-8px) translateX(0) rotate(-45deg);
          transform: translateY(-8px) translateX(0) rotate(-45deg);
  background: #FFF;
}
.button_container span {
  background: #004A8F;
  border: none;
  height: 2px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all .35s ease;
  transition: all .35s ease;
  cursor: pointer;
}
.button_container span:nth-of-type(2) {
  top: 8px;
}
.button_container span:nth-of-type(3) {
  top: 16px;
}
.overlay {
  position: fixed;
  background: #004A8F;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .35s, visibility .35s, height .35s;
  transition: opacity .35s, visibility .35s, height .35s;
  overflow: hidden;
  z-index:999;
}
.overlay.open {
  opacity: 1;
  visibility: visible;
  height: 100%;
  overflow:scroll;
}
.overlay.open li {
  -webkit-animation: fadeInRight .5s ease forwards;
          animation: fadeInRight .5s ease forwards;
  -webkit-animation-delay: .35s;
          animation-delay: .35s;
}
.overlay.open li:nth-of-type(2) {
  -webkit-animation-delay: .4s;
          animation-delay: .4s;
}
.overlay nav {
  height: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
  position:relative;
}
.overlay ul{
  margin:0;
  }
.overlay ul li {
  display: block;
  opacity: 0;
}
.overlay ul li a {
  display: block;
    position: relative;
    color: #FFF;
    text-decoration: none;
    overflow: hidden;
    font-size: 30px;
    line-height: 2;
}
.overlay ul li a:hover{
  text-decoration:underline;
  }
.overlay .submenu {
  margin-bottom:20px;
  }
.overlay .submenu li a{
  padding:0;
  font-size:20px;
  line-height:1.4;
  }

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
  
  
/*------- Responsive -------*/
@media screen and (max-width: 1023px){
header ul.headertop_menu{
  margin: 5px 0;
    float: left;
  }
header .headertop_login {
    float: right;
    margin: 5px 0 15px 0;
  }
.home .teaserboxes .columns{
  min-height:335px;
  padding: 6% 25px 0 25px;
  }
header .logo_mobile{
  display: block;
    max-width: 422px;
    margin: 0 0 5px;
    width: 100%;
    float: none !important;
    height: 121px;
  }
header .logo_mobile h1{
  padding-top:33px;
  margin:0;
  float:left;
  }
.titlebar h1{
  margin: 34px auto 50px;
  }
.main_content{
  padding: 50px 15px;
  }
.sidebar{
  padding: 20px 0 20px 10px;
  }
.video iframe{
  min-height: 520px;
  }
.main_content .tabs, .main_content .accordion{
  margin-top:0;
  }
.main_content table{
  overflow: scroll;
    display: block;
    margin: 0 !important;
  }
}
@media screen and (max-width: 850px){
header ul.headertop_menu,
header .headertop_login{
  width:100%;
  }
.titlebar h1{
  max-width: 85%;
  font-size: 30px;
  }
.introtext h3{
  max-width: 85%;
  font-size: 22px;
  }
footer .footer_social{
  float:left;
  margin-left:0;
  }
}
@media screen and (max-width: 639px){
.home .teaserboxes .columns{
  min-height:inherit;
  padding: 50px 15% 30px 15%;
  }
header .logo_mobile{
  margin: 50px 0 18px;
  }
header .headertop_login input, header .headertop_login input:focus{
  width: 31%;
    margin-right: 2%;
  max-width:inherit;
  }
.downloads a{
  width:100%;
  }
.page_calendar .large-4{
  min-height:inherit;
  }
.main_content{
  padding: 20px 15px;
  }
.main_content .news_article{
  padding:50px 0 30px;
  }
.main_content .news_article:first-child{
  padding-top:10px;
  }
.accordion-content{
  padding-bottom:0;
  }
.video iframe{
  min-height: 350px;
  }
.overlay ul li a {
  font-size:22px;
  }
.overlay .submenu li a{
  font-size:16px;
  }
.overlay nav {

}
}
@media screen and (max-width: 400px){
header h1{
  font-size: 19px;
  }
header .header_logo{
  width: 90px;
    height: 73px;
  margin: 8px 15px 8px 0;
  }
header .logo_mobile h1{
  padding-top: 23px;
  }
header .logo_mobile{
  height: 86px;
  }
}


/* Stefan */

label {
  font-weight:600;
  color:#7A7F83;
  text-transform: uppercase;
}
.headertop_username {
  float:left;
  padding:0px 10px 0px 5px;
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
font-weight: 400;
color: #7A7F83;
font-size: 16px;
line-height: 1.5;
}
#formhandler_contact_form [type="radio"] {
  margin:0px 15px 0px 15px;
}
#formhandler_contact_form .summary td.title {
  font-weight:bold;
  color:#222;
}
#formhandler_contact_form .summary td {
  color: #004A8F;
}
#formhandler_contact_form h3 {
  margin-left:0;
}
h6.date {
  color: #7A7F83;
  border-top: 1px solid #eee;
}

.tx-thgenericlist-pi1 table {
  margin-top:40px;
  padding-top:40px;
  border-top:1px solid #ccc;
}
.tx-thgenericlist-pi1 table th {
    padding: 0.8rem 1rem 0.8rem;
}

#news-container-5152 div.topnews {
  min-height:305px;
  padding-bottom:5px;
}

.news .footer {
    padding: 0px 0 0 0;
    margin-top: 0px;
    border-top:0px;
}
  
/* Jerome */
figcaption {
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
  font-weight:400;
  color:#7A7F83;
  font-size:12px;
  line-height:1.5;
  }
.hidden {
  visibility:hidden;
  }
.ce-right .ce-media img { 
  float:right;
}
.programtable table {
  border-collapse: collapse;
    font-family: Tahoma, Geneva, sans-serif;
}
.programtable table td {
  padding: 15px;
}
.programtable table thead td {
  background-color: #54585d;
  color: #ffffff;
  font-weight: bold;
  font-size: 13px;
  border: 1px solid #54585d;
}
.programtable table tbody td {
  color: #636363;
  border: 1px solid #dddfe1;
}
.programtable table tbody tr {
  background-color: #f9fafb;
}
.programtable table tbody tr:nth-child(odd) {
  background-color: #ffffff;
}

/* Stefan Handymenu*/

.menu.nested {margin-left: 2rem;}
.level_one{
  text-transform: uppercase;
  font-size: 80%;
}

ul > li > .links {display: inline; float: right; margin-right:20px;margin-top:10px;}
 /*ul > li > span {padding: .7rem 1rem;} */

.overlay ul li a {
  display:inherit;
}
.is-accordion-submenu-parent > a.links::after {
  border-top-color: #fff;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
}
.overlay nav {
  text-align:left;
  margin-left:30px;
  margin-right:30px;
}
.overlay nav li {
  border-bottom: 1px solid #ccc;
}
.overlay .submenu li a {
  font-size:20px;
  margin-top:5px;margin-bottom:5px;
  }

.tx-felogin-pi1 h3 {
 display:none;
}
#formhandler_contact_form .error a div,
#formhandler_contact_form span.error  {
  display:inline;
  color: red;
}

