/* --- General --- */

body {
  font-family: 'Gentona', 'Times New Roman', serif;
  font-weight: 300;
  font-size: 18px;
  color: #5a5c5a;
  position: relative;
  background: #FFF;
  display: flex;
  flex-flow: column;
  height: 100vh;
}
@media (min-width: 740px) {
    body {
        font-size: 21px;
    }
}
main,
.container[role=main] {
    margin-top: 50px;
    margin-bottom:50px;
    flex: 1 0 auto;
}

@media only screen and (max-width: 767px) {
.container[role=main] {
    margin-left: 0;
    margin-right: 0;
}
}

p {
  line-height: 1.5;
  margin: 6px 0;
}
p + p {
    margin: 24px 0 6px 0;
}
p a {
  text-decoration: underline;
  color: inherit;
}

h1,h2,h3,h4,h5,h6 {
  font-family: 'Quadon', 'Myriad Pro', sans-serif;
  font-weight: 500;
  color: #171719;
}
h2 {
    font-size: 21px;
}
@media (min-width: 740px) {
    h2 {
        font-size: 32px;
    }
}
a {
  text-decoration: underline;
}
a:hover,
a:focus {
  color: #1a1b3e;
}
blockquote {
  color: #808080;
  font-style: italic;
}
blockquote p:first-child {
  margin-top: 0;
}
hr.small {
  max-width: 100px;
  margin: 15px auto;
  border-width: 4px;
  border-color: inherit;
  border-radius: 3px;
}

.main-content {
  padding-top: 80px;
}
@media only screen and (min-width: 768px) {
  .main-content {
    padding-top: 130px;
  }
}

.main-explain-area {
  font-family: 'Quadon', 'Myriad Pro', sans-serif;
  padding: 15px inherit;
}

.hideme {
  display: none;
}

div.panel-body a.list-group-item {
  font-family: 'Quadon', 'Myriad Pro', sans-serif;
  font-weight: 800;
  border-radius: 0;
  border: none;
  font-size: 16px;
}
div.panel-group .panel {
    border-radius: 0;
}
div.panel-group .panel+.panel {
    margin-top: 0;
}

div.panel-body a.list-group-item.view-all {
  font-weight: 600;
}

::-moz-selection, ::selection {
  text-shadow: none;
  background: #ddd;
}
img::selection, img::-moz-selection {
  color: white;
  background: transparent;
}


img {
  display: block;
  margin: auto;
  max-width: 100%;
}

.img-title {
  width: 100%;
}

.disqus-comments {
  margin-top: 30px;
}

@media only screen and (min-width: 768px) {
  .disqus-comments {
    margin-top: 40px;
  }
}

/* --- Navbar --- */

.navbar-custom {
  background: #002D72;
  border-bottom: 1px solid #EAEAEA;
  font-family: 'Quadon', 'Myriad Pro', sans-serif;
}

.navbar-custom .nav li a {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
}

.navbar-custom .navbar-brand,
.navbar-custom .nav li a {
  font-weight: 800;
  color: #FFF;
}


.navbar-custom .navbar-brand:hover,
.navbar-custom .navbar-brand:focus ,
.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus {
  color: #0085a1;
}

.navbar-custom .navbar-brand:hover,
.navbar-custom .navbar-brand:focus ,
.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus {
}

.navbar-custom .navbar-brand-logo {
  padding-top: 0;
  -webkit-transition: padding .5s ease-in-out;
  -moz-transition: padding .5s ease-in-out;
  transition: padding .5s ease-in-out;
}
.navbar-custom .navbar-brand-logo img {
  height: 50px;
  -webkit-transition: height .5s ease-in-out;
  -moz-transition: height .5s ease-in-out;
  transition: height .5s ease-in-out;
}
.navbar-custom.top-nav-short .navbar-brand-logo {
  padding-top: 5px;
}
.navbar-custom.top-nav-short .navbar-brand-logo img {
  height: 40px;
}

@media only screen and (min-width: 768px) {
  .navbar-custom {
    padding: 20px 0;
    -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
    -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
    transition: background .5s ease-in-out,padding .5s ease-in-out;
  }

  .navbar-custom.top-nav-short {
    padding: 0;
  }
}

.navbar-custom .avatar-container {
  opacity: 1;
  visibility: visible;
  position: absolute;
  -webkit-transition: visibility 0.5s, opacity 0.5s ease-in-out;
  -moz-transition: visibility 0.5s, opacity 0.5s ease-in-out;
  transition: visibility 0.5s, opacity 0.5s ease-in-out;
  left: 50%;
  width: 50px;
  margin-top: -25px;
}
.navbar-custom .avatar-container  .avatar-img-border {
  width: 100%;
  border-radius: 50%;
  margin-left: -50%;
  display: inline-block;
  box-shadow: 0 0 8px rgba(0, 0, 0, .8);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .8);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, .8);
}
.navbar-custom .avatar-container  .avatar-img {
  width: 100%;
  border-radius: 50%;
  display: block;
}

.navbar-custom.top-nav-short .avatar-container{
  opacity: 0;
  visibility: hidden;
}

.navbar-custom.top-nav-expanded .avatar-container  {
  display: none;
}

@media only screen and (min-width: 768px) {
  .navbar-custom .avatar-container {
    width: 100px;
    margin-top: -50px;
  }

  .navbar-custom .avatar-container  .avatar-img-border {
    width: 100%;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, .8);
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, .8);
    -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, .8);
  }

  .navbar-custom .avatar-container  .avatar-img {
    width: 100%;
  }
}

/* Multi-level navigation links */
.navbar-custom .nav .navlinks-container {
  position: relative;
}
.navbar-custom .nav .navlinks-parent:after {
  content: " \25BC";
}
.navbar-custom .nav .navlinks-children {
  width: 100%;
  display: none;
  word-break: break-word;
}
.navbar-custom .nav .navlinks-container .navlinks-children a {
  display: block;
  padding: 10px;
  padding-left: 30px;
  background: #f5f5f5;
  text-decoration: none !important;
  border-width: 0 1px 1px 1px;
  font-weight: normal;
}
@media only screen and (max-width: 767px) {
  .navbar-custom .nav .navlinks-container.show-children {
    background: #eee;
  }
  .navbar-custom .nav .navlinks-container.show-children .navlinks-children {
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  .navbar-custom .nav .navlinks-container {
    text-align: center;
  }
  .navbar-custom .nav .navlinks-container:hover {
    background: #eee;
  }
  .navbar-custom .nav .navlinks-container:hover .navlinks-children {
    display: block;
  }
  .navbar-custom .nav .navlinks-children {
    position: absolute;
  }
  .navbar-custom .nav .navlinks-container .navlinks-children a {
    padding-left: 10px;
    border: 1px solid #eaeaea;
    border-width: 0 1px 1px;
  }
}

/* --- Footer --- */

footer {
  padding: 30px 0;
  color: #FFF;
  background: rgb(0, 45, 114);
  border-top: 1px #EAEAEA solid;
  margin-top: auto;
  font-size: 14px;
}

footer a {
  color: rgb(104, 172, 229);
}

footer .list-inline {
  margin: 0;
  padding: 0;
}
footer .identity {
    font-family: 'Quadon', 'Myriad Pro', sans-serif;
    font-weight: 700;
    font-size: 24px;
    text-align: center;
    margin-bottom: 0;
}
footer .copyright {
    font-size: 16px;
    text-align: center;
    margin-bottom: 0;
}
footer .theme-by a {
    color: #fff;
}
footer .theme-by {
  text-align: center;
  margin: 10px 0 0;
}

@media only screen and (min-width: 768px) {
  footer {
    padding: 50px 0;
  }
  footer .footer-links {
    font-size: 18px;
  }
  footer .copyright {
    font-size: 16px;
  }
}


/* --- Post preview --- */

.post-preview {
  padding: 20px 0;
  border-bottom: 1px solid #eee;
}
@media only screen and (min-width: 768px) {
  .post-preview {
    padding: 35px 0;
  }
}

.post-preview:last-child {
  border-bottom: 0;
}

.post-preview a {
  text-decoration: none;
  color: #404040;
}

.post-preview a:focus,
.post-preview a:hover {
  text-decoration: none;
  color: #0085a1;
}

.post-preview .post-title {
  font-size: 30px;
  margin-top: 0;
}
.post-preview .post-subtitle {
  margin: 0;
  font-weight: 300;
  margin-bottom: 10px;
}
.post-preview .post-meta,
.post-heading .post-meta,
.seminar-heading .post-meta,
.page-meta {
    font-size: 14px;
    font-weight: 500;
    margin: 1em 0 10px;
}
@media (min-width: 740px) {
    .post-preview .post-meta,
    .post-heading .post-meta,
    .seminar-heading .post-meta,
    .page-meta {
        font-size: 18px;
    }
}
.page-meta {
  align-self: center;
}
.post-preview .post-meta a,
.post-heading .post-meta a,
.seminar-heading .seminar-meta a,
.page-meta a {
  color: #404040;
  text-decoration: none;
}
.post-preview .post-entry {
  font-family: 'Quadon', 'Myriad Pro', sans-serif;
}
.post-entry-container {
  display: inline-block;
  width: 100%;
}
.post-entry {
  width: 100%;
  margin-top: 10px;
}
.post-image {
  float: right;
  height: 192px;
  width: 192px;
  margin-top: -35px;
  filter: grayscale(90%);
}
.post-image:hover {
  filter: grayscale(0%);
}
.post-image img {
  border-radius: 100px;
  height: 192px;
  width: 192px;
}
.post-preview .post-read-more {
  font-weight: 800;
  float: right;
}

@media only screen and (min-width: 768px) {
  .post-preview .post-title {
    font-size: 36px;
  }
}

/* --- Tags --- */

.blog-tags {
  font-family: 'Quadon', 'Myriad Pro', sans-serif;
  color: #999;
  font-size: 15px;
  margin-bottom: 30px;
}

.blog-tags:before {
  content: "Tags: ";
}

.blog-tags a {
  color: #008AFF;
  text-decoration: none;
  padding: 0px 5px;
}

.blog-tags a:before {
  content: "#";
}

.blog-tags a:hover {
  border-radius: 2px;
  color: #008AFF;
  background-color: #CCC;
}

.post-preview .blog-tags {
  margin-top: 5px;
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
  .post-preview .blog-tags {
    margin-top: 10px;
  }
}

@media only screen and (max-width: 500px) {
  .post-image, .post-image img {
    height: 100px;
    width: 100px;
  }

  .post-image {
    width: 100%;
    text-align: center;
    margin-top: 0;
    float: left;
  }
}
/* --- Post and page headers --- */

header {
  background-color: #12122D;
  color: #ececec;
  border-bottom: 1px solid #EAEAEA;
  font-family: 'Quadon', 'Myriad Pro', sans-serif;
}

header h1 {
    color: #ececec;
    margin-top: 0;
    margin-bottom: 1em;
}

.intro-header {
    position: relative;
    margin-bottom: 50px;
}
.intro-header.big-img {
  background: no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  margin-bottom: 35px;
}
.intro-header.big-img  .big-img-transition {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  -webkit-transition: opacity 1s linear;
  -moz-transition: opacity 1s linear;
  transition: opacity 1s linear;
}
.intro-header .page-heading,
.intro-header .tags-heading,
.intro-header .categories-heading {
  text-align: center;
}
.intro-header.big-img .page-heading,
.intro-header.big-img .post-heading,
.intro-header.big-img .seminar-heading {
  padding: 100px 0;
  color: #FFF;
  text-shadow: 1px 1px 3px #000;
}
.intro-header .page-heading h1,
.intro-header .tags-heading h1,
.intro-header .categories-heading h1,
.intro-header .post-heading h1,
.intro-header .seminar-heading h1 {
    font-size: 20px;
}
@media (min-width: 740px) {
    .intro-header .page-heading h1,
    .intro-header .tags-heading h1,
    .intro-header .categories-heading h1,
    .intro-header .post-heading h1,
    .intro-header .seminar-heading h1 {
        font-size: 40px;
    }
}
.intro-header .page-heading .page-subheading,
.intro-header .post-heading .post-subheading,
.intro-header .seminar-heading .seminar-subheading {
  font-size: 16px;
  line-height: 1.1;
  display: block;
  font-family: 'Quadon', 'Myriad Pro', sans-serif;
  font-weight: 500;
  margin: 10px 0 0;
}
@media (min-width: 740px) {
    .intro-header .page-heading .page-subheading,
    .intro-header .post-heading .post-subheading,
    .intro-header .seminar-heading .seminar-subheading {
        font-size: 21px;
    }
}
.intro-header .post-heading .post-subheading,
.intro-header .seminar-heading .seminar-subheading {
  margin-bottom: 10px;
}
.intro-header.big-img .page-heading .page-subheading,
.intro-header.big-img .post-heading .post-subheading,
.intro-header.big-img .seminar-heading .seminar-subheading {
  font-weight: 400;
}
.intro-header.big-img .page-heading hr {
  box-shadow: 1px 1px 3px #000;
  -webkit-box-shadow: 1px 1px 3px #000;
  -moz-box-shadow: 1px 1px 3px #000;
}
.intro-header.big-img .post-heading .post-meta,
.intro-header.big-img .seminar-heading .seminar-meta {
  color: #EEE;
}
.intro-header.big-img .img-desc {
  background: rgba(30, 30, 30, 0.6);
  position: absolute;
  padding: 5px 10px;
  font-size: 11px;
  color: #EEE;
  font-family: 'Quadon', 'Myriad Pro', sans-serif;
  right: 0;
  bottom: 0;
  display: none;
}
@media only screen and (min-width: 768px) {
  .intro-header.big-img .page-heading,
  .intro-header.big-img .post-heading ,
  .intro-header.big-img .seminar-heading  {
    padding: 80px 0;
  }
  .intro-header .page-heading h1,
  .intro-header .tags-heading h1,
  .intro-header .categories-heading h1 {
    font-size: 50px;
  }
  .intro-header .post-heading h1,
  .intro-header .seminar-heading h1 {
    font-size: 32px;
  }
  .intro-header.big-img .img-desc {
    font-size: 14px;
  }
}

.header-section {
    padding: 0.9em;
}
.header-section.has-img .no-img {
  margin-top: 0;
  background: #FCFCFC;
  margin: 0 0 40px;
  padding: 20px 0;
  box-shadow: 0 0 5px #AAA;
}
/* Many phones are 320 or 360px, so make sure images are a proper aspect ratio in those cases */
.header-section.has-img .intro-header.no-img {
  display: none;
}
@media only screen and (max-width: 365px) {
  .header-section.has-img .intro-header.no-img {
    display: block;
  }
  .intro-header.big-img {
    width: 100%;
    height: 220px;
  }
  .intro-header.big-img .page-heading,
  .intro-header.big-img .post-heading,
  .intro-header.big-img .seminar-heading {
    display: none;
  }
  .header-section.has-img .big-img {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 325px) {
  .intro-header.big-img {
    height: 200px;
  }
}

.caption {
  text-align: center;
  font-size: 14px;
  padding: 10px;
  font-style: italic;
  margin: 0;
  display: block;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

/* --- Pager --- */

.pager li a {
  font-family: 'Quadon', 'Myriad Pro', sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 1px;
  padding: 10px 5px;
  background: #FFF;
  border-radius: 0;
  color: #404040;
}
@media only screen and (min-width: 768px) {
  .pager li a {
    padding: 15px 25px;
  }
}
.pager li a:hover,
.pager li a:focus {
  color: #FFF;
  background: #0085a1;
  border: 1px solid #0085a1;
}


.pager {
  margin: 10px 0 0;
}

.pager.blog-pager {
  margin-top:10px;
}

h4.panel-title > span.badge {
    float: right;
}

@media only screen and (min-width: 768px) {
  .pager.blog-pager  {
    margin-top: 40px;
  }
}

/* --- Tables --- */

table {
  padding: 0;
}
table tr {
  border-top: 1px solid #cccccc;
  background-color: #ffffff;
  margin: 0;
  padding: 0;
}
table tr:nth-child(2n) {
  background-color: #f8f8f8;
}
table tr th {
  font-weight: bold;
  border: 1px solid #cccccc;
  text-align: left;
  margin: 0;
  padding: 6px 13px;
}
table tr td {
  border: 1px solid #cccccc;
  text-align: left;
  margin: 0;
  padding: 6px 13px;
}
table tr th :first-child,
table tr td :first-child {
  margin-top: 0;
}
table tr th :last-child,
table tr td :last-child {
  margin-bottom: 0;
}

/* --- Social media sharing section --- */

#social-share-section {
  margin-bottom: 30px;
}

/* --- Google Custom Search Engine Popup --- */
#modalSearch table tr, #modalSearch table tr td, #modalSearch table tr th {
  border:none;
}
.reset-box-sizing, .reset-box-sizing *, .reset-box-sizing *:before, .reset-box-sizing *:after,  .gsc-inline-block {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
input.gsc-input, .gsc-input-box, .gsc-input-box-hover, .gsc-input-box-focus, .gsc-search-button {
  box-sizing: content-box;
  line-height: normal;
}

/* IPython split style */
div.splitbox {width:100%; overflow:auto;}

div.splitbox div.left {
               width:48%;
               float:left;}
div.splitbox div.right {
               width:48%;
               float:right;}

@media only screen and (max-width: 600px) {
div.splitbox div.left {
               width:100%;
               float:left;}
div.splitbox div.right {
               width:100%;
               float:left;}
}

/* Delayed Disqus */
.disqus-comments button {
  font-family: 'Quadon', 'Myriad Pro', sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 1px;
  padding: 10px 5px;
  background: #FFF;
  border-radius: 0;
  color: #404040;
}
@media only screen and (min-width: 768px) {
  .disqus-comments button {
    padding: 15px 25px;
  }
}
.disqus-comments button:hover, 
.disqus-comments button:focus {
  color: #FFF;
  background: #0085a1;
  border: 1px solid #0085a1;
}

/* Related posts */
h4.see-also {
  margin-top: 20px;
}

/* Sharing */
 ul.share {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}
 ul.share li {
  display: inline-flex;
  margin-right: 5px;
}
 ul.share li:last-of-type {
  margin-right: 0;
}
 ul.share li .fab {
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  text-align: center;
  transition: all 150ms ease-in-out;
  color: #fff;
}
 ul.share li a {
  background-color: #b5c6ce;
  display: block;
  border-radius: 50%;
  text-decoration: none !important;
  margin: 0;
}
 ul.share li:hover .fab {
  transform: scale(1.4)
}

.seminar-type {
    font-variant: small-caps;
}
.seminar-cancelled {
    text-decoration: line-through;
    color: #999;
}
.seminar-cancelled h2 a {
    color: #999 !important;
}


.seminar-list li {
    margin: 21px 0;
    display: block;
}
.seminar-list {
    font-family: 'Quadon', 'Myriad Pro', sans-serif;
    font-size: 18px;
    padding: 0;
}
.seminar-list h2 {
    margin: 0;
    font-size: 21px;
}
.seminar-list a {
    color: #171719;
}

.seminar-speaker {
}

.btn {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    border: 1px solid;
    padding: .5rem;
    line-height: .9;
    border-radius: .3rem;
    text-decoration: none;
    margin: 8px 8px 8px 0;
    text-transform: uppercase;
    font-weight: 700;
    color: #418Fde;
}
.btn:focus {
    color: #418Fde;
}
.btn:hover {
    color: #418Fde;
    background-color: #eee;
}

/* ==========================================================================
	Header
============================================================================= */

.header {
    position: relative;
    z-index: 20;
    background-color: #12122D;
    color: #fff;
}
.page_layout_home .header {
    z-index: auto;
}
@media (min-width: 980px) {
    .header::before {
        width: 1px;
        position: absolute;
        bottom: 0;
        left: 50%;
        z-index: 1;
        content: "";
        display: block;
        margin-left: -440px;
        pointer-events: none;
    }
}
@media (min-width: 1220px) {
    .header::before {
        margin-left: -550px;
    }
}
@media (min-width: 1394px) {
    .header::before {
        margin-left: -630px;
    }
}
@media print {
    .header::before {
        content: normal;
        display: none;
    }
}
@media (min-width: 980px) {
    .page_layout_home .header::before {
        content: normal;
        display: none;
    }
}

.header_primary {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    padding: 15px 0;
}
@media (min-width: 980px) {
    .header_primary {
        border-bottom-width: 0;
        padding: 0;
    }
}
@media print {
    .header_primary {
        padding: 0;
    }
}

@media (min-width: 980px) {
    .header_logo_group_inner {
        align-items: center;
        display: flex;
        margin-bottom: 6px;
        padding-top: 25px;
    }
}

.header_logo_group_wrappper {
    display: block;
    text-align: center;
}
@media (min-width: 980px) {
    .header_logo_group_wrappper {
        display: flex;
        align-items: center;
        text-align: left;
    }
}

.header_set {
    position: relative;
    z-index: 10;
}

.header_ribbon {
    position: relative;
    display: none;
}
@media (min-width: 980px) {
    .header_ribbon {
        display: block;
    }
}
@media print {
    .header_ribbon {
        display: none;
    }
}

.header_ribbon_inner {
    display: flex;
    justify-content: flex-end;
}
@media (min-width: 980px) {
    .header_ribbon_inner {
        border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    }
}

.header_controls {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    margin-left: auto;
}
@media (min-width: 980px) {
    .header_controls {
        display: none;
    }
}
@media (max-width: 499px) {
    .header_controls .fs-row {
        width: auto;
    }
}
@media (max-width: 499px) {
    .header_controls .fs-cell {
        width: 100% !important;
        max-width: none !important;
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
}

.header_controls_list {
    height: 50px;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

.header_controls_item {
    flex: 0 0 33.3%;
}
.header_controls_item:not(:last-child) {
    border-right: 1px solid rgba(255, 255, 255, 0.15);
}

.header_nav_group {
    display: none;
}
@media (min-width: 980px) {
    .header_nav_group {
        display: block;
    }
}

@media (min-width: 980px) {
    .header_nav_group_inner {
        background-color: transparent;
        transition: background 0.15s;
    }
}

@media (min-width: 980px) {
    .header_nav_group.sticky .header_nav_group_inner {
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        background-color: #002d72;
        transition: background 0.3s;
    }
}

.header_nav_group_container {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
@media (min-width: 980px) {
    .header_nav_group_container {
        align-items: flex-start;
        display: flex;
        margin: 0 auto;
    }
}
@media (min-width: 980px) {
    .header_nav_group.sticky .header_nav_group_container {
        width: 920px;
    }
}
@media (min-width: 1220px) {
    .header_nav_group.sticky .header_nav_group_container {
        width: 1150px;
    }
}
@media (min-width: 1394px) {
    .header_nav_group.sticky .header_nav_group_container {
        width: 1318px;
    }
}

@media (min-width: 980px) {
    .header_nav_group.sticky .header_nav_group_spacer {
        display: block;
    }
}

.header_controls_group {
    align-items: center;
    display: flex;
    margin: 6px -12px 0 0;
}
@media (min-width: 1220px) {
    .header_controls_group {
        margin-top: 9px;
    }
}
@media print {
    .header_controls_group {
        display: none;
    }
}

/* ==========================================================================
	Logo
============================================================================= */

.header_logo_group_wrappper {
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    margin-bottom: 1em;
    padding: 1em 0;
}

.logo {
    margin: 0;
}

.logo_header,
.logo_header_stacked,
.logo_header_wide {
    text-align: center;
}
@media (min-width: 980px) {
    .logo_header,
    .logo_header_stacked,
    .logo_header_wide {
        margin-right: 0;
    }
}

.logo_link {
    position: relative;
    color: #ececec;
    display: inline-block;
    overflow: hidden;
    transition: color 0.25s;
    white-space: nowrap;
}
@media print {
    .logo_link:after {
        content: normal;
        display: none;
    }
}
.logo_link:hover, .logo_link:focus {
    color: #cccccc;
}

.logo_link_label {
    width: 1px;
    height: 1px;
    position: absolute;
    border: 0;
    clip: rect(0 0 0 0);
    margin: -1px;
    overflow: hidden;
    padding: 0;
}
.logo_link_label.focusable:active, .logo_link_label.focusable:focus {
    width: auto;
    height: auto;
    position: static;
    clip: auto;
    margin: 0;
    overflow: visible;
}

.logo_link_icon {
    display: inline-block;
    vertical-align: top;
}
@media print {
    .logo_link_icon {
        color: #000;
    }
}
@media (min-width: 980px) {
    .logo_link_icon .icon_logo_whiting {
        width: 240px;
        height: 64px;
    }
}
@media (min-width: 1220px) {
    .logo_link_icon .icon_logo_whiting {
        width: 315px;
        height: 84px;
    }
}

.logo_print {
    display: none;
}
@media print {
    .logo_print {
        display: block;
    }
}

.logo_department_title {
    font-family: Gentona, "Myriad Pro", sans-serif;
    font-weight: 600;
    display: block;
    font-size: 18px;
    line-height: 1.33333;
    margin: 10px 0 3px;
}
@media (min-width: 980px) {
    .logo_department_title {
        max-width: 300px;
        border-left: 2px solid #ffffff;
        font-size: 22px;
        line-height: 1.27273;
        padding-left: 25px;
        margin-left: 25px;
        margin-right: 15px;
    }
}
@media (min-width: 1220px) {
    .logo_department_title {
        max-width: 360px;
    }
}
.logo_department_title a {
    color: #ececec;
    display: inline-block;
    text-decoration: none;
}
.logo_department_title a:focus, .logo_department_title a:hover {
    text-decoration: underline;
}

/* ==========================================================================
	Icons
============================================================================= */
.icon {
    display: block;
    fill: currentColor;
    margin: auto;
    pointer-events: none;
    stroke: inherit;
    transition: fill 0.25s, stroke 0.25s;
}
.icon_angle_down {
    width: 5px;
    height: 4px;
}
.icon_angle_right {
    width: 5px;
    height: 7px;
}
.icon_arrow_left {
    width: 12px;
    height: 10px;
}
.icon_arrow_right {
    width: 12px;
    height: 10px;
}
.icon_caret_down {
    width: 12px;
    height: 8px;
}
.icon_caret_right {
    width: 8px;
    height: 16px;
}
.icon_caret_left {
    width: 8px;
    height: 16px;
}
.icon_clock {
    width: 16px;
    height: 16px;
}
.icon_close {
    width: 10px;
    height: 10px;
}
.icon_connect {
    width: 40px;
    height: 40px;
}
.icon_expand {
    width: 9px;
    height: 18px;
}
.icon_external {
    width: 12px;
    height: 12px;
}
.icon_facebook {
    width: 20px;
    height: 20px;
}
.icon_fax {
    width: 18px;
    height: 16px;
}
.icon_file {
    width: 16px;
    height: 20px;
}
.icon_flickr {
    width: 22px;
    height: 10px;
}
.icon_gohoponline {
    width: 22px;
    height: 24px;
}
.icon_home {
    width: 14px;
    height: 14px;
}
.icon_info_circle {
    width: 16px;
    height: 16px;
}
.icon_information {
    width: 24px;
    height: 24px;
}
.icon_instagram {
    width: 21px;
    height: 21px;
}
.icon_label {
    width: 14px;
    height: 14px;
}
.icon_linkedin {
    width: 20px;
    height: 19px;
}
.icon_logo {
    width: 315px;
    height: 84px;
}
.icon_logo_whiting {
    width: 240px;
    height: 64px;
}
.icon_logo_ep {
    width: 452px;
    height: 69px;
}
.icon_logo_ep_stacked {
    width: 240px;
    height: 97px;
}
.icon_mail {
    width: 18px;
    height: 14px;
}
.icon_menu {
    width: 22px;
    height: 22px;
}
.icon_minus {
    width: 12px;
    height: 2px;
}
.icon_navigation {
    width: 19px;
    height: 13px;
}
.icon_onehop {
    width: 22px;
    height: 24px;
}
.icon_phone {
    width: 14px;
    height: 26px;
}
.icon_place {
    width: 12px;
    height: 16px;
}
.icon_play {
    width: 20px;
    height: 20px;
}
.icon_plus {
    width: 12px;
    height: 12px;
}
.icon_reset {
    width: 9px;
    height: 10px;
}
.icon_search {
    width: 18px;
    height: 19px;
}
.icon_triangle_down {
    width: 10px;
    height: 6px;
}
.icon_twitter {
    width: 20px;
    height: 20px;
}
.icon_user {
    width: 22px;
    height: 22px;
}
.icon_video_pause {
    width: 10px;
    height: 10px;
}
.icon_video_play {
    width: 9px;
    height: 11px;
}
.icon_vimeo {
    width: 18px;
    height: 18px;
}
.icon_youtube {
    width: 20px;
    height: 20px;
}

/* ==========================================================================
	Breadcrumb Navigation
============================================================================= */
.breadcrumb {
    margin-bottom: 10px;
    background-color: inherit;
    padding: 8px 0;
}
@media (min-width: 980px) {
    .breadcrumb {
        display: block;
        margin: 89px 0 25px;
    }
}
@media print {
    .breadcrumb {
        display: none;
    }
}

@media print {
    .breadcrumb_nav {
        display: none !important;
    }
}

.breadcrumb_nav_header {
    width: 1px;
    height: 1px;
    position: absolute;
    border: 0;
    clip: rect(0 0 0 0);
    margin: -1px;
    overflow: hidden;
    padding: 0;
}
.breadcrumb_nav_header.focusable:active, .breadcrumb_nav_header.focusable:focus {
    width: auto;
    height: auto;
    position: static;
    clip: auto;
    margin: 0;
    overflow: visible;
}

.breadcrumb a:focus,
.breadcrumb a:hover {
    color: #fff;
    text-decoration: none;
}

/* Breadcrumb Links
============================================================================= */
.breadcrumb_list {
    font-family: Gentona, "Myriad Pro", sans-serif;
    font-weight: 300;
    align-items: center;
    display: flex;
    font-size: 14px;
    list-style: none;
    line-height: 1.2;
    margin: 0;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 2px 0;
    text-transform: uppercase;
    white-space: nowrap;
}
.breadcrumb_list {
    color: #f1c400;
}

.breadcrumb_item {
    align-items: center;
    display: flex;
}

@media (min-width: 980px) {
    .breadcrumb_item_home {
        display: flex;
    }
}

.breadcrumb_pill_link {
    color: #fff;
    text-decoration: underline;
    text-decoration-color: rgba(255, 255, 255, 0);
    transition: color 0.25s, text-decoration 0.25s;
}

.breadcrumb_pill_inner {
    align-items: center;
    display: flex;
}

.breadcrumb_pill_icon {
    margin: 0 4px;
}
@media (min-width: 980px) {
    .breadcrumb_pill_icon {
        margin: 0 10px 0 12px;
    }
}
.breadcrumb_item:nth-last-child(2) .breadcrumb_pill_icon {
    display: none;
}

.breadcrumb_pill_icon_home {
    position: relative;
    top: -2px;
    margin-right: 6px;
}

.breadcrumb_item:last-child .breadcrumb_pill_label {
    width: 1px;
    height: 1px;
    position: absolute;
    border: 0;
    clip: rect(0 0 0 0);
    margin: -1px;
    overflow: hidden;
    padding: 0;
}
.breadcrumb_item:last-child .breadcrumb_pill_label.focusable:active, .breadcrumb_item:last-child .breadcrumb_pill_label.focusable:focus {
    width: auto;
    height: auto;
    position: static;
    clip: auto;
    margin: 0;
    overflow: visible;
}

.seminar-years {
    display: table;
}

.seminar-years li {
    display: table-row;
}

.seminar-years p {
    display: table-cell;
    padding: 3px 6px;
    font-weight: 700;
}
.seminar-years a {
    text-decoration: none;
}
.seminar-years a:hover {
    text-decoration: underline;
}
