﻿/*add overrides to default styling here*/

/* Pull through custom font*/
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,500,700,400italic,700italic);

/* Override fonts with custom*/
/** Generic Styling BEGIN -> */
html,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.glyphicon a {
    font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
    font-weight: 500;
    line-height: 1.1;
    text-align: left;
    margin: 0;
}


/*input[type="submit" i]{

    border:none!important;
    background:transparent!important;
    color:#fff;
}*/



h1, h2, h3 {
    font-weight: 600;
    text-align: center;
}

.highlight-danger {
    border: red 1px solid;
    font-weight: bolder;
    color: red;
}

.intro-block {
    overflow: hidden;
    background: #fffc;
    color: #121212;
    position: relative;
    z-index: 1;
    margin: 60px 0 30px 0;
    padding: 40px;
    text-align: center;
}

    .intro-block header {
        margin-top: 0 !important;
    }

    .intro-block h1 {
        margin: 0;
        color: #121212;
    }

    .intro-block p,
    .intro-block p.lead {
        color: #ffffff;
    }

.courses .intro-block,
.how-to-apply .intro-block {
    background: #fff;
}

    .courses .intro-block h1,
    .how-to-apply .intro-block h1 {
        color: #fff;
    }

        .courses .intro-block h1 .last-word,
        .how-to-apply .intro-block h1 .last-word {
            color: #fff;
        }

    .courses .intro-block p,
    .how-to-apply .intro-block p {
        color: #ffffff;
    }



body {
    font-family: "Lexend", "Poiret One", "Source Sans Pro", Helvetica, Arial, sans-serif;
    padding-bottom: 20px;
    font-size:medium!important;
}


.application-form {
    margin: 45px 0
}

@media (min-width:991px) {
    .application-form {
        margin: 90px 0
    }
}

@media print {
    .application-form {
        margin: 0
    }
}

.application-form__coure-code {
    margin-bottom: 30px
}

.application-form__form-wrapper {
    background: #f6f6f6;
    
    padding: 25px !important;
    margin-bottom: 45px
}

@media (min-width:991px) {
    .application-form__form-wrapper {
        padding: 50px !important;
        margin-bottom: 0;
       
    }
}

/*Tables for mobile - Excludes datepicker and fee grid with :not(.ui-datepicker-calendar):not(#FeeGrid)*/

@media screen and (max-width: 600px) {
    body .table:not(.ui-datepicker-calendar):not(#FeeGrid) {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        vertical-align: bottom;
        padding: 0px !important;
    }

    .table:not(.ui-datepicker-calendar):not(#FeeGrid) .tr {
        display: flex;
        flex-direction: column;
    }

    .table:not(.ui-datepicker-calendar):not(#FeeGrid) .td {
        white-space: nowrap;
    }
}


table:not(.ui-datepicker-calendar):not(#FeeGrid) {
    background: transparent!important;
    border: 1px solid #ccc;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;
}

    table:not(.ui-datepicker-calendar):not(#FeeGrid) caption {
        font-size: 1.5em;
        margin: .5em 0 .75em;
    }

    table:not(.ui-datepicker-calendar):not(#FeeGrid) tr {
    /*    background-color: #fff;*/
        padding: .35em;
    }

    table:not(.ui-datepicker-calendar):not(#FeeGrid) th,
    table:not(.ui-datepicker-calendar):not(#FeeGrid) td {
        padding: .625em;
        /*text-align: center;*/
    }

    table:not(.ui-datepicker-calendar):not(#FeeGrid) th {
        font-size: .85em;
   /*     background-color: #fff;*/
        letter-spacing: .1em;
        text-transform: uppercase;
    }

@media screen and (max-width: 800px) {
    table:not(.ui-datepicker-calendar):not(#FeeGrid) {
        border: 0;
    }

        table:not(.ui-datepicker-calendar):not(#FeeGrid) caption {
            font-size: 1.3em;
        }

        table:not(.ui-datepicker-calendar):not(#FeeGrid) thead {
            border: none;
            clip: rect(0 0 0 0);
            height: 1px;
            margin: -1px;
            overflow: hidden;
            padding: 0;
            position: absolute;
            width: 1px;
            display: flex;
            flex-wrap: wrap;
        }

        table:not(.ui-datepicker-calendar):not(#FeeGrid) tr {
            border-bottom: 3px solid #ddd;
            display: block;
            margin-bottom: .625em;
        }

        table:not(.ui-datepicker-calendar):not(#FeeGrid) td {
            border-bottom: 1px solid #ddd;
            display: block;
            font-size: .8em;
            text-align: right;
        }

            table:not(.ui-datepicker-calendar):not(#FeeGrid) td::before {
                /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
                content: attr(data-label);
                float: left;
                font-weight: bold;
                text-transform: uppercase;
            }

            table:not(.ui-datepicker-calendar):not(#FeeGrid) td:last-child {
                border-bottom: 0;
            }
}

.application-form__form-wrapper .cf7md-item,
.application-form__form-wrapper p {
    width: 100% !important
}

.application-form__info-wrapper {
    background: #1d1f3e;
    color: #f6f4ff
}

.application-form__card-image {
    height: 225px
}

.application-form__info-wrapper-body {
    padding: 30px
}

    .application-form__info-wrapper-body p {
        margin-bottom: 7.5px
    }

        .application-form__info-wrapper-body p a,
        .application-form__info-wrapper-body p span {
            display: block;
            width: 100%;
            font-weight: 300;
            color: #f6f4ff;
            -webkit-transition: all .3s cubic-bezier(.215, .61, .355, 1);
            -o-transition: all .3s cubic-bezier(.215, .61, .355, 1);
            transition: all .3s cubic-bezier(.215, .61, .355, 1)
        }

            .application-form__info-wrapper-body p a:hover {
                color: #733ff2
            }

.application-form__end-time,
.application-form__start-time {
    width: 50%;
    float: left
}

.application-form .wpcf7-submit {
    margin-top: 30px
}

.application-form .hidden {
    display: none
}

.application-form label.error {
    opacity: 0;
    z-index: -10;
    width: 0;
    height: 0;
    font-size: 0
}


span {
    display: block;
    text-align: left;
    font-weight: 400;
}
/** Generic Styling <- END*/
/** Header Styling BEGIN -> */
.navbar {
    background-color: #ccc;
    padding: 1.25rem 0;
    max-width: 100% !important;
    margin-left: auto;
    margin-right: auto;
    flex-flow: row wrap;
    border: none;
}
@media(min-width:768px) {

    .containerbody, .body-content {
        max-width: 95vw !important;
        background: #fff;
        margin-right: 5vw;
        margin-left: 5vw;
    }
}



@media(max-width:768px){

    .containerbody ,.body-content {
        max-width: 100% !important;
   
    }

    body{

        min-width:90vw!important
    }

    form {
        min-width: 95vw;
        padding-left: 2.5vw;
        padding-right: 2.5vw;
    }

}

.textfieldlabelrequired:after {
    content: ' *';
    color: #e6004e;
}

.navbar-brand {
    height: auto;
}

#bs-example-navbar-collapse-1 > .nav.navbar-nav {
    padding-left: 20%;
}

.navbar-inverse .navbar-nav > li > a {
    color: #333;
    font-size: 1.6rem;
    line-height: 1;
    font-weight: 400;
}

.primary-nav-link.search-link .primary-nav-search-icon {
    font-size: 20px;
    vertical-align: middle;
    padding-left: 10px;
}

.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
    color: #703695;
}

.container-fluid.primary-nav-container {
    padding: 25px 15px;
}

.navbar-fixed-bottom {
    background-color: transparent;
}
/** Header Styling <- END */
/** Footer Styling BEGIN -> */
/*footer {
    font-weight: 700;
    background-color: #eeeeee;
    padding: 50px 0;
}
.col-2 {
    width: 50%;
    float: left;
    padding: 0 15px;
}
.row.footer-row h3 {
    margin-top: 5px;
}

.row.footer-row span {
    font-size: 18px;
}
footer#primaryFooter > hr {
    border-top: 5px solid #c6c6c6;
}
.col-2.footer-col > div > ul.footer-menu > li {
    list-style: none;
    text-align: left;
}
ul.footer-menu.footer-list {
    padding-left: 0;
}
.col-2.footer-col > div > ul.footer-menu > li > a {
    color: #3d3d3d;
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 1.9;
    padding: .375rem 0;
}
.row.footer-row i.fa.fa-phone, .row.footer-row i.fa.fa-envelope {
    background-color: #000;
    color: #fff;
    font-size: 28px;
    padding-top: 8px;
    width: 42px;
    height: 42px;
    text-align: center;
}
.footer-soc-icons {
    color: #fff;
    font-size: 28px;
    cursor: pointer;
    width: 42px;
    height: 42px;
    text-align: center;
    padding-top: 8px;
    transition: all 0.4s linear;
}
i.fa.fa-facebook.footer-soc-icons:hover {
    background-color: #3a5786!important;
}
i.fa.fa-instagram.footer-soc-icons:hover {
    background-color: #aa235a!important;
}
i.fa.fa-linkedin.footer-soc-icons:hover {
    background-color: #035481!important;
}
i.fa.fa-twitter.footer-soc-icons:hover {
    background-color: #0089bd!important;
}
i.fa.fa-comment-dots.footer-soc-icons:hover {
    background-color: #542870!important;
}
.row.footer-row.footer-accreditations {
    text-align: left;
}
.row.footer-row.footer-accreditations > a {
    margin-right: 12px;
}
.row.footer-row.footer-accreditations > a:last-child {
    margin-right: 0;
}
.row.footer-row.footer-accreditations > a > img {
    max-height: 50px;
    width: auto;
}
.remove-file-btn {
    transition: all 0.5s ease-in-out;
}*/
/** Footer Styling <- END */
/** Form Styling BEGIN -> */
.panel-heading {
    background-color: #fff !important;
    border: none !important;
    color: #3d3d3d !important;
    font-weight: 700;
    font-size: 3rem;
    line-height: 1.2;
    padding: 10px 15px;
    margin: -15px -15px 15px;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}
.form-control {
    border: none;
    border-radius: 0;
    padding: 12px;
    height: 44px;
    outline: 0;
    transition: box-shadow 0.5s,border-color 0.25s ease-in-out;
    box-shadow: none;
}
.form-control:focus {
    border-color: #3d3d3d;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(80 80 80 / 60%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 6px rgb(80 80 80 / 60%);
}
div.body-content > div.panel > div.form-group > span {
    font-size: 1.8rem;
    line-height: 2.2;
}
span.form-nav-btns > input.text {
    background-color: #703695;
    color: #fff;
    border: none;
    padding: 12px 15px;
    margin-bottom: 3px;
    font-size: 1.9rem;
}
span.form-upl-label-wrap {
    height: 300px;
    width: 300px;
    background-color: #703695;
    color: #fff;
    padding: 15px;
    position: relative;
}
input.form-upl-btns {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
}
/** Form Styling <- END */
.panel {
    padding: 15px;
    margin-bottom: 20px;
    background-color: #f0f3f8;
    border: none;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.05);
    box-shadow: 0 1px 1px rgba(0,0,0,0.05);
}

#dpSearchGrid {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}

#dpSearchGrid:before,
#dpSearchGrid:after {
  display: table;
  content: " ";
}

#dpSearchGrid:after {
  clear: both;
}

#dpSearchGrid a {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 15px;
}

#dpSearchGrid a,
#dpSearchGrid  span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 15px;
}

#dpSearchGrid  a:hover,
#dpSearchGrid  a:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}

#QASCapture_QASTable {
width:100%;
}
/* Start Compass Controls*/

.btnSearch {
    background-image:url('../_images/btnsearch.png');
    width:136px;
    height:37px
}
.textfieldlabelrequired {
font-weight:700;
}

#FeeGrid {
width:auto;
text-align:left;
}

#FeeGridHeaderRow {
font-weight: 700;
}

.courselistgrid {
    margin:auto;
    width: 90%;

}
.MarketingFieldListView li
{
	vertical-align :top ;
	display:inline-block;
}

.usercontrol
{
	text-align: left;
	border-style:none;
    margin: 20px;
}

.searchpanel{
    padding-right: 25px;
}

.searchBox {
    width: 100%;
}
.imageLabel {
    display:block !important;
}

.resultspanel {
     vertical-align:top; 
}

.resultspanel div div {
    /*padding:10px;*/
}

.tblrow:nth-child(even) {
    background-color: #f9f9f9;
}

.searchgridcell {
    padding-right: 10px;
}

.searchgridcell:nth-child(even) {
    background-color: #f9f9f9;
}

.searchgridcell:nth-child(even) {
    background-color: #f9f9f9;
}

.searchgridheaderAccount {
    background-color: #cfdde8;  
}
    .searchgridheader th {
        text-align: center;
    }

.MarketingField1Image{
	border-radius:15px;
	width:120px;
	background-color:#FFF;
	margin:  0 10px 10px 10px;
    
	float:left;
	-webkit-box-shadow: 0 1px 3px #c3c3c3;
    -moz-box-shadow: 0 1px 3px #c3c3c3;
    box-shadow: 0 1px 3px #c3c3c3;  
	overflow:hidden;
	-webkit-transition: box-shadow 0.2s ease-in-out;
	-moz-transition: box-shadow 0.2s ease-in-out;
	-o-transition: box-shadow 0.2s ease-in-out;
	transition: box-shadow 0.2s ease-in-out;
}

.MarketingField1Image:hover{
	-webkit-box-shadow: 0 0 8px #83B3D6, 0 0 8px #83B3D6;
    -moz-box-shadow: 0 0 8px #83B3D6,  0 0 8px #83B3D6;
    box-shadow: 0 0 8px #83B3D6,  0 0 8px #83B3D6; 
}
	

.MarketingField1Image img{
	display:block;
	width:120px;
	-webkit-box-shadow: 0 2px 1px #c3c3c3;
    -moz-box-shadow: 0 2px 1px #c3c3c3;
    box-shadow: 0 2px 1px #c3c3c3;
	-webkit-border-radius:15px 15px 0 0;
    -moz-border-radius:15px 15px 0 0;
    border-radius:15px 15px 0 0;
	opacity:0.8;
	-webkit-transition: opacity 0.2s ease-in-out;
	-moz-transition: opacity 0.2s ease-in-out;
	-o-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out;
	}

.MarketingField1Image img:hover{
	opacity:1;
}


.MarketingFieldListView h3{
	
	font-size:75%;
	font-weight:normal;
	padding:5px 0 0 8px;
	color:#2d2d2d;
	text-decoration:none;
    text-align:center;
}

.MarketingFieldListView h3 a{
	text-decoration:none;
	color:#2d2d2d;
}

.MarketingFieldListView span{
	
	font-size:80%;
	font-weight:normal;
	padding:0 0 0 8px;
	color:#83B3D6;
	text-decoration:none;
    text-align: center;
}

span input[type="image"] {
    padding:10px;
}

#CourseSearchPanel_ListView {
    text-align:center;
}

#FeeGridFeeTypeCell {
    text-align:center;
    width:200px;
}


#FeeGridAmountCell {
    text-align:center;
width:150px;
}
/* End Compass Controls*/
.error {
    display:block;
}

/**** QAS showloading ****/
.loading-indicator {
    height: 80px;
    width: 80px;
    background: url('data:image/gif;base64,R0lGODlhHwAfAPUAAP///wAAAOjo6NLS0ry8vK6urqKiotzc3Li4uJqamuTk5NjY2KqqqqCgoLCwsMzMzPb29qioqNTU1Obm5jY2NiYmJlBQUMTExHBwcJKSklZWVvr6+mhoaEZGRsbGxvj4+EhISDIyMgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh/hpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh+QQJCgAAACwAAAAAHwAfAAAG/0CAcEgUDAgFA4BiwSQexKh0eEAkrldAZbvlOD5TqYKALWu5XIwnPFwwymY0GsRgAxrwuJwbCi8aAHlYZ3sVdwtRCm8JgVgODwoQAAIXGRpojQwKRGSDCRESYRsGHYZlBFR5AJt2a3kHQlZlERN2QxMRcAiTeaG2QxJ5RnAOv1EOcEdwUMZDD3BIcKzNq3BJcJLUABBwStrNBtjf3GUGBdLfCtadWMzUz6cDxN/IZQMCvdTBcAIAsli0jOHSJeSAqmlhNr0awo7RJ19TJORqdAXVEEVZyjyKtE3Bg3oZE2iK8oeiKkFZGiCaggelSTiA2LhxiZLBSjZjBL2siNBOFQ84LxHA+mYEiRJzBO7ZCQIAIfkECQoAAAAsAAAAAB8AHwAABv9AgHBIFAwIBQPAUCAMBMSodHhAJK5XAPaKOEynCsIWqx0nCIrvcMEwZ90JxkINaMATZXfju9jf82YAIQxRCm14Ww4PChAAEAoPDlsAFRUgHkRiZAkREmoSEXiVlRgfQgeBaXRpo6MOQlZbERN0Qx4drRUcAAJmnrVDBrkVDwNjr8BDGxq5Z2MPyUQZuRgFY6rRABe5FgZjjdm8uRTh2d5b4NkQY0zX5QpjTc/lD2NOx+WSW0++2RJmUGJhmZVsQqgtCE6lqpXGjBchmt50+hQKEAEiht5gUcTIESR9GhlgE9IH0BiTkxrMmWIHDkose9SwcQlHDsOIk9ygiVbl5JgMLuV4HUmypMkTOkEAACH5BAkKAAAALAAAAAAfAB8AAAb/QIBwSBQMCAUDwFAgDATEqHR4QCSuVwD2ijhMpwrCFqsdJwiK73DBMGfdCcZCDWjAE2V347vY3/NmdXNECm14Ww4PChAAEAoPDltlDGlDYmQJERJqEhGHWARUgZVqaWZeAFZbERN0QxOeWwgAAmabrkMSZkZjDrhRkVtHYw+/RA9jSGOkxgpjSWOMxkIQY0rT0wbR2LQV3t4UBcvcF9/eFpdYxdgZ5hUYA73YGxruCbVjt78G7hXFqlhY/fLQwR0HIQdGuUrTz5eQdIc0cfIEwByGD0MKvcGSaFGjR8GyeAPhIUofQGNQSgrB4IsdOCqx7FHDBiYcOQshYjKDxliVDpRjunCjdSTJkiZP6AQBACH5BAkKAAAALAAAAAAfAB8AAAb/QIBwSBQMCAUDwFAgDATEqHR4QCSuVwD2ijhMpwrCFqsdJwiK73DBMGfdCcZCDWjAE2V347vY3/NmdXNECm14Ww4PChAAEAoPDltlDGlDYmQJERJqEhGHWARUgZVqaWZeAFZbERN0QxOeWwgAAmabrkMSZkZjDrhRkVtHYw+/RA9jSGOkxgpjSWOMxkIQY0rT0wbR2I3WBcvczltNxNzIW0693MFYT7bTumNQqlisv7BjswAHo64egFdQAbj0RtOXDQY6VAAUakihN1gSLaJ1IYOGChgXXqEUpQ9ASRlDYhT0xQ4cACJDhqDD5mRKjCAYuArjBmVKDP9+VRljMyMHDwcfuBlBooSCBQwJiqkJAgAh+QQJCgAAACwAAAAAHwAfAAAG/0CAcEgUDAgFA8BQIAwExKh0eEAkrlcA9oo4TKcKwharHScIiu9wwTBn3QnGQg1owBNld+O72N/zZnVzRApteFsODwoQABAKDw5bZQxpQ2JkCRESahIRh1gEVIGVamlmXgBWWxETdEMTnlsIAAJmm65DEmZGYw64UZFbR2MPv0QPY0hjpMYKY0ljjMZCEGNK09MG0diN1gXL3M5bTcTcyFtOvdzBWE+207pjUKpYrL+wY7MAB4EerqZjUAG4lKVCBwMbvnT6dCXUkEIFK0jUkOECFEeQJF2hFKUPAIkgQwIaI+hLiJAoR27Zo4YBCJQgVW4cpMYDBpgVZKL59cEBhw+U+QROQ4bBAoUlTZ7QCQIAIfkECQoAAAAsAAAAAB8AHwAABv9AgHBIFAwIBQPAUCAMBMSodHhAJK5XAPaKOEynCsIWqx0nCIrvcMEwZ90JxkINaMATZXfju9jf82Z1c0QKbXhbDg8KEAAQCg8OW2UMaUNiZAkREmoSEYdYBFSBlWppZl4AVlsRE3RDE55bCAACZpuuQxJmRmMOuFGRW0djD79ED2NIY6TGCmNJY4zGQhBjStPTFBXb21DY1VsGFtzbF9gAzlsFGOQVGefIW2LtGhvYwVgDD+0V17+6Y6BwaNfBwy9YY2YBcMAPnStTY1B9YMdNiyZOngCFGuIBxDZAiRY1eoTvE6UoDEIAGrNSUoNBUuzAaYlljxo2M+HIeXiJpRsRNMaq+JSFCpsRJEqYOPH2JQgAIfkECQoAAAAsAAAAAB8AHwAABv9AgHBIFAwIBQPAUCAMBMSodHhAJK5XAPaKOEynCsIWqx0nCIrvcMEwZ90JxkINaMATZXfjywjlzX9jdXNEHiAVFX8ODwoQABAKDw5bZQxpQh8YiIhaERJqEhF4WwRDDpubAJdqaWZeAByoFR0edEMTolsIAA+yFUq2QxJmAgmyGhvBRJNbA5qoGcpED2MEFrIX0kMKYwUUslDaj2PA4soGY47iEOQFY6vS3FtNYw/m1KQDYw7mzFhPZj5JGzYGipUtESYowzVmF4ADgOCBCZTgFQAxZBJ4AiXqT6ltbUZhWdToUSR/Ii1FWbDnDkUyDQhJsQPn5ZU9atjUhCPHVhgTNy/RSKsiqKFFbUaQKGHiJNyXIAAh+QQJCgAAACwAAAAAHwAfAAAG/0CAcEh8JDAWCsBQIAwExKhU+HFwKlgsIMHlIg7TqQeTLW+7XYIiPGSAymY0mrFgA0LwuLzbCC/6eVlnewkADXVECgxcAGUaGRdQEAoPDmhnDGtDBJcVHQYbYRIRhWgEQwd7AB52AGt7YAAIchETrUITpGgIAAJ7ErdDEnsCA3IOwUSWaAOcaA/JQ0amBXKa0QpyBQZyENFCEHIG39HcaN7f4WhM1uTZaE1y0N/TacZoyN/LXU+/0cNyoMxCUytYLjm8AKSS46rVKzmxADhjlCACMFGkBiU4NUQRxS4OHijwNqnSJS6ZovzRyJAQo0NhGrgs5bIPmwWLCLHsQsfhxBWTe9QkOzCwC8sv5Ho127akyRM7QQAAOwAAAAAAAAAAAA==') /*../_images/loading.gif*/;
    background-repeat: no-repeat;
    background-position: center center;
}

.loading-indicator-overlay {
    background-color: #FFFFFF;
    opacity: 0.6;
    filter: alpha(opacity = 60);
}


/*#region Toastr*/
.toast{
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.2);
    box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.25) inset, 0px 1px 2px rgba(0, 0, 0, 0.05);
    padding: 15px!important;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}
#toast-container > .toast:before {
    position: relative;
    font-family: 'Glyphicons Halflings';
    top: 1px;
    display: inline-block;
    font-style: normal;
    font-size: 24px;
    font-weight: 400;
    padding-right: 0.5em;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    float: left;
}

/*Success*/
#toast-container > .toast-success{
    background-image: linear-gradient(to bottom, #DFF0D8 0px, #C8E5BC 100%)!important;
    background-repeat: repeat-x;
    border-color: #B2DBA1;
    color: #3C763D !important;
    background-color: #DFF0D8;
}
.toast-success > .toast-close-button{
    color: #3C763D!important;
}

#toast-container > .toast-success:before {
    content: "\e013";
}
/*Error*/
#toast-container > .toast-error{
    background-image: linear-gradient(to bottom, #F2DEDE 0px, #E7C3C3 100%)!important;
    background-repeat: repeat-x;
    border-color: #DCA7A7;
    color: #A94442 !important;
    background-color: #F2DEDE;
}
.toast-error > .toast-close-button{
    color: #A94442!important;
}

#toast-container > .toast-error:before {
    content: " \e101";
}
/*Info*/
#toast-container > .toast-info{
    background-image: linear-gradient(to bottom, #D9EDF7 0px, #B9DEF0 100%)!important;
    background-repeat: repeat-x;
    border-color: #9ACFEA;
    color: #31708F !important;
    background-color: #D9EDF7;
}
.toast-info > .toast-close-button{
    color: #31708F!important;
}
#toast-container > .toast-info:before {
    content: "\e086";
}

/*Warning*/
#toast-container > .toast-warning{
    background-image: linear-gradient(to bottom, #FCF8E3 0px, #F8EFC0 100%)!important;
    background-repeat: repeat-x;
    border-color: #F5E79E;
    color: #8A6D3B !important;
    background-color: #FCF8E3;
}
.toast-warning > .toast-close-button{
    color: #8A6D3B!important;
}
#toast-container > .toast-warning:before {
    content: "\e107";
}
/*#endregion Toastr*/


.ui-datepicker-title {
    color:black;
}


/*User Account CSS */
ol.progtrckr {
    margin: 0;
    padding: 0;
    list-style-type none;
}
ol.progtrckr li {
    display: inline-block;
    text-align: center;
    line-height: 3em;
                       
}

 ol.progtrckr[data-progtrckr-steps="5"] li { width: 19%;  }

ol.progtrckr li.progtrckr-done {
    color: black;
    border-bottom: 4px solid yellowgreen;
}
ol.progtrckr li.progtrckr-current {
    color: gold;
    border-bottom: 4px solid rgb(247,237,190);
}

ol.progtrckr li.progtrckr-todo {
    color: silver; 
    border-bottom: 4px solid silver;
}

ol.progtrckr li:after {
    content: "\00a0\00a0";
}
ol.progtrckr li:before {
    position: relative;
    bottom: -2.5em;
    float: left;
    left: 50%;
    line-height: 1em;
}
ol.progtrckr li.progtrckr-done:before {
    content: "\2713";
    color: #f5f5f5;
    background-color: yellowgreen;
    height: 1.2em;
    width: 1.2em;
    line-height: 1.2em;
    border: none;
    border-radius: 1.2em;
}
ol.progtrckr li.progtrckr-current:before {
    content: "\039F";
    color: gold;
    background-color: white;
    font-size: 1.5em;
    bottom: -1.6em;
}
ol.progtrckr li.progtrckr-todo:before {
    content: "\039F";
    color: silver;
    background-color: white;
    font-size: 1.5em;
    bottom: -1.6em;
}
.courseHeader {
    font-size: x-large;
    color:yellowgreen;
}

.prog-details {
    border-radius: 4px;
    margin-top: 10px; 
}

.prog-details > div {
    height: 192px;
    padding: 4px;
     overflow: hidden;
    min-height: 192px;
    min-width:217px;
    line-height:2em;
    text-align:left;
      /* Animation time */
    -webkit-transition: height 2.0s;
    -moz-transition: height 2.0s;
    -o-transition: height 2.0s;
    transition: height 2.0s; 
}
.prog-details >  div:hover{
   min-height:192px;
    height: auto; /* This is the height on hover */
}


.done {
      background-color:rgb(205,229,146) ;
}
.todo {
      background-color:rgb(233,233,233);
}
.current {
    background-color:rgb(247,237,190);
}
.errorLogo {
    margin: auto;
    width:200px;
}
#SearchButton {
    margin-top:10px;
}
/** Mobile Responsive Queries BEGIN -> */
@media (min-width: 1200px) {

}
@media (min-width: 992px) and (max-width: 1199px) {

}
@media (min-width: 768px) and (max-width: 991px) {

}
@media (max-width: 991px) {
    .row.footer-row.footer-accreditations {
        text-align: center;
    }
}
@media (max-width: 767px) {
    .col-2 {
        width: 100%;
    }
}
/** Mobile Responsive Queries <- END */

.deeper > ul {
    display: none
}

@media print, screen and (min-width: 40em) {
    .reveal, .reveal.tiny, .reveal.small, .reveal.large {
        right: auto;
        left: auto;
        margin: 0 auto
    }
}
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

h1 {
    font-size: 2em;
    margin: 0.67em 0
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b, strong {
    font-weight: bolder
}

code, kbd, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

img {
    border-style: none
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

button, [type="button"], [type="reset"], [type="submit"] {
   background:transparent;
   border:none;
}

    button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
        border-style: none;
        padding: 0
    }

    button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
        outline: 1px dotted ButtonText
    }

fieldset {
    padding: 0.35em 0.75em 0.625em
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type="checkbox"], [type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    width: 30px;
    height: 30px;
}

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
    height: auto
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

    [type="search"]::-webkit-search-decoration {
        -webkit-appearance: none
    }

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

.foundation-mq {
    font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em"
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 18px
}

*, *::before, *::after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

body {
    margin: 0;
    padding: 0;
    background: #fff;
    font-family: "Gilroy",sans-serif;
    font-weight: normal;
    line-height: 1.5;
    color: #121212;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

/*img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
    -ms-interpolation-mode: bicubic
}*/

textarea {
    height: auto;
    min-height: 50px;
    border-radius: 0
}

select {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    border-radius: 0
}

.map_canvas img, .map_canvas embed, .map_canvas object, .mqa-display img, .mqa-display embed, .mqa-display object {
    max-width: none !important
}

button {
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    border-radius: 0;
    background: transparent;
    line-height: 1;
    cursor: auto
}

[data-whatinput='mouse'] button {
    outline: 0
}

pre {
    overflow: auto
}

button, input, optgroup, select, textarea {
    font-family: inherit
}

.is-visible {
    display: block !important
}

.is-hidden {
    display: none !important
}

[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 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 2.16667rem;
    margin: 0 0 .88889rem;
    padding: .44444rem .55556rem;
    border: 2px solid #121212;
    border-radius: 0;
    background-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-family: inherit;
    font-size: .88889rem;
    font-weight: normal;
    line-height: 1.5;
    color: #121212;
    -webkit-transition: border-color 0.25s ease-in-out,-webkit-box-shadow 0.5s;
    transition: border-color 0.25s ease-in-out,-webkit-box-shadow 0.5s;
    transition: box-shadow 0.5s,border-color 0.25s ease-in-out;
    transition: box-shadow 0.5s,border-color 0.25s ease-in-out,-webkit-box-shadow 0.5s;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

    [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 {
        outline: none;
        border: none;
        background-color: #fff;
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-transition: border-color 0.25s ease-in-out,-webkit-box-shadow 0.5s;
        transition: border-color 0.25s ease-in-out,-webkit-box-shadow 0.5s;
        transition: box-shadow 0.5s,border-color 0.25s ease-in-out;
        transition: box-shadow 0.5s,border-color 0.25s ease-in-out,-webkit-box-shadow 0.5s
    }

textarea {
    max-width: 100%
}

    textarea[rows] {
        height: auto
    }

    input:disabled, input[readonly], textarea:disabled, textarea[readonly] {
        background-color: #e6e6e6;
        cursor: not-allowed
    }

[type='submit'], [type='button'] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0
}

input[type='search'] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}


  @font-face {
    font-family: "FontAwesome";
    font-display: block;
    src: url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-solid-900-5.0.0.eot);
    src: url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-solid-900-5.0.0.eot?#iefix) format("embedded-opentype"),url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-solid-900-5.0.0.woff2) format("woff2"),url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-solid-900-5.0.0.woff) format("woff"),url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-solid-900-5.0.0.ttf) format("truetype"),url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-solid-900-5.0.0.svg#fontawesome) format("svg")
}

@font-face {
    font-family: "FontAwesome";
    font-display: block;
    src: url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-brands-400-5.0.0.eot);
    src: url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-brands-400-5.0.0.eot?#iefix) format("embedded-opentype"),url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-brands-400-5.0.0.woff2) format("woff2"),url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-brands-400-5.0.0.woff) format("woff"),url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-brands-400-5.0.0.ttf) format("truetype"),url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-brands-400-5.0.0.svg#fontawesome) format("svg")
}

@font-face {
    font-family: "FontAwesome";
    font-display: block;
    src: url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-regular-400-5.0.0.eot);
    src: url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-regular-400-5.0.0.eot?#iefix) format("embedded-opentype"),url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-regular-400-5.0.0.woff2) format("woff2"),url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-regular-400-5.0.0.woff) format("woff"),url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-regular-400-5.0.0.ttf) format("truetype"),url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-regular-400-5.0.0.svg#fontawesome) format("svg");
    unicode-range: U+f022,U+f024,U+f044,U+f057-f059,U+f07c,U+f089,U+f094,U+f09d,U+f0a4-f0a7,U+f0ea,U+f0f8,U+f0fe,U+f11c,U+f146,U+f14a,U+f14d,U+f150-f152,U+f191-f192,U+f1ad,U+f1cd,U+f1d8,U+f1ea,U+f255-f258,U+f25a-f25b,U+f28b,U+f28d,U+f2d0,U+f2d2,U+f410
}

@font-face {
    font-family: "FontAwesome";
    font-display: block;
    src: url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-regular-400-5.0.3.eot);
    src: url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-regular-400-5.0.3.eot?#iefix) format("embedded-opentype"),url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-regular-400-5.0.3.woff2) format("woff2"),url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-regular-400-5.0.3.woff) format("woff"),url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-regular-400-5.0.3.ttf) format("truetype"),url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-regular-400-5.0.3.svg#fontawesome) format("svg");
    unicode-range: U+f2b9,U+f2bb,U+f2c1
}

@font-face {
    font-family: "FontAwesome";
    font-display: block;
    src: url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-brands-400-5.0.3.eot);
    src: url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-brands-400-5.0.3.eot?#iefix) format("embedded-opentype"),url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-brands-400-5.0.3.woff2) format("woff2"),url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-brands-400-5.0.3.woff) format("woff"),url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-brands-400-5.0.3.ttf) format("truetype"),url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-brands-400-5.0.3.svg#fontawesome) format("svg");
    unicode-range: U+f18d,U+f1b5,U+f1d7,U+f210,U+f216,U+f286,U+f2b1
}

@font-face {
    font-family: "FontAwesome";
    font-display: block;
    src: url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-solid-900-5.0.3.eot);
    src: url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-solid-900-5.0.3.eot?#iefix) format("embedded-opentype"),url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-solid-900-5.0.3.woff2) format("woff2"),url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-solid-900-5.0.3.woff) format("woff"),url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-solid-900-5.0.3.ttf) format("truetype"),url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-solid-900-5.0.3.svg#fontawesome) format("svg");
    unicode-range: U+f245
}

@font-face {
    font-family: "FontAwesome";
    font-display: block;
    src: url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-solid-900-5.11.0.eot);
    src: url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-solid-900-5.11.0.eot?#iefix) format("embedded-opentype"),url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-solid-900-5.11.0.woff2) format("woff2"),url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-solid-900-5.11.0.woff) format("woff"),url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-solid-900-5.11.0.ttf) format("truetype"),url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-solid-900-5.11.0.svg#fontawesome) format("svg");
    unicode-range: U+f001,U+f02f,U+f042,U+f091,U+f104-f105,U+f11b,U+f13d,U+f1ac,U+f1ec,U+f223,U+f225,U+f22a-f22c,U+f26c,U+f29d
}

@font-face {
    font-family: "FontAwesome";
    font-display: block;
    src: url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-regular-400-5.11.0.eot);
    src: url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-regular-400-5.11.0.eot?#iefix) format("embedded-opentype"),url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-regular-400-5.11.0.woff2) format("woff2"),url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-regular-400-5.11.0.woff) format("woff"),url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-regular-400-5.11.0.ttf) format("truetype"),url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-regular-400-5.11.0.svg#fontawesome) format("svg");
    unicode-range: U+f0f3,U+f24d
}

@font-face {
    font-family: "FontAwesome";
    font-display: block;
    src: url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-solid-900-5.9.0.eot);
    src: url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-solid-900-5.9.0.eot?#iefix) format("embedded-opentype"),url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-solid-900-5.9.0.woff2) format("woff2"),url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-solid-900-5.9.0.woff) format("woff"),url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-solid-900-5.9.0.ttf) format("truetype"),url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-solid-900-5.9.0.svg#fontawesome) format("svg");
    unicode-range: U+f036-f03c,U+f0ae,U+f0ca-f0cd,U+f15d-f15e,U+f160-f163,U+f1dd
}

@font-face {
    font-family: "FontAwesome";
    font-display: block;
    src: url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-solid-900-5.0.7.eot);
    src: url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-solid-900-5.0.7.eot?#iefix) format("embedded-opentype"),url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-solid-900-5.0.7.woff2) format("woff2"),url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-solid-900-5.0.7.woff) format("woff"),url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-solid-900-5.0.7.ttf) format("truetype"),url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-solid-900-5.0.7.svg#fontawesome) format("svg");
    unicode-range: U+f0d1,U+f0f1,U+f0f9,U+f21e
}

@font-face {
    font-family: "FontAwesome";
    font-display: block;
    src: url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-brands-400-5.12.0.eot);
    src: url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-brands-400-5.12.0.eot?#iefix) format("embedded-opentype"),url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-brands-400-5.12.0.woff2) format("woff2"),url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-brands-400-5.12.0.woff) format("woff"),url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-brands-400-5.12.0.ttf) format("truetype"),url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-brands-400-5.12.0.svg#fontawesome) format("svg");
    unicode-range: U+f17b,U+f1e8,U+f267,U+f269,U+f2ae,U+f2c5
}

@font-face {
    font-family: "FontAwesome";
    font-display: block;
    src: url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-solid-900-5.12.0.eot);
    src: url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-solid-900-5.12.0.eot?#iefix) format("embedded-opentype"),url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-solid-900-5.12.0.woff2) format("woff2"),url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-solid-900-5.12.0.woff) format("woff"),url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-solid-900-5.12.0.ttf) format("truetype"),url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-solid-900-5.12.0.svg#fontawesome) format("svg");
    unicode-range: U+f135,U+f1e6,U+f2cc-f2cd,U+f422,U+f424
}

@font-face {
    font-family: "FontAwesome";
    font-display: block;
    src: url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-regular-400-5.12.0.eot);
    src: url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-regular-400-5.12.0.eot?#iefix) format("embedded-opentype"),url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-regular-400-5.12.0.woff2) format("woff2"),url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-regular-400-5.12.0.woff) format("woff"),url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-regular-400-5.12.0.ttf) format("truetype"),url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-regular-400-5.12.0.svg#fontawesome) format("svg");
    unicode-range: U+f259
}

@font-face {
    font-family: "FontAwesome";
    font-display: block;
    src: url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-brands-400-5.8.0.eot);
    src: url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-brands-400-5.8.0.eot?#iefix) format("embedded-opentype"),url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-brands-400-5.8.0.woff2) format("woff2"),url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-brands-400-5.8.0.woff) format("woff"),url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-brands-400-5.8.0.ttf) format("truetype"),url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-brands-400-5.8.0.svg#fontawesome) format("svg");
    unicode-range: U+f171,U+f179,U+f1e9,U+f27c
}

@font-face {
    font-family: "FontAwesome";
    font-display: block;
    src: url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-solid-900-5.8.0.eot);
    src: url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-solid-900-5.8.0.eot?#iefix) format("embedded-opentype"),url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-solid-900-5.8.0.woff2) format("woff2"),url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-solid-900-5.8.0.woff) format("woff"),url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-solid-900-5.8.0.ttf) format("truetype"),url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-solid-900-5.8.0.svg#fontawesome) format("svg");
    unicode-range: U+f01e,U+f021,U+f026,U+f076,U+f12d
}

@font-face {
    font-family: "FontAwesome";
    font-display: block;
    src: url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-solid-900-5.0.9.eot);
    src: url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-solid-900-5.0.9.eot?#iefix) format("embedded-opentype"),url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-solid-900-5.0.9.woff2) format("woff2"),url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-solid-900-5.0.9.woff) format("woff"),url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-solid-900-5.0.9.ttf) format("truetype"),url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-solid-900-5.0.9.svg#fontawesome) format("svg");
    unicode-range: U+f03d,U+f06c,U+f0f2,U+f10d-f10e,U+f187
}

@font-face {
    font-family: "FontAwesome";
    font-display: block;
    src: url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-regular-400-5.0.9.eot);
    src: url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-regular-400-5.0.9.eot?#iefix) format("embedded-opentype"),url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-regular-400-5.0.9.woff2) format("woff2"),url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-regular-400-5.0.9.woff) format("woff"),url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-regular-400-5.0.9.ttf) format("truetype"),url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-regular-400-5.0.9.svg#fontawesome) format("svg");
    unicode-range: U+f086,U+f2b5
}

@font-face {
    font-family: "FontAwesome";
    font-display: block;
    src: url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-solid-900-5.10.2.eot);
    src: url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-solid-900-5.10.2.eot?#iefix) format("embedded-opentype"),url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-solid-900-5.10.2.woff2) format("woff2"),url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-solid-900-5.10.2.woff) format("woff"),url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-solid-900-5.10.2.ttf) format("truetype"),url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-solid-900-5.10.2.svg#fontawesome) format("svg");
    unicode-range: U+f02c,U+f031-f035,U+f04b-f04d,U+f056,U+f073,U+f08d,U+f095,U+f0a3,U+f0dc-f0de,U+f110,U+f129-f12c,U+f193,U+f197,U+f1ab,U+f1ce,U+f1dc,U+f1f8,U+f29a,U+f29e,U+f2a7
}

@font-face {
    font-family: "FontAwesome";
    font-display: block;
    src: url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-regular-400-5.10.2.eot);
    src: url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-regular-400-5.10.2.eot?#iefix) format("embedded-opentype"),url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-regular-400-5.10.2.woff2) format("woff2"),url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-regular-400-5.10.2.woff) format("woff"),url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-regular-400-5.10.2.ttf) format("truetype"),url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-regular-400-5.10.2.svg#fontawesome) format("svg");
    unicode-range: U+f004-f005,U+f02e,U+f0c5,U+f0c7-f0c8,U+f0e0,U+f111,U+f133,U+f144,U+f15b-f15c,U+f164-f165,U+f1c1-f1c9,U+f1f9,U+f249,U+f271-f274,U+f2b6,U+f2ed
}

@font-face {
    font-family: "FontAwesome";
    font-display: block;
    src: url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-solid-900-5.0.13.eot);
    src: url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-solid-900-5.0.13.eot?#iefix) format("embedded-opentype"),url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-solid-900-5.0.13.woff2) format("woff2"),url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-solid-900-5.0.13.woff) format("woff"),url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-solid-900-5.0.13.ttf) format("truetype"),url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-solid-900-5.0.13.svg#fontawesome) format("svg");
    unicode-range: U+f010,U+f067,U+f072,U+f0ad,U+f0d6,U+f0e8,U+f130-f131,U+f24e
}

@font-face {
    font-family: "FontAwesome";
    font-display: block;
    src: url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-regular-400-5.0.13.eot);
    src: url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-regular-400-5.0.13.eot?#iefix) format("embedded-opentype"),url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-regular-400-5.0.13.woff2) format("woff2"),url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-regular-400-5.0.13.woff) format("woff"),url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-regular-400-5.0.13.ttf) format("truetype"),url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-regular-400-5.0.13.svg#fontawesome) format("svg");
    unicode-range: U+f3d1
}

@font-face {
    font-family: "FontAwesome";
    font-display: block;
    src: url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-brands-400-5.13.1.eot);
    src: url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-brands-400-5.13.1.eot?#iefix) format("embedded-opentype"),url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-brands-400-5.13.1.woff2) format("woff2"),url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-brands-400-5.13.1.woff) format("woff"),url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-brands-400-5.13.1.ttf) format("truetype"),url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-brands-400-5.13.1.svg#fontawesome) format("svg");
    unicode-range: U+f19e,U+f2b3,U+f2d5
}

@font-face {
    font-family: "FontAwesome";
    font-display: block;
    src: url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-solid-900-5.1.0.eot);
    src: url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-solid-900-5.1.0.eot?#iefix) format("embedded-opentype"),url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-solid-900-5.1.0.woff2) format("woff2"),url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-solid-900-5.1.0.woff) format("woff"),url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-solid-900-5.1.0.ttf) format("truetype"),url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-solid-900-5.1.0.svg#fontawesome) format("svg");
    unicode-range: U+f043,U+f0c4,U+f0d0,U+f125,U+f1ba,U+f1fb-f1fc,U+f207,U+f236
}

@font-face {
    font-family: "FontAwesome";
    font-display: block;
    src: url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-brands-400-5.1.0.eot);
    src: url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-brands-400-5.1.0.eot?#iefix) format("embedded-opentype"),url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-brands-400-5.1.0.woff2) format("woff2"),url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-brands-400-5.1.0.woff) format("woff"),url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-brands-400-5.1.0.ttf) format("truetype"),url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-brands-400-5.1.0.svg#fontawesome) format("svg");
    unicode-range: U+f25e
}

@font-face {
    font-family: "FontAwesome";
    font-display: block;
    src: url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-regular-400-5.1.0.eot);
    src: url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-regular-400-5.1.0.eot?#iefix) format("embedded-opentype"),url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-regular-400-5.1.0.woff2) format("woff2"),url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-regular-400-5.1.0.woff) format("woff"),url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-regular-400-5.1.0.ttf) format("truetype"),url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-regular-400-5.1.0.svg#fontawesome) format("svg");
    unicode-range: U+f279
}

@font-face {
    font-family: "FontAwesome";
    font-display: block;
    src: url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-regular-400-5.2.0.eot);
    src: url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-regular-400-5.2.0.eot?#iefix) format("embedded-opentype"),url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-regular-400-5.2.0.woff2) format("woff2"),url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-regular-400-5.2.0.woff) format("woff"),url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-regular-400-5.2.0.ttf) format("truetype"),url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-regular-400-5.2.0.svg#fontawesome) format("svg");
    unicode-range: U+f1f6
}

@font-face {
    font-family: "FontAwesome";
    font-display: block;
    src: url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-solid-900-5.2.0.eot);
    src: url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-solid-900-5.2.0.eot?#iefix) format("embedded-opentype"),url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-solid-900-5.2.0.woff2) format("woff2"),url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-solid-900-5.2.0.woff) format("woff"),url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-solid-900-5.2.0.ttf) format("truetype"),url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-solid-900-5.2.0.svg#fontawesome) format("svg");
    unicode-range: U+f018,U+f109,U+f1b9,U+f1e5,U+f21d,U+f276-f277
}

@font-face {
    font-family: "FontAwesome";
    font-display: block;
    src: url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-solid-900-5.5.0.eot);
    src: url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-solid-900-5.5.0.eot?#iefix) format("embedded-opentype"),url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-solid-900-5.5.0.woff2) format("woff2"),url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-solid-900-5.5.0.woff) format("woff"),url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-solid-900-5.5.0.ttf) format("truetype"),url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-solid-900-5.5.0.svg#fontawesome) format("svg");
    unicode-range: U+f0e7
}

@font-face {
    font-family: "FontAwesome";
    font-display: block;
    src: url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-regular-400-5.5.0.eot);
    src: url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-regular-400-5.5.0.eot?#iefix) format("embedded-opentype"),url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-regular-400-5.5.0.woff2) format("woff2"),url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-regular-400-5.5.0.woff) format("woff"),url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-regular-400-5.5.0.ttf) format("truetype"),url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-regular-400-5.5.0.svg#fontawesome) format("svg");
    unicode-range: U+f185,U+f2dc
}

@font-face {
    font-family: "FontAwesome";
    font-display: block;
    src: url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-solid-900-5.3.0.eot);
    src: url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-solid-900-5.3.0.eot?#iefix) format("embedded-opentype"),url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-solid-900-5.3.0.woff2) format("woff2"),url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-solid-900-5.3.0.woff) format("woff"),url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-solid-900-5.3.0.ttf) format("truetype"),url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-solid-900-5.3.0.svg#fontawesome) format("svg");
    unicode-range: U+f027-f028,U+f0a1,U+f0b1,U+f200-f201
}

@font-face {
    font-family: "FontAwesome";
    font-display: block;
    src: url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-regular-400-5.3.0.eot);
    src: url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-regular-400-5.3.0.eot?#iefix) format("embedded-opentype"),url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-regular-400-5.3.0.woff2) format("woff2"),url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-regular-400-5.3.0.woff) format("woff"),url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-regular-400-5.3.0.ttf) format("truetype"),url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-regular-400-5.3.0.svg#fontawesome) format("svg");
    unicode-range: U+f080,U+f0eb
}

@font-face {
    font-family: "FontAwesome";
    font-display: block;
    src: url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-solid-900-5.15.4.eot);
    src: url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-solid-900-5.15.4.eot?#iefix) format("embedded-opentype"),url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-solid-900-5.15.4.woff2) format("woff2"),url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-solid-900-5.15.4.woff) format("woff"),url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-solid-900-5.15.4.ttf) format("truetype"),url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-solid-900-5.15.4.svg#fontawesome) format("svg");
    unicode-range: U+f140,U+f188
}

@font-face {
    font-family: "FontAwesome";
    font-display: block;
    src: url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-brands-400-5.15.4.eot);
    src: url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-brands-400-5.15.4.eot?#iefix) format("embedded-opentype"),url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-brands-400-5.15.4.woff2) format("woff2"),url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-brands-400-5.15.4.woff) format("woff"),url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-brands-400-5.15.4.ttf) format("truetype"),url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-brands-400-5.15.4.svg#fontawesome) format("svg");
    unicode-range: U+f2b4
}

@font-face {
    font-family: "FontAwesome";
    font-display: block;
    src: url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-solid-900-5.10.1.eot);
    src: url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-solid-900-5.10.1.eot?#iefix) format("embedded-opentype"),url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-solid-900-5.10.1.woff2) format("woff2"),url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-solid-900-5.10.1.woff) format("woff"),url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-solid-900-5.10.1.ttf) format("truetype"),url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-solid-900-5.10.1.svg#fontawesome) format("svg");
    unicode-range: U+f000,U+f012,U+f029,U+f06d,U+f083-f084,U+f11e,U+f19d,U+f251-f253,U+f275,U+f27a,U+f2d1,U+f302
}

@font-face {
    font-family: "FontAwesome";
    font-display: block;
    src: url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-regular-400-5.10.1.eot);
    src: url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-regular-400-5.10.1.eot?#iefix) format("embedded-opentype"),url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-regular-400-5.10.1.woff2) format("woff2"),url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-regular-400-5.10.1.woff) format("woff"),url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-regular-400-5.10.1.ttf) format("truetype"),url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-regular-400-5.10.1.svg#fontawesome) format("svg");
    unicode-range: U+f03e,U+f075,U+f07b,U+f0a0,U+f20a,U+f247-f248,U+f254,U+f25d,U+f2c2,U+f3a5
}

@font-face {
    font-family: "FontAwesome";
    font-display: block;
    src: url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-brands-400-5.7.0.eot);
    src: url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-brands-400-5.7.0.eot?#iefix) format("embedded-opentype"),url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-brands-400-5.7.0.woff2) format("woff2"),url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-brands-400-5.7.0.woff) format("woff"),url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-brands-400-5.7.0.ttf) format("truetype"),url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-brands-400-5.7.0.svg#fontawesome) format("svg");
    unicode-range: U+f198,U+f1a5,U+f1a8,U+f1f3,U+f214,U+f23c,U+f296,U+f2aa
}

@font-face {
    font-family: "FontAwesome";
    font-display: block;
    src: url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-regular-400-5.7.0.eot);
    src: url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-regular-400-5.7.0.eot?#iefix) format("embedded-opentype"),url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-regular-400-5.7.0.woff2) format("woff2"),url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-regular-400-5.7.0.woff) format("woff"),url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-regular-400-5.7.0.ttf) format("truetype"),url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-regular-400-5.7.0.svg#fontawesome) format("svg");
    unicode-range: U+f06e,U+f070
}

@font-face {
    font-family: "FontAwesome";
    font-display: block;
    src: url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-solid-900-5.7.0.eot);
    src: url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-solid-900-5.7.0.eot?#iefix) format("embedded-opentype"),url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-solid-900-5.7.0.woff2) format("woff2"),url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-solid-900-5.7.0.woff) format("woff"),url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-solid-900-5.7.0.ttf) format("truetype"),url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-solid-900-5.7.0.svg#fontawesome) format("svg");
    unicode-range: U+f00a,U+f015,U+f1e4,U+f2a0
}

@font-face {
    font-family: "FontAwesome";
    font-display: block;
    src: url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-regular-400-5.12.1.eot);
    src: url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-regular-400-5.12.1.eot?#iefix) format("embedded-opentype"),url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-regular-400-5.12.1.woff2) format("woff2"),url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-regular-400-5.12.1.woff) format("woff"),url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-regular-400-5.12.1.ttf) format("truetype"),url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-regular-400-5.12.1.svg#fontawesome) format("svg");
    unicode-range: U+f017
}

@font-face {
    font-family: "FontAwesome";
    font-display: block;
    src: url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-brands-400-5.12.1.eot);
    src: url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-brands-400-5.12.1.eot?#iefix) format("embedded-opentype"),url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-brands-400-5.12.1.woff2) format("woff2"),url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-brands-400-5.12.1.woff) format("woff"),url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-brands-400-5.12.1.ttf) format("truetype"),url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-brands-400-5.12.1.svg#fontawesome) format("svg");
    unicode-range: U+f282
}

@font-face {
    font-family: "FontAwesome";
    font-display: block;
    src: url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-solid-900-5.0.11.eot);
    src: url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-solid-900-5.0.11.eot?#iefix) format("embedded-opentype"),url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-solid-900-5.0.11.woff2) format("woff2"),url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-solid-900-5.0.11.woff) format("woff"),url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-solid-900-5.0.11.ttf) format("truetype"),url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-solid-900-5.0.11.svg#fontawesome) format("svg");
    unicode-range: U+f0c0,U+f0c2,U+f0f0,U+f1de,U+f21b,U+f234-f235
}

@font-face {
    font-family: "FontAwesome";
    font-display: block;
    src: url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-brands-400-5.0.11.eot);
    src: url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-brands-400-5.0.11.eot?#iefix) format("embedded-opentype"),url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-brands-400-5.0.11.woff2) format("woff2"),url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-brands-400-5.0.11.woff) format("woff"),url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-brands-400-5.0.11.ttf) format("truetype"),url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-brands-400-5.0.11.svg#fontawesome) format("svg");
    unicode-range: U+f203
}

@font-face {
    font-family: "FontAwesome";
    font-display: block;
    src: url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-regular-400-5.0.11.eot);
    src: url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-regular-400-5.0.11.eot?#iefix) format("embedded-opentype"),url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-regular-400-5.0.11.woff2) format("woff2"),url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-regular-400-5.0.11.woff) format("woff"),url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-regular-400-5.0.11.ttf) format("truetype"),url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-regular-400-5.0.11.svg#fontawesome) format("svg");
    unicode-range: U+f007
}

@font-face {
    font-family: "FontAwesome";
    font-display: block;
    src: url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-regular-400-5.11.1.eot);
    src: url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-regular-400-5.11.1.eot?#iefix) format("embedded-opentype"),url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-regular-400-5.11.1.woff2) format("woff2"),url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-regular-400-5.11.1.woff) format("woff"),url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-regular-400-5.11.1.ttf) format("truetype"),url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-regular-400-5.11.1.svg#fontawesome) format("svg");
    unicode-range: U+f118-f11a,U+f14e,U+f186,U+f2bd
}

@font-face {
    font-family: "FontAwesome";
    font-display: block;
    src: url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-solid-900-5.11.1.eot);
    src: url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-solid-900-5.11.1.eot?#iefix) format("embedded-opentype"),url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-solid-900-5.11.1.woff2) format("woff2"),url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-solid-900-5.11.1.woff) format("woff"),url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-solid-900-5.11.1.ttf) format("truetype"),url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-solid-900-5.11.1.svg#fontawesome) format("svg");
    unicode-range: U+f00d,U+f048,U+f051,U+f0ac,U+f0b0,U+f155,U+f19c,U+f1eb,U+f21a,U+f221,U+f22d
}

@font-face {
    font-family: "FontAwesome";
    font-display: block;
    src: url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-brands-400-5.0.1.eot);
    src: url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-brands-400-5.0.1.eot?#iefix) format("embedded-opentype"),url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-brands-400-5.0.1.woff2) format("woff2"),url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-brands-400-5.0.1.woff) format("woff"),url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-brands-400-5.0.1.ttf) format("truetype"),url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-brands-400-5.0.1.svg#fontawesome) format("svg");
    unicode-range: U+f16b
}

@font-face {
    font-family: "FontAwesome";
    font-display: block;
    src: url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-solid-900-5.0.1.eot);
    src: url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-solid-900-5.0.1.eot?#iefix) format("embedded-opentype"),url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-solid-900-5.0.1.woff2) format("woff2"),url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-solid-900-5.0.1.woff) format("woff"),url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-solid-900-5.0.1.ttf) format("truetype"),url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-solid-900-5.0.1.svg#fontawesome) format("svg");
    unicode-range: U+f3c1
}

@font-face {
    font-family: "FontAwesome";
    font-display: block;
    src: url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-solid-900-5.6.1.eot);
    src: url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-solid-900-5.6.1.eot?#iefix) format("embedded-opentype"),url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-solid-900-5.6.1.woff2) format("woff2"),url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-solid-900-5.6.1.woff) format("woff"),url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-solid-900-5.6.1.ttf) format("truetype"),url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-solid-900-5.6.1.svg#fontawesome) format("svg");
    unicode-range: U+f071
}

@font-face {
    font-family: "FontAwesome";
    font-display: block;
    src: url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-brands-400-5.8.2.eot);
    src: url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-brands-400-5.8.2.eot?#iefix) format("embedded-opentype"),url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-brands-400-5.8.2.woff2) format("woff2"),url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-brands-400-5.8.2.woff) format("woff"),url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-brands-400-5.8.2.ttf) format("truetype"),url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-brands-400-5.8.2.svg#fontawesome) format("svg");
    unicode-range: U+f082,U+f09a,U+f1d2-f1d3,U+f39e
}

@font-face {
    font-family: "FontAwesome";
    font-display: block;
    src: url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-regular-400-5.0.5.eot);
    src: url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-regular-400-5.0.5.eot?#iefix) format("embedded-opentype"),url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-regular-400-5.0.5.woff2) format("woff2"),url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-regular-400-5.0.5.woff) format("woff"),url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-regular-400-5.0.5.ttf) format("truetype"),url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-regular-400-5.0.5.svg#fontawesome) format("svg");
    unicode-range: U+f1e3
}

@font-face {
    font-family: "FontAwesome";
    font-display: block;
    src: url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-solid-900-5.6.0.eot);
    src: url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-solid-900-5.6.0.eot?#iefix) format("embedded-opentype"),url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-solid-900-5.6.0.woff2) format("woff2"),url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-solid-900-5.6.0.woff) format("woff"),url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-solid-900-5.6.0.ttf) format("truetype"),url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-solid-900-5.6.0.svg#fontawesome) format("svg");
    unicode-range: U+f06b
}

@font-face {
    font-family: "FontAwesome";
    font-display: block;
    src: url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-brands-400-5.6.0.eot);
    src: url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-brands-400-5.6.0.eot?#iefix) format("embedded-opentype"),url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-brands-400-5.6.0.woff2) format("woff2"),url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-brands-400-5.6.0.woff) format("woff"),url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-brands-400-5.6.0.ttf) format("truetype"),url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-brands-400-5.6.0.svg#fontawesome) format("svg");
    unicode-range: U+f181
}

@font-face {
    font-family: "FontAwesome";
    font-display: block;
    src: url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-brands-400-5.8.1.eot);
    src: url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-brands-400-5.8.1.eot?#iefix) format("embedded-opentype"),url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-brands-400-5.8.1.woff2) format("woff2"),url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-brands-400-5.8.1.woff) format("woff"),url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-brands-400-5.8.1.ttf) format("truetype"),url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-brands-400-5.8.1.svg#fontawesome) format("svg");
    unicode-range: U+f0e1
}

@font-face {
    font-family: "FontAwesome";
    font-display: block;
    src: url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-brands-400-5.15.1.eot);
    src: url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-brands-400-5.15.1.eot?#iefix) format("embedded-opentype"),url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-brands-400-5.15.1.woff2) format("woff2"),url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-brands-400-5.15.1.woff) format("woff"),url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-brands-400-5.15.1.ttf) format("truetype"),url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-brands-400-5.15.1.svg#fontawesome) format("svg");
    unicode-range: U+f2d9
}

@font-face {
    font-family: "FontAwesome";
    font-display: block;
    src: url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-v4deprecations.eot);
    src: url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-v4deprecations.eot?#iefix) format("embedded-opentype"),url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-v4deprecations.woff2) format("woff2"),url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-v4deprecations.woff) format("woff"),url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-v4deprecations.ttf) format("truetype"),url(https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-v4deprecations.svg#fontawesome) format("svg");
    unicode-range: U+f003,U+f006,U+f014,U+f016,U+f01a-f01b,U+f01d,U+f040,U+f045-f047,U+f05c-f05d,U+f07d-f07e,U+f087-f088,U+f08a-f08b,U+f08e,U+f090,U+f096-f097,U+f0a2,U+f0e4-f0e6,U+f0ec-f0ee,U+f0f5-f0f7,U+f10c,U+f112,U+f114-f115,U+f11d,U+f123,U+f132,U+f145,U+f147-f149,U+f14c,U+f166,U+f16a,U+f172,U+f175-f178,U+f18e,U+f190,U+f196,U+f1b1,U+f1d9,U+f1db,U+f1f7,U+f20c,U+f219,U+f230,U+f24a,U+f250,U+f278,U+f27b,U+f283,U+f28c,U+f28e,U+f29b-f29c,U+f2b7,U+f2ba,U+f2bc,U+f2be,U+f2c0,U+f2c3,U+f2d3-f2d4
}

@media only screen and (min-width: 1024px) {
    .deeper > ul {
        display: none
    }
}

@media print, screen and (min-width: 40em) {
    .reveal, .reveal.tiny, .reveal.small, .reveal.large {
        right: auto;
        left: auto;
        margin: 0 auto
    }
}

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

h1 {
    font-size: 2em;
    margin: 0.67em 0
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: 0;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b, strong {
    font-weight: bolder
}

code, kbd, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

img {
    border-style: none
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

button, [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: button
}

    button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
        border-style: none;
        padding: 0
    }

    button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
        outline: 1px dotted ButtonText
    }

fieldset {
    padding: 0.35em 0.75em 0.625em
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type="checkbox"], [type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
    height: auto
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

    [type="search"]::-webkit-search-decoration {
        -webkit-appearance: none
    }

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

[data-whatintent="mouse"] *, [data-whatintent="mouse"] *:focus, [data-whatintent="touch"] *, [data-whatintent="touch"] *:focus, [data-whatinput="mouse"] *, [data-whatinput="mouse"] *:focus, [data-whatinput="touch"] *, [data-whatinput="touch"] *:focus {
    outline: none
}

[draggable=false] {
    -webkit-touch-callout: none;
    -webkit-user-select: none
}

.foundation-mq {
    font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em"
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 18px
}

*, *::before, *::after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

body {
    margin: 0;
    padding: 0;
    background: #fff;
    font-family: "Gilroy",sans-serif;
    font-weight: normal;
    line-height: 1.5;
    color: #121212;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
    -ms-interpolation-mode: bicubic
}

textarea {
    height: auto;
    min-height: 50px;
    border-radius: 0
}

select {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    border-radius: 0
}

.map_canvas img, .map_canvas embed, .map_canvas object, .mqa-display img, .mqa-display embed, .mqa-display object {
    max-width: none !important
}

button {
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    border-radius: 0;
    background: transparent;
    line-height: 1;
    cursor: auto
}

[data-whatinput='mouse'] button {
    outline: 0
}

pre {
    overflow: auto;
    -webkit-overflow-scrolling: touch
}

button, input, optgroup, select, textarea {
    font-family: inherit
}

.is-visible {
    display: block !important
}

.is-hidden {
    display: none !important
}

[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 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 2.16667rem;
    margin: 0 0 .88889rem;
    padding: .44444rem .55556rem;
    border: 2px solid #121212;
    border-radius: 0;
    background-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-family: inherit;
    font-size: .88889rem;
    font-weight: normal;
    line-height: 1.5;
    color: #121212;
    -webkit-transition: border-color 0.25s ease-in-out,-webkit-box-shadow 0.5s;
    transition: border-color 0.25s ease-in-out,-webkit-box-shadow 0.5s;
    transition: box-shadow 0.5s,border-color 0.25s ease-in-out;
    transition: box-shadow 0.5s,border-color 0.25s ease-in-out,-webkit-box-shadow 0.5s;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

    [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 {
        outline: none;
        border: none;
        background-color: #fff;
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-transition: border-color 0.25s ease-in-out,-webkit-box-shadow 0.5s;
        transition: border-color 0.25s ease-in-out,-webkit-box-shadow 0.5s;
        transition: box-shadow 0.5s,border-color 0.25s ease-in-out;
        transition: box-shadow 0.5s,border-color 0.25s ease-in-out,-webkit-box-shadow 0.5s
    }

textarea {
    max-width: 100%
}

    textarea[rows] {
        height: auto
    }

    input:disabled, input[readonly], textarea:disabled, textarea[readonly] {
        background-color: #e6e6e6;
        cursor: not-allowed
    }

[type='submit'], [type='button'] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0
}

input[type='search'] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

::-webkit-input-placeholder {
    color: #cacaca
}

::-ms-input-placeholder {
    color: #cacaca
}

::placeholder {
    color: #cacaca
}

[type='file'], [type='checkbox'], [type='radio'] {
    margin: 0 0 .88889rem
}

    [type='checkbox'] + label, [type='radio'] + label {
        display: inline-block;
        vertical-align: baseline;
        margin-left: .44444rem;
        margin-right: .88889rem;
        margin-bottom: 0
    }

        [type='checkbox'] + label[for], [type='radio'] + label[for] {
            cursor: pointer
        }

label > [type='checkbox'], label > [type='radio'] {
    margin-right: .44444rem
}

[type='file'] {
    width: 100%
}

label {
    display: block;
    margin: 0;
    font-size: 1rem;
    font-weight: 800;
    line-height: 1.8;
    color: #121212
}

    label.middle {
        margin: 0 0 .88889rem;
        line-height: 1.5;
        padding: .55556rem 0
    }

.help-text {
    margin-top: -.44444rem;
    font-size: .72222rem;
    font-style: italic;
    color: #121212
}

.input-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: .88889rem;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

    .input-group > :first-child, .input-group > :first-child.input-group-button > * {
        border-radius: 0 0 0 0
    }

    .input-group > :last-child, .input-group > :last-child.input-group-button > * {
        border-radius: 0 0 0 0
    }

.input-group-label, .input-group-field, .input-group-button, .input-group-button a, .input-group-button input, .input-group-button button, .input-group-button label {
    margin: 0;
    white-space: nowrap
}

.input-group-label {
    padding: 0 1rem;
    border: 1px solid #cacaca;
    background: #e6e6e6;
    color: #121212;
    text-align: center;
    white-space: nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

    .input-group-label:first-child {
        border-right: 0
    }

    .input-group-label:last-child {
        border-left: 0
    }

.input-group-field {
    border-radius: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    min-width: 0
}

.input-group-button {
    padding-top: 0;
    padding-bottom: 0;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

    .input-group-button a, .input-group-button input, .input-group-button button, .input-group-button label {
        -ms-flex-item-align: stretch;
        align-self: stretch;
        height: auto;
        padding-top: 0;
        padding-bottom: 0;
        font-size: .88889rem
    }

fieldset {
    margin: 0;
    padding: 0;
    border: 0
}

legend {
    max-width: 100%;
    margin-bottom: .44444rem
}

.fieldset {
    margin: 1rem 0;
    padding: 1.11111rem;
    border: 1px solid #cacaca
}

    .fieldset legend {
        margin: 0;
        margin-left: -.16667rem;
        padding: 0 .16667rem
    }

select {
    height: 2.16667rem;
    margin: 0 0 .88889rem;
    padding: .44444rem .55556rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 2px solid #121212;
    border-radius: 0;
    background-color: #fff;
    font-family: inherit;
    font-size: .88889rem;
    font-weight: normal;
    line-height: 1.5;
    color: #121212;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="32" height="24" viewBox="0 0 32 24"><polygon points="0,0 32,0 16,24" style="fill: rgb%2843, 43, 43%29"></polygon></svg>');
    background-origin: content-box;
    background-position: right -.88889rem center;
    background-repeat: no-repeat;
    background-size: 9px 6px;
    padding-right: 1.33333rem;
    -webkit-transition: border-color 0.25s ease-in-out,-webkit-box-shadow 0.5s;
    transition: border-color 0.25s ease-in-out,-webkit-box-shadow 0.5s;
    transition: box-shadow 0.5s,border-color 0.25s ease-in-out;
    transition: box-shadow 0.5s,border-color 0.25s ease-in-out,-webkit-box-shadow 0.5s
}

@media screen and (min-width: 0\0) {
    select {
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==")
    }
}

select:focus {
    outline: none;
    border: none;
    background-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color 0.25s ease-in-out,-webkit-box-shadow 0.5s;
    transition: border-color 0.25s ease-in-out,-webkit-box-shadow 0.5s;
    transition: box-shadow 0.5s,border-color 0.25s ease-in-out;
    transition: box-shadow 0.5s,border-color 0.25s ease-in-out,-webkit-box-shadow 0.5s
}

select:disabled {
    background-color: #e6e6e6;
    cursor: not-allowed
}

select::-ms-expand {
    display: none
}

select[multiple] {
    height: auto;
    background-image: none
}

select:not([multiple]) {
    padding-top: 0;
    padding-bottom: 0
}

.is-invalid-input:not(:focus) {
    border-color: #cc4b37;
    background-color: #f2e5e3
}

    .is-invalid-input:not(:focus)::-webkit-input-placeholder {
        color: #cc4b37
    }

    .is-invalid-input:not(:focus)::-ms-input-placeholder {
        color: #cc4b37
    }

    .is-invalid-input:not(:focus)::placeholder {
        color: #cc4b37
    }

.is-invalid-label {
    color: #cc4b37
}

.form-error {
    display: none;
    margin-top: -.44444rem;
    margin-bottom: .88889rem;
    font-size: .66667rem;
    font-weight: bold;
    color: #cc4b37
}

    .form-error.is-visible {
        display: block
    }

div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, th, td {
    margin: 0;
    padding: 0
}

p {
    margin-bottom: 1rem;
    font-size: inherit;
    line-height: 1.6;
    text-rendering: optimizeLegibility
}

em, i {
    font-style: italic;
    line-height: inherit
}

strong, b {
    font-weight: bold;
    line-height: inherit
}

small {
    font-size: 80%;
    line-height: inherit
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-family: "Gilroy",sans-serif;
    font-style: normal;
    font-weight: 800;
    color: inherit;
    text-rendering: optimizeLegibility;
    text-align:left;
}

    h1 small, .h1 small, h2 small, .h2 small, h3 small, .h3 small, h4 small, .h4 small, h5 small, .h5 small, h6 small, .h6 small {
        line-height: 0;
        color: #cacaca
    }

h1, .h1 {
    font-size: 1.66667rem;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: .5rem
}

h2, .h2 {
    font-size: 1.44444rem;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: .5rem
}

h3, .h3 {
    font-size: 1.11111rem;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: .5rem
}

h4, .h4 {
    font-size: 1rem;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: .5rem
}

h5, .h5 {
    font-size: .94444rem;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: .5rem
}

h6, .h6 {
    font-size: .88889rem;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: .5rem
}

@media print, screen and (min-width: 40em) {
    h1, .h1 {
        font-size: 2.33333rem
    }

    h2, .h2 {
        font-size: 1.66667rem
    }

    h3, .h3 {
        font-size: 1.55556rem
    }

    h4, .h4 {
        font-size: 1.38889rem
    }

    h5, .h5 {
        font-size: 1.11111rem
    }

    h6, .h6 {
        font-size: .88889rem
    }
}

a {
    line-height: inherit;
    color: #0A7894;
    text-decoration: none;
    cursor: pointer
}

    a:hover, a:focus {
        color: #09677f
    }

    a img {
        border: 0
    }

hr {
    clear: both;
    max-width: 83.33333rem;
    height: 0;
    margin: 1.11111rem auto;
    border-top: 0;
    border-right: 0;
    border-bottom: 1px solid #cacaca;
    border-left: 0
}

ul, ol, dl {
    margin-bottom: 1rem;
    list-style-position: outside;
    line-height: 1.6
}

li {
    font-size: inherit
}

ul {
    margin-left: 1.25rem;
    list-style-type: disc
}

ol {
    margin-left: 1.25rem
}

    ul ul, ol ul, ul ol, ol ol {
        margin-left: 1.5rem;
        margin-bottom: 0
    }

dl {
    margin-bottom: 1rem
}

    dl dt {
        margin-bottom: .3rem;
        font-weight: bold
    }

blockquote {
    margin: 0 0 1rem;
    padding: .5rem 1.11111rem 0 1.05556rem;
    border-left: 1px solid #cacaca
}

    blockquote, blockquote p {
        line-height: 1.6;
        color: #2B2B2B
    }

abbr, abbr[title] {
    border-bottom: 1px dotted #121212;
    cursor: help;
    text-decoration: none
}

figure {
    margin: 0
}

kbd {
    margin: 0;
    padding: .11111rem .22222rem 0;
    background-color: #e6e6e6;
    font-family: Consolas,"Liberation Mono",Courier,monospace;
    color: #121212
}

.subheader {
    margin-top: .2rem;
    margin-bottom: .5rem;
    font-weight: normal;
    line-height: 1.4;
    color: #2B2B2B
}

.lead {
    font-size: 22.5px;
    line-height: 1.6
}

.stat {
    font-size: 2.5rem;
    line-height: 1
}

p + .stat {
    margin-top: -1rem
}

ul.no-bullet, ol.no-bullet {
    margin-left: 0;
    list-style: none
}

cite, .cite-block {
    display: block;
    color: #2B2B2B;
    font-size: .72222rem
}

    cite:before, .cite-block:before {
        content: "â€” "
    }

code, .code-inline {
    border: 1px solid #cacaca;
    background-color: #e6e6e6;
    font-family: Consolas,"Liberation Mono",Courier,monospace;
    font-weight: normal;
    color: #121212;
    display: inline;
    max-width: 100%;
    word-wrap: break-word;
    padding: .11111rem .27778rem .05556rem
}

.code-block {
    border: 1px solid #cacaca;
    background-color: #e6e6e6;
    font-family: Consolas,"Liberation Mono",Courier,monospace;
    font-weight: normal;
    color: #121212;
    display: block;
    overflow: auto;
    white-space: pre;
    padding: 1rem;
    margin-bottom: 1.5rem
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

@media print, screen and (min-width: 40em) {
    .medium-text-left {
        text-align: left
    }

    .medium-text-right {
        text-align: right
    }

    .medium-text-center {
        text-align: center
    }

    .medium-text-justify {
        text-align: justify
    }
}

@media print, screen and (min-width: 64em) {
    .large-text-left {
        text-align: left
    }

    .large-text-right {
        text-align: right
    }

    .large-text-center {
        text-align: center
    }

    .large-text-justify {
        text-align: justify
    }
}

@media screen and (min-width: 75em) {
    .xlarge-text-left {
        text-align: left
    }

    .xlarge-text-right {
        text-align: right
    }

    .xlarge-text-center {
        text-align: center
    }

    .xlarge-text-justify {
        text-align: justify
    }
}

@media screen and (min-width: 90em) {
    .xxlarge-text-left {
        text-align: left
    }

    .xxlarge-text-right {
        text-align: right
    }

    .xxlarge-text-center {
        text-align: center
    }

    .xxlarge-text-justify {
        text-align: justify
    }
}

.show-for-print {
    display: none !important
}

@media print {
    * {
        background: transparent !important;
        color: black !important;
        -webkit-print-color-adjust: economy;
        color-adjust: economy;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important
    }

    .show-for-print {
        display: block !important
    }

    .hide-for-print {
        display: none !important
    }

    table.show-for-print {
        display: table !important
    }

    thead.show-for-print {
        display: table-header-group !important
    }

    tbody.show-for-print {
        display: table-row-group !important
    }

    tr.show-for-print {
        display: table-row !important
    }

    td.show-for-print {
        display: table-cell !important
    }

    th.show-for-print {
        display: table-cell !important
    }

    a, a:visited {
        text-decoration: underline
    }

        a[href]:after {
            content: " (" attr(href) ")"
        }

        .ir a:after, a[href^='javascript:']:after, a[href^='#']:after {
            content: ''
        }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    pre, blockquote {
        border: 1px solid #2B2B2B;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    tr, img {
        page-break-inside: avoid
    }

    img {
        max-width: 100% !important
    }

    @page {
        margin: 0.5cm
    }

    p, h2, h3 {
        orphans: 3;
        widows: 3
    }

    h2, h3 {
        page-break-after: avoid
    }

    .print-break-inside {
        page-break-inside: auto
    }
}

.grid-container {
    padding-right: 1.66667rem;
    padding-left: 1.66667rem;
    max-width: 83.33333rem;
    margin-left: auto;
    margin-right: auto
}

    .grid-container.fluid {
        padding-right: 1.66667rem;
        padding-left: 1.66667rem;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto
    }

    .grid-container.full {
        padding-right: 0;
        padding-left: 0;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto
    }

.grid-x {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

.cell {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    min-height: 0;
    min-width: 0;
    width: 100%
}

    .cell.auto {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0
    }

    .cell.shrink {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

.grid-x > .auto {
    width: auto
}

.grid-x > .shrink {
    width: auto
}

.grid-x > .small-shrink, .grid-x > .small-full, .grid-x > .small-1, .grid-x > .small-2, .grid-x > .small-3, .grid-x > .small-4, .grid-x > .small-5, .grid-x > .small-6, .grid-x > .small-7, .grid-x > .small-8, .grid-x > .small-9, .grid-x > .small-10, .grid-x > .small-11, .grid-x > .small-12 {
    -ms-flex-preferred-size: auto;
    flex-basis: auto
}

@media print, screen and (min-width: 40em) {
    .grid-x > .medium-shrink, .grid-x > .medium-full, .grid-x > .medium-1, .grid-x > .medium-2, .grid-x > .medium-3, .grid-x > .medium-4, .grid-x > .medium-5, .grid-x > .medium-6, .grid-x > .medium-7, .grid-x > .medium-8, .grid-x > .medium-9, .grid-x > .medium-10, .grid-x > .medium-11, .grid-x > .medium-12 {
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
}

@media print, screen and (min-width: 64em) {
    .grid-x > .large-shrink, .grid-x > .large-full, .grid-x > .large-1, .grid-x > .large-2, .grid-x > .large-3, .grid-x > .large-4, .grid-x > .large-5, .grid-x > .large-6, .grid-x > .large-7, .grid-x > .large-8, .grid-x > .large-9, .grid-x > .large-10, .grid-x > .large-11, .grid-x > .large-12 {
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
}

@media screen and (min-width: 75em) {
    .grid-x > .xlarge-shrink, .grid-x > .xlarge-full, .grid-x > .xlarge-1, .grid-x > .xlarge-2, .grid-x > .xlarge-3, .grid-x > .xlarge-4, .grid-x > .xlarge-5, .grid-x > .xlarge-6, .grid-x > .xlarge-7, .grid-x > .xlarge-8, .grid-x > .xlarge-9, .grid-x > .xlarge-10, .grid-x > .xlarge-11, .grid-x > .xlarge-12 {
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
}

@media screen and (min-width: 90em) {
    .grid-x > .xxlarge-shrink, .grid-x > .xxlarge-full, .grid-x > .xxlarge-1, .grid-x > .xxlarge-2, .grid-x > .xxlarge-3, .grid-x > .xxlarge-4, .grid-x > .xxlarge-5, .grid-x > .xxlarge-6, .grid-x > .xxlarge-7, .grid-x > .xxlarge-8, .grid-x > .xxlarge-9, .grid-x > .xxlarge-10, .grid-x > .xxlarge-11, .grid-x > .xxlarge-12 {
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
}

.grid-x > .small-1, .grid-x > .small-2, .grid-x > .small-3, .grid-x > .small-4, .grid-x > .small-5, .grid-x > .small-6, .grid-x > .small-7, .grid-x > .small-8, .grid-x > .small-9, .grid-x > .small-10, .grid-x > .small-11, .grid-x > .small-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.grid-x > .small-1 {
    width: 8.33333%
}

.grid-x > .small-2 {
    width: 16.66667%
}

.grid-x > .small-3 {
    width: 25%
}

.grid-x > .small-4 {
    width: 33.33333%
}

.grid-x > .small-5 {
    width: 41.66667%
}

.grid-x > .small-6 {
    width: 50%
}

.grid-x > .small-7 {
    width: 58.33333%
}

.grid-x > .small-8 {
    width: 66.66667%
}

.grid-x > .small-9 {
    width: 75%
}

.grid-x > .small-10 {
    width: 83.33333%
}

.grid-x > .small-11 {
    width: 91.66667%
}

.grid-x > .small-12 {
    width: 100%
}

@media print, screen and (min-width: 40em) {
    .grid-x > .medium-auto {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0;
        width: auto
    }

    .grid-x > .medium-shrink, .grid-x > .medium-1, .grid-x > .medium-2, .grid-x > .medium-3, .grid-x > .medium-4, .grid-x > .medium-5, .grid-x > .medium-6, .grid-x > .medium-7, .grid-x > .medium-8, .grid-x > .medium-9, .grid-x > .medium-10, .grid-x > .medium-11, .grid-x > .medium-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .grid-x > .medium-shrink {
        width: auto
    }

    .grid-x > .medium-1 {
        width: 8.33333%
    }

    .grid-x > .medium-2 {
        width: 16.66667%
    }

    .grid-x > .medium-3 {
        width: 25%
    }

    .grid-x > .medium-4 {
        width: 33.33333%
    }

    .grid-x > .medium-5 {
        width: 41.66667%
    }

    .grid-x > .medium-6 {
        width: 50%
    }

    .grid-x > .medium-7 {
        width: 58.33333%
    }

    .grid-x > .medium-8 {
        width: 66.66667%
    }

    .grid-x > .medium-9 {
        width: 75%
    }

    .grid-x > .medium-10 {
        width: 83.33333%
    }

    .grid-x > .medium-11 {
        width: 91.66667%
    }

    .grid-x > .medium-12 {
        width: 100%
    }
}

@media print, screen and (min-width: 64em) {
    .grid-x > .large-auto {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0;
        width: auto
    }

    .grid-x > .large-shrink, .grid-x > .large-1, .grid-x > .large-2, .grid-x > .large-3, .grid-x > .large-4, .grid-x > .large-5, .grid-x > .large-6, .grid-x > .large-7, .grid-x > .large-8, .grid-x > .large-9, .grid-x > .large-10, .grid-x > .large-11, .grid-x > .large-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .grid-x > .large-shrink {
        width: auto
    }

    .grid-x > .large-1 {
        width: 8.33333%
    }

    .grid-x > .large-2 {
        width: 16.66667%
    }

    .grid-x > .large-3 {
        width: 25%
    }

    .grid-x > .large-4 {
        width: 33.33333%
    }

    .grid-x > .large-5 {
        width: 41.66667%
    }

    .grid-x > .large-6 {
        width: 50%
    }

    .grid-x > .large-7 {
        width: 58.33333%
    }

    .grid-x > .large-8 {
        width: 66.66667%
    }

    .grid-x > .large-9 {
        width: 75%
    }

    .grid-x > .large-10 {
        width: 83.33333%
    }

    .grid-x > .large-11 {
        width: 91.66667%
    }

    .grid-x > .large-12 {
        width: 100%
    }
}

@media screen and (min-width: 75em) {
    .grid-x > .xlarge-auto {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0;
        width: auto
    }

    .grid-x > .xlarge-shrink, .grid-x > .xlarge-1, .grid-x > .xlarge-2, .grid-x > .xlarge-3, .grid-x > .xlarge-4, .grid-x > .xlarge-5, .grid-x > .xlarge-6, .grid-x > .xlarge-7, .grid-x > .xlarge-8, .grid-x > .xlarge-9, .grid-x > .xlarge-10, .grid-x > .xlarge-11, .grid-x > .xlarge-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .grid-x > .xlarge-shrink {
        width: auto
    }

    .grid-x > .xlarge-1 {
        width: 8.33333%
    }

    .grid-x > .xlarge-2 {
        width: 16.66667%
    }

    .grid-x > .xlarge-3 {
        width: 25%
    }

    .grid-x > .xlarge-4 {
        width: 33.33333%
    }

    .grid-x > .xlarge-5 {
        width: 41.66667%
    }

    .grid-x > .xlarge-6 {
        width: 50%
    }

    .grid-x > .xlarge-7 {
        width: 58.33333%
    }

    .grid-x > .xlarge-8 {
        width: 66.66667%
    }

    .grid-x > .xlarge-9 {
        width: 75%
    }

    .grid-x > .xlarge-10 {
        width: 83.33333%
    }

    .grid-x > .xlarge-11 {
        width: 91.66667%
    }

    .grid-x > .xlarge-12 {
        width: 100%
    }
}

@media screen and (min-width: 90em) {
    .grid-x > .xxlarge-auto {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0;
        width: auto
    }

    .grid-x > .xxlarge-shrink, .grid-x > .xxlarge-1, .grid-x > .xxlarge-2, .grid-x > .xxlarge-3, .grid-x > .xxlarge-4, .grid-x > .xxlarge-5, .grid-x > .xxlarge-6, .grid-x > .xxlarge-7, .grid-x > .xxlarge-8, .grid-x > .xxlarge-9, .grid-x > .xxlarge-10, .grid-x > .xxlarge-11, .grid-x > .xxlarge-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .grid-x > .xxlarge-shrink {
        width: auto
    }

    .grid-x > .xxlarge-1 {
        width: 8.33333%
    }

    .grid-x > .xxlarge-2 {
        width: 16.66667%
    }

    .grid-x > .xxlarge-3 {
        width: 25%
    }

    .grid-x > .xxlarge-4 {
        width: 33.33333%
    }

    .grid-x > .xxlarge-5 {
        width: 41.66667%
    }

    .grid-x > .xxlarge-6 {
        width: 50%
    }

    .grid-x > .xxlarge-7 {
        width: 58.33333%
    }

    .grid-x > .xxlarge-8 {
        width: 66.66667%
    }

    .grid-x > .xxlarge-9 {
        width: 75%
    }

    .grid-x > .xxlarge-10 {
        width: 83.33333%
    }

    .grid-x > .xxlarge-11 {
        width: 91.66667%
    }

    .grid-x > .xxlarge-12 {
        width: 100%
    }
}

.grid-margin-x:not(.grid-x) > .cell {
    width: auto
}

.grid-margin-y:not(.grid-y) > .cell {
    height: auto
}

.grid-margin-x {
    margin-left: -.55556rem;
    margin-right: -.55556rem
}

@media print, screen and (min-width: 40em) {
    .grid-margin-x {
        margin-left: -.55556rem;
        margin-right: -.55556rem
    }
}

.grid-margin-x > .cell {
    width: calc(100% - 1.11111rem);
    margin-left: .55556rem;
    margin-right: .55556rem
}

@media print, screen and (min-width: 40em) {
    .grid-margin-x > .cell {
        width: calc(100% - 1.11111rem);
        margin-left: .55556rem;
        margin-right: .55556rem
    }
}

.grid-margin-x > .auto {
    width: auto
}

.grid-margin-x > .shrink {
    width: auto
}

.grid-margin-x > .small-1 {
    width: calc(8.33333% - 1.11111rem)
}

.grid-margin-x > .small-2 {
    width: calc(16.66667% - 1.11111rem)
}

.grid-margin-x > .small-3 {
    width: calc(25% - 1.11111rem)
}

.grid-margin-x > .small-4 {
    width: calc(33.33333% - 1.11111rem)
}

.grid-margin-x > .small-5 {
    width: calc(41.66667% - 1.11111rem)
}

.grid-margin-x > .small-6 {
    width: calc(50% - 1.11111rem)
}

.grid-margin-x > .small-7 {
    width: calc(58.33333% - 1.11111rem)
}

.grid-margin-x > .small-8 {
    width: calc(66.66667% - 1.11111rem)
}

.grid-margin-x > .small-9 {
    width: calc(75% - 1.11111rem)
}

.grid-margin-x > .small-10 {
    width: calc(83.33333% - 1.11111rem)
}

.grid-margin-x > .small-11 {
    width: calc(91.66667% - 1.11111rem)
}

.grid-margin-x > .small-12 {
    width: calc(100% - 1.11111rem)
}

@media print, screen and (min-width: 40em) {
    .grid-margin-x > .auto {
        width: auto
    }

    .grid-margin-x > .shrink {
        width: auto
    }

    .grid-margin-x > .small-1 {
        width: calc(8.33333% - 1.11111rem)
    }

    .grid-margin-x > .small-2 {
        width: calc(16.66667% - 1.11111rem)
    }

    .grid-margin-x > .small-3 {
        width: calc(25% - 1.11111rem)
    }

    .grid-margin-x > .small-4 {
        width: calc(33.33333% - 1.11111rem)
    }

    .grid-margin-x > .small-5 {
        width: calc(41.66667% - 1.11111rem)
    }

    .grid-margin-x > .small-6 {
        width: calc(50% - 1.11111rem)
    }

    .grid-margin-x > .small-7 {
        width: calc(58.33333% - 1.11111rem)
    }

    .grid-margin-x > .small-8 {
        width: calc(66.66667% - 1.11111rem)
    }

    .grid-margin-x > .small-9 {
        width: calc(75% - 1.11111rem)
    }

    .grid-margin-x > .small-10 {
        width: calc(83.33333% - 1.11111rem)
    }

    .grid-margin-x > .small-11 {
        width: calc(91.66667% - 1.11111rem)
    }

    .grid-margin-x > .small-12 {
        width: calc(100% - 1.11111rem)
    }

    .grid-margin-x > .medium-auto {
        width: auto
    }

    .grid-margin-x > .medium-shrink {
        width: auto
    }

    .grid-margin-x > .medium-1 {
        width: calc(8.33333% - 1.11111rem)
    }

    .grid-margin-x > .medium-2 {
        width: calc(16.66667% - 1.11111rem)
    }

    .grid-margin-x > .medium-3 {
        width: calc(25% - 1.11111rem)
    }

    .grid-margin-x > .medium-4 {
        width: calc(33.33333% - 1.11111rem)
    }

    .grid-margin-x > .medium-5 {
        width: calc(41.66667% - 1.11111rem)
    }

    .grid-margin-x > .medium-6 {
        width: calc(50% - 1.11111rem)
    }

    .grid-margin-x > .medium-7 {
        width: calc(58.33333% - 1.11111rem)
    }

    .grid-margin-x > .medium-8 {
        width: calc(66.66667% - 1.11111rem)
    }

    .grid-margin-x > .medium-9 {
        width: calc(75% - 1.11111rem)
    }

    .grid-margin-x > .medium-10 {
        width: calc(83.33333% - 1.11111rem)
    }

    .grid-margin-x > .medium-11 {
        width: calc(91.66667% - 1.11111rem)
    }

    .grid-margin-x > .medium-12 {
        width: calc(100% - 1.11111rem)
    }
}

@media print, screen and (min-width: 64em) {
    .grid-margin-x > .large-auto {
        width: auto
    }

    .grid-margin-x > .large-shrink {
        width: auto
    }

    .grid-margin-x > .large-1 {
        width: calc(8.33333% - 1.11111rem)
    }

    .grid-margin-x > .large-2 {
        width: calc(16.66667% - 1.11111rem)
    }

    .grid-margin-x > .large-3 {
        width: calc(25% - 1.11111rem)
    }

    .grid-margin-x > .large-4 {
        width: calc(33.33333% - 1.11111rem)
    }

    .grid-margin-x > .large-5 {
        width: calc(41.66667% - 1.11111rem)
    }

    .grid-margin-x > .large-6 {
        width: calc(50% - 1.11111rem)
    }

    .grid-margin-x > .large-7 {
        width: calc(58.33333% - 1.11111rem)
    }

    .grid-margin-x > .large-8 {
        width: calc(66.66667% - 1.11111rem)
    }

    .grid-margin-x > .large-9 {
        width: calc(75% - 1.11111rem)
    }

    .grid-margin-x > .large-10 {
        width: calc(83.33333% - 1.11111rem)
    }

    .grid-margin-x > .large-11 {
        width: calc(91.66667% - 1.11111rem)
    }

    .grid-margin-x > .large-12 {
        width: calc(100% - 1.11111rem)
    }
}

@media screen and (min-width: 75em) {
    .grid-margin-x > .xlarge-auto {
        width: auto
    }

    .grid-margin-x > .xlarge-shrink {
        width: auto
    }

    .grid-margin-x > .xlarge-1 {
        width: calc(8.33333% - 1.11111rem)
    }

    .grid-margin-x > .xlarge-2 {
        width: calc(16.66667% - 1.11111rem)
    }

    .grid-margin-x > .xlarge-3 {
        width: calc(25% - 1.11111rem)
    }

    .grid-margin-x > .xlarge-4 {
        width: calc(33.33333% - 1.11111rem)
    }

    .grid-margin-x > .xlarge-5 {
        width: calc(41.66667% - 1.11111rem)
    }

    .grid-margin-x > .xlarge-6 {
        width: calc(50% - 1.11111rem)
    }

    .grid-margin-x > .xlarge-7 {
        width: calc(58.33333% - 1.11111rem)
    }

    .grid-margin-x > .xlarge-8 {
        width: calc(66.66667% - 1.11111rem)
    }

    .grid-margin-x > .xlarge-9 {
        width: calc(75% - 1.11111rem)
    }

    .grid-margin-x > .xlarge-10 {
        width: calc(83.33333% - 1.11111rem)
    }

    .grid-margin-x > .xlarge-11 {
        width: calc(91.66667% - 1.11111rem)
    }

    .grid-margin-x > .xlarge-12 {
        width: calc(100% - 1.11111rem)
    }
}

@media screen and (min-width: 90em) {
    .grid-margin-x > .xxlarge-auto {
        width: auto
    }

    .grid-margin-x > .xxlarge-shrink {
        width: auto
    }

    .grid-margin-x > .xxlarge-1 {
        width: calc(8.33333% - 1.11111rem)
    }

    .grid-margin-x > .xxlarge-2 {
        width: calc(16.66667% - 1.11111rem)
    }

    .grid-margin-x > .xxlarge-3 {
        width: calc(25% - 1.11111rem)
    }

    .grid-margin-x > .xxlarge-4 {
        width: calc(33.33333% - 1.11111rem)
    }

    .grid-margin-x > .xxlarge-5 {
        width: calc(41.66667% - 1.11111rem)
    }

    .grid-margin-x > .xxlarge-6 {
        width: calc(50% - 1.11111rem)
    }

    .grid-margin-x > .xxlarge-7 {
        width: calc(58.33333% - 1.11111rem)
    }

    .grid-margin-x > .xxlarge-8 {
        width: calc(66.66667% - 1.11111rem)
    }

    .grid-margin-x > .xxlarge-9 {
        width: calc(75% - 1.11111rem)
    }

    .grid-margin-x > .xxlarge-10 {
        width: calc(83.33333% - 1.11111rem)
    }

    .grid-margin-x > .xxlarge-11 {
        width: calc(91.66667% - 1.11111rem)
    }

    .grid-margin-x > .xxlarge-12 {
        width: calc(100% - 1.11111rem)
    }
}

.grid-padding-x .grid-padding-x {
    margin-right: -.55556rem;
    margin-left: -.55556rem
}

@media print, screen and (min-width: 40em) {
    .grid-padding-x .grid-padding-x {
        margin-right: -.55556rem;
        margin-left: -.55556rem
    }
}

.grid-container:not(.full) > .grid-padding-x {
    margin-right: -.55556rem;
    margin-left: -.55556rem
}

@media print, screen and (min-width: 40em) {
    .grid-container:not(.full) > .grid-padding-x {
        margin-right: -.55556rem;
        margin-left: -.55556rem
    }
}

.grid-padding-x > .cell {
    padding-right: .55556rem;
    padding-left: .55556rem
}

@media print, screen and (min-width: 40em) {
    .grid-padding-x > .cell {
        padding-right: .55556rem;
        padding-left: .55556rem
    }
}

.small-up-1 > .cell {
    width: 100%
}

.small-up-2 > .cell {
    width: 50%
}

.small-up-3 > .cell {
    width: 33.33333%
}

.small-up-4 > .cell {
    width: 25%
}

.small-up-5 > .cell {
    width: 20%
}

.small-up-6 > .cell {
    width: 16.66667%
}

.small-up-7 > .cell {
    width: 14.28571%
}

.small-up-8 > .cell {
    width: 12.5%
}

@media print, screen and (min-width: 40em) {
    .medium-up-1 > .cell {
        width: 100%
    }

    .medium-up-2 > .cell {
        width: 50%
    }

    .medium-up-3 > .cell {
        width: 33.33333%
    }

    .medium-up-4 > .cell {
        width: 25%
    }

    .medium-up-5 > .cell {
        width: 20%
    }

    .medium-up-6 > .cell {
        width: 16.66667%
    }

    .medium-up-7 > .cell {
        width: 14.28571%
    }

    .medium-up-8 > .cell {
        width: 12.5%
    }
}

@media print, screen and (min-width: 64em) {
    .large-up-1 > .cell {
        width: 100%
    }

    .large-up-2 > .cell {
        width: 50%
    }

    .large-up-3 > .cell {
        width: 33.33333%
    }

    .large-up-4 > .cell {
        width: 25%
    }

    .large-up-5 > .cell {
        width: 20%
    }

    .large-up-6 > .cell {
        width: 16.66667%
    }

    .large-up-7 > .cell {
        width: 14.28571%
    }

    .large-up-8 > .cell {
        width: 12.5%
    }
}

@media screen and (min-width: 75em) {
    .xlarge-up-1 > .cell {
        width: 100%
    }

    .xlarge-up-2 > .cell {
        width: 50%
    }

    .xlarge-up-3 > .cell {
        width: 33.33333%
    }

    .xlarge-up-4 > .cell {
        width: 25%
    }

    .xlarge-up-5 > .cell {
        width: 20%
    }

    .xlarge-up-6 > .cell {
        width: 16.66667%
    }

    .xlarge-up-7 > .cell {
        width: 14.28571%
    }

    .xlarge-up-8 > .cell {
        width: 12.5%
    }
}

@media screen and (min-width: 90em) {
    .xxlarge-up-1 > .cell {
        width: 100%
    }

    .xxlarge-up-2 > .cell {
        width: 50%
    }

    .xxlarge-up-3 > .cell {
        width: 33.33333%
    }

    .xxlarge-up-4 > .cell {
        width: 25%
    }

    .xxlarge-up-5 > .cell {
        width: 20%
    }

    .xxlarge-up-6 > .cell {
        width: 16.66667%
    }

    .xxlarge-up-7 > .cell {
        width: 14.28571%
    }

    .xxlarge-up-8 > .cell {
        width: 12.5%
    }
}

.grid-margin-x.small-up-1 > .cell {
    width: calc(100% - 1.11111rem)
}

.grid-margin-x.small-up-2 > .cell {
    width: calc(50% - 1.11111rem)
}

.grid-margin-x.small-up-3 > .cell {
    width: calc(33.33333% - 1.11111rem)
}

.grid-margin-x.small-up-4 > .cell {
    width: calc(25% - 1.11111rem)
}

.grid-margin-x.small-up-5 > .cell {
    width: calc(20% - 1.11111rem)
}

.grid-margin-x.small-up-6 > .cell {
    width: calc(16.66667% - 1.11111rem)
}

.grid-margin-x.small-up-7 > .cell {
    width: calc(14.28571% - 1.11111rem)
}

.grid-margin-x.small-up-8 > .cell {
    width: calc(12.5% - 1.11111rem)
}

@media print, screen and (min-width: 40em) {
    .grid-margin-x.small-up-1 > .cell {
        width: calc(100% - 1.11111rem)
    }

    .grid-margin-x.small-up-2 > .cell {
        width: calc(50% - 1.11111rem)
    }

    .grid-margin-x.small-up-3 > .cell {
        width: calc(33.33333% - 1.11111rem)
    }

    .grid-margin-x.small-up-4 > .cell {
        width: calc(25% - 1.11111rem)
    }

    .grid-margin-x.small-up-5 > .cell {
        width: calc(20% - 1.11111rem)
    }

    .grid-margin-x.small-up-6 > .cell {
        width: calc(16.66667% - 1.11111rem)
    }

    .grid-margin-x.small-up-7 > .cell {
        width: calc(14.28571% - 1.11111rem)
    }

    .grid-margin-x.small-up-8 > .cell {
        width: calc(12.5% - 1.11111rem)
    }

    .grid-margin-x.medium-up-1 > .cell {
        width: calc(100% - 1.11111rem)
    }

    .grid-margin-x.medium-up-2 > .cell {
        width: calc(50% - 1.11111rem)
    }

    .grid-margin-x.medium-up-3 > .cell {
        width: calc(33.33333% - 1.11111rem)
    }

    .grid-margin-x.medium-up-4 > .cell {
        width: calc(25% - 1.11111rem)
    }

    .grid-margin-x.medium-up-5 > .cell {
        width: calc(20% - 1.11111rem)
    }

    .grid-margin-x.medium-up-6 > .cell {
        width: calc(16.66667% - 1.11111rem)
    }

    .grid-margin-x.medium-up-7 > .cell {
        width: calc(14.28571% - 1.11111rem)
    }

    .grid-margin-x.medium-up-8 > .cell {
        width: calc(12.5% - 1.11111rem)
    }
}

@media print, screen and (min-width: 64em) {
    .grid-margin-x.large-up-1 > .cell {
        width: calc(100% - 1.11111rem)
    }

    .grid-margin-x.large-up-2 > .cell {
        width: calc(50% - 1.11111rem)
    }

    .grid-margin-x.large-up-3 > .cell {
        width: calc(33.33333% - 1.11111rem)
    }

    .grid-margin-x.large-up-4 > .cell {
        width: calc(25% - 1.11111rem)
    }

    .grid-margin-x.large-up-5 > .cell {
        width: calc(20% - 1.11111rem)
    }

    .grid-margin-x.large-up-6 > .cell {
        width: calc(16.66667% - 1.11111rem)
    }

    .grid-margin-x.large-up-7 > .cell {
        width: calc(14.28571% - 1.11111rem)
    }

    .grid-margin-x.large-up-8 > .cell {
        width: calc(12.5% - 1.11111rem)
    }
}

@media screen and (min-width: 75em) {
    .grid-margin-x.xlarge-up-1 > .cell {
        width: calc(100% - 1.11111rem)
    }

    .grid-margin-x.xlarge-up-2 > .cell {
        width: calc(50% - 1.11111rem)
    }

    .grid-margin-x.xlarge-up-3 > .cell {
        width: calc(33.33333% - 1.11111rem)
    }

    .grid-margin-x.xlarge-up-4 > .cell {
        width: calc(25% - 1.11111rem)
    }

    .grid-margin-x.xlarge-up-5 > .cell {
        width: calc(20% - 1.11111rem)
    }

    .grid-margin-x.xlarge-up-6 > .cell {
        width: calc(16.66667% - 1.11111rem)
    }

    .grid-margin-x.xlarge-up-7 > .cell {
        width: calc(14.28571% - 1.11111rem)
    }

    .grid-margin-x.xlarge-up-8 > .cell {
        width: calc(12.5% - 1.11111rem)
    }
}

@media screen and (min-width: 90em) {
    .grid-margin-x.xxlarge-up-1 > .cell {
        width: calc(100% - 1.11111rem)
    }

    .grid-margin-x.xxlarge-up-2 > .cell {
        width: calc(50% - 1.11111rem)
    }

    .grid-margin-x.xxlarge-up-3 > .cell {
        width: calc(33.33333% - 1.11111rem)
    }

    .grid-margin-x.xxlarge-up-4 > .cell {
        width: calc(25% - 1.11111rem)
    }

    .grid-margin-x.xxlarge-up-5 > .cell {
        width: calc(20% - 1.11111rem)
    }

    .grid-margin-x.xxlarge-up-6 > .cell {
        width: calc(16.66667% - 1.11111rem)
    }

    .grid-margin-x.xxlarge-up-7 > .cell {
        width: calc(14.28571% - 1.11111rem)
    }

    .grid-margin-x.xxlarge-up-8 > .cell {
        width: calc(12.5% - 1.11111rem)
    }
}

.small-margin-collapse {
    margin-right: 0;
    margin-left: 0
}

    .small-margin-collapse > .cell {
        margin-right: 0;
        margin-left: 0
    }

    .small-margin-collapse > .small-1 {
        width: 8.33333%
    }

    .small-margin-collapse > .small-2 {
        width: 16.66667%
    }

    .small-margin-collapse > .small-3 {
        width: 25%
    }

    .small-margin-collapse > .small-4 {
        width: 33.33333%
    }

    .small-margin-collapse > .small-5 {
        width: 41.66667%
    }

    .small-margin-collapse > .small-6 {
        width: 50%
    }

    .small-margin-collapse > .small-7 {
        width: 58.33333%
    }

    .small-margin-collapse > .small-8 {
        width: 66.66667%
    }

    .small-margin-collapse > .small-9 {
        width: 75%
    }

    .small-margin-collapse > .small-10 {
        width: 83.33333%
    }

    .small-margin-collapse > .small-11 {
        width: 91.66667%
    }

    .small-margin-collapse > .small-12 {
        width: 100%
    }

@media print, screen and (min-width: 40em) {
    .small-margin-collapse > .medium-1 {
        width: 8.33333%
    }

    .small-margin-collapse > .medium-2 {
        width: 16.66667%
    }

    .small-margin-collapse > .medium-3 {
        width: 25%
    }

    .small-margin-collapse > .medium-4 {
        width: 33.33333%
    }

    .small-margin-collapse > .medium-5 {
        width: 41.66667%
    }

    .small-margin-collapse > .medium-6 {
        width: 50%
    }

    .small-margin-collapse > .medium-7 {
        width: 58.33333%
    }

    .small-margin-collapse > .medium-8 {
        width: 66.66667%
    }

    .small-margin-collapse > .medium-9 {
        width: 75%
    }

    .small-margin-collapse > .medium-10 {
        width: 83.33333%
    }

    .small-margin-collapse > .medium-11 {
        width: 91.66667%
    }

    .small-margin-collapse > .medium-12 {
        width: 100%
    }
}

@media print, screen and (min-width: 64em) {
    .small-margin-collapse > .large-1 {
        width: 8.33333%
    }

    .small-margin-collapse > .large-2 {
        width: 16.66667%
    }

    .small-margin-collapse > .large-3 {
        width: 25%
    }

    .small-margin-collapse > .large-4 {
        width: 33.33333%
    }

    .small-margin-collapse > .large-5 {
        width: 41.66667%
    }

    .small-margin-collapse > .large-6 {
        width: 50%
    }

    .small-margin-collapse > .large-7 {
        width: 58.33333%
    }

    .small-margin-collapse > .large-8 {
        width: 66.66667%
    }

    .small-margin-collapse > .large-9 {
        width: 75%
    }

    .small-margin-collapse > .large-10 {
        width: 83.33333%
    }

    .small-margin-collapse > .large-11 {
        width: 91.66667%
    }

    .small-margin-collapse > .large-12 {
        width: 100%
    }
}

@media screen and (min-width: 75em) {
    .small-margin-collapse > .xlarge-1 {
        width: 8.33333%
    }

    .small-margin-collapse > .xlarge-2 {
        width: 16.66667%
    }

    .small-margin-collapse > .xlarge-3 {
        width: 25%
    }

    .small-margin-collapse > .xlarge-4 {
        width: 33.33333%
    }

    .small-margin-collapse > .xlarge-5 {
        width: 41.66667%
    }

    .small-margin-collapse > .xlarge-6 {
        width: 50%
    }

    .small-margin-collapse > .xlarge-7 {
        width: 58.33333%
    }

    .small-margin-collapse > .xlarge-8 {
        width: 66.66667%
    }

    .small-margin-collapse > .xlarge-9 {
        width: 75%
    }

    .small-margin-collapse > .xlarge-10 {
        width: 83.33333%
    }

    .small-margin-collapse > .xlarge-11 {
        width: 91.66667%
    }

    .small-margin-collapse > .xlarge-12 {
        width: 100%
    }
}

@media screen and (min-width: 90em) {
    .small-margin-collapse > .xxlarge-1 {
        width: 8.33333%
    }

    .small-margin-collapse > .xxlarge-2 {
        width: 16.66667%
    }

    .small-margin-collapse > .xxlarge-3 {
        width: 25%
    }

    .small-margin-collapse > .xxlarge-4 {
        width: 33.33333%
    }

    .small-margin-collapse > .xxlarge-5 {
        width: 41.66667%
    }

    .small-margin-collapse > .xxlarge-6 {
        width: 50%
    }

    .small-margin-collapse > .xxlarge-7 {
        width: 58.33333%
    }

    .small-margin-collapse > .xxlarge-8 {
        width: 66.66667%
    }

    .small-margin-collapse > .xxlarge-9 {
        width: 75%
    }

    .small-margin-collapse > .xxlarge-10 {
        width: 83.33333%
    }

    .small-margin-collapse > .xxlarge-11 {
        width: 91.66667%
    }

    .small-margin-collapse > .xxlarge-12 {
        width: 100%
    }
}

.small-padding-collapse {
    margin-right: 0;
    margin-left: 0
}

    .small-padding-collapse > .cell {
        padding-right: 0;
        padding-left: 0
    }

@media print, screen and (min-width: 40em) {
    .medium-margin-collapse {
        margin-right: 0;
        margin-left: 0
    }

        .medium-margin-collapse > .cell {
            margin-right: 0;
            margin-left: 0
        }
}

@media print, screen and (min-width: 40em) {
    .medium-margin-collapse > .small-1 {
        width: 8.33333%
    }

    .medium-margin-collapse > .small-2 {
        width: 16.66667%
    }

    .medium-margin-collapse > .small-3 {
        width: 25%
    }

    .medium-margin-collapse > .small-4 {
        width: 33.33333%
    }

    .medium-margin-collapse > .small-5 {
        width: 41.66667%
    }

    .medium-margin-collapse > .small-6 {
        width: 50%
    }

    .medium-margin-collapse > .small-7 {
        width: 58.33333%
    }

    .medium-margin-collapse > .small-8 {
        width: 66.66667%
    }

    .medium-margin-collapse > .small-9 {
        width: 75%
    }

    .medium-margin-collapse > .small-10 {
        width: 83.33333%
    }

    .medium-margin-collapse > .small-11 {
        width: 91.66667%
    }

    .medium-margin-collapse > .small-12 {
        width: 100%
    }
}

@media print, screen and (min-width: 40em) {
    .medium-margin-collapse > .medium-1 {
        width: 8.33333%
    }

    .medium-margin-collapse > .medium-2 {
        width: 16.66667%
    }

    .medium-margin-collapse > .medium-3 {
        width: 25%
    }

    .medium-margin-collapse > .medium-4 {
        width: 33.33333%
    }

    .medium-margin-collapse > .medium-5 {
        width: 41.66667%
    }

    .medium-margin-collapse > .medium-6 {
        width: 50%
    }

    .medium-margin-collapse > .medium-7 {
        width: 58.33333%
    }

    .medium-margin-collapse > .medium-8 {
        width: 66.66667%
    }

    .medium-margin-collapse > .medium-9 {
        width: 75%
    }

    .medium-margin-collapse > .medium-10 {
        width: 83.33333%
    }

    .medium-margin-collapse > .medium-11 {
        width: 91.66667%
    }

    .medium-margin-collapse > .medium-12 {
        width: 100%
    }
}

@media print, screen and (min-width: 64em) {
    .medium-margin-collapse > .large-1 {
        width: 8.33333%
    }

    .medium-margin-collapse > .large-2 {
        width: 16.66667%
    }

    .medium-margin-collapse > .large-3 {
        width: 25%
    }

    .medium-margin-collapse > .large-4 {
        width: 33.33333%
    }

    .medium-margin-collapse > .large-5 {
        width: 41.66667%
    }

    .medium-margin-collapse > .large-6 {
        width: 50%
    }

    .medium-margin-collapse > .large-7 {
        width: 58.33333%
    }

    .medium-margin-collapse > .large-8 {
        width: 66.66667%
    }

    .medium-margin-collapse > .large-9 {
        width: 75%
    }

    .medium-margin-collapse > .large-10 {
        width: 83.33333%
    }

    .medium-margin-collapse > .large-11 {
        width: 91.66667%
    }

    .medium-margin-collapse > .large-12 {
        width: 100%
    }
}

@media screen and (min-width: 75em) {
    .medium-margin-collapse > .xlarge-1 {
        width: 8.33333%
    }

    .medium-margin-collapse > .xlarge-2 {
        width: 16.66667%
    }

    .medium-margin-collapse > .xlarge-3 {
        width: 25%
    }

    .medium-margin-collapse > .xlarge-4 {
        width: 33.33333%
    }

    .medium-margin-collapse > .xlarge-5 {
        width: 41.66667%
    }

    .medium-margin-collapse > .xlarge-6 {
        width: 50%
    }

    .medium-margin-collapse > .xlarge-7 {
        width: 58.33333%
    }

    .medium-margin-collapse > .xlarge-8 {
        width: 66.66667%
    }

    .medium-margin-collapse > .xlarge-9 {
        width: 75%
    }

    .medium-margin-collapse > .xlarge-10 {
        width: 83.33333%
    }

    .medium-margin-collapse > .xlarge-11 {
        width: 91.66667%
    }

    .medium-margin-collapse > .xlarge-12 {
        width: 100%
    }
}

@media screen and (min-width: 90em) {
    .medium-margin-collapse > .xxlarge-1 {
        width: 8.33333%
    }

    .medium-margin-collapse > .xxlarge-2 {
        width: 16.66667%
    }

    .medium-margin-collapse > .xxlarge-3 {
        width: 25%
    }

    .medium-margin-collapse > .xxlarge-4 {
        width: 33.33333%
    }

    .medium-margin-collapse > .xxlarge-5 {
        width: 41.66667%
    }

    .medium-margin-collapse > .xxlarge-6 {
        width: 50%
    }

    .medium-margin-collapse > .xxlarge-7 {
        width: 58.33333%
    }

    .medium-margin-collapse > .xxlarge-8 {
        width: 66.66667%
    }

    .medium-margin-collapse > .xxlarge-9 {
        width: 75%
    }

    .medium-margin-collapse > .xxlarge-10 {
        width: 83.33333%
    }

    .medium-margin-collapse > .xxlarge-11 {
        width: 91.66667%
    }

    .medium-margin-collapse > .xxlarge-12 {
        width: 100%
    }
}

@media print, screen and (min-width: 40em) {
    .medium-padding-collapse {
        margin-right: 0;
        margin-left: 0
    }

        .medium-padding-collapse > .cell {
            padding-right: 0;
            padding-left: 0
        }
}

@media print, screen and (min-width: 64em) {
    .large-margin-collapse {
        margin-right: 0;
        margin-left: 0
    }

        .large-margin-collapse > .cell {
            margin-right: 0;
            margin-left: 0
        }
}

@media print, screen and (min-width: 64em) {
    .large-margin-collapse > .small-1 {
        width: 8.33333%
    }

    .large-margin-collapse > .small-2 {
        width: 16.66667%
    }

    .large-margin-collapse > .small-3 {
        width: 25%
    }

    .large-margin-collapse > .small-4 {
        width: 33.33333%
    }

    .large-margin-collapse > .small-5 {
        width: 41.66667%
    }

    .large-margin-collapse > .small-6 {
        width: 50%
    }

    .large-margin-collapse > .small-7 {
        width: 58.33333%
    }

    .large-margin-collapse > .small-8 {
        width: 66.66667%
    }

    .large-margin-collapse > .small-9 {
        width: 75%
    }

    .large-margin-collapse > .small-10 {
        width: 83.33333%
    }

    .large-margin-collapse > .small-11 {
        width: 91.66667%
    }

    .large-margin-collapse > .small-12 {
        width: 100%
    }
}

@media print, screen and (min-width: 64em) {
    .large-margin-collapse > .medium-1 {
        width: 8.33333%
    }

    .large-margin-collapse > .medium-2 {
        width: 16.66667%
    }

    .large-margin-collapse > .medium-3 {
        width: 25%
    }

    .large-margin-collapse > .medium-4 {
        width: 33.33333%
    }

    .large-margin-collapse > .medium-5 {
        width: 41.66667%
    }

    .large-margin-collapse > .medium-6 {
        width: 50%
    }

    .large-margin-collapse > .medium-7 {
        width: 58.33333%
    }

    .large-margin-collapse > .medium-8 {
        width: 66.66667%
    }

    .large-margin-collapse > .medium-9 {
        width: 75%
    }

    .large-margin-collapse > .medium-10 {
        width: 83.33333%
    }

    .large-margin-collapse > .medium-11 {
        width: 91.66667%
    }

    .large-margin-collapse > .medium-12 {
        width: 100%
    }
}

@media print, screen and (min-width: 64em) {
    .large-margin-collapse > .large-1 {
        width: 8.33333%
    }

    .large-margin-collapse > .large-2 {
        width: 16.66667%
    }

    .large-margin-collapse > .large-3 {
        width: 25%
    }

    .large-margin-collapse > .large-4 {
        width: 33.33333%
    }

    .large-margin-collapse > .large-5 {
        width: 41.66667%
    }

    .large-margin-collapse > .large-6 {
        width: 50%
    }

    .large-margin-collapse > .large-7 {
        width: 58.33333%
    }

    .large-margin-collapse > .large-8 {
        width: 66.66667%
    }

    .large-margin-collapse > .large-9 {
        width: 75%
    }

    .large-margin-collapse > .large-10 {
        width: 83.33333%
    }

    .large-margin-collapse > .large-11 {
        width: 91.66667%
    }

    .large-margin-collapse > .large-12 {
        width: 100%
    }
}

@media screen and (min-width: 75em) {
    .large-margin-collapse > .xlarge-1 {
        width: 8.33333%
    }

    .large-margin-collapse > .xlarge-2 {
        width: 16.66667%
    }

    .large-margin-collapse > .xlarge-3 {
        width: 25%
    }

    .large-margin-collapse > .xlarge-4 {
        width: 33.33333%
    }

    .large-margin-collapse > .xlarge-5 {
        width: 41.66667%
    }

    .large-margin-collapse > .xlarge-6 {
        width: 50%
    }

    .large-margin-collapse > .xlarge-7 {
        width: 58.33333%
    }

    .large-margin-collapse > .xlarge-8 {
        width: 66.66667%
    }

    .large-margin-collapse > .xlarge-9 {
        width: 75%
    }

    .large-margin-collapse > .xlarge-10 {
        width: 83.33333%
    }

    .large-margin-collapse > .xlarge-11 {
        width: 91.66667%
    }

    .large-margin-collapse > .xlarge-12 {
        width: 100%
    }
}

@media screen and (min-width: 90em) {
    .large-margin-collapse > .xxlarge-1 {
        width: 8.33333%
    }

    .large-margin-collapse > .xxlarge-2 {
        width: 16.66667%
    }

    .large-margin-collapse > .xxlarge-3 {
        width: 25%
    }

    .large-margin-collapse > .xxlarge-4 {
        width: 33.33333%
    }

    .large-margin-collapse > .xxlarge-5 {
        width: 41.66667%
    }

    .large-margin-collapse > .xxlarge-6 {
        width: 50%
    }

    .large-margin-collapse > .xxlarge-7 {
        width: 58.33333%
    }

    .large-margin-collapse > .xxlarge-8 {
        width: 66.66667%
    }

    .large-margin-collapse > .xxlarge-9 {
        width: 75%
    }

    .large-margin-collapse > .xxlarge-10 {
        width: 83.33333%
    }

    .large-margin-collapse > .xxlarge-11 {
        width: 91.66667%
    }

    .large-margin-collapse > .xxlarge-12 {
        width: 100%
    }
}

@media print, screen and (min-width: 64em) {
    .large-padding-collapse {
        margin-right: 0;
        margin-left: 0
    }

        .large-padding-collapse > .cell {
            padding-right: 0;
            padding-left: 0
        }
}

@media screen and (min-width: 75em) {
    .xlarge-margin-collapse {
        margin-right: 0;
        margin-left: 0
    }

        .xlarge-margin-collapse > .cell {
            margin-right: 0;
            margin-left: 0
        }
}

@media screen and (min-width: 75em) {
    .xlarge-margin-collapse > .small-1 {
        width: 8.33333%
    }

    .xlarge-margin-collapse > .small-2 {
        width: 16.66667%
    }

    .xlarge-margin-collapse > .small-3 {
        width: 25%
    }

    .xlarge-margin-collapse > .small-4 {
        width: 33.33333%
    }

    .xlarge-margin-collapse > .small-5 {
        width: 41.66667%
    }

    .xlarge-margin-collapse > .small-6 {
        width: 50%
    }

    .xlarge-margin-collapse > .small-7 {
        width: 58.33333%
    }

    .xlarge-margin-collapse > .small-8 {
        width: 66.66667%
    }

    .xlarge-margin-collapse > .small-9 {
        width: 75%
    }

    .xlarge-margin-collapse > .small-10 {
        width: 83.33333%
    }

    .xlarge-margin-collapse > .small-11 {
        width: 91.66667%
    }

    .xlarge-margin-collapse > .small-12 {
        width: 100%
    }
}

@media screen and (min-width: 75em) {
    .xlarge-margin-collapse > .medium-1 {
        width: 8.33333%
    }

    .xlarge-margin-collapse > .medium-2 {
        width: 16.66667%
    }

    .xlarge-margin-collapse > .medium-3 {
        width: 25%
    }

    .xlarge-margin-collapse > .medium-4 {
        width: 33.33333%
    }

    .xlarge-margin-collapse > .medium-5 {
        width: 41.66667%
    }

    .xlarge-margin-collapse > .medium-6 {
        width: 50%
    }

    .xlarge-margin-collapse > .medium-7 {
        width: 58.33333%
    }

    .xlarge-margin-collapse > .medium-8 {
        width: 66.66667%
    }

    .xlarge-margin-collapse > .medium-9 {
        width: 75%
    }

    .xlarge-margin-collapse > .medium-10 {
        width: 83.33333%
    }

    .xlarge-margin-collapse > .medium-11 {
        width: 91.66667%
    }

    .xlarge-margin-collapse > .medium-12 {
        width: 100%
    }
}

@media screen and (min-width: 75em) {
    .xlarge-margin-collapse > .large-1 {
        width: 8.33333%
    }

    .xlarge-margin-collapse > .large-2 {
        width: 16.66667%
    }

    .xlarge-margin-collapse > .large-3 {
        width: 25%
    }

    .xlarge-margin-collapse > .large-4 {
        width: 33.33333%
    }

    .xlarge-margin-collapse > .large-5 {
        width: 41.66667%
    }

    .xlarge-margin-collapse > .large-6 {
        width: 50%
    }

    .xlarge-margin-collapse > .large-7 {
        width: 58.33333%
    }

    .xlarge-margin-collapse > .large-8 {
        width: 66.66667%
    }

    .xlarge-margin-collapse > .large-9 {
        width: 75%
    }

    .xlarge-margin-collapse > .large-10 {
        width: 83.33333%
    }

    .xlarge-margin-collapse > .large-11 {
        width: 91.66667%
    }

    .xlarge-margin-collapse > .large-12 {
        width: 100%
    }
}

@media screen and (min-width: 75em) {
    .xlarge-margin-collapse > .xlarge-1 {
        width: 8.33333%
    }

    .xlarge-margin-collapse > .xlarge-2 {
        width: 16.66667%
    }

    .xlarge-margin-collapse > .xlarge-3 {
        width: 25%
    }

    .xlarge-margin-collapse > .xlarge-4 {
        width: 33.33333%
    }

    .xlarge-margin-collapse > .xlarge-5 {
        width: 41.66667%
    }

    .xlarge-margin-collapse > .xlarge-6 {
        width: 50%
    }

    .xlarge-margin-collapse > .xlarge-7 {
        width: 58.33333%
    }

    .xlarge-margin-collapse > .xlarge-8 {
        width: 66.66667%
    }

    .xlarge-margin-collapse > .xlarge-9 {
        width: 75%
    }

    .xlarge-margin-collapse > .xlarge-10 {
        width: 83.33333%
    }

    .xlarge-margin-collapse > .xlarge-11 {
        width: 91.66667%
    }

    .xlarge-margin-collapse > .xlarge-12 {
        width: 100%
    }
}

@media screen and (min-width: 90em) {
    .xlarge-margin-collapse > .xxlarge-1 {
        width: 8.33333%
    }

    .xlarge-margin-collapse > .xxlarge-2 {
        width: 16.66667%
    }

    .xlarge-margin-collapse > .xxlarge-3 {
        width: 25%
    }

    .xlarge-margin-collapse > .xxlarge-4 {
        width: 33.33333%
    }

    .xlarge-margin-collapse > .xxlarge-5 {
        width: 41.66667%
    }

    .xlarge-margin-collapse > .xxlarge-6 {
        width: 50%
    }

    .xlarge-margin-collapse > .xxlarge-7 {
        width: 58.33333%
    }

    .xlarge-margin-collapse > .xxlarge-8 {
        width: 66.66667%
    }

    .xlarge-margin-collapse > .xxlarge-9 {
        width: 75%
    }

    .xlarge-margin-collapse > .xxlarge-10 {
        width: 83.33333%
    }

    .xlarge-margin-collapse > .xxlarge-11 {
        width: 91.66667%
    }

    .xlarge-margin-collapse > .xxlarge-12 {
        width: 100%
    }
}

@media screen and (min-width: 75em) {
    .xlarge-padding-collapse {
        margin-right: 0;
        margin-left: 0
    }

        .xlarge-padding-collapse > .cell {
            padding-right: 0;
            padding-left: 0
        }
}

@media screen and (min-width: 90em) {
    .xxlarge-margin-collapse {
        margin-right: 0;
        margin-left: 0
    }

        .xxlarge-margin-collapse > .cell {
            margin-right: 0;
            margin-left: 0
        }
}

@media screen and (min-width: 90em) {
    .xxlarge-margin-collapse > .small-1 {
        width: 8.33333%
    }

    .xxlarge-margin-collapse > .small-2 {
        width: 16.66667%
    }

    .xxlarge-margin-collapse > .small-3 {
        width: 25%
    }

    .xxlarge-margin-collapse > .small-4 {
        width: 33.33333%
    }

    .xxlarge-margin-collapse > .small-5 {
        width: 41.66667%
    }

    .xxlarge-margin-collapse > .small-6 {
        width: 50%
    }

    .xxlarge-margin-collapse > .small-7 {
        width: 58.33333%
    }

    .xxlarge-margin-collapse > .small-8 {
        width: 66.66667%
    }

    .xxlarge-margin-collapse > .small-9 {
        width: 75%
    }

    .xxlarge-margin-collapse > .small-10 {
        width: 83.33333%
    }

    .xxlarge-margin-collapse > .small-11 {
        width: 91.66667%
    }

    .xxlarge-margin-collapse > .small-12 {
        width: 100%
    }
}

@media screen and (min-width: 90em) {
    .xxlarge-margin-collapse > .medium-1 {
        width: 8.33333%
    }

    .xxlarge-margin-collapse > .medium-2 {
        width: 16.66667%
    }

    .xxlarge-margin-collapse > .medium-3 {
        width: 25%
    }

    .xxlarge-margin-collapse > .medium-4 {
        width: 33.33333%
    }

    .xxlarge-margin-collapse > .medium-5 {
        width: 41.66667%
    }

    .xxlarge-margin-collapse > .medium-6 {
        width: 50%
    }

    .xxlarge-margin-collapse > .medium-7 {
        width: 58.33333%
    }

    .xxlarge-margin-collapse > .medium-8 {
        width: 66.66667%
    }

    .xxlarge-margin-collapse > .medium-9 {
        width: 75%
    }

    .xxlarge-margin-collapse > .medium-10 {
        width: 83.33333%
    }

    .xxlarge-margin-collapse > .medium-11 {
        width: 91.66667%
    }

    .xxlarge-margin-collapse > .medium-12 {
        width: 100%
    }
}

@media screen and (min-width: 90em) {
    .xxlarge-margin-collapse > .large-1 {
        width: 8.33333%
    }

    .xxlarge-margin-collapse > .large-2 {
        width: 16.66667%
    }

    .xxlarge-margin-collapse > .large-3 {
        width: 25%
    }

    .xxlarge-margin-collapse > .large-4 {
        width: 33.33333%
    }

    .xxlarge-margin-collapse > .large-5 {
        width: 41.66667%
    }

    .xxlarge-margin-collapse > .large-6 {
        width: 50%
    }

    .xxlarge-margin-collapse > .large-7 {
        width: 58.33333%
    }

    .xxlarge-margin-collapse > .large-8 {
        width: 66.66667%
    }

    .xxlarge-margin-collapse > .large-9 {
        width: 75%
    }

    .xxlarge-margin-collapse > .large-10 {
        width: 83.33333%
    }

    .xxlarge-margin-collapse > .large-11 {
        width: 91.66667%
    }

    .xxlarge-margin-collapse > .large-12 {
        width: 100%
    }
}

@media screen and (min-width: 90em) {
    .xxlarge-margin-collapse > .xlarge-1 {
        width: 8.33333%
    }

    .xxlarge-margin-collapse > .xlarge-2 {
        width: 16.66667%
    }

    .xxlarge-margin-collapse > .xlarge-3 {
        width: 25%
    }

    .xxlarge-margin-collapse > .xlarge-4 {
        width: 33.33333%
    }

    .xxlarge-margin-collapse > .xlarge-5 {
        width: 41.66667%
    }

    .xxlarge-margin-collapse > .xlarge-6 {
        width: 50%
    }

    .xxlarge-margin-collapse > .xlarge-7 {
        width: 58.33333%
    }

    .xxlarge-margin-collapse > .xlarge-8 {
        width: 66.66667%
    }

    .xxlarge-margin-collapse > .xlarge-9 {
        width: 75%
    }

    .xxlarge-margin-collapse > .xlarge-10 {
        width: 83.33333%
    }

    .xxlarge-margin-collapse > .xlarge-11 {
        width: 91.66667%
    }

    .xxlarge-margin-collapse > .xlarge-12 {
        width: 100%
    }
}

@media screen and (min-width: 90em) {
    .xxlarge-margin-collapse > .xxlarge-1 {
        width: 8.33333%
    }

    .xxlarge-margin-collapse > .xxlarge-2 {
        width: 16.66667%
    }

    .xxlarge-margin-collapse > .xxlarge-3 {
        width: 25%
    }

    .xxlarge-margin-collapse > .xxlarge-4 {
        width: 33.33333%
    }

    .xxlarge-margin-collapse > .xxlarge-5 {
        width: 41.66667%
    }

    .xxlarge-margin-collapse > .xxlarge-6 {
        width: 50%
    }

    .xxlarge-margin-collapse > .xxlarge-7 {
        width: 58.33333%
    }

    .xxlarge-margin-collapse > .xxlarge-8 {
        width: 66.66667%
    }

    .xxlarge-margin-collapse > .xxlarge-9 {
        width: 75%
    }

    .xxlarge-margin-collapse > .xxlarge-10 {
        width: 83.33333%
    }

    .xxlarge-margin-collapse > .xxlarge-11 {
        width: 91.66667%
    }

    .xxlarge-margin-collapse > .xxlarge-12 {
        width: 100%
    }
}

@media screen and (min-width: 90em) {
    .xxlarge-padding-collapse {
        margin-right: 0;
        margin-left: 0
    }

        .xxlarge-padding-collapse > .cell {
            padding-right: 0;
            padding-left: 0
        }
}

.small-offset-0 {
    margin-left: 0%
}

.grid-margin-x > .small-offset-0 {
    margin-left: calc(0% + 1.11111rem / 2)
}

.small-offset-1 {
    margin-left: 8.33333%
}

.grid-margin-x > .small-offset-1 {
    margin-left: calc(8.33333% + 1.11111rem / 2)
}

.small-offset-2 {
    margin-left: 16.66667%
}

.grid-margin-x > .small-offset-2 {
    margin-left: calc(16.66667% + 1.11111rem / 2)
}

.small-offset-3 {
    margin-left: 25%
}

.grid-margin-x > .small-offset-3 {
    margin-left: calc(25% + 1.11111rem / 2)
}

.small-offset-4 {
    margin-left: 33.33333%
}

.grid-margin-x > .small-offset-4 {
    margin-left: calc(33.33333% + 1.11111rem / 2)
}

.small-offset-5 {
    margin-left: 41.66667%
}

.grid-margin-x > .small-offset-5 {
    margin-left: calc(41.66667% + 1.11111rem / 2)
}

.small-offset-6 {
    margin-left: 50%
}

.grid-margin-x > .small-offset-6 {
    margin-left: calc(50% + 1.11111rem / 2)
}

.small-offset-7 {
    margin-left: 58.33333%
}

.grid-margin-x > .small-offset-7 {
    margin-left: calc(58.33333% + 1.11111rem / 2)
}

.small-offset-8 {
    margin-left: 66.66667%
}

.grid-margin-x > .small-offset-8 {
    margin-left: calc(66.66667% + 1.11111rem / 2)
}

.small-offset-9 {
    margin-left: 75%
}

.grid-margin-x > .small-offset-9 {
    margin-left: calc(75% + 1.11111rem / 2)
}

.small-offset-10 {
    margin-left: 83.33333%
}

.grid-margin-x > .small-offset-10 {
    margin-left: calc(83.33333% + 1.11111rem / 2)
}

.small-offset-11 {
    margin-left: 91.66667%
}

.grid-margin-x > .small-offset-11 {
    margin-left: calc(91.66667% + 1.11111rem / 2)
}

@media print, screen and (min-width: 40em) {
    .medium-offset-0 {
        margin-left: 0%
    }

    .grid-margin-x > .medium-offset-0 {
        margin-left: calc(0% + 1.11111rem / 2)
    }

    .medium-offset-1 {
        margin-left: 8.33333%
    }

    .grid-margin-x > .medium-offset-1 {
        margin-left: calc(8.33333% + 1.11111rem / 2)
    }

    .medium-offset-2 {
        margin-left: 16.66667%
    }

    .grid-margin-x > .medium-offset-2 {
        margin-left: calc(16.66667% + 1.11111rem / 2)
    }

    .medium-offset-3 {
        margin-left: 25%
    }

    .grid-margin-x > .medium-offset-3 {
        margin-left: calc(25% + 1.11111rem / 2)
    }

    .medium-offset-4 {
        margin-left: 33.33333%
    }

    .grid-margin-x > .medium-offset-4 {
        margin-left: calc(33.33333% + 1.11111rem / 2)
    }

    .medium-offset-5 {
        margin-left: 41.66667%
    }

    .grid-margin-x > .medium-offset-5 {
        margin-left: calc(41.66667% + 1.11111rem / 2)
    }

    .medium-offset-6 {
        margin-left: 50%
    }

    .grid-margin-x > .medium-offset-6 {
        margin-left: calc(50% + 1.11111rem / 2)
    }

    .medium-offset-7 {
        margin-left: 58.33333%
    }

    .grid-margin-x > .medium-offset-7 {
        margin-left: calc(58.33333% + 1.11111rem / 2)
    }

    .medium-offset-8 {
        margin-left: 66.66667%
    }

    .grid-margin-x > .medium-offset-8 {
        margin-left: calc(66.66667% + 1.11111rem / 2)
    }

    .medium-offset-9 {
        margin-left: 75%
    }

    .grid-margin-x > .medium-offset-9 {
        margin-left: calc(75% + 1.11111rem / 2)
    }

    .medium-offset-10 {
        margin-left: 83.33333%
    }

    .grid-margin-x > .medium-offset-10 {
        margin-left: calc(83.33333% + 1.11111rem / 2)
    }

    .medium-offset-11 {
        margin-left: 91.66667%
    }

    .grid-margin-x > .medium-offset-11 {
        margin-left: calc(91.66667% + 1.11111rem / 2)
    }
}

@media print, screen and (min-width: 64em) {
    .large-offset-0 {
        margin-left: 0%
    }

    .grid-margin-x > .large-offset-0 {
        margin-left: calc(0% + 1.11111rem / 2)
    }

    .large-offset-1 {
        margin-left: 8.33333%
    }

    .grid-margin-x > .large-offset-1 {
        margin-left: calc(8.33333% + 1.11111rem / 2)
    }

    .large-offset-2 {
        margin-left: 16.66667%
    }

    .grid-margin-x > .large-offset-2 {
        margin-left: calc(16.66667% + 1.11111rem / 2)
    }

    .large-offset-3 {
        margin-left: 25%
    }

    .grid-margin-x > .large-offset-3 {
        margin-left: calc(25% + 1.11111rem / 2)
    }

    .large-offset-4 {
        margin-left: 33.33333%
    }

    .grid-margin-x > .large-offset-4 {
        margin-left: calc(33.33333% + 1.11111rem / 2)
    }

    .large-offset-5 {
        margin-left: 41.66667%
    }

    .grid-margin-x > .large-offset-5 {
        margin-left: calc(41.66667% + 1.11111rem / 2)
    }

    .large-offset-6 {
        margin-left: 50%
    }

    .grid-margin-x > .large-offset-6 {
        margin-left: calc(50% + 1.11111rem / 2)
    }

    .large-offset-7 {
        margin-left: 58.33333%
    }

    .grid-margin-x > .large-offset-7 {
        margin-left: calc(58.33333% + 1.11111rem / 2)
    }

    .large-offset-8 {
        margin-left: 66.66667%
    }

    .grid-margin-x > .large-offset-8 {
        margin-left: calc(66.66667% + 1.11111rem / 2)
    }

    .large-offset-9 {
        margin-left: 75%
    }

    .grid-margin-x > .large-offset-9 {
        margin-left: calc(75% + 1.11111rem / 2)
    }

    .large-offset-10 {
        margin-left: 83.33333%
    }

    .grid-margin-x > .large-offset-10 {
        margin-left: calc(83.33333% + 1.11111rem / 2)
    }

    .large-offset-11 {
        margin-left: 91.66667%
    }

    .grid-margin-x > .large-offset-11 {
        margin-left: calc(91.66667% + 1.11111rem / 2)
    }
}

@media screen and (min-width: 75em) {
    .xlarge-offset-0 {
        margin-left: 0%
    }

    .grid-margin-x > .xlarge-offset-0 {
        margin-left: calc(0% + 1.11111rem / 2)
    }

    .xlarge-offset-1 {
        margin-left: 8.33333%
    }

    .grid-margin-x > .xlarge-offset-1 {
        margin-left: calc(8.33333% + 1.11111rem / 2)
    }

    .xlarge-offset-2 {
        margin-left: 16.66667%
    }

    .grid-margin-x > .xlarge-offset-2 {
        margin-left: calc(16.66667% + 1.11111rem / 2)
    }

    .xlarge-offset-3 {
        margin-left: 25%
    }

    .grid-margin-x > .xlarge-offset-3 {
        margin-left: calc(25% + 1.11111rem / 2)
    }

    .xlarge-offset-4 {
        margin-left: 33.33333%
    }

    .grid-margin-x > .xlarge-offset-4 {
        margin-left: calc(33.33333% + 1.11111rem / 2)
    }

    .xlarge-offset-5 {
        margin-left: 41.66667%
    }

    .grid-margin-x > .xlarge-offset-5 {
        margin-left: calc(41.66667% + 1.11111rem / 2)
    }

    .xlarge-offset-6 {
        margin-left: 50%
    }

    .grid-margin-x > .xlarge-offset-6 {
        margin-left: calc(50% + 1.11111rem / 2)
    }

    .xlarge-offset-7 {
        margin-left: 58.33333%
    }

    .grid-margin-x > .xlarge-offset-7 {
        margin-left: calc(58.33333% + 1.11111rem / 2)
    }

    .xlarge-offset-8 {
        margin-left: 66.66667%
    }

    .grid-margin-x > .xlarge-offset-8 {
        margin-left: calc(66.66667% + 1.11111rem / 2)
    }

    .xlarge-offset-9 {
        margin-left: 75%
    }

    .grid-margin-x > .xlarge-offset-9 {
        margin-left: calc(75% + 1.11111rem / 2)
    }

    .xlarge-offset-10 {
        margin-left: 83.33333%
    }

    .grid-margin-x > .xlarge-offset-10 {
        margin-left: calc(83.33333% + 1.11111rem / 2)
    }

    .xlarge-offset-11 {
        margin-left: 91.66667%
    }

    .grid-margin-x > .xlarge-offset-11 {
        margin-left: calc(91.66667% + 1.11111rem / 2)
    }
}

@media screen and (min-width: 90em) {
    .xxlarge-offset-0 {
        margin-left: 0%
    }

    .grid-margin-x > .xxlarge-offset-0 {
        margin-left: calc(0% + 1.11111rem / 2)
    }

    .xxlarge-offset-1 {
        margin-left: 8.33333%
    }

    .grid-margin-x > .xxlarge-offset-1 {
        margin-left: calc(8.33333% + 1.11111rem / 2)
    }

    .xxlarge-offset-2 {
        margin-left: 16.66667%
    }

    .grid-margin-x > .xxlarge-offset-2 {
        margin-left: calc(16.66667% + 1.11111rem / 2)
    }

    .xxlarge-offset-3 {
        margin-left: 25%
    }

    .grid-margin-x > .xxlarge-offset-3 {
        margin-left: calc(25% + 1.11111rem / 2)
    }

    .xxlarge-offset-4 {
        margin-left: 33.33333%
    }

    .grid-margin-x > .xxlarge-offset-4 {
        margin-left: calc(33.33333% + 1.11111rem / 2)
    }

    .xxlarge-offset-5 {
        margin-left: 41.66667%
    }

    .grid-margin-x > .xxlarge-offset-5 {
        margin-left: calc(41.66667% + 1.11111rem / 2)
    }

    .xxlarge-offset-6 {
        margin-left: 50%
    }

    .grid-margin-x > .xxlarge-offset-6 {
        margin-left: calc(50% + 1.11111rem / 2)
    }

    .xxlarge-offset-7 {
        margin-left: 58.33333%
    }

    .grid-margin-x > .xxlarge-offset-7 {
        margin-left: calc(58.33333% + 1.11111rem / 2)
    }

    .xxlarge-offset-8 {
        margin-left: 66.66667%
    }

    .grid-margin-x > .xxlarge-offset-8 {
        margin-left: calc(66.66667% + 1.11111rem / 2)
    }

    .xxlarge-offset-9 {
        margin-left: 75%
    }

    .grid-margin-x > .xxlarge-offset-9 {
        margin-left: calc(75% + 1.11111rem / 2)
    }

    .xxlarge-offset-10 {
        margin-left: 83.33333%
    }

    .grid-margin-x > .xxlarge-offset-10 {
        margin-left: calc(83.33333% + 1.11111rem / 2)
    }

    .xxlarge-offset-11 {
        margin-left: 91.66667%
    }

    .grid-margin-x > .xxlarge-offset-11 {
        margin-left: calc(91.66667% + 1.11111rem / 2)
    }
}

.grid-y {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap
}

    .grid-y > .cell {
        height: auto;
        max-height: none
    }

    .grid-y > .auto {
        height: auto
    }

    .grid-y > .shrink {
        height: auto
    }

    .grid-y > .small-shrink, .grid-y > .small-full, .grid-y > .small-1, .grid-y > .small-2, .grid-y > .small-3, .grid-y > .small-4, .grid-y > .small-5, .grid-y > .small-6, .grid-y > .small-7, .grid-y > .small-8, .grid-y > .small-9, .grid-y > .small-10, .grid-y > .small-11, .grid-y > .small-12 {
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

@media print, screen and (min-width: 40em) {
    .grid-y > .medium-shrink, .grid-y > .medium-full, .grid-y > .medium-1, .grid-y > .medium-2, .grid-y > .medium-3, .grid-y > .medium-4, .grid-y > .medium-5, .grid-y > .medium-6, .grid-y > .medium-7, .grid-y > .medium-8, .grid-y > .medium-9, .grid-y > .medium-10, .grid-y > .medium-11, .grid-y > .medium-12 {
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
}

@media print, screen and (min-width: 64em) {
    .grid-y > .large-shrink, .grid-y > .large-full, .grid-y > .large-1, .grid-y > .large-2, .grid-y > .large-3, .grid-y > .large-4, .grid-y > .large-5, .grid-y > .large-6, .grid-y > .large-7, .grid-y > .large-8, .grid-y > .large-9, .grid-y > .large-10, .grid-y > .large-11, .grid-y > .large-12 {
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
}

@media screen and (min-width: 75em) {
    .grid-y > .xlarge-shrink, .grid-y > .xlarge-full, .grid-y > .xlarge-1, .grid-y > .xlarge-2, .grid-y > .xlarge-3, .grid-y > .xlarge-4, .grid-y > .xlarge-5, .grid-y > .xlarge-6, .grid-y > .xlarge-7, .grid-y > .xlarge-8, .grid-y > .xlarge-9, .grid-y > .xlarge-10, .grid-y > .xlarge-11, .grid-y > .xlarge-12 {
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
}

@media screen and (min-width: 90em) {
    .grid-y > .xxlarge-shrink, .grid-y > .xxlarge-full, .grid-y > .xxlarge-1, .grid-y > .xxlarge-2, .grid-y > .xxlarge-3, .grid-y > .xxlarge-4, .grid-y > .xxlarge-5, .grid-y > .xxlarge-6, .grid-y > .xxlarge-7, .grid-y > .xxlarge-8, .grid-y > .xxlarge-9, .grid-y > .xxlarge-10, .grid-y > .xxlarge-11, .grid-y > .xxlarge-12 {
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
}

.grid-y > .small-1, .grid-y > .small-2, .grid-y > .small-3, .grid-y > .small-4, .grid-y > .small-5, .grid-y > .small-6, .grid-y > .small-7, .grid-y > .small-8, .grid-y > .small-9, .grid-y > .small-10, .grid-y > .small-11, .grid-y > .small-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.grid-y > .small-1 {
    height: 8.33333%
}

.grid-y > .small-2 {
    height: 16.66667%
}

.grid-y > .small-3 {
    height: 25%
}

.grid-y > .small-4 {
    height: 33.33333%
}

.grid-y > .small-5 {
    height: 41.66667%
}

.grid-y > .small-6 {
    height: 50%
}

.grid-y > .small-7 {
    height: 58.33333%
}

.grid-y > .small-8 {
    height: 66.66667%
}

.grid-y > .small-9 {
    height: 75%
}

.grid-y > .small-10 {
    height: 83.33333%
}

.grid-y > .small-11 {
    height: 91.66667%
}

.grid-y > .small-12 {
    height: 100%
}

@media print, screen and (min-width: 40em) {
    .grid-y > .medium-auto {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0;
        height: auto
    }

    .grid-y > .medium-shrink, .grid-y > .medium-1, .grid-y > .medium-2, .grid-y > .medium-3, .grid-y > .medium-4, .grid-y > .medium-5, .grid-y > .medium-6, .grid-y > .medium-7, .grid-y > .medium-8, .grid-y > .medium-9, .grid-y > .medium-10, .grid-y > .medium-11, .grid-y > .medium-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .grid-y > .medium-shrink {
        height: auto
    }

    .grid-y > .medium-1 {
        height: 8.33333%
    }

    .grid-y > .medium-2 {
        height: 16.66667%
    }

    .grid-y > .medium-3 {
        height: 25%
    }

    .grid-y > .medium-4 {
        height: 33.33333%
    }

    .grid-y > .medium-5 {
        height: 41.66667%
    }

    .grid-y > .medium-6 {
        height: 50%
    }

    .grid-y > .medium-7 {
        height: 58.33333%
    }

    .grid-y > .medium-8 {
        height: 66.66667%
    }

    .grid-y > .medium-9 {
        height: 75%
    }

    .grid-y > .medium-10 {
        height: 83.33333%
    }

    .grid-y > .medium-11 {
        height: 91.66667%
    }

    .grid-y > .medium-12 {
        height: 100%
    }
}

@media print, screen and (min-width: 64em) {
    .grid-y > .large-auto {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0;
        height: auto
    }

    .grid-y > .large-shrink, .grid-y > .large-1, .grid-y > .large-2, .grid-y > .large-3, .grid-y > .large-4, .grid-y > .large-5, .grid-y > .large-6, .grid-y > .large-7, .grid-y > .large-8, .grid-y > .large-9, .grid-y > .large-10, .grid-y > .large-11, .grid-y > .large-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .grid-y > .large-shrink {
        height: auto
    }

    .grid-y > .large-1 {
        height: 8.33333%
    }

    .grid-y > .large-2 {
        height: 16.66667%
    }

    .grid-y > .large-3 {
        height: 25%
    }

    .grid-y > .large-4 {
        height: 33.33333%
    }

    .grid-y > .large-5 {
        height: 41.66667%
    }

    .grid-y > .large-6 {
        height: 50%
    }

    .grid-y > .large-7 {
        height: 58.33333%
    }

    .grid-y > .large-8 {
        height: 66.66667%
    }

    .grid-y > .large-9 {
        height: 75%
    }

    .grid-y > .large-10 {
        height: 83.33333%
    }

    .grid-y > .large-11 {
        height: 91.66667%
    }

    .grid-y > .large-12 {
        height: 100%
    }
}

@media screen and (min-width: 75em) {
    .grid-y > .xlarge-auto {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0;
        height: auto
    }

    .grid-y > .xlarge-shrink, .grid-y > .xlarge-1, .grid-y > .xlarge-2, .grid-y > .xlarge-3, .grid-y > .xlarge-4, .grid-y > .xlarge-5, .grid-y > .xlarge-6, .grid-y > .xlarge-7, .grid-y > .xlarge-8, .grid-y > .xlarge-9, .grid-y > .xlarge-10, .grid-y > .xlarge-11, .grid-y > .xlarge-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .grid-y > .xlarge-shrink {
        height: auto
    }

    .grid-y > .xlarge-1 {
        height: 8.33333%
    }

    .grid-y > .xlarge-2 {
        height: 16.66667%
    }

    .grid-y > .xlarge-3 {
        height: 25%
    }

    .grid-y > .xlarge-4 {
        height: 33.33333%
    }

    .grid-y > .xlarge-5 {
        height: 41.66667%
    }

    .grid-y > .xlarge-6 {
        height: 50%
    }

    .grid-y > .xlarge-7 {
        height: 58.33333%
    }

    .grid-y > .xlarge-8 {
        height: 66.66667%
    }

    .grid-y > .xlarge-9 {
        height: 75%
    }

    .grid-y > .xlarge-10 {
        height: 83.33333%
    }

    .grid-y > .xlarge-11 {
        height: 91.66667%
    }

    .grid-y > .xlarge-12 {
        height: 100%
    }
}

@media screen and (min-width: 90em) {
    .grid-y > .xxlarge-auto {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0;
        height: auto
    }

    .grid-y > .xxlarge-shrink, .grid-y > .xxlarge-1, .grid-y > .xxlarge-2, .grid-y > .xxlarge-3, .grid-y > .xxlarge-4, .grid-y > .xxlarge-5, .grid-y > .xxlarge-6, .grid-y > .xxlarge-7, .grid-y > .xxlarge-8, .grid-y > .xxlarge-9, .grid-y > .xxlarge-10, .grid-y > .xxlarge-11, .grid-y > .xxlarge-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .grid-y > .xxlarge-shrink {
        height: auto
    }

    .grid-y > .xxlarge-1 {
        height: 8.33333%
    }

    .grid-y > .xxlarge-2 {
        height: 16.66667%
    }

    .grid-y > .xxlarge-3 {
        height: 25%
    }

    .grid-y > .xxlarge-4 {
        height: 33.33333%
    }

    .grid-y > .xxlarge-5 {
        height: 41.66667%
    }

    .grid-y > .xxlarge-6 {
        height: 50%
    }

    .grid-y > .xxlarge-7 {
        height: 58.33333%
    }

    .grid-y > .xxlarge-8 {
        height: 66.66667%
    }

    .grid-y > .xxlarge-9 {
        height: 75%
    }

    .grid-y > .xxlarge-10 {
        height: 83.33333%
    }

    .grid-y > .xxlarge-11 {
        height: 91.66667%
    }

    .grid-y > .xxlarge-12 {
        height: 100%
    }
}

.grid-padding-y .grid-padding-y {
    margin-top: -.55556rem;
    margin-bottom: -.55556rem
}

@media print, screen and (min-width: 40em) {
    .grid-padding-y .grid-padding-y {
        margin-top: -.55556rem;
        margin-bottom: -.55556rem
    }
}

.grid-padding-y > .cell {
    padding-top: .55556rem;
    padding-bottom: .55556rem
}

@media print, screen and (min-width: 40em) {
    .grid-padding-y > .cell {
        padding-top: .55556rem;
        padding-bottom: .55556rem
    }
}

.grid-margin-y {
    margin-top: -.55556rem;
    margin-bottom: -.55556rem
}

@media print, screen and (min-width: 40em) {
    .grid-margin-y {
        margin-top: -.55556rem;
        margin-bottom: -.55556rem
    }
}

.grid-margin-y > .cell {
    height: calc(100% - 1.11111rem);
    margin-top: .55556rem;
    margin-bottom: .55556rem
}

@media print, screen and (min-width: 40em) {
    .grid-margin-y > .cell {
        height: calc(100% - 1.11111rem);
        margin-top: .55556rem;
        margin-bottom: .55556rem
    }
}

.grid-margin-y > .auto {
    height: auto
}

.grid-margin-y > .shrink {
    height: auto
}

.grid-margin-y > .small-1 {
    height: calc(8.33333% - 1.11111rem)
}

.grid-margin-y > .small-2 {
    height: calc(16.66667% - 1.11111rem)
}

.grid-margin-y > .small-3 {
    height: calc(25% - 1.11111rem)
}

.grid-margin-y > .small-4 {
    height: calc(33.33333% - 1.11111rem)
}

.grid-margin-y > .small-5 {
    height: calc(41.66667% - 1.11111rem)
}

.grid-margin-y > .small-6 {
    height: calc(50% - 1.11111rem)
}

.grid-margin-y > .small-7 {
    height: calc(58.33333% - 1.11111rem)
}

.grid-margin-y > .small-8 {
    height: calc(66.66667% - 1.11111rem)
}

.grid-margin-y > .small-9 {
    height: calc(75% - 1.11111rem)
}

.grid-margin-y > .small-10 {
    height: calc(83.33333% - 1.11111rem)
}

.grid-margin-y > .small-11 {
    height: calc(91.66667% - 1.11111rem)
}

.grid-margin-y > .small-12 {
    height: calc(100% - 1.11111rem)
}

@media print, screen and (min-width: 40em) {
    .grid-margin-y > .auto {
        height: auto
    }

    .grid-margin-y > .shrink {
        height: auto
    }

    .grid-margin-y > .small-1 {
        height: calc(8.33333% - 1.11111rem)
    }

    .grid-margin-y > .small-2 {
        height: calc(16.66667% - 1.11111rem)
    }

    .grid-margin-y > .small-3 {
        height: calc(25% - 1.11111rem)
    }

    .grid-margin-y > .small-4 {
        height: calc(33.33333% - 1.11111rem)
    }

    .grid-margin-y > .small-5 {
        height: calc(41.66667% - 1.11111rem)
    }

    .grid-margin-y > .small-6 {
        height: calc(50% - 1.11111rem)
    }

    .grid-margin-y > .small-7 {
        height: calc(58.33333% - 1.11111rem)
    }

    .grid-margin-y > .small-8 {
        height: calc(66.66667% - 1.11111rem)
    }

    .grid-margin-y > .small-9 {
        height: calc(75% - 1.11111rem)
    }

    .grid-margin-y > .small-10 {
        height: calc(83.33333% - 1.11111rem)
    }

    .grid-margin-y > .small-11 {
        height: calc(91.66667% - 1.11111rem)
    }

    .grid-margin-y > .small-12 {
        height: calc(100% - 1.11111rem)
    }

    .grid-margin-y > .medium-auto {
        height: auto
    }

    .grid-margin-y > .medium-shrink {
        height: auto
    }

    .grid-margin-y > .medium-1 {
        height: calc(8.33333% - 1.11111rem)
    }

    .grid-margin-y > .medium-2 {
        height: calc(16.66667% - 1.11111rem)
    }

    .grid-margin-y > .medium-3 {
        height: calc(25% - 1.11111rem)
    }

    .grid-margin-y > .medium-4 {
        height: calc(33.33333% - 1.11111rem)
    }

    .grid-margin-y > .medium-5 {
        height: calc(41.66667% - 1.11111rem)
    }

    .grid-margin-y > .medium-6 {
        height: calc(50% - 1.11111rem)
    }

    .grid-margin-y > .medium-7 {
        height: calc(58.33333% - 1.11111rem)
    }

    .grid-margin-y > .medium-8 {
        height: calc(66.66667% - 1.11111rem)
    }

    .grid-margin-y > .medium-9 {
        height: calc(75% - 1.11111rem)
    }

    .grid-margin-y > .medium-10 {
        height: calc(83.33333% - 1.11111rem)
    }

    .grid-margin-y > .medium-11 {
        height: calc(91.66667% - 1.11111rem)
    }

    .grid-margin-y > .medium-12 {
        height: calc(100% - 1.11111rem)
    }
}

@media print, screen and (min-width: 64em) {
    .grid-margin-y > .large-auto {
        height: auto
    }

    .grid-margin-y > .large-shrink {
        height: auto
    }

    .grid-margin-y > .large-1 {
        height: calc(8.33333% - 1.11111rem)
    }

    .grid-margin-y > .large-2 {
        height: calc(16.66667% - 1.11111rem)
    }

    .grid-margin-y > .large-3 {
        height: calc(25% - 1.11111rem)
    }

    .grid-margin-y > .large-4 {
        height: calc(33.33333% - 1.11111rem)
    }

    .grid-margin-y > .large-5 {
        height: calc(41.66667% - 1.11111rem)
    }

    .grid-margin-y > .large-6 {
        height: calc(50% - 1.11111rem)
    }

    .grid-margin-y > .large-7 {
        height: calc(58.33333% - 1.11111rem)
    }

    .grid-margin-y > .large-8 {
        height: calc(66.66667% - 1.11111rem)
    }

    .grid-margin-y > .large-9 {
        height: calc(75% - 1.11111rem)
    }

    .grid-margin-y > .large-10 {
        height: calc(83.33333% - 1.11111rem)
    }

    .grid-margin-y > .large-11 {
        height: calc(91.66667% - 1.11111rem)
    }

    .grid-margin-y > .large-12 {
        height: calc(100% - 1.11111rem)
    }
}

@media screen and (min-width: 75em) {
    .grid-margin-y > .xlarge-auto {
        height: auto
    }

    .grid-margin-y > .xlarge-shrink {
        height: auto
    }

    .grid-margin-y > .xlarge-1 {
        height: calc(8.33333% - 1.11111rem)
    }

    .grid-margin-y > .xlarge-2 {
        height: calc(16.66667% - 1.11111rem)
    }

    .grid-margin-y > .xlarge-3 {
        height: calc(25% - 1.11111rem)
    }

    .grid-margin-y > .xlarge-4 {
        height: calc(33.33333% - 1.11111rem)
    }

    .grid-margin-y > .xlarge-5 {
        height: calc(41.66667% - 1.11111rem)
    }

    .grid-margin-y > .xlarge-6 {
        height: calc(50% - 1.11111rem)
    }

    .grid-margin-y > .xlarge-7 {
        height: calc(58.33333% - 1.11111rem)
    }

    .grid-margin-y > .xlarge-8 {
        height: calc(66.66667% - 1.11111rem)
    }

    .grid-margin-y > .xlarge-9 {
        height: calc(75% - 1.11111rem)
    }

    .grid-margin-y > .xlarge-10 {
        height: calc(83.33333% - 1.11111rem)
    }

    .grid-margin-y > .xlarge-11 {
        height: calc(91.66667% - 1.11111rem)
    }

    .grid-margin-y > .xlarge-12 {
        height: calc(100% - 1.11111rem)
    }
}

@media screen and (min-width: 90em) {
    .grid-margin-y > .xxlarge-auto {
        height: auto
    }

    .grid-margin-y > .xxlarge-shrink {
        height: auto
    }

    .grid-margin-y > .xxlarge-1 {
        height: calc(8.33333% - 1.11111rem)
    }

    .grid-margin-y > .xxlarge-2 {
        height: calc(16.66667% - 1.11111rem)
    }

    .grid-margin-y > .xxlarge-3 {
        height: calc(25% - 1.11111rem)
    }

    .grid-margin-y > .xxlarge-4 {
        height: calc(33.33333% - 1.11111rem)
    }

    .grid-margin-y > .xxlarge-5 {
        height: calc(41.66667% - 1.11111rem)
    }

    .grid-margin-y > .xxlarge-6 {
        height: calc(50% - 1.11111rem)
    }

    .grid-margin-y > .xxlarge-7 {
        height: calc(58.33333% - 1.11111rem)
    }

    .grid-margin-y > .xxlarge-8 {
        height: calc(66.66667% - 1.11111rem)
    }

    .grid-margin-y > .xxlarge-9 {
        height: calc(75% - 1.11111rem)
    }

    .grid-margin-y > .xxlarge-10 {
        height: calc(83.33333% - 1.11111rem)
    }

    .grid-margin-y > .xxlarge-11 {
        height: calc(91.66667% - 1.11111rem)
    }

    .grid-margin-y > .xxlarge-12 {
        height: calc(100% - 1.11111rem)
    }
}

.grid-frame {
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100vw
}

.cell .grid-frame {
    width: 100%
}

.cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar
}

.cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar
}

.cell-block-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: 100%
}

    .cell-block-container > .grid-x {
        max-height: 100%;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

@media print, screen and (min-width: 40em) {
    .medium-grid-frame {
        overflow: hidden;
        position: relative;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        width: 100vw
    }

    .cell .medium-grid-frame {
        width: 100%
    }

    .medium-cell-block {
        overflow-x: auto;
        max-width: 100%;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

    .medium-cell-block-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-height: 100%
    }

        .medium-cell-block-container > .grid-x {
            max-height: 100%;
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap
        }

    .medium-cell-block-y {
        overflow-y: auto;
        max-height: 100%;
        min-height: 100%;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }
}

@media print, screen and (min-width: 64em) {
    .large-grid-frame {
        overflow: hidden;
        position: relative;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        width: 100vw
    }

    .cell .large-grid-frame {
        width: 100%
    }

    .large-cell-block {
        overflow-x: auto;
        max-width: 100%;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

    .large-cell-block-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-height: 100%
    }

        .large-cell-block-container > .grid-x {
            max-height: 100%;
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap
        }

    .large-cell-block-y {
        overflow-y: auto;
        max-height: 100%;
        min-height: 100%;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }
}

@media screen and (min-width: 75em) {
    .xlarge-grid-frame {
        overflow: hidden;
        position: relative;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        width: 100vw
    }

    .cell .xlarge-grid-frame {
        width: 100%
    }

    .xlarge-cell-block {
        overflow-x: auto;
        max-width: 100%;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

    .xlarge-cell-block-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-height: 100%
    }

        .xlarge-cell-block-container > .grid-x {
            max-height: 100%;
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap
        }

    .xlarge-cell-block-y {
        overflow-y: auto;
        max-height: 100%;
        min-height: 100%;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }
}

@media screen and (min-width: 90em) {
    .xxlarge-grid-frame {
        overflow: hidden;
        position: relative;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        width: 100vw
    }

    .cell .xxlarge-grid-frame {
        width: 100%
    }

    .xxlarge-cell-block {
        overflow-x: auto;
        max-width: 100%;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

    .xxlarge-cell-block-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-height: 100%
    }

        .xxlarge-cell-block-container > .grid-x {
            max-height: 100%;
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap
        }

    .xxlarge-cell-block-y {
        overflow-y: auto;
        max-height: 100%;
        min-height: 100%;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }
}

.grid-y.grid-frame {
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    height: 100vh;
    width: auto
}

@media print, screen and (min-width: 40em) {
    .grid-y.medium-grid-frame {
        overflow: hidden;
        position: relative;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        height: 100vh;
        width: auto
    }
}

@media print, screen and (min-width: 64em) {
    .grid-y.large-grid-frame {
        overflow: hidden;
        position: relative;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        height: 100vh;
        width: auto
    }
}

@media screen and (min-width: 75em) {
    .grid-y.xlarge-grid-frame {
        overflow: hidden;
        position: relative;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        height: 100vh;
        width: auto
    }
}

@media screen and (min-width: 90em) {
    .grid-y.xxlarge-grid-frame {
        overflow: hidden;
        position: relative;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        height: 100vh;
        width: auto
    }
}

.cell .grid-y.grid-frame {
    height: 100%
}

@media print, screen and (min-width: 40em) {
    .cell .grid-y.medium-grid-frame {
        height: 100%
    }
}

@media print, screen and (min-width: 64em) {
    .cell .grid-y.large-grid-frame {
        height: 100%
    }
}

@media screen and (min-width: 75em) {
    .cell .grid-y.xlarge-grid-frame {
        height: 100%
    }
}

@media screen and (min-width: 90em) {
    .cell .grid-y.xxlarge-grid-frame {
        height: 100%
    }
}

.grid-margin-y {
    margin-top: -.55556rem;
    margin-bottom: -.55556rem
}

@media print, screen and (min-width: 40em) {
    .grid-margin-y {
        margin-top: -.55556rem;
        margin-bottom: -.55556rem
    }
}

.grid-margin-y > .cell {
    height: calc(100% - 1.11111rem);
    margin-top: .55556rem;
    margin-bottom: .55556rem
}

@media print, screen and (min-width: 40em) {
    .grid-margin-y > .cell {
        height: calc(100% - 1.11111rem);
        margin-top: .55556rem;
        margin-bottom: .55556rem
    }
}

.grid-margin-y > .auto {
    height: auto
}

.grid-margin-y > .shrink {
    height: auto
}

.grid-margin-y > .small-1 {
    height: calc(8.33333% - 1.11111rem)
}

.grid-margin-y > .small-2 {
    height: calc(16.66667% - 1.11111rem)
}

.grid-margin-y > .small-3 {
    height: calc(25% - 1.11111rem)
}

.grid-margin-y > .small-4 {
    height: calc(33.33333% - 1.11111rem)
}

.grid-margin-y > .small-5 {
    height: calc(41.66667% - 1.11111rem)
}

.grid-margin-y > .small-6 {
    height: calc(50% - 1.11111rem)
}

.grid-margin-y > .small-7 {
    height: calc(58.33333% - 1.11111rem)
}

.grid-margin-y > .small-8 {
    height: calc(66.66667% - 1.11111rem)
}

.grid-margin-y > .small-9 {
    height: calc(75% - 1.11111rem)
}

.grid-margin-y > .small-10 {
    height: calc(83.33333% - 1.11111rem)
}

.grid-margin-y > .small-11 {
    height: calc(91.66667% - 1.11111rem)
}

.grid-margin-y > .small-12 {
    height: calc(100% - 1.11111rem)
}

@media print, screen and (min-width: 40em) {
    .grid-margin-y > .auto {
        height: auto
    }

    .grid-margin-y > .shrink {
        height: auto
    }

    .grid-margin-y > .small-1 {
        height: calc(8.33333% - 1.11111rem)
    }

    .grid-margin-y > .small-2 {
        height: calc(16.66667% - 1.11111rem)
    }

    .grid-margin-y > .small-3 {
        height: calc(25% - 1.11111rem)
    }

    .grid-margin-y > .small-4 {
        height: calc(33.33333% - 1.11111rem)
    }

    .grid-margin-y > .small-5 {
        height: calc(41.66667% - 1.11111rem)
    }

    .grid-margin-y > .small-6 {
        height: calc(50% - 1.11111rem)
    }

    .grid-margin-y > .small-7 {
        height: calc(58.33333% - 1.11111rem)
    }

    .grid-margin-y > .small-8 {
        height: calc(66.66667% - 1.11111rem)
    }

    .grid-margin-y > .small-9 {
        height: calc(75% - 1.11111rem)
    }

    .grid-margin-y > .small-10 {
        height: calc(83.33333% - 1.11111rem)
    }

    .grid-margin-y > .small-11 {
        height: calc(91.66667% - 1.11111rem)
    }

    .grid-margin-y > .small-12 {
        height: calc(100% - 1.11111rem)
    }

    .grid-margin-y > .medium-auto {
        height: auto
    }

    .grid-margin-y > .medium-shrink {
        height: auto
    }

    .grid-margin-y > .medium-1 {
        height: calc(8.33333% - 1.11111rem)
    }

    .grid-margin-y > .medium-2 {
        height: calc(16.66667% - 1.11111rem)
    }

    .grid-margin-y > .medium-3 {
        height: calc(25% - 1.11111rem)
    }

    .grid-margin-y > .medium-4 {
        height: calc(33.33333% - 1.11111rem)
    }

    .grid-margin-y > .medium-5 {
        height: calc(41.66667% - 1.11111rem)
    }

    .grid-margin-y > .medium-6 {
        height: calc(50% - 1.11111rem)
    }

    .grid-margin-y > .medium-7 {
        height: calc(58.33333% - 1.11111rem)
    }

    .grid-margin-y > .medium-8 {
        height: calc(66.66667% - 1.11111rem)
    }

    .grid-margin-y > .medium-9 {
        height: calc(75% - 1.11111rem)
    }

    .grid-margin-y > .medium-10 {
        height: calc(83.33333% - 1.11111rem)
    }

    .grid-margin-y > .medium-11 {
        height: calc(91.66667% - 1.11111rem)
    }

    .grid-margin-y > .medium-12 {
        height: calc(100% - 1.11111rem)
    }
}

@media print, screen and (min-width: 64em) {
    .grid-margin-y > .large-auto {
        height: auto
    }

    .grid-margin-y > .large-shrink {
        height: auto
    }

    .grid-margin-y > .large-1 {
        height: calc(8.33333% - 1.11111rem)
    }

    .grid-margin-y > .large-2 {
        height: calc(16.66667% - 1.11111rem)
    }

    .grid-margin-y > .large-3 {
        height: calc(25% - 1.11111rem)
    }

    .grid-margin-y > .large-4 {
        height: calc(33.33333% - 1.11111rem)
    }

    .grid-margin-y > .large-5 {
        height: calc(41.66667% - 1.11111rem)
    }

    .grid-margin-y > .large-6 {
        height: calc(50% - 1.11111rem)
    }

    .grid-margin-y > .large-7 {
        height: calc(58.33333% - 1.11111rem)
    }

    .grid-margin-y > .large-8 {
        height: calc(66.66667% - 1.11111rem)
    }

    .grid-margin-y > .large-9 {
        height: calc(75% - 1.11111rem)
    }

    .grid-margin-y > .large-10 {
        height: calc(83.33333% - 1.11111rem)
    }

    .grid-margin-y > .large-11 {
        height: calc(91.66667% - 1.11111rem)
    }

    .grid-margin-y > .large-12 {
        height: calc(100% - 1.11111rem)
    }
}

@media screen and (min-width: 75em) {
    .grid-margin-y > .xlarge-auto {
        height: auto
    }

    .grid-margin-y > .xlarge-shrink {
        height: auto
    }

    .grid-margin-y > .xlarge-1 {
        height: calc(8.33333% - 1.11111rem)
    }

    .grid-margin-y > .xlarge-2 {
        height: calc(16.66667% - 1.11111rem)
    }

    .grid-margin-y > .xlarge-3 {
        height: calc(25% - 1.11111rem)
    }

    .grid-margin-y > .xlarge-4 {
        height: calc(33.33333% - 1.11111rem)
    }

    .grid-margin-y > .xlarge-5 {
        height: calc(41.66667% - 1.11111rem)
    }

    .grid-margin-y > .xlarge-6 {
        height: calc(50% - 1.11111rem)
    }

    .grid-margin-y > .xlarge-7 {
        height: calc(58.33333% - 1.11111rem)
    }

    .grid-margin-y > .xlarge-8 {
        height: calc(66.66667% - 1.11111rem)
    }

    .grid-margin-y > .xlarge-9 {
        height: calc(75% - 1.11111rem)
    }

    .grid-margin-y > .xlarge-10 {
        height: calc(83.33333% - 1.11111rem)
    }

    .grid-margin-y > .xlarge-11 {
        height: calc(91.66667% - 1.11111rem)
    }

    .grid-margin-y > .xlarge-12 {
        height: calc(100% - 1.11111rem)
    }
}

@media screen and (min-width: 90em) {
    .grid-margin-y > .xxlarge-auto {
        height: auto
    }

    .grid-margin-y > .xxlarge-shrink {
        height: auto
    }

    .grid-margin-y > .xxlarge-1 {
        height: calc(8.33333% - 1.11111rem)
    }

    .grid-margin-y > .xxlarge-2 {
        height: calc(16.66667% - 1.11111rem)
    }

    .grid-margin-y > .xxlarge-3 {
        height: calc(25% - 1.11111rem)
    }

    .grid-margin-y > .xxlarge-4 {
        height: calc(33.33333% - 1.11111rem)
    }

    .grid-margin-y > .xxlarge-5 {
        height: calc(41.66667% - 1.11111rem)
    }

    .grid-margin-y > .xxlarge-6 {
        height: calc(50% - 1.11111rem)
    }

    .grid-margin-y > .xxlarge-7 {
        height: calc(58.33333% - 1.11111rem)
    }

    .grid-margin-y > .xxlarge-8 {
        height: calc(66.66667% - 1.11111rem)
    }

    .grid-margin-y > .xxlarge-9 {
        height: calc(75% - 1.11111rem)
    }

    .grid-margin-y > .xxlarge-10 {
        height: calc(83.33333% - 1.11111rem)
    }

    .grid-margin-y > .xxlarge-11 {
        height: calc(91.66667% - 1.11111rem)
    }

    .grid-margin-y > .xxlarge-12 {
        height: calc(100% - 1.11111rem)
    }
}

.grid-frame.grid-margin-y {
    height: calc(100vh + 1.11111rem)
}

@media print, screen and (min-width: 40em) {
    .grid-frame.grid-margin-y {
        height: calc(100vh + 1.11111rem)
    }
}

@media print, screen and (min-width: 64em) {
    .grid-frame.grid-margin-y {
        height: calc(100vh + 1.11111rem)
    }
}

@media screen and (min-width: 75em) {
    .grid-frame.grid-margin-y {
        height: calc(100vh + 1.11111rem)
    }
}

@media screen and (min-width: 90em) {
    .grid-frame.grid-margin-y {
        height: calc(100vh + 1.11111rem)
    }
}

@media print, screen and (min-width: 40em) {
    .grid-margin-y.medium-grid-frame {
        height: calc(100vh + 1.11111rem)
    }
}

@media print, screen and (min-width: 64em) {
    .grid-margin-y.large-grid-frame {
        height: calc(100vh + 1.11111rem)
    }
}

@media screen and (min-width: 75em) {
    .grid-margin-y.xlarge-grid-frame {
        height: calc(100vh + 1.11111rem)
    }
}

@media screen and (min-width: 90em) {
    .grid-margin-y.xxlarge-grid-frame {
        height: calc(100vh + 1.11111rem)
    }
}

.button {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 1rem 0;
    padding: .66667rem 2.77778rem;
    border: 1px solid transparent;
    border-radius: 0;
    -webkit-transition: background-color 0.25s ease-out,color 0.25s ease-out;
    transition: background-color 0.25s ease-out,color 0.25s ease-out;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 800;
    -webkit-appearance: none;
    line-height: 1;
    text-align: center;
    cursor: pointer
}

[data-whatinput='mouse'] .button {
    outline: 0
}

.button.tiny {
    font-size: .6rem
}

.button.small {
    font-size: .75rem
}

.button.large {
    font-size: 1.25rem
}

.button.expanded {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-left: 0
}

.button, .button.disabled, .button[disabled], .button.disabled:hover, .button[disabled]:hover, .button.disabled:focus, .button[disabled]:focus {
    background-color: #12c2ee;
    color: #f6f6f6
}

    .button:hover, .button:focus {
        background-color: #0fa5cb;
        color: #f6f6f6
    }

    .button.primary, .button.primary.disabled, .button.primary[disabled], .button.primary.disabled:hover, .button.primary[disabled]:hover, .button.primary.disabled:focus, .button.primary[disabled]:focus {
        background-color: #12c2ee;
        color: #121212
    }

        .button.primary:hover, .button.primary:focus {
            background-color: #0e9cbf;
            color: #121212
        }

    .button.secondary, .button.secondary.disabled, .button.secondary[disabled], .button.secondary.disabled:hover, .button.secondary[disabled]:hover, .button.secondary.disabled:focus, .button.secondary[disabled]:focus {
        background-color: #ff206c;
        color: #121212
    }

        .button.secondary:hover, .button.secondary:focus {
            background-color: #e6004e;
            color: #121212
        }

    .button.success, .button.success.disabled, .button.success[disabled], .button.success.disabled:hover, .button.success[disabled]:hover, .button.success.disabled:focus, .button.success[disabled]:focus {
        background-color: #3adb76;
        color: #121212
    }

        .button.success:hover, .button.success:focus {
            background-color: #22bb5b;
            color: #121212
        }

    .button.alert, .button.alert.disabled, .button.alert[disabled], .button.alert.disabled:hover, .button.alert[disabled]:hover, .button.alert.disabled:focus, .button.alert[disabled]:focus {
        background-color: #cc4b37;
        color: #f6f6f6
    }

        .button.alert:hover, .button.alert:focus {
            background-color: #a53b2a;
            color: #f6f6f6
        }

    .button.lclightblue, .button.lclightblue.disabled, .button.lclightblue[disabled], .button.lclightblue.disabled:hover, .button.lclightblue[disabled]:hover, .button.lclightblue.disabled:focus, .button.lclightblue[disabled]:focus {
        background-color: #ADEFFF;
        color: #121212
    }

        .button.lclightblue:hover, .button.lclightblue:focus {
            background-color: #57deff;
            color: #121212
        }

    .button.lcgreen, .button.lcgreen.disabled, .button.lcgreen[disabled], .button.lcgreen.disabled:hover, .button.lcgreen[disabled]:hover, .button.lcgreen.disabled:focus, .button.lcgreen[disabled]:focus {
        background-color: lime;
        color: #121212
    }

        .button.lcgreen:hover, .button.lcgreen:focus {
            background-color: #0c0;
            color: #121212
        }

    .button.lsbtc, .button.lsbtc.disabled, .button.lsbtc[disabled], .button.lsbtc.disabled:hover, .button.lsbtc[disabled]:hover, .button.lsbtc.disabled:focus, .button.lsbtc[disabled]:focus {
        background-color: lime;
        color: #121212
    }

        .button.lsbtc:hover, .button.lsbtc:focus {
            background-color: #0c0;
            color: #121212
        }

    .button.lcpurple, .button.lcpurple.disabled, .button.lcpurple[disabled], .button.lcpurple.disabled:hover, .button.lcpurple[disabled]:hover, .button.lcpurple.disabled:focus, .button.lcpurple[disabled]:focus {
        background-color: #8733ff;
        color: #f6f6f6
    }

        .button.lcpurple:hover, .button.lcpurple:focus {
            background-color: #6500f5;
            color: #f6f6f6
        }

    .button.lambeth, .button.lambeth.disabled, .button.lambeth[disabled], .button.lambeth.disabled:hover, .button.lambeth[disabled]:hover, .button.lambeth.disabled:focus, .button.lambeth[disabled]:focus {
        background-color: #8733ff;
        color: #f6f6f6
    }

        .button.lambeth:hover, .button.lambeth:focus {
            background-color: #6500f5;
            color: #f6f6f6
        }

    .button.lcblack, .button.lcblack.disabled, .button.lcblack[disabled], .button.lcblack.disabled:hover, .button.lcblack[disabled]:hover, .button.lcblack.disabled:focus, .button.lcblack[disabled]:focus {
        background-color: #121212;
        color: #f6f6f6
    }

        .button.lcblack:hover, .button.lcblack:focus {
            background-color: #0e0e0e;
            color: #f6f6f6
        }

    .button.lcgrey, .button.lcgrey.disabled, .button.lcgrey[disabled], .button.lcgrey.disabled:hover, .button.lcgrey[disabled]:hover, .button.lcgrey.disabled:focus, .button.lcgrey[disabled]:focus {
        background-color: #E2E2E2;
        color: #121212
    }

        .button.lcgrey:hover, .button.lcgrey:focus {
            background-color: #b5b5b5;
            color: #121212
        }

    .button.lcwhite, .button.lcwhite.disabled, .button.lcwhite[disabled], .button.lcwhite.disabled:hover, .button.lcwhite[disabled]:hover, .button.lcwhite.disabled:focus, .button.lcwhite[disabled]:focus {
        background-color: #f6f6f6;
        color: #121212
    }

        .button.lcwhite:hover, .button.lcwhite:focus {
            background-color: #c5c5c5;
            color: #121212
        }

    .button.purewhite, .button.purewhite.disabled, .button.purewhite[disabled], .button.purewhite.disabled:hover, .button.purewhite[disabled]:hover, .button.purewhite.disabled:focus, .button.purewhite[disabled]:focus {
        background-color: #fff;
        color: #121212
    }

        .button.purewhite:hover, .button.purewhite:focus {
            background-color: #ccc;
            color: #121212
        }

    .button.lcdarkgray, .button.lcdarkgray.disabled, .button.lcdarkgray[disabled], .button.lcdarkgray.disabled:hover, .button.lcdarkgray[disabled]:hover, .button.lcdarkgray.disabled:focus, .button.lcdarkgray[disabled]:focus {
        background-color: #2B2B2B;
        color: #f6f6f6
    }

        .button.lcdarkgray:hover, .button.lcdarkgray:focus {
            background-color: #222;
            color: #f6f6f6
        }

    .button.lcblue, .button.lcblue.disabled, .button.lcblue[disabled], .button.lcblue.disabled:hover, .button.lcblue[disabled]:hover, .button.lcblue.disabled:focus, .button.lcblue[disabled]:focus {
        background-color: #0f5efe;
        color: #f6f6f6
    }

        .button.lcblue:hover, .button.lcblue:focus {
            background-color: #0147d6;
            color: #f6f6f6
        }

    .button.hollow, .button.hollow:hover, .button.hollow:focus, .button.hollow.disabled, .button.hollow.disabled:hover, .button.hollow.disabled:focus, .button.hollow[disabled], .button.hollow[disabled]:hover, .button.hollow[disabled]:focus {
        background-color: transparent
    }

        .button.hollow, .button.hollow.disabled, .button.hollow[disabled], .button.hollow.disabled:hover, .button.hollow[disabled]:hover, .button.hollow.disabled:focus, .button.hollow[disabled]:focus {
            border: 1px solid #12c2ee;
            color: #12c2ee
        }

            .button.hollow:hover, .button.hollow:focus {
                border-color: #096177;
                color: #096177
            }

            .button.hollow.primary, .button.hollow.primary.disabled, .button.hollow.primary[disabled], .button.hollow.primary.disabled:hover, .button.hollow.primary[disabled]:hover, .button.hollow.primary.disabled:focus, .button.hollow.primary[disabled]:focus {
                border: 1px solid #12c2ee;
                color: #12c2ee
            }

                .button.hollow.primary:hover, .button.hollow.primary:focus {
                    border-color: #096177;
                    color: #096177
                }

            .button.hollow.secondary, .button.hollow.secondary.disabled, .button.hollow.secondary[disabled], .button.hollow.secondary.disabled:hover, .button.hollow.secondary[disabled]:hover, .button.hollow.secondary.disabled:focus, .button.hollow.secondary[disabled]:focus {
                border: 1px solid #ff206c;
                color: #ff206c
            }

                .button.hollow.secondary:hover, .button.hollow.secondary:focus {
                    border-color: #900031;
                    color: #900031
                }

            .button.hollow.success, .button.hollow.success.disabled, .button.hollow.success[disabled], .button.hollow.success.disabled:hover, .button.hollow.success[disabled]:hover, .button.hollow.success.disabled:focus, .button.hollow.success[disabled]:focus {
                border: 1px solid #3adb76;
                color: #3adb76
            }

                .button.hollow.success:hover, .button.hollow.success:focus {
                    border-color: #157539;
                    color: #157539
                }

            .button.hollow.alert, .button.hollow.alert.disabled, .button.hollow.alert[disabled], .button.hollow.alert.disabled:hover, .button.hollow.alert[disabled]:hover, .button.hollow.alert.disabled:focus, .button.hollow.alert[disabled]:focus {
                border: 1px solid #cc4b37;
                color: #cc4b37
            }

                .button.hollow.alert:hover, .button.hollow.alert:focus {
                    border-color: #67251a;
                    color: #67251a
                }

            .button.hollow.lclightblue, .button.hollow.lclightblue.disabled, .button.hollow.lclightblue[disabled], .button.hollow.lclightblue.disabled:hover, .button.hollow.lclightblue[disabled]:hover, .button.hollow.lclightblue.disabled:focus, .button.hollow.lclightblue[disabled]:focus {
                border: 1px solid #ADEFFF;
                color: #ADEFFF
            }

                .button.hollow.lclightblue:hover, .button.hollow.lclightblue:focus {
                    border-color: #00acd6;
                    color: #00acd6
                }

            .button.hollow.lcgreen, .button.hollow.lcgreen.disabled, .button.hollow.lcgreen[disabled], .button.hollow.lcgreen.disabled:hover, .button.hollow.lcgreen[disabled]:hover, .button.hollow.lcgreen.disabled:focus, .button.hollow.lcgreen[disabled]:focus {
                border: 1px solid lime;
                color: lime
            }

                .button.hollow.lcgreen:hover, .button.hollow.lcgreen:focus {
                    border-color: green;
                    color: green
                }

            .button.hollow.lsbtc, .button.hollow.lsbtc.disabled, .button.hollow.lsbtc[disabled], .button.hollow.lsbtc.disabled:hover, .button.hollow.lsbtc[disabled]:hover, .button.hollow.lsbtc.disabled:focus, .button.hollow.lsbtc[disabled]:focus {
                border: 1px solid lime;
                color: lime
            }

                .button.hollow.lsbtc:hover, .button.hollow.lsbtc:focus {
                    border-color: green;
                    color: green
                }

            .button.hollow.lcpurple, .button.hollow.lcpurple.disabled, .button.hollow.lcpurple[disabled], .button.hollow.lcpurple.disabled:hover, .button.hollow.lcpurple[disabled]:hover, .button.hollow.lcpurple.disabled:focus, .button.hollow.lcpurple[disabled]:focus {
                border: 1px solid #8733ff;
                color: #8733ff
            }

                .button.hollow.lcpurple:hover, .button.hollow.lcpurple:focus {
                    border-color: #3f0099;
                    color: #3f0099
                }

            .button.hollow.lambeth, .button.hollow.lambeth.disabled, .button.hollow.lambeth[disabled], .button.hollow.lambeth.disabled:hover, .button.hollow.lambeth[disabled]:hover, .button.hollow.lambeth.disabled:focus, .button.hollow.lambeth[disabled]:focus {
                border: 1px solid #8733ff;
                color: #8733ff
            }

                .button.hollow.lambeth:hover, .button.hollow.lambeth:focus {
                    border-color: #3f0099;
                    color: #3f0099
                }

            .button.hollow.lcblack, .button.hollow.lcblack.disabled, .button.hollow.lcblack[disabled], .button.hollow.lcblack.disabled:hover, .button.hollow.lcblack[disabled]:hover, .button.hollow.lcblack.disabled:focus, .button.hollow.lcblack[disabled]:focus {
                border: 1px solid #121212;
                color: #121212
            }

                .button.hollow.lcblack:hover, .button.hollow.lcblack:focus {
                    border-color: #090909;
                    color: #090909
                }

            .button.hollow.lcgrey, .button.hollow.lcgrey.disabled, .button.hollow.lcgrey[disabled], .button.hollow.lcgrey.disabled:hover, .button.hollow.lcgrey[disabled]:hover, .button.hollow.lcgrey.disabled:focus, .button.hollow.lcgrey[disabled]:focus {
                border: 1px solid #E2E2E2;
                color: #E2E2E2
            }

                .button.hollow.lcgrey:hover, .button.hollow.lcgrey:focus {
                    border-color: #717171;
                    color: #717171
                }

            .button.hollow.lcwhite, .button.hollow.lcwhite.disabled, .button.hollow.lcwhite[disabled], .button.hollow.lcwhite.disabled:hover, .button.hollow.lcwhite[disabled]:hover, .button.hollow.lcwhite.disabled:focus, .button.hollow.lcwhite[disabled]:focus {
                border: 1px solid #f6f6f6;
                color: #f6f6f6
            }

                .button.hollow.lcwhite:hover, .button.hollow.lcwhite:focus {
                    border-color: #7b7b7b;
                    color: #7b7b7b
                }

            .button.hollow.purewhite, .button.hollow.purewhite.disabled, .button.hollow.purewhite[disabled], .button.hollow.purewhite.disabled:hover, .button.hollow.purewhite[disabled]:hover, .button.hollow.purewhite.disabled:focus, .button.hollow.purewhite[disabled]:focus {
                border: 1px solid #fff;
                color: #fff
            }

                .button.hollow.purewhite:hover, .button.hollow.purewhite:focus {
                    border-color: gray;
                    color: gray
                }

            .button.hollow.lcdarkgray, .button.hollow.lcdarkgray.disabled, .button.hollow.lcdarkgray[disabled], .button.hollow.lcdarkgray.disabled:hover, .button.hollow.lcdarkgray[disabled]:hover, .button.hollow.lcdarkgray.disabled:focus, .button.hollow.lcdarkgray[disabled]:focus {
                border: 1px solid #2B2B2B;
                color: #2B2B2B
            }

                .button.hollow.lcdarkgray:hover, .button.hollow.lcdarkgray:focus {
                    border-color: #161616;
                    color: #161616
                }

            .button.hollow.lcblue, .button.hollow.lcblue.disabled, .button.hollow.lcblue[disabled], .button.hollow.lcblue.disabled:hover, .button.hollow.lcblue[disabled]:hover, .button.hollow.lcblue.disabled:focus, .button.hollow.lcblue[disabled]:focus {
                border: 1px solid #0f5efe;
                color: #0f5efe
            }

                .button.hollow.lcblue:hover, .button.hollow.lcblue:focus {
                    border-color: #012d86;
                    color: #012d86
                }

    .button.clear, .button.clear:hover, .button.clear:focus, .button.clear.disabled, .button.clear.disabled:hover, .button.clear.disabled:focus, .button.clear[disabled], .button.clear[disabled]:hover, .button.clear[disabled]:focus {
        border-color: transparent;
        background-color: transparent
    }

        .button.clear, .button.clear.disabled, .button.clear[disabled], .button.clear.disabled:hover, .button.clear[disabled]:hover, .button.clear.disabled:focus, .button.clear[disabled]:focus {
            color: #12c2ee
        }

            .button.clear:hover, .button.clear:focus {
                color: #096177
            }

            .button.clear.primary, .button.clear.primary.disabled, .button.clear.primary[disabled], .button.clear.primary.disabled:hover, .button.clear.primary[disabled]:hover, .button.clear.primary.disabled:focus, .button.clear.primary[disabled]:focus {
                color: #12c2ee
            }

                .button.clear.primary:hover, .button.clear.primary:focus {
                    color: #096177
                }

            .button.clear.secondary, .button.clear.secondary.disabled, .button.clear.secondary[disabled], .button.clear.secondary.disabled:hover, .button.clear.secondary[disabled]:hover, .button.clear.secondary.disabled:focus, .button.clear.secondary[disabled]:focus {
                color: #ff206c
            }

                .button.clear.secondary:hover, .button.clear.secondary:focus {
                    color: #900031
                }

            .button.clear.success, .button.clear.success.disabled, .button.clear.success[disabled], .button.clear.success.disabled:hover, .button.clear.success[disabled]:hover, .button.clear.success.disabled:focus, .button.clear.success[disabled]:focus {
                color: #3adb76
            }

                .button.clear.success:hover, .button.clear.success:focus {
                    color: #157539
                }

            .button.clear.alert, .button.clear.alert.disabled, .button.clear.alert[disabled], .button.clear.alert.disabled:hover, .button.clear.alert[disabled]:hover, .button.clear.alert.disabled:focus, .button.clear.alert[disabled]:focus {
                color: #cc4b37
            }

                .button.clear.alert:hover, .button.clear.alert:focus {
                    color: #67251a
                }

            .button.clear.lclightblue, .button.clear.lclightblue.disabled, .button.clear.lclightblue[disabled], .button.clear.lclightblue.disabled:hover, .button.clear.lclightblue[disabled]:hover, .button.clear.lclightblue.disabled:focus, .button.clear.lclightblue[disabled]:focus {
                color: #ADEFFF
            }

                .button.clear.lclightblue:hover, .button.clear.lclightblue:focus {
                    color: #00acd6
                }

            .button.clear.lcgreen, .button.clear.lcgreen.disabled, .button.clear.lcgreen[disabled], .button.clear.lcgreen.disabled:hover, .button.clear.lcgreen[disabled]:hover, .button.clear.lcgreen.disabled:focus, .button.clear.lcgreen[disabled]:focus {
                color: lime
            }

                .button.clear.lcgreen:hover, .button.clear.lcgreen:focus {
                    color: green
                }

            .button.clear.lsbtc, .button.clear.lsbtc.disabled, .button.clear.lsbtc[disabled], .button.clear.lsbtc.disabled:hover, .button.clear.lsbtc[disabled]:hover, .button.clear.lsbtc.disabled:focus, .button.clear.lsbtc[disabled]:focus {
                color: lime
            }

                .button.clear.lsbtc:hover, .button.clear.lsbtc:focus {
                    color: green
                }

            .button.clear.lcpurple, .button.clear.lcpurple.disabled, .button.clear.lcpurple[disabled], .button.clear.lcpurple.disabled:hover, .button.clear.lcpurple[disabled]:hover, .button.clear.lcpurple.disabled:focus, .button.clear.lcpurple[disabled]:focus {
                color: #8733ff
            }

                .button.clear.lcpurple:hover, .button.clear.lcpurple:focus {
                    color: #3f0099
                }

            .button.clear.lambeth, .button.clear.lambeth.disabled, .button.clear.lambeth[disabled], .button.clear.lambeth.disabled:hover, .button.clear.lambeth[disabled]:hover, .button.clear.lambeth.disabled:focus, .button.clear.lambeth[disabled]:focus {
                color: #8733ff
            }

                .button.clear.lambeth:hover, .button.clear.lambeth:focus {
                    color: #3f0099
                }

            .button.clear.lcblack, .button.clear.lcblack.disabled, .button.clear.lcblack[disabled], .button.clear.lcblack.disabled:hover, .button.clear.lcblack[disabled]:hover, .button.clear.lcblack.disabled:focus, .button.clear.lcblack[disabled]:focus {
                color: #121212
            }

                .button.clear.lcblack:hover, .button.clear.lcblack:focus {
                    color: #090909
                }

            .button.clear.lcgrey, .button.clear.lcgrey.disabled, .button.clear.lcgrey[disabled], .button.clear.lcgrey.disabled:hover, .button.clear.lcgrey[disabled]:hover, .button.clear.lcgrey.disabled:focus, .button.clear.lcgrey[disabled]:focus {
                color: #E2E2E2
            }

                .button.clear.lcgrey:hover, .button.clear.lcgrey:focus {
                    color: #717171
                }

            .button.clear.lcwhite, .button.clear.lcwhite.disabled, .button.clear.lcwhite[disabled], .button.clear.lcwhite.disabled:hover, .button.clear.lcwhite[disabled]:hover, .button.clear.lcwhite.disabled:focus, .button.clear.lcwhite[disabled]:focus {
                color: #f6f6f6
            }

                .button.clear.lcwhite:hover, .button.clear.lcwhite:focus {
                    color: #7b7b7b
                }

            .button.clear.purewhite, .button.clear.purewhite.disabled, .button.clear.purewhite[disabled], .button.clear.purewhite.disabled:hover, .button.clear.purewhite[disabled]:hover, .button.clear.purewhite.disabled:focus, .button.clear.purewhite[disabled]:focus {
                color: #fff
            }

                .button.clear.purewhite:hover, .button.clear.purewhite:focus {
                    color: gray
                }

            .button.clear.lcdarkgray, .button.clear.lcdarkgray.disabled, .button.clear.lcdarkgray[disabled], .button.clear.lcdarkgray.disabled:hover, .button.clear.lcdarkgray[disabled]:hover, .button.clear.lcdarkgray.disabled:focus, .button.clear.lcdarkgray[disabled]:focus {
                color: #2B2B2B
            }

                .button.clear.lcdarkgray:hover, .button.clear.lcdarkgray:focus {
                    color: #161616
                }

            .button.clear.lcblue, .button.clear.lcblue.disabled, .button.clear.lcblue[disabled], .button.clear.lcblue.disabled:hover, .button.clear.lcblue[disabled]:hover, .button.clear.lcblue.disabled:focus, .button.clear.lcblue[disabled]:focus {
                color: #0f5efe
            }

                .button.clear.lcblue:hover, .button.clear.lcblue:focus {
                    color: #012d86
                }

    .button.disabled, .button[disabled] {
        opacity: .25;
        cursor: not-allowed
    }

    .button.dropdown::after {
        display: block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: .4em;
        content: '';
        border-bottom-width: 0;
        border-color: #f6f6f6 transparent transparent;
        position: relative;
        top: 0.4em;
        display: inline-block;
        float: right;
        margin-left: 2.77778rem
    }

    .button.dropdown.hollow::after, .button.dropdown.clear::after {
        border-top-color: #12c2ee
    }

    .button.dropdown.hollow.primary::after, .button.dropdown.clear.primary::after {
        border-top-color: #12c2ee
    }

    .button.dropdown.hollow.secondary::after, .button.dropdown.clear.secondary::after {
        border-top-color: #ff206c
    }

    .button.dropdown.hollow.success::after, .button.dropdown.clear.success::after {
        border-top-color: #3adb76
    }

    .button.dropdown.hollow.alert::after, .button.dropdown.clear.alert::after {
        border-top-color: #cc4b37
    }

    .button.dropdown.hollow.lclightblue::after, .button.dropdown.clear.lclightblue::after {
        border-top-color: #ADEFFF
    }

    .button.dropdown.hollow.lcgreen::after, .button.dropdown.clear.lcgreen::after {
        border-top-color: lime
    }

    .button.dropdown.hollow.lsbtc::after, .button.dropdown.clear.lsbtc::after {
        border-top-color: lime
    }

    .button.dropdown.hollow.lcpurple::after, .button.dropdown.clear.lcpurple::after {
        border-top-color: #8733ff
    }

    .button.dropdown.hollow.lambeth::after, .button.dropdown.clear.lambeth::after {
        border-top-color: #8733ff
    }

    .button.dropdown.hollow.lcblack::after, .button.dropdown.clear.lcblack::after {
        border-top-color: #121212
    }

    .button.dropdown.hollow.lcgrey::after, .button.dropdown.clear.lcgrey::after {
        border-top-color: #E2E2E2
    }

    .button.dropdown.hollow.lcwhite::after, .button.dropdown.clear.lcwhite::after {
        border-top-color: #f6f6f6
    }

    .button.dropdown.hollow.purewhite::after, .button.dropdown.clear.purewhite::after {
        border-top-color: #fff
    }

    .button.dropdown.hollow.lcdarkgray::after, .button.dropdown.clear.lcdarkgray::after {
        border-top-color: #2B2B2B
    }

    .button.dropdown.hollow.lcblue::after, .button.dropdown.clear.lcblue::after {
        border-top-color: #0f5efe
    }

    .button.arrow-only::after {
        top: -0.1em;
        float: none;
        margin-left: 0
    }

a.button:hover, a.button:focus {
    text-decoration: none
}

.button-group {
    margin-bottom: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

    .button-group::before, .button-group::after {
        display: table;
        content: ' ';
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .button-group::after {
        clear: both
    }

    .button-group::before, .button-group::after {
        display: none
    }

    .button-group .button {
        margin: 0;
        margin-right: 1px;
        margin-bottom: 1px;
        font-size: 1rem;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

        .button-group .button:last-child {
            margin-right: 0
        }

    .button-group.tiny .button {
        font-size: .6rem
    }

    .button-group.small .button {
        font-size: .75rem
    }

    .button-group.large .button {
        font-size: 1.25rem
    }

    .button-group.expanded .button {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px
    }

    .button-group.primary .button, .button-group.primary .button.disabled, .button-group.primary .button[disabled], .button-group.primary .button.disabled:hover, .button-group.primary .button[disabled]:hover, .button-group.primary .button.disabled:focus, .button-group.primary .button[disabled]:focus {
        background-color: #12c2ee;
        color: #121212
    }

        .button-group.primary .button:hover, .button-group.primary .button:focus {
            background-color: #0e9cbf;
            color: #121212
        }

    .button-group.secondary .button, .button-group.secondary .button.disabled, .button-group.secondary .button[disabled], .button-group.secondary .button.disabled:hover, .button-group.secondary .button[disabled]:hover, .button-group.secondary .button.disabled:focus, .button-group.secondary .button[disabled]:focus {
        background-color: #ff206c;
        color: #121212
    }

        .button-group.secondary .button:hover, .button-group.secondary .button:focus {
            background-color: #e6004e;
            color: #121212
        }

    .button-group.success .button, .button-group.success .button.disabled, .button-group.success .button[disabled], .button-group.success .button.disabled:hover, .button-group.success .button[disabled]:hover, .button-group.success .button.disabled:focus, .button-group.success .button[disabled]:focus {
        background-color: #3adb76;
        color: #121212
    }

        .button-group.success .button:hover, .button-group.success .button:focus {
            background-color: #22bb5b;
            color: #121212
        }

    .button-group.alert .button, .button-group.alert .button.disabled, .button-group.alert .button[disabled], .button-group.alert .button.disabled:hover, .button-group.alert .button[disabled]:hover, .button-group.alert .button.disabled:focus, .button-group.alert .button[disabled]:focus {
        background-color: #cc4b37;
        color: #f6f6f6
    }

        .button-group.alert .button:hover, .button-group.alert .button:focus {
            background-color: #a53b2a;
            color: #f6f6f6
        }

    .button-group.lclightblue .button, .button-group.lclightblue .button.disabled, .button-group.lclightblue .button[disabled], .button-group.lclightblue .button.disabled:hover, .button-group.lclightblue .button[disabled]:hover, .button-group.lclightblue .button.disabled:focus, .button-group.lclightblue .button[disabled]:focus {
        background-color: #ADEFFF;
        color: #121212
    }

        .button-group.lclightblue .button:hover, .button-group.lclightblue .button:focus {
            background-color: #57deff;
            color: #121212
        }

    .button-group.lcgreen .button, .button-group.lcgreen .button.disabled, .button-group.lcgreen .button[disabled], .button-group.lcgreen .button.disabled:hover, .button-group.lcgreen .button[disabled]:hover, .button-group.lcgreen .button.disabled:focus, .button-group.lcgreen .button[disabled]:focus {
        background-color: lime;
        color: #121212
    }

        .button-group.lcgreen .button:hover, .button-group.lcgreen .button:focus {
            background-color: #0c0;
            color: #121212
        }

    .button-group.lsbtc .button, .button-group.lsbtc .button.disabled, .button-group.lsbtc .button[disabled], .button-group.lsbtc .button.disabled:hover, .button-group.lsbtc .button[disabled]:hover, .button-group.lsbtc .button.disabled:focus, .button-group.lsbtc .button[disabled]:focus {
        background-color: lime;
        color: #121212
    }

        .button-group.lsbtc .button:hover, .button-group.lsbtc .button:focus {
            background-color: #0c0;
            color: #121212
        }

    .button-group.lcpurple .button, .button-group.lcpurple .button.disabled, .button-group.lcpurple .button[disabled], .button-group.lcpurple .button.disabled:hover, .button-group.lcpurple .button[disabled]:hover, .button-group.lcpurple .button.disabled:focus, .button-group.lcpurple .button[disabled]:focus {
        background-color: #8733ff;
        color: #f6f6f6
    }

        .button-group.lcpurple .button:hover, .button-group.lcpurple .button:focus {
            background-color: #6500f5;
            color: #f6f6f6
        }

    .button-group.lambeth .button, .button-group.lambeth .button.disabled, .button-group.lambeth .button[disabled], .button-group.lambeth .button.disabled:hover, .button-group.lambeth .button[disabled]:hover, .button-group.lambeth .button.disabled:focus, .button-group.lambeth .button[disabled]:focus {
        background-color: #8733ff;
        color: #f6f6f6
    }

        .button-group.lambeth .button:hover, .button-group.lambeth .button:focus {
            background-color: #6500f5;
            color: #f6f6f6
        }

    .button-group.lcblack .button, .button-group.lcblack .button.disabled, .button-group.lcblack .button[disabled], .button-group.lcblack .button.disabled:hover, .button-group.lcblack .button[disabled]:hover, .button-group.lcblack .button.disabled:focus, .button-group.lcblack .button[disabled]:focus {
        background-color: #121212;
        color: #f6f6f6
    }

        .button-group.lcblack .button:hover, .button-group.lcblack .button:focus {
            background-color: #0e0e0e;
            color: #f6f6f6
        }

    .button-group.lcgrey .button, .button-group.lcgrey .button.disabled, .button-group.lcgrey .button[disabled], .button-group.lcgrey .button.disabled:hover, .button-group.lcgrey .button[disabled]:hover, .button-group.lcgrey .button.disabled:focus, .button-group.lcgrey .button[disabled]:focus {
        background-color: #E2E2E2;
        color: #121212
    }

        .button-group.lcgrey .button:hover, .button-group.lcgrey .button:focus {
            background-color: #b5b5b5;
            color: #121212
        }

    .button-group.lcwhite .button, .button-group.lcwhite .button.disabled, .button-group.lcwhite .button[disabled], .button-group.lcwhite .button.disabled:hover, .button-group.lcwhite .button[disabled]:hover, .button-group.lcwhite .button.disabled:focus, .button-group.lcwhite .button[disabled]:focus {
        background-color: #f6f6f6;
        color: #121212
    }

        .button-group.lcwhite .button:hover, .button-group.lcwhite .button:focus {
            background-color: #c5c5c5;
            color: #121212
        }

    .button-group.purewhite .button, .button-group.purewhite .button.disabled, .button-group.purewhite .button[disabled], .button-group.purewhite .button.disabled:hover, .button-group.purewhite .button[disabled]:hover, .button-group.purewhite .button.disabled:focus, .button-group.purewhite .button[disabled]:focus {
        background-color: #fff;
        color: #121212
    }

        .button-group.purewhite .button:hover, .button-group.purewhite .button:focus {
            background-color: #ccc;
            color: #121212
        }

    .button-group.lcdarkgray .button, .button-group.lcdarkgray .button.disabled, .button-group.lcdarkgray .button[disabled], .button-group.lcdarkgray .button.disabled:hover, .button-group.lcdarkgray .button[disabled]:hover, .button-group.lcdarkgray .button.disabled:focus, .button-group.lcdarkgray .button[disabled]:focus {
        background-color: #2B2B2B;
        color: #f6f6f6
    }

        .button-group.lcdarkgray .button:hover, .button-group.lcdarkgray .button:focus {
            background-color: #222;
            color: #f6f6f6
        }

    .button-group.lcblue .button, .button-group.lcblue .button.disabled, .button-group.lcblue .button[disabled], .button-group.lcblue .button.disabled:hover, .button-group.lcblue .button[disabled]:hover, .button-group.lcblue .button.disabled:focus, .button-group.lcblue .button[disabled]:focus {
        background-color: #0f5efe;
        color: #f6f6f6
    }

        .button-group.lcblue .button:hover, .button-group.lcblue .button:focus {
            background-color: #0147d6;
            color: #f6f6f6
        }

    .button-group.hollow .button, .button-group.hollow .button:hover, .button-group.hollow .button:focus, .button-group.hollow .button.disabled, .button-group.hollow .button.disabled:hover, .button-group.hollow .button.disabled:focus, .button-group.hollow .button[disabled], .button-group.hollow .button[disabled]:hover, .button-group.hollow .button[disabled]:focus {
        background-color: transparent
    }

        .button-group.hollow .button, .button-group.hollow .button.disabled, .button-group.hollow .button[disabled], .button-group.hollow .button.disabled:hover, .button-group.hollow .button[disabled]:hover, .button-group.hollow .button.disabled:focus, .button-group.hollow .button[disabled]:focus {
            border: 1px solid #12c2ee;
            color: #12c2ee
        }

            .button-group.hollow .button:hover, .button-group.hollow .button:focus {
                border-color: #096177;
                color: #096177
            }

            .button-group.hollow.primary .button, .button-group.hollow.primary .button.disabled, .button-group.hollow.primary .button[disabled], .button-group.hollow.primary .button.disabled:hover, .button-group.hollow.primary .button[disabled]:hover, .button-group.hollow.primary .button.disabled:focus, .button-group.hollow.primary .button[disabled]:focus, .button-group.hollow .button.primary, .button-group.hollow .button.primary.disabled, .button-group.hollow .button.primary[disabled], .button-group.hollow .button.primary.disabled:hover, .button-group.hollow .button.primary[disabled]:hover, .button-group.hollow .button.primary.disabled:focus, .button-group.hollow .button.primary[disabled]:focus {
                border: 1px solid #12c2ee;
                color: #12c2ee
            }

                .button-group.hollow.primary .button:hover, .button-group.hollow.primary .button:focus, .button-group.hollow .button.primary:hover, .button-group.hollow .button.primary:focus {
                    border-color: #096177;
                    color: #096177
                }

            .button-group.hollow.secondary .button, .button-group.hollow.secondary .button.disabled, .button-group.hollow.secondary .button[disabled], .button-group.hollow.secondary .button.disabled:hover, .button-group.hollow.secondary .button[disabled]:hover, .button-group.hollow.secondary .button.disabled:focus, .button-group.hollow.secondary .button[disabled]:focus, .button-group.hollow .button.secondary, .button-group.hollow .button.secondary.disabled, .button-group.hollow .button.secondary[disabled], .button-group.hollow .button.secondary.disabled:hover, .button-group.hollow .button.secondary[disabled]:hover, .button-group.hollow .button.secondary.disabled:focus, .button-group.hollow .button.secondary[disabled]:focus {
                border: 1px solid #ff206c;
                color: #ff206c
            }

                .button-group.hollow.secondary .button:hover, .button-group.hollow.secondary .button:focus, .button-group.hollow .button.secondary:hover, .button-group.hollow .button.secondary:focus {
                    border-color: #900031;
                    color: #900031
                }

            .button-group.hollow.success .button, .button-group.hollow.success .button.disabled, .button-group.hollow.success .button[disabled], .button-group.hollow.success .button.disabled:hover, .button-group.hollow.success .button[disabled]:hover, .button-group.hollow.success .button.disabled:focus, .button-group.hollow.success .button[disabled]:focus, .button-group.hollow .button.success, .button-group.hollow .button.success.disabled, .button-group.hollow .button.success[disabled], .button-group.hollow .button.success.disabled:hover, .button-group.hollow .button.success[disabled]:hover, .button-group.hollow .button.success.disabled:focus, .button-group.hollow .button.success[disabled]:focus {
                border: 1px solid #3adb76;
                color: #3adb76
            }

                .button-group.hollow.success .button:hover, .button-group.hollow.success .button:focus, .button-group.hollow .button.success:hover, .button-group.hollow .button.success:focus {
                    border-color: #157539;
                    color: #157539
                }

            .button-group.hollow.alert .button, .button-group.hollow.alert .button.disabled, .button-group.hollow.alert .button[disabled], .button-group.hollow.alert .button.disabled:hover, .button-group.hollow.alert .button[disabled]:hover, .button-group.hollow.alert .button.disabled:focus, .button-group.hollow.alert .button[disabled]:focus, .button-group.hollow .button.alert, .button-group.hollow .button.alert.disabled, .button-group.hollow .button.alert[disabled], .button-group.hollow .button.alert.disabled:hover, .button-group.hollow .button.alert[disabled]:hover, .button-group.hollow .button.alert.disabled:focus, .button-group.hollow .button.alert[disabled]:focus {
                border: 1px solid #cc4b37;
                color: #cc4b37
            }

                .button-group.hollow.alert .button:hover, .button-group.hollow.alert .button:focus, .button-group.hollow .button.alert:hover, .button-group.hollow .button.alert:focus {
                    border-color: #67251a;
                    color: #67251a
                }

            .button-group.hollow.lclightblue .button, .button-group.hollow.lclightblue .button.disabled, .button-group.hollow.lclightblue .button[disabled], .button-group.hollow.lclightblue .button.disabled:hover, .button-group.hollow.lclightblue .button[disabled]:hover, .button-group.hollow.lclightblue .button.disabled:focus, .button-group.hollow.lclightblue .button[disabled]:focus, .button-group.hollow .button.lclightblue, .button-group.hollow .button.lclightblue.disabled, .button-group.hollow .button.lclightblue[disabled], .button-group.hollow .button.lclightblue.disabled:hover, .button-group.hollow .button.lclightblue[disabled]:hover, .button-group.hollow .button.lclightblue.disabled:focus, .button-group.hollow .button.lclightblue[disabled]:focus {
                border: 1px solid #ADEFFF;
                color: #ADEFFF
            }

                .button-group.hollow.lclightblue .button:hover, .button-group.hollow.lclightblue .button:focus, .button-group.hollow .button.lclightblue:hover, .button-group.hollow .button.lclightblue:focus {
                    border-color: #00acd6;
                    color: #00acd6
                }

            .button-group.hollow.lcgreen .button, .button-group.hollow.lcgreen .button.disabled, .button-group.hollow.lcgreen .button[disabled], .button-group.hollow.lcgreen .button.disabled:hover, .button-group.hollow.lcgreen .button[disabled]:hover, .button-group.hollow.lcgreen .button.disabled:focus, .button-group.hollow.lcgreen .button[disabled]:focus, .button-group.hollow .button.lcgreen, .button-group.hollow .button.lcgreen.disabled, .button-group.hollow .button.lcgreen[disabled], .button-group.hollow .button.lcgreen.disabled:hover, .button-group.hollow .button.lcgreen[disabled]:hover, .button-group.hollow .button.lcgreen.disabled:focus, .button-group.hollow .button.lcgreen[disabled]:focus {
                border: 1px solid lime;
                color: lime
            }

                .button-group.hollow.lcgreen .button:hover, .button-group.hollow.lcgreen .button:focus, .button-group.hollow .button.lcgreen:hover, .button-group.hollow .button.lcgreen:focus {
                    border-color: green;
                    color: green
                }

            .button-group.hollow.lsbtc .button, .button-group.hollow.lsbtc .button.disabled, .button-group.hollow.lsbtc .button[disabled], .button-group.hollow.lsbtc .button.disabled:hover, .button-group.hollow.lsbtc .button[disabled]:hover, .button-group.hollow.lsbtc .button.disabled:focus, .button-group.hollow.lsbtc .button[disabled]:focus, .button-group.hollow .button.lsbtc, .button-group.hollow .button.lsbtc.disabled, .button-group.hollow .button.lsbtc[disabled], .button-group.hollow .button.lsbtc.disabled:hover, .button-group.hollow .button.lsbtc[disabled]:hover, .button-group.hollow .button.lsbtc.disabled:focus, .button-group.hollow .button.lsbtc[disabled]:focus {
                border: 1px solid lime;
                color: lime
            }

                .button-group.hollow.lsbtc .button:hover, .button-group.hollow.lsbtc .button:focus, .button-group.hollow .button.lsbtc:hover, .button-group.hollow .button.lsbtc:focus {
                    border-color: green;
                    color: green
                }

            .button-group.hollow.lcpurple .button, .button-group.hollow.lcpurple .button.disabled, .button-group.hollow.lcpurple .button[disabled], .button-group.hollow.lcpurple .button.disabled:hover, .button-group.hollow.lcpurple .button[disabled]:hover, .button-group.hollow.lcpurple .button.disabled:focus, .button-group.hollow.lcpurple .button[disabled]:focus, .button-group.hollow .button.lcpurple, .button-group.hollow .button.lcpurple.disabled, .button-group.hollow .button.lcpurple[disabled], .button-group.hollow .button.lcpurple.disabled:hover, .button-group.hollow .button.lcpurple[disabled]:hover, .button-group.hollow .button.lcpurple.disabled:focus, .button-group.hollow .button.lcpurple[disabled]:focus {
                border: 1px solid #8733ff;
                color: #8733ff
            }

                .button-group.hollow.lcpurple .button:hover, .button-group.hollow.lcpurple .button:focus, .button-group.hollow .button.lcpurple:hover, .button-group.hollow .button.lcpurple:focus {
                    border-color: #3f0099;
                    color: #3f0099
                }

            .button-group.hollow.lambeth .button, .button-group.hollow.lambeth .button.disabled, .button-group.hollow.lambeth .button[disabled], .button-group.hollow.lambeth .button.disabled:hover, .button-group.hollow.lambeth .button[disabled]:hover, .button-group.hollow.lambeth .button.disabled:focus, .button-group.hollow.lambeth .button[disabled]:focus, .button-group.hollow .button.lambeth, .button-group.hollow .button.lambeth.disabled, .button-group.hollow .button.lambeth[disabled], .button-group.hollow .button.lambeth.disabled:hover, .button-group.hollow .button.lambeth[disabled]:hover, .button-group.hollow .button.lambeth.disabled:focus, .button-group.hollow .button.lambeth[disabled]:focus {
                border: 1px solid #8733ff;
                color: #8733ff
            }

                .button-group.hollow.lambeth .button:hover, .button-group.hollow.lambeth .button:focus, .button-group.hollow .button.lambeth:hover, .button-group.hollow .button.lambeth:focus {
                    border-color: #3f0099;
                    color: #3f0099
                }

            .button-group.hollow.lcblack .button, .button-group.hollow.lcblack .button.disabled, .button-group.hollow.lcblack .button[disabled], .button-group.hollow.lcblack .button.disabled:hover, .button-group.hollow.lcblack .button[disabled]:hover, .button-group.hollow.lcblack .button.disabled:focus, .button-group.hollow.lcblack .button[disabled]:focus, .button-group.hollow .button.lcblack, .button-group.hollow .button.lcblack.disabled, .button-group.hollow .button.lcblack[disabled], .button-group.hollow .button.lcblack.disabled:hover, .button-group.hollow .button.lcblack[disabled]:hover, .button-group.hollow .button.lcblack.disabled:focus, .button-group.hollow .button.lcblack[disabled]:focus {
                border: 1px solid #121212;
                color: #121212
            }

                .button-group.hollow.lcblack .button:hover, .button-group.hollow.lcblack .button:focus, .button-group.hollow .button.lcblack:hover, .button-group.hollow .button.lcblack:focus {
                    border-color: #090909;
                    color: #090909
                }

            .button-group.hollow.lcgrey .button, .button-group.hollow.lcgrey .button.disabled, .button-group.hollow.lcgrey .button[disabled], .button-group.hollow.lcgrey .button.disabled:hover, .button-group.hollow.lcgrey .button[disabled]:hover, .button-group.hollow.lcgrey .button.disabled:focus, .button-group.hollow.lcgrey .button[disabled]:focus, .button-group.hollow .button.lcgrey, .button-group.hollow .button.lcgrey.disabled, .button-group.hollow .button.lcgrey[disabled], .button-group.hollow .button.lcgrey.disabled:hover, .button-group.hollow .button.lcgrey[disabled]:hover, .button-group.hollow .button.lcgrey.disabled:focus, .button-group.hollow .button.lcgrey[disabled]:focus {
                border: 1px solid #E2E2E2;
                color: #E2E2E2
            }

                .button-group.hollow.lcgrey .button:hover, .button-group.hollow.lcgrey .button:focus, .button-group.hollow .button.lcgrey:hover, .button-group.hollow .button.lcgrey:focus {
                    border-color: #717171;
                    color: #717171
                }

            .button-group.hollow.lcwhite .button, .button-group.hollow.lcwhite .button.disabled, .button-group.hollow.lcwhite .button[disabled], .button-group.hollow.lcwhite .button.disabled:hover, .button-group.hollow.lcwhite .button[disabled]:hover, .button-group.hollow.lcwhite .button.disabled:focus, .button-group.hollow.lcwhite .button[disabled]:focus, .button-group.hollow .button.lcwhite, .button-group.hollow .button.lcwhite.disabled, .button-group.hollow .button.lcwhite[disabled], .button-group.hollow .button.lcwhite.disabled:hover, .button-group.hollow .button.lcwhite[disabled]:hover, .button-group.hollow .button.lcwhite.disabled:focus, .button-group.hollow .button.lcwhite[disabled]:focus {
                border: 1px solid #f6f6f6;
                color: #f6f6f6
            }

                .button-group.hollow.lcwhite .button:hover, .button-group.hollow.lcwhite .button:focus, .button-group.hollow .button.lcwhite:hover, .button-group.hollow .button.lcwhite:focus {
                    border-color: #7b7b7b;
                    color: #7b7b7b
                }

            .button-group.hollow.purewhite .button, .button-group.hollow.purewhite .button.disabled, .button-group.hollow.purewhite .button[disabled], .button-group.hollow.purewhite .button.disabled:hover, .button-group.hollow.purewhite .button[disabled]:hover, .button-group.hollow.purewhite .button.disabled:focus, .button-group.hollow.purewhite .button[disabled]:focus, .button-group.hollow .button.purewhite, .button-group.hollow .button.purewhite.disabled, .button-group.hollow .button.purewhite[disabled], .button-group.hollow .button.purewhite.disabled:hover, .button-group.hollow .button.purewhite[disabled]:hover, .button-group.hollow .button.purewhite.disabled:focus, .button-group.hollow .button.purewhite[disabled]:focus {
                border: 1px solid #fff;
                color: #fff
            }

                .button-group.hollow.purewhite .button:hover, .button-group.hollow.purewhite .button:focus, .button-group.hollow .button.purewhite:hover, .button-group.hollow .button.purewhite:focus {
                    border-color: gray;
                    color: gray
                }

            .button-group.hollow.lcdarkgray .button, .button-group.hollow.lcdarkgray .button.disabled, .button-group.hollow.lcdarkgray .button[disabled], .button-group.hollow.lcdarkgray .button.disabled:hover, .button-group.hollow.lcdarkgray .button[disabled]:hover, .button-group.hollow.lcdarkgray .button.disabled:focus, .button-group.hollow.lcdarkgray .button[disabled]:focus, .button-group.hollow .button.lcdarkgray, .button-group.hollow .button.lcdarkgray.disabled, .button-group.hollow .button.lcdarkgray[disabled], .button-group.hollow .button.lcdarkgray.disabled:hover, .button-group.hollow .button.lcdarkgray[disabled]:hover, .button-group.hollow .button.lcdarkgray.disabled:focus, .button-group.hollow .button.lcdarkgray[disabled]:focus {
                border: 1px solid #2B2B2B;
                color: #2B2B2B
            }

                .button-group.hollow.lcdarkgray .button:hover, .button-group.hollow.lcdarkgray .button:focus, .button-group.hollow .button.lcdarkgray:hover, .button-group.hollow .button.lcdarkgray:focus {
                    border-color: #161616;
                    color: #161616
                }

            .button-group.hollow.lcblue .button, .button-group.hollow.lcblue .button.disabled, .button-group.hollow.lcblue .button[disabled], .button-group.hollow.lcblue .button.disabled:hover, .button-group.hollow.lcblue .button[disabled]:hover, .button-group.hollow.lcblue .button.disabled:focus, .button-group.hollow.lcblue .button[disabled]:focus, .button-group.hollow .button.lcblue, .button-group.hollow .button.lcblue.disabled, .button-group.hollow .button.lcblue[disabled], .button-group.hollow .button.lcblue.disabled:hover, .button-group.hollow .button.lcblue[disabled]:hover, .button-group.hollow .button.lcblue.disabled:focus, .button-group.hollow .button.lcblue[disabled]:focus {
                border: 1px solid #0f5efe;
                color: #0f5efe
            }

                .button-group.hollow.lcblue .button:hover, .button-group.hollow.lcblue .button:focus, .button-group.hollow .button.lcblue:hover, .button-group.hollow .button.lcblue:focus {
                    border-color: #012d86;
                    color: #012d86
                }

    .button-group.clear .button, .button-group.clear .button:hover, .button-group.clear .button:focus, .button-group.clear .button.disabled, .button-group.clear .button.disabled:hover, .button-group.clear .button.disabled:focus, .button-group.clear .button[disabled], .button-group.clear .button[disabled]:hover, .button-group.clear .button[disabled]:focus {
        border-color: transparent;
        background-color: transparent
    }

        .button-group.clear .button, .button-group.clear .button.disabled, .button-group.clear .button[disabled], .button-group.clear .button.disabled:hover, .button-group.clear .button[disabled]:hover, .button-group.clear .button.disabled:focus, .button-group.clear .button[disabled]:focus {
            color: #12c2ee
        }

            .button-group.clear .button:hover, .button-group.clear .button:focus {
                color: #096177
            }

            .button-group.clear.primary .button, .button-group.clear.primary .button.disabled, .button-group.clear.primary .button[disabled], .button-group.clear.primary .button.disabled:hover, .button-group.clear.primary .button[disabled]:hover, .button-group.clear.primary .button.disabled:focus, .button-group.clear.primary .button[disabled]:focus, .button-group.clear .button.primary, .button-group.clear .button.primary.disabled, .button-group.clear .button.primary[disabled], .button-group.clear .button.primary.disabled:hover, .button-group.clear .button.primary[disabled]:hover, .button-group.clear .button.primary.disabled:focus, .button-group.clear .button.primary[disabled]:focus {
                color: #12c2ee
            }

                .button-group.clear.primary .button:hover, .button-group.clear.primary .button:focus, .button-group.clear .button.primary:hover, .button-group.clear .button.primary:focus {
                    color: #096177
                }

            .button-group.clear.secondary .button, .button-group.clear.secondary .button.disabled, .button-group.clear.secondary .button[disabled], .button-group.clear.secondary .button.disabled:hover, .button-group.clear.secondary .button[disabled]:hover, .button-group.clear.secondary .button.disabled:focus, .button-group.clear.secondary .button[disabled]:focus, .button-group.clear .button.secondary, .button-group.clear .button.secondary.disabled, .button-group.clear .button.secondary[disabled], .button-group.clear .button.secondary.disabled:hover, .button-group.clear .button.secondary[disabled]:hover, .button-group.clear .button.secondary.disabled:focus, .button-group.clear .button.secondary[disabled]:focus {
                color: #ff206c
            }

                .button-group.clear.secondary .button:hover, .button-group.clear.secondary .button:focus, .button-group.clear .button.secondary:hover, .button-group.clear .button.secondary:focus {
                    color: #900031
                }

            .button-group.clear.success .button, .button-group.clear.success .button.disabled, .button-group.clear.success .button[disabled], .button-group.clear.success .button.disabled:hover, .button-group.clear.success .button[disabled]:hover, .button-group.clear.success .button.disabled:focus, .button-group.clear.success .button[disabled]:focus, .button-group.clear .button.success, .button-group.clear .button.success.disabled, .button-group.clear .button.success[disabled], .button-group.clear .button.success.disabled:hover, .button-group.clear .button.success[disabled]:hover, .button-group.clear .button.success.disabled:focus, .button-group.clear .button.success[disabled]:focus {
                color: #3adb76
            }

                .button-group.clear.success .button:hover, .button-group.clear.success .button:focus, .button-group.clear .button.success:hover, .button-group.clear .button.success:focus {
                    color: #157539
                }

            .button-group.clear.alert .button, .button-group.clear.alert .button.disabled, .button-group.clear.alert .button[disabled], .button-group.clear.alert .button.disabled:hover, .button-group.clear.alert .button[disabled]:hover, .button-group.clear.alert .button.disabled:focus, .button-group.clear.alert .button[disabled]:focus, .button-group.clear .button.alert, .button-group.clear .button.alert.disabled, .button-group.clear .button.alert[disabled], .button-group.clear .button.alert.disabled:hover, .button-group.clear .button.alert[disabled]:hover, .button-group.clear .button.alert.disabled:focus, .button-group.clear .button.alert[disabled]:focus {
                color: #cc4b37
            }

                .button-group.clear.alert .button:hover, .button-group.clear.alert .button:focus, .button-group.clear .button.alert:hover, .button-group.clear .button.alert:focus {
                    color: #67251a
                }

            .button-group.clear.lclightblue .button, .button-group.clear.lclightblue .button.disabled, .button-group.clear.lclightblue .button[disabled], .button-group.clear.lclightblue .button.disabled:hover, .button-group.clear.lclightblue .button[disabled]:hover, .button-group.clear.lclightblue .button.disabled:focus, .button-group.clear.lclightblue .button[disabled]:focus, .button-group.clear .button.lclightblue, .button-group.clear .button.lclightblue.disabled, .button-group.clear .button.lclightblue[disabled], .button-group.clear .button.lclightblue.disabled:hover, .button-group.clear .button.lclightblue[disabled]:hover, .button-group.clear .button.lclightblue.disabled:focus, .button-group.clear .button.lclightblue[disabled]:focus {
                color: #ADEFFF
            }

                .button-group.clear.lclightblue .button:hover, .button-group.clear.lclightblue .button:focus, .button-group.clear .button.lclightblue:hover, .button-group.clear .button.lclightblue:focus {
                    color: #00acd6
                }

            .button-group.clear.lcgreen .button, .button-group.clear.lcgreen .button.disabled, .button-group.clear.lcgreen .button[disabled], .button-group.clear.lcgreen .button.disabled:hover, .button-group.clear.lcgreen .button[disabled]:hover, .button-group.clear.lcgreen .button.disabled:focus, .button-group.clear.lcgreen .button[disabled]:focus, .button-group.clear .button.lcgreen, .button-group.clear .button.lcgreen.disabled, .button-group.clear .button.lcgreen[disabled], .button-group.clear .button.lcgreen.disabled:hover, .button-group.clear .button.lcgreen[disabled]:hover, .button-group.clear .button.lcgreen.disabled:focus, .button-group.clear .button.lcgreen[disabled]:focus {
                color: lime
            }

                .button-group.clear.lcgreen .button:hover, .button-group.clear.lcgreen .button:focus, .button-group.clear .button.lcgreen:hover, .button-group.clear .button.lcgreen:focus {
                    color: green
                }

            .button-group.clear.lsbtc .button, .button-group.clear.lsbtc .button.disabled, .button-group.clear.lsbtc .button[disabled], .button-group.clear.lsbtc .button.disabled:hover, .button-group.clear.lsbtc .button[disabled]:hover, .button-group.clear.lsbtc .button.disabled:focus, .button-group.clear.lsbtc .button[disabled]:focus, .button-group.clear .button.lsbtc, .button-group.clear .button.lsbtc.disabled, .button-group.clear .button.lsbtc[disabled], .button-group.clear .button.lsbtc.disabled:hover, .button-group.clear .button.lsbtc[disabled]:hover, .button-group.clear .button.lsbtc.disabled:focus, .button-group.clear .button.lsbtc[disabled]:focus {
                color: lime
            }

                .button-group.clear.lsbtc .button:hover, .button-group.clear.lsbtc .button:focus, .button-group.clear .button.lsbtc:hover, .button-group.clear .button.lsbtc:focus {
                    color: green
                }

            .button-group.clear.lcpurple .button, .button-group.clear.lcpurple .button.disabled, .button-group.clear.lcpurple .button[disabled], .button-group.clear.lcpurple .button.disabled:hover, .button-group.clear.lcpurple .button[disabled]:hover, .button-group.clear.lcpurple .button.disabled:focus, .button-group.clear.lcpurple .button[disabled]:focus, .button-group.clear .button.lcpurple, .button-group.clear .button.lcpurple.disabled, .button-group.clear .button.lcpurple[disabled], .button-group.clear .button.lcpurple.disabled:hover, .button-group.clear .button.lcpurple[disabled]:hover, .button-group.clear .button.lcpurple.disabled:focus, .button-group.clear .button.lcpurple[disabled]:focus {
                color: #8733ff
            }

                .button-group.clear.lcpurple .button:hover, .button-group.clear.lcpurple .button:focus, .button-group.clear .button.lcpurple:hover, .button-group.clear .button.lcpurple:focus {
                    color: #3f0099
                }

            .button-group.clear.lambeth .button, .button-group.clear.lambeth .button.disabled, .button-group.clear.lambeth .button[disabled], .button-group.clear.lambeth .button.disabled:hover, .button-group.clear.lambeth .button[disabled]:hover, .button-group.clear.lambeth .button.disabled:focus, .button-group.clear.lambeth .button[disabled]:focus, .button-group.clear .button.lambeth, .button-group.clear .button.lambeth.disabled, .button-group.clear .button.lambeth[disabled], .button-group.clear .button.lambeth.disabled:hover, .button-group.clear .button.lambeth[disabled]:hover, .button-group.clear .button.lambeth.disabled:focus, .button-group.clear .button.lambeth[disabled]:focus {
                color: #8733ff
            }

                .button-group.clear.lambeth .button:hover, .button-group.clear.lambeth .button:focus, .button-group.clear .button.lambeth:hover, .button-group.clear .button.lambeth:focus {
                    color: #3f0099
                }

            .button-group.clear.lcblack .button, .button-group.clear.lcblack .button.disabled, .button-group.clear.lcblack .button[disabled], .button-group.clear.lcblack .button.disabled:hover, .button-group.clear.lcblack .button[disabled]:hover, .button-group.clear.lcblack .button.disabled:focus, .button-group.clear.lcblack .button[disabled]:focus, .button-group.clear .button.lcblack, .button-group.clear .button.lcblack.disabled, .button-group.clear .button.lcblack[disabled], .button-group.clear .button.lcblack.disabled:hover, .button-group.clear .button.lcblack[disabled]:hover, .button-group.clear .button.lcblack.disabled:focus, .button-group.clear .button.lcblack[disabled]:focus {
                color: #121212
            }

                .button-group.clear.lcblack .button:hover, .button-group.clear.lcblack .button:focus, .button-group.clear .button.lcblack:hover, .button-group.clear .button.lcblack:focus {
                    color: #090909
                }

            .button-group.clear.lcgrey .button, .button-group.clear.lcgrey .button.disabled, .button-group.clear.lcgrey .button[disabled], .button-group.clear.lcgrey .button.disabled:hover, .button-group.clear.lcgrey .button[disabled]:hover, .button-group.clear.lcgrey .button.disabled:focus, .button-group.clear.lcgrey .button[disabled]:focus, .button-group.clear .button.lcgrey, .button-group.clear .button.lcgrey.disabled, .button-group.clear .button.lcgrey[disabled], .button-group.clear .button.lcgrey.disabled:hover, .button-group.clear .button.lcgrey[disabled]:hover, .button-group.clear .button.lcgrey.disabled:focus, .button-group.clear .button.lcgrey[disabled]:focus {
                color: #E2E2E2
            }

                .button-group.clear.lcgrey .button:hover, .button-group.clear.lcgrey .button:focus, .button-group.clear .button.lcgrey:hover, .button-group.clear .button.lcgrey:focus {
                    color: #717171
                }

            .button-group.clear.lcwhite .button, .button-group.clear.lcwhite .button.disabled, .button-group.clear.lcwhite .button[disabled], .button-group.clear.lcwhite .button.disabled:hover, .button-group.clear.lcwhite .button[disabled]:hover, .button-group.clear.lcwhite .button.disabled:focus, .button-group.clear.lcwhite .button[disabled]:focus, .button-group.clear .button.lcwhite, .button-group.clear .button.lcwhite.disabled, .button-group.clear .button.lcwhite[disabled], .button-group.clear .button.lcwhite.disabled:hover, .button-group.clear .button.lcwhite[disabled]:hover, .button-group.clear .button.lcwhite.disabled:focus, .button-group.clear .button.lcwhite[disabled]:focus {
                color: #f6f6f6
            }

                .button-group.clear.lcwhite .button:hover, .button-group.clear.lcwhite .button:focus, .button-group.clear .button.lcwhite:hover, .button-group.clear .button.lcwhite:focus {
                    color: #7b7b7b
                }

            .button-group.clear.purewhite .button, .button-group.clear.purewhite .button.disabled, .button-group.clear.purewhite .button[disabled], .button-group.clear.purewhite .button.disabled:hover, .button-group.clear.purewhite .button[disabled]:hover, .button-group.clear.purewhite .button.disabled:focus, .button-group.clear.purewhite .button[disabled]:focus, .button-group.clear .button.purewhite, .button-group.clear .button.purewhite.disabled, .button-group.clear .button.purewhite[disabled], .button-group.clear .button.purewhite.disabled:hover, .button-group.clear .button.purewhite[disabled]:hover, .button-group.clear .button.purewhite.disabled:focus, .button-group.clear .button.purewhite[disabled]:focus {
                color: #fff
            }

                .button-group.clear.purewhite .button:hover, .button-group.clear.purewhite .button:focus, .button-group.clear .button.purewhite:hover, .button-group.clear .button.purewhite:focus {
                    color: gray
                }

            .button-group.clear.lcdarkgray .button, .button-group.clear.lcdarkgray .button.disabled, .button-group.clear.lcdarkgray .button[disabled], .button-group.clear.lcdarkgray .button.disabled:hover, .button-group.clear.lcdarkgray .button[disabled]:hover, .button-group.clear.lcdarkgray .button.disabled:focus, .button-group.clear.lcdarkgray .button[disabled]:focus, .button-group.clear .button.lcdarkgray, .button-group.clear .button.lcdarkgray.disabled, .button-group.clear .button.lcdarkgray[disabled], .button-group.clear .button.lcdarkgray.disabled:hover, .button-group.clear .button.lcdarkgray[disabled]:hover, .button-group.clear .button.lcdarkgray.disabled:focus, .button-group.clear .button.lcdarkgray[disabled]:focus {
                color: #2B2B2B
            }

                .button-group.clear.lcdarkgray .button:hover, .button-group.clear.lcdarkgray .button:focus, .button-group.clear .button.lcdarkgray:hover, .button-group.clear .button.lcdarkgray:focus {
                    color: #161616
                }

            .button-group.clear.lcblue .button, .button-group.clear.lcblue .button.disabled, .button-group.clear.lcblue .button[disabled], .button-group.clear.lcblue .button.disabled:hover, .button-group.clear.lcblue .button[disabled]:hover, .button-group.clear.lcblue .button.disabled:focus, .button-group.clear.lcblue .button[disabled]:focus, .button-group.clear .button.lcblue, .button-group.clear .button.lcblue.disabled, .button-group.clear .button.lcblue[disabled], .button-group.clear .button.lcblue.disabled:hover, .button-group.clear .button.lcblue[disabled]:hover, .button-group.clear .button.lcblue.disabled:focus, .button-group.clear .button.lcblue[disabled]:focus {
                color: #0f5efe
            }

                .button-group.clear.lcblue .button:hover, .button-group.clear.lcblue .button:focus, .button-group.clear .button.lcblue:hover, .button-group.clear .button.lcblue:focus {
                    color: #012d86
                }

    .button-group.no-gaps .button {
        margin-right: -.05556rem
    }

        .button-group.no-gaps .button + .button {
            border-left-color: transparent
        }

    .button-group.stacked, .button-group.stacked-for-small, .button-group.stacked-for-medium {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

        .button-group.stacked .button, .button-group.stacked-for-small .button, .button-group.stacked-for-medium .button {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
            flex: 0 0 100%
        }

            .button-group.stacked .button:last-child, .button-group.stacked-for-small .button:last-child, .button-group.stacked-for-medium .button:last-child {
                margin-bottom: 0
            }

        .button-group.stacked.expanded .button, .button-group.stacked-for-small.expanded .button, .button-group.stacked-for-medium.expanded .button {
            -webkit-box-flex: 1;
            -ms-flex: 1 1 0px;
            flex: 1 1 0px
        }

@media print, screen and (min-width: 40em) {
    .button-group.stacked-for-small .button {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        margin-bottom: 0
    }
}

@media print, screen and (min-width: 64em) {
    .button-group.stacked-for-medium .button {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        margin-bottom: 0
    }
}

@media print, screen and (max-width: 39.99875em) {
    .button-group.stacked-for-small.expanded {
        display: block
    }

        .button-group.stacked-for-small.expanded .button {
            display: block;
            margin-right: 0
        }
}

@media print, screen and (max-width: 63.99875em) {
    .button-group.stacked-for-medium.expanded {
        display: block
    }

        .button-group.stacked-for-medium.expanded .button {
            display: block;
            margin-right: 0
        }
}

.close-button {
    position: absolute;
    z-index: 10;
    color: #2B2B2B;
    cursor: pointer
}

[data-whatinput='mouse'] .close-button {
    outline: 0
}

.close-button:hover, .close-button:focus {
    color: #121212
}

.close-button.small {
    right: 0.66rem;
    top: 0.33em;
    font-size: 1.5em;
    line-height: 1
}

.close-button, .close-button.medium {
    right: 1rem;
    top: 0.5rem;
    font-size: 2em;
    line-height: 1
}

.label {
    display: inline-block;
    padding: 0.33333rem 0.5rem;
    border-radius: 0;
    font-size: .8rem;
    line-height: 1;
    white-space: nowrap;
    cursor: default;
    background: #12c2ee;
    color: #f6f6f6
}

    .label.primary {
        background: #12c2ee;
        color: #121212
    }

    .label.secondary {
        background: #ff206c;
        color: #121212
    }

    .label.success {
        background: #3adb76;
        color: #121212
    }

    .label.alert {
        background: #cc4b37;
        color: #f6f6f6
    }

    .label.lclightblue {
        background: #ADEFFF;
        color: #121212
    }

    .label.lcgreen {
        background: lime;
        color: #121212
    }

    .label.lsbtc {
        background: lime;
        color: #121212
    }

    .label.lcpurple {
        background: #8733ff;
        color: #f6f6f6
    }

    .label.lambeth {
        background: #8733ff;
        color: #f6f6f6
    }

    .label.lcblack {
        background: #121212;
        color: #f6f6f6
    }

    .label.lcgrey {
        background: #E2E2E2;
        color: #121212
    }

    .label.lcwhite {
        background: #f6f6f6;
        color: #121212
    }

    .label.purewhite {
        background: #fff;
        color: #121212
    }

    .label.lcdarkgray {
        background: #2B2B2B;
        color: #f6f6f6
    }

    .label.lcblue {
        background: #0f5efe;
        color: #f6f6f6
    }

table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 1rem;
    border-radius: 0
}

thead, tbody, tfoot {
    border: 1px solid #eaeaea;
    background-color: #f6f6f6
}

caption {
    padding: .44444rem .55556rem .55556rem;
    font-weight: bold
}

thead {
    background: #f0f0f0;
    color: #121212
}

tfoot {
    background: #eaeaea;
    color: #121212
}

    thead tr, tfoot tr {
        background: transparent
    }

    thead th, thead td, tfoot th, tfoot td {
        padding: .44444rem .55556rem .55556rem;
        font-weight: bold;
        text-align: left
    }

tbody th, tbody td {
    padding: .44444rem .55556rem .55556rem
}

tbody tr:nth-child(even) {
    border-bottom: 0;
    background-color: #eaeaea
}

table.unstriped tbody {
    background-color: #f6f6f6
}

    table.unstriped tbody tr {
        border-bottom: 1px solid #eaeaea;
        background-color: #f6f6f6
    }

@media print, screen and (max-width: 63.99875em) {
    table.stack thead {
        display: none
    }

    table.stack tfoot {
        display: none
    }

    table.stack tr, table.stack th, table.stack td {
        display: block
    }

    table.stack td {
        border-top: 0
    }
}

table.scroll {
    display: block;
    width: 100%;
    overflow-x: auto
}

table.hover thead tr:hover {
    background-color: #ebebeb
}

table.hover tfoot tr:hover {
    background-color: #e5e5e5
}

table.hover tbody tr:hover {
    background-color: #f1f1f1
}

table.hover:not(.unstriped) tr:nth-of-type(even):hover {
    background-color: #e4e4e4
}

.table-scroll {
    overflow-x: auto
}

.breadcrumbs {
    margin: 0;
    list-style: none
}

    .breadcrumbs::before, .breadcrumbs::after {
        display: table;
        content: ' ';
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .breadcrumbs::after {
        clear: both
    }

    .breadcrumbs li {
        float: left;
        font-size: .88889rem;
        color: #121212;
        cursor: default;
        text-transform: uppercase;
        margin-right: .75rem
    }

    .breadcrumbs a {
        color: #12c2ee
    }

        .breadcrumbs a:hover {
            text-decoration: underline
        }

    .breadcrumbs .disabled {
        color: #cacaca;
        cursor: not-allowed
    }

.callout {
    position: relative;
    margin: 0 0 1rem 0;
    padding: 1rem;
    border: none;
    border-radius: 0;
    background-color: #f6f6f6;
    color: #121212
}

    .callout > :first-child {
        margin-top: 0
    }

    .callout > :last-child {
        margin-bottom: 0
    }

    .callout.primary {
        background-color: #12c2ee;
        color: #121212
    }

    .callout.secondary {
        background-color: #ff206c;
        color: #121212
    }

    .callout.success {
        background-color: #3adb76;
        color: #121212
    }

    .callout.alert {
        background-color: #cc4b37;
        color: #fff
    }

    .callout.lclightblue {
        background-color: #adefff;
        color: #121212
    }

    .callout.lcgreen {
        background-color: lime;
        color: #121212
    }

    .callout.lsbtc {
        background-color: lime;
        color: #121212
    }

    .callout.lcpurple {
        background-color: #8733ff;
        color: #fff
    }

    .callout.lambeth {
        background-color: #8733ff;
        color: #fff
    }

    .callout.lcblack {
        background-color: #121212;
        color: #fff
    }

    .callout.lcgrey {
        background-color: #e2e2e2;
        color: #121212
    }

    .callout.lcwhite {
        background-color: #f6f6f6;
        color: #121212
    }

    .callout.purewhite {
        background-color: #fff;
        color: #121212
    }

    .callout.lcdarkgray {
        background-color: #2b2b2b;
        color: #fff
    }

    .callout.lcblue {
        background-color: #0f5efe;
        color: #fff
    }

    .callout.small {
        padding-top: .5rem;
        padding-right: .5rem;
        padding-bottom: .5rem;
        padding-left: .5rem
    }

    .callout.large {
        padding-top: 3rem;
        padding-right: 3rem;
        padding-bottom: 3rem;
        padding-left: 3rem
    }

.card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-bottom: 1rem;
    border: 1px solid #e6e6e6;
    border-radius: 0;
    background: #f6f6f6;
    -webkit-box-shadow: none;
    box-shadow: none;
    overflow: hidden;
    color: #121212
}

    .card > :last-child {
        margin-bottom: 0
    }

.card-divider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    padding: 1rem;
    background: #e6e6e6
}

    .card-divider > :last-child {
        margin-bottom: 0
    }

.card-section {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    padding: 1rem
}

    .card-section > :last-child {
        margin-bottom: 0
    }

.card-image {
    min-height: 1px
}

.dropdown-pane {
    position: absolute;
    z-index: 10;
    display: none;
    width: 300px;
    padding: 1rem;
    visibility: hidden;
    border: 1px solid #cacaca;
    border-radius: 0;
    background-color: #fff;
    font-size: 1rem
}

    .dropdown-pane.is-opening {
        display: block
    }

    .dropdown-pane.is-open {
        display: block;
        visibility: visible
    }

    .dropdown-pane.tiny {
        width: 100px
    }

    .dropdown-pane.small {
        width: 200px
    }

    .dropdown-pane.large {
        width: 400px
    }

.pagination {
    margin-left: 0;
    margin-bottom: 1rem
}

    .pagination::before, .pagination::after {
        display: table;
        content: ' ';
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .pagination::after {
        clear: both
    }

    .pagination li {
        margin-right: .05556rem;
        border-radius: 0;
        font-size: 1rem;
        display: inline-block
    }

    .pagination a, .pagination button {
        display: block;
        padding: .16667rem .55556rem;
        border-radius: 0;
        color: #121212
    }

        .pagination a:hover, .pagination button:hover {
            background: #e6e6e6
        }

    .pagination .current {
        padding: .16667rem .55556rem;
        background: rgba(0,0,0,0);
        color: #121212;
        cursor: default
    }

    .pagination .disabled {
        padding: .16667rem .55556rem;
        color: #cacaca;
        cursor: not-allowed
    }

        .pagination .disabled:hover {
            background: transparent
        }

    .pagination .ellipsis::after {
        padding: .16667rem .55556rem;
        content: '\2026';
        color: #121212
    }

.has-tip {
    position: relative;
    display: inline-block;
    border-bottom: dotted 1px #2B2B2B;
    font-weight: bold;
    cursor: help
}

.tooltip {
    position: absolute;
    top: calc(100% + .6495rem);
    z-index: 1200;
    max-width: 10rem;
    padding: .75rem;
    border-radius: 0;
    background-color: #121212;
    font-size: 80%;
    color: #f6f6f6
}

    .tooltip::before {
        position: absolute
    }

    .tooltip.bottom::before {
        display: block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: .75rem;
        content: '';
        border-top-width: 0;
        border-color: transparent transparent #121212;
        bottom: 100%
    }

    .tooltip.bottom.align-center::before {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .tooltip.top::before {
        display: block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: .75rem;
        content: '';
        border-bottom-width: 0;
        border-color: #121212 transparent transparent;
        top: 100%;
        bottom: auto
    }

    .tooltip.top.align-center::before {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .tooltip.left::before {
        display: block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: .75rem;
        content: '';
        border-right-width: 0;
        border-color: transparent transparent transparent #121212;
        left: 100%
    }

    .tooltip.left.align-center::before {
        bottom: auto;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .tooltip.right::before {
        display: block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: .75rem;
        content: '';
        border-left-width: 0;
        border-color: transparent #121212 transparent transparent;
        right: 100%;
        left: auto
    }

    .tooltip.right.align-center::before {
        bottom: auto;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .tooltip.align-top::before {
        bottom: auto;
        top: 10%
    }

    .tooltip.align-bottom::before {
        bottom: 10%;
        top: auto
    }

    .tooltip.align-left::before {
        left: 10%;
        right: auto
    }

    .tooltip.align-right::before {
        left: auto;
        right: 10%
    }

.accordion {
    margin-left: 0;
    background: #fff;
    list-style-type: none
}

    .accordion[disabled] .accordion-title {
        cursor: not-allowed
    }

.accordion-item:first-child > :first-child {
    border-radius: 0 0 0 0
}

.accordion-item:last-child > :last-child {
    border-radius: 0 0 0 0
}

.accordion-title {
    position: relative;
    display: block;
    padding: 0.75rem 2rem 0.75rem 0;
    border: none;
    border-bottom: 0;
    font-size: 1.55556rem;
    line-height: 1;
    color: #121212
}

:last-child:not(.is-active) > .accordion-title {
    border-bottom: none;
    border-radius: 0 0 0 0
}

.accordion-title:hover, .accordion-title:focus {
    background-color: #fff
}

.accordion-title::before {
    position: absolute;
    top: 50%;
    right: 1rem;
    margin-top: -0.5rem;
    content: "ïŒ¢"
}

.is-active > .accordion-title::before {
    content: "ïŒ¥"
}

.accordion-content {
    display: none;
    padding: 0.5rem 0;
    border: none;
    border-bottom: 0;
    background-color: #fff;
    color: #121212
}

:last-child > .accordion-content:last-child {
    border-bottom: none
}

.orbit {
    position: relative
}

.orbit-container {
    position: relative;
    height: 0;
    margin: 0;
    list-style: none;
    overflow: hidden
}

.orbit-slide {
    width: 100%;
    position: absolute
}

    .orbit-slide.no-motionui.is-active {
        top: 0;
        left: 0
    }

.orbit-figure {
    margin: 0
}

.orbit-image {
    width: 100%;
    max-width: 100%;
    margin: 0
}

.orbit-caption {
    position: absolute;
    bottom: 0;
    width: 100%;
    margin-bottom: 0;
    padding: 1rem;
    background-color: rgba(18,18,18,0.5);
    color: #f6f6f6
}

.orbit-previous, .orbit-next {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10;
    padding: 1rem;
    color: #f6f6f6
}

[data-whatinput='mouse'] .orbit-previous, [data-whatinput='mouse'] .orbit-next {
    outline: 0
}

.orbit-previous:hover, .orbit-next:hover, .orbit-previous:active, .orbit-next:active, .orbit-previous:focus, .orbit-next:focus {
    background-color: rgba(18,18,18,0.5)
}

.orbit-previous {
    left: 0
}

.orbit-next {
    left: auto;
    right: 0
}

.orbit-bullets {
    position: relative;
    margin-top: .8rem;
    margin-bottom: .8rem;
    text-align: center
}

[data-whatinput='mouse'] .orbit-bullets {
    outline: 0
}

.orbit-bullets button {
    width: 1.2rem;
    height: 1.2rem;
    margin: .1rem;
    border-radius: 50%;
    background-color: #cacaca
}

    .orbit-bullets button:hover {
        background-color: #2B2B2B
    }

    .orbit-bullets button.is-active {
        background-color: #2B2B2B
    }

.responsive-embed, .flex-video {
    position: relative;
    height: 0;
    margin-bottom: .88889rem;
    padding-bottom: 75%;
    overflow: hidden
}

    .responsive-embed iframe, .responsive-embed object, .responsive-embed embed, .responsive-embed video, .flex-video iframe, .flex-video object, .flex-video embed, .flex-video video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%
    }

    .responsive-embed.widescreen, .flex-video.widescreen {
        padding-bottom: 56.25%
    }

.tabs {
    margin: 0;
    border: 1px solid rgba(0,0,0,0);
    background: #fff;
    list-style-type: none
}

    .tabs::before, .tabs::after {
        display: table;
        content: ' ';
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .tabs::after {
        clear: both
    }

    .tabs.vertical > li {
        display: block;
        float: none;
        width: auto
    }

    .tabs.simple > li > a {
        padding: 0
    }

        .tabs.simple > li > a:hover {
            background: transparent
        }

    .tabs.primary {
        background: #12c2ee
    }

        .tabs.primary > li > a {
            color: #121212
        }

            .tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
                background: #10b9e3
            }

.tabs-title {
    float: left
}

    .tabs-title > a {
        display: block;
        padding: 1.25rem 1.5rem;
        font-size: 1.55556rem;
        line-height: 1;
        color: #12c2ee
    }

[data-whatinput='mouse'] .tabs-title > a {
    outline: 0
}

.tabs-title > a:hover {
    background: #f6f6f6;
    color: #0fa7cd
}

.tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
    background: #12c2ee;
    color: #12c2ee
}

.tabs-content {
    border: 1px solid rgba(0,0,0,0);
    border-top: 0;
    background: #f6f6f6;
    color: #121212;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease
}

    .tabs-content.vertical {
        border: 1px solid rgba(0,0,0,0);
        border-left: 0
    }

.tabs-panel {
    display: none;
    padding: 0.25rem 1.5rem
}

    .tabs-panel.is-active {
        display: block
    }

.menu, aside.side .menu, aside.side .mod_docman_icons, aside.left .menu, aside.left .mod_docman_icons {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

[data-whatinput='mouse'] .menu li, [data-whatinput='mouse'] aside.side .mod_docman_icons li, aside.side [data-whatinput='mouse'] .mod_docman_icons li, [data-whatinput='mouse'] aside.left .mod_docman_icons li, aside.left [data-whatinput='mouse'] .mod_docman_icons li {
    outline: 0
}

.menu a, aside.side .menu a, aside.side .mod_docman_icons a, aside.left .menu a, aside.left .mod_docman_icons a, .menu .button, aside.side .menu .button, aside.side .mod_docman_icons .button, aside.left .menu .button, aside.left .mod_docman_icons .button {
    line-height: 1;
    text-decoration: none;
    display: block;
    padding: 0.7rem 1rem
}

.menu input, aside.side .menu input, aside.side .mod_docman_icons input, aside.left .menu input, aside.left .mod_docman_icons input, .menu select, aside.side .menu select, aside.side .mod_docman_icons select, aside.left .menu select, aside.left .mod_docman_icons select, .menu a, aside.side .menu a, aside.side .mod_docman_icons a, aside.left .menu a, aside.left .mod_docman_icons a, .menu button, aside.side .menu button, aside.side .mod_docman_icons button, aside.left .menu button, aside.left .mod_docman_icons button {
    margin-bottom: 0
}

.menu input, aside.side .menu input, aside.side .mod_docman_icons input, aside.left .menu input, aside.left .mod_docman_icons input {
    display: inline-block
}

.menu, aside.side .menu, aside.side .mod_docman_icons, aside.left .menu, aside.left .mod_docman_icons, .menu.horizontal, aside.side .horizontal.menu, aside.side .horizontal.mod_docman_icons, aside.left .horizontal.menu, aside.left .horizontal.mod_docman_icons {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

    .menu.vertical, aside.side .vertical.menu, aside.side .vertical.mod_docman_icons, aside.left .vertical.menu, aside.left .vertical.mod_docman_icons {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

        .menu.vertical.icon-top li a img, aside.side .vertical.icon-top.mod_docman_icons li a img, aside.left .vertical.icon-top.mod_docman_icons li a img, .menu.vertical.icon-top li a i, aside.side .vertical.icon-top.mod_docman_icons li a i, aside.left .vertical.icon-top.mod_docman_icons li a i, .menu.vertical.icon-top li a svg, aside.side .vertical.icon-top.mod_docman_icons li a svg, aside.left .vertical.icon-top.mod_docman_icons li a svg, .menu.vertical.icon-bottom li a img, aside.side .vertical.icon-bottom.mod_docman_icons li a img, aside.left .vertical.icon-bottom.mod_docman_icons li a img, .menu.vertical.icon-bottom li a i, aside.side .vertical.icon-bottom.mod_docman_icons li a i, aside.left .vertical.icon-bottom.mod_docman_icons li a i, .menu.vertical.icon-bottom li a svg, aside.side .vertical.icon-bottom.mod_docman_icons li a svg, aside.left .vertical.icon-bottom.mod_docman_icons li a svg {
            text-align: left
        }

    .menu.expanded li, aside.side .expanded.mod_docman_icons li, aside.left .expanded.mod_docman_icons li {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px
    }

    .menu.expanded.icon-top li a img, aside.side .expanded.icon-top.mod_docman_icons li a img, aside.left .expanded.icon-top.mod_docman_icons li a img, .menu.expanded.icon-top li a i, aside.side .expanded.icon-top.mod_docman_icons li a i, aside.left .expanded.icon-top.mod_docman_icons li a i, .menu.expanded.icon-top li a svg, aside.side .expanded.icon-top.mod_docman_icons li a svg, aside.left .expanded.icon-top.mod_docman_icons li a svg, .menu.expanded.icon-bottom li a img, aside.side .expanded.icon-bottom.mod_docman_icons li a img, aside.left .expanded.icon-bottom.mod_docman_icons li a img, .menu.expanded.icon-bottom li a i, aside.side .expanded.icon-bottom.mod_docman_icons li a i, aside.left .expanded.icon-bottom.mod_docman_icons li a i, .menu.expanded.icon-bottom li a svg, aside.side .expanded.icon-bottom.mod_docman_icons li a svg, aside.left .expanded.icon-bottom.mod_docman_icons li a svg {
        text-align: left
    }

    .menu.simple, aside.side .simple.menu, aside.side .simple.mod_docman_icons, aside.left .simple.menu, aside.left .simple.mod_docman_icons {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

        .menu.simple li + li, aside.side .simple.mod_docman_icons li + li, aside.left .simple.mod_docman_icons li + li {
            margin-left: 1rem
        }

        .menu.simple a, aside.side .simple.mod_docman_icons a, aside.left .simple.mod_docman_icons a {
            padding: 0
        }

@media print, screen and (min-width: 40em) {
    .menu.medium-horizontal, aside.side .medium-horizontal.menu, aside.side .medium-horizontal.mod_docman_icons, aside.left .medium-horizontal.menu, aside.left .medium-horizontal.mod_docman_icons {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .menu.medium-vertical, aside.side .medium-vertical.menu, aside.side .medium-vertical.mod_docman_icons, aside.left .medium-vertical.menu, aside.left .medium-vertical.mod_docman_icons {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .menu.medium-expanded li, aside.side .medium-expanded.mod_docman_icons li, aside.left .medium-expanded.mod_docman_icons li {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px
    }

    .menu.medium-simple li, aside.side .medium-simple.mod_docman_icons li, aside.left .medium-simple.mod_docman_icons li {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px
    }
}

@media print, screen and (min-width: 64em) {
    .menu.large-horizontal, aside.side .large-horizontal.menu, aside.side .large-horizontal.mod_docman_icons, aside.left .large-horizontal.menu, aside.left .large-horizontal.mod_docman_icons {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .menu.large-vertical, aside.side .large-vertical.menu, aside.side .large-vertical.mod_docman_icons, aside.left .large-vertical.menu, aside.left .large-vertical.mod_docman_icons {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .menu.large-expanded li, aside.side .large-expanded.mod_docman_icons li, aside.left .large-expanded.mod_docman_icons li {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px
    }

    .menu.large-simple li, aside.side .large-simple.mod_docman_icons li, aside.left .large-simple.mod_docman_icons li {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px
    }
}

@media screen and (min-width: 75em) {
    .menu.xlarge-horizontal, aside.side .xlarge-horizontal.menu, aside.side .xlarge-horizontal.mod_docman_icons, aside.left .xlarge-horizontal.menu, aside.left .xlarge-horizontal.mod_docman_icons {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .menu.xlarge-vertical, aside.side .xlarge-vertical.menu, aside.side .xlarge-vertical.mod_docman_icons, aside.left .xlarge-vertical.menu, aside.left .xlarge-vertical.mod_docman_icons {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .menu.xlarge-expanded li, aside.side .xlarge-expanded.mod_docman_icons li, aside.left .xlarge-expanded.mod_docman_icons li {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px
    }

    .menu.xlarge-simple li, aside.side .xlarge-simple.mod_docman_icons li, aside.left .xlarge-simple.mod_docman_icons li {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px
    }
}

@media screen and (min-width: 90em) {
    .menu.xxlarge-horizontal, aside.side .xxlarge-horizontal.menu, aside.side .xxlarge-horizontal.mod_docman_icons, aside.left .xxlarge-horizontal.menu, aside.left .xxlarge-horizontal.mod_docman_icons {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .menu.xxlarge-vertical, aside.side .xxlarge-vertical.menu, aside.side .xxlarge-vertical.mod_docman_icons, aside.left .xxlarge-vertical.menu, aside.left .xxlarge-vertical.mod_docman_icons {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .menu.xxlarge-expanded li, aside.side .xxlarge-expanded.mod_docman_icons li, aside.left .xxlarge-expanded.mod_docman_icons li {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px
    }

    .menu.xxlarge-simple li, aside.side .xxlarge-simple.mod_docman_icons li, aside.left .xxlarge-simple.mod_docman_icons li {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px
    }
}

.menu.nested, aside.side .nested.menu, aside.side .nested.mod_docman_icons, aside.left .nested.menu, aside.left .nested.mod_docman_icons {
    margin-right: 0;
    margin-left: 1rem
}

.menu.icons a, aside.side .icons.mod_docman_icons a, aside.left .icons.mod_docman_icons a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.menu.icon-top a, aside.side .icon-top.mod_docman_icons a, aside.left .icon-top.mod_docman_icons a, .menu.icon-right a, aside.side .icon-right.mod_docman_icons a, aside.left .icon-right.mod_docman_icons a, .menu.icon-bottom a, aside.side .icon-bottom.mod_docman_icons a, aside.left .icon-bottom.mod_docman_icons a, .menu.icon-left a, aside.side .icon-left.mod_docman_icons a, aside.left .icon-left.mod_docman_icons a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.menu.icon-left li a, aside.side .icon-left.mod_docman_icons li a, aside.left .icon-left.mod_docman_icons li a, .menu.nested.icon-left li a, aside.side .nested.icon-left.mod_docman_icons li a, aside.left .nested.icon-left.mod_docman_icons li a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap
}

    .menu.icon-left li a img, aside.side .icon-left.mod_docman_icons li a img, aside.left .icon-left.mod_docman_icons li a img, .menu.icon-left li a i, aside.side .icon-left.mod_docman_icons li a i, aside.left .icon-left.mod_docman_icons li a i, .menu.icon-left li a svg, aside.side .icon-left.mod_docman_icons li a svg, aside.left .icon-left.mod_docman_icons li a svg, .menu.nested.icon-left li a img, aside.side .nested.icon-left.mod_docman_icons li a img, aside.left .nested.icon-left.mod_docman_icons li a img, .menu.nested.icon-left li a i, aside.side .nested.icon-left.mod_docman_icons li a i, aside.left .nested.icon-left.mod_docman_icons li a i, .menu.nested.icon-left li a svg, aside.side .nested.icon-left.mod_docman_icons li a svg, aside.left .nested.icon-left.mod_docman_icons li a svg {
        margin-right: .25rem
    }

.menu.icon-right li a, aside.side .icon-right.mod_docman_icons li a, aside.left .icon-right.mod_docman_icons li a, .menu.nested.icon-right li a, aside.side .nested.icon-right.mod_docman_icons li a, aside.left .nested.icon-right.mod_docman_icons li a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap
}

    .menu.icon-right li a img, aside.side .icon-right.mod_docman_icons li a img, aside.left .icon-right.mod_docman_icons li a img, .menu.icon-right li a i, aside.side .icon-right.mod_docman_icons li a i, aside.left .icon-right.mod_docman_icons li a i, .menu.icon-right li a svg, aside.side .icon-right.mod_docman_icons li a svg, aside.left .icon-right.mod_docman_icons li a svg, .menu.nested.icon-right li a img, aside.side .nested.icon-right.mod_docman_icons li a img, aside.left .nested.icon-right.mod_docman_icons li a img, .menu.nested.icon-right li a i, aside.side .nested.icon-right.mod_docman_icons li a i, aside.left .nested.icon-right.mod_docman_icons li a i, .menu.nested.icon-right li a svg, aside.side .nested.icon-right.mod_docman_icons li a svg, aside.left .nested.icon-right.mod_docman_icons li a svg {
        margin-left: .25rem
    }

.menu.icon-top li a, aside.side .icon-top.mod_docman_icons li a, aside.left .icon-top.mod_docman_icons li a, .menu.nested.icon-top li a, aside.side .nested.icon-top.mod_docman_icons li a, aside.left .nested.icon-top.mod_docman_icons li a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap
}

    .menu.icon-top li a img, aside.side .icon-top.mod_docman_icons li a img, aside.left .icon-top.mod_docman_icons li a img, .menu.icon-top li a i, aside.side .icon-top.mod_docman_icons li a i, aside.left .icon-top.mod_docman_icons li a i, .menu.icon-top li a svg, aside.side .icon-top.mod_docman_icons li a svg, aside.left .icon-top.mod_docman_icons li a svg, .menu.nested.icon-top li a img, aside.side .nested.icon-top.mod_docman_icons li a img, aside.left .nested.icon-top.mod_docman_icons li a img, .menu.nested.icon-top li a i, aside.side .nested.icon-top.mod_docman_icons li a i, aside.left .nested.icon-top.mod_docman_icons li a i, .menu.nested.icon-top li a svg, aside.side .nested.icon-top.mod_docman_icons li a svg, aside.left .nested.icon-top.mod_docman_icons li a svg {
        -ms-flex-item-align: stretch;
        align-self: stretch;
        margin-bottom: .25rem;
        text-align: center
    }

.menu.icon-bottom li a, aside.side .icon-bottom.mod_docman_icons li a, aside.left .icon-bottom.mod_docman_icons li a, .menu.nested.icon-bottom li a, aside.side .nested.icon-bottom.mod_docman_icons li a, aside.left .nested.icon-bottom.mod_docman_icons li a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap
}

    .menu.icon-bottom li a img, aside.side .icon-bottom.mod_docman_icons li a img, aside.left .icon-bottom.mod_docman_icons li a img, .menu.icon-bottom li a i, aside.side .icon-bottom.mod_docman_icons li a i, aside.left .icon-bottom.mod_docman_icons li a i, .menu.icon-bottom li a svg, aside.side .icon-bottom.mod_docman_icons li a svg, aside.left .icon-bottom.mod_docman_icons li a svg, .menu.nested.icon-bottom li a img, aside.side .nested.icon-bottom.mod_docman_icons li a img, aside.left .nested.icon-bottom.mod_docman_icons li a img, .menu.nested.icon-bottom li a i, aside.side .nested.icon-bottom.mod_docman_icons li a i, aside.left .nested.icon-bottom.mod_docman_icons li a i, .menu.nested.icon-bottom li a svg, aside.side .nested.icon-bottom.mod_docman_icons li a svg, aside.left .nested.icon-bottom.mod_docman_icons li a svg {
        -ms-flex-item-align: stretch;
        align-self: stretch;
        margin-bottom: .25rem;
        text-align: center
    }

.menu .is-active > a, aside.side .mod_docman_icons .is-active > a, aside.left .mod_docman_icons .is-active > a {
    background: rgba(0,0,0,0);
    color: #ff206c
}

.menu .active > a, aside.side .mod_docman_icons .active > a, aside.left .mod_docman_icons .active > a {
    background: rgba(0,0,0,0);
    color: #ff206c
}

.menu.align-left, aside.side .align-left.menu, aside.side .align-left.mod_docman_icons, aside.left .align-left.menu, aside.left .align-left.mod_docman_icons {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.menu.align-right li, aside.side .align-right.mod_docman_icons li, aside.left .align-right.mod_docman_icons li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

    .menu.align-right li .submenu li, aside.side .align-right.mod_docman_icons li .submenu li, aside.left .align-right.mod_docman_icons li .submenu li {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

.menu.align-right.vertical li, aside.side .align-right.vertical.mod_docman_icons li, aside.left .align-right.vertical.mod_docman_icons li {
    display: block;
    text-align: right
}

    .menu.align-right.vertical li .submenu li, aside.side .align-right.vertical.mod_docman_icons li .submenu li, aside.left .align-right.vertical.mod_docman_icons li .submenu li {
        text-align: right
    }

.menu.align-right.icon-top li a img, aside.side .align-right.icon-top.mod_docman_icons li a img, aside.left .align-right.icon-top.mod_docman_icons li a img, .menu.align-right.icon-top li a i, aside.side .align-right.icon-top.mod_docman_icons li a i, aside.left .align-right.icon-top.mod_docman_icons li a i, .menu.align-right.icon-top li a svg, aside.side .align-right.icon-top.mod_docman_icons li a svg, aside.left .align-right.icon-top.mod_docman_icons li a svg, .menu.align-right.icon-bottom li a img, aside.side .align-right.icon-bottom.mod_docman_icons li a img, aside.left .align-right.icon-bottom.mod_docman_icons li a img, .menu.align-right.icon-bottom li a i, aside.side .align-right.icon-bottom.mod_docman_icons li a i, aside.left .align-right.icon-bottom.mod_docman_icons li a i, .menu.align-right.icon-bottom li a svg, aside.side .align-right.icon-bottom.mod_docman_icons li a svg, aside.left .align-right.icon-bottom.mod_docman_icons li a svg {
    text-align: right
}

.menu.align-right .nested, aside.side .align-right.mod_docman_icons .nested, aside.left .align-right.mod_docman_icons .nested {
    margin-right: 1rem;
    margin-left: 0
}

.menu.align-center li, aside.side .align-center.mod_docman_icons li, aside.left .align-center.mod_docman_icons li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

    .menu.align-center li .submenu li, aside.side .align-center.mod_docman_icons li .submenu li, aside.left .align-center.mod_docman_icons li .submenu li {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

.menu .menu-text, aside.side .menu .menu-text, aside.side .mod_docman_icons .menu-text, aside.left .menu .menu-text, aside.left .mod_docman_icons .menu-text {
    padding: 0.7rem 1rem;
    font-weight: bold;
    line-height: 1;
    color: inherit
}

.menu-centered > .menu, aside.side .menu-centered > .menu, aside.side .menu-centered > .mod_docman_icons, aside.left .menu-centered > .menu, aside.left .menu-centered > .mod_docman_icons {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

    .menu-centered > .menu li, aside.side .menu-centered > .menu li, aside.side .menu-centered > .mod_docman_icons li, aside.left .menu-centered > .menu li, aside.left .menu-centered > .mod_docman_icons li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

        .menu-centered > .menu li .submenu li, aside.side .menu-centered > .menu li .submenu li, aside.side .menu-centered > .mod_docman_icons li .submenu li, aside.left .menu-centered > .menu li .submenu li, aside.left .menu-centered > .mod_docman_icons li .submenu li {
            -webkit-box-pack: start;
            -ms-flex-pack: start;
            justify-content: flex-start
        }

.no-js [data-responsive-menu] ul {
    display: none
}

.menu-icon {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 16px;
    cursor: pointer
}

    .menu-icon::after {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 2px;
        background: #f6f6f6;
        -webkit-box-shadow: 0 7px 0 #f6f6f6,0 14px 0 #f6f6f6;
        box-shadow: 0 7px 0 #f6f6f6,0 14px 0 #f6f6f6;
        content: ''
    }

    .menu-icon:hover::after {
        background: #cacaca;
        -webkit-box-shadow: 0 7px 0 #cacaca,0 14px 0 #cacaca;
        box-shadow: 0 7px 0 #cacaca,0 14px 0 #cacaca
    }

    .menu-icon.dark {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        width: 20px;
        height: 16px;
        cursor: pointer
    }

        .menu-icon.dark::after {
            position: absolute;
            top: 0;
            left: 0;
            display: block;
            width: 100%;
            height: 2px;
            background: #121212;
            -webkit-box-shadow: 0 7px 0 #121212,0 14px 0 #121212;
            box-shadow: 0 7px 0 #121212,0 14px 0 #121212;
            content: ''
        }

        .menu-icon.dark:hover::after {
            background: #2B2B2B;
            -webkit-box-shadow: 0 7px 0 #2B2B2B,0 14px 0 #2B2B2B;
            box-shadow: 0 7px 0 #2B2B2B,0 14px 0 #2B2B2B
        }

.accordion-menu li {
    width: 100%
}

.accordion-menu a {
    padding: 0.7rem 1rem
}

.accordion-menu .is-accordion-submenu a {
    padding: 0.7rem 1rem
}

.accordion-menu .nested.is-accordion-submenu {
    margin-right: 0;
    margin-left: 1rem
}

.accordion-menu.align-right .nested.is-accordion-submenu {
    margin-right: 1rem;
    margin-left: 0
}

.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a {
    position: relative
}

    .accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a::after {
        display: block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 6px;
        content: '';
        border-bottom-width: 0;
        border-color: #12c2ee transparent transparent;
        position: absolute;
        top: 50%;
        margin-top: -3px;
        right: 1rem
    }

.accordion-menu.align-left .is-accordion-submenu-parent > a::after {
    right: 1rem;
    left: auto
}

.accordion-menu.align-right .is-accordion-submenu-parent > a::after {
    right: auto;
    left: 1rem
}

.accordion-menu .is-accordion-submenu-parent[aria-expanded='true'] > a::after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

.is-accordion-submenu-parent {
    position: relative
}

.has-submenu-toggle > a {
    margin-right: 40px
}

.submenu-toggle {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    cursor: pointer
}

    .submenu-toggle::after {
        display: block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 6px;
        content: '';
        border-bottom-width: 0;
        border-color: #12c2ee transparent transparent;
        top: 0;
        bottom: 0;
        margin: auto
    }

    .submenu-toggle[aria-expanded='true']::after {
        -webkit-transform: scaleY(-1);
        -ms-transform: scaleY(-1);
        transform: scaleY(-1);
        -webkit-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
        transform-origin: 50% 50%
    }

.submenu-toggle-text {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important
}

.is-drilldown {
    position: relative;
    overflow: hidden
}

    .is-drilldown li {
        display: block
    }

    .is-drilldown.animate-height {
        -webkit-transition: height 0.5s;
        transition: height 0.5s
    }

.drilldown a {
    padding: 0.7rem 1rem;
    background: #121212
}

.drilldown .is-drilldown-submenu {
    position: absolute;
    top: 0;
    left: 100%;
    z-index: -1;
    width: 100%;
    background: #121212;
    -webkit-transition: -webkit-transform 0.15s linear;
    transition: -webkit-transform 0.15s linear;
    transition: transform 0.15s linear;
    transition: transform 0.15s linear, -webkit-transform 0.15s linear
}

    .drilldown .is-drilldown-submenu.is-active {
        z-index: 1;
        display: block;
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%)
    }

    .drilldown .is-drilldown-submenu.is-closing {
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%)
    }

    .drilldown .is-drilldown-submenu a {
        padding: 0.7rem 1rem
    }

.drilldown .nested.is-drilldown-submenu {
    margin-right: 0;
    margin-left: 0
}

.drilldown .drilldown-submenu-cover-previous {
    min-height: 100%
}

.dropdown.menu > li.opens-left > .is-dropdown-submenu, aside.side .dropdown.menu > li.opens-left > .is-dropdown-submenu, aside.side .dropdown.mod_docman_icons > li.opens-left > .is-dropdown-submenu, aside.left .dropdown.menu > li.opens-left > .is-dropdown-submenu, aside.left .dropdown.mod_docman_icons > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto
}

.dropdown.menu > li.opens-right > .is-dropdown-submenu, aside.side .dropdown.menu > li.opens-right > .is-dropdown-submenu, aside.side .dropdown.mod_docman_icons > li.opens-right > .is-dropdown-submenu, aside.left .dropdown.menu > li.opens-right > .is-dropdown-submenu, aside.left .dropdown.mod_docman_icons > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0
}

[data-whatinput='mouse'] .dropdown.menu a, [data-whatinput='mouse'] aside.side .dropdown.mod_docman_icons a, aside.side [data-whatinput='mouse'] .dropdown.mod_docman_icons a, [data-whatinput='mouse'] aside.left .dropdown.mod_docman_icons a, aside.left [data-whatinput='mouse'] .dropdown.mod_docman_icons a {
    outline: 0
}

.dropdown.menu > li > a, aside.side .dropdown.menu > li > a, aside.side .dropdown.mod_docman_icons > li > a, aside.left .dropdown.menu > li > a, aside.left .dropdown.mod_docman_icons > li > a {
    padding: 0.7rem 1rem
}

.dropdown.menu > li.is-active > a, aside.side .dropdown.menu > li.is-active > a, aside.side .dropdown.mod_docman_icons > li.is-active > a, aside.left .dropdown.menu > li.is-active > a, aside.left .dropdown.mod_docman_icons > li.is-active > a {
    background: rgba(0,0,0,0);
    color: #12c2ee
}

.no-js .dropdown.menu ul, .no-js aside.side .dropdown.mod_docman_icons ul, aside.side .no-js .dropdown.mod_docman_icons ul, .no-js aside.left .dropdown.mod_docman_icons ul, aside.left .no-js .dropdown.mod_docman_icons ul {
    display: none
}

.dropdown.menu .nested.is-dropdown-submenu, aside.side .dropdown.mod_docman_icons .nested.is-dropdown-submenu, aside.left .dropdown.mod_docman_icons .nested.is-dropdown-submenu {
    margin-right: 0;
    margin-left: 0
}

.dropdown.menu.vertical > li .is-dropdown-submenu, aside.side .dropdown.vertical.menu > li .is-dropdown-submenu, aside.side .dropdown.vertical.mod_docman_icons > li .is-dropdown-submenu, aside.left .dropdown.vertical.menu > li .is-dropdown-submenu, aside.left .dropdown.vertical.mod_docman_icons > li .is-dropdown-submenu {
    top: 0
}

.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu, aside.side .dropdown.vertical.menu > li.opens-left > .is-dropdown-submenu, aside.side .dropdown.vertical.mod_docman_icons > li.opens-left > .is-dropdown-submenu, aside.left .dropdown.vertical.menu > li.opens-left > .is-dropdown-submenu, aside.left .dropdown.vertical.mod_docman_icons > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto
}

.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu, aside.side .dropdown.vertical.menu > li.opens-right > .is-dropdown-submenu, aside.side .dropdown.vertical.mod_docman_icons > li.opens-right > .is-dropdown-submenu, aside.left .dropdown.vertical.menu > li.opens-right > .is-dropdown-submenu, aside.left .dropdown.vertical.mod_docman_icons > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%
}

@media print, screen and (min-width: 40em) {
    .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu, aside.side .dropdown.medium-horizontal.menu > li.opens-left > .is-dropdown-submenu, aside.side .dropdown.medium-horizontal.mod_docman_icons > li.opens-left > .is-dropdown-submenu, aside.left .dropdown.medium-horizontal.menu > li.opens-left > .is-dropdown-submenu, aside.left .dropdown.medium-horizontal.mod_docman_icons > li.opens-left > .is-dropdown-submenu {
        top: 100%;
        right: 0;
        left: auto
    }

    .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu, aside.side .dropdown.medium-horizontal.menu > li.opens-right > .is-dropdown-submenu, aside.side .dropdown.medium-horizontal.mod_docman_icons > li.opens-right > .is-dropdown-submenu, aside.left .dropdown.medium-horizontal.menu > li.opens-right > .is-dropdown-submenu, aside.left .dropdown.medium-horizontal.mod_docman_icons > li.opens-right > .is-dropdown-submenu {
        top: 100%;
        right: auto;
        left: 0
    }

    .dropdown.menu.medium-vertical > li .is-dropdown-submenu, aside.side .dropdown.medium-vertical.menu > li .is-dropdown-submenu, aside.side .dropdown.medium-vertical.mod_docman_icons > li .is-dropdown-submenu, aside.left .dropdown.medium-vertical.menu > li .is-dropdown-submenu, aside.left .dropdown.medium-vertical.mod_docman_icons > li .is-dropdown-submenu {
        top: 0
    }

    .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu, aside.side .dropdown.medium-vertical.menu > li.opens-left > .is-dropdown-submenu, aside.side .dropdown.medium-vertical.mod_docman_icons > li.opens-left > .is-dropdown-submenu, aside.left .dropdown.medium-vertical.menu > li.opens-left > .is-dropdown-submenu, aside.left .dropdown.medium-vertical.mod_docman_icons > li.opens-left > .is-dropdown-submenu {
        top: 0;
        right: 100%;
        left: auto
    }

    .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu, aside.side .dropdown.medium-vertical.menu > li.opens-right > .is-dropdown-submenu, aside.side .dropdown.medium-vertical.mod_docman_icons > li.opens-right > .is-dropdown-submenu, aside.left .dropdown.medium-vertical.menu > li.opens-right > .is-dropdown-submenu, aside.left .dropdown.medium-vertical.mod_docman_icons > li.opens-right > .is-dropdown-submenu {
        right: auto;
        left: 100%
    }
}

@media print, screen and (min-width: 64em) {
    .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu, aside.side .dropdown.large-horizontal.menu > li.opens-left > .is-dropdown-submenu, aside.side .dropdown.large-horizontal.mod_docman_icons > li.opens-left > .is-dropdown-submenu, aside.left .dropdown.large-horizontal.menu > li.opens-left > .is-dropdown-submenu, aside.left .dropdown.large-horizontal.mod_docman_icons > li.opens-left > .is-dropdown-submenu {
        top: 100%;
        right: 0;
        left: auto
    }

    .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu, aside.side .dropdown.large-horizontal.menu > li.opens-right > .is-dropdown-submenu, aside.side .dropdown.large-horizontal.mod_docman_icons > li.opens-right > .is-dropdown-submenu, aside.left .dropdown.large-horizontal.menu > li.opens-right > .is-dropdown-submenu, aside.left .dropdown.large-horizontal.mod_docman_icons > li.opens-right > .is-dropdown-submenu {
        top: 100%;
        right: auto;
        left: 0
    }

    .dropdown.menu.large-vertical > li .is-dropdown-submenu, aside.side .dropdown.large-vertical.menu > li .is-dropdown-submenu, aside.side .dropdown.large-vertical.mod_docman_icons > li .is-dropdown-submenu, aside.left .dropdown.large-vertical.menu > li .is-dropdown-submenu, aside.left .dropdown.large-vertical.mod_docman_icons > li .is-dropdown-submenu {
        top: 0
    }

    .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu, aside.side .dropdown.large-vertical.menu > li.opens-left > .is-dropdown-submenu, aside.side .dropdown.large-vertical.mod_docman_icons > li.opens-left > .is-dropdown-submenu, aside.left .dropdown.large-vertical.menu > li.opens-left > .is-dropdown-submenu, aside.left .dropdown.large-vertical.mod_docman_icons > li.opens-left > .is-dropdown-submenu {
        top: 0;
        right: 100%;
        left: auto
    }

    .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu, aside.side .dropdown.large-vertical.menu > li.opens-right > .is-dropdown-submenu, aside.side .dropdown.large-vertical.mod_docman_icons > li.opens-right > .is-dropdown-submenu, aside.left .dropdown.large-vertical.menu > li.opens-right > .is-dropdown-submenu, aside.left .dropdown.large-vertical.mod_docman_icons > li.opens-right > .is-dropdown-submenu {
        right: auto;
        left: 100%
    }
}

@media screen and (min-width: 75em) {
    .dropdown.menu.xlarge-horizontal > li.opens-left > .is-dropdown-submenu, aside.side .dropdown.xlarge-horizontal.menu > li.opens-left > .is-dropdown-submenu, aside.side .dropdown.xlarge-horizontal.mod_docman_icons > li.opens-left > .is-dropdown-submenu, aside.left .dropdown.xlarge-horizontal.menu > li.opens-left > .is-dropdown-submenu, aside.left .dropdown.xlarge-horizontal.mod_docman_icons > li.opens-left > .is-dropdown-submenu {
        top: 100%;
        right: 0;
        left: auto
    }

    .dropdown.menu.xlarge-horizontal > li.opens-right > .is-dropdown-submenu, aside.side .dropdown.xlarge-horizontal.menu > li.opens-right > .is-dropdown-submenu, aside.side .dropdown.xlarge-horizontal.mod_docman_icons > li.opens-right > .is-dropdown-submenu, aside.left .dropdown.xlarge-horizontal.menu > li.opens-right > .is-dropdown-submenu, aside.left .dropdown.xlarge-horizontal.mod_docman_icons > li.opens-right > .is-dropdown-submenu {
        top: 100%;
        right: auto;
        left: 0
    }

    .dropdown.menu.xlarge-vertical > li .is-dropdown-submenu, aside.side .dropdown.xlarge-vertical.menu > li .is-dropdown-submenu, aside.side .dropdown.xlarge-vertical.mod_docman_icons > li .is-dropdown-submenu, aside.left .dropdown.xlarge-vertical.menu > li .is-dropdown-submenu, aside.left .dropdown.xlarge-vertical.mod_docman_icons > li .is-dropdown-submenu {
        top: 0
    }

    .dropdown.menu.xlarge-vertical > li.opens-left > .is-dropdown-submenu, aside.side .dropdown.xlarge-vertical.menu > li.opens-left > .is-dropdown-submenu, aside.side .dropdown.xlarge-vertical.mod_docman_icons > li.opens-left > .is-dropdown-submenu, aside.left .dropdown.xlarge-vertical.menu > li.opens-left > .is-dropdown-submenu, aside.left .dropdown.xlarge-vertical.mod_docman_icons > li.opens-left > .is-dropdown-submenu {
        top: 0;
        right: 100%;
        left: auto
    }

    .dropdown.menu.xlarge-vertical > li.opens-right > .is-dropdown-submenu, aside.side .dropdown.xlarge-vertical.menu > li.opens-right > .is-dropdown-submenu, aside.side .dropdown.xlarge-vertical.mod_docman_icons > li.opens-right > .is-dropdown-submenu, aside.left .dropdown.xlarge-vertical.menu > li.opens-right > .is-dropdown-submenu, aside.left .dropdown.xlarge-vertical.mod_docman_icons > li.opens-right > .is-dropdown-submenu {
        right: auto;
        left: 100%
    }
}

@media screen and (min-width: 90em) {
    .dropdown.menu.xxlarge-horizontal > li.opens-left > .is-dropdown-submenu, aside.side .dropdown.xxlarge-horizontal.menu > li.opens-left > .is-dropdown-submenu, aside.side .dropdown.xxlarge-horizontal.mod_docman_icons > li.opens-left > .is-dropdown-submenu, aside.left .dropdown.xxlarge-horizontal.menu > li.opens-left > .is-dropdown-submenu, aside.left .dropdown.xxlarge-horizontal.mod_docman_icons > li.opens-left > .is-dropdown-submenu {
        top: 100%;
        right: 0;
        left: auto
    }

    .dropdown.menu.xxlarge-horizontal > li.opens-right > .is-dropdown-submenu, aside.side .dropdown.xxlarge-horizontal.menu > li.opens-right > .is-dropdown-submenu, aside.side .dropdown.xxlarge-horizontal.mod_docman_icons > li.opens-right > .is-dropdown-submenu, aside.left .dropdown.xxlarge-horizontal.menu > li.opens-right > .is-dropdown-submenu, aside.left .dropdown.xxlarge-horizontal.mod_docman_icons > li.opens-right > .is-dropdown-submenu {
        top: 100%;
        right: auto;
        left: 0
    }

    .dropdown.menu.xxlarge-vertical > li .is-dropdown-submenu, aside.side .dropdown.xxlarge-vertical.menu > li .is-dropdown-submenu, aside.side .dropdown.xxlarge-vertical.mod_docman_icons > li .is-dropdown-submenu, aside.left .dropdown.xxlarge-vertical.menu > li .is-dropdown-submenu, aside.left .dropdown.xxlarge-vertical.mod_docman_icons > li .is-dropdown-submenu {
        top: 0
    }

    .dropdown.menu.xxlarge-vertical > li.opens-left > .is-dropdown-submenu, aside.side .dropdown.xxlarge-vertical.menu > li.opens-left > .is-dropdown-submenu, aside.side .dropdown.xxlarge-vertical.mod_docman_icons > li.opens-left > .is-dropdown-submenu, aside.left .dropdown.xxlarge-vertical.menu > li.opens-left > .is-dropdown-submenu, aside.left .dropdown.xxlarge-vertical.mod_docman_icons > li.opens-left > .is-dropdown-submenu {
        top: 0;
        right: 100%;
        left: auto
    }

    .dropdown.menu.xxlarge-vertical > li.opens-right > .is-dropdown-submenu, aside.side .dropdown.xxlarge-vertical.menu > li.opens-right > .is-dropdown-submenu, aside.side .dropdown.xxlarge-vertical.mod_docman_icons > li.opens-right > .is-dropdown-submenu, aside.left .dropdown.xxlarge-vertical.menu > li.opens-right > .is-dropdown-submenu, aside.left .dropdown.xxlarge-vertical.mod_docman_icons > li.opens-right > .is-dropdown-submenu {
        right: auto;
        left: 100%
    }
}

.dropdown.menu.align-right .is-dropdown-submenu.first-sub, aside.side .dropdown.align-right.mod_docman_icons .is-dropdown-submenu.first-sub, aside.left .dropdown.align-right.mod_docman_icons .is-dropdown-submenu.first-sub {
    top: 100%;
    right: 0;
    left: auto
}

.is-dropdown-menu.vertical {
    width: 100px
}

    .is-dropdown-menu.vertical.align-right {
        float: right
    }

.is-dropdown-submenu-parent {
    position: relative
}

    .is-dropdown-submenu-parent a::after {
        position: absolute;
        top: 50%;
        right: 5px;
        left: auto;
        margin-top: -6px
    }

    .is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
        top: 100%;
        left: auto
    }

    .is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
        right: 100%;
        left: auto
    }

    .is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
        right: auto;
        left: 100%
    }

.is-dropdown-submenu {
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 1;
    display: none;
    min-width: 200px;
    border: none;
    background: #f6f6f6
}

.dropdown .is-dropdown-submenu a {
    padding: 0.7rem 1rem
}

.is-dropdown-submenu > li {
    width: 100%
}

.is-dropdown-submenu.js-dropdown-active {
    display: block
}

.is-off-canvas-open {
    overflow: hidden
}

.js-off-canvas-overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 11;
    width: 100%;
    height: 100%;
    -webkit-transition: opacity .5s ease,visibility .5s ease;
    transition: opacity .5s ease,visibility .5s ease;
    background: rgba(246,246,246,0.25);
    opacity: 0;
    visibility: hidden;
    overflow: hidden
}

    .js-off-canvas-overlay.is-visible {
        opacity: 1;
        visibility: visible
    }

    .js-off-canvas-overlay.is-closable {
        cursor: pointer
    }

    .js-off-canvas-overlay.is-overlay-absolute {
        position: absolute
    }

    .js-off-canvas-overlay.is-overlay-fixed {
        position: fixed
    }

.off-canvas-wrapper {
    position: relative;
    overflow: hidden
}

.off-canvas {
    position: fixed;
    z-index: 12;
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: #e6e6e6
}

[data-whatinput='mouse'] .off-canvas {
    outline: 0
}

.off-canvas.is-transition-push {
    z-index: 12
}

.off-canvas.is-closed {
    visibility: hidden
}

.off-canvas.is-transition-overlap {
    z-index: 13
}

    .off-canvas.is-transition-overlap.is-open {
        -webkit-box-shadow: 0 0 10px rgba(18,18,18,0.7);
        box-shadow: 0 0 10px rgba(18,18,18,0.7)
    }

.off-canvas.is-open {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}

.off-canvas-absolute {
    position: absolute;
    z-index: 12;
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: #e6e6e6
}

[data-whatinput='mouse'] .off-canvas-absolute {
    outline: 0
}

.off-canvas-absolute.is-transition-push {
    z-index: 12
}

.off-canvas-absolute.is-closed {
    visibility: hidden
}

.off-canvas-absolute.is-transition-overlap {
    z-index: 13
}

    .off-canvas-absolute.is-transition-overlap.is-open {
        -webkit-box-shadow: 0 0 10px rgba(18,18,18,0.7);
        box-shadow: 0 0 10px rgba(18,18,18,0.7)
    }

.off-canvas-absolute.is-open {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}

.position-left {
    top: 0;
    left: 0;
    height: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    width: 250px;
    -webkit-transform: translateX(-250px);
    -ms-transform: translateX(-250px);
    transform: translateX(-250px)
}

.off-canvas-content .off-canvas.position-left {
    -webkit-transform: translateX(-250px);
    -ms-transform: translateX(-250px);
    transform: translateX(-250px)
}

    .off-canvas-content .off-canvas.position-left.is-transition-overlap.is-open {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0)
    }

.off-canvas-content.is-open-left.has-transition-push {
    -webkit-transform: translateX(250px);
    -ms-transform: translateX(250px);
    transform: translateX(250px)
}

.position-left.is-transition-push {
    -webkit-box-shadow: inset -13px 0 20px -13px rgba(18,18,18,0.25);
    box-shadow: inset -13px 0 20px -13px rgba(18,18,18,0.25)
}

.position-right {
    top: 0;
    right: 0;
    height: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    width: 250px;
    -webkit-transform: translateX(250px);
    -ms-transform: translateX(250px);
    transform: translateX(250px)
}

.off-canvas-content .off-canvas.position-right {
    -webkit-transform: translateX(250px);
    -ms-transform: translateX(250px);
    transform: translateX(250px)
}

    .off-canvas-content .off-canvas.position-right.is-transition-overlap.is-open {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0)
    }

.off-canvas-content.is-open-right.has-transition-push {
    -webkit-transform: translateX(-250px);
    -ms-transform: translateX(-250px);
    transform: translateX(-250px)
}

.position-right.is-transition-push {
    -webkit-box-shadow: inset 13px 0 20px -13px rgba(18,18,18,0.25);
    box-shadow: inset 13px 0 20px -13px rgba(18,18,18,0.25)
}

.position-top {
    top: 0;
    left: 0;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    height: 250px;
    -webkit-transform: translateY(-250px);
    -ms-transform: translateY(-250px);
    transform: translateY(-250px)
}

.off-canvas-content .off-canvas.position-top {
    -webkit-transform: translateY(-250px);
    -ms-transform: translateY(-250px);
    transform: translateY(-250px)
}

    .off-canvas-content .off-canvas.position-top.is-transition-overlap.is-open {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0)
    }

.off-canvas-content.is-open-top.has-transition-push {
    -webkit-transform: translateY(250px);
    -ms-transform: translateY(250px);
    transform: translateY(250px)
}

.position-top.is-transition-push {
    -webkit-box-shadow: inset 0 -13px 20px -13px rgba(18,18,18,0.25);
    box-shadow: inset 0 -13px 20px -13px rgba(18,18,18,0.25)
}

.position-bottom {
    bottom: 0;
    left: 0;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    height: 250px;
    -webkit-transform: translateY(250px);
    -ms-transform: translateY(250px);
    transform: translateY(250px)
}

.off-canvas-content .off-canvas.position-bottom {
    -webkit-transform: translateY(250px);
    -ms-transform: translateY(250px);
    transform: translateY(250px)
}

    .off-canvas-content .off-canvas.position-bottom.is-transition-overlap.is-open {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0)
    }

.off-canvas-content.is-open-bottom.has-transition-push {
    -webkit-transform: translateY(-250px);
    -ms-transform: translateY(-250px);
    transform: translateY(-250px)
}

.position-bottom.is-transition-push {
    -webkit-box-shadow: inset 0 13px 20px -13px rgba(18,18,18,0.25);
    box-shadow: inset 0 13px 20px -13px rgba(18,18,18,0.25)
}

.off-canvas-content {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

    .off-canvas-content.has-transition-overlap, .off-canvas-content.has-transition-push {
        -webkit-transition: -webkit-transform .5s ease;
        transition: -webkit-transform .5s ease;
        transition: transform .5s ease;
        transition: transform .5s ease, -webkit-transform .5s ease
    }

    .off-canvas-content.has-transition-push {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    .off-canvas-content .off-canvas.is-open {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0)
    }

@media print, screen and (min-width: 40em) {
    .position-left.reveal-for-medium {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        z-index: 12;
        -webkit-transition: none;
        transition: none;
        visibility: visible
    }

        .position-left.reveal-for-medium .close-button {
            display: none
        }

    .off-canvas-content .position-left.reveal-for-medium {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

    .off-canvas-content.has-reveal-left {
        margin-left: 250px
    }

    .position-left.reveal-for-medium ~ .off-canvas-content {
        margin-left: 250px
    }

    .position-right.reveal-for-medium {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        z-index: 12;
        -webkit-transition: none;
        transition: none;
        visibility: visible
    }

        .position-right.reveal-for-medium .close-button {
            display: none
        }

    .off-canvas-content .position-right.reveal-for-medium {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

    .off-canvas-content.has-reveal-right {
        margin-right: 250px
    }

    .position-right.reveal-for-medium ~ .off-canvas-content {
        margin-right: 250px
    }

    .position-top.reveal-for-medium {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        z-index: 12;
        -webkit-transition: none;
        transition: none;
        visibility: visible
    }

        .position-top.reveal-for-medium .close-button {
            display: none
        }

    .off-canvas-content .position-top.reveal-for-medium {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

    .off-canvas-content.has-reveal-top {
        margin-top: 250px
    }

    .position-top.reveal-for-medium ~ .off-canvas-content {
        margin-top: 250px
    }

    .position-bottom.reveal-for-medium {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        z-index: 12;
        -webkit-transition: none;
        transition: none;
        visibility: visible
    }

        .position-bottom.reveal-for-medium .close-button {
            display: none
        }

    .off-canvas-content .position-bottom.reveal-for-medium {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

    .off-canvas-content.has-reveal-bottom {
        margin-bottom: 250px
    }

    .position-bottom.reveal-for-medium ~ .off-canvas-content {
        margin-bottom: 250px
    }
}

@media print, screen and (min-width: 64em) {
    .position-left.reveal-for-large {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        z-index: 12;
        -webkit-transition: none;
        transition: none;
        visibility: visible
    }

        .position-left.reveal-for-large .close-button {
            display: none
        }

    .off-canvas-content .position-left.reveal-for-large {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

    .off-canvas-content.has-reveal-left {
        margin-left: 250px
    }

    .position-left.reveal-for-large ~ .off-canvas-content {
        margin-left: 250px
    }

    .position-right.reveal-for-large {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        z-index: 12;
        -webkit-transition: none;
        transition: none;
        visibility: visible
    }

        .position-right.reveal-for-large .close-button {
            display: none
        }

    .off-canvas-content .position-right.reveal-for-large {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

    .off-canvas-content.has-reveal-right {
        margin-right: 250px
    }

    .position-right.reveal-for-large ~ .off-canvas-content {
        margin-right: 250px
    }

    .position-top.reveal-for-large {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        z-index: 12;
        -webkit-transition: none;
        transition: none;
        visibility: visible
    }

        .position-top.reveal-for-large .close-button {
            display: none
        }

    .off-canvas-content .position-top.reveal-for-large {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

    .off-canvas-content.has-reveal-top {
        margin-top: 250px
    }

    .position-top.reveal-for-large ~ .off-canvas-content {
        margin-top: 250px
    }

    .position-bottom.reveal-for-large {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        z-index: 12;
        -webkit-transition: none;
        transition: none;
        visibility: visible
    }

        .position-bottom.reveal-for-large .close-button {
            display: none
        }

    .off-canvas-content .position-bottom.reveal-for-large {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

    .off-canvas-content.has-reveal-bottom {
        margin-bottom: 250px
    }

    .position-bottom.reveal-for-large ~ .off-canvas-content {
        margin-bottom: 250px
    }
}

@media screen and (min-width: 75em) {
    .position-left.reveal-for-xlarge {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        z-index: 12;
        -webkit-transition: none;
        transition: none;
        visibility: visible
    }

        .position-left.reveal-for-xlarge .close-button {
            display: none
        }

    .off-canvas-content .position-left.reveal-for-xlarge {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

    .off-canvas-content.has-reveal-left {
        margin-left: 250px
    }

    .position-left.reveal-for-xlarge ~ .off-canvas-content {
        margin-left: 250px
    }

    .position-right.reveal-for-xlarge {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        z-index: 12;
        -webkit-transition: none;
        transition: none;
        visibility: visible
    }

        .position-right.reveal-for-xlarge .close-button {
            display: none
        }

    .off-canvas-content .position-right.reveal-for-xlarge {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

    .off-canvas-content.has-reveal-right {
        margin-right: 250px
    }

    .position-right.reveal-for-xlarge ~ .off-canvas-content {
        margin-right: 250px
    }

    .position-top.reveal-for-xlarge {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        z-index: 12;
        -webkit-transition: none;
        transition: none;
        visibility: visible
    }

        .position-top.reveal-for-xlarge .close-button {
            display: none
        }

    .off-canvas-content .position-top.reveal-for-xlarge {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

    .off-canvas-content.has-reveal-top {
        margin-top: 250px
    }

    .position-top.reveal-for-xlarge ~ .off-canvas-content {
        margin-top: 250px
    }

    .position-bottom.reveal-for-xlarge {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        z-index: 12;
        -webkit-transition: none;
        transition: none;
        visibility: visible
    }

        .position-bottom.reveal-for-xlarge .close-button {
            display: none
        }

    .off-canvas-content .position-bottom.reveal-for-xlarge {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

    .off-canvas-content.has-reveal-bottom {
        margin-bottom: 250px
    }

    .position-bottom.reveal-for-xlarge ~ .off-canvas-content {
        margin-bottom: 250px
    }
}

@media screen and (min-width: 90em) {
    .position-left.reveal-for-xxlarge {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        z-index: 12;
        -webkit-transition: none;
        transition: none;
        visibility: visible
    }

        .position-left.reveal-for-xxlarge .close-button {
            display: none
        }

    .off-canvas-content .position-left.reveal-for-xxlarge {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

    .off-canvas-content.has-reveal-left {
        margin-left: 250px
    }

    .position-left.reveal-for-xxlarge ~ .off-canvas-content {
        margin-left: 250px
    }

    .position-right.reveal-for-xxlarge {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        z-index: 12;
        -webkit-transition: none;
        transition: none;
        visibility: visible
    }

        .position-right.reveal-for-xxlarge .close-button {
            display: none
        }

    .off-canvas-content .position-right.reveal-for-xxlarge {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

    .off-canvas-content.has-reveal-right {
        margin-right: 250px
    }

    .position-right.reveal-for-xxlarge ~ .off-canvas-content {
        margin-right: 250px
    }

    .position-top.reveal-for-xxlarge {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        z-index: 12;
        -webkit-transition: none;
        transition: none;
        visibility: visible
    }

        .position-top.reveal-for-xxlarge .close-button {
            display: none
        }

    .off-canvas-content .position-top.reveal-for-xxlarge {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

    .off-canvas-content.has-reveal-top {
        margin-top: 250px
    }

    .position-top.reveal-for-xxlarge ~ .off-canvas-content {
        margin-top: 250px
    }

    .position-bottom.reveal-for-xxlarge {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        z-index: 12;
        -webkit-transition: none;
        transition: none;
        visibility: visible
    }

        .position-bottom.reveal-for-xxlarge .close-button {
            display: none
        }

    .off-canvas-content .position-bottom.reveal-for-xxlarge {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

    .off-canvas-content.has-reveal-bottom {
        margin-bottom: 250px
    }

    .position-bottom.reveal-for-xxlarge ~ .off-canvas-content {
        margin-bottom: 250px
    }
}

@media print, screen and (min-width: 40em) {
    .off-canvas.in-canvas-for-medium {
        visibility: visible;
        height: auto;
        position: static;
        background: none;
        width: auto;
        overflow: visible;
        -webkit-transition: none;
        transition: none
    }

        .off-canvas.in-canvas-for-medium.position-left, .off-canvas.in-canvas-for-medium.position-right, .off-canvas.in-canvas-for-medium.position-top, .off-canvas.in-canvas-for-medium.position-bottom {
            -webkit-box-shadow: none;
            box-shadow: none;
            -webkit-transform: none;
            -ms-transform: none;
            transform: none
        }

        .off-canvas.in-canvas-for-medium .close-button {
            display: none
        }
}

@media print, screen and (min-width: 64em) {
    .off-canvas.in-canvas-for-large {
        visibility: visible;
        height: auto;
        position: static;
        background: none;
        width: auto;
        overflow: visible;
        -webkit-transition: none;
        transition: none
    }

        .off-canvas.in-canvas-for-large.position-left, .off-canvas.in-canvas-for-large.position-right, .off-canvas.in-canvas-for-large.position-top, .off-canvas.in-canvas-for-large.position-bottom {
            -webkit-box-shadow: none;
            box-shadow: none;
            -webkit-transform: none;
            -ms-transform: none;
            transform: none
        }

        .off-canvas.in-canvas-for-large .close-button {
            display: none
        }
}

@media screen and (min-width: 75em) {
    .off-canvas.in-canvas-for-xlarge {
        visibility: visible;
        height: auto;
        position: static;
        background: none;
        width: auto;
        overflow: visible;
        -webkit-transition: none;
        transition: none
    }

        .off-canvas.in-canvas-for-xlarge.position-left, .off-canvas.in-canvas-for-xlarge.position-right, .off-canvas.in-canvas-for-xlarge.position-top, .off-canvas.in-canvas-for-xlarge.position-bottom {
            -webkit-box-shadow: none;
            box-shadow: none;
            -webkit-transform: none;
            -ms-transform: none;
            transform: none
        }

        .off-canvas.in-canvas-for-xlarge .close-button {
            display: none
        }
}

@media screen and (min-width: 90em) {
    .off-canvas.in-canvas-for-xxlarge {
        visibility: visible;
        height: auto;
        position: static;
        background: none;
        width: auto;
        overflow: visible;
        -webkit-transition: none;
        transition: none
    }

        .off-canvas.in-canvas-for-xxlarge.position-left, .off-canvas.in-canvas-for-xxlarge.position-right, .off-canvas.in-canvas-for-xxlarge.position-top, .off-canvas.in-canvas-for-xxlarge.position-bottom {
            -webkit-box-shadow: none;
            box-shadow: none;
            -webkit-transform: none;
            -ms-transform: none;
            transform: none
        }

        .off-canvas.in-canvas-for-xxlarge .close-button {
            display: none
        }
}

html.is-reveal-open {
    position: fixed;
    width: 100%;
    overflow-y: hidden
}

    html.is-reveal-open.zf-has-scroll {
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch
    }

    html.is-reveal-open body {
        overflow-y: hidden
    }

.reveal-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1005;
    display: none;
    background-color: rgba(18,18,18,0.9);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

.reveal {
    z-index: 1006;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: none;
    padding: 1rem;
    border: 1px solid #cacaca;
    border-radius: 0;
    background-color: #f6f6f6;
    position: relative;
    top: 100px;
    margin-right: auto;
    margin-left: auto;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

[data-whatinput='mouse'] .reveal {
    outline: 0
}

@media print, screen and (min-width: 40em) {
    .reveal {
        min-height: 0
    }
}

.reveal .column {
    min-width: 0
}

.reveal > :last-child {
    margin-bottom: 0
}

@media print, screen and (min-width: 40em) {
    .reveal {
        width: 600px;
        max-width: 83.33333rem
    }
}

.reveal.collapse {
    padding: 0
}

@media print, screen and (min-width: 40em) {
    .reveal.tiny {
        width: 30%;
        max-width: 83.33333rem
    }
}

@media print, screen and (min-width: 40em) {
    .reveal.small {
        width: 50%;
        max-width: 83.33333rem
    }
}

@media print, screen and (min-width: 40em) {
    .reveal.large {
        width: 90%;
        max-width: 83.33333rem
    }
}

.reveal.full {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    min-height: 100%;
    margin-left: 0;
    border: 0;
    border-radius: 0
}

@media print, screen and (max-width: 39.99875em) {
    .reveal {
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        max-width: none;
        height: 100%;
        min-height: 100%;
        margin-left: 0;
        border: 0;
        border-radius: 0
    }
}

.reveal.without-overlay {
    position: fixed
}

.sticky-container {
    position: relative
}

.sticky {
    position: relative;
    z-index: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

    .sticky.is-stuck {
        position: fixed;
        z-index: 5;
        width: 100%
    }

        .sticky.is-stuck.is-at-top {
            top: 0
        }

        .sticky.is-stuck.is-at-bottom {
            bottom: 0
        }

    .sticky.is-anchored {
        position: relative;
        right: auto;
        left: auto
    }

        .sticky.is-anchored.is-at-bottom {
            bottom: 0
        }

.title-bar {
    padding: .5rem;
    background: #121212;
    color: #f6f6f6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

    .title-bar .menu-icon {
        margin-left: .25rem;
        margin-right: .25rem
    }

.title-bar-left, .title-bar-right {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px
}

.title-bar-right {
    text-align: right
}

.title-bar-title {
    display: inline-block;
    vertical-align: middle;
    font-weight: bold
}

.top-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .5rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

    .top-bar, .top-bar ul {
        background-color: #e6e6e6
    }

        .top-bar input {
            max-width: 200px;
            margin-right: 1rem
        }

        .top-bar .input-group-field {
            width: 100%;
            margin-right: 0
        }

        .top-bar input.button {
            width: auto
        }

        .top-bar .top-bar-left, .top-bar .top-bar-right {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100%
        }

@media print, screen and (min-width: 40em) {
    .top-bar {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

        .top-bar .top-bar-left {
            -webkit-box-flex: 1;
            -ms-flex: 1 1 auto;
            flex: 1 1 auto;
            margin-right: auto
        }

        .top-bar .top-bar-right {
            -webkit-box-flex: 0;
            -ms-flex: 0 1 auto;
            flex: 0 1 auto;
            margin-left: auto
        }
}

@media print, screen and (max-width: 63.99875em) {
    .top-bar.stacked-for-medium {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

        .top-bar.stacked-for-medium .top-bar-left, .top-bar.stacked-for-medium .top-bar-right {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100%
        }
}

@media print, screen and (max-width: 74.99875em) {
    .top-bar.stacked-for-large {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

        .top-bar.stacked-for-large .top-bar-left, .top-bar.stacked-for-large .top-bar-right {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100%
        }
}

@media print, screen and (max-width: 89.99875em) {
    .top-bar.stacked-for-xlarge {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

        .top-bar.stacked-for-xlarge .top-bar-left, .top-bar.stacked-for-xlarge .top-bar-right {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100%
        }
}

.top-bar.stacked-for-xxlarge {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

    .top-bar.stacked-for-xxlarge .top-bar-left, .top-bar.stacked-for-xxlarge .top-bar-right {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

.top-bar-title {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin: 0.5rem 1rem 0.5rem 0
}

.top-bar-left, .top-bar-right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.float-left {
    float: left !important
}

.float-right {
    float: right !important
}

.float-center {
    display: block;
    margin-right: auto;
    margin-left: auto
}

.clearfix::before, .clearfix::after {
    display: table;
    content: ' ';
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.clearfix::after {
    clear: both
}

.align-left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.align-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.align-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.align-justify {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.align-spaced {
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.align-left.vertical.menu > li > a, aside.side .align-left.vertical.menu > li > a, aside.side .align-left.vertical.mod_docman_icons > li > a, aside.left .align-left.vertical.menu > li > a, aside.left .align-left.vertical.mod_docman_icons > li > a {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.align-right.vertical.menu > li > a, aside.side .align-right.vertical.menu > li > a, aside.side .align-right.vertical.mod_docman_icons > li > a, aside.left .align-right.vertical.menu > li > a, aside.left .align-right.vertical.mod_docman_icons > li > a {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.align-center.vertical.menu > li > a, aside.side .align-center.vertical.menu > li > a, aside.side .align-center.vertical.mod_docman_icons > li > a, aside.left .align-center.vertical.menu > li > a, aside.left .align-center.vertical.mod_docman_icons > li > a {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.align-top {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.align-self-top {
    -ms-flex-item-align: start;
    align-self: flex-start
}

.align-bottom {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.align-self-bottom {
    -ms-flex-item-align: end;
    align-self: flex-end
}

.align-middle {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.align-self-middle {
    -ms-flex-item-align: center;
    align-self: center
}

.align-stretch {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.align-self-stretch {
    -ms-flex-item-align: stretch;
    align-self: stretch
}

.align-center-middle {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center
}

.small-order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.small-order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.small-order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
}

.small-order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
}

.small-order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
}

.small-order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6
}

@media print, screen and (min-width: 40em) {
    .medium-order-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .medium-order-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .medium-order-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .medium-order-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .medium-order-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .medium-order-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }
}

@media print, screen and (min-width: 64em) {
    .large-order-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .large-order-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .large-order-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .large-order-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .large-order-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .large-order-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }
}

@media screen and (min-width: 75em) {
    .xlarge-order-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .xlarge-order-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .xlarge-order-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .xlarge-order-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .xlarge-order-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .xlarge-order-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }
}

@media screen and (min-width: 90em) {
    .xxlarge-order-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .xxlarge-order-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .xxlarge-order-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .xxlarge-order-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .xxlarge-order-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .xxlarge-order-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }
}

.flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.flex-child-auto {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.flex-child-grow {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

.flex-child-shrink {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto
}

.flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
}

@media print, screen and (min-width: 40em) {
    .medium-flex-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .medium-flex-child-auto {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto
    }

    .medium-flex-child-grow {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto
    }

    .medium-flex-child-shrink {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto
    }

    .medium-flex-dir-row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .medium-flex-dir-row-reverse {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }

    .medium-flex-dir-column {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .medium-flex-dir-column-reverse {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

@media print, screen and (min-width: 64em) {
    .large-flex-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .large-flex-child-auto {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto
    }

    .large-flex-child-grow {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto
    }

    .large-flex-child-shrink {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto
    }

    .large-flex-dir-row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .large-flex-dir-row-reverse {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }

    .large-flex-dir-column {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .large-flex-dir-column-reverse {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

@media screen and (min-width: 75em) {
    .xlarge-flex-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .xlarge-flex-child-auto {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto
    }

    .xlarge-flex-child-grow {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto
    }

    .xlarge-flex-child-shrink {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto
    }

    .xlarge-flex-dir-row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .xlarge-flex-dir-row-reverse {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }

    .xlarge-flex-dir-column {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .xlarge-flex-dir-column-reverse {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

@media screen and (min-width: 90em) {
    .xxlarge-flex-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .xxlarge-flex-child-auto {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto
    }

    .xxlarge-flex-child-grow {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto
    }

    .xxlarge-flex-child-shrink {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto
    }

    .xxlarge-flex-dir-row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .xxlarge-flex-dir-row-reverse {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }

    .xxlarge-flex-dir-column {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .xxlarge-flex-dir-column-reverse {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

.hide {
    display: none !important
}

.invisible {
    visibility: hidden
}

.visible {
    visibility: visible
}

@media print, screen and (max-width: 39.99875em) {
    .hide-for-small-only {
        display: none !important
    }
}

@media screen and (max-width: 0em), screen and (min-width: 40em) {
    .show-for-small-only {
        display: none !important
    }
}

@media print, screen and (min-width: 40em) {
    .hide-for-medium {
        display: none !important
    }
}

@media screen and (max-width: 39.99875em) {
    .show-for-medium {
        display: none !important
    }
}

@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
    .hide-for-medium-only {
        display: none !important
    }
}

@media screen and (max-width: 39.99875em), screen and (min-width: 64em) {
    .show-for-medium-only {
        display: none !important
    }
}

@media print, screen and (min-width: 64em) {
    .hide-for-large {
        display: none !important
    }
}

@media screen and (max-width: 63.99875em) {
    .show-for-large {
        display: none !important
    }
}

@media print, screen and (min-width: 64em) and (max-width: 74.99875em) {
    .hide-for-large-only {
        display: none !important
    }
}

@media screen and (max-width: 63.99875em), screen and (min-width: 75em) {
    .show-for-large-only {
        display: none !important
    }
}

@media screen and (min-width: 75em) {
    .hide-for-xlarge {
        display: none !important
    }
}

@media screen and (max-width: 74.99875em) {
    .show-for-xlarge {
        display: none !important
    }
}

@media screen and (min-width: 75em) and (max-width: 89.99875em) {
    .hide-for-xlarge-only {
        display: none !important
    }
}

@media screen and (max-width: 74.99875em), screen and (min-width: 90em) {
    .show-for-xlarge-only {
        display: none !important
    }
}

@media screen and (min-width: 90em) {
    .hide-for-xxlarge {
        display: none !important
    }
}

@media screen and (max-width: 89.99875em) {
    .show-for-xxlarge {
        display: none !important
    }
}

@media screen and (min-width: 90em) {
    .hide-for-xxlarge-only {
        display: none !important
    }
}

@media screen and (max-width: 89.99875em) {
    .show-for-xxlarge-only {
        display: none !important
    }
}

.show-for-sr, .show-on-focus {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important
}

    .show-on-focus:active, .show-on-focus:focus {
        position: static !important;
        width: auto !important;
        height: auto !important;
        overflow: visible !important;
        clip: auto !important;
        white-space: normal !important
    }

.show-for-landscape, .hide-for-portrait {
    display: block !important
}

@media screen and (orientation: landscape) {
    .show-for-landscape, .hide-for-portrait {
        display: block !important
    }
}

@media screen and (orientation: portrait) {
    .show-for-landscape, .hide-for-portrait {
        display: none !important
    }
}

.hide-for-landscape, .show-for-portrait {
    display: none !important
}

@media screen and (orientation: landscape) {
    .hide-for-landscape, .show-for-portrait {
        display: none !important
    }
}

@media screen and (orientation: portrait) {
    .hide-for-landscape, .show-for-portrait {
        display: block !important
    }
}

.show-for-dark-mode {
    display: none
}

.hide-for-dark-mode {
    display: block
}

@media screen and (prefers-color-scheme: dark) {
    .show-for-dark-mode {
        display: block !important
    }

    .hide-for-dark-mode {
        display: none !important
    }
}

.show-for-ie {
    display: none
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .show-for-ie {
        display: block !important
    }

    .hide-for-ie {
        display: none !important
    }
}

.show-for-sticky {
    display: none
}

.is-stuck .show-for-sticky {
    display: block
}

.is-stuck .hide-for-sticky {
    display: none
}

.slide-in-down.mui-enter {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

    .slide-in-down.mui-enter.mui-enter-active {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

.slide-in-left.mui-enter {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

    .slide-in-left.mui-enter.mui-enter-active {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

.slide-in-up.mui-enter {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

    .slide-in-up.mui-enter.mui-enter-active {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

.slide-in-right.mui-enter {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

    .slide-in-right.mui-enter.mui-enter-active {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

.slide-out-down.mui-leave {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

    .slide-out-down.mui-leave.mui-leave-active {
        -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
        transform: translateY(100%)
    }

.slide-out-right.mui-leave {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

    .slide-out-right.mui-leave.mui-leave-active {
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%)
    }

.slide-out-up.mui-leave {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

    .slide-out-up.mui-leave.mui-leave-active {
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%)
    }

.slide-out-left.mui-leave {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

    .slide-out-left.mui-leave.mui-leave-active {
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%)
    }

.fade-in.mui-enter {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    opacity: 0;
    -webkit-transition-property: opacity;
    transition-property: opacity
}

    .fade-in.mui-enter.mui-enter-active {
        opacity: 1
    }

.fade-out.mui-leave {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    opacity: 1;
    -webkit-transition-property: opacity;
    transition-property: opacity
}

    .fade-out.mui-leave.mui-leave-active {
        opacity: 0
    }

.hinge-in-from-top.mui-enter {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotateX(-90deg);
    transform: perspective(2000px) rotateX(-90deg);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 0
}

    .hinge-in-from-top.mui-enter.mui-enter-active {
        -webkit-transform: perspective(2000px) rotate(0deg);
        transform: perspective(2000px) rotate(0deg);
        opacity: 1
    }

.hinge-in-from-right.mui-enter {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotateY(-90deg);
    transform: perspective(2000px) rotateY(-90deg);
    -webkit-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 0
}

    .hinge-in-from-right.mui-enter.mui-enter-active {
        -webkit-transform: perspective(2000px) rotate(0deg);
        transform: perspective(2000px) rotate(0deg);
        opacity: 1
    }

.hinge-in-from-bottom.mui-enter {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotateX(90deg);
    transform: perspective(2000px) rotateX(90deg);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 0
}

    .hinge-in-from-bottom.mui-enter.mui-enter-active {
        -webkit-transform: perspective(2000px) rotate(0deg);
        transform: perspective(2000px) rotate(0deg);
        opacity: 1
    }

.hinge-in-from-left.mui-enter {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotateY(90deg);
    transform: perspective(2000px) rotateY(90deg);
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 0
}

    .hinge-in-from-left.mui-enter.mui-enter-active {
        -webkit-transform: perspective(2000px) rotate(0deg);
        transform: perspective(2000px) rotate(0deg);
        opacity: 1
    }

.hinge-in-from-middle-x.mui-enter {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotateX(-90deg);
    transform: perspective(2000px) rotateX(-90deg);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 0
}

    .hinge-in-from-middle-x.mui-enter.mui-enter-active {
        -webkit-transform: perspective(2000px) rotate(0deg);
        transform: perspective(2000px) rotate(0deg);
        opacity: 1
    }

.hinge-in-from-middle-y.mui-enter {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotateY(-90deg);
    transform: perspective(2000px) rotateY(-90deg);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 0
}

    .hinge-in-from-middle-y.mui-enter.mui-enter-active {
        -webkit-transform: perspective(2000px) rotate(0deg);
        transform: perspective(2000px) rotate(0deg);
        opacity: 1
    }

.hinge-out-from-top.mui-leave {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotate(0deg);
    transform: perspective(2000px) rotate(0deg);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 1
}

    .hinge-out-from-top.mui-leave.mui-leave-active {
        -webkit-transform: perspective(2000px) rotateX(90deg);
        transform: perspective(2000px) rotateX(90deg);
        opacity: 0
    }

.hinge-out-from-right.mui-leave {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotate(0deg);
    transform: perspective(2000px) rotate(0deg);
    -webkit-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 1
}

    .hinge-out-from-right.mui-leave.mui-leave-active {
        -webkit-transform: perspective(2000px) rotateY(90deg);
        transform: perspective(2000px) rotateY(90deg);
        opacity: 0
    }

.hinge-out-from-bottom.mui-leave {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotate(0deg);
    transform: perspective(2000px) rotate(0deg);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 1
}

    .hinge-out-from-bottom.mui-leave.mui-leave-active {
        -webkit-transform: perspective(2000px) rotateX(-90deg);
        transform: perspective(2000px) rotateX(-90deg);
        opacity: 0
    }

.hinge-out-from-left.mui-leave {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotate(0deg);
    transform: perspective(2000px) rotate(0deg);
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 1
}

    .hinge-out-from-left.mui-leave.mui-leave-active {
        -webkit-transform: perspective(2000px) rotateY(-90deg);
        transform: perspective(2000px) rotateY(-90deg);
        opacity: 0
    }

.hinge-out-from-middle-x.mui-leave {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotate(0deg);
    transform: perspective(2000px) rotate(0deg);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 1
}

    .hinge-out-from-middle-x.mui-leave.mui-leave-active {
        -webkit-transform: perspective(2000px) rotateX(90deg);
        transform: perspective(2000px) rotateX(90deg);
        opacity: 0
    }

.hinge-out-from-middle-y.mui-leave {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotate(0deg);
    transform: perspective(2000px) rotate(0deg);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 1
}

    .hinge-out-from-middle-y.mui-leave.mui-leave-active {
        -webkit-transform: perspective(2000px) rotateY(90deg);
        transform: perspective(2000px) rotateY(90deg);
        opacity: 0
    }

.scale-in-up.mui-enter {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: scale(.5);
    -ms-transform: scale(.5);
    transform: scale(.5);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 0
}

    .scale-in-up.mui-enter.mui-enter-active {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

.scale-in-down.mui-enter {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 0
}

    .scale-in-down.mui-enter.mui-enter-active {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

.scale-out-up.mui-leave {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 1
}

    .scale-out-up.mui-leave.mui-leave-active {
        -webkit-transform: scale(1.5);
        -ms-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0
    }

.scale-out-down.mui-leave {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 1
}

    .scale-out-down.mui-leave.mui-leave-active {
        -webkit-transform: scale(.5);
        -ms-transform: scale(.5);
        transform: scale(.5);
        opacity: 0
    }

.spin-in.mui-enter {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: rotate(-.75turn);
    -ms-transform: rotate(-.75turn);
    transform: rotate(-.75turn);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 0
}

    .spin-in.mui-enter.mui-enter-active {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }

.spin-out.mui-leave {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 1
}

    .spin-out.mui-leave.mui-leave-active {
        -webkit-transform: rotate(.75turn);
        -ms-transform: rotate(.75turn);
        transform: rotate(.75turn);
        opacity: 0
    }

.spin-in-ccw.mui-enter {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: rotate(.75turn);
    -ms-transform: rotate(.75turn);
    transform: rotate(.75turn);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 0
}

    .spin-in-ccw.mui-enter.mui-enter-active {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }

.spin-out-ccw.mui-leave {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 1
}

    .spin-out-ccw.mui-leave.mui-leave-active {
        -webkit-transform: rotate(-.75turn);
        -ms-transform: rotate(-.75turn);
        transform: rotate(-.75turn);
        opacity: 0
    }

.slow {
    -webkit-transition-duration: 750ms !important;
    transition-duration: 750ms !important
}

.fast {
    -webkit-transition-duration: 250ms !important;
    transition-duration: 250ms !important
}

.linear {
    -webkit-transition-timing-function: linear !important;
    transition-timing-function: linear !important
}

.ease {
    -webkit-transition-timing-function: ease !important;
    transition-timing-function: ease !important
}

.ease-in {
    -webkit-transition-timing-function: ease-in !important;
    transition-timing-function: ease-in !important
}

.ease-out {
    -webkit-transition-timing-function: ease-out !important;
    transition-timing-function: ease-out !important
}

.ease-in-out {
    -webkit-transition-timing-function: ease-in-out !important;
    transition-timing-function: ease-in-out !important
}

.bounce-in {
    -webkit-transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
    transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important
}

.bounce-out {
    -webkit-transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
    transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important
}

.bounce-in-out {
    -webkit-transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
    transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important
}

.short-delay {
    -webkit-transition-delay: 300ms !important;
    transition-delay: 300ms !important
}

.long-delay {
    -webkit-transition-delay: 700ms !important;
    transition-delay: 700ms !important
}

.shake {
    -webkit-animation-name: shake-7;
    animation-name: shake-7
}

@-webkit-keyframes shake-7 {
    0%,10%,20%,30%,40%,50%,60%,70%,80%,90% {
        -webkit-transform: translateX(7%);
        transform: translateX(7%)
    }

    5%,15%,25%,35%,45%,55%,65%,75%,85%,95% {
        -webkit-transform: translateX(-7%);
        transform: translateX(-7%)
    }
}

@keyframes shake-7 {
    0%,10%,20%,30%,40%,50%,60%,70%,80%,90% {
        -webkit-transform: translateX(7%);
        transform: translateX(7%)
    }

    5%,15%,25%,35%,45%,55%,65%,75%,85%,95% {
        -webkit-transform: translateX(-7%);
        transform: translateX(-7%)
    }
}

.spin-cw {
    -webkit-animation-name: spin-cw-1turn;
    animation-name: spin-cw-1turn
}

@-webkit-keyframes spin-cw-1turn {
    0% {
        -webkit-transform: rotate(-1turn);
        transform: rotate(-1turn)
    }

    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@keyframes spin-cw-1turn {
    0% {
        -webkit-transform: rotate(-1turn);
        transform: rotate(-1turn)
    }

    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

.spin-ccw {
    -webkit-animation-name: spin-ccw-1turn;
    animation-name: spin-ccw-1turn
}

@-webkit-keyframes spin-ccw-1turn {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(-1turn);
        transform: rotate(-1turn)
    }
}

@keyframes spin-ccw-1turn {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(-1turn);
        transform: rotate(-1turn)
    }
}

.wiggle {
    -webkit-animation-name: wiggle-7deg;
    animation-name: wiggle-7deg
}

@-webkit-keyframes wiggle-7deg {
    40%,50%,60% {
        -webkit-transform: rotate(7deg);
        transform: rotate(7deg)
    }

    35%,45%,55%,65% {
        -webkit-transform: rotate(-7deg);
        transform: rotate(-7deg)
    }

    0%,30%,70%,100% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@keyframes wiggle-7deg {
    40%,50%,60% {
        -webkit-transform: rotate(7deg);
        transform: rotate(7deg)
    }

    35%,45%,55%,65% {
        -webkit-transform: rotate(-7deg);
        transform: rotate(-7deg)
    }

    0%,30%,70%,100% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

.shake, .spin-cw, .spin-ccw, .wiggle {
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms
}

.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.slow {
    -webkit-animation-duration: 750ms !important;
    animation-duration: 750ms !important
}

.fast {
    -webkit-animation-duration: 250ms !important;
    animation-duration: 250ms !important
}

.linear {
    -webkit-animation-timing-function: linear !important;
    animation-timing-function: linear !important
}

.ease {
    -webkit-animation-timing-function: ease !important;
    animation-timing-function: ease !important
}

.ease-in {
    -webkit-animation-timing-function: ease-in !important;
    animation-timing-function: ease-in !important
}

.ease-out {
    -webkit-animation-timing-function: ease-out !important;
    animation-timing-function: ease-out !important
}

.ease-in-out {
    -webkit-animation-timing-function: ease-in-out !important;
    animation-timing-function: ease-in-out !important
}

.bounce-in {
    -webkit-animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
    animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important
}

.bounce-out {
    -webkit-animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
    animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important
}

.bounce-in-out {
    -webkit-animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
    animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important
}

.short-delay {
    -webkit-animation-delay: 300ms !important;
    animation-delay: 300ms !important
}

.long-delay {
    -webkit-animation-delay: 700ms !important;
    animation-delay: 700ms !important
}

a:focus, input:focus, textarea:focus, button:focus, select:focus, a img:focus, .swiper-pagination-bullet:focus {
    outline: 2px dashed yellow !important
}

p a:not(.button) {
    font-weight: 800
}

[type="checkbox"]:checked:focus + label, [type="checkbox"]:not(:checked):focus + label, [type="radio"]:checked:focus + label, [type="radio"]:not(:checked):focus + label {
    outline: 2px dashed yellow !important
}

.button {
    text-transform: uppercase
}

span.highlight {
    color: #121212
}
/*
.homepage {
    background-color: #f6f6f6
}

    .homepage h2 {
        font-family: 'Gotham', sans-serif
    }*/

.grecaptcha-badge {
    display: none !important
}

.callout {
    -webkit-box-shadow: inset 0px 0px 0px 3px rgba(18,18,18,0.25);
    box-shadow: inset 0px 0px 0px 3px rgba(18,18,18,0.25)
}

.category-desc #system-readmore {
    display: none
}

body {
    overflow-x: hidden
}

iframe {
    max-width: 100%
}

div.cc-revoke.cc-bottom {
    font-size: 1rem;
    font-family: "Gilroy",sans-serif;
    font-weight: 800;
    border-radius: 0;
    padding: .55556rem .83333rem
}

.cc-bottom.cc-window.cc-banner {
    max-width: 30em;
    padding: 1.75rem 2rem;
    left: 1rem;
    bottom: 1rem;
    -webkit-box-shadow: 0px 3px 6px rgba(0,0,0,0.15);
    box-shadow: 0px 3px 6px rgba(0,0,0,0.15);
    font-family: "Gilroy",sans-serif;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column
}

@media print, screen and (max-width: 39.99875em) {
    .cc-bottom.cc-window.cc-banner {
        max-width: 90vw
    }
}

.cc-bottom.cc-window.cc-banner .cc-message {
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
    display: block;
    margin-bottom: 0.5rem
}

.cc-bottom.cc-window.cc-banner .cc-link {
    font-size: .83333rem;
    opacity: 1
}

.cc-bottom.cc-window.cc-banner .cc-compliance {
    -ms-flex-flow: wrap;
    flex-flow: wrap
}

.cc-bottom.cc-window.cc-banner .cc-btn {
    margin-bottom: 0.75rem;
    text-transform: uppercase;
    -webkit-transition: background-color .2s ease-in-out, border .2s ease-in-out;
    transition: background-color .2s ease-in-out, border .2s ease-in-out;
    font-weight: 800;
    font-size: 0.9rem;
    padding: .66667rem 2.77778rem;
    border: none;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
}

    .cc-bottom.cc-window.cc-banner .cc-btn.cc-deny {
        background-color: #f6f6f6;
        color: #121212
    }

        .cc-bottom.cc-window.cc-banner .cc-btn.cc-deny:hover {
            background-color: #ddd
        }

    .cc-bottom.cc-window.cc-banner .cc-btn.cc-allow {
        background-color: #ff206c;
        color: #121212
    }

        .cc-bottom.cc-window.cc-banner .cc-btn.cc-allow:hover {
            background-color: #ec0050
        }

.cc-bottom.cc-window.cc-banner .cc-message-text {
    display: block;
    margin-bottom: 0.5rem;
    font-size: 1.25rem;
    line-height: 1.2
}

.cc-bottom.cc-window.cc-banner .cc-checkboxes-container a.cc-link {
    margin-left: 22px;
    margin-top: -0.15rem
}

.cc-bottom.cc-window.cc-banner .cc-checkboxes-container > div:first-child {
    display: block;
    width: 100%;
    margin-bottom: 0.75rem
}

#system-message-container .alert {
    background-color: #0f5efe;
    color: #f6f6f6;
    text-align: center;
    position: relative;
    padding: 1.5rem 0
}

    #system-message-container .alert.alert-error {
        background-color: #cc4b37
    }

    #system-message-container .alert .close {
        position: absolute;
        right: 2rem;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        color: #f6f6f6;
        font-size: 2rem;
        -webkit-transition: color .2s ease-in-out;
        transition: color .2s ease-in-out
    }

        #system-message-container .alert .close:hover {
            color: #cacaca
        }

.reveal-overlay {
    padding: 2.5rem 0
}

.reveal {
    background-color: #fff;
    overflow: visible;
    padding: 1rem
}

    .reveal .close-button {
        text-transform: uppercase;
        color: #121212;
        font-size: 1rem;
        top: 0.5rem;
        font-weight: 800;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

        .reveal .close-button i {
            margin-left: 0.5rem;
            font-weight: 300;
            font-size: 1.5rem
        }

@media print, screen and (min-width: 64em) {
    .reveal {
        padding: 2rem
    }
}

label[disabled='disabled'] {
    -webkit-filter: brightness(0.6);
    filter: brightness(0.6)
}

.has-apply .topnav-left {
    margin-top: 2.2rem
}

@media print, screen and (min-width: 64em) {
    .breakout {
        width: 100vw;
        position: relative;
        margin-left: calc((100% - 100vw) / 2 + 37%)
    }
}

@media screen and (min-width: 75em) {
    .breakout {
        margin-left: calc((100% - 100vw) / 2 + 25%)
    }
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

#component {
    overflow: hidden
}

#abovecomponent {
    overflow-x: clip
}

#component {
    padding: 1.5rem 0 1rem
}

@media print, screen and (min-width: 64em) {
    #component {
        padding: 2.5rem 0 2rem
    }
}

.homepage #component {
    padding: 0
}

.layout-lambethsubjectlist #component {
    padding-top: 0
}

.layout-lambethsubject #component {
    overflow: visible
}

.bg-primary, .bg-primary .slideshow__image:before {
    background-color: #12c2ee !important;
    color: #121212
}

aside.side .callout.primary:after {
    background-color: #12c2ee !important
}

.callout.primary a:not(.button) {
    color: #121212;
    text-decoration: underline
}

.graphic-primary > svg path {
    stroke: #12c2ee !important
}

.dropdown .large.primary {
    color: #121212 !important
}

    .dropdown .large.primary:before {
        background-color: #12c2ee !important
    }

.fill-primary path {
    fill: #121212
}

body.primary #topnav {
    background-color: #121212
}

    body.primary #topnav .sbc-logo {
        background-color: #12c2ee
    }

        body.primary #topnav .sbc-logo:after {
            background-color: #12c2ee
        }

        body.primary #topnav .sbc-logo path {
            fill: #121212
        }

    body.primary #topnav .topnav-apply:before {
        background-color: #12c2ee
    }

    body.primary #topnav .topnav-menu .menu li a, body.primary #topnav .topnav-menu aside.side .mod_docman_icons li a, aside.side body.primary #topnav .topnav-menu .mod_docman_icons li a, body.primary #topnav .topnav-menu aside.left .mod_docman_icons li a, aside.left body.primary #topnav .topnav-menu .mod_docman_icons li a, body.primary #topnav #mobile-menu-btn, body.primary #topnav .mobile-search {
        color: #f6f6f6
    }

body.primary .courses .accordion-item.is-active .accordion-title:before {
    background-color: #12c2ee;
    color: #121212
}

body.primary .courses .accordion-content {
    border-bottom: 3px solid #12c2ee !important
}

body.primary .subject__accordion.category .accordion-title:before {
    background-color: #12c2ee;
    color: #121212
}

body.primary .course__buttons {
    background-color: #12c2ee
}

body.primary .image-graphic-svg path {
    stroke: #12c2ee
}

.bg-secondary, .bg-secondary .slideshow__image:before {
    background-color: #ff206c !important;
    color: #121212
}

aside.side .callout.secondary:after {
    background-color: #ff206c !important
}

.callout.secondary a:not(.button) {
    color: #121212;
    text-decoration: underline
}

.graphic-secondary > svg path {
    stroke: #ff206c !important
}

.dropdown .large.secondary {
    color: #121212 !important
}

    .dropdown .large.secondary:before {
        background-color: #ff206c !important
    }

.fill-secondary path {
    fill: #121212
}

body.secondary #topnav {
    background-color: #121212
}

    body.secondary #topnav .sbc-logo {
        background-color: #ff206c
    }

        body.secondary #topnav .sbc-logo:after {
            background-color: #ff206c
        }

        body.secondary #topnav .sbc-logo path {
            fill: #121212
        }

    body.secondary #topnav .topnav-apply:before {
        background-color: #ff206c
    }

    body.secondary #topnav .topnav-menu .menu li a, body.secondary #topnav .topnav-menu aside.side .mod_docman_icons li a, aside.side body.secondary #topnav .topnav-menu .mod_docman_icons li a, body.secondary #topnav .topnav-menu aside.left .mod_docman_icons li a, aside.left body.secondary #topnav .topnav-menu .mod_docman_icons li a, body.secondary #topnav #mobile-menu-btn, body.secondary #topnav .mobile-search {
        color: #f6f6f6
    }

body.secondary .courses .accordion-item.is-active .accordion-title:before {
    background-color: #ff206c;
    color: #121212
}

body.secondary .courses .accordion-content {
    border-bottom: 3px solid #ff206c !important
}

body.secondary .subject__accordion.category .accordion-title:before {
    background-color: #ff206c;
    color: #121212
}

body.secondary .course__buttons {
    background-color: #ff206c
}

body.secondary .image-graphic-svg path {
    stroke: #ff206c
}

.bg-success, .bg-success .slideshow__image:before {
    background-color: #3adb76 !important;
    color: #121212
}

aside.side .callout.success:after {
    background-color: #3adb76 !important
}

.callout.success a:not(.button) {
    color: #121212;
    text-decoration: underline
}

.graphic-success > svg path {
    stroke: #3adb76 !important
}

.dropdown .large.success {
    color: #121212 !important
}

    .dropdown .large.success:before {
        background-color: #3adb76 !important
    }

.fill-success path {
    fill: #121212
}

body.success #topnav {
    background-color: #121212
}

    body.success #topnav .sbc-logo {
        background-color: #3adb76
    }

        body.success #topnav .sbc-logo:after {
            background-color: #3adb76
        }

        body.success #topnav .sbc-logo path {
            fill: #121212
        }

    body.success #topnav .topnav-apply:before {
        background-color: #3adb76
    }

    body.success #topnav .topnav-menu .menu li a, body.success #topnav .topnav-menu aside.side .mod_docman_icons li a, aside.side body.success #topnav .topnav-menu .mod_docman_icons li a, body.success #topnav .topnav-menu aside.left .mod_docman_icons li a, aside.left body.success #topnav .topnav-menu .mod_docman_icons li a, body.success #topnav #mobile-menu-btn, body.success #topnav .mobile-search {
        color: #f6f6f6
    }

body.success .courses .accordion-item.is-active .accordion-title:before {
    background-color: #3adb76;
    color: #121212
}

body.success .courses .accordion-content {
    border-bottom: 3px solid #3adb76 !important
}

body.success .subject__accordion.category .accordion-title:before {
    background-color: #3adb76;
    color: #121212
}

body.success .course__buttons {
    background-color: #3adb76
}

body.success .image-graphic-svg path {
    stroke: #3adb76
}

.bg-alert, .bg-alert .slideshow__image:before {
    background-color: #cc4b37 !important;
    color: #f6f6f6
}

aside.side .callout.alert:after {
    background-color: #cc4b37 !important
}

.callout.alert a:not(.button) {
    color: #f6f6f6;
    text-decoration: underline
}

.graphic-alert > svg path {
    stroke: #cc4b37 !important
}

.dropdown .large.alert {
    color: #f6f6f6 !important
}

    .dropdown .large.alert:before {
        background-color: #cc4b37 !important
    }

.fill-alert path {
    fill: #f6f6f6
}

body.alert #topnav {
    background-color: #121212
}

    body.alert #topnav .sbc-logo {
        background-color: #cc4b37
    }

        body.alert #topnav .sbc-logo:after {
            background-color: #cc4b37
        }

        body.alert #topnav .sbc-logo path {
            fill: #f6f6f6
        }

    body.alert #topnav .topnav-apply:before {
        background-color: #cc4b37
    }

    body.alert #topnav .topnav-menu .menu li a, body.alert #topnav .topnav-menu aside.side .mod_docman_icons li a, aside.side body.alert #topnav .topnav-menu .mod_docman_icons li a, body.alert #topnav .topnav-menu aside.left .mod_docman_icons li a, aside.left body.alert #topnav .topnav-menu .mod_docman_icons li a, body.alert #topnav #mobile-menu-btn, body.alert #topnav .mobile-search {
        color: #f6f6f6
    }

body.alert .courses .accordion-item.is-active .accordion-title:before {
    background-color: #cc4b37;
    color: #f6f6f6
}

body.alert .courses .accordion-content {
    border-bottom: 3px solid #cc4b37 !important
}

body.alert .subject__accordion.category .accordion-title:before {
    background-color: #cc4b37;
    color: #f6f6f6
}

body.alert .course__buttons {
    background-color: #cc4b37
}

body.alert .image-graphic-svg path {
    stroke: #cc4b37
}

.bg-lclightblue, .bg-lclightblue .slideshow__image:before {
    background-color: #ADEFFF !important;
    color: #121212
}

aside.side .callout.lclightblue:after {
    background-color: #ADEFFF !important
}

.callout.lclightblue a:not(.button) {
    color: #121212;
    text-decoration: underline
}

.graphic-lclightblue > svg path {
    stroke: #ADEFFF !important
}

.dropdown .large.lclightblue {
    color: #121212 !important
}

    .dropdown .large.lclightblue:before {
        background-color: #ADEFFF !important
    }

.fill-lclightblue path {
    fill: #121212
}

body.lclightblue #topnav {
    background-color: #121212
}

    body.lclightblue #topnav .sbc-logo {
        background-color: #ADEFFF
    }

        body.lclightblue #topnav .sbc-logo:after {
            background-color: #ADEFFF
        }

        body.lclightblue #topnav .sbc-logo path {
            fill: #121212
        }

    body.lclightblue #topnav .topnav-apply:before {
        background-color: #ADEFFF
    }

    body.lclightblue #topnav .topnav-menu .menu li a, body.lclightblue #topnav .topnav-menu aside.side .mod_docman_icons li a, aside.side body.lclightblue #topnav .topnav-menu .mod_docman_icons li a, body.lclightblue #topnav .topnav-menu aside.left .mod_docman_icons li a, aside.left body.lclightblue #topnav .topnav-menu .mod_docman_icons li a, body.lclightblue #topnav #mobile-menu-btn, body.lclightblue #topnav .mobile-search {
        color: #f6f6f6
    }

body.lclightblue .courses .accordion-item.is-active .accordion-title:before {
    background-color: #ADEFFF;
    color: #121212
}

body.lclightblue .courses .accordion-content {
    border-bottom: 3px solid #ADEFFF !important
}

body.lclightblue .subject__accordion.category .accordion-title:before {
    background-color: #ADEFFF;
    color: #121212
}

body.lclightblue .course__buttons {
    background-color: #ADEFFF
}

body.lclightblue .image-graphic-svg path {
    stroke: #ADEFFF
}

.bg-lcgreen, .bg-lcgreen .slideshow__image:before {
    background-color: lime !important;
    color: #121212
}

aside.side .callout.lcgreen:after {
    background-color: lime !important
}

.callout.lcgreen a:not(.button) {
    color: #121212;
    text-decoration: underline
}

.graphic-lcgreen > svg path {
    stroke: lime !important
}

.dropdown .large.lcgreen {
    color: #121212 !important
}

    .dropdown .large.lcgreen:before {
        background-color: lime !important
    }

.fill-lcgreen path {
    fill: #121212
}

body.lcgreen #topnav {
    background-color: #121212
}

    body.lcgreen #topnav .sbc-logo {
        background-color: lime
    }

        body.lcgreen #topnav .sbc-logo:after {
            background-color: lime
        }

        body.lcgreen #topnav .sbc-logo path {
            fill: #121212
        }

    body.lcgreen #topnav .topnav-apply:before {
        background-color: lime
    }

    body.lcgreen #topnav .topnav-menu .menu li a, body.lcgreen #topnav .topnav-menu aside.side .mod_docman_icons li a, aside.side body.lcgreen #topnav .topnav-menu .mod_docman_icons li a, body.lcgreen #topnav .topnav-menu aside.left .mod_docman_icons li a, aside.left body.lcgreen #topnav .topnav-menu .mod_docman_icons li a, body.lcgreen #topnav #mobile-menu-btn, body.lcgreen #topnav .mobile-search {
        color: #f6f6f6
    }

body.lcgreen .courses .accordion-item.is-active .accordion-title:before {
    background-color: lime;
    color: #121212
}

body.lcgreen .courses .accordion-content {
    border-bottom: 3px solid lime !important
}

body.lcgreen .subject__accordion.category .accordion-title:before {
    background-color: lime;
    color: #121212
}

body.lcgreen .course__buttons {
    background-color: lime
}

body.lcgreen .image-graphic-svg path {
    stroke: lime
}

.bg-lsbtc, .bg-lsbtc .slideshow__image:before {
    background-color: lime !important;
    color: #121212
}

aside.side .callout.lsbtc:after {
    background-color: lime !important
}

.callout.lsbtc a:not(.button) {
    color: #121212;
    text-decoration: underline
}

.graphic-lsbtc > svg path {
    stroke: lime !important
}

.dropdown .large.lsbtc {
    color: #121212 !important
}

    .dropdown .large.lsbtc:before {
        background-color: lime !important
    }

.fill-lsbtc path {
    fill: #121212
}

body.lsbtc #topnav {
    background-color: #121212
}

    body.lsbtc #topnav .sbc-logo {
        background-color: lime
    }

        body.lsbtc #topnav .sbc-logo:after {
            background-color: lime
        }

        body.lsbtc #topnav .sbc-logo path {
            fill: #121212
        }

    body.lsbtc #topnav .topnav-apply:before {
        background-color: lime
    }

    body.lsbtc #topnav .topnav-menu .menu li a, body.lsbtc #topnav .topnav-menu aside.side .mod_docman_icons li a, aside.side body.lsbtc #topnav .topnav-menu .mod_docman_icons li a, body.lsbtc #topnav .topnav-menu aside.left .mod_docman_icons li a, aside.left body.lsbtc #topnav .topnav-menu .mod_docman_icons li a, body.lsbtc #topnav #mobile-menu-btn, body.lsbtc #topnav .mobile-search {
        color: #f6f6f6
    }

body.lsbtc .courses .accordion-item.is-active .accordion-title:before {
    background-color: lime;
    color: #121212
}

body.lsbtc .courses .accordion-content {
    border-bottom: 3px solid lime !important
}

body.lsbtc .subject__accordion.category .accordion-title:before {
    background-color: lime;
    color: #121212
}

body.lsbtc .course__buttons {
    background-color: lime
}

body.lsbtc .image-graphic-svg path {
    stroke: lime
}

.bg-lcpurple, .bg-lcpurple .slideshow__image:before {
    background-color: #8733ff !important;
    color: #f6f6f6
}

aside.side .callout.lcpurple:after {
    background-color: #8733ff !important
}

.callout.lcpurple a:not(.button) {
    color: #f6f6f6;
    text-decoration: underline
}

.graphic-lcpurple > svg path {
    stroke: #8733ff !important
}

.dropdown .large.lcpurple {
    color: #f6f6f6 !important
}

    .dropdown .large.lcpurple:before {
        background-color: #8733ff !important
    }

.fill-lcpurple path {
    fill: #f6f6f6
}

body.lcpurple #topnav {
    background-color: #121212
}

    body.lcpurple #topnav .sbc-logo {
        background-color: #8733ff
    }

        body.lcpurple #topnav .sbc-logo:after {
            background-color: #8733ff
        }

        body.lcpurple #topnav .sbc-logo path {
            fill: #f6f6f6
        }

    body.lcpurple #topnav .topnav-apply:before {
        background-color: #8733ff
    }

    body.lcpurple #topnav .topnav-menu .menu li a, body.lcpurple #topnav .topnav-menu aside.side .mod_docman_icons li a, aside.side body.lcpurple #topnav .topnav-menu .mod_docman_icons li a, body.lcpurple #topnav .topnav-menu aside.left .mod_docman_icons li a, aside.left body.lcpurple #topnav .topnav-menu .mod_docman_icons li a, body.lcpurple #topnav #mobile-menu-btn, body.lcpurple #topnav .mobile-search {
        color: #f6f6f6
    }

body.lcpurple .courses .accordion-item.is-active .accordion-title:before {
    background-color: #8733ff;
    color: #f6f6f6
}

body.lcpurple .courses .accordion-content {
    border-bottom: 3px solid #8733ff !important
}

body.lcpurple .subject__accordion.category .accordion-title:before {
    background-color: #8733ff;
    color: #f6f6f6
}

body.lcpurple .course__buttons {
    background-color: #8733ff
}

body.lcpurple .image-graphic-svg path {
    stroke: #8733ff
}

.bg-lambeth, .bg-lambeth .slideshow__image:before {
    background-color: #8733ff !important;
    color: #f6f6f6
}

aside.side .callout.lambeth:after {
    background-color: #8733ff !important
}

.callout.lambeth a:not(.button) {
    color: #f6f6f6;
    text-decoration: underline
}

.graphic-lambeth > svg path {
    stroke: #8733ff !important
}

.dropdown .large.lambeth {
    color: #f6f6f6 !important
}

    .dropdown .large.lambeth:before {
        background-color: #8733ff !important
    }

.fill-lambeth path {
    fill: #f6f6f6
}

body.lambeth #topnav {
    background-color: #121212
}

    body.lambeth #topnav .sbc-logo {
        background-color: #8733ff
    }

        body.lambeth #topnav .sbc-logo:after {
            background-color: #8733ff
        }

        body.lambeth #topnav .sbc-logo path {
            fill: #f6f6f6
        }

    body.lambeth #topnav .topnav-apply:before {
        background-color: #8733ff
    }

    body.lambeth #topnav .topnav-menu .menu li a, body.lambeth #topnav .topnav-menu aside.side .mod_docman_icons li a, aside.side body.lambeth #topnav .topnav-menu .mod_docman_icons li a, body.lambeth #topnav .topnav-menu aside.left .mod_docman_icons li a, aside.left body.lambeth #topnav .topnav-menu .mod_docman_icons li a, body.lambeth #topnav #mobile-menu-btn, body.lambeth #topnav .mobile-search {
        color: #f6f6f6
    }

body.lambeth .courses .accordion-item.is-active .accordion-title:before {
    background-color: #8733ff;
    color: #f6f6f6
}

body.lambeth .courses .accordion-content {
    border-bottom: 3px solid #8733ff !important
}

body.lambeth .subject__accordion.category .accordion-title:before {
    background-color: #8733ff;
    color: #f6f6f6
}

body.lambeth .course__buttons {
    background-color: #8733ff
}

body.lambeth .image-graphic-svg path {
    stroke: #8733ff
}

.bg-lcblack, .bg-lcblack .slideshow__image:before {
    background-color: #121212 !important;
    color: #f6f6f6
}

aside.side .callout.lcblack:after {
    background-color: #121212 !important
}

.callout.lcblack a:not(.button) {
    color: #f6f6f6;
    text-decoration: underline
}

.graphic-lcblack > svg path {
    stroke: #121212 !important
}

.dropdown .large.lcblack {
    color: #f6f6f6 !important
}

    .dropdown .large.lcblack:before {
        background-color: #121212 !important
    }

.fill-lcblack path {
    fill: #f6f6f6
}

body.lcblack #topnav {
    background-color: #121212
}

    body.lcblack #topnav .sbc-logo {
        background-color: #121212
    }

        body.lcblack #topnav .sbc-logo:after {
            background-color: #121212
        }

        body.lcblack #topnav .sbc-logo path {
            fill: #f6f6f6
        }

    body.lcblack #topnav .topnav-apply:before {
        background-color: #121212
    }

    body.lcblack #topnav .topnav-menu .menu li a, body.lcblack #topnav .topnav-menu aside.side .mod_docman_icons li a, aside.side body.lcblack #topnav .topnav-menu .mod_docman_icons li a, body.lcblack #topnav .topnav-menu aside.left .mod_docman_icons li a, aside.left body.lcblack #topnav .topnav-menu .mod_docman_icons li a, body.lcblack #topnav #mobile-menu-btn, body.lcblack #topnav .mobile-search {
        color: #f6f6f6
    }

body.lcblack .courses .accordion-item.is-active .accordion-title:before {
    background-color: #121212;
    color: #f6f6f6
}

body.lcblack .courses .accordion-content {
    border-bottom: 3px solid #121212 !important
}

body.lcblack .subject__accordion.category .accordion-title:before {
    background-color: #121212;
    color: #f6f6f6
}

body.lcblack .course__buttons {
    background-color: #121212
}

body.lcblack .image-graphic-svg path {
    stroke: #121212
}

.bg-lcgrey, .bg-lcgrey .slideshow__image:before {
    background-color: #E2E2E2 !important;
    color: #121212
}

aside.side .callout.lcgrey:after {
    background-color: #E2E2E2 !important
}

.callout.lcgrey a:not(.button) {
    color: #121212;
    text-decoration: underline
}

.graphic-lcgrey > svg path {
    stroke: #E2E2E2 !important
}

.dropdown .large.lcgrey {
    color: #121212 !important
}

    .dropdown .large.lcgrey:before {
        background-color: #E2E2E2 !important
    }

.fill-lcgrey path {
    fill: #121212
}

body.lcgrey #topnav {
    background-color: #121212
}

    body.lcgrey #topnav .sbc-logo {
        background-color: #E2E2E2
    }

        body.lcgrey #topnav .sbc-logo:after {
            background-color: #E2E2E2
        }

        body.lcgrey #topnav .sbc-logo path {
            fill: #121212
        }

    body.lcgrey #topnav .topnav-apply:before {
        background-color: #E2E2E2
    }

    body.lcgrey #topnav .topnav-menu .menu li a, body.lcgrey #topnav .topnav-menu aside.side .mod_docman_icons li a, aside.side body.lcgrey #topnav .topnav-menu .mod_docman_icons li a, body.lcgrey #topnav .topnav-menu aside.left .mod_docman_icons li a, aside.left body.lcgrey #topnav .topnav-menu .mod_docman_icons li a, body.lcgrey #topnav #mobile-menu-btn, body.lcgrey #topnav .mobile-search {
        color: #f6f6f6
    }

body.lcgrey .courses .accordion-item.is-active .accordion-title:before {
    background-color: #E2E2E2;
    color: #121212
}

body.lcgrey .courses .accordion-content {
    border-bottom: 3px solid #E2E2E2 !important
}

body.lcgrey .subject__accordion.category .accordion-title:before {
    background-color: #E2E2E2;
    color: #121212
}

body.lcgrey .course__buttons {
    background-color: #E2E2E2
}

body.lcgrey .image-graphic-svg path {
    stroke: #E2E2E2
}

.bg-lcwhite, .bg-lcwhite .slideshow__image:before {
    background-color: #f6f6f6 !important;
    color: #121212
}

aside.side .callout.lcwhite:after {
    background-color: #f6f6f6 !important
}

.callout.lcwhite a:not(.button) {
    color: #121212;
    text-decoration: underline
}

.graphic-lcwhite > svg path {
    stroke: #f6f6f6 !important
}

.dropdown .large.lcwhite {
    color: #121212 !important
}

    .dropdown .large.lcwhite:before {
        background-color: #f6f6f6 !important
    }

.fill-lcwhite path {
    fill: #121212
}

body.lcwhite #topnav {
    background-color: #121212
}

    body.lcwhite #topnav .sbc-logo {
        background-color: #f6f6f6
    }

        body.lcwhite #topnav .sbc-logo:after {
            background-color: #f6f6f6
        }

        body.lcwhite #topnav .sbc-logo path {
            fill: #121212
        }

    body.lcwhite #topnav .topnav-apply:before {
        background-color: #f6f6f6
    }

    body.lcwhite #topnav .topnav-menu .menu li a, body.lcwhite #topnav .topnav-menu aside.side .mod_docman_icons li a, aside.side body.lcwhite #topnav .topnav-menu .mod_docman_icons li a, body.lcwhite #topnav .topnav-menu aside.left .mod_docman_icons li a, aside.left body.lcwhite #topnav .topnav-menu .mod_docman_icons li a, body.lcwhite #topnav #mobile-menu-btn, body.lcwhite #topnav .mobile-search {
        color: #f6f6f6
    }

body.lcwhite .courses .accordion-item.is-active .accordion-title:before {
    background-color: #f6f6f6;
    color: #121212
}

body.lcwhite .courses .accordion-content {
    border-bottom: 3px solid #f6f6f6 !important
}

body.lcwhite .subject__accordion.category .accordion-title:before {
    background-color: #f6f6f6;
    color: #121212
}

body.lcwhite .course__buttons {
    background-color: #f6f6f6
}

body.lcwhite .image-graphic-svg path {
    stroke: #f6f6f6
}

.bg-purewhite, .bg-purewhite .slideshow__image:before {
    background-color: #fff !important;
    color: #121212
}

aside.side .callout.purewhite:after {
    background-color: #fff !important
}

.callout.purewhite a:not(.button) {
    color: #121212;
    text-decoration: underline
}

.graphic-purewhite > svg path {
    stroke: #fff !important
}

.dropdown .large.purewhite {
    color: #121212 !important
}

    .dropdown .large.purewhite:before {
        background-color: #fff !important
    }

.fill-purewhite path {
    fill: #121212
}

body.purewhite #topnav {
    background-color: #121212
}

    body.purewhite #topnav .sbc-logo {
        background-color: #fff
    }

        body.purewhite #topnav .sbc-logo:after {
            background-color: #fff
        }

        body.purewhite #topnav .sbc-logo path {
            fill: #121212
        }

    body.purewhite #topnav .topnav-apply:before {
        background-color: #fff
    }

    body.purewhite #topnav .topnav-menu .menu li a, body.purewhite #topnav .topnav-menu aside.side .mod_docman_icons li a, aside.side body.purewhite #topnav .topnav-menu .mod_docman_icons li a, body.purewhite #topnav .topnav-menu aside.left .mod_docman_icons li a, aside.left body.purewhite #topnav .topnav-menu .mod_docman_icons li a, body.purewhite #topnav #mobile-menu-btn, body.purewhite #topnav .mobile-search {
        color: #f6f6f6
    }

body.purewhite .courses .accordion-item.is-active .accordion-title:before {
    background-color: #fff;
    color: #121212
}

body.purewhite .courses .accordion-content {
    border-bottom: 3px solid #fff !important
}

body.purewhite .subject__accordion.category .accordion-title:before {
    background-color: #fff;
    color: #121212
}

body.purewhite .course__buttons {
    background-color: #fff
}

body.purewhite .image-graphic-svg path {
    stroke: #fff
}

.bg-lcdarkgray, .bg-lcdarkgray .slideshow__image:before {
    background-color: #2B2B2B !important;
    color: #f6f6f6
}

aside.side .callout.lcdarkgray:after {
    background-color: #2B2B2B !important
}

.callout.lcdarkgray a:not(.button) {
    color: #f6f6f6;
    text-decoration: underline
}

.graphic-lcdarkgray > svg path {
    stroke: #2B2B2B !important
}

.dropdown .large.lcdarkgray {
    color: #f6f6f6 !important
}

    .dropdown .large.lcdarkgray:before {
        background-color: #2B2B2B !important
    }

.fill-lcdarkgray path {
    fill: #f6f6f6
}

body.lcdarkgray #topnav {
    background-color: #121212
}

    body.lcdarkgray #topnav .sbc-logo {
        background-color: #2B2B2B
    }

        body.lcdarkgray #topnav .sbc-logo:after {
            background-color: #2B2B2B
        }

        body.lcdarkgray #topnav .sbc-logo path {
            fill: #f6f6f6
        }

    body.lcdarkgray #topnav .topnav-apply:before {
        background-color: #2B2B2B
    }

    body.lcdarkgray #topnav .topnav-menu .menu li a, body.lcdarkgray #topnav .topnav-menu aside.side .mod_docman_icons li a, aside.side body.lcdarkgray #topnav .topnav-menu .mod_docman_icons li a, body.lcdarkgray #topnav .topnav-menu aside.left .mod_docman_icons li a, aside.left body.lcdarkgray #topnav .topnav-menu .mod_docman_icons li a, body.lcdarkgray #topnav #mobile-menu-btn, body.lcdarkgray #topnav .mobile-search {
        color: #f6f6f6
    }

body.lcdarkgray .courses .accordion-item.is-active .accordion-title:before {
    background-color: #2B2B2B;
    color: #f6f6f6
}

body.lcdarkgray .courses .accordion-content {
    border-bottom: 3px solid #2B2B2B !important
}

body.lcdarkgray .subject__accordion.category .accordion-title:before {
    background-color: #2B2B2B;
    color: #f6f6f6
}

body.lcdarkgray .course__buttons {
    background-color: #2B2B2B
}

body.lcdarkgray .image-graphic-svg path {
    stroke: #2B2B2B
}

.bg-lcblue, .bg-lcblue .slideshow__image:before {
    background-color: #0f5efe !important;
    color: #f6f6f6
}

aside.side .callout.lcblue:after {
    background-color: #0f5efe !important
}

.callout.lcblue a:not(.button) {
    color: #f6f6f6;
    text-decoration: underline
}

.graphic-lcblue > svg path {
    stroke: #0f5efe !important
}

.dropdown .large.lcblue {
    color: #f6f6f6 !important
}

    .dropdown .large.lcblue:before {
        background-color: #0f5efe !important
    }

.fill-lcblue path {
    fill: #f6f6f6
}

body.lcblue #topnav {
    background-color: #121212
}

    body.lcblue #topnav .sbc-logo {
        background-color: #0f5efe
    }

        body.lcblue #topnav .sbc-logo:after {
            background-color: #0f5efe
        }

        body.lcblue #topnav .sbc-logo path {
            fill: #f6f6f6
        }

    body.lcblue #topnav .topnav-apply:before {
        background-color: #0f5efe
    }

    body.lcblue #topnav .topnav-menu .menu li a, body.lcblue #topnav .topnav-menu aside.side .mod_docman_icons li a, aside.side body.lcblue #topnav .topnav-menu .mod_docman_icons li a, body.lcblue #topnav .topnav-menu aside.left .mod_docman_icons li a, aside.left body.lcblue #topnav .topnav-menu .mod_docman_icons li a, body.lcblue #topnav #mobile-menu-btn, body.lcblue #topnav .mobile-search {
        color: #f6f6f6
    }

body.lcblue .courses .accordion-item.is-active .accordion-title:before {
    background-color: #0f5efe;
    color: #f6f6f6
}

body.lcblue .courses .accordion-content {
    border-bottom: 3px solid #0f5efe !important
}

body.lcblue .subject__accordion.category .accordion-title:before {
    background-color: #0f5efe;
    color: #f6f6f6
}

body.lcblue .course__buttons {
    background-color: #0f5efe
}

body.lcblue .image-graphic-svg path {
    stroke: #0f5efe
}

@font-face {
    font-family: 'Gilroy';
    src: url("../fonts/GilroyforLSBUW00-Black.eot") format("embedded-opentype"),url("../fonts/GilroyforLSBUW00-Black.woff2") format("woff2"),url("../fonts/GilroyforLSBUW00-Black.woff") format("woff"),url("../fonts/GilroyforLSBUW00-Black.ttf") format("truetype");
    font-weight: 900;
    font-style: normal
}

@font-face {
    font-family: 'Gilroy';
    src: url("../fonts/GilroyforLSBUW00-ExtraBold.eot") format("embedded-opentype"),url("../fonts/GilroyforLSBUW00-ExtraBold.woff2") format("woff2"),url("../fonts/GilroyforLSBUW00-ExtraBold.woff") format("woff"),url("../fonts/GilroyforLSBUW00-ExtraBold.ttf") format("truetype");
    font-weight: 800;
    font-style: normal
}

@font-face {
    font-family: 'Gilroy';
    src: url("../fonts/GilroyforLSBUW00-Bold.eot") format("embedded-opentype"),url("../fonts/GilroyforLSBUW00-Bold.woff2") format("woff2"),url("../fonts/GilroyforLSBUW00-Bold.woff") format("woff"),url("../fonts/GilroyforLSBUW00-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: 'Gilroy';
    src: url("../fonts/GilroyforLSBUW00-Light.eot") format("embedded-opentype"),url("../fonts/GilroyforLSBUW00-Light.woff2") format("woff2"),url("../fonts/GilroyforLSBUW00-Light.woff") format("woff"),url("../fonts/GilroyforLSBUW00-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: 'Gilroy';
    src: url("../fonts/GilroyforLSBUW00-Medium.eot") format("embedded-opentype"),url("../fonts/GilroyforLSBUW00-Medium.woff2") format("woff2"),url("../fonts/GilroyforLSBUW00-Medium.woff") format("woff"),url("../fonts/GilroyforLSBUW00-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: 'Gilroy';
    src: url("../fonts/GilroyforLSBUW00-Regular.eot") format("embedded-opentype"),url("../fonts/GilroyforLSBUW00-Regular.woff2") format("woff2"),url("../fonts/GilroyforLSBUW00-Regular.woff") format("woff"),url("../fonts/GilroyforLSBUW00-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'Gilroy';
    src: url("../fonts/GilroyforLSBUW00-SemiBold.eot") format("embedded-opentype"),url("../fonts/GilroyforLSBUW00-SemiBold.woff") format("woff"),url("../fonts/GilroyforLSBUW00-SemiBold.woff2") format("woff2"),url("../fonts/GilroyforLSBUW00-SemiBold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: 'Gotham';
    src: url("../fonts/GothamLight.eot"),url("../fonts/GothamLight.ttf"),url("../fonts/GothamLight.woff");
    font-weight: 300;
    font-style: normal
}

.header__wrapper {
    z-index: 5
}

#topnav {
    background-color: #121212;
    z-index: 5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

    #topnav input, #topnav select {
        border: none
    }

    #topnav .rm-container {
        margin: 0
    }

    #topnav .courses-menu:hover {
        cursor: default
    }

    #topnav .sbc-logo {
        background-color: #121212;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0 1.11111rem .83333rem;
        position: relative;
        height: 100%;
        z-index: 1;
        overflow: hidden;
        -webkit-transition: width 0.2s ease-in-out;
        transition: width 0.2s ease-in-out
    }

        #topnav .sbc-logo svg {
            -ms-flex-negative: 0;
            flex-shrink: 0
        }

        #topnav .sbc-logo path {
            fill: #f6f6f6
        }

@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
    #topnav .sbc-logo .sbc-logo-small {
        display: none !important
    }
}

#topnav .sbc-logo .sbc-logo-small svg {
    height: 60px;
    width: auto
}

#topnav .sbc-logo .sbc-logo-large {
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out
}

@media screen and (max-width: 39.99875em) {
    #topnav .sbc-logo .sbc-logo-large {
        display: none !important
    }
}

#topnav .topnav-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding-right: 1rem;
    width: 100%
}

#topnav .topnav-right {
    padding: 1.33333rem 1.66667rem 1.33333rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-left: auto
}

@media screen and (max-width: 63.99875em) {
    #topnav .topnav-right {
        display: none !important
    }
}

#topnav .topnav-right p, #topnav .topnav-right a {
    margin: 0
}

#topnav .topnav-right .button {
    font-size: 0.8rem
}

#topnav .topnav-apply {
    top: -2.2rem;
    left: 0;
    width: 100%;
    margin: 0;
    position: absolute
}

    #topnav .topnav-apply * {
        margin: 0;
        height: 100%
    }

    #topnav .topnav-apply a {
        font-size: 1rem;
        padding: .55556rem 1.38889rem;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-weight: 800;
        color: #f6f6f6;
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

        #topnav .topnav-apply a:after {
            position: initial;
            -webkit-transform: none;
            -ms-transform: none;
            transform: none;
            padding-left: 0.5rem;
            -webkit-transition: padding 0.2s ease-in-out;
            transition: padding 0.2s ease-in-out
        }

        #topnav .topnav-apply a:hover:after {
            padding-left: 1.25rem
        }

#topnav .topnav-upper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 1.25rem
}

    #topnav .topnav-upper > * {
        margin-left: 1.2rem
    }

#topnav .topnav-menu {
    width: 100%
}

@media screen and (max-width: 63.99875em) {
    #topnav .topnav-menu {
        display: none !important
    }
}

#topnav .topnav-menu .menu li a:not(.button), #topnav .topnav-menu aside.side .mod_docman_icons li a:not(.button), aside.side #topnav .topnav-menu .mod_docman_icons li a:not(.button), #topnav .topnav-menu aside.left .mod_docman_icons li a:not(.button), aside.left #topnav .topnav-menu .mod_docman_icons li a:not(.button) {
    color: #f6f6f6;
    font-size: 0.85rem;
    font-weight: 800;
    padding: 0;
    margin-left: 0.7rem;
    -webkit-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out
}

    #topnav .topnav-menu .menu li a:not(.button):hover, #topnav .topnav-menu aside.side .mod_docman_icons li a:not(.button):hover, aside.side #topnav .topnav-menu .mod_docman_icons li a:not(.button):hover, #topnav .topnav-menu aside.left .mod_docman_icons li a:not(.button):hover, aside.left #topnav .topnav-menu .mod_docman_icons li a:not(.button):hover {
        color: #f6f6f6
    }

#topnav .topnav-menu .menu li.active.is-submenu-item > a:not(.button), #topnav .topnav-menu aside.side .mod_docman_icons li.active.is-submenu-item > a:not(.button), aside.side #topnav .topnav-menu .mod_docman_icons li.active.is-submenu-item > a:not(.button), #topnav .topnav-menu aside.left .mod_docman_icons li.active.is-submenu-item > a:not(.button), aside.left #topnav .topnav-menu .mod_docman_icons li.active.is-submenu-item > a:not(.button) {
    color: #ff206c
}

#topnav .topnav-menu .submenu a:hover {
    text-decoration: underline
}

#topnav .mobile-search, #topnav #mobile-menu-btn {
    color: #f6f6f6;
    font-weight: bold;
    line-height: 1.2
}

@media print, screen and (min-width: 64em) {
    #topnav .mobile-search, #topnav #mobile-menu-btn {
        display: none !important
    }
}

#topnav .mobile-search {
    margin-left: auto
}

#topnav #mobile-menu-btn {
    margin-left: 1rem
}

#topnav .dropdown.menu, #topnav aside.side .dropdown.mod_docman_icons, aside.side #topnav .dropdown.mod_docman_icons, #topnav aside.left .dropdown.mod_docman_icons, aside.left #topnav .dropdown.mod_docman_icons {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: unset
}

    #topnav .dropdown.menu .is-dropdown-submenu-parent, #topnav aside.side .dropdown.mod_docman_icons .is-dropdown-submenu-parent, aside.side #topnav .dropdown.mod_docman_icons .is-dropdown-submenu-parent, #topnav aside.left .dropdown.mod_docman_icons .is-dropdown-submenu-parent, aside.left #topnav .dropdown.mod_docman_icons .is-dropdown-submenu-parent {
        position: unset
    }

        #topnav .dropdown.menu .is-dropdown-submenu-parent.is-active > a, #topnav aside.side .dropdown.mod_docman_icons .is-dropdown-submenu-parent.is-active > a, aside.side #topnav .dropdown.mod_docman_icons .is-dropdown-submenu-parent.is-active > a, #topnav aside.left .dropdown.mod_docman_icons .is-dropdown-submenu-parent.is-active > a, aside.left #topnav .dropdown.mod_docman_icons .is-dropdown-submenu-parent.is-active > a {
            position: relative
        }

            #topnav .dropdown.menu .is-dropdown-submenu-parent.is-active > a:before, #topnav aside.side .dropdown.mod_docman_icons .is-dropdown-submenu-parent.is-active > a:before, aside.side #topnav .dropdown.mod_docman_icons .is-dropdown-submenu-parent.is-active > a:before, #topnav aside.left .dropdown.mod_docman_icons .is-dropdown-submenu-parent.is-active > a:before, aside.left #topnav .dropdown.mod_docman_icons .is-dropdown-submenu-parent.is-active > a:before {
                content: '';
                width: 0px;
                height: 0px;
                border-left: 20px solid transparent;
                border-right: 20px solid transparent;
                border-bottom: 20px solid #2B2B2B;
                position: absolute;
                top: 130%;
                left: 50%;
                -webkit-transform: translateX(-50%);
                -ms-transform: translateX(-50%);
                transform: translateX(-50%);
                -webkit-animation: fadeIn 0.4s;
                animation: fadeIn 0.4s
            }

    #topnav .dropdown.menu .submenu.is-dropdown-submenu, #topnav aside.side .dropdown.mod_docman_icons .submenu.is-dropdown-submenu, aside.side #topnav .dropdown.mod_docman_icons .submenu.is-dropdown-submenu, #topnav aside.left .dropdown.mod_docman_icons .submenu.is-dropdown-submenu, aside.left #topnav .dropdown.mod_docman_icons .submenu.is-dropdown-submenu {
        -webkit-columns: 4 auto;
        columns: 4 auto;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        position: absolute;
        top: 100%;
        left: 0;
        padding: 1rem 1.66667rem 1.75rem 1.66667rem;
        -webkit-animation: fadeIn 0.4s;
        animation: fadeIn 0.4s;
        border-top: 0.8rem solid #2B2B2B;
        background-size: cover
    }

        #topnav .dropdown.menu .submenu.is-dropdown-submenu:before, #topnav aside.side .dropdown.mod_docman_icons .submenu.is-dropdown-submenu:before, aside.side #topnav .dropdown.mod_docman_icons .submenu.is-dropdown-submenu:before, #topnav aside.left .dropdown.mod_docman_icons .submenu.is-dropdown-submenu:before, aside.left #topnav .dropdown.mod_docman_icons .submenu.is-dropdown-submenu:before {
            content: '';
            background-color: #f6f6f6;
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            opacity: 0.75;
            pointer-events: none
        }

        #topnav .dropdown.menu .submenu.is-dropdown-submenu a, #topnav aside.side .dropdown.mod_docman_icons .submenu.is-dropdown-submenu a, aside.side #topnav .dropdown.mod_docman_icons .submenu.is-dropdown-submenu a, #topnav aside.left .dropdown.mod_docman_icons .submenu.is-dropdown-submenu a, aside.left #topnav .dropdown.mod_docman_icons .submenu.is-dropdown-submenu a {
            font-size: 1rem;
            font-weight: 600;
            line-height: 1.2;
            color: #121212;
            padding: 0.6rem 1rem;
            margin-left: 0 !important;
            width: 100%;
            height: 100%;
            display: -webkit-inline-box;
            display: -ms-inline-flexbox;
            display: inline-flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            position: relative;
            -webkit-column-break-inside: avoid;
            break-inside: avoid
        }

            #topnav .dropdown.menu .submenu.is-dropdown-submenu a:before, #topnav aside.side .dropdown.mod_docman_icons .submenu.is-dropdown-submenu a:before, aside.side #topnav .dropdown.mod_docman_icons .submenu.is-dropdown-submenu a:before, #topnav aside.left .dropdown.mod_docman_icons .submenu.is-dropdown-submenu a:before, aside.left #topnav .dropdown.mod_docman_icons .submenu.is-dropdown-submenu a:before {
                content: '';
                -webkit-clip-path: polygon(98% 0, 100% 40%, 100% 100%, 2% 100%, 0 60%, 0 0);
                clip-path: polygon(98% 0, 100% 40%, 100% 100%, 2% 100%, 0 60%, 0 0);
                width: 100%;
                height: 100%;
                position: absolute;
                top: 0;
                left: 0;
                background: #f6f6f6;
                z-index: -1;
                -webkit-transition: background 0.2s ease-in-out;
                transition: background 0.2s ease-in-out
            }

            #topnav .dropdown.menu .submenu.is-dropdown-submenu a:hover, #topnav aside.side .dropdown.mod_docman_icons .submenu.is-dropdown-submenu a:hover, aside.side #topnav .dropdown.mod_docman_icons .submenu.is-dropdown-submenu a:hover, #topnav aside.left .dropdown.mod_docman_icons .submenu.is-dropdown-submenu a:hover, aside.left #topnav .dropdown.mod_docman_icons .submenu.is-dropdown-submenu a:hover {
                color: #121212 !important
            }

                #topnav .dropdown.menu .submenu.is-dropdown-submenu a:hover:before, #topnav aside.side .dropdown.mod_docman_icons .submenu.is-dropdown-submenu a:hover:before, aside.side #topnav .dropdown.mod_docman_icons .submenu.is-dropdown-submenu a:hover:before, #topnav aside.left .dropdown.mod_docman_icons .submenu.is-dropdown-submenu a:hover:before, aside.left #topnav .dropdown.mod_docman_icons .submenu.is-dropdown-submenu a:hover:before {
                    background: #ff206c
                }

        #topnav .dropdown.menu .submenu.is-dropdown-submenu .large, #topnav aside.side .dropdown.mod_docman_icons .submenu.is-dropdown-submenu .large, aside.side #topnav .dropdown.mod_docman_icons .submenu.is-dropdown-submenu .large, #topnav aside.left .dropdown.mod_docman_icons .submenu.is-dropdown-submenu .large, aside.left #topnav .dropdown.mod_docman_icons .submenu.is-dropdown-submenu .large {
            text-transform: none;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            font-size: 1.22222rem;
            min-height: 4.55556rem
        }

        #topnav .dropdown.menu .submenu.is-dropdown-submenu li, #topnav aside.side .dropdown.mod_docman_icons .submenu.is-dropdown-submenu li, aside.side #topnav .dropdown.mod_docman_icons .submenu.is-dropdown-submenu li, #topnav aside.left .dropdown.mod_docman_icons .submenu.is-dropdown-submenu li, aside.left #topnav .dropdown.mod_docman_icons .submenu.is-dropdown-submenu li {
            padding: 0;
            margin: 0;
            line-height: 1;
            height: 100%;
            position: relative;
            margin-bottom: 0.75rem;
            -webkit-column-break-inside: avoid;
            -webkit-filter: drop-shadow(0px 0px 1px rgba(43,43,43,0.15));
            filter: drop-shadow(0px 0px 1px rgba(43,43,43,0.15))
        }

        #topnav .dropdown.menu .submenu.is-dropdown-submenu .divider, #topnav aside.side .dropdown.mod_docman_icons .submenu.is-dropdown-submenu .divider, aside.side #topnav .dropdown.mod_docman_icons .submenu.is-dropdown-submenu .divider, #topnav aside.left .dropdown.mod_docman_icons .submenu.is-dropdown-submenu .divider, aside.left #topnav .dropdown.mod_docman_icons .submenu.is-dropdown-submenu .divider {
            background-color: transparent;
            -webkit-column-span: all;
            column-span: all;
            -webkit-clip-path: none;
            clip-path: none;
            margin-top: 0.75rem
        }

            #topnav .dropdown.menu .submenu.is-dropdown-submenu .divider .separator, #topnav aside.side .dropdown.mod_docman_icons .submenu.is-dropdown-submenu .divider .separator, aside.side #topnav .dropdown.mod_docman_icons .submenu.is-dropdown-submenu .divider .separator, #topnav aside.left .dropdown.mod_docman_icons .submenu.is-dropdown-submenu .divider .separator, aside.left #topnav .dropdown.mod_docman_icons .submenu.is-dropdown-submenu .divider .separator {
                font-weight: normal;
                display: block;
                margin: 0
            }

@media only screen and (max-height: 800px) {
    #topnav .dropdown.menu .courses-menu + .submenu.is-dropdown-submenu.js-dropdown-active, #topnav aside.side .dropdown.mod_docman_icons .courses-menu + .submenu.is-dropdown-submenu.js-dropdown-active, aside.side #topnav .dropdown.mod_docman_icons .courses-menu + .submenu.is-dropdown-submenu.js-dropdown-active, #topnav aside.left .dropdown.mod_docman_icons .courses-menu + .submenu.is-dropdown-submenu.js-dropdown-active, aside.left #topnav .dropdown.mod_docman_icons .courses-menu + .submenu.is-dropdown-submenu.js-dropdown-active {
        -webkit-columns: none;
        columns: none;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        max-height: 27.5rem;
        overflow-y: scroll;
        grid-gap: .83333rem
    }

        #topnav .dropdown.menu .courses-menu + .submenu.is-dropdown-submenu.js-dropdown-active .divider, #topnav aside.side .dropdown.mod_docman_icons .courses-menu + .submenu.is-dropdown-submenu.js-dropdown-active .divider, aside.side #topnav .dropdown.mod_docman_icons .courses-menu + .submenu.is-dropdown-submenu.js-dropdown-active .divider, #topnav aside.left .dropdown.mod_docman_icons .courses-menu + .submenu.is-dropdown-submenu.js-dropdown-active .divider, aside.left #topnav .dropdown.mod_docman_icons .courses-menu + .submenu.is-dropdown-submenu.js-dropdown-active .divider {
            grid-column: 1/-1
        }

        #topnav .dropdown.menu .courses-menu + .submenu.is-dropdown-submenu.js-dropdown-active::before, #topnav aside.side .dropdown.mod_docman_icons .courses-menu + .submenu.is-dropdown-submenu.js-dropdown-active::before, aside.side #topnav .dropdown.mod_docman_icons .courses-menu + .submenu.is-dropdown-submenu.js-dropdown-active::before, #topnav aside.left .dropdown.mod_docman_icons .courses-menu + .submenu.is-dropdown-submenu.js-dropdown-active::before, aside.left #topnav .dropdown.mod_docman_icons .courses-menu + .submenu.is-dropdown-submenu.js-dropdown-active::before {
            position: fixed;
            height: 482px;
            right: 0.8rem;
            margin-top: 0.8rem;
            left: auto;
            top: 100%
        }
}

@media print, screen and (max-width: 39.99875em) {
    #topnav .divider {
        display: none
    }
}

@media print, screen and (max-width: 89.99875em) {
    #topnav .small {
        font-size: 0.75rem !important
    }
}

@media print, screen and (min-width: 40em) {
    #topnav .sbc-logo {
        padding: .83333rem 1.11111rem
    }
}

@media print, screen and (min-width: 64em) {
    #topnav .sbc-logo {
        width: 100%;
        padding: .83333rem 1.11111rem
    }

        #topnav .sbc-logo .sbc-logo-small {
            position: absolute;
            left: 1.11111rem
        }

            #topnav .sbc-logo .sbc-logo-small svg {
                height: auto
            }

        #topnav .sbc-logo:after {
            content: '';
            position: absolute;
            display: block;
            top: 0rem;
            right: 0rem;
            background: #121212;
            -webkit-clip-path: polygon(100% 0, 100% 100%, 0 0%);
            clip-path: polygon(100% 0, 100% 100%, 0 0%);
            -webkit-clip-path: polygon(100% 0, 50% 0, 100% 100%);
            clip-path: polygon(100% 0, 50% 0, 100% 100%);
            height: 100%
        }

    #topnav .topnav-left {
        background-color: #121212;
        padding-right: 0;
        width: auto;
        min-width: 24rem;
        margin-top: 0
    }

    #topnav .topnav-apply {
        height: 100%;
        right: 0;
        left: auto;
        width: auto;
        top: 0
    }

        #topnav .topnav-apply a {
            font-size: 1.55556rem
        }

    #topnav.is-stuck .sbc-logo {
        width: 14.72222rem
    }

        #topnav.is-stuck .sbc-logo:after {
            width: 5.75rem
        }

    #topnav.is-stuck .sbc-logo-large {
        opacity: 0
    }

    #topnav .topnav-apply {
        right: auto;
        left: 10rem
    }

        #topnav .topnav-apply a {
            padding: .55556rem 1.94444rem;
            font-size: 1.77778rem
        }

    #topnav.is-stuck .sbc-logo {
        width: 10rem
    }

    #topnav .topnav-left {
        background-color: transparent
    }
}

@media screen and (min-width: 90em) {
    #topnav .topnav-menu .menu li a:not(.button), #topnav .topnav-menu aside.side .mod_docman_icons li a:not(.button), aside.side #topnav .topnav-menu .mod_docman_icons li a:not(.button), #topnav .topnav-menu aside.left .mod_docman_icons li a:not(.button), aside.left #topnav .topnav-menu .mod_docman_icons li a:not(.button) {
        font-size: 1.22222rem;
        margin-left: 1.5rem
    }

    #topnav .sbc-logo {
        padding: .83333rem 2.77778rem
    }

        #topnav .sbc-logo .sbc-logo-small {
            left: 2.77778rem
        }
}

@media screen and (min-width: 106.25em) {
    #topnav .topnav-apply {
        right: auto;
        left: 10rem
    }

        #topnav .topnav-apply a {
            padding: .55556rem 1.94444rem;
            font-size: 1.77778rem
        }

    #topnav.is-stuck .sbc-logo {
        width: 10rem
    }

    #topnav .topnav-left {
        background-color: transparent
    }
}

@media screen and (min-width: 100em) {
    #topnav .dropdown.menu .submenu.is-dropdown-submenu, #topnav aside.side .dropdown.mod_docman_icons .submenu.is-dropdown-submenu, aside.side #topnav .dropdown.mod_docman_icons .submenu.is-dropdown-submenu, #topnav aside.left .dropdown.mod_docman_icons .submenu.is-dropdown-submenu, aside.left #topnav .dropdown.mod_docman_icons .submenu.is-dropdown-submenu {
        padding-left: calc(((100vw - 83.33333rem) / 2) + 20px);
        padding-right: calc(((100vw - 83.33333rem) / 2) + 20px)
    }
}

#mobile-menu {
    position: absolute;
    width: 100%;
    top: 100%
}

@media print, screen and (min-width: 64em) {
    #mobile-menu {
        display: none !important
    }
}

#mobile-menu:not(.show) .is-drilldown {
    height: 0 !important;
    margin: 0
}

#mobile-menu .is-drilldown {
    max-width: 100% !important;
    background-color: #121212
}

#mobile-menu .courses-menu + .is-drilldown-submenu {
    height: 100vh;
    overflow-y: scroll;
    padding-bottom: 8rem
}

#mobile-menu li {
    background-color: #121212
}

#mobile-menu a {
    color: #f6f6f6
}

#mobile-menu .deeper > a {
    position: relative;
    padding-right: 1rem
}

    #mobile-menu .deeper > a:after {
        content: '\f105';
        position: absolute;
        font-family: 'Font Awesome 5 Pro';
        right: 1rem;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        color: #f6f6f6
    }

#mobile-menu .js-drilldown-back a:before {
    content: '\f104';
    font-family: 'Font Awesome 5 Pro';
    margin-right: 0.5rem;
    color: #f6f6f6
}

.add-arrow {
    position: relative;
    padding-right: 2rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

    .add-arrow:after {
        content: "\f138";
        font-family: 'Font Awesome 5 Pro';
        font-weight: 500;
        -webkit-transition: right 0.2s ease-in-out;
        transition: right 0.2s ease-in-out;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 0
    }

    .add-arrow:hover:after {
        right: -0.25rem
    }

.small-container .small-content {
    padding-left: 2rem;
    max-width: 30rem
}

.small-container h2 {
    font-size: 1.77778rem;
    font-weight: 300
}

.small-container .h1 {
    font-weight: 300
}

@media print, screen and (min-width: 64em) {
    .small-container small {
        font-size: 1.11111rem
    }

    .small-container h2 {
        font-size: 3.88889rem
    }
}

.bold-title {
    font-weight: 800;
    display: block;
    font-size: 1.33333rem;
    margin-bottom: 0.5rem
}

.block-title {
    font-size: 2.33333rem;
    font-family: 'Gotham', sans-serif;
    font-weight: 300;
    display: inline-block;
    padding: .55556rem 1.66667rem 1.11111rem;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1
}

@media print, screen and (min-width: 64em) {
    .block-title {
        font-size: 3.44444rem
    }
}

.large-title {
    color: #121212;
    font-size: 1.66667rem;
    font-weight: 300;
    margin: 0;
    line-height: 1.2
}

    .large-title.padded {
        text-align: center;
        padding: 1.11111rem
    }

    .large-title.pad-second {
        text-indent: -55px;
        padding-left: 50px
    }

@media print, screen and (min-width: 64em) {
    .large-title {
        font-size: 3.44444rem
    }

        .large-title.padded {
            padding: 1.94444rem
        }
}

.careers-search {
    padding-top: 1.66667rem;
    padding-bottom: 1.66667rem
}

    .careers-search .grid-x {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .careers-search.inline {
        padding-top: 1rem;
        padding-bottom: 1rem
    }

    .careers-search .career-search-label {
        font-size: 1.33333rem;
        font-weight: 800
    }

    .careers-search .careers-search-input {
        margin-bottom: 0.75rem
    }

        .careers-search .careers-search-input .selectize-input {
            border-radius: 0;
            border-color: #707070;
            padding: 1rem 0.75rem
        }

        .careers-search .careers-search-input input {
            font-size: 1rem
        }

    .careers-search .selectize-dropdown {
        border-radius: 0
    }

    .careers-search .career-search-dropdown_option {
        font-weight: bold;
        padding: 0.25rem 0.5rem;
        font-size: 1rem
    }

    .careers-search input + label:before, .careers-search input + label:after {
        display: none !important
    }

    .careers-search input + label {
        padding: .66667rem 2.77778rem !important
    }

    .careers-search input:checked + label {
        background-color: #ff206c
    }

    .careers-search .button {
        margin-right: 1rem
    }

@media print, screen and (min-width: 64em) {
    .careers-search {
        padding-top: 2.77778rem;
        padding-bottom: 2.77778rem
    }
}

.banner-container {
    margin-bottom: 1rem;
    position: relative
}

    .banner-container.slant {
        margin-bottom: 0
    }

        .banner-container.slant:before {
            content: '';
            position: absolute;
            display: block;
            bottom: 0;
            left: 0;
            background: #121212;
            -webkit-clip-path: polygon(0 0, 100% 0, 80% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0, 80% 100%, 0% 100%);
            -webkit-clip-path: polygon(0 0, 80% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, 80% 0, 100% 100%, 0% 100%);
            width: 75vw;
            height: 100%
        }

        .banner-container.slant h1, .banner-container.slant h2 {
            color: #f6f6f6
        }

        .banner-container.slant img {
            width: 60%;
            display: block;
            margin-left: auto;
            max-height: 22rem
        }

    .banner-container img {
        width: 100%;
        max-height: 25rem;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
        min-height: 8rem
    }

    .banner-container h2 {
        color: #121212;
        margin-bottom: 0;
        padding: 0
    }

    .banner-container .banner-content {
        margin-top: -5rem;
        position: relative;
        text-align: center
    }

    .banner-container .banner-content-text {
        padding: 1rem
    }

        .banner-container .banner-content-text p:last-of-type {
            margin-bottom: 0
        }

    .banner-container .banner-content-slant {
        position: absolute;
        height: 100%;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-right: 1.66667rem;
        padding-left: 1.66667rem;
        max-width: 83.33333rem;
        margin-left: auto;
        margin-right: auto
    }

        .banner-container .banner-content-slant .large-title {
            padding: 0.5rem 0;
            text-align: left;
            max-width: 12rem
        }

@media print, screen and (min-width: 64em) {
    .banner-container.slant:before {
        width: 50vw
    }

    .banner-container .banner-content {
        padding: .83333rem 1.94444rem .27778rem;
        font-size: 1.33333rem;
        margin-top: -6.5rem
    }

    .banner-container .banner-content-slant .large-title {
        padding: 0;
        text-indent: -50px;
        padding-left: 50px;
        max-width: 25rem
    }

    .banner-container .banner-content-slant .small {
        font-size: 2.4rem
    }
}

.ctagrid-container.container {
    padding-right: 1.66667rem;
    padding-left: 1.66667rem;
    max-width: 83.33333rem;
    margin-left: auto;
    margin-right: auto
}

.ctagrid-container .ctagrid-gov .ctagrid-cell img {
    -o-object-position: top;
    object-position: top
}

.ctagrid-container.grid .grid-x {
    margin-right: -.55556rem;
    margin-left: -.55556rem
}

@media print, screen and (min-width: 40em) {
    .ctagrid-container.grid .grid-x {
        margin-right: -.55556rem;
        margin-left: -.55556rem
    }
}

.ctagrid-container.grid .cell {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem
}

.ctagrid-container.grid img {
    -webkit-transition: padding 0.2s ease-in-out;
    transition: padding 0.2s ease-in-out
}

.ctagrid-container.grid a {
    position: relative;
    overflow: hidden
}

.ctagrid-container.grid p, .ctagrid-container.grid i, .ctagrid-container.grid img {
    position: relative
}

.ctagrid-container.grid a:before {
    content: '';
    left: -15%;
    bottom: -15%;
    width: 0;
    height: 0;
    background-color: #12c2ee;
    border-radius: 30%;
    position: absolute;
    -webkit-transition: width .35s ease-in-out, height .35s ease-in-out;
    transition: width .35s ease-in-out, height .35s ease-in-out
}

.ctagrid-container.grid a:hover:before {
    width: 140%;
    height: 140%
}

.ctagrid-container.grid a:hover img {
    padding: 1rem 1rem 0
}

@media print, screen and (min-width: 40em) {
    .ctagrid-container.grid .cell {
        padding-left: .55556rem;
        padding-right: .55556rem;
        margin: .55556rem 0
    }
}

.ctagrid-container.full .ctagrid-cell p {
    font-weight: 300;
    font-size: 1.25rem
}

.ctagrid-container.full .ctagrid-cell .ctagrid-cell-text {
    padding: 1.66667rem 2.5rem 1.66667rem 1.94444rem;
    position: relative
}

.ctagrid-container.full .ctagrid-cell i {
    font-size: 2rem
}

.ctagrid-container.full .ctagrid-cell a {
    overflow: hidden
}

    .ctagrid-container.full .ctagrid-cell a img {
        -webkit-transition: -webkit-transform .3s ease-in-out;
        transition: -webkit-transform .3s ease-in-out;
        transition: transform .3s ease-in-out;
        transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out
    }

    .ctagrid-container.full .ctagrid-cell a:hover img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1)
    }

@media screen and (min-width: 75em) {
    .ctagrid-container.full .ctagrid-cell i {
        font-size: 3.5rem
    }

    .ctagrid-container.full .ctagrid-cell p {
        font-size: 1.55556rem
    }

    .ctagrid-container.full .ctagrid-cell .ctagrid-cell-text {
        padding: 3.05556rem 2.5rem 3.05556rem 1.94444rem
    }
}

.ctagrid-container .ctagrid-cell {
    height: 100%
}

    .ctagrid-container .ctagrid-cell a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 100%
    }

    .ctagrid-container .ctagrid-cell img {
        width: 100%;
        max-height: 15rem;
        -o-object-fit: cover;
        object-fit: cover;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }

    .ctagrid-container .ctagrid-cell .ctagrid-cell-text {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        background-color: #121212;
        color: #f6f6f6;
        padding: 1.11111rem
    }

    .ctagrid-container .ctagrid-cell p {
        font-weight: 600;
        line-height: 1.2;
        margin: 0
    }

    .ctagrid-container .ctagrid-cell span {
        display: block;
        padding-left: 1.25rem
    }

    .ctagrid-container .ctagrid-cell i {
        font-weight: 300;
        color: #f6f6f6;
        font-size: 2rem
    }

.casestudies-container {
    background-color: #2B2B2B;
    color: #f6f6f6;
    border-top: 1.38889rem solid #12c2ee
}

    .casestudies-container .casestudies-image {
        position: relative
    }

        .casestudies-container .casestudies-image img {
            width: 100%;
            height: 100%;
            max-height: 30rem;
            -o-object-fit: cover;
            object-fit: cover
        }

        .casestudies-container .casestudies-image .casestudies-logo {
            position: absolute;
            bottom: 0;
            left: 0;
            background-color: #121212;
            padding: 1.5rem 1.25rem
        }

        .casestudies-container .casestudies-image .casestudies-graphic {
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            width: 100%;
            height: 100%;
            padding: 2.5rem
        }

            .casestudies-container .casestudies-image .casestudies-graphic svg {
                width: 100%;
                height: 100%
            }

    .casestudies-container .casestudies-content-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .casestudies-container .casestudies-content {
        max-width: 41.66667rem;
        margin: 0 auto;
        padding: 1.5rem 1rem
    }

    .casestudies-container .h1 {
        background-color: #2B2B2B;
        position: relative;
        display: block
    }

@media print, screen and (min-width: 64em) {
    .casestudies-container .h1 {
        margin-left: -10rem;
        padding: 0 0.5rem
    }

    .casestudies-container .casestudies-content {
        padding: 5.5rem 1rem
    }
}

.newshome {
    position: relative;
    border-top: 25px solid #12c2ee
}

    .newshome img {
        width: 100%;
        max-height: 20rem;
        -o-object-fit: cover;
        object-fit: cover
    }

    .newshome .no-image {
        margin-top: 5rem
    }

    .newshome .newshome-text {
        padding: 1.38889rem
    }

    .newshome .newshome-date {
        display: block;
        font-weight: 500;
        text-transform: uppercase;
        font-size: .88889rem
    }

    .newshome .newshome-title {
        font-size: 1.33333rem;
        font-weight: 500;
        color: #121212;
        -webkit-transition: color 0.2s ease-in-out;
        transition: color 0.2s ease-in-out
    }

        .newshome .newshome-title:hover {
            color: #12c2ee
        }

    .newshome .newshome-more {
        text-transform: uppercase;
        margin-top: 2rem;
        font-weight: 800;
        text-align: right
    }

        .newshome .newshome-more a {
            color: #121212;
            -webkit-transition: color 0.2s ease-in-out;
            transition: color 0.2s ease-in-out
        }

            .newshome .newshome-more a:hover {
                color: #12c2ee
            }

            .newshome .newshome-more a:after {
                font-size: 1.5rem
            }

@media print, screen and (min-width: 64em) {
    .newshome .no-image {
        margin-top: 7rem
    }
}

.newsletter {
    background-color: #2B2B2B;
    color: #f6f6f6;
    padding: 1.5rem 0;
    position: relative
}

    .newsletter > .grid-container {
        position: relative;
        z-index: 1
    }

    .newsletter label {
        color: #f6f6f6;
        font-weight: 300
    }

    .newsletter select, .newsletter input {
        border: none
    }

@media print, screen and (min-width: 64em) {
    .newsletter {
        padding: 4.5rem 0
    }

        .newsletter label {
            color: #121212
        }

        .newsletter:after {
            content: '';
            position: absolute;
            display: block;
            bottom: 0;
            right: 0;
            background: #12c2ee;
            -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 20% 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 20% 100%);
            width: 56vw;
            height: 100%
        }
}

.mod-grid .mod-grid-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    max-height: 12rem
}

.mod-grid .mod-grid-secondary {
    max-height: 50%;
    padding: 1.5rem
}

.mod-grid .mod-grid-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1rem 1.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: auto 0
}

    .mod-grid .mod-grid-text a {
        word-break: break-all
    }

.mod-grid .mod-grid-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media print, screen and (min-width: 40em) {
    .mod-grid .mod-grid-image img {
        max-height: 30rem
    }
}

.mod-image-list img {
    height: 3.88889rem;
    -o-object-fit: contain;
    object-fit: contain
}

.mod-image-list .swiper-slide {
    text-align: center
}

.rm-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 15rem;
    margin-bottom: 1rem;
    position: relative
}

    .rm-container .languageSelector {
        margin: 0
    }

    .rm-container .rm-button {
        margin-bottom: 0;
        padding: 0.65rem;
        margin-left: 0.1rem
    }

        .rm-container .rm-button i {
            font-size: 0.8rem
        }

    .rm-container select {
        border: 1px solid #121212
    }

.breadcrumbs {
    background-color: #121212;
    padding: 0.75rem 0
}

    .breadcrumbs ul {
        margin: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        list-style: none;
        padding-right: 1.66667rem;
        padding-left: 1.66667rem;
        max-width: 83.33333rem;
        margin-left: auto;
        margin-right: auto
    }

    .breadcrumbs li:first-child {
        display: none
    }

    .breadcrumbs a, .breadcrumbs span {
        color: #f6f6f6;
        text-transform: none
    }

    .breadcrumbs .divider {
        margin-left: 0.5rem
    }

.accordion .accordion-title {
    -webkit-transition: background 0.2s ease-in-out,color 0.2s ease-in-out;
    transition: background 0.2s ease-in-out,color 0.2s ease-in-out;
    border-bottom: 1px solid #707070 !important
}

    .accordion .accordion-title span {
        display: block;
        font-size: 0.8rem
    }

.accordion .is-active .accordion-title {
    border-bottom: none !important;
    color: #ff206c
}

.accordion .accordion-title:before {
    font-family: 'Font Awesome 5 Pro';
    font-size: 1rem
}

.accordion .accordion-title:focus {
    background: #FFF
}

.accordion .accordion-content {
    border-bottom: 1px solid #707070 !important;
    margin-bottom: 0.25rem
}

    .accordion .accordion-content p:last-of-type {
        margin-bottom: 0
    }

.tabs {
    border: none
}

    .tabs .tabs-title {
        width: 14rem;
        background: #f6f6f6;
        margin: 0
    }

        .tabs .tabs-title a {
            color: #121212
        }

    .tabs .is-active a {
        color: #f6f6f6
    }

.tabs-content {
    border: none;
    border-top: 2px solid #12c2ee
}

.pagination {
    text-align: center;
    margin-top: 1rem !important
}

    .pagination li {
        font-weight: 800
    }

    .pagination a {
        -webkit-transition: background 0.2s ease-in-out;
        transition: background 0.2s ease-in-out
    }

    .pagination .current, .pagination .active {
        border-bottom: 5px solid #12c2ee
    }

.lc-custom {
    padding: 2rem 0;
    background-size: cover;
    position: relative
}

    .lc-custom a:not(.button) {
        background-color: #f6f6f6
    }

    .lc-custom .lc-custom-container {
        padding-right: 1.66667rem;
        padding-left: 1.66667rem;
        max-width: 83.33333rem;
        margin-left: auto;
        margin-right: auto
    }

    .lc-custom .lc-custom-grid {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }

    .lc-custom .h2 {
        font-weight: 300
    }

    .lc-custom .lc-custom-tint {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0
    }

    .lc-custom .lc-custom-title {
        position: relative;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: calc(100% - 1.11111rem);
        margin-left: .55556rem;
        margin-right: .55556rem
    }

    .lc-custom .lc-custom-graphic svg {
        position: absolute;
        width: 3rem;
        height: 3rem;
        top: 0rem;
        right: 0rem
    }

    .lc-custom .lc-custom-content {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: calc(100% - 1.11111rem);
        margin-left: .55556rem;
        margin-right: .55556rem
    }

        .lc-custom .lc-custom-content p:last-of-type, .lc-custom .lc-custom-content p:last-of-type a:last-of-type {
            margin-bottom: 0
        }

@media print, screen and (min-width: 64em) {
    .lc-custom {
        padding: 7rem 0
    }

        .lc-custom .h2 {
            font-size: 3.88889rem
        }

        .lc-custom .lc-custom-graphic svg {
            width: 6rem;
            height: 6rem;
            top: -2rem;
            right: -2rem
        }

        .lc-custom .lc-custom-title {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
            flex: 0 0 auto;
            width: calc(41.66667% - 1.11111rem);
            margin-left: .55556rem;
            margin-right: .55556rem
        }

        .lc-custom .lc-custom-content {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
            flex: 0 0 auto;
            width: calc(41.66667% - 1.11111rem);
            margin-left: .55556rem;
            margin-right: .55556rem;
            margin-left: calc(8.33333% + 1.11111rem / 2)
        }
}

.banner-image {
    position: relative
}

    .banner-image img {
        width: 100%;
        max-height: 18rem;
        -o-object-fit: cover;
        object-fit: cover
    }

    .banner-image:before {
        content: '';
        position: absolute;
        display: block;
        bottom: 0rem;
        left: 0rem;
        background: #fff;
        -webkit-clip-path: polygon(0% 0, 100% 100%, 0 100%);
        clip-path: polygon(0% 0, 100% 100%, 0 100%);
        width: 5rem;
        height: 12rem
    }

.course-info {
    background-color: #f6f6f6;
    padding: 1.5rem 0
}

    .course-info .h3 {
        font-weight: 300
    }

    .course-info .course-info-item-prop {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 0.5rem 1rem 0.5rem 0
    }

    .course-info .course-info-item {
        background-color: #fff;
        padding: 1.5rem 2rem;
        margin-bottom: 1.5rem;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: relative;
        max-width: 60rem
    }

        .course-info .course-info-item .course-info-item-buttons a {
            margin: 0 1.5rem 0 0
        }

        .course-info .course-info-item:last-child {
            margin-bottom: 0
        }

        .course-info .course-info-item:before {
            content: '';
            position: absolute;
            display: block;
            bottom: 0rem;
            left: 0rem;
            background: #f6f6f6;
            -webkit-clip-path: polygon(0% 0, 100% 100%, 0 100%);
            clip-path: polygon(0% 0, 100% 100%, 0 100%);
            width: 1.5rem;
            height: 2.5rem
        }

        .course-info .course-info-item:after {
            content: '';
            position: absolute;
            display: block;
            top: 0rem;
            right: 0rem;
            background: #f6f6f6;
            -webkit-clip-path: polygon(100% 0, 100% 100%, 0 0%);
            clip-path: polygon(100% 0, 100% 100%, 0 0%);
            width: 1.5rem;
            height: 2.5rem
        }

@media print, screen and (min-width: 64em) {
    .course-info {
        padding: 3rem 0
    }

        .course-info .course-info-item-desc p:last-of-type {
            margin: 0
        }

        .course-info .course-info-item-prop {
            margin-bottom: 0
        }
}

.lmi {
    color: #f6f6f6;
    padding: 1rem 0;
    position: relative;
    background-size: cover;
    background-position: center
}

    .lmi .large-title {
        color: #f6f6f6;
        max-width: 20rem
    }

    .lmi .grid-container {
        position: relative
    }

    .lmi .lmi-item {
        margin-bottom: 1rem
    }

        .lmi .lmi-item a {
            display: block;
            color: #f6f6f6;
            font-size: 1.33333rem;
            line-height: 1.2;
            -webkit-transition: color 0.2s ease-in-out;
            transition: color 0.2s ease-in-out
        }

            .lmi .lmi-item a:hover {
                color: #12c2ee
            }

        .lmi .lmi-item span {
            display: block
        }

        .lmi .lmi-item:last-child {
            margin-bottom: 0
        }

        .lmi .lmi-item .readmore {
            width: -webkit-fit-content;
            width: -moz-fit-content;
            width: fit-content;
            font-size: 1rem;
            font-weight: bold;
            padding-right: 1.5rem;
            margin-top: 0.25rem
        }

    .lmi .lmi-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%
    }

@media print, screen and (min-width: 64em) {
    .lmi {
        padding: 3rem 0
    }

        .lmi .h3 {
            margin: 0
        }

        .lmi .lmi-item {
            margin-bottom: 2rem
        }

            .lmi .lmi-item:last-child {
                margin-bottom: 0
            }
}

@media print, screen and (min-width: 64em) {
    .pull-right {
        margin-right: -2rem
    }
}

@media screen and (min-width: 83.33333em) {
    .pull-right {
        margin-right: calc(-2rem - (100vw - 83.33333rem) / 2)
    }
}

.image-graphic {
    position: relative
}

    .image-graphic .pull-right {
        position: relative;
        margin-bottom: 2.5rem
    }

    .image-graphic img {
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        max-height: 25rem;
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 7% 100%, 0 70%);
        clip-path: polygon(0 0, 100% 0, 100% 100%, 7% 100%, 0 70%)
    }

    .image-graphic .image-graphic-svg {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 100%;
        height: 100%;
        padding: 1.5rem
    }

        .image-graphic .image-graphic-svg svg {
            width: 100%;
            height: 100%
        }

            .image-graphic .image-graphic-svg svg path {
                stroke-width: 2px
            }

.slant-title {
    font-weight: 800;
    font-size: 1.77778rem;
    line-height: 1.2;
    padding: 1rem 2rem;
    -webkit-clip-path: polygon(98% 0, 100% 40%, 100% 100%, 2% 100%, 0 60%, 0 0);
    clip-path: polygon(98% 0, 100% 40%, 100% 100%, 2% 100%, 0 60%, 0 0);
    background-color: #12c2ee
}

.global-message {
    padding: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-flow: wrap;
    flex-flow: wrap
}

    .global-message p {
        margin: 0
    }

.livechat {
    position: fixed;
    bottom: 0rem;
    right: 1rem;
    z-index: 10;
    -webkit-box-shadow: 0px 0px 6px rgba(18,18,18,0.3);
    box-shadow: 0px 0px 6px rgba(18,18,18,0.3)
}

    .livechat a {
        background-color: #12c2ee;
        padding: 0.75rem;
        display: block;
        line-height: 1
    }

        .livechat a:hover i {
            color: #e6e6e6
        }

    .livechat p {
        margin: 0
    }

    .livechat i {
        font-size: 1.5rem;
        color: #f6f6f6;
        -webkit-transition: color 0.2s ease-in-out;
        transition: color 0.2s ease-in-out
    }

.casestudies-side-container {
    color: #f6f6f6;
    font-weight: 300
}

    .casestudies-side-container .casestudies-side-content {
        padding: 2.5rem;
        position: relative
    }

    .casestudies-side-container .casestudies-item-container {
        position: relative
    }

    .casestudies-side-container .casestudies-item {
        -webkit-clip-path: polygon(94% 0, 100% 10%, 100% 100%, 6% 100%, 0 90%, 0 0);
        clip-path: polygon(94% 0, 100% 10%, 100% 100%, 6% 100%, 0 90%, 0 0);
        background-color: #121212
    }

    .casestudies-side-container span {
        display: block
    }

    .casestudies-side-container a {
        color: #f6f6f6;
        text-decoration: underline
    }

    .casestudies-side-container img {
        max-height: 20rem;
        -o-object-fit: cover;
        object-fit: cover;
        width: 100%
    }

    .casestudies-side-container .casestudies-side-graphic {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        left: -4.5rem;
        z-index: 1
    }

    .casestudies-side-container .casestudies-side-intro {
        position: relative
    }

        .casestudies-side-container .casestudies-side-intro:before, .casestudies-side-container .casestudies-side-intro:after {
            position: absolute;
            font-size: 7rem;
            line-height: 0.8
        }

        .casestudies-side-container .casestudies-side-intro:before {
            content: 'â€œ';
            top: -3rem;
            left: -1.5rem
        }

        .casestudies-side-container .casestudies-side-intro:after {
            content: 'â€';
            bottom: -5rem;
            right: -2.5rem
        }

    .casestudies-side-container .casestudies-side-title {
        margin-top: 0.25rem
    }

    .casestudies-side-container .casestudies-side-course {
        margin-bottom: 2rem;
        font-size: .88889rem
    }

    .casestudies-side-container .casestudies-side-next:after {
        content: '\f061';
        font-size: 1.25rem
    }

    .casestudies-side-container .casestudies-side-title {
        font-weight: 500
    }

.mod-video .mod-video-title-container {
    background-color: #121212;
    padding: 1rem 1.5rem
}

.mod-video .large-title {
    color: #f6f6f6;
    margin-bottom: 1rem
}

.mod-video p:last-child, .mod-video p:last-child a:last-child {
    margin-bottom: 0
}

@media print, screen and (min-width: 64em) {
    .mod-video .mod-video-title-container {
        padding: 3.5rem 1rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .mod-video .large-title {
        margin-bottom: 3rem
    }

    .mod-video .mod-video-frame {
        padding: 2rem 1rem
    }

        .mod-video .mod-video-frame iframe {
            margin-left: -4rem
        }
}

.lc-section-container {
    overflow-x: clip
}

    .lc-section-container .lc-section {
        padding-top: 1rem;
        padding-bottom: 1rem
    }

    .lc-section-container .lc-section__image-container {
        position: relative
    }

        .lc-section-container .lc-section__image-container svg {
            height: 27.77778rem;
            width: auto;
            margin-top: -250px;
            margin-left: 0.75rem;
            position: absolute;
            z-index: 1
        }

@media screen and (max-width: 63.99875em) {
    .lc-section-container .lc-section__image-container svg {
        display: none !important
    }
}

.lc-section-container .lc-section__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.lc-section-container .small {
    height: 250px;
    width: 400px;
    -webkit-clip-path: polygon(0 0, 73% 0, 100% 100%, 28% 100%);
    clip-path: polygon(0 0, 73% 0, 100% 100%, 28% 100%)
}

.lc-section-container .large {
    height: 300px;
    -webkit-clip-path: polygon(0 0, 76% 0, 100% 100%, 23% 100%);
    clip-path: polygon(0 0, 76% 0, 100% 100%, 23% 100%)
}

.lc-section-container .lc-section0, .lc-section-container .lc-section1 {
    position: relative;
    overflow: hidden
}

.lc-section-container .lc-section1 {
    top: -225px;
    right: 15px
}

@media screen and (max-width: 63.99875em) {
    .lc-section-container .lc-section1 {
        display: none !important
    }
}

@media print, screen and (min-width: 64em) {
    .lc-section-container .lc-section {
        padding-top: 3rem;
        padding-bottom: 3rem
    }

    .lc-section-container .lc-section0 {
        margin-right: -340px;
        left: 190px
    }

    .lc-section-container .large {
        height: 500px
    }

    .lc-section-container .right {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0
    }

        .lc-section-container .right .lc-section__content {
            -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
            order: 2
        }

        .lc-section-container .right .lc-section0 {
            left: auto;
            margin-top: -40px;
            margin-left: -250px;
            margin-right: 0;
            right: 2rem
        }

        .lc-section-container .right .lc-section__image-container svg {
            margin-top: -80px;
            margin-left: -360px
        }
}

@media screen and (min-width: 90em) {
    .lc-section-container .lc-section0 {
        margin-right: -230px
    }
}

.finder form {
    position: relative
}

.finder button.finder {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0.8rem;
    font-size: .83333rem;
    color: #ff206c;
    margin: 0
}

    .finder button.finder:hover {
        cursor: pointer
    }

.finder input {
    max-width: 15rem;
    margin: 0
}

#finder-search {
    max-width: unset;
    padding: 0;
    background: none
}

    #finder-search label {
        font-weight: 300
    }

    #finder-search .search__left-input {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 1rem;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

        #finder-search .search__left-input input {
            max-width: unset
        }

    #finder-search .search__left-search {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }

        #finder-search .search__left-search label {
            font-weight: bold
        }

@media print, screen and (min-width: 64em) {
    #finder-search .search__left {
        padding-right: 2rem
    }

    #finder-search .search__left-input {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }

    #finder-search button {
        margin: 0 0 0 1rem
    }
}

#search-results .search-results {
    margin: 0;
    list-style: none
}

    #search-results .search-results .result-title {
        font-weight: 800
    }

        #search-results .search-results .result-title a {
            color: #121212;
            -webkit-transition: color 0.2s ease-in-out;
            transition: color 0.2s ease-in-out
        }

            #search-results .search-results .result-title a:hover {
                color: #12c2ee
            }

    #search-results .search-results .result-text {
        margin: 0
    }

    #search-results .search-results .result-tag > span {
        font-weight: 800;
        margin: 0 0.5rem;
        display: inline-block;
        color: #0A7894
    }

    #search-results .search-results li {
        padding: 2rem 1.5rem;
        position: relative
    }

        #search-results .search-results li:nth-child(2n-1) {
            background-color: #f6f6f6
        }

@media print, screen and (min-width: 40em) {
    #search-results .result-tag {
        position: absolute;
        top: 0.4rem;
        right: 0.4rem
    }
}

#slideshow .swiper-slide-content-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#slideshow .swiper-slide-content {
    padding-bottom: 1rem;
    position: relative;
    z-index: 1
}

#slideshow .swiper-slide {
    height: auto
}

#slideshow .grid-container, #slideshow .grid-x {
    height: 100%
}

#slideshow .slideshow__image {
    padding-bottom: 1rem
}

    #slideshow .slideshow__image img {
        width: 100%;
        height: 100%;
        min-height: 18rem;
        max-height: 40vh;
        -o-object-fit: cover;
        object-fit: cover
    }

#slideshow .swiper-pagination {
    bottom: 0.5rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

#slideshow .swiper-pagination-bullet {
    width: 18px;
    height: 18px;
    background: #f6f6f6;
    margin: 0 0.3rem
}

#slideshow .slideshow__title {
    font-size: 1.77778rem;
    font-weight: 300;
    display: block
}

@media print, screen and (max-width: 63.99875em) {
    #slideshow .grid-x {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    #slideshow .swiper-slide-content-container {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    #slideshow .slideshow__image {
        width: 100vw;
        margin-left: -30px
    }

    #slideshow .swiper-slide-content-container {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
}

@media print, screen and (min-width: 64em) {
    #slideshow p {
        font-size: 1.25rem
    }

    #slideshow .grid-container {
        max-width: calc(83.33333rem + ((100vw - 83.33333rem) / 2) - 40px);
        margin-right: 0;
        margin-left: auto;
        padding-right: 0;
        padding-left: 30px
    }

    #slideshow .swiper-slide-content {
        padding: 0
    }

    #slideshow .swiper-pagination {
        width: 50%;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        text-align: left
    }

    #slideshow .swiper-pagination-bullet {
        margin: 0 0.6rem 0 0
    }

    #slideshow .slideshow__title {
        font-size: 2.5rem
    }

    #slideshow .slideshow__image {
        padding-bottom: 3rem;
        position: relative
    }

        #slideshow .slideshow__image img {
            max-height: 55vh
        }

        #slideshow .slideshow__image:before {
            content: '';
            position: absolute;
            display: block;
            bottom: 0rem;
            left: 0rem;
            background: #121212;
            -webkit-clip-path: polygon(0% 0, 100% 100%, 0 100%);
            clip-path: polygon(0% 0, 100% 100%, 0 100%);
            width: 18rem;
            height: 36rem;
            left: -0.1rem
        }
}

@media screen and (min-width: 90em) {
    #slideshow .slideshow__title {
        font-size: 3.33333rem
    }
}

.eventshome {
    background-color: #ADEFFF;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    border-top: 25px solid #12c2ee
}

    .eventshome #rsepro-upcoming-module {
        width: 100%;
        margin: 0
    }

    .eventshome .eventshome-event {
        padding: 0 0 1.38889rem;
        margin: 0 auto;
        max-width: 100%
    }

        .eventshome .eventshome-event:not(.has-image) {
            top: 50%;
            position: relative;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            padding-top: 5.5rem
        }

    .eventshome .eventshome-event {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .eventshome .eventshome-more {
        text-transform: uppercase;
        margin-left: auto;
        color: #121212;
        font-weight: 800;
        display: block;
        text-align: right
    }

        .eventshome .eventshome-more:after {
            font-size: 1.5rem
        }

    .eventshome .eventshome-date {
        display: block;
        text-transform: uppercase;
        margin-bottom: 1rem;
        font-weight: 600;
        font-size: .88889rem
    }

    .eventshome .eventshome-event-content {
        padding: 0 1.66667rem;
        margin-top: 0.5rem
    }

    .eventshome .eventshome-image a {
        display: block
    }

    .eventshome .eventshome-image img {
        width: 100%;
        max-height: 20rem;
        -o-object-fit: cover;
        object-fit: cover
    }

    .eventshome p {
        font-weight: 500
    }

    .eventshome h3 {
        text-align: left;
        padding: .83333rem 1.66667rem
    }

@media print, screen and (min-width: 64em) {
    .eventshome .eventshome-event {
        padding: 0 2.77778rem 1.38889rem;
        max-width: 40rem
    }

        .eventshome .eventshome-event:not(.has-image) {
            padding-top: 0
        }

    .eventshome .large-title {
        background-color: #ADEFFF;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content
    }

    .eventshome .has-image .large-title {
        margin-top: -5.5rem
    }

    .eventshome .eventshome-event-content {
        padding-left: 1.66667rem
    }
}

.com_rseventspro.no-layout #component {
    background-color: #2B2B2B;
    overflow-y: visible;
    overflow-x: clip
}

@media print, screen and (min-width: 64em) {
    .com_rseventspro.no-layout .side {
        padding-top: 5rem;
        margin-bottom: -6rem;
        position: relative;
        z-index: 1
    }

    .com_rseventspro.no-layout .events__section {
        margin-bottom: -10rem
    }
}

.events__container {
    color: #f6f6f6
}

    .events__container h1 {
        margin-bottom: 2rem
    }

    .events__container h3 {
        margin-bottom: 1.5rem;
        font-weight: 500
    }

        .events__container h3 a {
            color: #f6f6f6;
            -webkit-transition: color 0.2s ease-in-out;
            transition: color 0.2s ease-in-out
        }

            .events__container h3 a:hover {
                color: #12c2ee
            }

    .events__container .events__wrapper {
        list-style: none;
        margin: 0
    }

    .events__container .events__item {
        border-bottom: 1px solid rgba(246,246,246,0.5);
        padding-bottom: 1rem;
        margin-bottom: 1.5rem
    }

    .events__container .events__item-description {
        margin-bottom: 1.5rem
    }

    .events__container .events__item-details {
        margin-bottom: 1.5rem
    }

        .events__container .events__item-details span {
            margin-right: 1.5rem;
            font-weight: bold
        }

            .events__container .events__item-details span i {
                margin-right: 0.25rem
            }

            .events__container .events__item-details span:last-of-type {
                margin-right: 0
            }

@media print, screen and (min-width: 64em) {
    .events__container h1 {
        margin-bottom: 4rem
    }
}

.view-rseventspro.layout-show #component {
    padding-top: 0;
    padding-bottom: 0
}

.event .event__location {
    background-color: #2B2B2B;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 2
}

    .event .event__location i {
        width: 1.5rem;
        text-align: center
    }

.event .event__icon svg {
    height: 3.33333rem;
    width: auto
}

.event .event__location-info {
    padding-right: 1.66667rem;
    padding-left: 1.66667rem;
    max-width: 41.66667rem;
    margin-left: auto;
    margin-right: auto;
    color: #f6f6f6;
    margin-right: 0;
    padding-top: 1rem;
    padding-bottom: 1rem
}

    .event .event__location-info a {
        font-weight: bold;
        color: #f6f6f6
    }

        .event .event__location-info a:hover {
            text-decoration: underline
        }

.event .event__location-info-title {
    font-weight: bold;
    margin-top: 1rem
}

.event .event__location-info-address {
    font-weight: 300;
    margin-bottom: 1rem
}

.event .event__details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 4
}

    .event .event__details .event__details-item {
        font-weight: bold;
        margin-right: 1rem;
        margin-bottom: 0.5rem
    }

        .event .event__details .event__details-item span {
            display: block;
            font-weight: 300
        }

    .event .event__details.lambeth svg path {
        fill: #f6f6f6
    }

.event .event__image {
    -webkit-clip-path: polygon(0 0, 70% 0, 100% 100%, 30% 100%);
    clip-path: polygon(0 0, 70% 0, 100% 100%, 30% 100%);
    margin: -0.75rem 0 0 -3rem;
    max-height: 35rem;
    position: relative;
    z-index: 3;
    height: 500px;
    margin-left: -12rem;
    margin-right: 12rem
}

    .event .event__image img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }

.event .event__image-graphic {
    top: -0.75rem;
    left: -15rem;
    position: absolute;
    width: 100%;
    height: 100%
}

    .event .event__image-graphic svg {
        height: 100%;
        width: auto
    }

    .event .event__image-graphic path {
        fill: #12c2ee
    }

.event .event__details-container {
    position: relative
}

.event .event__content {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

    .event .event__content .event__description {
        padding: 1.5rem 0
    }

@media print, screen and (min-width: 64em) {
    .event .event__location-info {
        padding-top: 3rem;
        padding-bottom: 3rem
    }

    .event .event__location-map #map-canvas {
        height: 30rem !important
    }

    .event .event__image {
        margin-bottom: -2rem
    }

    .event .event__details {
        right: 4rem;
        left: auto;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        max-width: 20rem
    }
}

[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, select {
    height: auto
}

    select:not([multiple]) {
        padding: .44444rem 1.38889rem .44444rem .83333rem
    }

button[type="submit"] {
    margin-top: 1rem
}

.formValidation .formError {
    margin-bottom: 0.5rem;
    margin-top: -0.5rem;
    font-size: .77778rem;
    font-weight: 700;
    background-color: #fff;
    padding: 0.2rem 0.4rem;
    color: #ff206c;
    display: block
}

.rsform-error .formValidation {
    display: block
}

.rsform-error:not(label) {
    background-color: #f6cccc;
    border-color: transparent
}

input[type=radio] {
    opacity: 0;
    -webkit-clip-path: polygon(0 0);
    clip-path: polygon(0 0);
    position: absolute;
    left: 0
}

    input[type=radio] + label {
        position: relative;
        margin: 0 0.5rem 1rem 0;
        padding-left: 1.75rem
    }

        input[type=radio] + label:last-of-type {
            margin-bottom: 0.25rem
        }

        input[type=radio] + label:before {
            display: inline-block;
            width: 22px;
            height: 22px;
            content: "";
            border: 2px solid #121212;
            top: 50%;
            left: 0;
            margin-right: 10px;
            border-radius: 50%;
            position: absolute;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%)
        }

    input[type=radio]:checked + label:after {
        background-color: #12c2ee;
        width: 12px;
        height: 12px;
        content: "";
        position: absolute;
        border-radius: 50%;
        top: 50%;
        left: 5px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    input[type=radio][disabled] + label {
        opacity: 0.5
    }

/*    .containerbody, .body-content { 

        min-width:80vw!important;
    }*/
/*
input[type='checkbox'] {
    -webkit-clip-path: polygon(0 0);
    clip-path: polygon(0 0);
    left: 0;
    position: absolute
}*/
/*
    input[type='checkbox'] + label:before {
        display: inline-block;
        border: 2px solid #121212;
        width: 1.22222rem;
        height: 1.22222rem;
        content: '';
        margin-right: .55556rem;
        -webkit-transition: color 0.2s ease-in-out;
        transition: color 0.2s ease-in-out;
        position: absolute;
        top: 0.1rem;
        left: 0
    }
*/
    input[type='checkbox']:checked + label:after {
        font-family: 'Font Awesome 5 Pro';
        content: "\f00c";
        position: absolute;
        top: 0.15rem;
        left: 0.15rem;
        font-size: 0.75rem
    }

    input[type='checkbox'] + label {
        position: relative;
        -webkit-transition: color 0.2s ease-in-out;
        transition: color 0.2s ease-in-out;
        padding-left: 1.75rem;
        margin-left: 0;
        margin-bottom: 1rem;
        font-weight: 400;
        line-height: 1.6
    }

.white input[type=radio] + label:before, .white input[type=checkbox] + label:before {
    border-color: #f6f6f6
}

form:not(.no-padding) {
    padding: 1.5rem 2rem
}

form:not(.no-background) {
    background-color: #fff;
}
/*
form:not(.no-maxwidth) {
    max-width: 55rem;
    margin: 0 auto
}*/

form .section {
    margin-bottom: 2rem;
    background-color: #f6f6f6;
    padding: 1.5rem 2rem
}

    form .section.error {
        background-color: #cc4b373d;
        border: 2px solid #cc4b37
    }

.app-form .selectize-input {
    border: 2px solid #121212;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: .54444rem 1.38889rem .54444rem .83333rem
}

.app-form input {
    font-size: 0.85rem
}

    .app-form input::-webkit-input-placeholder {
        color: #121212
    }

    .app-form input::-ms-input-placeholder {
        color: #121212
    }

    .app-form input::placeholder {
        color: #121212
    }

.app-form #StudentDetailUserDefined20 {
    display: grid
}

@media print, screen and (min-width: 40em) {
    .app-form #StudentDetailUserDefined20 {
        grid-template-columns: 50% 50%
    }
}

footer .footer__main {
    background-color: #121212;
    padding: 3rem 0
}

footer .footer__menu {
    margin-bottom: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

    footer .footer__menu h3 {
        color: #f6f6f6;
        font-weight: 800;
        font-size: .88889rem;
        text-transform: uppercase;
        margin-right: 1.5rem;
        max-width: 4rem
    }

    footer .footer__menu li {
        display: block;
        width: 100%;
        margin-bottom: 0.5rem
    }

        footer .footer__menu li:last-child {
            margin: 0
        }

    footer .footer__menu a {
        color: #f6f6f6;
        padding: 0;
        display: inline-block;
        -webkit-transition: color 0.2s ease-in-out;
        transition: color 0.2s ease-in-out
    }

       footer .footer__menu a:hover {
            color: #cacaca
        }

    footer .footer__menu:last-child {
        margin-bottom: 0
    }

footer .footer__accreditations {
    padding: 1.5rem 0
}

footer .footer__icons.moduletable {
    margin-top: 1rem
}

    footer .footer__icons.moduletable li {
        display: inline-block;
        width: initial;
        margin: 0 1rem 0 0
    }

    a:hover{

        text-decoration:underline 1px solid #fff;
    }

        footer .footer__icons.moduletable li:last-of-type {
            margin: 0
        }

    footer .footer__icons.moduletable a {
        font-size: 2rem
    }

footer .footer__policies {
    background-color: #121212;
    padding-left: 0
}

    footer .footer__policies .grid-container {
        padding-bottom: 1rem
    }

    footer .footer__policies li {
        width: 100%
    }

    footer .footer__policies a {
        color: #f6f6f6;
        font-size: 0.8rem;
        padding: 0.7rem 1rem 0.7rem 0
    }

@media print, screen and (min-width: 64em) {
    footer .footer__menu {
        margin-bottom: 0
    }

        footer .footer__menu .moduletable {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex
        }

    footer .footer__icons.moduletable {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    footer .footer__policies .grid-container {
        padding-left: 7.1rem
    }

        footer .footer__policies .grid-container li {
            width: auto
        }
}

aside.side, aside.left {
    height: 100%
}

    aside.side h3, aside.left h3 {
        text-transform: uppercase;
        font-weight: 800
    }

    aside.side .menu .divider, aside.side .mod_docman_icons .divider, aside.side .mod_docman_icons .divider, aside.left .menu .divider, aside.left .mod_docman_icons .divider, aside.left .mod_docman_icons .divider {
        display: none
    }

    aside.side .menu li, aside.side .mod_docman_icons li, aside.side .mod_docman_icons li, aside.left .menu li, aside.left .mod_docman_icons li, aside.left .mod_docman_icons li {
        width: 100%;
        position: relative;
        margin-bottom: 0.75rem;
        background-color: #f6f6f6
    }

    aside.side .menu a, aside.side .mod_docman_icons a, aside.side .mod_docman_icons a, aside.left .menu a, aside.left .mod_docman_icons a, aside.left .mod_docman_icons a {
        color: #121212
    }

        aside.side .menu a:hover, aside.side .mod_docman_icons a:hover, aside.side .mod_docman_icons a:hover, aside.left .menu a:hover, aside.left .mod_docman_icons a:hover, aside.left .mod_docman_icons a:hover {
            text-decoration: underline
        }

        aside.side .menu a:before, aside.side .mod_docman_icons a:before, aside.side .mod_docman_icons a:before, aside.left .menu a:before, aside.left .mod_docman_icons a:before, aside.left .mod_docman_icons a:before {
            content: '';
            position: absolute;
            display: block;
            top: 0rem;
            right: 0rem;
            background: #fff;
            -webkit-clip-path: polygon(100% 0, 100% 100%, 0 0%);
            clip-path: polygon(100% 0, 100% 100%, 0 0%);
            width: 0.5rem;
            height: 1.5rem
        }

        aside.side .menu a:after, aside.side .mod_docman_icons a:after, aside.side .mod_docman_icons a:after, aside.left .menu a:after, aside.left .mod_docman_icons a:after, aside.left .mod_docman_icons a:after {
            content: '';
            position: absolute;
            display: block;
            bottom: 0rem;
            left: 0rem;
            background: #fff;
            -webkit-clip-path: polygon(0% 0, 100% 100%, 0 100%);
            clip-path: polygon(0% 0, 100% 100%, 0 100%);
            width: 0.5rem;
            height: 1.5rem
        }

    aside.side .menu .active a, aside.side .mod_docman_icons .active a, aside.side .menu .current a, aside.side .mod_docman_icons .current a, aside.side .mod_docman_icons .active a, aside.side .mod_docman_icons .current a, aside.left .menu .active a, aside.left .mod_docman_icons .active a, aside.left .menu .current a, aside.left .mod_docman_icons .current a, aside.left .mod_docman_icons .active a, aside.left .mod_docman_icons .current a {
        background-color: #12c2ee;
        color: #121212;
        font-weight: 800
    }

    aside.side .menu .koowa_header__image_link, aside.side .mod_docman_icons .koowa_header__image_link, aside.side .mod_docman_icons .koowa_header__image_link, aside.left .menu .koowa_header__image_link, aside.left .mod_docman_icons .koowa_header__image_link, aside.left .mod_docman_icons .koowa_header__image_link {
        padding-right: 0
    }

    aside.side .menu .koowa_header__title_link, aside.side .mod_docman_icons .koowa_header__title_link, aside.side .mod_docman_icons .koowa_header__title_link, aside.left .menu .koowa_header__title_link, aside.left .mod_docman_icons .koowa_header__title_link, aside.left .mod_docman_icons .koowa_header__title_link {
        padding-left: 0.5rem
    }

    aside.side .moduletable, aside.left .moduletable {
        margin-bottom: 2.5rem
    }

        aside.side .moduletable p:last-child, aside.side .moduletable p:last-child a:last-child, aside.left .moduletable p:last-child, aside.left .moduletable p:last-child a:last-child {
            margin-bottom: 0
        }

    aside.side .callout, aside.left .callout {
        position: relative;
        z-index: 1;
        border: none
    }

        aside.side .callout:after, aside.left .callout:after {
            content: '';
            position: absolute;
            width: 100vw;
            top: 0;
            left: -1.66667rem;
            height: 100%;
            z-index: -1
        }

    aside.side .lc-custom, aside.left .lc-custom {
        padding: 1.5rem
    }

        aside.side .lc-custom .lc-custom-container, aside.left .lc-custom .lc-custom-container {
            padding-right: 0;
            padding-left: 0;
            max-width: 100%;
            margin-left: auto;
            margin-right: auto
        }

        aside.side .lc-custom .lc-custom-content, aside.left .lc-custom .lc-custom-content {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
            flex: 0 0 auto;
            width: calc(100% - 1.11111rem);
            margin-left: .55556rem;
            margin-right: .55556rem;
            margin-left: calc(0% + 1.11111rem / 2)
        }

        aside.side .lc-custom .lc-custom-title, aside.left .lc-custom .lc-custom-title {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
            flex: 0 0 auto;
            width: calc(100% - 1.11111rem);
            margin-left: .55556rem;
            margin-right: .55556rem
        }

        aside.side .lc-custom .lc-custom-graphic svg, aside.left .lc-custom .lc-custom-graphic svg {
            top: -3rem;
            right: -3rem
        }

        aside.side .lc-custom .lc-custom-tint, aside.left .lc-custom .lc-custom-tint {
            -webkit-box-shadow: inset 0px 0px 0px 3px rgba(18,18,18,0.25);
            box-shadow: inset 0px 0px 0px 3px rgba(18,18,18,0.25)
        }

@media print, screen and (min-width: 64em) {
    aside.side, aside.left {
        padding-left: 2rem
    }

        aside.side .lc-custom .lc-custom-graphic svg, aside.left .lc-custom .lc-custom-graphic svg {
            top: -5rem;
            right: -5rem
        }

        aside.side .callout:after, aside.left .callout:after {
            left: -2.22222rem
        }

        aside.side h3, aside.left h3 {
            font-size: 1.44444rem
        }

        aside.side .lmi, aside.left .lmi {
            padding: 2rem 0
        }
}

.course h2 {
    font-weight: 300
}

.course .course-section-modules {
    background-color: #121212;
    color: #f6f6f6;
    padding-top: 1rem;
    padding-bottom: 1rem;
    position: relative;
    margin: 1.5rem 0
}

    .course .course-section-modules:before {
        content: '';
        z-index: -1;
        position: absolute;
        height: 100%;
        width: 150vw;
        top: 0;
        left: 0;
        margin-left: -50vw;
        margin-right: -50vw;
        background-color: #121212
    }

    .course .course-section-modules li::marker {
        color: #ff206c
    }

    .course .course-section-modules li p {
        margin: 0
    }

.course .course__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 1;
    background-color: #12c2ee;
    padding: 1.25rem 1.5rem;
    -webkit-box-shadow: 0 0 11px rgba(18,18,18,0.25);
    box-shadow: 0 0 11px rgba(18,18,18,0.25);
    margin: 0 -0.75rem 1.25rem -0.75rem
}

    .course .course__buttons h2 {
        font-weight: bold;
        margin-bottom: 1rem
    }

    .course .course__buttons a:last-of-type {
        margin: 0
    }

    .course .course__buttons.hide-for-large {
        margin-top: -1.5rem
    }

    .course .course__buttons .course__buttons-graphic {
        position: absolute;
        top: -3rem;
        right: -1rem;
        -webkit-transform: scaleX(-1) rotate(255deg);
        -ms-transform: scaleX(-1) rotate(255deg);
        transform: scaleX(-1) rotate(255deg)
    }

@media screen and (max-width: 63.99875em) {
    .course .course__buttons .course__buttons-graphic {
        display: none !important
    }
}

@media print, screen and (min-width: 64em) {
    .course .course__content {
        padding-right: 3rem
    }

    .course .course-section-modules {
        padding-top: 3rem;
        padding-bottom: 3rem
    }

    .course .course__buttons {
        margin: 0 0 -2rem -1.5rem;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

        .course .course__buttons a:nth-child(4) {
            margin: 0 0 0 6rem
        }
}

.course__banner.banner-container {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    margin-top: -2.5rem;
    margin-bottom: 2.5rem
}

.dashfilter-form div.selectize-input {
    border-radius: 0;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: .6rem .44444rem
}

.dashfilter-form .selectize-control.multi .selectize-input .item {
    background: #ff206c;
    font-size: 1rem;
    font-weight: 800;
    color: #f6f6f6;
    padding: 0.4rem 0.5rem !important;
    margin: 0 0.5rem 0.5rem 0
}

    .dashfilter-form .selectize-control.multi .selectize-input .item .remove {
        position: relative;
        border: none;
        font-size: 1rem
    }

.dashfilter-form .selectize-control.multi .selectize-input.has-items {
    padding-bottom: 0
}

.dashfilter-form .dashboardFilter__filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

    .dashfilter-form .dashboardFilter__filter .dashboardFilter__image svg {
        height: 50px;
        width: auto
    }

    .dashfilter-form .dashboardFilter__filter .dashboardFilter__image path {
        fill: #f6f6f6
    }

.dashfilter-form input[type='checkbox'] + label {
    padding-left: 0;
    padding-right: 1.75rem;
    width: 100%;
    line-height: 1.3;
    margin-bottom: 0.5rem
}

    .dashfilter-form input[type='checkbox'] + label:before, .dashfilter-form input[type='checkbox'] + label:after {
        right: 0;
        left: auto;
        margin: 0
    }

    .dashfilter-form input[type='checkbox'] + label:before {
        width: 29px;
        height: 29px;
        border-width: 3px
    }

    .dashfilter-form input[type='checkbox'] + label:after {
        top: 0.4rem;
        right: 0.38rem;
        width: 15px;
        height: 15px
    }

.dashfilter-form input[type='radio'] + label {
    width: 100%;
    padding-left: 0;
    line-height: 1.4
}

    .dashfilter-form input[type='radio'] + label:before, .dashfilter-form input[type='radio'] + label:after {
        right: 0;
        left: auto;
        margin: 0
    }

    .dashfilter-form input[type='radio'] + label:after {
        right: 0.3rem
    }

.course-filters-container {
    background-color: #2B2B2B;
    padding: 1.5rem 0
}

    .course-filters-container label, .course-filters-container h3 {
        color: #f6f6f6
    }

    .course-filters-container ul {
        margin: 0
    }

    .course-filters-container label {
        font-weight: 300;
        font-size: 1.33333rem
    }

    .course-filters-container form {
        background: none;
        padding: 0
    }

    .course-filters-container input {
        border: none
    }

    .course-filters-container .course-filters > div {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: calc(100% - 1.11111rem);
        margin-left: .55556rem;
        margin-right: .55556rem;
        padding: 0.5rem 0
    }

@media print, screen and (min-width: 64em) {
    .course-filters-container .course-filters > div {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: calc(33.33333% - 1.11111rem);
        margin-left: .55556rem;
        margin-right: .55556rem;
        padding: 0 1rem
    }

    .course-filters-container .course-filters-subject {
        margin-top: -1.85rem
    }
}

#course-items {
    width: 100%;
    max-width: 65rem;
    margin: 0 auto
}

    #course-items .course-count {
        margin-bottom: 2rem;
        text-align: center
    }

    #course-items h2 a {
        color: #121212;
        -webkit-transition: color 0.2s ease-in-out;
        transition: color 0.2s ease-in-out
    }

        #course-items h2 a:hover {
            color: #12c2ee
        }

    #course-items .course-item {
        border-bottom: 1px solid rgba(202,202,202,0.4);
        margin-bottom: 2rem;
        padding-bottom: 2rem
    }

        #course-items .course-item span {
            display: block;
            margin-bottom: 0.5rem
        }

            #course-items .course-item span i {
                width: 1.5rem;
                text-align: center;
                margin-right: 0.25rem
            }

@media print, screen and (min-width: 64em) {
    #course-items .course-item-description {
        padding-right: 2rem
    }
}

.courses {
    padding: 2rem 0;
    background-color: #f6f6f6
}

    .courses h2 {
        max-width: 25rem;
        margin-bottom: 1rem
    }

    .courses .subject__accordion {
        background: transparent
    }

        .courses .subject__accordion .accordion-title {
            padding: 0.75rem
        }

            .courses .subject__accordion .accordion-title:before {
                border-radius: 50%;
                width: 1.75rem;
                height: 1.75rem;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
                margin-top: 0;
                right: 0;
                -webkit-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                transform: translateY(-50%)
            }

            .courses .subject__accordion .accordion-title:hover, .courses .subject__accordion .accordion-title:focus {
                background-color: transparent
            }

        .courses .subject__accordion .accordion-item:not(.is-active) .accordion-title {
            border: none !important
        }

        .courses .subject__accordion .accordion-item.is-active .accordion-title {
            color: #121212
        }

        .courses .subject__accordion .accordion-title {
            border: none !important;
            padding-left: 0
        }

        .courses .subject__accordion .accordion-content {
            padding: 0 1rem 0.5rem 1rem;
            background-color: #fff
        }

            .courses .subject__accordion .accordion-content a:not(.active) {
                color: #121212;
                font-weight: 300
            }

@media print, screen and (min-width: 64em) {
    .courses {
        padding: 4rem 0
    }

        .courses h2 {
            margin: 0
        }
}

.courses__reveal {
    overflow: scroll
}

    .courses__reveal .h1 {
        display: block
    }

    .courses__reveal .course__reveal-top {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-flow: wrap;
        flex-flow: wrap
    }

        .courses__reveal .course__reveal-top a {
            margin-bottom: 0
        }

    .courses__reveal .slant-title {
        margin-bottom: 1rem
    }

    .courses__reveal .course__reveal-courses {
        position: relative;
        max-width: 50rem
    }

    .courses__reveal .accordion {
        max-width: 40rem;
        margin-bottom: 1rem
    }

    .courses__reveal .course__reveal-content {
        margin-bottom: 1rem
    }

    .courses__reveal .course__reveal-video {
        position: relative
    }

    .courses__reveal .course__reveal-graphic {
        position: absolute;
        top: -1rem;
        right: -9rem;
        z-index: 1
    }

        .courses__reveal .course__reveal-graphic svg {
            -webkit-transform: scale(1, -1);
            -ms-transform: scale(1, -1);
            transform: scale(1, -1)
        }

@media print, screen and (min-width: 64em) {
    .courses__reveal .accordion {
        margin-left: 2rem
    }
}

.learner {
    position: relative;
    background: #121212;
    color: #f6f6f6
}

    .learner .learner__image img {
        position: absolute;
        opacity: 0.05;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }

    .learner .learner__image:before {
        content: '';
        position: absolute;
        display: block;
        bottom: 0rem;
        left: 0rem;
        background: #fff;
        -webkit-clip-path: polygon(0% 0, 100% 100%, 0 100%);
        clip-path: polygon(0% 0, 100% 100%, 0 100%);
        width: 2rem;
        height: 6rem
    }

    .learner .learner__image:after {
        content: '';
        position: absolute;
        display: block;
        top: 0rem;
        right: 0rem;
        background: #fff;
        -webkit-clip-path: polygon(100% 0, 100% 100%, 0 0%);
        clip-path: polygon(100% 0, 100% 100%, 0 0%);
        width: 2rem;
        height: 6rem
    }

    .learner .learner__content {
        position: relative
    }

    .learner .learner__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 2rem;
        margin-bottom: 2rem
    }

        .learner .learner__item a {
            color: #f6f6f6;
            -webkit-transition: color 0.2s ease-in-out;
            transition: color 0.2s ease-in-out
        }

            .learner .learner__item a:hover {
                color: #12c2ee
            }

        .learner .learner__item h3 {
            margin: 0
        }

        .learner .learner__item .learner__item-image, .learner .learner__item .learner__item-title {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
            flex: 0 0 auto;
            width: calc(50% - 1.11111rem);
            margin-left: .55556rem;
            margin-right: .55556rem
        }

        .learner .learner__item .learner__item-image {
            position: relative
        }

            .learner .learner__item .learner__item-image img {
                -webkit-clip-path: polygon(92% 0, 100% 40%, 100% 100%, 8% 100%, 0 60%, 0 0);
                clip-path: polygon(92% 0, 100% 40%, 100% 100%, 8% 100%, 0 60%, 0 0);
                max-height: 18rem
            }

        .learner .learner__item .learner__item-graphic {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            padding: 1rem;
            pointer-events: none
        }

            .learner .learner__item .learner__item-graphic svg {
                width: 100%;
                height: 100%
            }

@media print, screen and (min-width: 64em) {
    .learner .learner__image:before {
        width: 6rem;
        height: 16rem
    }

    .learner .learner__image:after {
        width: 6rem;
        height: 16rem
    }
}

.subject__accordion a {
    display: block;
    font-weight: bold;
    padding: 0.5rem 0
}

.subject__accordion.category .accordion-title:before {
    border-radius: 50%;
    width: 1.75rem;
    height: 1.75rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.subject .subject__image {
    margin-bottom: 2.5rem
}

.subject .subject__graphic {
    -webkit-transform: rotate(260deg);
    -ms-transform: rotate(260deg);
    transform: rotate(260deg);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: -5rem 0 -1rem -5rem
}

@media print, screen and (min-width: 64em) {
    .subject .subject__content {
        padding-right: 3rem
    }
}

.subjectlist {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw
}

    .subjectlist .subjectlist__image {
        position: relative
    }

        .subjectlist .subjectlist__image img {
            width: 100%;
            max-height: 20rem;
            -o-object-fit: cover;
            object-fit: cover;
            -o-object-position: 20% 20%;
            object-position: 20% 20%
        }

    .subjectlist .subjectlist__graphic-container {
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .subjectlist .subjectlist__graphic {
        aspect-ratio: 567/407;
        max-height: 90%;
        max-width: 90%;
        padding: 1rem;
        position: relative
    }

        .subjectlist .subjectlist__graphic svg {
            width: auto;
            height: 100%
        }

        .subjectlist .subjectlist__graphic > svg > path {
            stroke: #8733ff
        }

    .subjectlist .subjectlist__logo {
        position: absolute;
        bottom: 1.4rem;
        right: 1.9rem;
        background-color: #8733ff;
        padding: 0.75rem;
        line-height: 1
    }

        .subjectlist .subjectlist__logo svg {
            height: 2rem;
            width: auto
        }

    .subjectlist .subjectlist__description {
        padding: 0 30px
    }

    .subjectlist h3 a {
        color: #121212;
        -webkit-transition: color 0.2s ease-in-out;
        transition: color 0.2s ease-in-out
    }

        .subjectlist h3 a:hover {
            color: #12c2ee
        }

    .subjectlist .bg-lambeth svg path {
        fill: #f6f6f6
    }

    .subjectlist .subjectlist__subjects {
        background-color: #121212;
        color: #f6f6f6;
        padding: 1rem 0
    }

        .subjectlist .subjectlist__subjects a {
            color: #f6f6f6;
            -webkit-transition: color 0.2s ease-in-out;
            transition: color 0.2s ease-in-out
        }

            .subjectlist .subjectlist__subjects a:hover {
                color: #12c2ee
            }

        .subjectlist .subjectlist__subjects h3 {
            text-align: center
        }

        .subjectlist .subjectlist__subjects .subjectlist__subjects-container {
            padding-right: 1.66667rem;
            padding-left: 1.66667rem;
            max-width: 60rem;
            margin-left: auto;
            margin-right: auto
        }

        .subjectlist .subjectlist__subjects .subjectlist__subjects-links a {
            display: block;
            line-height: 1.2;
            margin-bottom: 0.5rem
        }

    .subjectlist .subjectlist__item:nth-child(2n) .subjectlist__description {
        margin-right: auto
    }

    .subjectlist .subjectlist__item:nth-child(2n) .subjectlist__image {
        -webkit-clip-path: polygon(100% 0, 100% 60%, 92% 100%, 0% 100%, 0 70%, 0 0);
        clip-path: polygon(100% 0, 100% 60%, 92% 100%, 0% 100%, 0 70%, 0 0)
    }

    .subjectlist .subjectlist__item:nth-child(2n) .subjectlist__logo {
        right: auto;
        left: 1rem
    }

    .subjectlist .subjectlist__item:nth-child(2n+1) .subjectlist__image {
        -webkit-clip-path: polygon(100% 0, 100% 30%, 100% 100%, 8% 100%, 0 60%, 0 0);
        clip-path: polygon(100% 0, 100% 30%, 100% 100%, 8% 100%, 0 60%, 0 0)
    }

    .subjectlist .subjectlist__item:nth-child(2n+1) .subjectlist__graphic > svg {
        -webkit-transform: scale(-1, 1);
        -ms-transform: scale(-1, 1);
        transform: scale(-1, 1)
    }

    .subjectlist .subjectlist__description-container {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        padding-top: 1rem
    }

@media print, screen and (min-width: 64em) {
    .subjectlist .subjectlist__subjects-links {
        -webkit-columns: 3 auto;
        columns: 3 auto
    }

    .subjectlist .subjectlist__description-container {
        padding-top: 0
    }

    .subjectlist .subjectlist__image {
        overflow-y: clip
    }

        .subjectlist .subjectlist__image img {
            width: 50vw;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover;
            position: absolute;
            max-width: unset;
            max-height: unset
        }

    .subjectlist .subjectlist__subjects {
        padding: 2rem 0
    }

    .subjectlist .subjectlist__description {
        padding: 6rem 40px 6rem 3rem;
        max-width: 41.66667rem
    }

    .subjectlist .subjectlist__logo svg {
        height: 2.5rem
    }

    .subjectlist .subjectlist__item:nth-child(2n+1) .subjectlist__description-container {
        position: relative;
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

        .subjectlist .subjectlist__item:nth-child(2n+1) .subjectlist__description-container:before {
            content: '';
            background-color: #f6f6f6;
            z-index: -1;
            height: 100%;
            width: 100vw;
            position: relative;
            left: 50%;
            right: 50%;
            margin-left: -50vw;
            margin-right: -50vw;
            position: absolute
        }

    .subjectlist .subjectlist__item:nth-child(2n+1) .subjectlist__image:before {
        background-color: #f6f6f6
    }

    .subjectlist .subjectlist__item:nth-child(2n+1) .subjectlist__description {
        padding: 6rem 3rem 6rem 40px;
        margin-left: auto;
        background-color: #f6f6f6
    }
}

@media print {
    @page {
        .layout-lambethsubject

{
    margin: 2cm 0
}

}

.layout-lambethsubject a[href]:after {
    content: none !important
}

.layout-lambethsubject #side, .layout-lambethsubject #belowcomponent, .layout-lambethsubject .header__wrapper, .layout-lambethsubject .livechat, .layout-lambethsubject .global-message, .layout-lambethsubject #slideshow, .layout-lambethsubject img, .layout-lambethsubject footer, .layout-lambethsubject .breadcrumb {
    display: none !important
}

.layout-lambethsubject #component {
    padding-top: 0
}

.layout-lambethsubject .course__content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(100% - 1.11111rem);
    margin-left: .55556rem;
    margin-right: .55556rem
}

.layout-lambethsubject .course > .large-4 {
    display: none
}

.layout-lambethsubject .course-section-modules {
    padding: 0
}

    .layout-lambethsubject .course-section-modules:before {
        display: none
    }

.layout-lambethsubject #lmi {
    padding-top: 0
}

.layout-lambethsubject .accordion-content {
    display: block
}

.layout-lambethsubject .accordion-title, .layout-lambethsubject .accordion-content {
    border: none !important;
    text-decoration: none
}

}

.news-events {
    margin-top: 3rem
}

.layout-lambethnews.view-category #component {
    background: #2B2B2B;
    color: #f6f6f6;
    position: relative
}

    .layout-lambethnews.view-category #component:before {
        content: '';
        position: absolute;
        display: block;
        bottom: 0rem;
        left: 0rem;
        background: #fff;
        -webkit-clip-path: polygon(0% 0, 100% 100%, 0 100%);
        clip-path: polygon(0% 0, 100% 100%, 0 100%);
        width: 2rem;
        height: 6rem
    }

    .layout-lambethnews.view-category #component:after {
        content: '';
        position: absolute;
        display: block;
        top: 0rem;
        right: 0rem;
        background: #fff;
        -webkit-clip-path: polygon(100% 0, 100% 100%, 0 0%);
        clip-path: polygon(100% 0, 100% 100%, 0 0%);
        width: 2rem;
        height: 6rem
    }

@media print, screen and (min-width: 64em) {
    .layout-lambethnews.view-category #component {
        padding-top: 3.5rem;
        padding-bottom: 4rem
    }

        .layout-lambethnews.view-category #component:before, .layout-lambethnews.view-category #component:after {
            width: 4rem;
            height: 14rem
        }
}

.news__container {
    position: relative
}

    .news__container h2 {
        margin-bottom: 2rem
    }

    .news__container a, .news__container .current {
        color: #f6f6f6;
        -webkit-transition: color 0.2s ease-in-out;
        transition: color 0.2s ease-in-out
    }

        .news__container a:hover, .news__container .current:hover {
            color: #12c2ee
        }

    .news__container img {
        height: 10rem;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -webkit-clip-path: polygon(92% 0, 100% 38%, 100% 100%, 0 100%, 0 0);
        clip-path: polygon(92% 0, 100% 38%, 100% 100%, 0 100%, 0 0)
    }

    .news__container .news__details {
        padding: 1rem;
        display: block
    }

        .news__container .news__details h3 {
            font-weight: normal
        }

@media print, screen and (min-width: 64em) {
    .news__container img {
        height: 15rem
    }
}

.vacancies h3 a {
    color: #121212;
    -webkit-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out
}

    .vacancies h3 a:hover {
        color: #12c2ee
    }

.vacancies .readmore, .vacancies .readmore a {
    margin: 0
}
