/*! normalize.css v3.0.2 | MIT License | git.io/normalize */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}h1{font-size:2em;margin:0.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:bold}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}/*!
 * baguetteBox.js
 * @author  feimosi
 * @version 1.11.1
 * @url https://github.com/feimosi/baguetteBox.js
 */#baguetteBox-overlay{display:none;opacity:0;position:fixed;overflow:hidden;top:0;left:0;width:100%;height:100%;z-index:1000000;background-color:#222;background-color:rgba(0,0,0,0.8);-webkit-transition:opacity .5s ease;transition:opacity .5s ease}#baguetteBox-overlay.visible{opacity:1}#baguetteBox-overlay .full-image{display:inline-block;position:relative;width:100%;height:100%;text-align:center}#baguetteBox-overlay .full-image figure{display:inline;margin:0;height:100%}#baguetteBox-overlay .full-image img{display:inline-block;width:auto;height:auto;max-height:100%;max-width:100%;vertical-align:middle;-webkit-box-shadow:0 0 8px rgba(0,0,0,0.6);-moz-box-shadow:0 0 8px rgba(0,0,0,0.6);box-shadow:0 0 8px rgba(0,0,0,0.6)}#baguetteBox-overlay .full-image figcaption{display:block;position:absolute;bottom:0;width:100%;text-align:center;line-height:1.8;white-space:normal;color:#ccc;background-color:#000;background-color:rgba(0,0,0,0.6);font-family:sans-serif}#baguetteBox-overlay .full-image:before{content:"";display:inline-block;height:50%;width:1px;margin-right:-1px}#baguetteBox-slider{position:absolute;left:0;top:0;height:100%;width:100%;white-space:nowrap;-webkit-transition:left .4s ease,-webkit-transform .4s ease;transition:left .4s ease,-webkit-transform .4s ease;transition:left .4s ease,transform .4s ease;transition:left .4s ease,transform .4s ease,-webkit-transform .4s ease,-moz-transform .4s ease}#baguetteBox-slider.bounce-from-right{-webkit-animation:bounceFromRight .4s ease-out;animation:bounceFromRight .4s ease-out}#baguetteBox-slider.bounce-from-left{-webkit-animation:bounceFromLeft .4s ease-out;animation:bounceFromLeft .4s ease-out}@-webkit-keyframes bounceFromRight{0%,100%{margin-left:0}50%{margin-left:-30px}}@keyframes bounceFromRight{0%,100%{margin-left:0}50%{margin-left:-30px}}@-webkit-keyframes bounceFromLeft{0%,100%{margin-left:0}50%{margin-left:30px}}@keyframes bounceFromLeft{0%,100%{margin-left:0}50%{margin-left:30px}}.baguetteBox-button#next-button,.baguetteBox-button#previous-button{top:50%;top:calc(50% - 30px);width:44px;height:60px}.baguetteBox-button{position:absolute;cursor:pointer;outline:0;padding:0;margin:0;border:0;-moz-border-radius:15%;border-radius:15%;background-color:#323232;background-color:rgba(50,50,50,0.5);color:#ddd;font:1.6em sans-serif;-webkit-transition:background-color .4s ease;transition:background-color .4s ease}.baguetteBox-button:focus,.baguetteBox-button:hover{background-color:rgba(50,50,50,0.9)}.baguetteBox-button#next-button{right:2%}.baguetteBox-button#previous-button{left:2%}.baguetteBox-button#close-button{top:20px;right:2%;right:calc(2% + 6px);width:30px;height:30px}.baguetteBox-button svg{position:absolute;left:0;top:0}.baguetteBox-spinner{width:40px;height:40px;display:inline-block;position:absolute;top:50%;left:50%;margin-top:-20px;margin-left:-20px}.baguetteBox-double-bounce1,.baguetteBox-double-bounce2{width:100%;height:100%;-moz-border-radius:50%;border-radius:50%;background-color:#fff;opacity:.6;position:absolute;top:0;left:0;-webkit-animation:bounce 2s infinite ease-in-out;animation:bounce 2s infinite ease-in-out}.baguetteBox-double-bounce2{-webkit-animation-delay:-1s;animation-delay:-1s}@-webkit-keyframes bounce{0%,100%{-webkit-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes bounce{0%,100%{-webkit-transform:scale(0);-moz-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);-moz-transform:scale(1);transform:scale(1)}}code[class*="language-"],pre[class*="language-"]{color:#f8f8f2;background:none;text-shadow:0 1px rgba(0,0,0,0.3);font-family:Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;text-align:left;white-space:pre;word-spacing:normal;word-break:normal;word-wrap:normal;line-height:1.5;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-hyphens:none;-moz-hyphens:none;-ms-hyphens:none;hyphens:none}pre[class*="language-"]{padding:1em;margin:.5em 0;overflow:auto;border-radius:0.3em}:not(pre)>code[class*="language-"],pre[class*="language-"]{background:#272822}:not(pre)>code[class*="language-"]{padding:.1em;border-radius:.3em;white-space:normal}.token.comment,.token.prolog,.token.doctype,.token.cdata{color:slategray}.token.punctuation{color:#f8f8f2}.namespace{opacity:.7}.token.property,.token.tag,.token.constant,.token.symbol,.token.deleted{color:#f92672}.token.boolean,.token.number{color:#ae81ff}.token.selector,.token.attr-name,.token.string,.token.char,.token.builtin,.token.inserted{color:#a6e22e}.token.operator,.token.entity,.token.url,.language-css .token.string,.style .token.string,.token.variable{color:#f8f8f2}.token.atrule,.token.attr-value,.token.function{color:#e6db74}.token.keyword{color:#66d9ef}.token.regex,.token.important{color:#fd971f}.token.important,.token.bold{font-weight:bold}.token.italic{font-style:italic}.token.entity{cursor:help}pre.line-numbers{position:relative;padding-left:3.8em;counter-reset:linenumber}pre.line-numbers>code{position:relative}.line-numbers .line-numbers-rows{position:absolute;pointer-events:none;top:0;font-size:100%;left:-3.8em;width:3em;letter-spacing:-1px;border-right:1px solid #999;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.line-numbers-rows>span{pointer-events:none;display:block;counter-increment:linenumber}.line-numbers-rows>span:before{content:counter(linenumber);color:#999;display:block;padding-right:0.8em;text-align:right}@font-face{font-family:'Roboto Condensed';font-style:normal;font-weight:400;src:local("Roboto Condensed"),local("RobotoCondensed-Regular"),url(/static/fonts/RobotoCondensed-Regular.ttf);unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2212,U+2215,U+E0FF,U+EFFD,U+F000}@font-face{font-family:'Roboto Condensed';font-style:normal;font-weight:700;src:local("Roboto Condensed Bold"),local("RobotoCondensed-Bold"),url(/static/fonts/RobotoCondensed-Bold.ttf);unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2212,U+2215,U+E0FF,U+EFFD,U+F000}@font-face{font-family:'Roboto Condensed';font-style:italic;font-weight:400;src:local("Roboto Condensed Italic"),local("RobotoCondensed-Italic"),url(/static/fonts/RobotoCondensed-Italic.ttf);unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2212,U+2215,U+E0FF,U+EFFD,U+F000}@font-face{font-family:'Roboto Condensed';font-style:italic;font-weight:700;src:local("Roboto Condensed Bold Italic"),local("RobotoCondensed-BoldItalic"),url(/static/fonts/RobotoCondensed-BoldItalic.ttf);unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2212,U+2215,U+E0FF,U+EFFD,U+F000}.container{position:relative;width:100%;max-width:960px;margin:0 auto;padding:0 20px;box-sizing:border-box}.column,.columns{width:100%;float:left;box-sizing:border-box}@media (min-width: 400px){.container{width:85%;padding:0}}@media (min-width: 550px){.container{width:80%}.column,.columns{margin-left:4%}.column:first-child,.columns:first-child{margin-left:0}.one.column,.one.columns{width:4.66666666667%}.two.columns{width:13.3333333333%}.three.columns{width:22%}.four.columns{width:30.6666666667%}.five.columns{width:39.3333333333%}.six.columns{width:48%}.seven.columns{width:56.6666666667%}.eight.columns{width:65.3333333333%}.nine.columns{width:74.0%}.ten.columns{width:82.6666666667%}.eleven.columns{width:91.3333333333%}.twelve.columns{width:100%;margin-left:0}.one-third.column{width:30.6666666667%}.two-thirds.column{width:65.3333333333%}.one-half.column{width:48%}.offset-by-one.column,.offset-by-one.columns{margin-left:8.66666666667%}.offset-by-two.column,.offset-by-two.columns{margin-left:17.3333333333%}.offset-by-three.column,.offset-by-three.columns{margin-left:26%}.offset-by-four.column,.offset-by-four.columns{margin-left:34.6666666667%}.offset-by-five.column,.offset-by-five.columns{margin-left:43.3333333333%}.offset-by-six.column,.offset-by-six.columns{margin-left:52%}.offset-by-seven.column,.offset-by-seven.columns{margin-left:60.6666666667%}.offset-by-eight.column,.offset-by-eight.columns{margin-left:69.3333333333%}.offset-by-nine.column,.offset-by-nine.columns{margin-left:78.0%}.offset-by-ten.column,.offset-by-ten.columns{margin-left:86.6666666667%}.offset-by-eleven.column,.offset-by-eleven.columns{margin-left:95.3333333333%}.offset-by-one-third.column,.offset-by-one-third.columns{margin-left:34.6666666667%}.offset-by-two-thirds.column,.offset-by-two-thirds.columns{margin-left:69.3333333333%}.offset-by-one-half.column,.offset-by-one-half.columns{margin-left:52%}}html{font-size:62.5%}body{font-size:1.5em;line-height:1.6;font-weight:400;font-family:"Raleway", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;color:#222}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:2rem;font-weight:300}h1{font-size:4.0rem;line-height:1.2;letter-spacing:-.1rem}h2{font-size:3.6rem;line-height:1.25;letter-spacing:-.1rem}h3{font-size:3.0rem;line-height:1.3;letter-spacing:-.1rem}h4{font-size:2.4rem;line-height:1.35;letter-spacing:-.08rem}h5{font-size:1.8rem;line-height:1.5;letter-spacing:-.05rem}h6{font-size:1.5rem;line-height:1.6;letter-spacing:0}@media (min-width: 550px){h1{font-size:5.0rem}h2{font-size:4.2rem}h3{font-size:3.6rem}h4{font-size:3.0rem}h5{font-size:2.4rem}h6{font-size:1.5rem}}p{margin-top:0}a{color:#1EAEDB}a:hover{color:#0FA0CE}.button,button,input[type="submit"],input[type="reset"],input[type="button"]{display:inline-block;height:38px;padding:0 30px;color:#555;text-align:center;font-size:11px;font-weight:600;line-height:38px;letter-spacing:.1rem;text-transform:uppercase;text-decoration:none;white-space:nowrap;background-color:transparent;border-radius:4px;border:1px solid #bbb;cursor:pointer;box-sizing:border-box}.button:hover,button:hover,input[type="submit"]:hover,input[type="reset"]:hover,input[type="button"]:hover,.button:focus,button:focus,input[type="submit"]:focus,input[type="reset"]:focus,input[type="button"]:focus{color:#333;border-color:#888;outline:0}.button.button-primary,button.button-primary,input[type="submit"].button-primary,input[type="reset"].button-primary,input[type="button"].button-primary{color:#FFF;background-color:#33C3F0;border-color:#33C3F0}.button.button-primary:hover,button.button-primary:hover,input[type="submit"].button-primary:hover,input[type="reset"].button-primary:hover,input[type="button"].button-primary:hover,.button.button-primary:focus,button.button-primary:focus,input[type="submit"].button-primary:focus,input[type="reset"].button-primary:focus,input[type="button"].button-primary:focus{color:#FFF;background-color:#1EAEDB;border-color:#1EAEDB}input[type="email"],input[type="number"],input[type="search"],input[type="text"],input[type="tel"],input[type="url"],input[type="password"],textarea,select{height:38px;padding:6px 10px;background-color:#fff;border:1px solid #D1D1D1;border-radius:4px;box-shadow:none;box-sizing:border-box}input[type="email"],input[type="number"],input[type="search"],input[type="text"],input[type="tel"],input[type="url"],input[type="password"],textarea{-webkit-appearance:none;-moz-appearance:none;appearance:none}textarea{min-height:65px;padding-top:6px;padding-bottom:6px}input[type="email"]:focus,input[type="number"]:focus,input[type="search"]:focus,input[type="text"]:focus,input[type="tel"]:focus,input[type="url"]:focus,input[type="password"]:focus,textarea:focus,select:focus{border:1px solid #33C3F0;outline:0}label,legend{display:block;margin-bottom:.5rem;font-weight:600}fieldset{padding:0;border-width:0}input[type="checkbox"],input[type="radio"]{display:inline}label>.label-body{display:inline-block;margin-left:.5rem;font-weight:normal}ul{list-style:circle inside}ol{list-style:decimal inside}ol,ul{padding-left:0;margin-top:0}ul ul,ul ol,ol ol,ol ul{margin:1.5rem 0 1.5rem 3rem;font-size:90%}li{margin-bottom:1rem}code{padding:.2rem .5rem;margin:0 .2rem;font-size:90%;white-space:nowrap;background:#F1F1F1;border:1px solid #E1E1E1;border-radius:4px}pre>code{border:none;display:block;padding:0.33rem 0.5rem;white-space:pre}th,td{padding:12px 15px;text-align:left;border-bottom:1px solid #E1E1E1}th:first-child,td:first-child{padding-left:0}th:last-child,td:last-child{padding-right:0}button,.button{margin-bottom:1rem}input,textarea,select,fieldset{margin-bottom:1.5rem}pre,blockquote,dl,figure,table,p,ul,ol,form{margin-bottom:2.5rem}.u-full-width{width:100%;box-sizing:border-box}.u-max-full-width{max-width:100%;box-sizing:border-box}.u-pull-right{float:right}.u-pull-left{float:left}hr{margin-top:3rem;margin-bottom:3.5rem;border-width:0;border-top:1px solid #E1E1E1}.container:after,.row:after,.u-cf{content:"";display:table;clear:both}.image-circle{border-radius:100%}.limit-width{max-width:100%}.fill-width{width:100%}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.margin-small{margin-top:10px;margin-bottom:10px}.margin-medium{margin-top:20px;margin-bottom:20px}.margin-large{margin-top:50px;margin-bottom:50px}html,body{margin:0;padding:0;text-align:center;font-size:18px;background:#e7e7e7;color:#143255}pre[class*="language-"]{margin-bottom:2.5rem}a:link,a:focus,a:visited{text-decoration:underline;color:#2e8044}a:hover{color:#2e8044}.errorbox{border:1px solid #811;background:#c22;color:#e7e7e7;padding:1em;margin:1em 0}#nav-panel{text-align:center;background:#2e8044;color:#e7e7e7}#nav-panel a:link,#nav-panel a:hover,#nav-panel a:focus,#nav-panel a:visited{text-decoration:none;color:#e7e7e7;padding:10px 0px;display:block;width:100%;font-size:23px}#nav-panel #heading-title{padding:20px;text-align:center}#nav-panel #heading-title #heading-cell h1,#nav-panel #heading-title #heading-cell h2,#nav-panel #heading-title #heading-cell h3{margin:0;padding:0;letter-spacing:normal}#nav-panel #nav-links{background:#143b27;color:#e7e7e7;text-align:left;overflow:hidden;height:57px;transition:height 0.5s, background-color 0.5s}#nav-panel #nav-links a:link,#nav-panel #nav-links a:hover,#nav-panel #nav-links a:focus,#nav-panel #nav-links a:visited{color:currentColor}#nav-panel #nav-links.expanded{height:372px;overflow:auto}#nav-panel #nav-links.expanded .nav-link{display:block}#nav-panel #nav-links.expanded .menu-bar img{transform:rotate(90deg)}#nav-panel #nav-links-inner{padding:0;width:100%}#nav-panel .nav-link{display:block;padding-left:57px;height:57px;border:none}#nav-panel .nav-link[data-active]{background:#e7e7e7;color:#143255}#nav-panel .nav-link.brand{font-weight:bold}#nav-panel a.menu-bar{position:absolute;top:0px;left:0px;width:auto;float:left;padding:10px}#nav-panel a.menu-bar img{transform:rotate(0deg);transition:transform 0.5s;height:37px;display:block;float:left;padding-right:5px}#nav-panel #right-links{background:#143b27}#nav-panel .right-item{text-align:center;float:left;min-width:62px;width:33%;height:62px;padding:0px 0px}.alert-warning{margin:20px 0;padding:10px;background:#143b27;color:#e7e7e7}.btn.primary{background-color:#2e8044;color:#e7e7e7}.btn.primary:hover{background-color:#143b27;color:#e7e7e7}.btn,button,input[type="submit"],input[type="reset"],input[type="button"]{font-size:22px}.icon{width:20px;height:20px;display:inline-block}.icon svg{fill:currentColor}#main-content{background:transparent;margin:0 auto;padding:20px;text-align:left;min-height:75vh}#main-content h1,#main-content h2{margin-top:1em}#footer{background:#143b27;color:#e7e7e7;padding:60px 20px}#footer a:link,#footer a:hover,#footer a:focus,#footer a:visited{color:#fff}#footer ul{list-style:none}a.signpost:link,a.signpost:hover,a.signpost:focus,a.signpost:visited{background:#2e8044;color:#e7e7e7;padding:20px;text-align:center;text-decoration:none !important;display:block;transition:background-color 0.5s}a.signpost:link h3,a.signpost:hover h3,a.signpost:focus h3,a.signpost:visited h3{font-size:1.5rem;margin:0;padding:0}a.signpost:hover{background-color:#143b27;transition:background-color 0.5s}.factsheet{font-size:14px;text-align:center;border-top:1px solid #ccc;padding-top:5px}.factsheet .fact{display:inline-block;padding:0 3px}.factsheet .fact a:link,.factsheet .fact a:hover,.factsheet .fact a:focus,.factsheet .fact a:visited{color:inherit;text-decoration:none}.factsheet .fact img{width:16px;height:16px}#dynamic-news{position:absolute;top:0;right:0}#portrait{max-width:100%;margin-bottom:1.5rem}@media (min-width: 960px){body{font-size:20px}h1{font-size:3rem}h2{font-size:2.5rem}h3{font-size:2rem}h4{font-size:1.75rem}a.signpost:link h3,a.signpost:hover h3,a.signpost:focus h3,a.signpost:visited h3{font-size:2.5rem}#nav-panel #nav-links{height:62px;text-align:center}#nav-panel #nav-links #nav-links-inner{width:80%;position:static}#nav-panel .nav-link{padding:5px 0px;height:62px;width:20%;float:left;text-align:center}#nav-panel .nav-link.brand.frontpage{display:none}#nav-panel a:link.menu-bar{display:none}#nav-panel #nav-links.frontpage #nav-links-inner{padding:0 10%}#nav-panel #nav-links.frontpage .nav-link{width:50%}#nav-panel #nav-links #right-links{position:absolute;top:0px;right:0px;width:auto;padding:0 10px 0 0}#nav-panel #nav-links #right-links .right-item{width:62px;padding:5px}#nav-panel #heading-title{display:table;height:124px}#nav-panel #heading-title #heading-cell{display:table-cell;vertical-align:middle}#nav-panel #heading-title #heading-cell h1{font-size:55px;font-weight:bold;font-style:italic}#nav-panel #heading-title #heading-cell.big{height:350px}#main-content{font-size:21px;text-align:justify}.frontpage-column{padding:20px;padding-top:50px}}div.article-list-item{margin:10px 0px 40px 0px;padding:10px 0px}div.article-list-item a.title:link,div.article-list-item a.title:active,div.article-list-item a.title:visited,div.article-list-item a.title:hover,div.article-list-item div.title{padding:0px;display:block;text-decoration:none}div.article-list-item a.title:link h3,div.article-list-item a.title:active h3,div.article-list-item a.title:visited h3,div.article-list-item a.title:hover h3,div.article-list-item div.title h3{margin:0}div.article-list-item .article-list-item-body{border-top:1px solid #ccc;position:relative;padding:10px 0px;margin:0}div.article-list-item .article-list-item-body .preview-image{width:100%;max-width:400px;min-height:200px;background-position:center;background-size:cover;border:1px solid #ccc}div.article-list-item .article-list-item-body .summary{padding:0 0 0 20px;text-align:left}div.article-list-item .article-list-item-body .summary p{margin:0}div.article-list-item .article-list-item-body .readmore{display:block;text-align:right;padding:10px 20px;font-weight:bold;font-size:1.2em}#summary{background:#fafafa;border:1px solid rgba(0,0,0,0.5);border-top:none;margin:-20px -20px 20px -20px}#summary #summary-body{padding:20px}h1,h2,h3,h4{letter-spacing:0}h1{font-size:2.25rem}h2{font-size:2rem}h3{font-size:1.75rem}h4{font-size:1.5rem}ul,ol{margin-left:1.5em;text-align:left;list-style:square}ul li,ol li{margin-bottom:0.25rem}input[type="text"],input[type="email"],textarea{width:100%}textarea{height:200px}table{border:1px solid #ccc}table th:last-child,table td:last-child{padding-right:15px}th:first-child,td:first-child{padding:10px 20px}blockquote{font-style:italic;margin-left:0;padding-left:1.5em}blockquote cite{font-size:0.8em;margin-top:0.5em}cite:before{content:"-- "}.media{text-align:center;max-width:100%;margin-bottom:2.5rem}.media iframe{max-width:100%}.video-player{color:#fff;width:920px;max-width:100%;display:table;cursor:pointer;overflow:hidden}.video-player .player-label{background:rgba(0,0,0,0.5);width:920px;height:517px;display:table-cell;vertical-align:middle}.video-player .player-label h3::after{font-style:italic;font-size:22px;content:"Click to play";background:url(/static/img/play.svg);background-repeat:no-repeat;background-position:center top;padding-top:120px;margin:40px;display:block}.markdown-content img{display:block;margin:20px auto;padding:2px;border:1px solid #ccc;max-width:100%}.markdown-content figure{padding:10px;text-align:center;margin:0 auto;margin-bottom:2.5rem}.markdown-content figure img{background:#fff;border:none;border-radius:0px;max-width:100%;padding-bottom:10px;margin:0 auto;border-bottom:1px solid #ccc}.markdown-content figure table{width:100%;margin:0}.markdown-content figure figcaption{font-style:italic;padding:10px}.markdown-content pre{font-size:0.85em}.gallery{margin:20px auto;font-size:0px;max-width:100%}.gallery a:link,.gallery a:active,.gallery a:visited,.gallery a:hover{background:#fafafa;text-align:center;color:#000;text-decoration:none;float:left;padding:2px;border:1px solid #ccc;margin:10px}.gallery a:link img,.gallery a:active img,.gallery a:visited img,.gallery a:hover img{width:433px;max-width:100%}.gallery a:link h4,.gallery a:active h4,.gallery a:visited h4,.gallery a:hover h4{margin:0;border-top:1px solid #ccc}.gallery a:nth-child(n+5){max-width:40%}.gallery a:nth-child(n+5) img{width:126.5px}.gallery a:nth-child(4)::after{content:"";display:table;clear:both}.gallery::after{content:"";display:table;clear:both}@media (max-width: 1197px){.gallery{width:433px;max-width:100%}.gallery a:link,.gallery a:active,.gallery a:visited,.gallery a:hover{max-width:100%}.gallery a:link img,.gallery a:active img,.gallery a:visited img,.gallery a:hover img{width:433px;max-width:100%}.gallery a:nth-child(n+5){max-width:45%;margin:10px 0px 10px 10px}.gallery a:nth-child(n+5) img{width:126.5px}}
